
html {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	/*-webkit-tap-highlight-color : rgb(214,67,54); */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:"futura-pt";
    font-weight: 400;
    font-size: 18px;
	font-size: 1.125rem;
    line-height: 30px;
	line-height: 1.66667;
	letter-spacing: 0.025em;
	color: #2d2d2d;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;*/
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (min-width: 1025px) {
	.fancybox-active #header,
	.noscroll #header,
	.mfp-wrap+#cookiebox+#wrapper #header {
		padding-right: 17px;
	}
}
.tk-futura-pt { font-family: "futura-pt",sans-serif; }
.tk-futura-pt-condensed { font-family: "futura-pt-condensed",sans-serif; }
.tk-futura-pt-bold { font-family: "futura-pt-bold",sans-serif; }
.tk-lust-text { font-family: "lust-text",serif; }
.tk-p22-chai-tea-pro { font-family: "p22-chai-tea-pro",sans-serif; }
.breakmobile {
	
}
em,
i {
	font-style: italic;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 600;
	color: #899f90;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
	background-image: url('../Images/bg_h1.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 6.625rem auto;
	padding-top: 4.375rem;
	padding-bottom: 0.5rem;
	min-height: 6.5rem;
	margin-bottom: 1.75rem;
}
h2 {
	margin: 0;
	padding: 0;
	color: #58665c;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: normal;
	font-family: "lust-text",serif;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
}
h1 + h2 {
	margin: 0;
	padding: 0;
	font-size: 44px;
	font-size: 2.75rem;
	line-height: normal;
}
h3 {
	margin: 0;
	padding: 0;
	color: #58665c;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: normal;
	font-family: "lust-text",serif;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
}
.infobox h3 {
	font-size: 1.875em;
}
.infobox a.line,
.infobox .line{
	font-size: 0.875em;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
#wechsler p,
p.h1,
#wechsler p.h1 {
	font-size: 10rem;
	font-family: "p22-chai-tea-pro",sans-serif; 
	text-align: center;
	line-height: 1;
}
p + p,
ul + p  {
	margin-top: 1.66667em;	
}
h2 + p,
.startseite h2 + p,
.startseite .col_390 + p {
	margin-top: 2.4375rem;
}
h1 + h2 + p {
	margin-top: 5.5625rem;
}
dl,
dd {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: normal;
}
dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 100px;
  padding: 0;
  margin: 0
}
dd {
  float: left;
	width: calc(100% -130px);
  padding: 0;
  margin: 0;}
b,
strong {
	font-weight: 600;
}
hr {
	border: 0;
	width: 100%;
	float: left;
	clear: both;
}
.divider {
	clear: both;
}
a,
a:link,
a:visited {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: underline;
	font-weight: 600;
	color: #899f90;
}
a:focus {
	outline: none;
	/*text-decoration: none;
    background: #f39200;
  color: #ffffff;*/
}
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a[href^="tel:"] {
	text-decoration: none;
}
.line,
a.line {
	display: inline-block;
	font-weight: 600;
	color: #899f90;
	text-transform: uppercase;
	position: relative;
	font-size: 0.875rem;
	text-decoration: none;
	line-height: 2.357;
	padding-left: 1px;
	padding-right: 1px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover .line,
.line:hover,
a.line:hover {
	letter-spacing: .15em;
}
.line::before,
.line::after,
a.line::before,
a.line::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #899f90;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.line::after,
a.line::after {
	top: auto;
	bottom: 0;
}
a.linex:hover::before {
	top: -1px;
}
a.lisne:hover::after {
	top: auto;
	bottom: -1px;
}
#top a.button,
#top a.button-orange,
a.button,
a.button-orange,
button.button {
	display: inline-block;
	font-size: 0.875rem;
	background: #899f90;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 2;
	padding-left: 0.571em;
	padding-right: 0.571em;
	min-width: 7em;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
}
button.button {
	cursor: pointer;
	border: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 2rem;
	height: 2rem;
	text-align: center;
	font-size: 1.125rem;
	font-family:"futura-pt";
	left: 0.025em;
	background: #f4b200;
}
.preisbox button.button {
	width: 100%;
	display: block;
}
a.button:hover {
	background: #f39200;
}
#top a.button-orange,
a.button-orange {
	background: #f39200;
}
button.button:hover {
	background: #f39200
}
#top a.button-orange:hover,
a.button-orange:hover {
	background: #899f90;
}
ul {
	margin: 0;
	padding: 0;
}
#main ul {
	
}
ul.text-center {
	list-style-position: inside;
}
/* li {
	margin-left: 1em;
} */
ol {
	padding-left: 0;
	/* Remove the default left padding */
	margin-left: 0px;
	margin: 0;
	padding: 0;
}
ol li {
	list-style: decimal;
	background-image: none;
	margin-left: 1em;
}
img a,
a img,
a {
	border: 0;
	outline: none;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clr {
	clear: both;
}
.align-left,
.csc-header-alignment-left,
.ce-headline-left,
.text-left {
	text-align: left;
}
.align-center,
.csc-header-alignment-center,
.ce-headline-center,
.text-center {
	text-align: center;
}
.align-right,
.csc-header-alignment-right,
.ce-headline-right,
.text-right {
	text-align: right;
}
.align-justify,
.csc-header-alignment-justify,
.text-justify {
	text-align: justify;
}
.accesskey {
	position: absolute;
	left: -20000px;
}
dfn,
.hidden {
	position: absolute;
	left: -1000em;
	width: 20em;
}
::-webkit-input-placeholder {
	opacity: 1 !important;
}
:-moz-placeholder {
	opacity: 1 !important;
}
::-moz-placeholder {
	opacity: 1 !important;
}
:-ms-input-placeholder {
	opacity: 1 !important;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
	outline: none;
}
*,
div,
section {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko         */
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
.container, .container_big {
	max-width: 1032px;
	max-width: 64.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
	margin: auto;
	position: relative;
}
.container_big {
	max-width: 1352px;
	max-width: 84.5rem;
	max-width: 1448px;
	max-width: 90.5rem;
	padding-left: 4rem;
	padding-right: 4rem;
}
#header .container {
	max-width: 100%;
	padding-left: 5rem;
	padding-right: 5rem;
}







#wechsler {
	float: left;
	width: 100%;
	position: relative;
	color: #ffffff;
}
#wechsler.unterseite {
	margin-top: 7.5rem;
}
.image-wrap {
	object-fit: cover;
	height: 100%;
	float: left;
	background-size: cover;
}
.flexslider .slides img {
    object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100% !important;
}
.slider_overtop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	height: 11.25rem;
	background-image: url('../Images/bg_wechslertop.png');
	background-repeat: repeat-x;
	background-size: auto 11.25rem;
}
.slider_overbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	height: 11.25rem;
	background-image: url('../Images/bg_wechslerbottom.png');
	background-repeat: repeat-x;
	background-size: auto 11.25rem;
}
.slider_overlay {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 1.875rem;
}
#wechsler.startseite {
	height: 100%;
}
#header {
	font-size: 1rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 400;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: 400;
}
#header.sticky {
	top: -1.25rem;
}
#header.sticky.startseite::before,
#header::before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	left: 0;
	width: 100%;
	top: 0;
	background: #58665c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header.startseite::before {
	top: -100%;
}
#top {
	float: left;
	width: 100%;
	top: 0;
	text-align: center;
	padding-top: 1.5625em;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sticky #top {
	top: -3.5rem;
}
#top a {
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: 400;
}
#top a:hover {
	text-decoration: underline;
}
#logo {
	float: left;
	width: auto;
	position: relative;
	margin-top: -1.625rem;
}
#logo img {
	float: left;
	width: 16.375em;
	height: 5.3125em;
}
#topright {
	float: right;
	width: 21.625em;
	padding-top: 1.3125em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#topright a {
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: 600;
}
#sprache {
	float: left;
	width: auto;
	padding-left: 2em;
}
.notranslate,
#sprache a {
	font-weight: 600;
	display: inline-block;
	padding-left: 0em;
	padding-right: 0em;
}
#sprache a:hover {
	text-decoration: underline;
}
#topbuttons {
	float: right;
	width: auto;
	
}
#topbuttons a {
	float: left;
	width: auto;
}
#topbuttons a + a {
	margin-left: 0.3571em;
}
#nav {
	float: left;
	width: calc(100% - 16.375em - 21.625em);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 0.3125em;
}
ul#menu {
  	margin:0; 
  	padding:0;
  	position: relative;
  	list-style: none;
  	margin-left: 0px;
  	text-align: center;
    width: 100%;
	padding-left: 3.125em;
}
ul.menu li {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	display: inline-block;
	width: auto;
  	z-index: 99;
  	text-decoration: none;
	position: relative;
	padding-left: 1.4375em;
	padding-right: 1.4375em;
}
.sticky ul.menu li {

}
ul.menu li.first {
	
}
ul.menu li a {
    font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.1em;
	line-height: 3.95em;
}
ul.menu li.first a {
	
}
ul.menu li.last a {
	
}
ul.menu li a.active {
	color: #cdcdcd;
}
ul.menu li:hover a,
ul.menu li a:hover {
	color: #cdcdcd;
}
/* Ebebe 2 */
ul.menu li.hassub:hover {

}
ul#menu ul {
	position: absolute;
	text-align: left;
	top: 100%;
	left: -0px;
	display: none;
	list-style: none;
	z-index: 999;
	margin: 0;
	width: 15.75em;
	padding: 0;
	background: #899f90;
}
ul.menu ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	display: block;
	padding-left: 2em;
	padding-right: 2em;
}
ul.menu ul li.first {
	padding-top: 0.3125em;
}
ul.menu ul li.last {
	margin-bottom: 1.4375em;
}
ul.menu ul li.last a {
	
}
ul.menu li:hover ul li a,
ul.menu li.hassub ul a,
ul.menu ul a {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-transform: none;
	font-weight: 400;
	text-align: left;
	line-height: 1.25;
	display: block;
	padding-top: 0.625em;
	padding-bottom: 0.625em;
	border-bottom: 1px solid #708276;
	padding-left: 0.625em;
	padding-right: 0.625em;
	position: relative;
}
ul.menu li:hover ul a.active,
ul.menu li:hover ul a:hover,
ul.menu ul a:hover,
ul.menu ul li a.active,
ul.menu ul li a.active:hover,
ul.menu ul li a.active:focus {
	color: #ffffff;
}
ul.menu ul a:hover,
ul.menu ul a.active,
ul.menu li.hassub ul a:hover,
ul.menu li.hassub ul a.active {

}
ul.menu li ul li a:hover::after,
ul.menu li ul li a.active::after {
	content: '-';
	position: absolute;
	left: 0;
}
/*Ebene 3*/
ul.menu ul li ul {
	left: 100%;
	top: -15px;
}
ul.menu li.hassub ul li.hassub a {

}
ul.menu li.hassub ul li.hassub a:hover,
ul.menu li.hassub ul li.hassub a.active {

}
ul.menu li.hassub ul li.hassub ul li a,
ul.menu li.hassub ul li.hassub ul li a:hover,
ul.menu li.hassub ul li.hassub ul li a.active {

}
#mobilenav {
	float: left;
	width: auto;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 1.5em;
	margin-top: 0.3125em;
}
.sticky #mobilenav {
	margin-top: 0.8125em;
}
.nav-icon {
	margin: 0;
	padding: 0;
	width: 35px;
	width: 2.1875rem;
	height: 24px;
	height: 1.5rem;
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	color: #ffffff;
	float: right;
	opacity: 1;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	height: 0.1875rem;
	width: 100%;
	background: #ffffff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.nav-icon span:nth-child(2) {
	top: 10px;
	top: 0.625rem;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.nav-icon span:nth-child(3) {
	top: 20px;
	top: 1.25rem;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	top: -0.125rem;
	left: 0px;
}
.nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 23px;
	top: 1.4375rem;
	left: 0px;
}

.frame-space-before-20 {
	margin-top: 1.25rem;
}
.frame-space-before-45 {
	margin-top: 2.8125rem;
}
.frame-space-before-52 {
	margin-top: 3.25rem;
}
.frame-space-before-80 {
	margin-top: 4.875rem;
}
.frame-space-before-95 {
	margin-top: 6.0625rem;
}
.frame-space-before-105 {
	margin-top: 6.5rem;
}
.frame-space-before-185 {
	margin-top: 11.6875rem;
}

.frame-space-after-20 {
	margin-bottom: 1.25rem;
}
.frame-space-after-45 {
	margin-bottom: 2.8125rem;
}
.frame-space-after-52 {
	margin-bottom: 3.25rem;
}
.frame-space-after-80 {
	margin-bottom: 4.875rem;
}
.frame-space-after-95 {
	margin-bottom: 6.0625rem;
}
.frame-space-after-105 {
	margin-bottom: 6.5rem;
}
.frame-space-after-185 {
	margin-bottom: 11.6875rem;
}



#main {
	float: left;
	width: 100%;
	overflow: hidden; 
}
.section {
	float: left;
	width: 100%;
	position: relative;
}
.bg_struktur {
	background-image: url('../Images/bg_struktur.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 120rem auto;
	padding-bottom: 6.375rem;
}
.bg_struktur2 {
	background-image: url('../Images/bg_ctablock.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 120rem auto;
	padding-top: 3.125rem;
	padding-bottom: 3rem;
}
.bg_gruen {
	background: #58665c;
}
.bg_hellgruen {
	background: #899f90;
}
.col_605 {
	min-height: 1px;
	float: left;
	width: 45.83%;
}
.col_605 img {
	float: left;
	width: 100%;
}
.doubleimg_left {
	float: left;
	width: 72.396%;
}
.doubleimg_right {
	float: right;
	width: 27.107%;
}
.col_500 {
	min-height: 1px;
	margin-left: 3.4375rem;
	float: left;
	width: 500px;
	width: 37.87%;
	padding-top: 3.375rem;
}
.col_390 {
	float: left;
	width: 29.545%;
}
.col_880 {
	float: left;
	width: 66.666667%;
	position: relative;
	margin-left: 4.1666667%;
	margin-left: 3.125rem;
	margin-left: 3.788%;
	font-size: 1rem;
}
.row54 {
	margin-left: -1.6875em;
	margin-right: -1.6875em;
}
.col50_1 {
	float: left;
	width: 50%;
	padding-left: 1.6875em;
	padding-right: 1.6875em;
	padding-top: 5.3125em;
}
.col50_1 + .col50_1 {
	padding-top: 0.3125em;	
}
.infobox {
	float: left;
	width: 100%;
}
.infobox a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
.infobox_img {
	float: left;
	width: 100%;
	overflow: hidden;
}
.infobox_img img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.5s ease;
	transform: scale(1);
}
.infobox a:hover .infobox_img img{
	transform: scale(1.035);
}
.infobox_txt {
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.9375em;
}
.parallx_content h2, .parallx_content h3
.infobox_txt h2, .infobox_txt h3 {
	color: #ffffff;
}
.parallx_content a.line,
.infobox_txt .line {
	color: #ffffff;
}
.parallx_content a.line::before,
.parallx_content a.line::after,
.infobox_txt .line::before,
.infobox_txt .line::after {
	background: #ffffff;
}
.infobox_txt_i {
	float: left;
	width: 100%;
	min-height: 3.1875em;
	padding-bottom: 2em;
}
.parallax {
	height: 42.91vw;
	position: relative;
	background-repeat: no-repeat;
}
.parallax_overtop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	height: 11.25rem;
	background-image: url('../Images/bg_wechslertop.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
}
.parallx_content {
	position: relative;
	z-index: 10;
	float: left;
	width: 100%;
	padding-top: 4.375rem;
	color: #ffffff;
}
.easybooking-widget-container {
	
}
.grid {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem
}
.grid-item {
  	float: left;
  	width: 33.333%;
	padding: 0.3125rem;
}
.grid-item img {
	float: left;
	width: 100%;
	webkit-transition: transform 0.4s ease, box-shadow 0.4s ease;
    -moz-transition: transform 0.4s ease, box-shadow 0.4s ease;
    -o-transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.grid-item img:hover { 
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.33);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.33);
	z-index: 50;
}
.row52 {
	margin-left: -1.625rem;
	margin-right: -1.625rem;
}
.col54_1 {
	float: left;
	width: 53.708%;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}
.col46_1 {
	float: left;
	width: 46.292%;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}
.row18 {
	margin-left: -0.5625rem;
	margin-right: -0.5625rem;
}
.col50_2 {
	float: left;
	width: 50%;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	padding-top: 1rem;
}
.form label {
	display: block;
	font-size: 1.125rem;
	padding-left: 0.0625rem;
}
.form input[type=text], .form textarea, .form select {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #899f90;
	font-size: 1.125rem;
	font-family:"futura-pt";
	line-height: 2rem;
	height: 2rem;
	background-color: #ffffff;
	padding-left: 0.875rem;
}
.calender {
	background-image: url('../Images/bg_kalender.png');
	background-size: 1.125rem auto;
	background-position: right 1rem center;
	background-repeat: no-repeat;
}
select, option {
	font-size: 1.125rem;
	font-family:"futura-pt";
}
input[type=text]:focus, textarea:focus {
	outline: none;
	border-color: #58665c;
}
.dottedbox {
	float: left;
	width: 100%;
	border-bottom: 2px dotted #717372;
	padding-top: 0.875rem;
	font-size: 1.125rem;
	padding-bottom: 0.3125rem;
}
.dotted_left {
	float: left;
	width: auto;
}
.dotted_right {
	float: right;
	width: auto;
}
.preispro {
	float: left;
	width: 100%;
	font-size: 0.875rem;
	color: #808080;
	padding-top: 0.375rem;
}
.preisbox {
	float: left;
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding-top: 1.375rem;
}
.preisbox h4 {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.025em;
	color: #2d2d2d;
}
.preisbox h5 {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	color: #f4b200;
	font-weight: normal;
	letter-spacing: 0em;
	text-decoration-line: line-through;
    text-decoration-color: #c81305;
	line-height: 1;
	margin-top: 0.5625rem;
}
.preisbox h5 strike {
	text-decoration-line: line-through;
    text-decoration-color: #c81305;
}
.preisbox h6 {
	margin: 0;
	padding: 0;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.0em;
	color: #c81305;
	margin-bottom: 0.25rem;
}
.preisbox p {
	font-size: 0.875rem;
	color: #808080;
	margin-bottom: 0.4375rem;
}
#footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.666667;
	padding-top: 3.625rem;
	padding-bottom: 3.625rem;
}
.footerlogo img {
	width: 16.375rem;
	height: auto;
}
.footeradresse {
	padding-top: 1.625rem;
}
.footeradresse a {
	color: #2d2d2d;
	font-weight: normal;
	text-decoration: none;
}
.footeradresse a:hover {
	color: #899f90;
}
.socials {
	padding-top: 3.75rem;
}
.socials img {
	display: inline-block;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
.footernavi {
	color: #899f90;
	left: 0.025em;
	position: relative;
	margin-top: 2.875rem;
	padding-top: 1.375rem;
}
.footernavi::before {
	content: '';
	position: absolute;
	width: 9.375rem;
	top: 0;
	left: 50%;
	margin-left: -4.6875rem;
	height: 1px;
	background: #899f90;
}
.footernavi a {
	color: #899f90;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
.footernavi a:hover,
.footernavi a.active {
	color: #2d2d2d;
}

#overlayout_pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	z-index: 500000;
	display: none;
}
#overlayout_pop.open {
	display: block;
}
#overlay_outer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	max-width: 66.25rem;
	width: 90%;
	border: 0.125rem solid #000000;
	padding: 1.875rem;
	text-align: center;
	padding-bottom: 3rem;
}
#overlay_outer .close {
	position: absolute;
	top: -12px;
	right: -12.px;
	cursor: pointer;
}
.map {
	position: relative;
}
.map_model {
  	width: 100%;
	height: 100%;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.map_model iframe {
	width: 100%;
	height: 100%;
}
.map_model img {
  	max-width: none !important;
}
.map_locations {
  display: none;
}
#overmap {
	position:  absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 15;
	font-weight: 400;
	font-size: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
#googlemaps {
	float: left;
	width: 100%;
	position: relative;
}
#googlemaps img {
	float: left;
	width: 100%;
	position: relative;
	background-image: url('../Images/weltkarte-g.jpg');
	background-size: cover;
}











.checkit, .form-check {
	margin-top: 0em;
}
.form-group {
	float: left;
	width: 100%;
}
.frame-type-form_formframework label {
	position: relative;
	font-size: 1em;
	line-height: 1.2;
}
.control-label {
	display: none;
}
.form-check {
	margin-top: -0.8em;
	padding-bottom: 0.8em;
}
.checkit input[type=checkbox],
.form-check input[type=checkbox],
.checkit input[type=radio]{
	position: absolute;
	z-index: -1;
	left: 0.325em;
	top: 0.9375em;
	opacity: 0;
}
.checkit input[type=checkbox] + span,
.form-check input[type=checkbox] + span,
.checkit input[type=radio] + span{
	display: block;
	cursor: pointer;
	text-align: left;
	line-height: 1.75em;
	padding-top: 1em;
	padding-bottom: 0.8em;
	padding-left: 3em;
	position: relative;
	background: none;

}
.checkit input[type=checkbox] + span::before,
.form-check input[type=checkbox] + span::before,
.checkit input[type=radio] + span::before{
	position: absolute;
	background: #dddddd;
	content: '';
	top: 0.8em;
	left: 0;
	width: 1.75em;
	height: 1.75em;
	font-size: 1.2em;
	line-height: 1.75em;
	text-align: center;
	margin: 0;
	border: 0px solid #000000;
	color: #000000;
}

.checkit input[type=checkbox]:checked + span::before,
.form-check input[type=checkbox]:checked + span::before,
.checkit input[type=radio]:checked + span::before{
	content: '✔';
}


.tx-indexedsearch-res h4 {
	font-size: 20px;
	line-height: normal;
	border: 0;
}

.tx-indexedsearch-searchbox {
	margin-top: 50px;
}

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password],
.tx-felogin-pi1 select,
.tx-felogin-pi1 textarea,
INPUT.tx-indexedsearch-searchbox-sword {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	border: 1px solid #7db200;
	font-weight: 300;
	font-size: 14px;
	color: #5b5b5b;
	margin: 0;
	padding: 0;
	padding-left: 11px;
	font-family: 'Roboto';
	margin-bottom: 19px;
}

.tx-felogin-pi1 textarea {
	height: 200px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 150px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	height: 38px;
	line-height: 38px;
}


.tx-felogin-pi1 input[type="submit"],
INPUT.tx-indexedsearch-searchbox-button {
	width: 220px;
	max-width: 100%;
	background-color: #20549a;
	background-image: none;
	color: #ffffff;
	text-decoration-line: none;
	text-decoration-style: solid;
	font-weight: normal;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 9px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 21px;
	text-align: center;
}

.tx-felogin-pi1 input[type="submit"],
INPUT.tx-indexedsearch-searchbox-button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	cursor: pointer;
	font-family: 'Roboto';
	font-size: 16px;
	background-color: #7db200;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	width: 270px;
	text-transform: uppercase;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.tx-felogin-pi1 input[type="submit"]:hover,
INPUT.tx-indexedsearch-searchbox-button:hover {
	background-color: #7db200;
}

input#tx-indexedsearch-searchbox-sword {
	height: 38px;
	line-height: 38px;
	width: 250px;
	float: none;
	margin-left: 15px;
	border-radius: 0;
}

INPUT.tx-indexedsearch-searchbox-button {
	width: 150px;
	margin-left: 15px;
}

.tx-indexedsearch-search-submit,
.tx-indexedsearch-form {
	float: left;

}

.tx-indexedsearch-form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.tx-indexedsearch-form .h15 {
	height: 15px;
}

.tx-indexedsearch-title a {
	text-decoration: none;
}

.tx-indexedsearch-description {
	font-size: 16px;
}

.tx-indexedsearch-description + p {
	font-size: 15px;
}

.pagination,
.f3-widget-paginator,
.tx-indexedsearch-browsebox {
	display: inline-block;
	border-radius: 0px;
	margin: 20px 0px;
	padding-left: 0px;
}

.pagination>li,
.f3-widget-paginator>li,
.tx-indexedsearch-browsebox li {
	display: inline;
	background-image: none;
}

.pagination>li>a,
.pagination>li.current,
.f3-widget-paginator>li>a,
.f3-widget-paginator>li.current,
.tx-indexedsearch-browsebox li a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	text-decoration: none;
	border: 1px solid #7db200;
	background-color: #FFF;
	color: #7db200;
}

.tx-indexedsearch-res {
	padding-bottom: 15px;
	border-bottom: 1px solid #7db200;
	margin-bottom: 20px;
}

.tx-indexedsearch-res h4 {
	margin-bottom: 0px;
}

.tx-indexedsearch-res h4 .tx-indexedsearch-percent {
	font-size: 16px;
}

.pagination>li.current,
.pagination>li>a:hover,
.pagination>li>a:focus,
.f3-widget-paginator>li.current,
.f3-widget-paginator>li>a:hover,
.f3-widget-paginator>li>a:focus,
.tx-indexedsearch-browsebox li a:hover,
.tx-indexedsearch-browsebox li a:focus,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	background-color: #7db200;
	color: #ffffff;
	text-decoration: none;
}

.pagination>li:first-child>a,
.pagination>li.current:first-child,
.f3-widget-paginator>li:first-child>a,
.f3-widget-paginator>li.current:first-child {
	margin-left: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li.current:last-child,
.f3-widget-paginator>li:last-child>a,
.f3-widget-paginator>li.current:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.f3-widget-paginator li a,
.f3-widget-paginator li.current {
	margin-right: 5px !important;
}

.row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-p20,
.col-sm-p20,
.col-md-p20,
.col-lg-p20,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-p20,
.col-sm-p20,
.col-md-p20,
.col-lg-p20 {
	float: left;
}
.col-xxs-12 {
	width: 100%;
}
.col-xxs-11 {
	width: 91.66666667%;
}
.col-xxs-10 {
	width: 83.33333333%;
}
.col-xxs-9 {
	width: 75%;
}
.col-xxs-8 {
	width: 66.66666667%;
}
.col-xxs-7 {
	width: 58.33333333%;
}
.col-xxs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xxs-4 {
	width: 33.33333333%;
}
.col-xxs-3 {
	width: 25%;
}
.col-xxs-2 {
	width: 16.66666667%;
}
.col-xxs-1 {
	width: 8.33333333%;
}
@media (min-width: 21px) {
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 21px) {
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 768px) {
	.col,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.col,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}
.ce-gallery[data-ce-columns="4"] .ce-column {
	width: calc(25% - 19px);
}
.fancybox-caption.caption--image {
	width: 100%;
	top: 100%;
	padding: 10px;
	color: #fff;
}
.fancybox-caption--separate {
	margin-top: 0 !important;
}
.fancybox-caption {
	background: none !important;
}
.fancybox-inner>.fancybox-caption {
	display: none;
}

.news-single .article .news-img-wrap {
  float: right;
  width: 23.125rem;
  margin: 0 0 0 1.5625rem;
}
.news .article .news-img-wrap img {
	vertical-align: middle;
}
.news-single .teaser-text {
  font-size: 1.25rem;
  color: #000000;
	font-weight: 700;
}
