@charset "utf-8";
@font-face {
    font-family: 'Questrial';
    src: url('Questrial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family:"JUST Sans Regular";
    src:url("JUST Sans Regular.woff2") format("woff2"),url("JUST Sans Regular.woff") format("woff"),url("JUST Sans Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"JUST Sans Bold";
    src:url("JUST Sans Bold.woff2") format("woff2"),url("JUST Sans Bold.woff") format("woff"),url("JUST Sans Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"JUST Sans ExBold";
    src:url("JUST Sans ExBold.woff2") format("woff2"),url("JUST Sans ExBold.woff") format("woff"),url("JUST Sans ExBold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

:root {
    --BodyBackgroundColor: #F7F7F7;
    --BackgoundVerlauf: linear-gradient(to bottom, #f2ede6, #ffffff, #f2ede6);
    --BoxShadow: 15px 15px 0px rgba(0,0,0,0.5);
    /*--BoxShadow: 0px 15px 15px rgba(0,0,0,0.5);*/
    --ContentMaxWidth: 1600px;

    --headerHeight: 80px;
    --headerBackgroundColor: #fff;
    --headerColor: #000;

    --footerColor: #fff;
    --footerBackgroundColor: #404040;

    --LightBoxBackgroundColor: #fff;
    --LightBoxTextColor: #000;

    --SeconNavBackgroundColor:rgba(255, 255, 255, 0.9);
    --SeconNavColor:#fff;

    --inputTextColor: #000;
    --inputBackgroundColor: #F0F0F0;
    --inputBackgroundColorHover: #d0d0d0;
    --inputBorderColor: #DDDDDD;

    --backToTop: #eaeaea;
    --CookieColor: linear-gradient(-85deg, #1f7c99, #17637c, #95bfcc, #1f7c99);
    --Verlauf: linear-gradient(to right, #1f7c99, #95bfcc);
    --CookieBackgroundColor: #eaeaea;

    --BorderRadius: 15px;

    --mainColor:#1f7c99;
    --MenuColor: #959595;
    --MenuColorHover: #000;

    --FontFamily: 'JUST Sans Regular';
    --FontSizeP: 20px;
    --ColorP: #000;
    --ColorA: #959595;

    --FontSizeH1: 45px;
    --FontFamilyH1: 'JUST Sans Bold';
    --FontFamilyBH1: 'JUST Sans ExBold';
    --ColorH1: #000;

    --FontSizeH2: 45px;
    --FontFamilyH2: 'JUST Sans Bold';
    --FontFamilyBH2: 'JUST Sans ExBold';
    --ColorH2: #000;

    --FontSizeH3: 28px;
    --FontFamilyH3: 'JUST Sans ExBold';
    --ColorH3: #000;

    --FontSizeH4: 34px;
    --ColorH4: #000;

    --FontSizeH5: 17px;
    --ColorH5: #000;

    --border: 2px solid #424242;
    /*--border: 1px solid #000;*/
}


/* --- Allgemeine Definitionen -- */
html, body {
	min-height:100%;
	height: 100%;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	min-height:100%;
	line-height: 1.5;
	font-family: var(--FontFamily);
	font-size: var(--FontSizeP);
	background-color: var(--BodyBackgroundColor);
	color: var(--ColorP);
    background-image: url("backgroundDefault.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: 120%;
    background-repeat: no-repeat;
}

a {
	color:var(--ColorA);
}
.focus:focus-visible,
.ScrollNot.focus:focus-visible,
a:focus-visible {
    outline: 3px solid var(--mainColor);
}

#lightbox .controls a {
    color: var(--mainColor) !important;
}

#lightbox .lightbox-close {
    color: var(--mainColor);
    font-size: 60px;
}
#lightbox img {
    max-width: 95%;
    max-height: 95%;
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

a.underline {
    position: relative;
    display: inline-block;
    -webkit-transition-property:   color;
	-moz-transition-property:  color;
	 -ms-transition-property:  color;
	  -o-transition-property:  color;
	     transition-property:  color;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	 -ms-transition-duration: 0.25s;
	  -o-transition-duration: 0.25s;
	     transition-duration: 0.25s
}

a.underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #959595;
    left: 0;
    bottom: 0;
    z-index: -1;
    
    -webkit-transition-property: height;
	-moz-transition-property: height;
	 -ms-transition-property: height;
	  -o-transition-property: height;
	     transition-property: height;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	 -ms-transition-duration: 0.25s;
	  -o-transition-duration: 0.25s;
	     transition-duration: 0.25s
}

a:hover {
	/* text-decoration: underline; */
	cursor: pointer;
    color: var(--mainColor);
}

.ext_SlideJS  a.slidesjs-navigation:hover {
    color: transparent;
}

a.underline:hover {
    height: 100%;
    color:#fff;
}

.underline:hover::after {
    height: 100%;
}

.blur {
    filter: blur(15px);
}

video {
	max-width:100%;
    width: 100%;
    display: block;
}

.sl-overlay {
    background: var(--LightBoxBackgroundColor);
    opacity: 0.9;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-next,
.sl-wrapper .sl-prev {
    color: var(--LightBoxColor);
    font-size: 40px;
}

 /* e3e4e6 */

.backToTop {
	background-color: rgba(0,0,0,0.8) !important;
}

.ButtonLink {
    color: #000;
    display: inline-block;
    border-radius: 25px;
    margin: 20px 2px;
    text-align: center;
    padding: 2px;
    background-color: #fff;
    border: 2px solid #000;
    top: 0;
    box-shadow: 0 0px 0px rgba(0,0,0,0.5);
    transition: box-shadow ease 400ms, top ease 400ms;
}

.ButtonLink:hover {
    top: -5px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
}

.ButtonLink a {
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 23px;
    transition: all ease 400ms;
}

.ButtonLink:hover a {
    color:#fff !important;
    background-color: var(--mainColor);
}

.col_4_4 {
    max-width: var(--ContentMaxWidth) !important;
    width: calc(100% - 40px);
}

#menu {
    max-width: var(--ContentMaxWidth) !important;
    margin-left: auto;
    margin-right: auto;
}

#main {
	min-height: 100%;
	position: relative;
}

#main .ext_SlideJS h2,
#main .ext_SlideJS h1 {
    font-size: var(--FontSizeH1);
    text-transform: uppercase;
    font-weight: 600;
}

#main .ext_SlideJS h3 {
    font-size: var(--FontSizeH3);
    text-transform: uppercase;
    font-weight: 600;
}

#content * {
    font-size: var(--FontSizeP);
}

#content h1 *,
#content h1 {
	font-size: var(--FontSizeH1);
    font-family: var(--FontFamilyH1);
    color: var(--ColorH1);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

#content h1 b,
#content h1 strong {
    font-family: var(--FontFamilyBH1);
    text-transform: uppercase;
}
#content h2 *,
#content h2 {
	font-size: var(--FontSizeH2);
    font-family: var(--FontFamilyH2);
    color: var(--ColorH2);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

#content h2 b,
#content h2 strong {
    font-family: var(--FontFamilyBH2);
    text-transform: uppercase;
}

#content h3 *,
#content h3 {
	font-size: var(--FontSizeH3);
    font-family: var(--FontFamilyH3);
    color: var(--ColorH3);
    line-height: 1.05;
    font-weight: normal;
}

#content h4 *,
#content h4 {
	font-size: var(--FontSizeH4);
    color: var(--ColorH4);
    line-height: 1.1;
    font-weight: normal;
}

#content h5 *,
#content h5 {
	font-size: var(--FontSizeH5);
    color: var(--ColorH5);
    line-height: 1.2;
    font-weight: normal;
}

#content .ext_Referenzen_Mansonry .container h2 {
    font-size: 25px;
}

#Consent,
#Cookies {
    background: var(--CookieBackgroundColor);
}

#Consent a,
#Cookies a {
    background: var(--CookieColor);
}

#Consent a:hover,
#Cookies a:hover {
    background: var(--CookieBackgroundColor);
}

#content {
	font-size: var(--FontSizeP);
    color: var(--ColorP);
}

#header .col_4_4 {
    max-width: 1240px !important;
    width: 100%;
}

#content textarea,
#content div.ext_FormBuilder input,
/*#content .JobListForm select,*/
#content select,
#content input[type=text],
#content input[type="submit"] {
	border: 1px solid #DDDDDD;
    background-color: #F0F0F0;
    color: #000;
    font-size: 95%;
    border-radius: var(--BorderRadius);
    padding: 10px;
    font-weight: normal;
}


#content input[type=submit] {
    background-color: #959595;
    border: 1px solid #959595;
	color:#fff;
}

#content input[type=submit]:hover {
	background-color: #002B4F !important;
    border: 1px solid #002B4F;
	color:#fff;
	cursor: pointer;
}

#content .feeld {
    margin-left: 0;
    padding-left: 0;
}

#content .AdminWrapper {
    width: 100%;
}

#content .BildLinks::before,
#content .BildLinks::after,
#content .BildRechts::before,
#content .BildRechts::after {
    content: "";
    display: block;
    height: var(--size);
    width: var(--size);
    border: var(--border);
    border-radius: calc(var(--size) / 2);
    background-color: #fff;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: calc((var(--size) / -2) - 1px);
}

#content .BildLinks::after,
#content .BildLinks::before {
    right: calc((var(--size) / -2) - 1px);
    left: auto;
}

#content .BildLinks::after,
#content .BildRechts::after {
    top: auto;
    bottom: 0px;
}

#content .BildLinks div[class*="image"],
#content .BildRechts div[class*="image"] {
    z-index: 2;
}

#content .CMSimage:has( .bgdot ) {
    position: relative;
}

#content .CMSimage {
    width: 100%;
}

.greenDot:has(.CMStext) .CMStext,
.yellowDot:has(.CMStext) .CMStext {
    z-index: 3;
}

#content .bgdot{
/*#content .BildLinks div[class*="image"]::after,*/
/*#content .BildRechts div[class*="image"]::after {*/
    --size: 400px;
    content: "";
    display: block;
    position: absolute;
    height:var(--size);
    width:var(--size);
    background-color: #fff;
    box-shadow: var(--BoxShadow);
    border-radius: calc(var(--size) / 2);
    z-index: -1;
    top: calc((var(--size) / 2.5) / -2);
    left: calc((var(--size) / 2.5) / -2);

}

#content .BildLinks.greenDot .bgdot,
#content .BildRechts.greenDot .bgdot{
/*#content .BildLinks.greenDot div[class*="image"]::after,*/
/*#content .BildRechts.greenDot div[class*="image"]::after {*/
    background-color: #1f9972;
}

#content .BildLinks.blueDot .bgdot,
#content .BildRechts.blueDot .bgdot{
/*#content .BildLinks.blueDot div[class*="image"]::after,*/
/*#content .BildRechts.blueDot div[class*="image"]::after {*/
    background-color: #1f7c99;
}

#content .BildLinks.yellowDot .bgdot,
#content .BildRechts.yellowDot .bgdot{
/*#content .BildLinks.yellowDot div[class*="image"]::after,*/
/*#content .BildRechts.yellowDot div[class*="image"]::after {*/
    background-color: #99781f;
}

#content section.CMS div.col_4_4 .BildLinks div[class*="image"],
#content section.CMS div.col_4_4 .BildLinks div[class*="text"],
#content section.CMS div.col_4_4 .BildRechts div[class*="image"],
#content section.CMS div.col_4_4 .BildRechts div[class*="text"] {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#content section.CMS div.col_4_4 .BildLinks div[class*="text"] *,
#content section.CMS div.col_4_4 .BildRechts div[class*="text"] * {
    width: 100%;
}

#content #FormBuilder4 {
    clear: both;
}

#content img.CMSimage,
#content img.image {
    margin: 2% 0 0 0;
    margin: 0;
    padding: 0px;
    width: 100%;
    position: inherit;
}

#content .BilderAbstand .ImageWrapper img {
    padding-left: 11px !important;
}


#content .SlickSlide.Slider .Slide {
    max-width: 100vw;
    overflow: hidden;
}

#content .col_4_4 .backgroundImage,
#content .col_4_4 .BildLinks,
#content .col_4_4 .BildRechts,
#content .col_4_4 .text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#header {
    text-align: right;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: var(--headerHeight);
    background-color:  var(--headerBackgroundColor);
    color:  var(--headerColor);
    border-bottom: var(--border);
    z-index: 3;

	-webkit-transition-property: top;
	-moz-transition-property: top;
	 -ms-transition-property: top;
	  -o-transition-property: top;
	     transition-property: top;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	 -ms-transition-duration: 0.25s;
	  -o-transition-duration: 0.25s;
	     transition-duration: 0.25s
	     
}

#header.up {
    --UpTop: -82px;
	top: var(--UpTop);
}

#header nav {
    margin-top: 40px;
    margin-top: 35px;
    transition: all ease-in-out 0.2s;
}
#header.up nav {
    margin-top: calc(var(--headerHeight) + var(--UpTop) + 15px);
}

#header.second {
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

#HeaderExtnsion {
	padding-top: var(--headerHeight);
	position: relative;
	z-index: 1;
}


#menu {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

#header #Logo {
    display: block;
    overflow: hidden;
    height: 60px;
    transition: all ease-in-out 0.2s;
    position: absolute;
    z-index: 2;
}

#header #Logo img {
    height: 100%;
    width: auto;
    transition: all ease-in-out 0.2s;
}

#header.up #Logo {
    height: 50px;
    margin-top: 59px;
}

#header.up #Logo img {
    height: 50px;
}

.main {
    /*border-top: 4px solid var(--mainColor);*/
}


#header #infos {
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    text-align: right;
}


/* **************
 * Menü Animation
 * START
 * **************/
#MenuButton {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    top: 60px;
    right: 25px;
}

#MenuButton {
	z-index:20;
}

div[id="39"] div[class*="image"]{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


nav.second {
	opacity:0.2;
	overflow:hidden;
	
    height: 100vh;
    display: table;
    position: fixed;
    top: 0;
    right: 0;
    width: 0vw;
    
    overflow: hidden;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
	
	-webkit-transition-property: all;
	-moz-transition-property: all;
	 -ms-transition-property: all;
	  -o-transition-property: all;
	     transition-property: all;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	 -ms-transition-duration: 0.25s;
	  -o-transition-duration: 0.25s;
	     transition-duration: 0.4s
}

nav.second .TableCell {
    display: none;
}

nav.second.open {
	
	width: 100vw;
	opacity: 1;
}

nav.second.open .TableCell {
    display: table-cell;
}

footer ul.menu li a,
nav ul.menu li a  {
    letter-spacing: normal;
}

footer ul.menu li.active a,
nav ul.menu li.expand > a,
nav ul.menu li.active a  {
    font-weight: bold;
    letter-spacing: normal;
}

/* nav.second ul.menu { */
nav.second .TableCell {
    vertical-align: middle;
    text-align: center;
}

nav.second .TableCell > div:first-child {
	display: none;
}

nav.second ul.menu li {
    display: block;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

nav.second ul.menu li a {
    font-size: 23px;
    max-width: 600px;
    margin: 0 auto;
	padding: 8px;
}

#menu nav.second ul.menu li a:hover,
#menu nav.second ul.menu li.active > a {
	background-color:#959595;
	color:#fff;
}

ul.menu li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* **************
 * Menü Animation
 * ENDE
 * **************/
nav.main {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#menu ul.menu {
    margin: 0;
    margin-left: 0px;
}

header.up #menu nav > ul.menu {
    display: none;
}

header.up #menu nav > div {
    top: 3px;
}

#menu ul.menu li:first-child a,
#menu ul.menu li:first-child {
    /*margin-left: 0px;*/
    /*padding-left: 0px;*/
}

#menu ul.menu li.collapse:first-child a {
    /*padding-left: 0px;*/
}

#menu ul.menu li a {
    padding: 0px;
    font-weight: normal;
    margin: 0 18px 0 6px;
    font-size: 14px;
}

#menu ul.menu li a,
#menu nav > div ul.menu li a {
    color: var(--MenuColor);
    padding: 7px 9px;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

#menu ul.menu li.active > a,
#menu ul.menu li.expand > a,
#menu ul.menu li a:hover {
    color: var(--MenuColorHover);
}


#menu ul.menu li {
    display: inline-block;
    padding: 0;
}

#menu ul.menu li ul {
    display: none !important;
    height: 0px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
}

#menu ul.menu li:hover > ul {
    display: block !important;
    height: auto;
    z-index: 999;
    opacity: 1;
    top: 37px;
}

#menu nav > div ul.menu li > ul a {
    color: #fff;
    background-color: var(--mainColor);
}

#main .menu li a::after{
    content: " ";
    position: absolute;
    background: var(--Verlauf) fixed !important;
    top: 100%;
    margin-top: -4px;
    border-radius: var(--BorderRadius);
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.2s;
    transform-origin: right center;
    box-sizing: border-box;
    display: block;
}
#menu ul.menu li.active > a::after,
#menu ul.menu li.expand > a::after,
#menu > nav > ul.menu li.expand > a::after,
#menu > nav > ul.menu li.active > a::after,
#main .menu li > a:hover::after{
    transform: scaleX(1);
    transform-origin: left center;
}

#content {
    padding-bottom: 175px;
    z-index: 1;
    position: relative;
    height: auto;
}

#content .ksGritItem div.text a {
    color: #000;
}


#FooterWrapper {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 175px;
	z-index: 2;
	font-weight: normal;
}

#footer {
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer > div,
#footer > img {
	display: inline-block;
	width: 33%;
}

#footer a {
	color: var(--MenuColor);
}


#footer li.active a,
#footer a:hover {
    font-weight: normal;
    color: var(--MenuColorHover);
}

#footer img {
	margin-right: 50px;
}


footer #footer {
    display: flex !important;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.text {
    z-index: 10;
}

.slidesjs-control {
    z-index: 5;
}

.ext_SlideJS .info {
    top: 33%;
    z-index: 20;
}

.slidesjs-previous,
.slidesjs-next {
    z-index: 11;
}

#content .ext_SlickSliderV2 .slider_elm {
    margin: 0 0px 0 0 !important;

}

#content .ext_SlickSliderV2 .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.VideoHintergund:hover a.slidesjs-navigation {
    opacity: 1;
}

.VideoHintergund:hover a.slidesjs-next {
    right: 5%;
}

.VideoHintergund:hover a.slidesjs-previous {
    left: 5%;
}

#cotnent .CMSimage {
    margin-bottom: -6px;
}

section.AbstandObenUnten {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.kleinerAbstandObenUnten {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cookie {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cookie form,
.cookie p {
    margin: auto;
}
.cookie p {
    margin-bottom: 15px;
}
.cookie form {
    margin-top:  15px;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
    top: 6px;
}

input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
    background-color: rgb(22, 80, 150);
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
    border: 1px solid rgb(22, 80, 150);
    background: #ffffff;
}
.cc-window label {
    color: #fff;
}

#content .ScrollingTabs .tab-content {
    overflow: auto;
}

#content section.CMS div.col_4_4 {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    align-content: initial;
}

#content section.CMS div.col_4_4 .width25,
#content section.CMS div.col_4_4 .width33,
#content section.CMS div.col_4_4 .width50,
#content section.CMS div.col_4_4 .width75,
#content section.CMS div.col_4_4 .width100 {
    float: none;
    margin-left: 0;
    margin-right: 0;
}

#content section.CMS div.col_4_4 .CMS.width25 {
    width: 23%;
}
#content section.CMS div.col_4_4 .CMS.width33 {
    width: 31%;
}
#content section.CMS div.col_4_4 .CMS.width50 {
    width: 47%;
}
#content section.CMS div.col_4_4 .CMS.width75 {
    width: 73%;
}
#content section.CMS div.col_4_4 .CMS,
#content section.CMS div.col_4_4 .CMS.image,
#content section.CMS div.col_4_4 .CMS.width100 {
    width: 100%;
}

#content .text-image {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

#content section.CMS div.col_4_4 .CMS.image.width100,
#content section.CMS div.col_4_4 .CMS.image.width100 .CMS.image {
    width: 100%;
}

#content section.CMS div.col_4_4 .CMS.image.width100 .CMS.image .ImageWrapper a {
    padding: 15px 15px 0px 15px;
    display: inline-block;
}

#content .text-image .AdminWrapper {
    width: 100%;
}

#content section.CMS div.col_4_4 .CMS h2 {
    margin-top: 0px;
}

/*NEU von Roman*/



#content section.serviceButtons .CMS.col_4_4 {
    flex-wrap: wrap;
    display: flex !important;
    justify-content: center !important;
    gap: 30px;
}

#content section.serviceButtons .CMS.col_4_4 > div.CMS{
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    align-content: center;
    justify-content: center;
    width: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: var(--BorderRadius);
    overflow: hidden;
    cursor: default;
    color: #fff;
    text-transform: uppercase;
}

#content .anker_button {
    position: relative;
    width: max-content;
    height: auto;
    overflow: hidden;
    border-radius: var(--BorderRadius);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff !important;
    font-size: 24px;
}


#content .anker_button:active{
    transform: scale(0.9);
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

/*#content .anker_button {
    background: linear-gradient(-85deg, #fc480b, #fc480b, #f9e125, #fc480b);
}*/

#content .anker_button::before,
#content section.serviceButtons .CMS.col_4_4 > div.CMS::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all linear 0.5s;
    /*background: linear-gradient(to right, #fc480b, #fae20e, #fc480b);*/
    background: linear-gradient(-85deg, #fc480b, #fc480b, #f9e125, #fc480b);
    width: 550%;
    z-index: 0;
}

#content .anker_button::before{
    z-index: -1;
}

#content .anker_button:hover::before,
#content section.serviceButtons .CMS.col_4_4 > div.CMS:hover::before{
    left: -200%;
}

#content section.serviceButtons .CMS.col_4_4 div.CMS div.CMSimage,
#content section.serviceButtons .CMS.col_4_4 div.CMS div.CMS.image{
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}

#content section.serviceButtons .CMS.col_4_4 div.CMS div.CMSimage .ImageWrapper,
#content section.serviceButtons .CMS.col_4_4 div.CMS div.CMS.image .ImageWrapper{
    aspect-ratio: 1/1;
    width: 30px;
    margin-bottom: -5px;
}

#content section.serviceButtons .CMS.col_4_4 div.CMS div.CMStext,
#content section.serviceButtons .CMS.col_4_4 div.CMS div.CMS.text{
    width: auto;
    /*text-transform: uppercase;*/
    /*flex: auto;*/
}

#content section.serviceButtons .AdminWrapper{
    flex:0 0 100%;
}

#content .showBox{
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    border-radius: var(--BorderRadius);
    z-index: 1;
}

#content .showBox:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transform: scale(1.2);
    z-index: 4;
}

#content .showBox > div.CMStext,
#content .showBox > div.CMS.text{
    color: #000;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
}

#content .showBox:hover > div.CMStext,
#content .showBox:hover > div.CMS.text{
    --blur: 10px;
    opacity: 1;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(var(--blur));
    -webkit-backdrop-filter: blur(var(--blur));
}

#content .showBox > div.CMSimage,
#content .showBox > div.CMS.image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

#content .showBox .AdminWrapper{
    z-index: 100;
}


#content div.withBuble {
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(rgba(0,0,0,0.6), transparent 70%);
}

#content div.withBuble * {
    font-size: var(--FontSizeP);
    color: #fff;
}
#content div.withBuble h1 *,
#content div.withBuble h1,
#content div.withBuble h2 *,
#content div.withBuble h2,
#content div.withBuble h3 *,
#content div.withBuble h3,
#content div.withBuble h4 *,
#content div.withBuble h4 {
    font-size: var(--FontSizeH1);
    text-transform: uppercase;
    font-weight: bold;
}

#content .center_center {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

#content .serviceButtons .AdminWrapper,
#content .center_center .showBox,
#content .center_center .AdminWrapper{
    width: 100%;
}


#content .bildWave {
    width: 100%;
    min-height: 80vh;
    padding-bottom: 75px;
    background-size: cover;
    background-position: center;
}

/* waves */
.ocean {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

.wave {
    background-repeat: repeat-x !important;
    background-position: center !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23F7F7F7'/%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 60s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 68s linear reverse infinite;
    opacity: 0.5;
}

.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 40s -1s linear infinite;
    opacity: 0.5;
}

#follow_cursor{
    pointer-events: none;
    transition: width 100ms ease-in-out;
    aspect-ratio: 1/1;
    position: fixed;
    z-index: 10000;
    width: 30px;
    border-radius: 50px;
    opacity: 0;
    /*transform: translate(-50%, -50%);*/
    /*border:2px solid #000000;*/
    /*background-color: rgba(0,0,0,0.3);*/
    /*transform-origin: top left;*/
    /*transform: scale(0.3);*/
    backdrop-filter: invert();
    --webkit-backdrop-filter: invert();
    top:0;
    left: 0;
    animation: rotate 4s infinite;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}

@keyframes rotate {
    0% {transform: rotate(0);}
    50% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}


#header nav{
    width: 100%;
}

#opener{
    transition: all 1ms ease-in-out;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    /*opacity: 0;*/
    position: fixed;
    z-index: 100000;
    pointer-events: none;

}

#opener > div{
    width: 100%;
    height: 100vh;
    flex-direction: row;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#opener img{

    position: fixed;
    right: 50px;
    bottom: 50px;
    filter: brightness(1);
    opacity: 0;

    width: max-content;
    height: max-content;
}

#opener.show img{
    transition: all 0.5s ease-in;
    transition-delay: 0.50s;
    opacity: 1;
}

#opener > div > div{
    transition: all 1s ease-in-out;
}

#opener > div > div:first-child{
    width: 100vw;
    height: 100vw;
    background-color: #2d2d2d;
    position: fixed;
    bottom: 49%;
    transform: skewY(-45deg);
}

#opener > div > div:last-child{
    width: 100vw;
    height: 100vw;
    background-color: #2d2d2d;
    position: fixed;
    top: 50%;
    transform: skewY(-45deg);
}

#opener:not(.show) > div > div:first-child{
    transform: translate3d(0px, -220vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -45deg);
    transform-style: preserve-3d;
}

#opener:not(.show) > div > div:last-child{
    transform: translate3d(0px, 220vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -45deg);
    transform-style: preserve-3d;
}


/* ****************
 * Browser Theme
 * ****************/
@media (prefers-color-scheme: dark) {
    /*
    :root {
        --BodyBackgroundColor: #333;
        --BodyColor: #f4f4f4;
        --headerBackgroundColor: #404040;
        --headerColor: #f4f4f4;
        --aColor:#fff;
        --h1Color: #fff;
        --h2Color: #fff;
        --backToTop: #959595;
        --footerColor: #fff;
        --footerBackgroundColor: #404040;
        --LightBoxBackgroundColor: #404040;
        --LightBoxTextColor: #fff;
        --SeconNavBackgroundColor:rgba(50, 50, 50, 0.9);
        --SeconNavColor:#053E6D;
    }
	*/
}

.slick-current {
    z-index: 99999999999;
}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(15px);
}

@media (prefers-color-scheme: light) {
}

@media only screen and (max-width: 1500px) {
    #footer > div.image {
        width: 25%;
    }
    #footer > div.Adress {
        width: 25%;
    }
    #footer > div.Footer {
        width: 49%;
    }
}

@media only screen and (min-width: 1000px) {

}

@media only screen and (max-width: 1700px) {
    #FooterWrapper {
        height: auto;
    }
}

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

    :root {
        --ColorP: #000;
        --FontSizeH1: 50px;
        --FontSizeH2: 50px;
        --FontSizeH3: 25px;
        --FontSizeH4: 25px;
        --FontSizeH5: 20px;
        --FontSizeP: 18px;
    }
}

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

    #opener{
        display: none !important;
    }

    #header.up nav {
        margin-top: 0;
    }

    #content .slideText .ext_SlideJS .slidesjs-container,
    #content .slideText .ext_SlideJS .slidesjs-container .slidesjs-control,
    #content .slideText .ext_SlideJS .slidesjs-container .slidesjs-control .slidesjs-slide,
    #content .slideText .ext_SlideJS .slidesjs-container .slidesjs-control .slidesjs-slide img {
        object-fit: cover;
        min-height: 50vh;
    }
    .slideText .text {
        top: 15vh;
    }

    #header,
    #header.down,
    #header.up {
        top: -62px;
    }

    #MenuButton {
        top: 88px;
        right: 25px;
    }

    .ext_SlideJS .info {
        top: 20%;
        max-width: 33%;
    }
    
    #FooterWrapper {
        height: auto;
    }

    #header {
        padding-left: 15px;
        padding-right: 15px;
    }

    #content {
        padding-bottom: 300px;
        overflow-x: hidden;
    }

    nav.second{
        opacity: 0;
        padding-top: 60px;
    }

    #menu{
        padding: 0;
    }

    nav.second.open {
        position: fixed;
        opacity: 1;
        overflow: auto;
        height: 100vh;
        display: block;
        width: 100vw;
    }

    #menu ul.menu li {
        display: block;
    }

    nav.second ul.menu li a {
        max-width: unset;
    }

    ul.menu li:hover ul.menu li:hover ul{
        left: 0 !important;
    }

    ul.menu li ul{
        background-color: transparent;
    }

    #menu nav > div ul.menu li a{
        color: rgb(149, 149, 149);
    }

    nav.second.open .TableCell {
        display: block;
        padding-bottom: 200px;
    }


    #MenuButton .line.middle {
        top:19px;
    }

    #MenuButton .line.bottom {
        top:26px;
        transform: rotate(0deg);
    }



    #MenuButton .line.top {
        top: 12px;
        display: block;
    }


	#header .menu-icon {
        top: 20px;
        right: -3px;
        left: auto;
	/*	display: none;*/
	}
	
	nav.second .TableCell > div:first-child {
		display: block;
		position: relative;
		height: auto;
		overflow: visible;
		width: 100%;
	}
	
	#header .TableCell ul.menu {
		display: block !important;
		position: relative;
		height: auto;
		width: 100%;
		top: auto;
		overflow: visible;
		opacity: 1;
	}

    #header .TableCell li:first-child > ul.menu > li:first-child > ul.menu {
        display: none !important;
    }

    #header .menu-icon.display {
        background-image: url("/extensions/Menu/template/menuHover.svg");
    }

    #header ul.menu li {
        z-index: 2;
        display: block;
    }

    #menu nav > div ul.menu:after {
        transition: backdrop-filter ease-in-out 0.2s;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    #menu nav > div ul.menu.display:after {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255,255,255,0.6);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }

    #menu nav > div ul.menu li {
        background-color: #fff;
    }

    #menu nav > div ul.menu.display {
        background-color: transparent;
    }

    #menu nav > div ul.menu.display > li:first-child {
        margin-top:12px !important;
    }

    #menu nav > div ul.menu li a {
        padding: 8px 8px !important;
    }

    #header ul.menu li ul li a {
        font-size: 90%;
        font-size: 85%;
        font-weight: normal;
    }

    #menu nav > div ul.menu li a {
        padding: 4px 12px;
    }

    #header ul.menu li ul li a {
        font-size: 16px !important;
    }

    #menu nav > div ul.menu li > ul a {
        background-color: transparent;
    }
    
    #header.second #MenuButton {
        top: 88px;
    }
    
    footer ul.menu li {
        padding: 0;
    }
    
    #FooterWrapper {
        height: auto;
    }
    
    #content {
        padding-bottom: 300px;
    }
    
    #footer > div.image {
        width: 100%;
    }
    
    #footer > div.image img {
        max-height: 40px;
        text-align: center;
        margin: 10px auto;
        display: block;
    }
    
    #footer > div.Adress {
        width: 35%;
    }
    #footer > div.Footer {
        width: 64%;
    }

    #menu ul.menu li {
        display: block;
        margin: 0;
        margin-left: 0;
        padding: 0;
    }






}

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

    :root {
        --UpTop: auto;
        --headerHeight: 44px;
        --FontFamily: 'Questrial', sans-serif;

        --FontSizeH1: 30px;
        --FontSizeH2: 30px;
        --FontSizeH3: 20px;
        --FontSizeH4: 20px;
        --FontSizeH5: 15px;
        --FontSizeP: 18px;
        --border: none;
    }

    .width33,
    .width50,
    .width75,
    .width100 {
        width: 100% !important;
    }
    .width25 {
        width: 47% !important;
    }

    .serviceButtons .ImageWrapper {
        min-width: inherit;
    }

    #content .CMStext,
    #content div.text {
        width: 90%;
    }

    #content .ext_KachelSlider div[class*="text"] {
        width: 100%;
    }

    #content section.CMS div.col_4_4 .BildLinks div[class*="image"],
    #content section.CMS div.col_4_4 .BildLinks div[class*="text"],
    #content section.CMS div.col_4_4 .BildRechts div[class*="image"],
    #content section.CMS div.col_4_4 .BildRechts div[class*="text"] {
        width: 90%;
        margin-left:auto;
        margin-right:auto;
    }

    #content section.CMS div.col_4_4 .BildLinks div[class*="image"],
    #content section.CMS div.col_4_4 .BildRechts div[class*="image"] {
        z-index: 2;
    }

    #content section.CMS div.col_4_4 .BildLinks div[class*="text"],
    #content section.CMS div.col_4_4 .BildRechts div[class*="text"] {
        z-index: 3;
    }

    #content section.CMS div.col_4_4 .BildRechts {
        border-left: 2px solid #000;
    }

    #content .Masonry .grid-item .cat {
        text-align: center;
    }

    #content .BildLinks::before,
    #content .BildLinks::after,
    #content .BildRechts::before,
    #content .BildRechts::after,
    #content .BildLinks::before,
    #content .BildLinks::after,
    #content .BildRechts::before,
    #content .BildRechts::after {
        z-index: 10;
        /*left: calc((var(--size) / 3));*/
    }

    #content .BildRechts {
        --size: 40px;
        padding-left: calc(var(--size) / 2);
        margin-left:calc(var(--size) / 2);
    }

    #header .menu-icon {
        top: 60px;
    }

    #header.up #Logo {
        height: auto;
        margin-top: 9px;
    }

    #header.up #Logo img {
        height: auto;
    }

    #header,
    #header.down,
    #header.up {
        top: 0;
    }

    #header.up nav {
        margin-top: 40px;
    }

    #header .menu-icon {
        top: auto;
        bottom: -9px;
    }

    #header #Logo {
        top: 0;
        height: auto;
        width: 65px;
    }

    #header ul.menu.display {
        box-shadow: none;
    }

    #header ul.menu.display li,
    #header ul.menu.display {
        background-color: transparent;
    }

    #header ul.menu.display li a {
        color: #000;
        border-top: none;
        background-color: transparent;
    }



	.img { max-width: 100%; }
	.col_4 {  margin: 0%; }
	.col_1_4, .col_2_4, .col_3_4, .col_4_4 { width: 100%; }
	.backgroundImage { background-size:cover; background-position:center; background-attachment: inherit;}
	.width50 { width:95%; float:none; margin-right:1.8%;}
	.width25 { width:95%; margin-left:1.8%; float:none; text-align: center}
	.width33 { width:95%; margin-left:1.8%; float:none;}
	.width75 { width:95%; margin-left:1.8%; float:none;}

    #content section.CMS div.col_4_4 .CMS.textWrapper,
    #content section.CMS div.col_4_4 .CMS.width25,
    #content section.CMS div.col_4_4 .CMS.width33,
    #content section.CMS div.col_4_4 .CMS.width50,
    #content section.CMS div.col_4_4 .CMS.width75,
    #content section.CMS div.col_4_4 .CMS.width100 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .maxWidth200px, .marginLeft200px { width:100%; float:none; }

    .backToTop.cd-is-visible {
        bottom: 100px;
    }

    .cc-revoke {
        top: 0px;
    }

    #content .width50 {
        width:100%;
        margin-bottom: 15px;
    }
    #content .ImageWrapper img.CMSimage,
    #cotnent .ImageWrapper img {
        width: 100%;
        max-width: 100%;
    }

    #headerExtension,
    #slides .slidesjs-container iframe,
    #slides .slidesjs-container,
    #slides .slidesjs-container div.img,
    #slides .slidesjs-container a,
    #slides .slidesjs-container img {
        height: auto !important;
    }

    #content .SlickSlide.Slider,
    #content .SlickSlide.Slider .Slide {
        max-height: 76vh !important;
    }

    #content .SlickSlide.Slider .Slide {
        overflow: hidden !important;
    }



    #content .SlickSlide.Slider video,
    #content .SlickSlide.Slider .Slide video {
        max-width: calc((75vh / 9) * 16);
        width: calc((75vh / 9) * 16);
        height: 75vh;
        position: relative;
        transform: translate(calc(((75vh / 9) * 16) / 2 / -1), 0%);
    }

    #content .SlickSlide.Slider .Slide .slick-current,
    #content .SlickSlide.Slider .Slide .slick-active {
        z-index: 10;
    }

    #header #infos {
        top: 9px;
        right: auto;
        left: 0px;
    }

    #MenuButton {
        top: 85px;
        right: -3px;
    }

    #header.second #MenuButton {
        right: -3px;
        top: 102px;
    }

    #header.down #MenuButton {
        top: 90px;
    }


    #header #Logo img {
        height: auto;
        width: 100%;
    }

    #menuWrapper ul.menu {
        display: none;
    }

    .ext_SlideJS .info {
        top: 10%;
        max-width: 80%;
    }

    #Logo {
        top: 50px;
        position: relative;
        width: 80px;
    }

    #menuWrapper ul.menu {
        display: none;
    }

    /* nth-child(2) > ul */
    #menu nav > div ul.menu > li:nth-child(1)  > ul > li:nth-child(2) > ul {
        display: none !important;
    }

    #content {
        padding-bottom: 450px;
        padding-bottom: 175px;
    }

    #FooterWrapper {
        height: 225px;
    }

    #footer > div {
        display: block;
        text-align: center;
        width: 75%;
        margin: 10px auto;
    }

    #footer > div.image {
        width: 75%;
    }

    #footer > div.Adress {
        width: 75%;
    }
    #footer > div.Footer {
        width: 75%;
    }

    #footer ul.menu li a {
        padding: 0px 11px 0px 0px !important;
        border-right: 1px solid #fff;
        margin: 10px 5px 0px 5px;
    }

    .grid-item {
        display: block;
    }

    .grid-item:nth-child(odd) {
        background-color: #fff;
    }

    .ext_Referenzen_Mansonry .grid-item > h2 {
        padding: 25px !important;
        padding-top: 40px !important;
        max-width: 100%;
        text-align: center;
    }

    /*#content .ext_Referenzen_Mansonry .grid-item .desc,*/
    /*.grid-item .desc,*/
    /*.grid-item:nth-child(2n+1) .desc {*/
    /*    left: 0% !important;*/
    /*    right: 0% !important;*/
    /*}*/

    #content .ext_Referenzen_Mansonry .grid-item > a,
    #content .ext_Referenzen_Mansonry .grid-item > h2,
    #content .ext_Referenzen_Mansonry .grid-item:hover h2 {
        max-width: 100%;
    }

    #taps {
        position: fixed;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 5;
        left: 0;
        text-align: center;
        display: flex;
    }
    #taps > div,
    #taps > a {
        flex-direction: column;
        margin: 0;
        margin-right: 2px;
        margin-left: 2px;
        padding: 5px;
        width: 15.7%;
        color: transparent;
        text-align: center;
        height: 50px;
    }

    #taps > div a {
        color: transparent;
    }

    #taps > div > a > img,
    #taps > a > img {
        width: 30px;
        height: 30px;
        display: inline-table;
        margin: 4px auto;
    }

    #taps > div:hover,
    #taps > a:hover {
        right: inherit;
    }

    .JobListForm .col_1_12,
    .JobListForm .col_2_12,
    .JobListForm .col_3_12,
    .JobListForm .col_4_12,
    .JobListForm .col_5_12,
    .JobListForm .col_6_12,
    .JobListForm .col_7_12,
    .JobListForm .col_8_12,
    .JobListForm .col_9_12,
    .JobListForm .col_10_12,
    .JobListForm .col_11_12 {
        min-height: 44px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .JobListForm .margin_left {
        margin-left: 0px !important;
    }

    .JobListForm .col_1_12 input,
    .JobListForm .col_2_12 input,
    .JobListForm .col_3_12 input,
    .JobListForm .col_4_12 input,
    .JobListForm .col_5_12 input,
    .JobListForm .col_6_12 input,
    .JobListForm .col_7_12 input,
    .JobListForm .col_8_12 input,
    .JobListForm .col_9_12 input,
    .JobListForm .col_10_12 input,
    .JobListForm .col_11_12 input,
    .JobListForm .col_12_12 input {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cc-revoke.cc-top {
        padding: 4px 10px;
    }
    .cc-revoke, .cc-window {
        display: block;
        padding: 20px 40px;
    }

    .cc-window.cc-floating {
        padding: 20px 40px;
        max-width: inherit;
    }

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em);
        padding: 10px;
    }

    .cc-compliance {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: initial;
        align-content: space-between;
        flex-direction: column;
    }

    .SliderTopMinus .ext_SlickSliderV2{
        margin-top: -150px;
    }
}


