/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Open+Sans+Condensed:300,700);

html {
	height:100%; 
	background-color:#fff;
	background-position:top center;
	}

body {
    margin:auto;
	background-position:top center;
	background-color:#fff;
	height: 100%; 
    min-height: 100%;
}

div,td {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	color:#4d5862; 
	text-decoration:none; 
}

.grey{
	background-color:#90969b;
}
.green{
	background-color:#92c11b;
}
.cyan{
	background-color:#47b9ae;
}
.orange{
	background-color:#f59a00;
}
.magenta{
	background-color:#b73a8e;
}


.radius10{
    border-radius: 10px;
}
.radius20{
    border-radius: 20px;
}	
.rotate90{
	transform: rotate(90deg); /* W3C */
	-moz-transform: rotate(90deg); /* Firefox 3.6 + 4 */
	-webkit-transform: rotate(90deg); /* Safari */
	-o-transform: rotate(90deg); /* Opera */
	-ms-transform: rotate(90deg); /* IE9 */
}

.vtop{
    vertical-align: top;
}
.vmiddle{
    vertical-align: middle;
}
.vbottom{
    vertical-align: bottom;
}

.height50{
    height: 50px;
}


.arrow {
	border: 5px solid #fff;
	font-size:0;
	line-height:0;
	height:0;
	padding:0;
	margin:0;
	margin-left: 20px;
	display: inline-block;
}
.arrow.right {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
}



/* EFFEKTE -----------------------------------------------------------------*/

a:hover.drop-shadow {
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
}

a:hover.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

a:hover.brightness {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

a:hover.contrast {
	filter: contrast(2);
    -webkit-filter: contrast(2);
	-moz-filter: contrast(2);
	-ms-filter: contrast(2);
	-o-filter: contrast(2);
}

a:hover.opacity {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
}

a:hover.saturate {
    -webkit-filter: saturate(.5);
    filter: saturate(.5);
}

a:hover.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}



/* WRAPPER FÜR DIE GANZE SEITE -----------------------------------------------------------------*/

#page-wrapper {
    width: 900px;
	position:relative; /* braucht es für die Footer Position*/
    margin:0 auto; /* Zentriert die Seite (nicht in IE5) */
    height:auto !important; /* normale Browser */
    height:100%; /* IE6: setzt dies wie min-height um*/
    min-height:100%; /* normale Browser */
	padding-top: 0px;
    text-align: center;
}


/* HEADER -------------------------------------------------------------------------------------*/

#header-wrapper {
    width: 900px;
	height: 445px;
    position: relative;
	border: 0px solid #FF0000;
	clear:both;
}

.logo{
	top: 0px;
    left: 0px; 
    width: 360px;
    height: 145px;
	position: absolute;
	z-index:100;
	border: 0px solid #FF0000;
}


.section-btns{
    top: 390px;
	float: right;
    right: 70px;
    height: 40px;
	position: absolute;
	z-index: 200;
}
.section-btn{
	display: inline-block;
}
.act {
    -webkit-filter: opacity(.6);
    filter: opacity(.6);
}




.section-bg{
    top: 145px;
	float: right;
    right: 0px;
    width: 50px;
    height: 300px;
	border-radius: 0px 20px 20px 0px;
	position: absolute;
	z-index:200;
	border-left: 2px solid #fff;

}

.section-title{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300;
	font-size: 26px;
	color: #fff; 
	text-decoration:none; 
	border: 0px solid #FF0000;
	text-align: center;
	width: 300px;
}

.header-bg{
    top: 145px;
    left: 0px; 
    width: 900px;
    height: 300px;
	position: absolute;
	z-index:100;
	border: 0px solid #FF0000;
}

#header-banner{
    width: 900px;
    height: 300px;
    margin-top: 0px;
    margin-left: 0px;
	border: 0px solid #FF0000;
}


/* SITEFUNCTIONS -------------------------------------------------------------------------------------*/

#sf-wrapper {
	float: right;
	right: 0px;
    width: 540px;
	height:100px;
    margin-top: 0px;
	position: relative;
	border: 0px solid #ff0000;
	}

.sf{
	float: right;
	margin-right: 0px; 
	border: 0px solid #ff0000;
}

.sf-home{
	margin-top: 50px !important;
	padding-right: 10px;
    display: inline-block;
	border: 0px solid #ff0000;
}
.sf-fb{
	margin-top: 53px !important;
	padding-right: 25px;
    display: inline-block;
	border: 0px solid #ff0000;
}
.sf-calendar{
	margin-top: 27px !important;
	padding-right: 10px;
	/*padding-right: 28px; */
    display: inline-block;
	border: 0px solid #ff0000;
	
}
.sf-newsletter{
	margin-top: 48px !important;
	padding-right: 20px;
    display: inline-block;
	border: 0px solid #ff0000;
}


.sf-newsletter-input{
	margin-top: 34px !important;
	padding-right: 0px;
	text-align: left;
    display: inline-block;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	font-size: 13px;
	color:#7e878c; 
	text-decoration:none; 
	border: 0px solid #ff0000;
}

input.newsletter{ 
	padding-left:6px;
	padding-right:6px;
	width:150px;
	height:22px;
	background-color:#dee5e9;
	border-radius: 7px;
	border:none;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	font-size: 13px;
	color:#67717a; 
}
input.submit {
	width:30px; 
	height:24px;	
	color:#fff;
	background-color:#90969b !important;
	border-radius: 7px;
	border:none;
	text-align: center;
	}



/* LOGOS -------------------------------------------------------------------------------------*/

.logos{
	margin-top: 40px; 
    margin-left: 0px; 
	text-align: left;
	border: 0px solid #ff0000;
}

.logos_footer{
	width: 900px;
	height: 120px;
	margin-top: 0px; 
	text-align: center;	
	z-index: 100;
}
.footerlogo{
	padding: 0 30px 60px 30px;
	display: inline-block;
}


/* FOOTER -------------------------------------------------------------------------------------*/

#footer-wrapper {
	width: 900px;
	height: 35px;
	position: relative;
}

.footer-bg{ 
	text-align: center;
	width: 900px;
	height: 33px;
	overflow: auto;
	border-radius: 10px;
	margin-bottom: 40px;
}

.footer-copyright{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	font-size: 14px;
	color:#fff;
	float: left;
	padding-top: 7px;
	padding-left: 15px;
	border: 0px solid #FF0000;
	display: inline;
}

.footer-menu{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	font-size: 14px;
	color:#fff;
	float: right;
	padding-top: 7px;
	padding-right: 15px;
	border: 0px solid #FF0000;
	display: inline;
}

a.footermail {
	color:#fff;
	font-weight:400;	
	text-decoration:none;
}
a.footermail:hover {
	color: rgba(255,255,255,0.6); 
	font-weight:400;
	text-decoration:none;
}

a.footerlink {
	color:#fff; 
	font-weight:600;
	text-transform: uppercase;
	text-decoration:none;
}
a.footerlink:hover {
	color: rgba(255,255,255,0.5);
	font-weight:600 !important;
	text-transform: uppercase;
	text-decoration:none !important;
}
a.footerlink-active{
	color: rgba(255,255,255,0.5) !important;
	font-weight:600 !important;
	text-transform: uppercase;
	text-decoration:none !important;
}


/* EXTERNE LINKS
 -------------------------------------------------------------------------------------*/

 
 .icons{
	float: right;
	top: 0px;
    right: 0px; 
    height: 22px;
	position: absolute;
	z-index:300;
	border: 0px solid #FF0000;
}

#fb{
    margin-left: 0px;
    display: inline;
    border: none;
    cursor: pointer;
}
#xing{
    margin-left: 0px;
    display: inline;
    border: none;
    cursor: pointer;
}

#fbLikes{
	float:right;
	margin-top:10px;
	margin-right:0px;
	display:inline-block;
}
