/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../Fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../Fonts/roboto-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face{font-family:"ivymode";src:url(https://use.typekit.net/af/2b42d0/00000000000000007735ce7b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/2b42d0/00000000000000007735ce7b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/2b42d0/00000000000000007735ce7b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:400;font-stretch:normal}
@font-face{font-family:"ivymode";src:url(https://use.typekit.net/af/2868ab/00000000000000007735ce88/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/2868ab/00000000000000007735ce88/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/2868ab/00000000000000007735ce88/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:600;font-stretch:normal}
.tk-ivymode{font-family:"ivymode",sans-serif}


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-size: 1.0625rem;
 	color: #000;
  	font-family: 'Roboto',sans-serif;
  	line-height: 1.5;
	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;
	}
}
.gruen {
	color: #9ba997;
}
.upper {
	text-transform: uppercase;
}
em,
i {
	font-style: italic;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

body h3 {
  color: #3a3938 !important;
}
h1 {
  font-family: 'Roboto',sans-serif;
  color: #9db78e;
  font-weight: 500;
  font-size: 2.75rem;
}

body h4, body h2 {
  color: #9db78e;
}
h4, h2 {
  color: #9db78e;
  font-weight: 500;
}
body h1 {
  font-family: 'ivymode',sans-serif;
  font-weight: 600;
}
h2 {
  font-size: 2rem;
}

h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
  font-size: 1.5rem;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1 + p {
	margin-top: 0.75rem;
}
h2 + p,
h3 + p {
	margin-top: 0.5rem;
}
p + p,
ul + p  {
	margin-top:  1.5em;
}
p + h2 {
  margin-top: 1.5em;
}
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: 700;
}
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: 700;
	color: #9db78e;
}
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;
}
a.button,
button[type=submit] {
	cursor: pointer;
	border: 0;
	background: #9db78e !important;
  text-transform: uppercase !important;
  font-family: 'Roboto',sans-serif !important;
  letter-spacing: .5px !important;
  font-weight: 500 !important;
  padding: 15px 25px !important;
  border: none !important;
  font-size: 16px !important;
  color: #fff !important;
  border-radius: 30px !important;
  transition: all .3s ease !important;
}
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 {
	max-width: 1140px;
	max-width: 74.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
	margin: auto;
	position: relative;
}
#header .container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.25rem;
	z-index: 400;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #9DB78E;
}
.logo {
	float: left;
	width: auto;
	padding-top: 1.0625rem;
}
.logo img {
	float: left;
	width: auto;
	height: 4.0625rem;
}
#wechsler {
	float: left;
	width: 100%;
	margin-top: 6.25rem;
}





.videoinline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.videoinline video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	/*max-height: 100%;*/
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
#wechsler .videoinline video {
	/*max-height: 200%;*/
}
.videoinline.deskhoehe100 video {
	max-height: 100%;
}
.videoinline.deskbreite100 video {
	max-width: 100%;
}
.maxheight_v {
	max-width: 100%;
}
.maxwidth_v {
	max-width: 100%;
}



#main  ul.typo3-messages {
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
	background: #f7d3ce;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ab0b46;
}
#main ul.typo3-messages li {
  margin: 0;
	padding: 0;
	background: none;
  list-style: none;
  margin-bottom: 2px;
}
.alert-warning {
  border-color: #ab0b46;
  color: #ab0b46;
}



#main {
	float: left;
	width: 100%;
	overflow: hidden;
}
#main.startseite {
	
}
.section {
	float: left;
	width: 100%;
	position: relative;
}


#footer {
	float: left;
	width: 100%;
	background-color: #EEEAE9;
	padding: 3.125rem 0px 3.125rem 0px;
	color: #3A3938;
}
#footer a {
	color: #3A3938;
	font-weight: normal;
	text-decoration: none;
}
#footer a[href^="mailto:"] {
	text-decoration: underline;
}
.footerlogo img {
	width: 15.625rem;
  	height: auto;
	padding-bottom: 0.75rem;
}
.colf_1 {
	float: left;
	width: 29%;
}
.colf_2 {
	float: left;
	width: 26%;
	padding-top: 0.675rem;
}
.colf_3 {
	float: left;
	width: 45%;
	padding-top: 0.675rem;
}
#footer h3 {
	font-size: 1.375rem;
  	font-weight: 700;
  	letter-spacing: 0.8px;
}
.footernav {
	 margin-top: 2.5rem;
}
.socials {
	margin-top: 2.25rem;
}
.socials svg {
  fill: #3A3938;
}
.socials svg {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: inline-block;
}
.colf_3 img {
	float: left;
	width: 100%;
}










.displno {
	display: none;
}
.h30 {
	height: 1.875rem;
}
.h15 {
	height: 0.9375rem;
}
.font22 {
	font-size: 1.25rem;
}
.inhaltebuchst {
	float: left;
	width: 100%;
}
.inhaltebuchst > p + p {
	margin-top: 0;
}
.checkitradio {
	float: left;
	width: 100%;
	position: relative;
}
.checkitradio input[type=radio] {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: -1;
	opacity: 0;
}
.checkitradio input[type=radio] + span {
	float: left;
  	width: 100%;
	font-size: 1.125rem;
	line-height: 3.75rem;
	height: 3.75rem;
	letter-spacing: 0.13em;
	font-family:"Muller W05 Medium";
	font-weight: normal;
	border: 0;
	border-radius: 0;
	padding-left: 1.125rem;
	background: #ffffff;
	color: #000000;
	background-repeat: no-repeat;
	background-position: right 0.825rem center;
	cursor: pointer;
}
.checkitradio.einzel input[type=radio] + span {
	background-image: url('../Images/einzel.png');
	background-size: 2.25rem auto;
}
.checkitradio.doppel input[type=radio] + span {
	background-image: url('../Images/doppel.png');
	background-size: 3rem auto;
}
.checkitradio input[type=radio]:checked + span {
	background-color: #e1dacd;
}
.seekdawidget #formID input[type="submit"].radiomehr {
   float: left;
  	width: 100%;
	font-size: 1.125rem;
	line-height: 3.75rem;
	height: 3.75rem;
	letter-spacing: 0.13em;
	font-family:"Muller W05 Medium";
	font-weight: normal;
	border: 0;
	border-radius: 0;
	padding-left: 1.125rem;
	background: #ffffff;
	color: #000000;
	background-repeat: no-repeat;
	background-position: right 0.825rem center;
	cursor: pointer;
	-webkit-appearance: none;
	text-align: left;
	text-transform: uppercase;

}
.seekdawidget #formID input[type="submit"].promocodesubmit {
	width: 50px;
	border-radius: 0;
}
.seekdawidget #formID input[type="text"].promotioncode {
	width: calc(100% - 50px);
	color: #42494b;
	border-radius: 0;
	-webkit-appearance: none;
}
.checkit {
  position: relative;
  float: left;
  width: 100%;
}
.checkit.w50 {
	width: 50%;
}
.checkit input[type=checkbox], .checkit input[type=radio],
.checkbeauty input[type=checkbox] {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  margin-top: 7px;
	margin-top: 0.4375rem;
  margin-left: 2px;
	margin-left: 0.125rem;
  z-index: -1;
}
.checkbeauty .checkbeauty_form input[type=checkbox] {
	margin-left: 8px;
	margin-left: 0.5rem;
}
.checkit input[type=checkbox] + label, .checkit input[type=radio] + label  {
  padding-left: 31px;
  background-image: url(../Images/checkbox.png);
  background-position: left 4px;
	background-position: left 0.25rem;
  background-repeat: no-repeat;
	background-size: 1.25rem auto;
  line-height: 28px;
	line-height: 1.75rem;
  display: block;
  cursor: pointer;
	font-size: 1em;
}
.checkit input[type=checkbox]:checked + label, .checkit input[type=radio]:checked + label {
  background-image: url(../Images/checkbox_checked.png);
}
#formID input[type=text], #formID textarea, #formID select
/*, input[type=text], textarea, select*/{
  	float: left;
  	width: 100%;
	font-size: 1.125rem;
	line-height: 3.125rem;
	height: 3.125rem;
	font-family: 'Roboto';
	font-weight: normal;
	border: 0;
	border-radius: 0;
	padding-left: 1.125rem;
	border: 1px solid #000000;
	margin-top: 1.125rem;
	background-color: #ffffff;
	color: #000000;
}
#formID .inpunomarg input[type=text], #formID .inpunomarg  textarea, #formID .inpunomarg select {
	margin-top: 0.25rem;
}
.seekdawidget #formID input[type=text] {
	background-color: #ffffff;
	border: none;
	color: #000000;
	margin-top: 0;
}
#formID .calendar input[type=text] {
	background-image: url('../Images/kalender.svg');
	background-size: 1.5rem auto;
	background-repeat: no-repeat;
	background-position: right 0.825rem center;
}
#formID select,
select {
	
	padding-left: 0.625rem;
}
#formID select option {
	margin: 0;
	padding: 0;
	padding-left: 1.25rem;
}
#formID .checkbeauty select {
	display: inline-block;
	width: 150px;
	float: none;
}
#formID .beautykat_select .selectanwendung {
	width: 33%;
}
#formID .beautykat_select .selectpersonen {
	width: 160px;
	margin-left: 15px;
	margin-right: 10px;
}
#formID textarea,
textarea {
  height: 200px;  
	height: 12.5rem;
	line-height: 1.4;
	padding-top: 0.75rem;
}
#message {
  display: none;
}
.beautykat_select {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	display: none;
}
#submitinfo {
	display: none;
}
.height8 {
	height: 0.5rem;
}
.h56 {
	height: 3rem;
}
.h16 {
	height: 1.5rem;
}
.h8 {
	height: 0.5rem;
}
.anfrageinfo h4, .anfrageinfo p, .anfrageinfo ul {
	font-size: 1rem;
}
#main .anfrageinfo h4 + ul, #main .anfrageinfo h4 + p {
	margin-top: 0;
}





.h1125 {
	height: 1.125rem;
}
label.lineinp {
	line-height: 3.125rem;
}
.actions {
	float: left;
	width: 100%;
	padding-top: 1rem;
}
.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-checkx {
	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;
}
.smallcheck .checkit input[type=checkbox] {
	
}
.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,
.checkit input[type=radio] + span{
	padding-top: 0.125em;
	padding-left: 2em;
	padding-bottom: 0.25em;
}
.checkit input[type=checkbox] + span::before,
.form-check input[type=checkbox] + span::before,
.checkit input[type=radio] + span::before{
	position: absolute;
	background: #ffffff;
	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: 1px solid #000000;
	color: #000000;
}
.checkit input[type=checkbox] + span::before,
.checkit input[type=radio] + span::before{
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	line-height: 1em;
}
.checkit input[type=checkbox]:checked + span::before,
.form-check input[type=checkbox]:checked + span::before,
.checkit input[type=radio]:checked + span::before{
	content: '✔';
}
.checkit input[type=checkbox] + span p,
.form-check input[type=checkbox] + span p,
.checkit input[type=radio] + span p {
	padding-top: 0.3125em;
	padding-top: 0;
}
#submitinfo {
  display: none;
}

.row {
	margin-left: -1.09375rem;
	margin-right: -1.09375rem;
}
.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: 1.09375rem;
	padding-right: 1.09375rem;
	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;
}
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 0.125rem solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 1.25rem;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 1.25rem; }
    .ce-intext.ce-left .ce-gallery { margin-right: 1.25rem; }
    .ce-below .ce-gallery { margin-top: 1.25rem; }

    .ce-column { margin-right: 1.25rem; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 1.25rem; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.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;
}
#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;
}
.platzhalter {
	float: left;
	width: 100%;
	position: relative;
}
.platzhalter_img {
	float: left;
	width: 100%;
	position: relative;
}
.platzhalter_img img {
	float: left;
	width: 100%;
}
.platzhaler_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-size: 1rem;
}
#show-content {
	font-size: 1rem;
	padding-top: 0.375em;
	padding-bottom: 0.375em;
}
@media screen and (max-width: 767px) { 
	.platzhaler_txt,
	#show-content {
		font-size: 3vw;
	}
}


