#separator1 {
	background-image: url(../bild/separator.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 78px;
}

#separator2 {
	background-image: url(../bild/separator2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 78px;
}

#margin {
	background-image: url(../bild/margin.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

#grayBox1 {
    font-size: 24px;
    font-style: italic;
    line-height:36px;
    background-image: -ms-linear-gradient(left, #DADADA 0%, #F4F3F3 50%, #DADADA 100%);
    background-image: -moz-linear-gradient(left, #DADADA 0%, #F4F3F3 50%, #DADADA 100%);
    background-image: -o-linear-gradient(left, #DADADA 0%, #F4F3F3 50%, #DADADA 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #DADADA), color-stop(0.5, #F4F3F3), color-stop(1, #DADADA));
    background-image: -webkit-linear-gradient(left, #DADADA 0%, #F4F3F3 50%, #DADADA 100%);
    background-image: linear-gradient(to right, #DADADA 0%, #F4F3F3 50%, #DADADA 100%);
    padding-top: 15px;
    padding-right: 80px;

    padding-left:80px;
    min-height: 220px;
}

.zitat {
    width: 80%; 
    font-weight: bold;
    font-style: italic;
    padding-left:20px;
    padding-right: 20px;
    line-height: 35px;
    font-size: 23px;
        
}

.zitat-space {
    width: 8%;
}

.zitat-von {
    text-align:right; 
    width: 100%;
    font-weight:normal; 
    font-style:normal;
}

#kontakt {
    padding-left: 150px;
    padding-right: 150px;
}

.kontakt-x {
    width:100%;
    text-align: center;
    margin-bottom:-35px;
}

.inhalt-home {
    padding-left: 150px;
    padding-right: 150px;
}

.inhalt {

}

#anzeigen {
    font-size:16px;
    padding-top:10px;
    padding-bottom: 15px;
}

.chapter_pagination {
    width: 300px;
}

.floatLeft {
    float: left;
    padding-right:15px;
    padding-bottom: 15px;
}

.floatRight {
    float: right;
    padding-left:15px;
    padding-bottom: 15px;
}

hr {
    color: #dbdbdb;
    height: 1px;
}


h5 {
    background-image: url("../bild/Hline.png");
    background-position: center 40px;
    background-repeat: no-repeat;
    color: #AB9040;
    font-family: 'Forum',cursive;
    font-size: 28px;
    height: 50px;
    margin-bottom: 18px;
    margin-top: 0;
    padding-top: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.formTextField {
    background-image: url("../bild/form-BG.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #E4E4E4;
    color: #818181;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    height: 55px;
    margin-bottom: 20px;
    margin-right: 1%;
    padding: 1px 5px;
    width: 47%;
}


.marginLeft {
    margin-right: -2%;
}

.formTextArea {
    background-color: #F6F6F6;
    background-image: url("../bild/form-BG2.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #E4E4E4;
    color: #818181;
    font-size: 20px;
    height: 210px;
    padding: 5px 5px;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
}

/*---------------------------------------------------
	jquery ui customizations
----------------------------------------------------*/
.ui-widget-overlay {
	background: #000 !important;
	opacity: .87;
	filter: Alpha(Opacity=87);
}

.ui-dialog {
	padding: 0 !important;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0;
	padding-top: 0px;
	overflow: hidden;
}

.ui-widget-content {
	border: 0px;
	background: none; /*#eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
	color: #333333;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px;
}

.ui-widget-header {
	border: 0px;
	background: none; /*black*/
	color: #ffffff;
	font-weight: bold;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0px;
	background: none;
	font-weight: bold;
	color: #c77405;
}

video, button {
	outline:none;
}
a#share_video  {
	outline:none;
	font-size: 12px;
	display: block;
	z-index: 10000;
	border: none !important;
	color: #fff;
	padding-left: 20px;
}
/*
:-webkit-full-screen body {background: red;}
:-moz-full-screen body {background: red;}
:full-screen body {background: red;}
:-webkit-full-screen-ancestor:not(iframe)  {
	opacity: 0.5;
}
*/

#image_cover {
	cursor: pointer;
}