/*---------------------------
[Template Structure]

Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------


@charset "UTF-8";

/* 1. General */


body{
	height:100%;
	overflow:hidden;
}

::-webkit-scroll	 { 
    display: none; 
}

.all-elements{
	position:absolute;
	overflow-x:hidden!important;	
	width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
	background-color:#031f47;
}

/*Backgrounds */

.bg1{
    background-image:url(../images/pictures/1.jpg);   
    background-position:center center;
}

.bg2{
    background-image:url(../images/pictures/2.jpg);   
    background-position:center center;
}

.bg3{
    background-image:url(../images/pictures/3.jpg);   
    background-position:center center;
}

.bg4{
    background-image:url(../images/pictures/4.jpg);   
    background-position:center center;
}


/* Header*/

.header{
	background-image:url(../images/misc/menu-bg.png);
    background-size:100px 100px;
    height:61px;
}
.header-white{
	background-image:url(../images/misc/menu-bg-lgrey.png);
    background-size:100px 100px;
    height:60px;
}

.header-logo {
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/misc/logo-wasserhaus.png);
    width:174px;
    height:130px;
    background-size:174px 130px;
}

.header-clear{
    height:30px;
}

.open-menu{
    color:#ffffff;
    position:absolute;
    width:55px;
    height:60px;
    left:0px;
    top:0px;
    transition:all 250ms ease;
}

.open-menu:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.02);
    transition:all 250ms ease;
}

.open-menu i{
    width:55px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:24px;
}

.open-more{
    color:#ffffff;
    position:absolute;
    width:55px;
    height:60px;
    right:0px;
    top:0px;
    transition:all 250ms ease;
}

.open-more:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.02);
    transition:all 250ms ease;
}

.open-more i{
    width:55px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:24px;
}

.sidebar-header-left a i{
    width:55px;
    height:60px;
    text-align:center;
    line-height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-header-left a{
    color:#ffffff;
    width:53px;
    height:60px;
    float:left;
    /*border-right:solid 1px rgba(255,255,255,0.05);
    border-left:solid 1px rgba(0,0,0,0.2);
    border-bottom:solid 1px rgba(255,255,255,0.05);*/
    transition:all 250ms ease;
    background-color:#a19690;
	font-size:18px;
}

.sidebar-header-left a:hover{
    background-color:#c4beb8;
    color:#FFFFFF;
    transition:all 250ms ease;
}

.sidebar-header-left{
    /*border-bottom:solid 1px rgba(255,255,255,1);
    border-left:solid 1px rgba(255,255,255,0.05);*/
}

.sidebar-header-right a i{
    width:55px;
    height:60px;
    text-align:center;
    line-height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-header-right a{
    color:#ffffff;
    width:53px;
    height:60px;
    float:right;
    /*border-right:solid 1px rgba(255,255,255,0.05);
    border-left:solid 1px rgba(0,0,0,0.2);
    border-bottom:solid 1px rgba(255,255,255,0.05);*/
    transition:all 250ms ease;
    background-color:#a19690;
	font-size:18px;
}

.sidebar-header-right a:hover{
    background-color:#c4beb8;
    color:#FFFFFF;
    transition:all 250ms ease;
}

.sidebar-header-right{
    /*border-bottom:solid 1px rgba(0,0,0,0.2);
    border-left:solid 1px rgba(255,255,255,0.05);*/
}

.sidebar-logo a{
    background-image:url(../images/misc/logo-big.png);
    width:226px;
    height:120px;
    background-size:226px 120px;
    margin-top:27px;
    margin-bottom:28px;
    margin-left:5px;
}

.sidebar-divider{
    height:30px;
    font-size:12px;
    font-family:'FrutigerLTW01-57Condens', Arial;
/*    font-family:'Roboto', sans-serif;*/
    text-transform:uppercase;
    border-bottom:solid 1px rgba(255,255,255,0.1);
    border-top:solid 1px rgba(255,255,255,0.1);
    line-height:30px;
    padding-left:30px;
}
#sbd-dblue{
    background-color:#031f47;
    color:#ffffff;
}
#sbd-lblue{
    background-color:#7983af;
    color:#ffffff;
}
#sbd-mblue{
    background-color:#005793;
    color:#ffffff;
}
#sbd-dgreen{
    background-color:#063408;
    color:#ffffff;
}
#sbd-lgreen{
    background-color:#007e2c;
    color:#ffffff;
}
#sbd-brown{
    background-color:#5b1716;
    color:#ffffff;
}
#sbd-lgrey{
    background-color:#ffffff;
    color:#a19690;
}
#sbd-dgrey{
    background-color:#a19690;
    color:#ffffff;
}

.sidebar-navigation{
    margin-bottom:-1px;
}
#sbn-dblue{
    background-color:#031f47;
}
#sbn-dgrey{
    background-color:#a19690;
}
#sbn-dgreen{
    background-color:#063408;
}

.sidebar-navigation li{
	font-size:13px;
    position:relative;
    overflow:hidden;
    display:block;
    list-style:none;
    line-height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
    margin-bottom:0px;
}

.sidebar-navigation li a:hover{
    background-color:rgba(255,255,255,0.05);
}

.sidebar-navigation li a{
    padding-left:30px;
    color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;ial;
/*    font-family:'Roboto', sans-serif;*/
    border-bottom:solid 1px rgba(0,0,0,0.2);
    transition:all 350ms ease;
}

.sidebar-navigation li a i:first-child{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    left:10px;
    font-size:16px;
    color:#ffffff;
}

.sidebar-navigation li a i:last-child{
    position:absolute;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    font-size:4px;
    color:#ffffff;
    left:205px;
}

.sidebar-navigation li .fa-caret-right{
    font-size:10px!important;
}

.sidebar-navigation li .fa-mobile{
    font-size:27px!important;
}

.submenu, .submenu2, .submenu3{
    margin-bottom:0px;
}

.submenu li, .submenu2 li, .submenu3 li{
    border:none;
}

.submenu li a, .submenu2 li a, .submenu3 li a{
    border:none;
}

.submenu a{
    padding-left:50px!important;
    color:#ffffff!important;
    font-size:13px;
}
.submenu2 a{
    padding-left:70px!important;
    color:#ffffff!important;
    font-size:13px;
}
.submenu3 a{
    padding-left:90px!important;
    color:#ffffff!important;
    font-size:13px;
}

.submenu li:last-child, .submenu2 li:last-child, .submenu3 li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.2);!important;
}

.submenu .fa-angle-right, .submenu2 .fa-angle-right, .submenu3 .fa-angle-right{
    font-size:8px!important;
    left:45px!important;
}

.deploy-submenu .fa-plus, .deploy-submenu2 .fa-plus, .deploy-submenu3 .fa-plus{
    font-size:9px!important;
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    transition:all 250ms ease;
}

.active-menu{
   background-color:rgba(255,255,255,0.05); 
}

.active-menu .fa-circle{
    color:#000000!important;
    font-size:8px!important;
}

.active-submenu, .active-submenu2, .active-submenu3{
    border-bottom:solid 1px rgba(255, 255, 255, 0.05)!important;
    transition:all 250ms ease;
    -webkit-transition-delay: 250ms; 
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    transition-delay: 250ms;
}

.active-submenu .fa-plus, .active-submenu2 .fa-plus, .active-submenu3 .fa-plus{
	color:#f7de10!important;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 250ms ease;
    font-size:11px!important;
}

.submenu, .submenu2, .submenu3{
    max-height:0px;
    overflow:hidden;
    transition:all 250ms ease;
}

.active-submenu-items, .active-submenu2-items, .active-submenu3-items{
    max-height:100%;
    transition:all 450ms ease;
}

.blue-update i{
    background-color:#2980b9;
}

.red-update i{
    background-color:#c0392b;
}

.yellow-update i{
    background-color:#f39c12;
}

.green-update i{
    background-color:#27ae60;
}

.sidebar-update i{
    width:40px;
    height:40px;
    border-radius:40px;
    text-align:center;
    line-height:40px;
    float:left;
    color:#FFFFFF;
    margin-right:20px;
    font-size:12px;
            translate:scale(1.0, 1.0);
    -webkit-translate:scale(1.0, 1.0);
    transition:all 350ms ease;
}

.sidebar-update{
    margin-top:30px;
    margin-left:25px;
}

.sidebar-update strong{
    display:block;
    font-size:12px;
    color:#FFFFFF;
    font-weight:400;
    font-family:Arial, Helvetica, sans-serif;;
/*    font-family:'Roboto', sans-serif;*/
}

.sidebar-update em{
    font-style:normal;
    font-size:11px;
    color:#666666;
}

#first_letter {
	padding-left:3px;
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
	font-style:italic;
	font-weight:bold;
}
.large-title h3{
    font-family:Arial, Helvetica, sans-serif;
    width:95%;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
	padding-bottom:10px;
    color:#000;
}
.large-title h4{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    color:#a19690;
	font-weight:600;
}

.large-title p{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
    line-height:25px;
    text-align:justify;
}

.large-title a{
	color:#a19690;
}
.large-title a:hover{
	color:#c4beb8;
}

.large-title-left h3{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
	padding-bottom:10px;
    color:#fff;
}

.large-title-left p{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
    line-height:25px;
    text-align:left;
}

.large-title-left a{
    font-weight:400;
}

/*Center Socials*/

.facebook-color{
    background-color:#3b5998;
    color:#FFFFFF;
}

.twitter-color{
    background-color:#4099ff;
    color:#FFFFFF;
}

.google-color{
    background-color:#d34836;
    color:#FFFFFF;
}

.pinterest-color{
    background-color:#C92228;
    color:#FFFFFF;
}

.sms-color{
    background-color:#27ae60;
    color:#FFFFFF;
}

.mail-color{
    background-color:#3498db;
    color:#FFFFFF;
}

.center-socials{
    width:180px;
    margin-left:auto;
    margin-right:auto;  
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    transition:all 250ms ease;
    margin-bottom:30px;
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.2, 1.2);
    transition:all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.center-socials .facebook-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .twitter-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .google-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}



/*Content Heading*/
/*///////////////*/

.content-heading{
	margin-bottom:30px;	
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:9999;
	text-transform:uppercase;
	margin-top:27px;
	padding-left:30px;
    pointer-events:none;
    font-weight:800;
}

.content-heading{
	max-height:100px;	
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
    pointer-events:none;
}

.content-heading .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
    pointer-events:none;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    transition:all 300ms ease;
}

.content-heading img:hover{
    filter: blur(3px);  
    -webkit-filter:blur(3px);
    transition:all 300ms ease;
}

@media (min-width:768px){
	.content-heading{
		max-height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}

/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 500ms ease;
}

.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
    transition:all 500ms ease;
}

.thumb-right img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
}


@media (min-width:600px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;	
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
    transition:all 500ms ease;
    margin-top:10px;
}

.staff-item img:hover{
    transform:scale(1.1, 1.1);
    transition:all 500ms ease;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}

/* 8. Quote Slider */

.quote-slider h4{
    font-family:Arial, Helvetica, sans-serif;;
/*    font-family:'Source Sans Pro', sans-serif;*/
	font-size:18px;
	font-weight:300;	
	width:87%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}


/*//////*/
/*Footer*/
/*//////*/

.footer {
	background-color:#007e2c;
}
#fo-dblue{
    background-color:#031f47;
}
#fo-lblue{
    background-color:#7983a7;
}
#fo-mblue{
    background-color:#005793;
}
#fo-dgreen{
    background-color:#063408;
}
#fo-lgreen{
    background-color:#007e2c;
}
#fo-brown{
    background-color:#5b1716;
}
#fo-lgrey{
    background-color:#c4beb8;
}
.footer p{
    clear:both;
}

.footer-socials{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:-15px;
    margin-bottom:-10px!important;
}

.footer-socials a:hover{
    transform:scale(1.15, 1.15  );
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a{
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:35px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a i{
    width:35px;
    height:35px;
    line-height:35px;
}

.footer-facebook{
    background-color:#3b5998;
}

.footer-share{
    background-color:#27ae60;
}

.footer-twitter{
    background-color:#4099FF;
}

.footer-google{
    background-color:#d34836;
}

.footer-up{
    background-color:#2c3e50;
    line-height:32px!important;
}


.footer-menu{
    position:fixed;
    z-index:9999999;
    background-image:url(../images/misc/menu-bg.png);
    background-size:100px 100px;
    width:100%;
    height:60px;
    bottom:0px;
}

.footer-menu a{
    border-right:solid 1px rgba(255,255,255,0.08);  
    color:#FFFFFF;
    font-size:14px;
}

.footer-menu a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.05);
}

.footer-menu-clear{
    height:60px;
}

.footer-menu a i{
    height:60px;
    line-height:60px;
}

.footer-menu-three-icons a{
    width:33.3%;
    float:left;
    text-align:center;
}

.footer-menu-four-icons a{
    width:25%;
    float:left;
    text-align:center;
}

.footer-menu-five-icons a{
    width:20%;
    float:left;
    text-align:center;
}

.footer-menu-six-icons a{
    width:16.7%;
    float:left;
    text-align:center;
}


/*Fullscreen Slider Image*/
.slider-image-1{background-image:url(../images/pictures/ds-auenblicke/1.jpg);}
.slider-image-2{background-image:url(../images/pictures/ds-auenblicke/2.jpg);}
.slider-image-3{background-image:url(../images/pictures/ds-auenblicke/3.jpg);}

.biostation img {
	margin-top:15px;
 	width: 60%;
	height: auto;
    margin: 0px auto;
}
.foerd_biostation img {
	margin-top:15px;
 	width: 40%;
	height: auto;
    margin: 0px auto;
	margin-bottom:30px;
}
.foerderer {
	text-align: center;
}
.foerderer img {
 	width: 48%;
	height: auto;
	border:none;
	margin-left:auto;
	margin-right: auto;
	display:inline-block;
	padding-left: 15px;
	padding-right: 15px;

}
#foerderer_style {
	margin-bottom:10px !important;
}
#impressum a {
	color:#fff;
	text-decoration:underline;
}
#impressum a:hover {
	color:#fff;
	text-decoration:none;
}
#sitemap {
    width:95%;
    font-size:15px;
    line-height:25px;
    text-align:left;
}
#sitemap2 {
    width:95%;
    font-size:15px;
    line-height:25px;
    text-align:left;
	padding-left:4%;	
}
#sitemap3 {
    width:95%;
    font-size:15px;
    line-height:25px;
    text-align:left;
	padding-left:8%;	
}
#sitemap4 {
    width:95%;
    font-size:15px;
    line-height:25px;
    text-align:left;
	padding-left:12%;	
}
.erlebnisrouten img {
	margin-top:15px;
 	width: 90%;
	height: auto;
    margin: 0px auto;
}
.imgholder img {
    margin: 0px auto;
	display: inline-block;
}
#info_start a {
	color:#7983af;
	font-size:13px;
	text-decoration:none;
}
#info_start a:hover {
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
