@charset "UTF-8";
/* fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);

/* global settings */
html, body 													{ min-height: 100%; height:100%; background: #f8f8f8; font-family: "Open Sans"; color: #000; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 		{ font-family: 'Oswald', sans-serif; font-weight: normal; text-transform: uppercase; color: #570a10; }
p 															{ margin: 0 0 20px 0; }
p.comment 													{ border-left: 1px solid #fff; padding-left: 20px; }
.form-control 												{ border-radius: 0; }
.btn 														{ border-radius: 0; font-family: 'Oswald', sans-serif; }
.btn-lg 													{ line-height: 50px; height: 50px; padding: 0 22px; text-transform: uppercase; }
.btn-default 												{ color: #570a10; border-color: #e2e2e2; }
.btn-default:hover 											{ border-color: #570a10; background: #570a10; color: #ffffff; }

.txtcenter													{text-align: center;}
.clearfix		 											{overflow:hidden; zoom:1; /*_height:1%; */} /* zoom + _height for IE lte 6 */
a 															{outline: none !important; } 

/* top */
.top 														{ background: #0f1521; border: 0; border-top: 5px solid #7c0e17; border-radius: 0; height: 108px; margin: 0; }
.top .logo 													{ margin: 0 auto; position: absolute; z-index: 2; top: 0; text-align: left; width: 100%; height: 125px; background: url(../img/background_header2.png) no-repeat 50% 100%; left: 0; padding: 15px 0 0 40px; }

/* Footer navigation */
.footernav #navi 											{text-align:center;}

.footernav ul#navi li 										{display:inline-block; background:none; color:#fff; margin-left:-3px; margin-bottom:1px;}
.footernav #navi li a 										{display:block; padding:10px; color:#fff; border: 1px solid #570a10; margin: 0; padding: 0 8px; margin: 0 15px; line-height: 30px; text-align: center; color: #fff; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 14px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background: #0f1521;}
.footernav #navi li a:hover,
.footernav #navi li a:focus,
.footernav #navi li a.active 								{border: 1px solid #fff; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background: #0f1521;}

/* footer */
footer														{margin-top: 25px; }
footer .footernav 											{ background: #0f1521; padding: 30px 5px; text-align: center; border-top: 5px solid #570a10; }
footer .logo	 											{ background: #570a10; padding: 20px 5px; }
footer .page-end .copyright 								{ padding: 25px 0; color: #570a10; font-size: 14px; font-family: 'Oswald', sans-serif; text-align: center; }

/* header subpage */
header.subpage 												{ overflow: hidden; text-align: center; position: relative; margin-bottom: 50px; }
header.subpage .image 										{ height: 240px; position: relative; overflow: hidden; }
header.subpage .image img 									{ width: 100%; min-width: 100%; position: relative; -webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; -o-transition: all 2s; transition: all 2s; top: 0;}
header.subpage .info 										{ background: #0f1521 url(../img/background_search.png) no-repeat 50% 100%; padding-bottom: 15px; color: #fff; line-height: 85px; font-size: 24px; font-family: 'Oswald', sans-serif; }
header.subpage .info span									{ color: #b6b6b6; }

/* header slider */
header .carousel-caption h3									{ font-family: 'Oswald', sans-serif; font-size: 24px; text-transform: uppercase; height: 55px; line-height: 55px; color: #570a10; opacity: 0.9; text-align: left; padding: 0; margin: 0; overflow: hidden; opacity: 1; top: 0px; position: relative; -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -ms-transition: all 1.5s; -o-transition: all 1.5s; transition: all 1.5s; left: 0px; }
header .carousel-caption h3.top 							{ opacity: 0; top: -150px; }
header .carousel-caption h3.left 							{ opacity: 0; left: 150px; }
header .carousel-caption h3.bottom 							{ opacity: 0; top: 150px; }
header .carousel-caption h3 span 							{ color: #570a10; background: #ffffff; padding-left: 10px; padding-right: 10px; }
header .carousel-caption h3.green span 						{ color: #ffffff; background: #570a10; }
header .carousel-caption h3.black span 						{ color: #ffffff; background: #0f1521; }
.carousel 													{ height: 240px; }
.carousel .item 											{ height: 240px; }
.carousel-inner 											{ height: 240px; }
#carousel-home .carousel 									{ height: 360px; }
#carousel-home .carousel .item 								{ height: 360px; }
#carousel-home .carousel-inner 								{ height: 360px; }
.carousel-caption 											{ left: 10%; right: 10%; top: 80px; bottom: 40px; text-shadow: none; padding: 0; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img 	{ width: 100%; position: relative; }
.carousel-control 											{ width: 10%; opacity: 1; }
.carousel-control .icon-next:before,
.carousel-control .icon-prev:before 						{ content: ""; }
.carousel-control .icon-prev 								{ display: block; width: 49px; height: 49px; background: url(../img/arrow_left.png) no-repeat 0 0; }
.carousel-control .icon-next 								{ display: block; width: 49px; height: 49px; background: url(../img/arrow_right.png) no-repeat 0 0; }
.carousel-control:hover .icon-next,
.carousel-control:hover .icon-prev 							{ background-position: 0 -49px; }
.carousel-control.right,
.carousel-control.left 										{ background: none; z-index: 10; }
.carousel-control .icon-prev, .carousel-control .icon-next 	{ margin-left: -25px; margin-top: -25px; }

/* tracking search */
.tracking													{ text-align:right; padding: 0 47px 0 0; }
.tracking form input[type=text] 							{ height: 28px; border: 1px solid #570a10; padding: 0 20px 0 25px; background: url(../img/search_ico.png) no-repeat 6px 5px #fff; font-size: 12px; color: #909090; font-family: "Open Sans"; width: 130px; display: inline; }
.tracking .btn-search 										{ color: #fff; height: 28px; line-height: 14px; font-family: 'Oswald', sans-serif; padding: 5px; text-transform: uppercase; border: 1px solid #570a10; background-color: #570a10; font-size: 12px; margin-left: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.tracking .btn-search:hover 								{ background-color: #0f1521; border: 1px solid #570a10; }

/* search */
.search 													{ background: #0f1521 url(../img/background_search.png) no-repeat 50% 100%; padding: 150px 0 35px 0; margin-bottom:50px;}
.search form input[type=text] 								{ height: 50px; border: 1px solid #570a10; padding: 0 20px 0 45px; background: url(../img/search_ico.png) no-repeat 17px 16px #fff; font-size: 14px; color: #909090; font-family: "Open Sans"; width: 250px; display: inline; }
.search .btn-search 										{ color: #fff; height: 50px; line-height: 50px; font-family: 'Oswald', sans-serif; padding: 0 17px 0 52px; text-transform: uppercase; border: 1px solid #570a10; background: #570a10 url(../img/crown-for-input-bt.png) no-repeat 5px 7px; font-size: 18px; margin-left: 7px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.search .btn-search:hover 									{ background: #0f1521 url(../img/crown-for-input-bt.png) no-repeat 5px 7px; border: 1px solid #570a10; }

/* search results */
.search-results 											{ padding: 0 0 50px 0; overflow: hidden; }
.search-results .col-sm-3 									{ width: 292px; padding-top: 3px; padding-bottom: 3px; }
.search-results .restaurant 								{ background: #ffffff; -moz-box-shadow: 0 0 3px 3px #eee; -webkit-box-shadow: 0 0 3px 3px #eee; box-shadow: 0 0 3px 3px #eee; }
.search-results .restaurant .image 							{ padding: 10px 5px 45px 5px; text-align: center; }
.search-results .restaurant .image img 						{ max-width: 100%; }
.search-results .restaurant h3 								{ text-transform: uppercase; font-size: 18px; text-align: center; color: #570a10; font-family: 'Oswald', sans-serif; line-height: 18px; margin: 0; margin-bottom: 20px; }
.search-results .restaurant .text 							{ font-size: 12px; font-family: "Open Sans"; text-align: center; padding: 0 15px 40px 15px; }
.search-results .restaurant button 							{ margin-top: 55px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

/* plz result box */
.result-box 											{ padding: 0 0 20px 0; font-size: 12px;}
.result-box .no-padding-right 							{ padding-right: 0; }
.result-box .no-padding-left 							{ padding-left: 0; }
.result-box .shadow 									{ background: #ffffff; -moz-box-shadow: 0 0 3px 3px #eee; -webkit-box-shadow: 0 0 3px 3px #eee; box-shadow: 0 0 3px 3px #eee; }
.result-box .col-sm-1									{ width: 15.5%; }
.result-box .col-sm-2									{ width: 17%; }
.result-box .col-sm-3									{ width: 18%; }
.result-box .col-sm-6									{ width: 48%; }
.result-box .logo 										{ line-height: 100px; height: 110px; }
.result-box .logo img 									{ max-width: 100%; max-height: 100%; }
.result-box span 										{ display: block; line-height: 20px; color: #570a10; font-size: 12px; font-family: 'Oswald', sans-serif; margin: 0; padding: 0 0 6px 0; }
.result-box .info 										{ vertical-align: middle; display: table-cell; height: 100px; }
.result-box .info span									{ border: 2px solid #fff; border-width: 2px 0; display: inline; text-align: left; line-height: 13px; background: #570a10; color: #fff; font-size: 10px; text-transform: uppercase; padding: 2px 5px; margin: 3px 0; }
.result-box .info a 									{ display: block; height: 16px; font-size: 10px; text-transform: uppercase; font-family: 'Oswald', sans-serif; padding: 1px 5px 0 5px; background: #570a10; color: #fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.result-box .info a:hover 								{ color: #570a10; background: #A5A5A5; text-decoration: none; }
.result-box h4 											{ line-height: 28px; color: #570a10; font-size: 18px; text-transform: uppercase; font-family: 'Oswald', sans-serif; margin: 0; padding: 10px 0 0 0; }
.result-box .text 										{ font-family: 'Open Sans'; font-size: 14px; line-height: 18px; vertical-align: middle; display: table-cell; height: 100px; width: 100%; }
.result-box .table 										{ display: table; margin: 0; }


/* info box */
.info-box 													{ padding: 0; margin-bottom: 50px;}
.info-box .no-padding-right 								{ padding-right: 0; }
.info-box .no-padding-left 									{ padding-left: 0; }
.info-box .shadow 											{ background: #ffffff; -moz-box-shadow: 0 0 3px 3px #eee; -webkit-box-shadow: 0 0 3px 3px #eee; box-shadow: 0 0 3px 3px #eee; }
.info-box .ico 												{ background: #A5A5A5; text-align: center; line-height: 83px; height: 83px; }
.info-box .ico img 											{ max-width: 100%; max-height: 100%; }
.info-box .info 											{ line-height: 83px; height: 83px; color: #fff; background: #570a10; font-size: 18px; text-align: center; text-transform: uppercase; font-family: 'Oswald', sans-serif;	 }
.info-box .info a 											{ display: block; height: 83px; width: 100%; color: #fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.info-box .info a:hover 									{ color: #570a10; background: #A5A5A5; text-decoration: none; }
.info-box h4 												{ line-height: 83px; color: #570a10; font-size: 18px; text-transform: uppercase; text-align: center; font-family: 'Oswald', sans-serif;	 margin: 0; padding: 0; }
.info-box .text 											{ font-family: 'Open Sans'; font-size: 14px; line-height: 18px; vertical-align: middle; display: table-cell; height: 83px; width: 100%; }
.info-box .text span 										{ font-weight: bold; color: #068b70; }
.info-box .table 											{ display: table; margin: 0; }

/* error page */
.page-error 												{ padding: 50px 0 100px; text-align: center; font-family: 'Oswald', sans-serif; color: #0f1521; font-size: 88px; }
.page-error span 											{ font-size: 150px; }

/* about us page */
.about-page 												{ margin: 0 0 50px 0; background: #ffffff; -moz-box-shadow: 0 0 3px 3px #eee; -webkit-box-shadow: 0 0 3px 3px #eee; box-shadow: 0 0 3px 3px #eee; }
.about-page h3 												{ font-size: 18px; font-seight: normal; padding: 40px 0 40px 20px; margin: 0; }

/* special-search */
.accordion ul 												{ list-style: none; margin-left: -20px;}
.accordion ul li 											{ float: left; margin-right: 15px; line-height: 1.8em; padding: 0;}
.accordion ul.cities li,
.accordion ul.spezialitaeten li,
.accordion ul.laenderkuechen li								{ width: 200px; }
.accordion ul.plz li										{ width: 120px; }

/* accordion */
.accordion 													{ padding: 0 20px 40px 20px; }
.accordion .panel 											{ border: none; box-shadow: none; margin: 0 0 10px 0; border-radius: 0; }
.accordion .panel-collapse 									{ background: #f8f8f8; font-size: 14px; line-height: 18px; }
.accordion .panel-collapse .text 							{ padding: 15px 70px; }
.accordion h4 												{ margin: 0; padding: 0; }
.accordion h4 a.collapsed, .accordion h4 a 					{ display: block; line-height: 50px; background: #f8f8f8; color: #000000; font-size: 14px; font-family: 'Open Sans'; text-transform: none; position: relative; padding: 0 0 0 70px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.accordion h4 a.collapsed span:before 						{ content: "+"; }
.accordion h4 a span:before 								{ content: "-"; }
.accordion h4 a span 										{ display: block; width: 50px; height: 50px; background: #570a10; position: absolute; left: 0; top: 0; text-align: center; line-height: 46px; color: #fff; font-weight: bold; font-size: 20px; font-family:Verdana, Geneva, sans-serif; }
.accordion h4 a, .accordion h4 a:hover 						{ text-decoration: none; background: #a5a5a5; color: #fff; }
.accordion h4 a:focus 										{ text-decoration: none; }


/* ************************************************************************************************************************* */
/* ** SPECIFY SCREENSIZES ************************************************************************************************** */
/* ************************************************************************************************************************* */
/* styles for screen less then 1200 px */
@media(max-width:1200px) {
.persons .col-sm-3,
.search-results .col-sm-3									{ width: 242px; }
.info-box .info a,
.info-box .info,
.info-box .ico,
.info-box h4 												{ height: 66px; line-height: 66px; }
.info-box .info 											{ font-size: 16px; }
.info-box .text 											{ height: 66px; }
.carousel-inner, .carousel 									{ height: 240px; }
header.subpage .image 										{ height: 240px; }
}

/* styles for screen less then 992 px */
@media(max-width:992px) {
.top 														{ height: 90px; }
.top .logo 													{ background: url(../img/background_header2.png) no-repeat 50% 86%; }
.top .logo img 												{ height:55px;}
header.subpage .image 										{ height: 180px; }
.carousel-inner, .carousel 									{ height: 180px; }
#carousel-home .carousel 									{ height: 240px; }
#carousel-home .carousel .item 								{ height: 240px; }
#carousel-home .carousel-inner 								{ height: 240px; }
.carousel-caption 											{ top: 20px; }
header .carousel-caption h3 								{ height: 45px; line-height: 45px; font-size: 18px; }
.search 													{ padding: 80px 0 25px 0; }
.search form input[type=text] 								{ background: url(../img/search_ico.png) no-repeat 20px 16px #fff; height: 50px; padding: 0 0 0 45px; width: 25%;}
.search .btn-search 										{ color: #ffffff; height: 50px; line-height: 50px; font-family: 'Oswald', sans-serif; padding: 0 17px 0 52px; text-transform: uppercase; border: 1px solid #570a10; background: #570a10 url(../img/crown-for-input-bt.png) no-repeat 5px 7px; font-size: 18px; margin-left: 7px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.search .btn-search:hover 									{ background: #0f1521 url(../img/crown-for-input-bt.png) no-repeat 5px 7px; border: 1px solid #570a10; }
.footernav ul#navi li 										{ margin:0 0 7px -15px; }
.footernav #navi li a 									    { line-height: 25px;}
footer .footernav 											{ padding: 20px 5px 5px 5px; }
footer .logo img 											{ height: 40px; }
.info-box 													{ margin-bottom: 50px; }
.info-box .info a,
.info-box .info,
.info-box .ico,
.info-box h4 												{ height: 48px; line-height: 48px; }
.info-box .info 											{ font-size: 11px; }
.info-box h4 												{ font-size: 15px; }
.info-box .text 											{ font-size: 12px; height: 48px; }
.accordion .panel-collapse 									{ font-size: 12px; }
}

/* styles for screen less then 768 px */
@media(max-width:768px) {
.top 														{ height: 55px; }
.top .logo 													{ background: none; height: 55px; text-align: left; padding: 7px 0 0 10px; }
.top .logo img 												{ height: 35px; } 
.top .container 											{ padding: 0; }
.tracking													{ margin: -25px 0 0 45px;}
.carousel-inner, .carousel 									{ height: 80px; }
#carousel-home .carousel 									{ height: 180px; }
#carousel-home .carousel .item 								{ height: 180px; }
#carousel-home .carousel-inner 								{ height: 180px; }
header .carousel-caption h3 								{ display: none; }
.carousel-caption 											{ top: 15px; }
.form-group 												{ text-align: center; }
.search 													{ padding: 120px 0 20px 0; margin-bottom:10px; }
.search form input[type=text] 								{ background: url(../img/search_ico.png) no-repeat 10px 16px #fff; height: 40px; padding: 0 0 0 35px; width: 25%;}
.search .btn-search 										{ height: 40px; line-height: 40px; padding: 0 17px 0 52px; background: #570a10 url(../img/crown-for-input-bt.png) no-repeat 5px 2px; font-size: 18px; margin-left: 7px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.search .btn-search:hover 									{ background: #0f1521 url(../img/crown-for-input-bt.png) no-repeat 5px 2px; border: 1px solid #570a10; }
.footernav ul#navi li 										{ margin:0 0 7px -15px; }
.footernav #navi li a 									    { line-height: 25px;}
footer .footernav 											{ padding: 20px 5px 5px 5px; }
footer .logo img 											{ height: 40px; }
header.subpage .image 										{ height: 100px; }
header.subpage 												{ margin-bottom: 30px; }
header.subpage .info 										{ padding-bottom: 15px; line-height: 65px; font-size: 18px; }
.info-box .no-padding-right 								{ padding-right: 15px; }
.info-box .no-padding-left 									{ padding-left: 15px; }
.info-box .text 											{ font-size: 12px; height: auto; padding: 0 5px 20px 5px; text-align: center; }
.result-box .no-padding-left								{ padding-left: 15px;}
.result-box .col-sm-1										{ float: none; width: 100%; text-align: center; }
.result-box .col-sm-2										{ float: none; width: 100%; text-align: center; }
.result-box .col-sm-3										{ float: none; width: 100%; text-align: center; }
.result-box .col-sm-6										{ float: none; width: 100%; text-align: center; }
}
#ortsteilsuche 
{
	width:500px;
	height:300px;
	position:absolute;
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-250px;
	z-index:30;
	background-color:White;
	display:none;
	border:solid 1px #000000;
}
#ortsteilsuche_background
{
	width:100%;
	height:1000%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	background-color:Black;
	filter:alpha(opacity:20);
	KHTMLOpacity:0.20;
	MozOpacity:0.20;
	opacity:0.20;
	display:none;
}
