@charset "utf-8";


html, body{
	height: 100%;
	margin: 0 auto;
	padding: 0; 
	color:#333 !important;
	font-size:16px !important;
	line-height:26px !important;
	font-family: 'Maven Pro' !important;
}


  /* maven-pro-regular - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/maven-pro-v28-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v28-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
  /* maven-pro-600 - latin */
  @font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/maven-pro-v28-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v28-latin-600.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
  /* maven-pro-500 - latin */
  @font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/maven-pro-v28-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v28-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
  /* maven-pro-800 - latin */
  @font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/maven-pro-v28-latin-800.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-800.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v28-latin-800.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
  
		
p{
	margin: 0px;
	padding:0px;
}

img{
	border: none;	
}


hr{
	border: 1px solid #B57D14 !important;
	width: 200px !important;
}

body a{text-decoration:none;}
a:link {color: #305A9C !important;}
a:visited {color: #666}
a:hover {color: #666; list-style-type:none !important; text-decoration:none !important;}
a:focus {color:#666; text-decoration:none !important;  outline:none !important;}
a:active {color:#305A9C !important;}

h1{
	font-size:250% !important;
	font-weight:600 !important;
	color:#B57D14 !important;
	line-height:110% !important;
	font-family: 'Maven Pro' !important;
	text-align: center !important;
	margin-top: 0px !important;
}

.impressum h1{
	text-align: left !important;
}

h2{
	font-size: 160% !important;
	font-weight:600 !important;
	line-height:110% !important;
	color:#000 !important;
	font-family: 'Maven Pro' !important;
	text-align: center !important;
}

.impressum h2{
	text-align: left !important;
}

h3{
	color:#000 !important;
	text-align:left !important;
	font-size: 150% !important;
	border-left: 3px solid #B57D14;
	padding-left: 10px;
	font-family: 'Maven Pro' !important;
}

.h3_right{
	color:#000 !important;
	text-align:right !important;
	font-size: 150% !important;
	border-right: 3px solid #B57D14;
	padding-right: 10px;
	font-family: 'Maven Pro' !important;
	border-left: none !important;
	padding-left: none !important;
}

h4{
	color:#B57D14 !important;
	font-size: 130% !important;
	line-height: 130% !important;
	font-weight:500 !important;
	margin-bottom:3px !important;
}

/*#bg_bild{
	background-image:url(../images/bg.png) !important;
	background-repeat:no-repeat;
	background-attachment: fixed;
  overflow:auto;
  width:100%;
  background-position: top center;
}
*/

.bg_headline{
	background-color: #e1e1e1;
	padding: 30px 30px 40px 30px;
	width: 100%;
}

.marg_top{
	margin-top: 40px !important;
}

li{
	margin-left:15px !important;
}


.container{
	padding:0px 20px 0px 20px;
	width: 90% !important;
	max-width: 1700px !important;
}

header{
	width:100%;
	background-color:#fff;
	height:auto;
	float:left;
	margin: 0 auto;
	position:relative;
	z-index:999;
	text-align: center;
}

.txt_right{
	text-align: right !important;
}

.txt_center{
	text-align: center !important;
}

#logo{
	padding: 15px;
}

.ferienhaus_top_xs{
	display: none;
}

section{
	font-size:120%;
	z-index:1;
	position:relative;
	height: auto;
	width: 100%;
}

section img{
	text-align: center;
	margin: 0 auto;
}

#ferienhaus_diemelsee_bg_fix{
	background-image:url(../../../images/ferienhaus/diemelsee_bg_fix.jpg);
	padding:200px 0px 200px 0px;
	width: 100%;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	margin-bottom: 50px;
	margin-top: 40px;
	min-width: 1024px;
}


 #ferienhaus_diemelsee_bg_fix_xs{
	display: none;
}


#diemelsee_wohnlandschaft_bg_fix{
	background-image:url(../../../images/diemelsee/diemelsee_wohnlandschaft.jpg);
	background-attachment:fixed;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding:200px 0px 200px 0px;
	margin-bottom: 50px;
	margin-top: 40px;
}

#diemelsee_wohnlandschaft_bg_fix_xs{
	display: none;
}

#diemelsee_bg_fix{
	background-image:url(../../../images/diemelsee/diemelsee_bg_fix.jpg);
	background-attachment:fixed;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding:200px 0px 200px 0px;
	margin-bottom: 50px;
	margin-top: 40px;
}

#diemelsee_bg_fix_xs{
	display: none;
}

#ferienhaus_bg_fix{
	background-image:url(../../../images/ferienhaus/ferienhaus_bg_fix.jpg);
	background-attachment:fixed;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding:200px 0px 200px 0px;
	margin-bottom: 50px;
	margin-top: 40px;
}

#ferienhaus_bg_fix_xs{
	display: none;
}

#ferienhaus_aussen_bg_fix{
	background-image:url(../../../images/ferienhaus/ferienhaus_aussen_bg_fix.jpg);
	background-attachment:fixed;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding:200px 0px 200px 0px;
	margin-bottom: 50px;
	margin-top: 40px;
}

#ferienhaus_aussen_bg_fix_xs{
	display: none;
}

.slider_xs{
	display: none;
}

#footer_top{
	background-color: #333;
	color: #fff;
	text-align: center !important;
	width: 100%;
	float: left;
	font-size: 130%;
	margin-top: 40px;
}

.info_footer_top{
	padding: 20px;
}

.jetzt_buchen{
	background-color: #B57D14;
	padding: 20px;
	color: #333;
}

.jetzt_buchen:hover{
	background-color: #7c612a;
	color: #fff;
}

footer{
	font-size:120%;
	color:#000;
	margin: 0 auto;
	text-align:center;
	background-color:#e1e1e1;
	width:100%;
	height:auto;
	bottom:0px;
	position:relative;
	float:left;
	padding:30px !important;
}

footer a:link{
	color:#000 !important;
}

footer a:hover{
	color:#000 !important;
	text-decoration:underline !important;
}

footer a:visited{
	color:#000 !important;
	text-decoration:underline !important;
}

.footer_copy{
	text-align:left;
	color:#fff;
}

.raum{
	background-color: #e1e1e1;
	padding: 30px;
	overflow: auto;
	margin-bottom: 100px;
	border: 2px solid #666666;
}

.hd-button{
	background-color: #666;
	padding: 10px;
	text-align: center;
	border: none;
	border-radius: none;
	color: #fff;
	margin-bottom: 5px !important;
}

#block{
	background-color: #000 !important;
}

.hd-button:hover{
	background-color: #000 !important;
	color: #fff;
}

.hd-red{
	background-color: #000;
	color: #fff;
}

.bar{
	margin: 0 auto !important;
	text-align: center !important;
}


ul.features li{
	background-image:url(../images/li.png) !important;
	background-position: left 8px;
	background-repeat:no-repeat;
	background-size:20px 18px;
	list-style:outside none none !important;
	padding-left:28px;
	padding-bottom:2px;
	vertical-align:bottom;
	margin-left: -40px !important;
}


#nav_border_buttom{
	height: 5px;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

#nav_xs{
	display: none;
}

#bg_nav{
	float:left;
	height:auto;
	z-index:3;
	position:relative;
	width:100%;
}

#nav-wrap {
	text-align:center;
	margin: 0 auto;
}

#menu-icon {
	display: none;
}

#nav{
	margin: 0 auto;
	width:800px;
	margin-top: 60px !important;
	position: absolute;
	right: 100px;
}

#nav ul.menu, 
#nav ul.menu li {
	margin: 0;
	text-align:center;
	padding: 0;
	margin-left:0px !important;
}

#nav ul.menu li {
	list-style: none;
	float: left;
	list-style-type:none;
	text-decoration:none;
	font-weight:400;
	color:#000;
	text-align:center;
	font-size:100%;
}

#nav ul.menu li a {
	padding:10px 20px 4px 20px;
	display: block;
	text-decoration:none;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	font-size: 100% !important;
	color:#000 !important;
}

#nav ul.menu li a:hover {
	color: #B57D14 !important;
	border-bottom: 2px solid #6699ff !important;
}

#nav ul.menu li.active a {
	color: #B57D14 !important;
	border-bottom: 2px solid #6699ff !important;
}

#nav ul.menu ul{
	background: #fff;
	padding:0px;
	border-bottom:0px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; 
	width:160px !important;
}

#nav ul.menu li ul li {
	float: none;
	text-align:center;
	font-size:100%;
	border-bottom: 0px;
	padding:0px;
	width:100%;
}

#nav ul.menu li ul li a{
	border-bottom:0px !important;
	width:100% !important;
	color:#264796 !important;
	padding:8px 5px 10px 5px;
	margin-left:-20px !important;
}

#nav ul.menu li:hover > ul {
	display: block;
}

#nav ul.menu ul li a:hover {
	background-color:#264796 !important;
	color:#fff !important;
	width:100% !important;
	border-bottom:0px;
}

#nav ul.menu ul li.active a{
	border-bottom:0px !important;
	background-color:#264796 !important;
	width:100% !important;
	color:#fff !important;
}


.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .acc_active, .accordion:hover {
	background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	  border: none !important;
	  border-radius: 0px !important;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }
  
  .accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
  }
  
  .acc_active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
  }


#content {
	width:100%;
	margin:0px;
	text-align:center;
}

.scrollToTop{
	width:45px; 
	height:45px;
	position:fixed;
	background-color: #000 !important;
	right:20px;
	bottom: 20px;
	display:none;	
	z-index:999999999999999999 !important;
	background: url('../../../images/top.svg') no-repeat 0px 0px;
}

.scrollToTop:hover{
	text-decoration:none;
}

.left{
	padding-right:30px;
}

.right{
	padding-left:30px;
}

.middle{
	padding-left:15px;
	padding-right:15px;
}


 /* Cookie-Anzeige */

 .activebar-container{
	width: 500px !important;
	text-align: center !important;
	position: fixed !important;
	left: 0px !important;
	right: 0px !important;
	margin: 0 auto !important;
	background-color: #fff !important;
	padding: 10px !important;
	font-size: 100% !important;
	border-bottom: none !important;
	line-height: 120% !important;
	border-radius: 0px;
	z-index: 99999999999 !important;
	box-shadow: 0px 0px 5px #333 !important;
}

.activebar-container button.accept{
	border: none !important;
	background-color: #b57d14 !important;
	color: #fff !important;
	float: left !important;
	margin-left: 110px !important;
	border-radius: 0px !important;
	border:2px solid #b57d14 !important;
}

.activebar-container button.decline{
	border: none !important;
	background-color: #fff !important;
	color: #b57d14 !important;
	margin-right: 110px !important;
	border-radius: 0px !important;
	border:2px solid #b57d14 !important;
}

.activebar-container p{
	margin-bottom: 30px !important;
	text-align: center !important;
}


.activebar-container .links li{
	border:2px solid #000 !important;
	color: #000 !important;
	padding: 5px !important; 
	font-size: 90% !important;
	margin-left: -20px !important;
	margin-bottom: 5px !important;
	width: 100% !important;
	text-align: center !important;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined{
	position: relative !important;
	bottom: 0px !important;
	z-index: 99999999999999999999 !important;
	width: 100% !important;
	background-color: #fff !important;
	padding: 8px 20px 0px 20px !important;
	color: #000 !important;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button{
	background-color: #B57D14 !important;
	border: none !important;
	color: #fff !important;
	margin-left: 5px !important;
}

.cookies_deaktiviert{
	border: 2px solid red;
	color: red;
	padding: 20px;
	font-size: 120%;
}

.datenschutz tr, th, td{
	border: 1px solid #000;
	padding: 10px !important;
}


@media screen and (max-width: 1370px) {
	#ferienhaus_diemelsee_bg_fix{
		display: none;
	}
	
	
	#ferienhaus_diemelsee_bg_fix_xs{
		display: block !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#diemelsee_wohnlandschaft_bg_fix{
		display: none;
	}
	
	#diemelsee_wohnlandschaft_bg_fix_xs{
		display: block !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#ferienhaus_aussen_bg_fix{
		display: none;
	}
	
	#ferienhaus_aussen_bg_fix_xs{
		display: block !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#ferienhaus_bg_fix{
		display: none;
	}
	
	#ferienhaus_bg_fix_xs{
		display: block !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#diemelsee_bg_fix{
		display: none;
	}
	
	#diemelsee_bg_fix_xs{
		display: block !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
#ferienhaus_diemelsee_bg_fix{
	background-attachment: scroll !important;
}


#diemelsee_wohnlandschaft_bg_fix{
	background-attachment:scroll !important;
}


#diemelsee_bg_fix{
	background-attachment:scroll !important;
}



#ferienhaus_bg_fix{
	background-attachment:scroll !important;
}


#ferienhaus_aussen_bg_fix{
	background-attachment:scroll !important;
}
}


@media screen and (max-width: 1206px) {
	#nav{
		width:650px !important;
		right: 0px !important;
	}

	
	#nav ul.menu li a {
		padding:10px 10px 4px 10px !important;
		font-size: 90% !important;
	}

}


@media screen and (max-width: 1199px) {
.datenschutz tr, th, td{
	font-size: 80% !important;
	padding: 5px !important;
	line-height: 110% !important;
}
}

@media screen and (max-width: 1080px) {
	#nav{
		width:650px !important;
		right: 0px !important;
	}

	
	#nav ul.menu li a {
		padding:10px 10px 4px 10px !important;
		font-size: 90% !important;
	}



section img{
	text-align: center;
	margin: 0 auto;
}


}

@media screen and (max-width: 999px){

footer{
	font-size:100%;
}

section img{
	text-align: center;
	margin: 0 auto;
}
}

@media screen and (max-width: 991px) {
	.activebar-container{
		width: 90% !important;
	}
		
	.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined{
		color: #000 !important;
		font-size: 110% !important;
		width: 100% !important;
	}
		
	.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button{
		float: left !important;
		width: 100% !important;
		margin-bottom: 5px !important;
		}
	
	.plg_system_eprivacy_reconsider{
		padding: 5px 5px 2px 5px !important;
	}
		
	.plg_system_eprivacy_accepted{
		padding: 5px 5px 2px 5px !important;
	}
	
	.plg_system_eprivacy_module p{
		font-size: 80% !important;
		line-height: 110% !important;
	}

.pad_xs{
	padding: 0px 20px 0px 20px !important;
}

#nav_xs{
	display: block !important;
	margin-top: 80px;
	text-align: right !important;
	margin-right: 50px;
}

#txt_nav_xs{
	font-size: 250% !important;
	line-height: 120% !important;
	color: #fff !important;
}

#txt_nav_xs a:link{
	color: #fff !important;
}

#txt_nav_xs a:visited{
	color: #fff !important;
}

#txt_nav_xs a:hover{
	color: #999 !important;
}

.rstbox-close span{
	font-size: 300% !important;
	color: #fff !important;
}

#nav-wrap {
	position: relative;
	text-align:left;
	background-color:#305A9C;
	display:block !important;
	margin-top:20px !important;
	margin-left:0px !important;
}

#menu-icon {
	color: #305a9c;
	width: 100% !important;
	height:50px;
	font-size:20px;
	background: #d9dada url(../../../images/menu_icon_logo.png) no-repeat 10px center;
	padding: 12px 10px 0 10px;
	cursor: pointer;
	display: block;
	text-align:center !important;
}
	
#nav {
	clear: both;
	position: absolute;
	top: 48px;
	width: 100% !important;
	font-size:20px;
	z-index: 10000;
	background:#305A9C;
	color:#fff !important;
	display: none;
}
	
#nav ul.menu ul {
	position: relative;
	width:100% !important;
}
	
#nav li {
	clear: both;
	float: none;
}
	
#nav a, 
#nav ul a {
	font: inherit;
	background: none;
	display: inline;
	padding:0;
	border:0px;
}

#nav a:hover, 
#nav ul a:hover {
	background:0px;
	color: #fff !important;
}
	
#nav ul {
	width: auto;
	position: static;
	display: block;
	border:0px;
	background: inherit;
}

#nav ul li {
	width:100% !important;
	float:left !important;	
}
	
#nav ul.menu li a {
	height:46px;
	color:#fff !important;
	width:100% !important;
}

#nav ul.menu ul li {
	width:100% !important;
	float:left !important;
	margin-left:0px !important;
}

#nav ul.menu ul li a {
	font-size:120% !important;
	padding-top:5px !important;
	width:100% !important;
	color:#305A9C !important;
	background-color:#fff !important;
}

#nav ul.menu li a:hover {
	border-bottom:0px !important;
	background-color:#d9dada !important;
	color:#305A9C !important;
}

#nav ul.menu li.active a {
	border-bottom:0px !important;
	background-color:#d9dada !important;
	color:#305A9C !important;
}

#nav ul.menu ul li a:hover {
	color:#fff !important;
	background-color:#305A9C !important;
}

#nav ul.menu ul li.active a{
	color:#fff !important;
	background-color:#305A9C !important;
}

footer{
	padding:30px 0px 30px 0px !important;
	text-align:center !important;
}

.footer_copy{
	text-align:center !important;
}

}

@media screen and (max-width: 767px) {
	.activebar-container p{
		font-size: 70% !important;
		line-height: 110% !important;
	}
		
	.activebar-container ul.links li{
		font-size: 70% !important;
		line-height: 110% !important;
	}
		
	.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined{
		font-size: 80% !important;
		line-height: 110% !important;
	}
		
	.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button{
		padding: 4px !important;
	}

.slider{
	display: none;
}

.slider_xs{
	display: block !important;
}


h3{
	font-size: 130% !important;
}

h4{
	font-size: 110% !important;
}


footer{
	text-align:center !important;
}

.left{
	padding-right:0px !important;
}

.right{
	padding-left:0px !important;
}

.middle{
	padding-left:0px !important;
	padding-right:0px !important;
}

h3{
	font-size:110% !important;
}

}

@media screen and (max-width: 539px) {
	.activebar-container button.decline{
		margin-right: 30px !important;
	}
	
	.activebar-container button.accept{
		margin-left: 30px !important;
	}
}

@media screen and (max-width: 392px) {
h3{
	font-size:100% !important;
}
}