@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;0,800;1,100;1,300&display=swap');

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


*{ margin:0;	padding:0;	border:0px;	}
input, textarea, select {  border-radius: 4px; -webkit-border-radius:4px; }
* { -webkit-tap-highlight-color:transparent; }


path {    d: path('M 0 0.35 L 100 0.35');    stroke: rgb(248, 244, 242);    stroke-width: 0.7;    fill-opacity: 0;    }
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {    background: #CCCCCC;    color: #FFFFFF; }
/* und hiermit der Firefox >=1 */
::-moz-selection {    background: #CCCCCC;    color: #FFFFFF;}

html {	  -ms-text-size-adjust: 100%;    -webkit-text-size-adjust: 100%;}
body 	{ background-repeat:repeat; -ms-text-size-adjust: 100%;    -webkit-text-size-adjust: 100%; font-weight: 400;  }
div#wrap	{ position: relative;  width:100%; margin:0 auto; padding:0;  text-align:center; }

#top-request    		{ position: fixed;  width:100%; margin:0 auto; padding:0;  text-align:center; display:none; z-index:150;	bottom: 0;  }
#top-request.visible    {  display:block; }
#top-request  a			{   text-decoration:none; padding: 7px 10px 10px 10px;  font-size:14px; font-family: 'Raleway', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:2px; background-color: #858073; color:#FFFFFF;}
#top-request  a:hover 	{	background-color: #BC7E44;}

/* header */
div#header		{ position:absolute; width:100%; text-align:center; margin:0 auto; padding:0; padding-bottom: 50px;	z-index:100;}
div#header_wrap			{ position:relative; width:1320px;  padding:20px 0 0px 0;  text-align:right;  margin:0 auto; z-index:1; height:120px;   }

@-webkit-keyframes scale-down-center {
	0% {		-webkit-transform: scale(1);		transform: scale(1);	webkit-transform-origin: 50% 100%;		transform-origin: 50% 100%;}
	100% {		-webkit-transform: scale(0.7);		transform: scale(0.7);	-webkit-transform-origin: 50% 100%;		transform-origin: 50% 100%;}
}
@keyframes scale-down-center {
	0% {		-webkit-transform: scale(1);		transform: scale(1);	 -webkit-transform-origin: 50% 100%;		transform-origin: 50% 100%;}
	100% {		-webkit-transform: scale(0.7);		transform: scale(0.7);	  -webkit-transform-origin: 50% 100%;		transform-origin: 50% 100%;}
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
	0% {		opacity: 0;	}
	100% {		opacity: 1;	}
}
@keyframes fade-in {
	0% {		opacity: 0;	}
	100% {		opacity: 1;	}
}

.fade-out {
	-webkit-animation: fade-out 1s ease-out both;
	animation: fade-out 1s ease-out both;
}

@-webkit-keyframes fade-out {
	0% {		opacity: 1;	}
	100% {		opacity: 0;	}
}
@keyframes fade-out {
	0% {		opacity: 1;	}
	100% {		opacity: 0;	}
}

@media(min-width:1600px) {
	div#intro_wrap {	width: 100%; 	}
	div#intro img {		height: 400px; width: auto; max-width: 1000px;	}
}


/* intro_buttons*/
div#intro_buttons	{    position: absolute;	bottom: 120px; right: 10%;       margin: 0 auto;     transition: all 0.4s ease;    z-index: 100;}
div#intro_buttons_wrap {    position: relative;    margin: 0 auto; display: flex;	flex-direction: column;	align-items: center;    z-index: 1;}


@media (max-width:991px) {
	div#intro_buttons		{   	bottom: 60px; }
}

@media (max-width:575px) {
	div#intro_buttons {		bottom: 15px; right: 15px; 	}
	div#intro_buttons_wrap a.intro_buttons_wrap-lastminute img {height: 100px; width: 100px;}
}

@media (min-width:576px) {
	div#intro_buttons_wrap a.intro_buttons_wrap-lastminute img {height: 100px; width: 100px;}
}
@media (min-width:768px) {
	div#intro_buttons_wrap a.intro_buttons_wrap-lastminute img {height: 150px; width: 150px;}
}

@media (min-width:992px) {
	div#intro_buttons_wrap a.intro_buttons_wrap-lastminute img {height: 150px; width: 150px;}
}


@media (min-width:1920px) {
	div#intro_buttons_wrap a.intro_buttons_wrap-lastminute img {height: 200px; width: 200px;}
}

@media (min-width:2560px) {
	div#intro_buttons_wrap a.intro_buttons_wrap-lastminute img {height: 250px; width: 250px;}
}

/* sprache */
div#sprache							{ position:absolute;   margin: 0; padding:0;  left:10%;	top: 60px;    letter-spacing:1px; z-index:150;   }
div#sprache	 a.button				{ color:#858073; font-size:18px;  font-weight:600; text-transform:uppercase; letter-spacing:2px; text-decoration:none; display: inline;	}
div#sprache	 a.button:hover			{  background-color: #858073;	color: white; }

/* Logo */
div#logo							{ position:absolute;    margin: 0; padding:0;  width:100%; text-align:center;    }
div#logo_wrap 					 	{  transition: all 0.4s ease;  }
div#logo img					    { width:auto; height:100%; max-height:80px; }

@media (min-width:768px) {
	div#logo						{		top: 60px ;   }
	div#logo img					{  max-height:138px; }
}

/* kontakt */
div#kontakt							{ position:absolute; top:60px;   margin: 0;  width:auto;   letter-spacing:1px;  z-index:150;  right:10%;  }
div#kontakt	 a.button				{  font-size:16px;  padding:0 30px; background-color: #858073; border: 0; font-family: "Raleway";
	height: 60px !important;	line-height: 60px;  letter-spacing:2px; font-weight: 800; color: white; text-transform: uppercase;}
div#kontakt	 a.button:hover				{   background-color: #BC7E44;  text-decoration:none; color: white;   }


/* slider */
#section-slider			{ position:relative; float:left; width:100%; text-align:center;  margin:0 auto; padding:0;   }
#section-slider-wrap		{ position:relative;  width:100%;    padding: 0 0; text-align:right;  margin:0 auto; z-index:1;}
#section-slider	 .carousel .carousel-content {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#section-slider .carousel-fullscreen .item {	height: 50vh }
#section-slider .frame { padding: 0;}
@media (min-width:576px) {

	#section-slider .frame { padding: 0;}
	#section-slider .carousel-fullscreen .item {	height: 50vh }

}
@media (min-width:768px) {
	#section-slider .carousel-fullscreen .item {	height: 50vh }
}
@media (min-width:992px) {
	#section-slider	 .carousel .carousel-content {
		background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 40%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	#section-slider .carousel-fullscreen .item {	height: 80vh }
}
@media (min-width:1200px) {
	#section-slider .carousel-fullscreen .item {	height: 100vh }
}

main, #main	{position:relative; width:100%; float:left;  z-index:0;     }


@media (min-width: 576px){
	.frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage){ margin-top: 0;}
	.frame {		padding-top: 40px;		padding-bottom: 40px;	}
	.frame-type-carousel_small {padding: 0;}
}

@media (max-width: 575px){
	.frame-space-before-extra-large {	margin-top: 20px;}
	.frame-type-header {padding-top: 20px; padding-bottom: 20px;}
}


.col100w		 { position:relative; width:1320px; height:auto;  margin:0 auto; padding:0; }


@media (min-width: 1900px){
	.frame-container {		max-width: 100%;	}
}

@media (min-width: 1400px){
	.frame-container {		max-width: 1340px;	}
	#main .carousel .item {		max-height: 850px;		height: auto;	}

}

@media (min-width: 1600px){
	.frame-container {		max-width: 1518px;	}
	.col100w {		width: 1518px;	}
	#main .carousel .item {		max-height: 950px;		height: auto;	}

}

@media screen and (max-width: 992px){
	.frame-container {		padding-right: 0px;		padding-left: 0px;	}
}

h1, p.h1 {   margin-bottom: 0; display: inline;   position: relative;	line-height: 50px; padding-bottom: 0; font-weight: 300; font-style: italic;  }
/*h1:after { position: absolute;	content: "";	height: 1px;	background-color: #707070;	width: 50%;	margin-left: 15px;	top: 50%;}*/
h2, p.h2 {   line-height: 40px;  text-transform: none;	  margin-top: 0;  letter-spacing: 1px; font-style: italic; font-weight: 300; }
h3, p.h3 {   	margin-top: 0; letter-spacing: 1px;  font-style: italic; font-weight: 300; }
h4, p.h4 {     font-size: 24px;  margin-top: 0; letter-spacing: 1px;   font-style: italic; font-weight: 300;   }
h5, p.h5 {   margin-bottom: 0; font-size: 35px;   position: relative;	line-height: 60px; padding-bottom: 0; font-weight: bold;  }


p {  font-weight:400; letter-spacing: 0.5px; margin-bottom: 0;   }
p.center {  text-align:center; }
p.align-center { text-align:center;}
li	{   text-align:left; margin:0 20px 0 0;   }
ul {   list-style: none;    padding: 0 20px;   }
ol {   list-style: none;    padding: 0 40px;   }
a {     text-decoration: none;  }
li:before {      content: '→';}
li:before, ul:before {    font-family: 'slick';      opacity: 1;     -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;     margin-left: -25px;    margin-right: 5px; margin-top:5px;}
hr {margin-top: 20px;    margin-bottom: 20px;    border: 0;    border-top: 2px solid;   display:block;  height:25px; }

a.internal-link, a.mail, a.download  {  padding: 0 5px;       text-transform:uppercase;     display: inline-block;    cursor: pointer;    outline: 0;        text-decoration: none;    text-shadow: none !important;    text-align: center;      width: 50%;    position: relative;    margin: 24px 25%;	 -moz-box-shadow: none;   -webkit-box-shadow: none;    box-shadow: none;    -moz-appearance: none;    -webkit-appearance: none;   	 	 -moz-transition-duration: 0.5s;    -o-transition-duration: 0.5s;    -webkit-transition-duration: 0.5s;    transition-duration: 0.5s;    -moz-transform: translateZ(0);    -webkit-transform: translateZ(0);    transform: translateZ(0); }

a.link, a.internal_link {  text-decoration:none;	 -moz-box-shadow: none;   -webkit-box-shadow: none;    box-shadow: none;    -moz-appearance: none;    -webkit-appearance: none;
		 -moz-transition-duration: 0.5s;    -o-transition-duration: 0.5s;    -webkit-transition-duration: 0.5s;    transition-duration: 0.5s;    -moz-transform: translateZ(0);    -webkit-transform: translateZ(0);    transform: translateZ(0);

}
a.external-link-new-window{  text-decoration:none; }
a.internal-link:hover,  a.link:hover,  a.internal_link:hover {  }
a[href^="tel:"] {    text-decoration: none;}


.btn-default {	color: white; font-family: "Raleway";	background-color: #858073;	 padding: 10px 30px; border: 0; font-size:14px;   min-width: 150px;
text-transform: uppercase; letter-spacing: 1px; font-weight: 700;
}
.btn-default:hover { background-color: #BC7E44; color: white;}

.button {	font-weight: 400;       margin:0; text-transform:uppercase;  font-size:18px;    outline: 0;    color: #FFFFFF; background-color: transparent;            text-shadow: none !important;    text-align: center;    position: relative;
	-moz-box-shadow: none;   -webkit-box-shadow: none;    box-shadow: none;    -moz-appearance: none;    -webkit-appearance: none;      -moz-transition-duration: 0.5s;    -o-transition-duration: 0.5s;    -webkit-transition-duration: 0.5s;    transition-duration: 0.5s;    -moz-transform: translateZ(0);    -webkit-transform: translateZ(0);    transform: translateZ(0); border-radius:0;
	display: block;		padding:15px 20px 20px 20px;				text-decoration:none;	cursor: pointer; min-width:90px;

}
.button:hover { background-color:#FFFFFF; cursor:pointer; color:#271f1d;}
.button:active, .button.is-checked {  background-color:#FFFFFF;  color:#271f1d; }
.button.is-checked {  background-color:#FFFFFF;		color:#271f1d;}
.button:active {  background-color:#FFFFFF;	color:#271f1d;}

.border { border-color:rgba(255,255,255,1.00); border-width:5px; border-style:solid;}
#banner { position:relative; width:100%; float:left; height:auto;  text-align:center; padding: 20px 0; min-height:120px;   }



.colums1.borderlinie h1{   }
.colums1.borderlinie h2{   }
.colums1.borderlinie p{  text-align:center;}
.colums1.borderlinie a{ }
.colums1.borderlinie li:before, ul:before {       }
.colums1.borderlinie li { padding:0 20px;}
.colums1.borderlinie ol, .colums1.borderlinie ul { padding:0 20px;}
.colums1.borderlinie {  border-style:solid; border-width:1px; text-align:center; padding:30px 50px; margin:40px 0 40px 0; }


.colums1.hgcolorhell h1{   }
.colums1.hgcolorhell h2{   }
.colums1.hgcolorhell p{ padding:0 20px;   text-align:center;}
.colums1.hgcolorhell a{ ; }
.colums1.hgcolorhell li:before, ul:before {        }
.colums1.hgcolorhell li {  padding:0 20px;}
.colums1.hgcolorhell ol { padding:0 20px;}

.colums1.hgcolordark { padding:90px 30px; margin:40px 0;
	background-repeat:repeat-x;  border-left-width:0; border-right-width:0; border-bottom-width:1px; border-top-width:1px; border-bottom-style:solid; border-top-style:solid;	 text-align: left;
}
.colums1.hgcolordark h2{  text-transform: uppercase;  line-height: 30px; padding: 0; }
.colums1.hgcolordark p{    padding: 0;}
.colums1.hgcolordark p.h3{    text-align:center; }
.colums1.hgcolordark li:before, ul:before {       }
.colums1.hgcolordark li {       padding:0 20px; }
.colums1.hgcolordark ol {      padding:0 20px;}
.colums1.hgcolordark .row div.col-12:nth-child(1) .frame-container {border-right: 1px solid #FFFFFF;}
.sectionw  .colums1.hgcolordark  .row { align-items: baseline;}


@media (min-width: 1400px){
	.colums1.hgcolordark {		padding:150px 100px; 	}
}

@media (min-width: 2000px){
	.colums1.hgcolordark {		padding:150px 250px; 	}
}

.sectionw		{ position:relative; width:100%; float:left; height:auto;    }
.sectionw .row {   display: flex; margin-right: -6px;    margin-left: -6px;  justify-content: center; align-items: center; padding-bottom: 0;}

@media (max-width: 768px) {
	.sectionw .row {		flex-wrap: wrap;	}
}

.sectionw.GoogleMap .frame-container {	max-width: 100%;}
.sectionw.zimmerspecial .frame-container {	max-width: 1800px;}
.sectionw.margintop-Default { margin-top: -140px; padding-top: 0;}
.sectionw.margintop-Large { margin-top: -130px; padding-top: 0;}
.sectionw.margintop-Medium { margin-top: -60px; padding-top: 0;}
.sectionw.margintop-Small { margin-top: -40px; padding-top: 0;}
.sectionw.margintop-xSmall { margin-top: 0;}

@media (max-width: 575px) {
	.sectionw.margintop-Default {		margin-top: 0px;		padding-top: 0;	}
}


.sectionw.zimmer .col100w {width: 90%}

.sectionw.z-index { z-index: 1;}
.sectionw.z-index0 { z-index: 1;}
.sectionw.z-index1 { z-index: 2;}
.sectionw.z-index2 { z-index: 3;}
.sectionw.z-index3 { z-index: 4;}
.sectionw.z-index4 { z-index: 5;}
.sectionw .row {margin-right: 0; margin-left: 0;}

.col-md-6 {    float:left;  }
.col-md-6  ul 	{    }
.col-md-6  li,  .col-md-6  p{  padding:0 10px;   }
.col-md-6  li:before, ul:before {          }
.col-md-6  li:before,   .col-md-6 ul:before {    }
.col-md-6  h1,  .col-md-6 p.h1	{ padding: 40px 40px;   }
.col-md-6  h2	{   padding-bottom:0; text-transform:none;  }
.col-md-6 h3,  .col-md-6  p.h3	{  padding:10px 10px;   }
.colums1.hgcolordark .col-md-6 p.h3, .colums1.hgcolordark .col-md-6 h3{    text-align:center;  }


@media (max-width: 991px) {
	.col-md-62 {		max-width: 800px;	}
}


.col-md-4 {  margin: 0px 2.5%; padding:0; border-color: rgb(154,131,109);	border-style: solid;	 border-width: 1px; margin-bottom: 50px; }
.col-md-4  li,  .col-md-4  p{     }
.col-md-4 li:before, ul:before {         }
.col-md-4 h1,  .col-md-4 p.h1	{    }
.col-md-4 h2,  .col-md-4  p.h2	{    text-transform: none; }
.col-md-4 h3,  .col-md-4  p.h3	{    text-transform: uppercase;   padding:10px 10px; }
.colums1.hgcolordark .col-md-4 p.h3, .colums1.hgcolordark .col-md-4 h3{      }

.buttonrequest {		margin: 10px;	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),	0 0 1px 1px rgba(255,255,255,0.8), 0 0 0 6px rgba(0,0,0,0.06),	0 0 0 3px rgba(0,0,0,0.1);	cursor: pointer;}

.card-body{ padding: 20px;}
.card-header {      background-color:#E6E6E3;  border-bottom-color:#646463; border-top-color:#E6E6E3; border-left-width:0; border-right-width:0; border-bottom-width:1px; border-top-width:1px; border-bottom-style:solid; border-top-style:solid; }
.card-header h5 button.btn-link {  font-size:30px; font-weight:normal; font-family: 'Raleway', sans-serif; line-height:36px; color:#646463; margin-bottom:0;   letter-spacing:0px; text-transform:none; text-align:center; display: unset; white-space: unset; }
.card-header h5 button.btn-link:hover { text-decoration: none; }


.panel-default>.panel-heading {      background-color:#E6E6E3;  border-bottom-color:#646463; border-top-color:#E6E6E3; border-left-width:0; border-right-width:0; border-bottom-width:1px; border-top-width:1px; border-bottom-style:solid; border-top-style:solid; }
.panel {    display: block;    background-color: #FFFFFF;  border-width:0; }
.panel-group .panel {   margin: -4px;}
.panel-heading {  padding: 25px 25px;}
.panel-heading h4.panel-title {  font-size:30px; font-weight:700; font-family: 'Raleway', sans-serif; line-height:36px; color:#646463; margin-bottom:0;   letter-spacing:1px; text-transform:none; text-align:center; }
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {   font-size:30px;  font-weight: 700; line-height: 36px;  color: #646463;   }
.panel-title>a:hover { text-decoration: none;}
.panel-title a.accordion-toggle:after  { content:url(../images/up.png); font-size: 18px;    line-height: 1;    opacity: 1;    color: #646463;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;    position: relative;    float: left;    text-align: center;    width: 100%;} 	.panel-title a.collapsed:after  {  content:url(../images/down.png);   font-size: 18px;    line-height: 1;    opacity: 1;    color: #646463;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;    position: relative;    float: left;    text-align: center;    width: 100%;}
.panel-title>.small:hover, .panel-title>.small>a:hover, .panel-title>a:hover, .panel-title>small:hover, .panel-title>small>a:hover { text-decoration:none;}

.panel h1  {     text-align:left;  text-transform:none; }
.panel p {    }
.panel-body h1, .panel-body .h1  {  font-size:30px; line-height:40px; }

#footer			{ position:relative; width:100%;  text-align:center;  height:auto; padding: 20px 0; margin: 0; float: left;  }
#footer p.h1    {    text-align:center; letter-spacing: 0px;  }
#footer p    	{    text-align:center; padding-bottom:0px; }
#footer a    	{   text-decoration:none; padding:5px; }
#footer a:hover {color: #98A434; text-decoration: none;}
#footer .colums1 img { max-width:227px; height:auto;}
#footer .textpic {margin:0;}


#section7		{ position:relative; width:100%; float:left; height:auto;  text-align:center; padding: 0;  margin-bottom: 50px;  }
#section7 img.gray {	display: inline-block;
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=… 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	filter: gray;
	-webkit-filter: grayscale(100%);	filter: grayscale(100%);
}
#section7 img {	margin: 12px 10px;}
#section7 img.gray:hover, img.gray.act {	-webkit-filter: grayscale(0%);	filter: grayscale(0%); cursor: pointer;}
#section7 a:hover {color: #98A434; text-decoration: none;}
.fullwidth		 { width:90%;  }
/*  100% */
.colums1		 { position:relative; width:100%; float:left; margin:0;  }


/* Anfrageformular */

div#main .powermail_form fieldset {  border: 0; margin: 0; padding: 0; }
div#main .powermail_form  .nolabel legend.powermail_legend { display:none;}
div#main .powermail_form  .nolabel h3 { display:none;}
div#main .powermail_form h2 { display:none;}
div#main .powermail_form a:hover {color: #98A434; text-decoration: none;}
div#main .powermail_form  form  		{ padding:20px 10px 10px 15px;  max-width:80%; margin:0 auto;  }
div#main .powermail_form  label		{  text-align:left; width:100%; position:relative; float:left; font-size:16px;  padding: 0 10px 0 0;  line-height:40px}
div#main .powermail_form label.form-check-label label.form-check-label {padding: 0 10px 0 80px; line-height:40px}
div#main .powermail_form  .clear		{clear:both; }
div#main .powermail_form  input			{ width:100%; height:3em;    margin:10px; margin-left:0px; font-size:16px;  border-style:solid; border-width: 1px; font-family:'Raleway';     padding: 6px 12px;}
div#main .powermail_form  .btn-toolbar>.btn-group  {    margin-left: 5px;    width: 100%;  text-transform:uppercase;  }

div#main .powermail_form     select { width: 100%;	   margin:10px; height:3em; margin-left:0px;  border-style:solid; border-width:1px; font-family:'Raleway';    padding: 6px 12px;}
div#main .powermail_form   textarea {    min-height: 200px;  width:100%;  border-style:solid; border-width:1px; font-family:'Raleway';     padding: 6px 12px;}
div#main .powermail_form    .checkbox input[type=checkbox]	{ float:left; left:0px;	margin-bottom: 0px; width: 20px;	height: 20px;	vertical-align: middle;	border-style: none; background-color:#FFFFFF;  -webkit-appearance: checkbox;   -moz-appearance:    checkbox;   appearance:  checkbox;}
div#main .powermail_form  .powermail_field  .checkbox label {padding: 0 10px 0 30px;}
div#main .powermail_form   input:focus { 	border-color: rgba(186, 135, 72, 0.4);  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(186, 135, 72, 0.6);    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(186, 135, 72, 0.6);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(186, 135, 72, 0.6);      outline: 0 none; 	}
div#main .powermail_form .powermail_fieldwrap.layout1 { width: 48%; margin-right: 2%; float: left;}
div#main .powermail_form .powermail_fieldwrap.layout2 { width: 50%; float: left; }
div#main .powermail_form .powermail_fieldwrap.nolabel label.powermail_label {display: none;}
div#main .powermail_form input.powermail_submit {         cursor: pointer;  font-weight: 700;       text-transform: uppercase;      margin: 0px;    width: 100%;    padding: 10px;    height: 50px;        font-size: 14px;    letter-spacing: 2px;      border-style: solid;    border-width: 1px;    clear: both;	background-color: #858073; color:white; }
div#main .powermail_form input.powermail_submit:hover {       	background-color: #BC7E44; }
div#main .powermail_form .powermail_fieldwrap_kinder {width: 31%;	margin-right: 2%;	float: left;}
div#main .powermail_form .powermail_fieldwrap_jahrekinder {width: 33%;	float: left;}
div#main .powermail_form .powermail_fieldwrap_jahrekinder1,
div#main .powermail_form .powermail_fieldwrap_jahrekinder2,
div#main .powermail_form .powermail_fieldwrap_jahrekinder3,
div#main .powermail_form .powermail_fieldwrap_jahrekinder4,
div#main .powermail_form .powermail_fieldwrap_jahrekinder5,
div#main .powermail_form .powermail_fieldwrap_jahrekinder6 {width: 31%; margin-right: 2%;	float: left; display: none;}


@media screen and (max-width: 590px){
	div#main .powermail_form .powermail_fieldwrap {		padding-bottom: 20px;	}
	div#main .powermail_form .powermail_fieldwrap_anreise,
	div#main .powermail_form .powermail_fieldwrap_abreise,
	div#main .powermail_form .powermail_fieldwrap_erwachsene,
	div#main .powermail_form .powermail_fieldwrap_kinder,
	div#main .powermail_form .powermail_fieldwrap_jahrekinder,
	div#main .powermail_form .powermail_fieldwrap_anrede,
	div#main .powermail_form .powermail_fieldwrap_vorname,
	div#main .powermail_form .powermail_fieldwrap_nachname
	{width: 100%;	margin-right: 0%;	}

	div#main .powermail_form .powermail_fieldwrap_erwachsene .powermail_label,
	div#main .powermail_form .powermail_fieldwrap_kinder .powermail_label,
	div#main .powermail_form .powermail_fieldwrap_jahrekinder .powermail_label,
	div#main .powermail_form .powermail_fieldwrap_vorname .powermail_label,
	div#main .powermail_form .powermail_fieldwrap_nachname .powermail_label,
	div#main .powermail_form .powermail_fieldwrap_emailadresse .powermail_label,
	div#main .powermail_form .powermail_fieldwrap_telefon .powermail_label
	{display: none;}

}


DIV#errormessage			{	color: #ff0000;}
DIV#errormessage ul 		{	margin-top: 10px;}

@media screen and (max-width: 480px){
	.form-group-col1 {  width:98%; margin-left:1%;}
	.form-group-col2 {  width:98%; margin-left:1%;}
	.form-group-col3 {  width:98%; margin-left:1%;}
	.form-group-col4 { width:98%; margin-left:1%;}
	.form-group-col5 { width:98%; margin-left:1%;}
}


.csc-textpic-imagerow { padding:0px; margin:0;}
.csc-textpic-image img{ padding:0; margin:0px; background-position:top left; }
.csc-textpic-imagecolumn{ padding:0px; margin:0;}
.csc-textpic-imagewrap{ padding:0px; margin:0;}
.lightbox{ padding:0px; margin:0;}
.ce-column {   max-width: 100%;}
.ce-gallery img {    display: block;    float: left;  }
.ce-right .ce-gallery {     float: none;}
.ce-intext.ce-right .ce-gallery {    margin-left: 0px; }
.ce-column {    margin-right: 7.2px;}
.ce-row {    margin-top: 7.2px;}

/*
------------------------------------------------------------------------------------------------------
Scroll to top button
------------------------------------------------------------------------------------------------------
*/
#totop	{ position: fixed; height: 40px;  width: 40px; background-color: #858073;  right: 0;	height: auto;	padding: 0;	margin: 0;	margin-right: 15px;		bottom: 60px;	}

.cd-top {  display: inline-block;  height: 40px;  width: 40px;   border-radius: 0px;	overflow: hidden;  text-indent: 100%;  white-space: nowrap; content:url(arrow-top-48.png);	display: none;  opacity: 1;  -webkit-transition: opacity .3s 0s, visibility 0s .3s;  -moz-transition: opacity .3s 0s, visibility 0s .3s;  transition: opacity .3s 0s, visibility 0s .3s;  z-index:100000;	}
.cd-top svg {  fill: #000000; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {  -webkit-transition: opacity .3s 0s, visibility 0s 0s;  -moz-transition: opacity .3s 0s, visibility 0s 0s;  transition: opacity .3s 0s, visibility 0s 0s; display: block;}
.cd-top.cd-is-visible {  opacity: 1; }
.cd-top.cd-fade-out {  	opacity: 1;}
.no-touch .cd-top:hover {  opacity: 1; }
#totop:hover { background-color: #BC7E44;}
@media only screen and (min-width: 768px) {
	.cd-top {    right: 20px;    bottom: 20px;  }
}


/* google Maps */
iframe {	padding: 50px 0 0 0;	border: 0;}


/*image Anpassungen */
.gallery-item.gallery-item-size-1 img {	width: auto;	height: auto;	max-height: 800px; max-width: 100%; }
.gallery-item.gallery-item-size-2 {padding-bottom: 14px;}
.gallery-item.gallery-item-size-2 img, .gallery-item.gallery-item-size-1 img  {	-webkit-transform: scale(1);	transform: scale(1);	-webkit-transition: 0.9s ease-in-out;	transition: 0.9s ease-in-out; }
.gallery-item.gallery-item-size-2 img:hover, .gallery-item.gallery-item-size-1 img:hover {	-webkit-transform: scale(1.05);	transform: scale(1.05);}
#c1678 .gallery-item.gallery-item-size-1 img {	max-width: 293px; }


@media (max-width: 768px) {
	.gallery-item.gallery-item-size-2 { width: 100%;}
	.gallery-item.gallery-item-size-1 {padding-bottom: 20px;		padding-left: 0;		padding-right: 0;}
	#footer .gallery-row {				margin-left: 0;		margin-right: 0;	}
}



.carousel {	 overflow: visible; }
.carousel .carousel-item {	padding-left: 0;	padding-right: 0;}
.carousel .carousel-item .mb-2 {background-color: #493C3B;}
.carousel .carousel-control-icon:before {	border-top: 2px solid #474A4D;	border-right: 2px solid #474A4D; width: 1em; height: 1em;}
.carousel .carousel-control-prev .carousel-control-icon {	left: 0}
.carousel .carousel-control-next .carousel-control-icon {	right: 0}

.carousel .carousel-indicators {	margin-bottom: -1em; bottom: 10%;}
.carousel .carousel-indicators li {	width: 1.25rem;	max-width: 1.25rem;	height: 3px;	margin-bottom: -3.75rem;	background-color: #FFFFFF; border-radius: 0;}
.carousel .carousel-indicators .active {	width: 1.56rem;	max-width: 1.56rem;	height: 3px;	background-color: #FFFFFF;	border-radius:0; }
.carousel .carousel-indicators {	margin-bottom: -1em}

.carousel .carousel-content .valign {	display: flex;	width: 100%;	align-items: flex-end;}
.carousel .carousel-content .carousel-text {    position: absolute;	text-align: center;	width: 100%; max-width: 1100px;
	background: -moz-linear-gradient(bottom, rgba(73,60,59,0.7) 0%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(73,60,59,0.7) 0%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(73,60,59,0.7) 0%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-bottom: 50px;
}

@media (max-width: 575px){
	.carousel-item-type-text_and_image .carousel-image {
		display: block;
	}
}


.frame-type-carousel_fullscreen .frame-container { max-width: 100%; padding: 0; }
.carousel {	 overflow: visible; }
.carousel .carousel-control-icon:before {	border-top: 2px solid #474A4D;	border-right: 2px solid #474A4D; width: 1em; height: 1em;}
.carousel.carousel-multi-item .carousel-control-icon {	position: absolute;	top: 150px;	transform: translate(0,-50%);
	width: auto;	height: auto;	color: #898D66;	padding: 1em;	background-color: #898D66;	transition: all 0.4s ease-in-out 0s;	right: 0;}
.carousel.carousel-multi-item .carousel-control-icon:before {	border-top: 2px solid #FFFFFF;	border-right: 2px solid #FFFFFF;	width: 1em;	height: 1em;}
.carousel-control-next-icon {	background-image: none;}
.carousel-control-prev-icon {	background-image: none;}
.carousel.carousel-multi-item .carousel-control-prev .carousel-control-icon {	left: 0;	width: 42px;}

@media (min-width: 576px){
	.carousel.carousel-multi-item .carousel-control-prev .carousel-control-icon {	left: 0;	width: 60px;}
}

.carousel .item {		height: auto;	}
.carousel .carousel-item {	padding-left: 0;	padding-right: 0;}
.carousel-item-type-image .carousel-image img {		}

@media (min-width: 576px){
	.carousel-multi-item .carousel-inner.special .carousel-item-special-list-2 {		width: 100%;	}
}

@media (min-width: 768px){
	.carousel-multi-item .carousel-inner.special .carousel-item-special-list-2 {		width: 100%;	}
}
@media (min-width: 992px){
	.carousel-multi-item .carousel-inner.special .carousel-item-special-list-2 {		width: 100%;	}
}

@media (min-width: 1200px){
	.carousel .carousel-item .valign {		max-width: 1100px;	}
}

@media (min-width: 1400px){
	#main .carousel .item {		max-height: 850px;		height: auto;	}
	.carousel .carousel-item .valign {		max-width: 1350px;	}
}

@media (min-width: 1600px){
	#main .carousel .item {		max-height: 950px;		height: auto;	}
	.carousel .carousel-item .valign {		max-width: 1540px;	}

}

.carousel-multi-item {	 }
.carousel.carousel-multi-item .carousel-control-prev {	left: 0%;}

.carousel-multi-item .carousel-indicators {	margin-bottom: -1em;}
.carousel-multi-item .carousel-indicators li {	width: 1.25rem;	max-width: 1.25rem;	height: 1.25rem;	margin-bottom: -3.75rem;	background-color: #474A4D;}
.carousel-multi-item .carousel-indicators .active {	width: 1.56rem;	max-width: 1.56rem;	height: 1.56rem;	background-color: #474A4D;	border-radius: 50%}
.carousel-multi-item .carousel-indicators {	margin-bottom: -1em}



@media only screen and (max-width:992px) {
	.carousel-multi-item .carousel-indicators li {
		margin-bottom: -1.88rem
	}
}

.carousel-multi-item .carousel-inner {	padding-top: .5rem;	padding-bottom: 1rem;}
.carousel-multi-item .carousel-inner.v-2 .carousel-item.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {	display: -webkit-box;	display: -ms-flexbox;	display: flex; flex-wrap: wrap;}
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.carousel-multi-item .carousel-inner.special .carousel-item.active, .carousel-multi-item .carousel-inner.special .carousel-item-next, .carousel-multi-item .carousel-inner.special .carousel-item-prev {	display: -webkit-box;	display: -ms-flexbox;	display: flex;}
.carousel-multi-item .carousel-inner.special .carousel-item-right.active, .carousel-multi-item .carousel-inner.special .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
@media(min-width:768px) {
	.carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-next {
		-webkit-transform: translateX(50%);		transform: translateX(50%)	}
	.carousel-multi-item .col-md-6 {  margin: 0; padding:0; background-color: transparent;  margin-bottom: 0px; border-width: 0px; min-height: auto; max-width: 50%; padding: 0 20px;  }
}
.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.carousel-multi-item .carousel-inner.special .carousel-item-left.active, .carousel-multi-item .carousel-inner.special .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@media(min-width:768px) {
	.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right, .carousel-multi-item .carousel-inner.v-2 .carousel-item-left {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.carousel-multi-item .carousel-inner.special .carousel-item-right, .carousel-multi-item .carousel-inner.special .carousel-item-left {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.carousel-multi-item .col-md-4 {  margin: 0; padding:0; background-color: transparent;  margin-bottom: 0px; border-width: 0px; min-height: auto; }
.carousel-multi-item .col-md-6 h3 {padding: 0;}
.carousel-multi-item .col-md-6 h3.card-title {text-align: left;}
.carousel-multi-item .col-md-6 div.teaser-text {text-align: left; text-transform: none; min-height: 120px;}
.carousel-multi-item .col-md-6 p {padding: 0; text-align: left;}
.carousel-multi-item .news-img-wrap img{width: 100%; height: auto; max-width: 699px !important;;	}


@media(min-width:768px) {
	.carousel-multi-item [class*="col-"] {		float: left	}
}

@media(min-width:1400px) {
	.carousel-multi-item .news-img-wrap img {	width: 100%; 	height: auto; max-width: 699px !important;;	}
}

.angeboteplugin .carousel-multi-item .carousel-control-prev,  .angeboteplugin .carousel-multi-item .carousel-control-next{height: 50%;}
.carousel .carousel-control-prev .carousel-control-icon {	left: 0}
.carousel .carousel-control-next .carousel-control-icon {	right: 0}

.carousel-multi-item .carousel-inner.special header.frame-header {	border-left: 0; 	}
.carousel-multi-item .carousel-inner.special h5.element-header {	left: 0px; padding: 0; margin: 0; 	}
@media screen and (min-width: 992px) {
	.carousel-multi-item .carousel-inner.special h5.element-header {	left: 0px; padding: 0; margin: 0; }
	.news-list-view.screen {display: block;}
	.news-list-view.mobil {display: none;}
}
@media screen and (max-width: 991px){
	.carousel-multi-item .carousel-inner.special .carousel-item-special-list-1 { padding-left: 40%; top:0; }
}


.modal-open {	overflow: hidden}
.modal-open .modal {	overflow-x: hidden;	overflow-y: auto}
.modal {	position: fixed;	top: 0;	left: 0;	display: none;	width: 100%;	height: 100%;	overflow: hidden;	outline: 0; z-index: 1050;}
.modal-dialog {	position: relative;	width: auto;	margin: 0.5rem;	pointer-events: none}
.modal.fade .modal-dialog {	transition: transform 0.3s ease-out;	transform: translate(0, -50px)}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {		transition: none	}
}
.modal.show .modal-dialog {	transform: none}
.modal.modal-static .modal-dialog {	transform: scale(1.02)}
.modal-dialog-scrollable {	display: flex;	max-height: calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content {	max-height: calc(100vh - 1rem);	overflow: hidden}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {	flex-shrink: 0}
.modal-dialog-scrollable .modal-body {	overflow-y: auto}
.modal-dialog-centered {	display: flex;	align-items: center;	min-height: calc(100% - 1rem)}
.modal-dialog-centered::before {	display: block;	height: calc(100vh - 1rem);	content: ""}
.modal-dialog-centered.modal-dialog-scrollable {	flex-direction: column;	justify-content: center;	height: 100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {	max-height: none}
.modal-dialog-centered.modal-dialog-scrollable::before {	content: none}
.modal-content {	position: relative;	display: flex;	flex-direction: column;	width: 100%;	pointer-events: auto;	background-color: #fff;	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);	outline: 0}
.modal-backdrop {	position: fixed;	top: 0;	left: 0;	z-index: 1040;	width: 100vw;	height: 100vh;	background-color: #000000}
.modal-backdrop.fade {	opacity: 0}
.modal-backdrop.show {	opacity: 0.5}
.modal-header {	display: flex;	align-items: flex-start;	justify-content: space-between;	padding: 1rem 1rem;	border-bottom: 1px solid #dee2e6}
.modal-header .close {	padding: 1rem 1rem;	margin: -1rem -1rem -1rem auto}
.modal-title {	margin-bottom: 0;	line-height: 1.5}
.modal-body {	position: relative;	flex: 1 1 auto;	padding: 1rem}
.modal-footer {	display: flex;	flex-wrap: wrap;	align-items: center;	justify-content: flex-end;	padding: 0.75rem;	border-top: 1px solid #dee2e6}
.modal-footer>* {	margin: 0.25rem}
.modal-scrollbar-measure {	position: absolute;	top: -9999px;	width: 50px;	height: 50px;	overflow: scroll}


.modal .newsangebotpreispreis2, .modal .newsangebotpreispreis {font-size: 50px;	font-weight: 300; line-height: 60px;}
.modal .news-img-wrap img{ width: 280px;	height: auto; }

@media (min-width:480px) {
	.modal .news-img-wrap img{ width: 480px;	height: auto; }
}

@media (min-width:576px) {
	.modal-dialog {		max-width: 500px;		margin: 1.75rem auto	}
	.modal-dialog-scrollable {		max-height: calc(100% - 3.5rem)	}
	.modal-dialog-scrollable .modal-content {		max-height: calc(100vh - 3.5rem)	}
	.modal-dialog-centered {		min-height: calc(100% - 3.5rem)	}
	.modal-dialog-centered::before {		height: calc(100vh - 3.5rem)	}
	.modal-sm {		max-width: 300px	}
	.modal .news-img-wrap img{ max-width: 460px;	height: auto; }
}

@media (min-width:768px) {
	.modal .news-img-wrap img{ max-width: 460px;	height: auto; }
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {		max-width: 800px	}
	.modal-dialog {		max-width: 800px;		}
	.modal .news-img-wrap img{ max-width: 760px;	height: auto; }
}

@media (min-width:1200px) {
	.modal-xl {		max-width: 1140px	}
	.modal-dialog {		max-width: 800px;		}
	.modal .news-img-wrap img{ max-width: 760px;	height: auto; }
}

.GoogleMap  iframe {	border: 0;	filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);	filter: gray;	-webkit-filter: grayscale(99%);	-webkit-backface-visibility: hidden;
}


.card-body .news-text-wrap { text-align: right;}
@media screen and (max-width: 575px){
	.card-body .news-text-wrap { text-align: center;}
}

.accordion-header.card-header {	background-color: #FFFFFF;	border-bottom-color: #000000;	border-top-color: #000000;
	border-left-width: 0;	border-right-width: 0;	border-bottom-width: 1px;	border-top-width: 1px;	border-bottom-style: solid;	border-top-style: solid;
}
.card .accordion-header a:not(.btn) {	color: #474A4D;}
.card .accordion-title-link-text {	color: #474A4D;}
.accordion-item.card { border: 0px solid rgba(0, 0, 0, 0.125); }
.accordion-item+.accordion-item {	 margin-top: 0; }
.accordion-item { border-bottom: 0px solid rgba(0, 0, 0, 0.125) !important; }

.grey .col-lg-6, .grey .col-xl-6 {background-color: #EFEFEF;}
.grey .col-lg-6, .grey .col-xl-6 {flex: 0 0 46%;	max-width: 46%;	margin:0 2% 0 0; padding: 0}
.grey .col-lg-6 .frame-container, .grey .col-xl-6 .frame-container {	padding-right: 0px;	padding-left: 0px;}
.grey .col-lg-6 .frame, .grey .col-xl-6 .frame {	padding-top: 0;}
.grey .col-lg-6 .frame.frame-type-text, .grey .col-xl-6 .frame.frame-type-text{padding: 40px; }
.greyback1 { background-image: url("/fileadmin/user_upload/Hotel-Falken/grey.svg");	background-size: 50%;	background-repeat: no-repeat;	background-position: 0 50%;}
.greyback2 { background-image: url("/fileadmin/user_upload/Hotel-Falken/grey.svg");	background-size: 60% auto;	background-repeat: no-repeat;	background-position: 0 50%;}




.carousel-indicators li {	box-sizing: content-box;	flex: 0 1 auto;	width: 30px;	height: 3px;	margin-right: 3px;
	margin-left: 3px;	text-indent: -999px;	cursor: pointer;	background-color: #fff;	background-clip: padding-box;	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	opacity: 0.5;	transition: opacity 0.6s ease;}

.slick-dots li {	position: relative;	display: inline-block;	width: 20px;	height: 20px;	margin: 0 5px;	padding: 0;	cursor: pointer;}
.slick-dots li:before, .slick-dots ul:before {	font-size: 18px;	line-height: 40px;	color: #aec138;}
.slick-dots li:before {	content: '';}


/* Dots */
.slick-dots{	position: absolute;	bottom: 0px;	display: block;	width: 100%;	padding: 0;	list-style: none;	text-align: center;}
.slick-dots li{	box-sizing: content-box;	flex: 0 1 auto;	width: 30px;	height: 3px;	margin-right: 3px;	margin-left: 3px;	text-indent: -999px;	cursor: pointer;
	background-color: #fff;	background-clip: padding-box;	border-top: 10px solid transparent;	border-bottom: 10px solid transparent;	opacity: 0.5;	transition: opacity 0.6s ease;	}
.slick-dots li button:before{	content: ' ';	text-align: center;}

/* Arrows */
.slick-prev, .slick-next {	position: absolute;		bottom: 0;	z-index: 1; display: flex;	align-items: center;	justify-content: left;	width: 5%;	color: #fff;	text-align: center;	opacity: 1;	transition: opacity 0.15s ease; height: 100%; background-color: transparent;
		}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{	color: transparent;	outline: none;	background-color: transparent; opacity: 0.5;}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{	opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{	opacity: .25;}
.slick-prev:before, .slick-next:before{	position: absolute; 		width: auto;	height: auto;	color: #4faf98;	padding: 0;	background-color: #FFFFFF;	transition: all 0.4s ease-in-out 0s; width: 50px;	height: 70px;	left: 0;}
.slick-prev:after, .slick-next:after{	position: absolute;		transform: translate(0, 0%); margin-top: 0px; 	width: auto;	height: auto;	color: #4faf98;	padding: 0;	background-color: transparent;	transition: all 0.4s ease-in-out 0s; border-top: 2px solid #474A4D;	border-right: 2px solid #474A4D;	width: 25px;	height: 25px;}


[dir='rtl'] .slick-prev{	right: 25px;	left: auto;}
.slick-prev:before{	content: '';  }
.slick-prev:after{	content: '';  transform: rotate(225deg); margin-left: 15px;}
[dir='rtl'] .slick-prev:before{	content: '';}
.slick-next {justify-content: flex-end;	}
[dir='rtl'] .slick-next{	right: auto;	left: 25px;}
.slick-next:before{	content: '';  }
.slick-next:after{	content: '';  transform: rotate(45deg); right:35px; }
[dir='rtl'] .slick-next:before{	content: '';  }


.news .slick-slide img {	width: 100%;	height: auto;}
.news a{ text-align: right;}
.news .zimmerspecial1{ width: 30%; position: relative; float: left; margin: 0 auto; padding: 0;}
.news .zimmerspecial2{ width: 70%; position: relative; float: left; margin: 0 auto; padding: 0;}
.news .zimmerspecial2 p{ text-align: center;}
.news hr{  position: relative;	float: left;	width: 100%;	border: 0;	border-top: 2px solid;	display: block;	height: 25px;}
.news .zimmerspecial1 .newsangebotpreispreis{font-size: 30px; font-weight: 300; text-transform: uppercase;}
.news .zimmerspecial1 .newsangebotpreispreis2{font-size: 24px; font-weight: 300; text-transform: uppercase;}
.news .zimmerspecial1 .newsangebotpreisdetail{font-size: 14px; font-weight: 400; }
.news .card {border: 0; border-bottom: 2px solid; padding: 20px 20px; }
.news .slick-prev {left: 25px;}
.news .slick-next{	right: 25px;}
@media screen and (min-width: 992px){
	.news .zimmerspecial2 p{ text-align: right;}
	.news .zimmerspecial1 .newsangebotpreispreis{font-size: 40px; }
	.news  .zimmerspecial1 .newsangebotpreispreis2{font-size: 40px; }
}

@media screen and (max-width: 575px) {
	.news .zimmerspecial1 p {		line-height: 18px;		text-align: center;	}
	.news .zimmerspecial1 .newsangebotpreisab {		font-size: 16px;	}
	.news .zimmerspecial1 {		width: 100%;	}
	.news .zimmerspecial2 {		width: 100%;	}
	.news .zimmerspecial1 p, .news.zimmerspecial2 p {		text-align: center;	}
}


@media screen and (max-width: 320px) {
	.news .zimmerspecial1 .newsangebotpreispreis {		font-size: 24px;		font-weight: 300;		}

}

.frame-type-html .frame-container .frame-inner div { flex-direction: column;}
.frame-type-html .frame-container .frame-inner div img {max-width: 100%;}

@media screen and (min-width: 768px) {
.frame-type-html .frame-container .frame-inner div { flex-direction: row;}
}

/*Datenschutz*/
#wCookieConsent li:before,
#wCookieConsent ul:before {	opacity: 1;	margin: 0;	content: '';}
#wCookieConsent  .cm-services {font-size: 0.8rem;}
.klaro {line-height: 25px;}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {	font-size: 1rem;}
.klaro .cookie-modal p {	font-size: 0.8rem; line-height: 20px;}
.klaro .cookie-modal label {font-size: 0.8rem; }
.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {	line-height: 20px;}
.klaro .cookie-modal .cm-modal .cm-body  p.purposes {	font-size: 0.8rem;}
button {background-color: transparent; 	font-size: 10px; font-weight: 500;}