/*********** FARBEN * *********
 * Textfarbe: #4c3629
 * Braun: #4c3629
 * Gruen: #839e8f
 *
 *
*/

*, *:before, *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
img, embed, object, video{
	max-width:100%;
	height: auto;
	width: auto;
}

body, nav, a, p  {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #4c3629;
	font-size: 17px;
	line-height: 140%;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', sans-serif;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 20px;
}

caption {
	color: #4c3629;
	font-size: 12px; 
}
legend {
	display: none;
}
iframe {
	max-width: 100%;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}
label {
        display: inline-block;
        max-width: 100%;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
.tx-powermail input, .powermail_textarea, .powermail_select{
     -webkit-appearance: none  !important;
     border-radius: 0  !important;
}
#c321, #c322 {
	background-color: #839e8f;
	text-align: center;
	padding: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 140%;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 25px 0;
}
#c321 .bodytext,
#c322 .bodytext {
    padding-bottom: 0 !important;
}

.modal-backdrop.show {
	display: none !important;
}
/*********************************** Headers *********************************** */
h1, h4 {
	margin: 0;
	padding: 0;
	color: #4c3629;
	font-size: 38px;
	line-height: 120%;
	text-align: center;
	font-weight: 400;
	padding-bottom: 5px;
	font-family: 'Merriweather', serif;
	width: 100%;
	clear: both;
}	


h2, h5{
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #839e8f;
	text-align: center;
	width: 100%;
	font-size: 26px;
	clear: both;
	font-weight: 400;
	padding-bottom: 15px;
	font-style: italic;
	width: 100%;
	clear: both;
}

h3 {
	width: 100%;
	clear: both;
	font-weight: 400;
}

h4 {

}
h5 {
	
}
a{
	text-decoration: none;
	color: #4c3629;
}
a:hover {
	text-decoration: none;
	font-weight: 400;
	color: #4c3629;
}
a:focus, a:hover {
    color: #4c3629;
    text-decoration: none;
}
a:focus {
    outline: none;
}
.clear, .clearfix {clear: both;}


/*********************************** Layouts *********************************** */
#wrap_top{
	width: 100%;
	background-image: url(/fileadmin/templates/images/holz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: cover;
}
#top{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
	float: none;
	min-height: 200px;


}
#logo {
	float: left;
	width: 505px;
	margin-top: 20px;
}
#logo img {
	display: block;
	float: left;
}
#logo img a:active, #logo a:active {
	outline: none;
}
body {
	overflow-x: hidden;
}
/*********************************** Header *********************************** */
#header_container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	width: 100%;
	position: relative;
	
}

#headerImage{
	float: left;
	width: 100%;
	max-width: 1800px;
	position: relative;
	z-index: 444;
}
#headerImage .slide{
	float: left;
	width: 100%;
	max-width: 1800px;
	position: relative;
}
#buttons .slick-prev, #buttons .slick-next {
	width: 50px;
	height: 50px;
	border: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent !important;
	float: left;
	text-indent: -10000px;
}
#buttons .slick-prev {
	background-image: url(/fileadmin/templates/images/arrow_header.png);
}
#buttons .slick-next {
	background-image: url(/fileadmin/templates/images/arrow_header.png);
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
#buttons .slick-prev:hover, #buttons .slick-next:hover {

}
#request{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9999;
	bottom: -40px;
}
#buttons{
	float: left;
	width: 50px;
	position: absolute;
	height: 156px;
	z-index: 9999;
	left: 0;
	top: calc(50% - 78px);
}
#buttons .next, #buttons .prev, #buttons .facebook, .instagram{
	float: left;
	width: 50px;
	height: 50px;
	margin-bottom: 2px;
	background-color: rgba(255, 255, 255, 0.7);
}
#buttons .facebook{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/fileadmin/templates/images/facebook_header.png);
	cursor: pointer;
}
#buttons .instagram{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/fileadmin/templates/images/instagram_header.png);
	cursor: pointer;
}
#infoBox{
	float: left;
	width: 412px;
	height: 318px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/fileadmin/templates/images/bg_infoBox.png);
	position: absolute;
	z-index: 9999;
	top: 100px;
	right: -420px;
	display: none;
}

/*********************************** Main *********************************** */
#wrap{
	width: 100%;
	background-image: url(/fileadmin/templates/images/wappen.png);
	background-position: 90% 70%;
	background-repeat: no-repeat;

}

#main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	text-align: center;
}
#priceBox{
	float: left;
	width: 100%;
	margin-top: 50px;
}
#page-18 #priceBox, 
#page-19 #priceBox,
#page-18 #buttons{
	display: none !important;
}
#page-18 #langNavi, #page-19 #langNavi{
	padding-top: 70px;
}
#content{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 20px;
}
#wrap #main #content{
	min-height: 400px;
}
#content .csc-default{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 25px;
}
#content .bodytext{
	padding-bottom: 25px;
}
.divider hr {
	border-color: #4c3629 -moz-use-text-color -moz-use-text-color;
	border-width: 1px 0 0;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	margin-top: 30px;
}
#content .skizze{
	width: 180px;
	height: 40px;
	margin-left: auto !important;
	margin-right: auto !important;
	color: #fff;
	padding-top: 8px;
	font-style: italic;
	background-color: #839e8f;
}
#content a{
	color: #4c3629;
}
#content_bottom{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	border-bottom: 1px solid #4c3629;
	font-style: italic;
}

#langNavi{
	float:left;
	width: 100%;
	padding-top: 70px;
}
#langNavi .lang_navi_flag{
	float:right;
	width: 30px;
	margin-left: 5px;
}
#print{
	float:left;
	width: auto;
	text-align: left;
}
#support_top{
	float:right;
	width: auto;
	text-align: right;
}
#preisvergleich{
	float: left;
	width: 100%;
}
#preisvergleich #preisvergleich_header{
	float: left;
	width: 100%;
	background-color: #839e8f;
	color: #fff;
	text-align: center;
	height: 45px;
	padding-top: 9px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-image: url(/fileadmin/templates/images/map_open.png);
	font-style: italic;
	font-weight: 700;
}
#preisvergleich #ebPriceOmeter{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #4c3629;
	padding: 25px;
	display: none;
}
/*********************************** Premiumcard *********************************** */
#wrap_premiumcard{
	width: 100%;
	background-color: #4c3629;
}
#main_premiumcard{
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	width: 100%;
}
#premiumcard{
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #4c3629;
	border-top: 1px solid #4c3629;
}
.premiumcardLogo{
	float: left;
	width: 188px;
	height: 188px;
	position: absolute;
	z-index: 999;
	background-image: url(/fileadmin/templates/images/premiumcard.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: calc(50% - 94px);
	top: 0px;
}
#premiumcard .slick-premiumcard{
	height: 300px;
	position: relative;
	float: left;
	width: 100%;
}
#premiumcard .a-slide{
	position: relative;
}
#premiumcard  .slick-list,
#premiumcard  .slick-track {
	height: 100%;
    width: 100%;
}
#premiumcard .a-slide .fCapA{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-top: 200px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
	line-height: 120%;
}
#premiumcard .a-slide .fCapA a {
	color: #fff;
}

#premiumcard .slick-prev, #wrap_premiumcard .slick-next {
    background-color: transparent !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 58px;
    opacity: 0.6;
    position: absolute;
    top: calc(50% - 29px);
    width: 32px;
    z-index: 545;
}
#premiumcard .slick-prev {
    background-image: url("/fileadmin/templates/images/arrow_premiumslider.png");
    left: 30px;
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
#premiumcard .slick-next {
    background-image: url("/fileadmin/templates/images/arrow_premiumslider.png");
    right: 30px;
}
#premiumcard .slick-prev:hover, #wrap_premiumcard .slick-next:hover {
    opacity: 0.9;
}
/*********************************** Slider *********************************** */
#wrap_slider{
	width: 100%;
	border-bottom: 1px solid #4c3629;
}
#wrap_slider #main{

}
#slider{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}
#slider .tx-owl-slider{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}
#slider .owl-wrapper{
	float: left;
	width: 100%;
}
#slider .owl-item{
	float: left;
	width: 100%;
	border: 1px solid #4c3629;
}
#slider .item{
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #4c3629;*/
}
#slider .item .item-image{
	float: left;
	width: 40%;
	position: relative;
}
#slider .item .item-image-icon{
	position: absolute;
	z-index: 999;
	width: 54px;
	height: 54px;
	background-image: url(/fileadmin/templates/images/icon_slider.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	right: -27px;
	top: 20px;
}
#slider .item .item-content{
	float: left;
	width: 60%;
	padding-top: 40px;
}
#slider .item .item-content .item-content-wrap{
	float: left;
	width: 100%;
	padding: 25px;
}
#slider .item-content-title{
	float: left;
	width: 100%;
	color: #4c3629;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
	font-weight: 400;
	padding-bottom: 15px;
	font-family: 'Merriweather', serif;
}
#slider .item-content-text{
	float: left;
	width: 100%;
}
/*********************************** Bewertungen *********************************** */
#wrap_bewertungen{
	width: 100%;
	background-image: url(/fileadmin/templates/images/wappen2.png);
	background-position: 20% 100%;
	background-repeat: no-repeat;
}
#wrap_bewertungen #main{

}
#bewertungen{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 40px;
}
#bewertungen .col-container{
	padding-bottom: 80px;
	padding-top: 80px;
}
#c13{
	width: 150px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 25px;
}
#c14{
	width: 170px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 25px;
}
#c15{
	width: 260px;
	margin-left: auto !important;
	margin-right: auto !important;
}
#fb-root {
    display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/*********************************** Bewertungen *********************************** */
#wrap_kontakt{
	width: 100%;
	background: #4c3629;
}
#wrap_kontakt #main{
	color: #fff;
	min-height: inherit;
}
#kontakt{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}
#kontakt h4, #kontakt h5{
	color: #fff;
}
#kontakt a{
	color: #fff;
}
#kontakt .logo_footer{
	float: left;
	width: 100%;
	padding-bottom: 40px;
}
#kontakt p{
	padding-top: 5px;
}
#kontakt h4{
	font-size: 28px;
}
/*********************************** Meta *********************************** */
#wrap_meta{
	width: 100%;
}
#meta{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#created{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10px;
	font-style: italic;
}

/*********************************** Main Navi*********************************** */
#mobile-menu,
#menu-button,
#mobile-icons{
	display: none !important;
}

#mainNavi{
	float: right;
	width: calc(100% - 530px);
}

#mainNavi nav {
	float: right;
	position: relative;
	width: 100%;
	z-index: 888;
}
#mainNavi span.title{
	float: left;
	width: 100%;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	text-align: center;
	font-size: 21px;
}
#mainNavi span.subtitle {
	float: left;
	width: 100%;
	font-style:italic;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	padding-top: 2px;
}
#mainNavi ul {
	padding: 0px !important;
}
#mainNavi ul ul {
	padding-top: 0px !important;
}
#mainNavi ul li {
	
}
#mainNavi .flexnav li   {
	padding: 0px !important;
}
#mainNavi .flexnav li:hover   {

}
#mainNavi .flexnav li a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 45px;
	padding-bottom: 51px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0px !important;
	margin-left: 1px;
	color: #4c3629;
}
#mainNavi .flexnav > li:last-of-type > a {

}

#mainNavi .flexnav li a:hover {

}
#mainNavi .flexnav li .current {
	
}

#mainNavi .flexnav .touch-button {
	display: none;
}
#mainNavi .flexnav li ul {
	margin-top: 0px !important;
}
#mainNavi ul ul {
	height: auto !important;
}
#mainNavi .flexnav li>ul li {

}
#mainNavi .flexnav li ul li:hover   {

}
#mainNavi .flexnav li>ul li:last-of-type {
	
}
#mainNavi .flexnav li>ul li:first-of-type {

}
#mainNavi .flexnav li ul a {
	padding: 5px;
	padding-top: 7px;
	margin-left: 0px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-bottom: 2px;
}
#mainNavi .flexnav li ul a:hover {

}
#mainNavi .flexnav li .current2 {
	background-color: #839e8f;
	color: #fff;
}
/* Last One START */
#mainNavi  .flexnav > li:last-of-type > ul a {
  
}
#mainNavi .flexnav > li:last-of-type > ul li, #mainNavi  .flexnav > li:last-of-type > ul {
  
}
#mainNavi  .flexnav > li:last-of-type > ul {
      	left: auto;
      	right:0;
}
/* Last One END */

.footable th {
    text-align: center;
}
.footable th:first-child, .footable td:first-child {
    text-align: left;
}
.footable th {
    padding-bottom: 5px;
}
.footable td{
    padding-bottom: 2px;
}
/* Bikne */
.bike .tr-even{
	background-color: #f5f4f4;

}
.bike .tr-odd{
}
.bike td, .bike th{
	padding: 5px 15px;
}

/*********************************** Google Maps *********************************** */
#map_canvas img {
	max-width: none !important;
}
#responsiveContainer {
	display: block;
	height: 420px;
	position: relative;
	width: 100%;
	clear: both;
}
#responsiveContainer #map_canvas {
	height: 420px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	color: black;
}

/*********************************** Gridelements *********************************** */
.col-container{
	float: left;
	width: 100%;
	clear: both;
}
.two-cols-left{
	float: left;
	width: 48%;
}
.two-cols-right{
	float: right;
	width: 48%;
}

.col-container-1, .col-container-2{
	float: left;
	width: 100%;
	clear: both;
}
.col-container-1 .csc-default{
	text-align: right !important;
}
.col-container-2 .csc-default{
	text-align: left !important;
}
/*********************************** 1800 *********************************** */
@media screen and (max-width: 1800px) {

}
/*********************************** 1201 *********************************** */
@media screen and (max-width: 1201px) {
	#main, #top{
		padding-left: 3%;
		padding-right: 3%;
	}
	#logo {
		width: 380px;
		margin-top: 40px;
	}
	#mainNavi{
		float: right;
		width: calc(100% - 410px);
	}
	#request {
		bottom: -92px;
	}
	#priceBox{
		margin-top: 100px;
	}
	#langNavi {
		float: left;
		width: 100%;
		margin-top: 45px;
	}
}
/*********************************** 1100 *********************************** */
@media screen and (max-width: 1100px) {
	
}
/*********************************** 1024 *********************************** */
@media screen and (max-width: 1024px) {
	#mainNavi, #metaNavi{
		display: none !important;
	}
	#mobile-menu, #menu-button, #mobile-icons{
		display: flex !important;
	}
	#menu-button a {
		display: block;
		height: 50px;
		position: absolute;
		color: #fff;
		text-decoration:none;
		width: 100%;
		background-image: url(/fileadmin/templates/images/responsive-menu-icon.png);
		background-repeat: no-repeat;
		background-position: 90% 50%;
		text-align: left;
		padding-left: 10px;
		padding-top: 13px;
	}
	#menu-button{
		background: none repeat scroll 0 0 #839e8f;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		color: #fff;
		height: 50px;
		width: 110px;
		float: right;
		position: relative;
		z-index: 9999;
		text-align: center;
		margin-top: 50px;
	}
	.col-container-1 .csc-default{
		text-align: center !important;
	}
	.col-container-2 .csc-default{
		text-align: center !important;
	}
	.col-container-1 .csc-default .bodytext, .col-container-2 .csc-default .bodytext {
		padding-bottom: 0px !important;
	}
	#infoBox{
		height: 210px;
	}
	#mobile-icons {
		margin-right: 10px;
		width: auto;
		height: 50px;
		float: right;
		margin-top: 50px;

		display: flex;
		flex-wrap: wrap;
	}
	#mobile-icons .mobile-icons-phone,
	#mobile-icons .mobile-icons-mail{
		float: left;
		width: 50px;
		height: 50px;
		
		margin-left: 2px;
	}
	#mobile-icons .mobile-icons-phone {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(/fileadmin/templates/images/top_phone.png);
		cursor: pointer;
	}
	#mobile-icons .mobile-icons-mail {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(/fileadmin/templates/images/top_mail.png);
		cursor: pointer;
	}
}



.mobile-btn-phone1,
.mobile-btn-phone2{
    height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	margin-right: 10px;
}

.mobile-btn-phone1 a,
.mobile-btn-phone2 a{
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	
}

.mobile-btn-phone1 a span,
.mobile-btn-phone2 a span{
  margin: auto;
  margin-left: 10px;
	
}



.mobile-btn-mail{
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}


/*********************************** 960 *********************************** */
@media screen and (max-width: 960px) {
	#request {
		bottom: -85px;
	}
	#slider .item .item-content{
		padding-top: 0px;
	}
	#infoBox{
		top: 80px;
	}

	#mobile-icons {
		margin-top: 25px;
		
		width: 100%;
		margin-right: 0px;
	}

	.mobile-btn-phone1 {
		margin-left: auto;
	}
	
	.mobile-btn-mail{
		margin-right: auto;
	}
	

}
/*********************************** 860 *********************************** */
@media screen and (max-width: 860px) {
	
}
/*********************************** 800 *********************************** */
@media screen and (max-width: 800px) {
	#slider .item .item-image{
		float: left;
		width: 100%;
	}
	#slider .item .item-content{
		float: left;
		width: 100%;
	}
	#slider .item .item-image-icon{
		right: 20px;
		top: 20px;
	}
}
/*********************************** 780 *********************************** */
@media screen and (max-width: 780px) {
	.two-cols-left{
		float: left;
		width: 100%;
	}
	.two-cols-right{
		float: left;
		width: 100%;
	}
	#infoBox{
		display: none !important;
	}
	.footable th:first-child, .footable td:first-child {
		text-align: center;
	}
	.footable.breakpoint > tbody > tr > td > span.footable-toggle {
		color: #839e8f !important;
	}
	.footable-row-detail-name{
		text-align: left;
	}
	.footable-row-detail-cell{
		background: #839e8f;
		padding: 15px;
		color: #fff;
	}
}
/*********************************** 640 *********************************** */
@media screen and (max-width: 640px) {
	#logo {
		width: 230px;
margin-top: 50px;
	}
	#buttons, #print{
		display: none;
	}
	h1, h4 {
		font-size: 30px;
		padding-bottom: 5px;
	}	
	h2, h5{
		font-size: 24px;
		padding-bottom: 15px;
	}
	#premiumcard .slick-prev {
		left: 15px;
	}
	#premiumcard .slick-next {
		right: 15px;
	}



}
/*********************************** 480 *********************************** */
@media screen and (max-width: 480px) {
	#logo {
		width: calc(100% - 10px);
		margin-right: 10px;
		margin-top: 20px;
	}
	#menu-button{
		background: none repeat scroll 0 0 #839e8f;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		color: #fff;
		height: 50px;
		width: 110px;
		float: right;
		position: relative;
		z-index: 9999;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 10px;
		clear: both;
	}


	#kontakt h4 {
		font-size: 21px;
		padding-bottom: 25px;
	}
	#request {
		bottom: -148px;
	}
	#priceBox{
		margin-top: 165px;
	}

	#mobile-icons{
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
}
