#topbar {
	position:absolute;
	border: 1px solid #07665A;
	padding: 12px;
	background----color: transparent;
	background: #07665A; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(7, 102, 90, 0.8); 	/***** NEU *************************/
	width: auto;			/*****  620px *********************************/
	visibility: hidden;
	z-index: 100;
	border-radius: 32px;
}

#topbar h2 {
	font-size: 24px;
	color: #336699;
}



/*-------------------------------------------------------------*/
@font-face {
  font-family: "Raleway-Regular";
  font-display: swap;
  src: url(../fonts/Raleway-Regular.woff2) format("woff2");
}
/*-------------------------------------------------------------*/



.cookieinfo {
	width: 75%;
	background: #07665A; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(7, 102, 90, 0.9) !important; 	/***** NEU *************************/
	margin-bottom: 74px;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 15px;
    
    -khtml-border-top-left-radius: 0px;
    -khtml-border-top-right-radius: 15px;
    -khtml-border-bottom-left-radius: 0px;
    -khtml-border-bottom-right-radius: 15px;
    
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 15px;
    
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    
    
    -webkit-box-shadow: 0px 1px 6px #000;
    -moz-box-shadow: 0px 1px 6px #000;
     box-shadow: 0px 1px 6px #000;	
}
.cookieinfo {
	color: #ffffff !important;
}
.cookieinfo a {
	color: #FED67E !important;
	font-size: 14px;
	font-weight: bold;
}
.cookieinfo a:hover {
	color: #FF0000 !important;
}


span {
	color: #fff;
	font-size: 24px;
}
span2 {
	font-weight: bold;
}
span3 {
	font-size: 14px;
}



#visit_block1 h2 {
	color: #FFF;
}
#visit_block2 h2 {
	color: #FFF;
}
#visit_block3 h2 {
	color: #FFF;
}







/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Raleway-Regular', sans-serif;
	font-weight:400;
	font-size: 20px;					/***** 13px **********************************/
	line-height: 28px;
	color: #07665A;						/***** b5b5b5 **********************************/
	background-color:#A2CADB;			/***** 333 ***************************/
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	wi-----dth:100%;
	max-width:100.1%;
	height:auto;
}

img2 {
	width: 33px;
}

a {
	color:#07665A;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 20px;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#072666;
}

#page {overflow-x:hidden;}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot75 {margin-bottom:75px !important;}
.margbot80 {margin-bottom:80px !important;}
.margbot95 {margin-bottom:95px !important;}
.margbot120 {margin-bottom:120px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}
.padright0 {padding-right:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#FED67E !important;}


.btn {
	display:inline-block;
	vertical-align:top;
	padding:12px 53px 11px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	background-color:#333;
}
.btn:hover {
	color:#333;
	background-color:#FED67E;
}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Raleway-Regular', sans-serif;
	text-transform:none;
	font-weight:600;
	line-height:1.2;
	color:#07665A;			/***** pink ********************************************/
}

h1 {margin:0 0 24px; font-size:28px;}
h2 {margin:0 0 43px; font-size:26px;}
h3 {margin:0 0 21px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}



.page_title h1 {
	margin: 30px 0 30px 0 ;
	text----shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
	font-size: 50px;
	font----style: italic;
}


.page_title4 h1 {
	color: #07665A !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}




/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	padding:26px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header.menu_fixed {
	padding: 16px 0;
	background: #07665A; /* browsers that don't support rgba */	/***** NEU *** blau 072666**********************/
	background:none repeat scroll 0 0 rgba(7, 102, 90, 0.8); 	/***** NEU *************************/
	height: 70px;			/***** NEU ****************************************/
}

header.menu_fixed .logo img {
	display: display;
	width: 40% !important;
	margin-top: -12px;
	}
	
	

.logo {float:left;}
.logo img {
	display:block;
	width: 100%;
		-webkit-transition: all 1.6s;		/***** NEU ************************************/
		   -moz-transition: all 1.6s;
		    -ms-transition: all 1.6s;
		     -o-transition: all 1.6s;
		        transition: all 1.6s;
}




/* Menu */
.main_menu {
	float:right;
	padding: 0px 0 0;
}
.main_menu li {
	display:inline-block;
	margin: 12px 0px 0 0px;
	padding:0;
}
.main_menu li a {
	display:block;
	padding: 4px 12px 0 12px;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 1.1em; 					/***** NEU ***********************************/
	line-height: 50px;
	color:#fff;
	text-shadow:1px 0 2px rgba(0,0,0,0.5);
	border-radius:25px;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#fed67e;
	background----color:#07665a;
	text-shadow:0px 0 0px rgba(0,0,0,0.5);
}


header.menu_fixed .main_menu li a {				/***** NEU ****************************************/
	margin-top: -20px;
	font-size: 0.9em;
		-webkit-transition: all 1.6s;		/***** NEU ************************************/
		   -moz-transition: all 1.6s;
		    -ms-transition: all 1.6s;
		     -o-transition: all 1.6s;
		        transition: all 1.6s;

}






/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {margin:0 0 94px;}
.flexslider.top_slider .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../pix-1920/0001.jpg);}
.flexslider.top_slider .slides li.slide2 {background-image:url(../pix-1920/0002.jpg);}
.flexslider.top_slider .slides li.slide3 {background-image:url(../pix-1920/0003.jpg);}
.flexslider.top_slider .slides li.slide4 {background-image:url(../pix-1920/0004.jpg);}
.flexslider.top_slider .slides li.slide5 {background-image:url(../pix-1920/0005.jpg);}
.flexslider.top_slider .slides li.slide6 {background-image:url(../pix-1920/0006.jpg);}


.flexslider.top_slider .slides li.slide11 {background-image:url(../pix-1920/0007.jpg);}
.flexslider.top_slider .slides li.slide12 {background-image:url(../pix-1920/0008.jpg);}
.flexslider.top_slider .slides li.slide13 {background-image:url(../pix-1920/0009.jpg);}
.flexslider.top_slider .slides li.slide14 {background-image:url(../pix-1920/0010.jpg);}
.flexslider.top_slider .slides li.slide15 {background-image:url(../pix-1920/0011.jpg);}
.flexslider.top_slider .slides li.slide16 {background-image:url(../pix-1920/0012.jpg);}


.flexslider.top_slider .slides li.slide21 {background-image:url(../pix-1920/0013.jpg);}
.flexslider.top_slider .slides li.slide22 {background-image:url(../pix-1920/0014.jpg);}
.flexslider.top_slider .slides li.slide23 {background-image:url(../pix-1920/0015.jpg);}
.flexslider.top_slider .slides li.slide24 {background-image:url(../pix-1920/0016.jpg);}
.flexslider.top_slider .slides li.slide25 {background-image:url(../pix-1920/0017.jpg);}
.flexslider.top_slider .slides li.slide26 {background-image:url(../pix-1920/0018.jpg);}







.flex-direction-nav a {
	top:auto; 
	bottom:20%;			/***** 30% ***************************************/
	}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-31px;
	background-color:rgba(255,255,255,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-31px;
	background-color:rgba(255,255,255,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#FED67E;
}
.flexslider .flex-direction-nav a i {
	display:block;
	text-align:center;
	line-height:29px;
	font-size:20px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:hover i {
	color:#333;
}

.flexslider.top_slider .container {
	position:relative;
}
.top_slider_cap {
	position:absolute;
	left:30px;
	right:30px;
	top:50%;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 20px;
	text-transform:none;
	font-weight:400;
	line-height:36px;
	font-size:48px;
	color:#fff;
	text-shadow:1px 0 2px rgba(0,0,0,0.31);
}

.top_slider_cap h2 {
	margin:0 0 20px;
	text-transform:none;
	font-weight:400;
	line-height:36px;
	font-size:48px;
	color:#fff;
	text-shadow:1px 0 2px rgba(0,0,0,0.31);
}

.top_slider_cap p {
	margin:0 0 25px;
	line-height:42px;
	font-size: 28px;
	color:#fff;
	text-shadow:1px 0 2px rgba(0,0,0,0.31);
}

.top_slider_cap .slide_btn {
	display:inline-block;
	margin:0 15px 5px;
	padding:11px 59px 12px;
	text-transform:none;
	font-weight: 400;
	font-size: 20px;
	color: #FFF;
	border-radius:50px;
	background-color:#07665A;			/***** beige FED67E **************************************************/
}
.top_slider_cap .slide_btn:hover {
	color:#fff;
	background-color:#333;
}



.top_slider_cap .slide_btn2 {
	display:inline-block;
	margin:0 15px 5px;
	padding:11px 59px 12px;
	text-transform:none;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	border-radius:50px;
	background-color:#072666;
}
.top_slider_cap .slide_btn2:hover {
	color:#072666;
	background-color:#c4d7ff;
}










/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
#about {
	position:relative;
	padding-top:38px;
	padding-bottom:115px;
}
#about .service_item i {
	display:block;
	margin:0 0 22px;
	font-weight:700;
	font-style:normal;
	line-height:52px;
	font-size:70px;
	color:#776f5f;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#about .service_item:hover i {color:#fff;}
#about .service_item h4 {
	margin:0 0 10px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#about .service_item:hover h4 {
	color:#FED67E;
}

#about .service_item span {
	font-size: 18px;
	line-height: 28px;
}

#about .services_img {
	position:absolute;
	left: 50%;
	top: 30%;
	width: 490px;
	margin-left:46px;
}



.service_item2 img {					/***** NEU **************************************/
	width: 30px !important;
}








/*-----------------------------------------------------------------------------------*/
/*	Section Visit Block 111
/*-----------------------------------------------------------------------------------*/
#visit_block1 {
	padding:72px 0 56px;
	color:#fff;
	background-image:url(../images/parallax1.jpg);
	
	background-repeat: no-repeat;
	background-size:cover !important;
	background-position: 50% 0 !important;
    background-attachment: fixed;
	height: 360px;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block1 .visit_block_text {
	float:left;
	width:70%;
}
#visit_block1 h1 {
	margin:0 0 18px;
	color:#fff;			/***** #FED67E ***************************************/
	font-size: 48px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block1 .visit_btn {
	float:right;
	display:inline-block;
	margin-top:30px;
	padding:16px 55px 17px;
	font-weight:600;
	font-size:18px;
	color:#FFF;
	border-radius:25px;
	background-color:#07665A;
}
#visit_block1 .visit_btn:hover {
	color:#07665A;
	background-color:#fff;
text-shadow: 0px 0px 0px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}




/*-----------------------------------------------------------------------------------*/
/*	Section Visit Block 222
/*-----------------------------------------------------------------------------------*/
#visit_block2 {
	padding:72px 0 56px;
	color:#fff;
	background-image:url(../images/parallax2.jpg);
	background-repeat: no-repeat;
	background-size:cover !important;
	background-position: 50% 0 !important;
    background-attachment: fixed;
	height: 360px;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block2 .visit_block_text {
	float:left;
	width:70%;
}
#visit_block2 h1 {
	margin:0 0 18px;
	color:#fff;			/***** #FED67E ***************************************/
	font-size: 48px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block2 .visit_btn {
	float:right;
	display:inline-block;
	margin-top:30px;
	padding:16px 55px 17px;
	font-weight:700;
	font-size:16px;
	color:#07665A;
	border-radius:25px;
	background-color:#FED67E;
}
#visit_block2 .visit_btn:hover {
	color:#fff;
	background-color:#333;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Visit Block 333
/*-----------------------------------------------------------------------------------*/
#visit_block3 {
	padding:72px 0 56px;
	color:#fff;
	background-image:url(../images/parallax3.jpg);
	background-repeat: no-repeat;
	background-size:cover !important;
	background-position: 50% 0 !important;
    background-attachment: fixed;
	height: 360px;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block3 .visit_block_text {
	float:left;
	width:70%;
}
#visit_block3 h1 {
	margin:0 0 18px;
	color:#fff;			/***** #FED67E ***************************************/
	font-size: 48px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block3 .visit_btn {
	float:right;
	display:inline-block;
	margin-top:30px;
	padding:16px 55px 17px;
	font-weight:600;
	font-size:18px;
	color:#FFF;
	border-radius:25px;
	background-color:#07665A;
}
#visit_block3 .visit_btn:hover {
	color:#07665A;
	background-color:#fff;
text-shadow: 0px 0px 0px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}







/*-----------------------------------------------------------------------------------*/
/*	Section Visit Block 444
/*-----------------------------------------------------------------------------------*/
#visit_block4 {
	padding:72px 0 56px;
	color:#fff;
	background-image:url(../images/parallax4.jpg);
	background-repeat: no-repeat;
	background-size:cover !important;
	background-position: 50% 0 !important;
    background-attachment: fixed;
	height: 360px;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block4 .visit_block_text {
	float:left;
	width:70%;
}
#visit_block4 h1 {
	margin:0 0 18px;
	color:#fff;			/***** #FED67E ***************************************/
	font-size: 48px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}
#visit_block4 .visit_btn {
	float:right;
	display:inline-block;
	margin-top:30px;
	padding:16px 55px 17px;
	font-weight:700;
	font-size:16px;
	color:#07665A;
	border-radius:25px;
	background-color:#FED67E;
}
#visit_block4 .visit_btn:hover {
	color:#fff;
	background-color:#333;
}






#speisen .visit_btn {
	float:left;
	display:inline-block;
	margin-top:30px;
	padding:16px 55px 17px;
	font-weight:700;
	font-size:16px;
	color:#07665A;
	border-radius:25px;
	background-color:#FED67E;
}
#speisen .visit_btn:hover {
	color:#fff;
	background-color:#333;
}




#speisen .gallery_btn {
	position:relative;
	display:inline-block;
	margin-top:10px;
	
	padding:11px 31px;
	text-transform:none;
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
	color:#FFF;
	border-radius:25px;
	background-color:#07665A;
}
#speisen .gallery_btn:hover {
	color:#333;
	background-color:#fff;
}



#willkommen .gallery_btn {
	position:relative;
	display:inline-block;
	margin-top:10px;
	
	padding:11px 31px;
	text-transform:none;
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
	color:#fff;
	border-radius:25px;
	background-color:#07665A;
}
#willkommen .gallery_btn:hover {
	color:#333;
	background-color:#fff;
}










/*-----------------------------------------------------------------------------------*/
/*	Section Products
/*-----------------------------------------------------------------------------------*/
#products .gallery_img {
	display:block;
	margin:0 0 4px;
	background-color:#776f5f;
}
#products .gallery_item:hover .gallery_img {
	background-color:#FED67E;
}
#products .gallery_img img {
	width:100%;
}
#products .gallery_title {
	margin:0 0 13px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#products .gallery_title a {color:#fff;}
#products .gallery_item:hover .gallery_title a {
	color:#FED67E;
}
#products .product_rating {padding-bottom:11px;}
#products .product_rating i {
	display:inline-block;
	padding-left:2px;
	line-height:20px;
	font-size:16px;
	color:#FED67E;
	cursor:default;
}
#products .gallery_item span {
	display:block;
	padding:0 0 16px;
}
#products .product_price {
	padding-bottom:17px;
	font-weight:700;
	line-height:32px;
	font-size:32px;
	color:#fff;
}
#products .gallery_btn {
	position:relative;
	display:inline-block;
	padding:11px 31px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#333;
	border-radius:25px;
	background-color:#FED67E;
}
#products .gallery_btn:hover {
	color:#333;
	background-color:#fff;
}









/*-----------------------------------------------------------------------------------*/
#parallax1 {
	margin-bottom:40px;
	padding:70px 0 60px;
	color:#fff;
	background-image:url(../images/bg-parallax1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#parallax1 .visit_block_text {
	float:left;
	width:70%;
}
#parallax1 h1 {
	margin:0 0 18px;
	color:#FED67E;
}




#parallax2 {
	margin-bottom:40px;
	padding:70px 0 60px;
	color:#fff;
	background-image:url(../images/bg-parallax2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#parallax3 {
	margin-bottom:40px;
	padding:70px 0 60px;
	color:#fff;
	background-image:url(../images/bg-parallax3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#parallax4 {
	margin-bottom:40px;
	padding:70px 0 60px;
	color:#fff;
	background-image:url(../images/bg-parallax4.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}








/*-----------------------------------------------------------------------------------*/
/*	Section testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {
	margin-bottom:40px;
	padding:70px 0 60px;
	color:#FFF;
	font-size: 18px;
	line-height: 30px;
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover !important;
	background-position: 50% 0 !important;
    background-attachment: fixed;
	height: auto !important;
}
#testimonials .testimonials_content {
	padding: 2px;
}

#testimonials .testimonials_item {
	padding: 22px;
	background: #fed67e; /* browsers that don't support rgba */	/***** NEU ***************************************/
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3); 	/*************** NEU **********************/
	border-radius: 22px;
}


#testimonials .testim_foto {
	float:left;
	width:40px;
	height:40px;
	margin-right:20px;
	border-radius:50%;
}
#testimonials .testim_author_inf {color:#FED67E;}
#testimonials .testim_author_inf span {
	display:block;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
}
#testimonials h2 {
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
	color:#fff;
	
}
#testimonials h1 {
	color:#ffffff !important;
	font-size: 30px;
}



/*-----------------------------------------------------------------------------------*/
/*	Section News
/*-----------------------------------------------------------------------------------*/
#news .post_img {
	float:left;
	display:block;
	margin:0 30px 10px 0;
}
#news .post_title {
	margin:-5px 0 4px;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}
#news .post_meta span {
	display:inline-block;
	padding:0 10px 10px 0;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#b5b5b5;
}
#news .post_meta span i {
	display:inline-block;
	padding-right:5px;
	color:#776f5f;
}
#news .post_btn_more {
	display:inline-block;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:11px;
	color:#FED67E;
}
#news .post_btn_more:hover {color:#fff;}




/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts #map {
	position:relative;
	margin-bottom:45px;
}
#contacts #map:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom: 0px;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#contacts #map:hover:before {
	visibility:hidden;
	opacity:0;
}

#contacts h4 {
	margin:0 0 20px;
	font-weight:400;
	line-height:20px;
	font-size:14px;
}
.ouroffice_wrap ul {padding-bottom:10px;}
.ouroffice_wrap li {padding-bottom:10px;}

.ouroffice_wrap .social a {
	margin:0 10px 10px 0;
	font-size:24px;
	color:#949494;
}
.ouroffice_wrap .social a:hover {color:#FED67E;}



/* Contact form */
.contact_form input[type="text"],
.contact_form textarea {
	width:357px;
	height:44px;
	margin:0 10px 9px 0;
	padding:12px 30px;
	line-height:20px;
	font-size: 16px;
	color:#9e9e9e;
	text-shadow:none;
	border:none;
	border-radius:20px;
	box-shadow:none;
	background:#4f4f4f;
}
.contact_form input[type="text"].marg0 {margin-right:0;}
.contact_form textarea {
	width:100%;
	height:90px;
	margin:0 0 30px;
	resize:none;
}
.contact_form input[type="submit"] {
	float:right;
	width:160px;
	height:44px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#333;
	text-shadow:none;
	border:0;
	border-radius:20px;
	box-shadow:none;
	background:#FED67E;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover {
	color:#333;
	background:#fff;
}

/* form valid style */
#contacts .contact_form .notification_error,
#contacts .contact_form .notification_ok {
    border-radius: 5px;
	-webkit-border-radius:5px;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
}
#contacts .contact_form .notification_ok {
    border: 1px #038bd4 solid;
    color: #038bd4;
	background:#d0e3ea;
}
#contacts .contact_form .notification_error {
    border: 1px #c93119 solid;
    color: #c93119;
	background:#ffcfcf;
}






/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#FED67E;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#3c3c3c;
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#FED67E;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#b5b5b5;
}


/* Widget Social */
.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#b5b5b5;
}
.social a:hover {
	color:#FED67E;
}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:0;
	width:53px;
}
.latest_news_item p {
	margin:-5px 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#aaa;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#FED67E;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#FED67E;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#aaa !important;
}


/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#aaa;}
.widget_category li a:hover {color:#fff;}



/* Widget Links */
.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#aaa;}
.widget_links li a:hover {color:#fff;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	padding:38px 0 10px;
	color:#b5b5b5;
	background-color:#282828;
}
footer a {
	color:#b5b5b5;
	font-size: 14px;
	}
footer a:hover {color:#FED67E;}
footer h4 {
	margin-bottom:17px;
	padding-bottom:17px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
	border-bottom:1px solid #333;
}

footer h2 {
	margin-bottom:17px;
	padding-bottom:17px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:36px;
	color:#fff;
	border-bottom:1px solid #333;
}


#copyright {
	padding:24px 0 10px;
	color:#b5b5b5;
	border-top:1px solid #333;
	background-color:#282828;
	font-size: 14px;
}
#copyright span {color:#FED67E;}