/* html {
    scrollbar-gutter: stable;
  } */
:root {
    --backGColor01: rgb(244, 243, 241);
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    display: inline;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    position: relative;
    /* -webkit-font-smoothing:antialiased !important;
text-shadow:1px 1px 1px rgba(0,0,0,0.005); */
}

/* Verhindere horizontales Scrollen auf der Seite */
html {
    overflow-x: hidden;
    /*     touch-action: pan-y !important; */
}

.site {
    overflow-x: hidden;
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
}


/* TOP MENU */
.containerSnap {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}

.child {
    scroll-snap-align: start;
    min-height: 100vh;
}

/* allgemein */

.content01 {
    margin: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    overflow-x: hidden;
    /*     padding: 0px 20px; */
}

.content02 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
    max-width: 1200px;
    /* overflow-x: hidden; */
    padding: 0px 20px;
    justify-content: center;
    align-items: first baseline;
}

.content03 {
    margin: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
    padding: 0px 100px;
}

.content04 {
    margin: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*     overflow-x: hidden; */
    padding: 0px 100px;
}

@media screen and (max-width: 1450px) {
    .content04 {
        flex-direction: column;
        align-items: center;
    }
}

section {
    overflow-x: hidden;
}

.flexRatio {
    flex: 1 1;
}

.Back01 {
    background-color: rgba(225, 223, 221, 0.15);
    background-color: var(--backGColor01);
    width: 100%;
    padding: 40px 0 40px 0;
}

.Back02 {
    background-color: var(--backGColor01);
    background-image: url(/Bilder/Seerosen3b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 40px 0 40px 0;
}

.Back03 {
    background-color: var(--backGColor01);
    background-image: url(/Bilder/Azure-sea-on-rocky-island-in-philippines-1419420.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 40px 0 40px 0;
}

.backG01 {
    background-color: rgb(225, 223, 221);
    width: 100%;
}

.ArrowDown {
    width: 50px;
    height: 50px;
    background-image: url(/Bilder/ArrowDown.png);
    background-size: contain;
    margin: auto;
    filter: invert(1);
    z-index: 15;
}

.ArrowDownBlk {
    width: 50px;
    height: 50px;
    background-image: url(/Bilder/ArrowDown.png);
    background-size: contain;
    margin: auto;
    z-index: 15;
}

.centerPos {
    margin: auto;
}

.spacer120 {
    padding-top: 120px;
}

.col {
    display: flex;
    flex-direction: column;
}

.col2 {
    columns: 2;
}

.LRdistance {
    margin: auto;
    margin-left: 40px;
    margin-right: 40px;
}

.Button_1 {
    padding: 8px 30px;
    background-color: #cf0909;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 1.5em;
    font-weight: 300;
    border: none;
    box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.Button_1 a {
    text-decoration: none;
    color: white;
}

.centerFlexbox {
    width: 100%;
    display: flex;
    flex: row;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexRow2 {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    /* border: 1px solid red; */
}

.alignCenter {
    align-items: center !important;
}

.maxContentW {
    max-width: 1200px;
    margin: 0 auto;
}



























/* Texte */

p {
    font-size: 35px;
    font-size: 1.15rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    margin-top: 0;
}

b {
    font-weight: 500;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

.TextHeadline {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    /* max-width: 650px; */
    line-height: 1.6;
}

.TextHeadline2 {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    /* max-width: 650px; */
    line-height: 1;
}

.HLinfo {
    padding: 0 20px 0 20px;
    font-size: 35px;
    font-size: clamp(16px, 9vw, 60px);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    max-width: 650px;
    line-height: 1.2;
    text-align: center;
    /*     text-align: left; */
}

.HLinfo02 {
    padding: 0 20px 0 20px;
    font-size: 25px;
    font-size: clamp(10px, 7vw, 40px);
    font-weight: 800;
    font-weight: 900;
    max-width: 650px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
}

.HLinfo03 {
    font-size: 25px;
    font-size: clamp(16px, 6vw, 20px);
    font-weight: 800;
    font-weight: 400;
    max-width: 650px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
}

.HLinfo04 {
    padding: 0 20px 0 20px;
    font-size: 35px;
    font-size: clamp(16px, 5vw, 40px);
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    /*     max-width: 650px; */
    line-height: 1.2;
    text-align: center;
}

.arrowBeforeBC img {
    white-space: nowrap;
    height: clamp(16px, 4vw, 30px);
}

.bigFont {
    font-size: 66px;
    font-weight: 800;
    font-size: clamp(20px, 10vw, 66px);
    line-height: 1;
}

.bigFont2 {
    font-size: 46px;
    line-height: 1;
    display: flex;
    justify-content: center;
}

.bigFont3 {
    font-size: 66px;
    font-weight: 800;
    font-size: clamp(10px, 12vw, 110px);
    line-height: 1;
}

.bigFont4 {
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(10px, 12vw, 94px);
    line-height: .7;
}

.bigFont5 {
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(10px, 12vw, 74px);
    line-height: .7;
}

.bigFont4b {
    font-size: 66px;
    font-weight: 800;
    font-size: clamp(10px, 8vw, 56px);
    font-size: 100%;
    line-height: 1.3;

}



/*         @media screen and (max-width: 700px) {
                                            .ToggleHeadline {
                                                height: 60px;
                                            }
                                        } */
/* .ToggleHeadline::before {
    position: absolute;
    transform: translate(-600px, -210px);
    content: url(/Bilder/Icon_dreieck.png);
    scale: .08;
    width: 50px;
    height: 50px;
} */

.ToggleHeadline {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    /* max-width: 650px; */
    line-height: 1.6;
    transition: font-size 0.3s ease, opacity 0.3s ease;
}

.ToggleHeadline.small {
    font-size: 1.2rem;
    /* opacity: 0.7; */
    transition: font-size 0.3s ease, opacity 0.3s ease;
}

.ToggleText {
    hyphens: auto;
    text-align: justify;
    height: 0;
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

.infotext {
    /* width: 100%; */
    /* text-align: left; */
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}








.infotext2 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.infotext3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.infotextCase {
    width: 100%;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 300;
    line-height: 1.2;
    font-style: normal;
    color: rgb(212, 212, 212);
    /* color: #242424; */
    /* color: #b7b7b7; */
}

.infotextCase cite {
    color: #999999;
    font-size: 18px;
    display: block;
    margin-top: 12px;
}

.infotextCase cite:before {
    content: "\2014 \2009";
}

.caseStudyText {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: .5rem;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    /*                 justify-content: center;
                                            align-items: center; */
    /* color: #242424; */
    /* color: white; */
}

.Kommentar01 {
    text-align: left;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    color: #b7b7b7;
    color: #242424;
}

.infotextHL {
    font-size: 20px;
    font-weight: 500;
}

.infotextHL2 {
    font-size: 30px;
    font-weight: 500;
}

.technHL {
    font-size: 20px;
    font-weight: 500;
}

sup,
sub {
    position: relative;
    vertical-align: baseline;
    font-size: .5em;
    top: -0.4em;
}

.sup37 {
    position: relative;
    vertical-align: baseline;
    font-size: .4em;
    top: -.8em;
    left: -.3em;
}

.sup37small {
    position: relative;
    vertical-align: baseline;
    font-size: .6em;
    top: -.8em;
    left: 0em;
    font-weight: 400;
}




















#openCookieConsent {
    position: fixed;
    z-index: 111111;
    background-color: #cf0909;
    color: rgb(255, 255, 255);
    top: 60px;
    border: none;
    padding: 8px;
    padding-left: 50px;
    left: -45px;
    transform: translate();
    border-radius: 20px;
}

#openCookieConsent img {
    filter: invert(1);
}



/* Newsletter */
/* .Newsletterbox {
    position: absolute;
    right: 190px;
    top: 1vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    z-index: 11;
}

.Newsletteranmeldung {
    background-color: rgba(255, 255, 255, 0.898);
    border-radius: 20px;
    line-height: 1.5rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    border: none;
    margin-top: 80px;
    width: 400px;
    box-shadow: 2px 8px 18px 8px rgba(0, 0, 0, 0.2);
    color: rgb(0, 0, 0);
}

@media screen and (max-width:1300px) {
    .Newsletterbox {
        right: 83px;

    }
}

@media screen and (max-width:800px) {
    .Newsletterbox {
        right: 50%;
        transform: translateX(50%);
    }
}

.g-recaptcha {
    position: ab;
    margin: auto;
    padding-top: 20px;
    transform: translate(12%, 0px);
}

.Newsletteranmeldung h2 {
    line-height: 2rem;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    margin-left: 45px;
}

.Newsletteranmeldung label {
    line-height: 1.5rem;
    font-size: 16px;
    font-weight: 300;
}

.Newsletteranmeldung #email {
    line-height: 1.5rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(146, 146, 146, 0.23);
    font-size: 16px;
    font-weight: 300;
}

.Newsletteranmeldung button {
    padding: 8px 30px;
    background-color: #ee4141;
    background-color: #cf0909;
    color: white;
    margin: auto;
    margin: 20px;
    text-align: center;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    font-weight: 300;
    border: none;
    box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.Newsletteranmeldung button[type=submit] {
    color: white;
}




 */











.Newsletterbox {

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 11;
}

.Newsletteranmeldung {
    line-height: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: row;
    max-width: 750px;
    flex-wrap: wrap;
    justify-content: start;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 604px) {
    #newsletterFormElement {
        margin-top: 20px;
    }
}

.NewsButton {
    margin-top: 20px;
    padding: 8px 30px;
    background-color: #ee4141;
    background-color: #cf0909;
    color: white;
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    font-weight: 300;
    border: none;
    box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.Newsletteranmeldung button[type=submit] {
    color: white;
}

.g-recaptcha {
    position: absolute;
    margin: auto;
    padding-top: 20px;
    transform: translate(12%, 0px);
}

.Newsletteranmeldung h2 {
    line-height: 2rem;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    margin-left: 45px;
}

.Newsletteranmeldung label {
    padding: 0px;
    line-height: 1.5rem;
    font-size: 16px;
    font-weight: 300;
}

.Newsletteranmeldung input {
    padding: 0;
    line-height: 1.5rem;
    font-size: 16px;
    height: 10px;
    font-weight: 300;
    margin-right: 10px;
}

.Newsletteranmeldung #email {
    line-height: 1.5rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(146, 146, 146, 0.23);
    font-size: 16px;
    font-weight: 300;
    max-width: 800px;
}



























/* Images */
.headerGfx {
    overflow: hidden;
}

.HeaderImg1 {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100svh;
    /* border: 1px solid red; */
}

.img1 {
    position: absolute;
    background-image: url(../Bilder/Kueste_Ocean_V02gen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    width: 100%;
    /* height: calc(100% - 150px); */
    height: 100svh;
}

.imgHl {
    font-size: clamp(20px, 15vw, 100px);
    font-weight: 800;
    color: white;
    margin: auto;
    margin: 0px 40px;
    text-transform: center;
    transform: translate(0px 250px);
    text-align: center;
}

.contentImg01 {
    margin-top: 0px;
    background-image: url(/Bilder/RemoteArbeiten_V03.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 500px;
    width: 100%;
}

.NeulandImg01 {
    margin-top: 0px;
    background-image: url(/Bilder/Bilder_Ab02_Bild1.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 400px;
    width: 100%;
}

.KronlandImg01 {
    margin-top: 0px;
    background-image: url(/Bilder/KronlandSel.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 400px;
    width: 100%;
}

.NeulandAI {
    width: 300px;
    height: 200px;
    background-image: url(/Bilder/NeulandAI.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.KronlandAI {
    width: 300px;
    height: 200px;
    background-image: url(/Bilder/KronlandAI.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.AufsichtbootFrame {
    margin: auto;
    display: flex;
    justify-content: center;
}

.aufsichtBoot {
    width: 80%;
    max-width: 1200px;

}

/*         @media screen and (max-width:700px) {
            .aufsichtBoot{
                margin: auto;
                height: 100%;
                width: auto;
                margin: 40px;
                rotate: 90deg;
            } 
        }*/
.NeulandImgAufsicht {
    z-index: -3;
    /* width: 800px; */
    width: clamp(400px, 100vw, 1300px);
    /* height: 700px; */
    height: clamp(500px, 100vw, 900px);
    position: relative;
    background-image: url(/Bilder/NeulandAufsicht.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -130px;
}

.KronlandImgAufsicht {
    z-index: -3;
    /* width: 800px; */
    width: clamp(400px, 100vw, 1300px);
    /* height: 700px; */
    height: clamp(500px, 100vw, 900px);
    position: relative;
    background-image: url(/Bilder/KronlandAufsicht.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -130px;
}

.nachhaltigIMG {
    margin-top: -50px;
    background-image: url(/Bilder/Top_Nachhaltig_Solar02.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 500px;
    width: 100%;
}

.Stroemungsbild {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
}

.Stroemungsbild img {
    width: calc(100% - 80px);
    height: 100%;
    margin: 50px auto;
}

.Profil35 {
    position: relative;
    background-color: rgba(128, 128, 128, 0);
    width: 100vw;
    padding-top: 100px;

    /* border: 1px solid red; */
    /* overflow: hidden; */
    margin-bottom: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Profil35b {
    position: relative;
    background-color: rgba(128, 128, 128, 0);
    width: 100vw;
    padding-top: 100px;
    margin-bottom: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: last baseline;
}
















/* UeberUns Styling */
.UeberUnsHead {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.ueberUnsBildFrame,
.ueberUnsBildFrame2 {
    /* border: 1px solid red; */
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ueberUnsBildFrame2 {
    margin: auto;
    margin-top: 40px;
    max-width: 1200px;
    object-position: center;
}

.ueberUnsBildFrame2 img {
    max-width: 1200px;
    object-position: center;
}

.ueberUnsBildhead img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    /* border: 1px solid red; */
}

.mixbox {
    margin: auto;
    width: 100%;
}

.mixbox hr {
    border: none;
    height: 1px;
    margin: 30px 0px 30px 0px;
    background-color: rgb(223, 223, 223);
}




.portraitbox {
    flex: 1;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    /*     padding: 0px 80px; */
    /* border: 1px solid red; */
}

.BaderQuote {
    flex: 2 1 450px;
    margin: 0px 0px;
    /*     max-width: 650px; */
    /*     border: 1px solid red; */
}

.BaderQuote::before {
    display: block;
    position: absolute;
    padding-left: 10px;
    margin-right: auto;
    transform: translate(-15px, -50px);
    content: "\201C";
    font-size: 150px;
    font-family: c;
    margin-top: -30px;
    color: #2b6169;
}

.Portraitleft {
    /* flex: 50%; */
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0px;
    max-width: 950px;
}

.Portraitfoto {
    height: 100;
    flex: 0%;
    background-color: red;
    background-image: url(/Bilder/DSC_0807_Web400.jpg);
    background-size: cover;
    background-position: center;
}

.portraittext {
    word-break: break-word;
    /* border: 1px solid red; */
    margin-bottom: 0 !important;
    flex: 60%;
}

@media screen and (max-width: 600px) {
    .Portraitleft {
        flex-direction: column;
        /* gap: 10px; */
    }

    .Portraitfoto {
        width: 100%;
        min-height: 400px;
        flex: 50%;
    }

    .portraittext {
        word-break: break-word;
        padding: 0;
        margin: 0;
        margin-bottom: 0 !important;
        flex: 50%;
        height: 50%;
    }

    /*             .Portraitfoto {
                height: 100%;
                width: 100%;
            } */
}


















/* Ueber uns */
.ueberUnsBilder {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ueberUnsText {
    width: 100%;
    flex: 1;
}

.ueberUnsBildBox {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.ueberUnsBild_01 {
    background-image: url(/Bilder/UeberUns_01.jpg);
}

.ueberUnsBild_02 {
    background-image: url(/Bilder/UeberUns_02.jpg);
}

.ueberUnsBild_03 {
    background-image: url(/Bilder/UeberUns_03.jpg);
}

@media screen and (max-width: 650px) {
    .ueberUnsBilder {
        width: 100%;
        margin: auto;
        display: block;
        flex-direction: column;
    }

    .ueberUnsBildBox {
        height: 300px;
        background-size: cover;
        background-position: center;
    }

    .ueberUnsBild_03 {
        background-position: bottom;
    }
}
















.ThirtyFiveYb {
    display: block;
    margin: auto;
    width: 270px;
    transform: translateY(-5px);
    margin-bottom: 0px;
}

.ThirtyFiveYb img {
    width: 100%;
    object-fit: fill;
}



.portraitRechts {
    width: 100%;
    background-image: url(Bilder/UeberUns_02.jpg);
    background-size: cover;
    background-position: center;
}



.Bader35Slogan {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 40px;
}

.Bader35Slogan img {
    width: calc(100% - 40px);
    height: auto;
    transform: translateX(20px);
}


/*         @media screen and (max-width: 820px) {
            .ueberUnsBildFrame {
                margin-top: -80px;
                width: 100%;
                padding: 0px 0px !important;
                display: flex;
                flex-direction: column;
            }

            .ueberUnsBildFrame2 {
                margin-top: 50px;
                padding: 0px 0px !important;
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            .portraitbox {}

            .Portraitleft {
                flex-wrap: wrap;
            }

            .Portraitfoto {
                width: 200px;
            }

            .portraittext {
                width: 260px;
                margin-left: 10px;
                word-break: break-word;
            }

            .ThirtyFiveYb {
                width: 500px;
            }
        } */
/* 
        @media screen and (max-width: 550px) {
            .portraitbox {}

            .Portraitleft {
                flex-wrap: wrap;
            }

            .Portraitfoto {
                width: 100%;
            }

            .portraittext {
                width: 100%;
                margin-left: 0px;
                word-break: break-word;
            }

            .ThirtyFiveYb {
                width: 500px;
            }
        } */





























/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
    margin: auto;
    display: block;
    align-self: bottom;
    justify-items: center;
    /* width: 80%; */
    max-height: 70vh;
    padding-top: 1%;
}

.close {
    position: absolute;
    top: 40px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}




/* image slider */

.sliderWrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.slider {
    display: flex;
    height: 100vh;
    overflow-x: hidden;
    object-position: center;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: inset 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    position: relative;
}

@media screen and (max-width: 700px) {
    .slider {
        height: 500px;
    }

    .YachtQuickSelect a {
        background-color: black;
        top: 500px !important;
    }
}

.slider img {
    width: 100%;
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}


.sliderNav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sliderNav a {
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    opacity: 0.75;
    transition: opacity ease 0.25s;
}

.sliderNav a:hover {
    opacity: 1;
}

.sliderNav2 {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sliderNav2 a {
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    opacity: 0.75;
    transition: opacity ease 0.25s;
}

.sliderNav2 a:hover {
    opacity: 1;
}

.sliderButton {
    position: absolute;
    top: 55%;
    font-size: 1rem;
    font-weight: 400;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 20%;
    border: none;
    /* opacity: ; */
    padding: .5rem;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.sliderButton img {
    width: 40px;
    filter: invert(.8);
}

.sliderButton.left {
    left: 0.5rem;
}

.sliderButton.right {
    right: 0.5rem;
}
































/* Main Slider */

.MainShowSlider-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.MainShowSlider {
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.MainShowSlides {
    display: flex;
    transition: transform 1s ease;
    transform: translateX(0);
}

.MainShowSlide {
    flex-shrink: 0;
    width: 100vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #898989;
    box-sizing: border-box;
    margin: 0;
}

.MainShowSlide p {
    position: relative;
    top: 180px;
    font-size: 1.8rem;
    font-size: clamp(16px, 5vw, 1.7rem);
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}


#MSS1 {
    background-image: url(/Bilder/StPeterording_02_V02wide.jpg);
    background-size: cover;
    background-position: center;
}

#MSS2 {
    background-image: url(/Bilder/RemoteArbeiten_V04_2024_08_31b.jpg);
    background-size: cover;
    background-position: center;
}

#MSS3 {
    background-image: url(/Bilder/Leiter_Nebel2024_08_31.jpg);
    background-size: cover;
    background-position: center;
}

#MSS4 {
    background-image: url(/Bilder/Schlafen_2024_08_25.jpg);
    background-size: cover;
    background-position: center;
}

#MSS5 {
    background-image: url(/Bilder/Postelwitz_V02B.jpg);
    background-size: cover;
    background-position: center;
}

#MSS6 {
    background-image: url(/Bilder/Nachhaltig_2024_08_29Wide2.jpg);
    background-size: cover;
    background-position: center;
}

.nav {
    /*     margin: auto; */
    position: absolute;
    /*     box-sizing: border-box; */
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    margin: 20px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    border-radius: 50%;
}

.nav.left {
    left: 10px;
}

.nav.right {
    right: 10px;
}

.pause {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    border-radius: 5px;
}

.dots {
    position: absolute;
    top: 530px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 11;
}

.dot {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
}

.dot.active {
    background-color: rgb(103, 200, 215);
}

@media screen and (max-width:750px) {
    .MainShowSlider-container {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .MainShowSlider {
        width: 100vw;
        overflow: hidden;
        position: relative;
    }

    .MainShowSlides {
        display: flex;
        transition: transform 1s ease;
        transform: translateX(0);
    }

    .MainShowSlide {
        flex-shrink: 0;
        width: 100vw;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        background-color: #898989;
        box-sizing: border-box;
        text-align: center;
        margin: 0;
    }

    .MainShowSlide p {
        position: relative;
        top: 110px;
        font-size: 1.8rem;
        font-size: clamp(16px, 5vw, 1.7rem);
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }

    .dots {
        position: absolute;
        top: 386px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 11;
    }
}































/* CSS swipe slider */
.SwipeSlider-container {
    width: max-content;
    overflow-x: hidden;
    scroll-direction: horizontal;
    /* background-color: rgb(240, 240, 240); */
    box-sizing: border-box;
}


.SwipeSlider {
    display: flex;
    width: 100% !important;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    justify-content: center;
    align-items: start;
    /* border: 3px solid rgb(123, 255, 0); */
    box-sizing: border-box;
}

.SwipeSlide {
    flex-shrink: 0;
    width: 100vw !important;
    height: min-content;
    box-sizing: border-box;
}

.SwipeSlideContainer {
    margin: auto;
    width: calc(100% - 80px);
    max-width: 1150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 20px;
    box-sizing: border-box;
}

.SwipeSlideIMGContainer {
    /*     margin: 0 40px; */
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    /*     border: 1px solid red; */
    flex: 1 1 380px;
    align-items: center;
    max-height: 300px;
    overflow: hidden;
}

.SwipeSlide_Img {
    /* ist das Bild */
    /*     max-height: 300px; */
    width: 100%;
    /* max-width: calc(100% - 80px); */
    height: 100%;
    /* object-fit: cover; */
}


.SwipeSliderText {
    flex: 1 1 380px;
    padding: 10px auto;
    transform: translateY(-10px);
}

.SwipeSliderText h1 {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    max-width: 650px;
    line-height: 1.6;
}

.SwipeButtonsContainer {
    margin: auto;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.SwipeButtons {
    margin: auto;
    max-width: 800px;
    width: 85%;
    z-index: 111;
}

.menu-vertical {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.menu-vertical button {
    flex: 0 0 40px;
}

/*.menu-horizontal {
    margin-top: 10px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
} */


.Swipe-Menu-btn {
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    color: rgb(20, 20, 20);
    font-size: 1.2rem;
    font-weight: 250;
    font-family: "Poppins", sans-serif;
    max-width: 650px;
    line-height: 1.6;
    padding: 3px;
    transition: color 0.3s ease;
}

.Swipe-Menu-btn::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #898989;
    transition: width 0.3s ease-in-out;
}

.Swipe-Menu-btn.active::after {
    width: 100%;
}

.Swipe-Menu-btn.active {
    color: #000000;
}

.controls {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.controls button {
    background-color: transparent;
    color: grey;
    border: none;
    text-decoration: underline;
}




















/* caseStudy Slider */
.GoToReference {
    background-color: #242424;
    background-color: #383838db;
    background-color: #090909dc;
    background-color: #2c2c2cbe;
    /* background-color: rgba(244, 244, 244, 0.872); */
    font-size: 18px;
    padding: 5px 0px;
    color: white;
    text-align: center;
    align-items: center;
}

.caseStudyFrame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.caseStudyWindow {
    /* transform: translate(0px, -285px); */
    /*             position: absolute; */
    width: 100%;
    box-shadow: 1px 4px px 10px rgba(0, 0, 0, 0.619);
    display: flex;
    overflow: hidden;
    /* border: 1px solid red; */
}

.caseStudy_slider {
    width: 100vw;
    height: 150px;
    /* Adjust the height to fit your content */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgb(244, 244, 244);
    background-color: #4a5057;
    background-color: #222324;
    /* background: rgb(98,98,98);
            background: linear-gradient(180deg, rgb(55, 55, 55) 0%, rgba(34,35,36,1) 100%); */
    position: relative;
    margin: auto;
    box-sizing: border-box;
}

.caseStudy_slides {
    margin: auto;
    display: flex;
    max-width: 1200px;
    margin-left: 0px;
    margin-right: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 1s ease;
    transform: translateY(0);
}

.caseStudyThumb img {
    width: 150px;
    height: 150px;
    background-color: #242424;
    margin: 20px;
}

.caseStudy_slide {
    flex-shrink: 1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    text-align: center;
    height: 150px;
    /* Same as the caseStudy_caseStudy_slider height */
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 24px; */
    background-color: #ffffff00;

}




/* Toggle Text Slide */
.ToggleflexRow {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    gap: 10px;
}

@media screen and (max-width: 600px) {
    .ToggleflexRow {
        flex-direction: column;
    }
}

.ToggleFrame {
    margin: auto;
    max-width: 700px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0px;
    /* Abstände zwischen den Containern */
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02); */
}

.ToggleFrame hr {
    border: none;
    height: 1px;
    background-color: rgb(226, 226, 226);
}

.ToggleFrame>.TextHeadline {

    margin-bottom: 20px;
    /* Abstände zwischen den Containern */
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02); */
}

/* .ToggleHeadline {
    min-height: 30px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    border-bottom: 1px solid rgb(197, 197, 197);
    cursor: pointer;
} */

/*         @media screen and (max-width: 700px) {
            .ToggleHeadline {
                height: 60px;
            }
        } */
/* .ToggleHeadline::before {
    position: absolute;
    transform: translate(-600px, -210px);
    content: url(/Bilder/Icon_dreieck.png);
    scale: .08;
    width: 50px;
    height: 50px;
} */

.ToggleText {
    hyphens: auto;
    text-align: justify;
    height: 0;
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

.ToggleText.open {
    height: auto;
    padding-bottom: 20px;
}

#toggleAllBtn {
    display: block;
    border: none;
    border-radius: 50px;
    margin: 20px auto;
    margin-bottom: 60px;
    padding: 8px 0px;
    min-width: 150px;
    background-color: red;
    color: white;
    font-size: 1.3em;
    font-weight: 300;
    cursor: pointer;
}

#toggleAllBtn a {
    text-decoration: none;
    padding: 8px 0px;
    background-color: #cf0909;
    min-width: 150px;
    color: white;
    border-radius: 50px;
    font-size: 1.3em;
    font-weight: 300;
}














/* Scroll Snap Horizontal Container */
.horScrollWrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    margin: 10px;
    background-color: var(--backGColor01);
    box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.119);
    color: rgb(172, 172, 172);
    border: none;
    padding: 40px 5px;
    cursor: pointer;
    z-index: 100000;
    font-size: 40px;
}


.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.scroll-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.horScrollcontent {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.ErfahrungenFlex {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    /* Aktiviert das Scroll Snapping  */
    scroll-padding-left: calc((100% - 750px) / 2);
    /* das muss auf die breite passen! */
    /* Fügt Padding zum Startpunkt hinzu  */
}

.ErfahrungenFlex::-webkit-scrollbar {
    display: none;
}

/* Die Dauer und Art der Transition  */
/* .ErfahrungsBox {
    scroll-snap-align: start;
    display: flex;
    flex-direction: row;
    scroll-snap-type: x mandatory;
    min-width: 750px;
    width: 750px;
    padding: 0 30px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    justify-content: center;
    transition: opacity 0.8s ease; 
} */
.ErfahrungsBox {
    scroll-snap-align: start;
    display: flex;
    flex-direction: row;
    min-width: 750px;
    width: 750px;
    padding: 0 0px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    justify-content: center;
    transition: opacity 0.8s ease;
    /*     border: 1px solid red; */
}

.ErfahrungsBoxHead {
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.ErfahrungsBoxHead p {
    display: block;
    margin-left: 0px;
    width: 100%;
}

.ErfahrungSpacer {
    flex: 1;
    border-radius: 10px;
    box-sizing: border-box;
    min-width: calc((100% - 750px) / 2);
}


/* .RefImage {
    flex: 1;
    display: flex;
    width: 100%;
    height: 180px;
    position: relative; 
    cursor: pointer;
}

.RefImage img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
} */
.RefImage {
    flex: 1;
    display: flex;
    width: 100%;
    background-color: red;
    height: 180px;
    height: max-content;
    position: relative;
    cursor: pointer;
}

.RefImage img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ErfahrungOuter {
    flex: 1;
    margin-top: 0px;
    margin-left: 20px;
}






/* Allgemeine Stile */


/* Responsive Anpassung */
@media screen and (max-width: 800px) {
    .ErfahrungsBox {
        flex-direction: column;
        /* Stapelt Inhalt vertikal */
        min-width: 100%;
        /* Nimmt die gesamte Breite ein */
        width: auto;
        /* Flexibel, passt sich dem Bildschirm an */
        /*         padding: 20px; */
        /* Padding von 20px auf allen Seiten */
        padding-right: 40px;
    }

    .ErfahrungsBoxHead {
        margin: 0;
        /* Entfernt das zusätzliche Margin */
        width: 100%;
        padding: 40px;
    }

    .RefImage {
        height: auto;
        /* Höhe passt sich dem Inhalt an */
        max-width: 100%;
    }

    .ErfahrungOuter {
        margin-left: 0;
        margin-top: 20px;
        /* Abstand nach oben für die vertikale Anordnung */
    }

    .horScrollcontent {
        scroll-padding-left: 0;
        /* Entfernt das zusätzliche Padding */
    }

    /*     .ErfahrungenFlex {
        scroll-snap-type: none; Optional: Entferne das Scroll Snap für eine flüssigere mobile Ansicht
    } */
}
















/* Yacht Seiten */
.IndexYachtSel {
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.IndexYachtSel a {
    text-decoration: none;
    color: white;
    font-size: clamp(10px, 7vw, 35px);
    font-weight: 300;
}

.AuswahlYachten {
    text-align: center;
    /*     border: 1px solid red; */
    margin: auto;
    /*     width: 100%; */
    /*     box-sizing: border-box; */
    /*     display: flex; */
    flex-wrap: wrap;
    /*     justify-content: center; */
    /*     overflow-x: hidden; */
    padding: 0px 100px;
    margin-top: 180px;
}








.booteAuswahlFrame {
    margin: auto;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;

}

.booteAuswahlbox {
    margin: auto;
    flex: 1;
    background-color: var(--backGColor01);
    border-radius: 10px;
    display: flex;
    height: min-content;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 00px 00px;
    min-height: 450px;
}

.booteAuswahlbox img {
    margin-top: 30px;
    margin-bottom: 30px;
    flex: 1;
    opacity: .8;

    /*     border: 1px solid red; */
}

.booteAuswahlbox p {
    text-align: left;
    padding: 0 40px;
    flex: 1;
    position: relative;

    /*     border: 1px solid red; */
}

.booteAuswahlLink {
    flex: 1;
    /* border: 1px solid red;  */
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    min-height: 0px;
    margin-bottom: 30px;
}

.booteAuswahlFrame a {
    text-decoration: none;
    padding: 8px 0px;
    background-color: #cf0909;
    min-width: 150px;
    color: white;
    border-radius: 50px;
    font-size: 1.3em;
    font-weight: 300;
}




.YachtQuickSelect {
    transform: translateY(8px);
    float: right;
}

.YachtQuickSelect a {
    padding: 8px 50px;
    background-color: #cf0909;
    /*     margin: auto; */
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-weight: 300;
    border: none;
    box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    /*     position: absolute; */
    /*     top: 100vh; */
    /*     right: 0px; */
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 13;


}








.KronlandGalleryContainer {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 40px;
    /* Padding von 40px links und rechts */
    box-sizing: border-box;
    /* Padding wird in die Breite mit einbezogen */
}

.KronlandGallery {
    margin: auto;
    max-width: 1150px;
/*     background-color: grey; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
/*     background-color: var(--backGColor01); */
}

.KronlandGalleryItem {
    flex: 1 0 calc(25% - 10px);
    /* 4 Elemente pro Reihe mit Platz für Lücken */
    min-width: calc(25% - 10px);
    /* Mindestbreite, um den Flex-Bereich zu respektieren */
    max-width: calc(25% - 10px);
    min-height: 200px;
    border-radius: 10px;
    background-color: rgba(255, 0, 0, 0.196);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    /* Inklusive padding und border in Breite/Höhe */
}

@media (max-width: 900px) {
    .KronlandGalleryItem {
        flex: 1 0 calc(33.33% - 10px);
        /* 3 Elemente pro Reihe */
        min-width: calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 600px) {
    .KronlandGalleryItem {
        flex: 1 0 calc(50% - 10px);
        /* 2 Elemente pro Reihe */
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 400px) {
    .KronlandGalleryItem {
        flex: 1 0 100%;
        /* 1 Element pro Reihe */
        min-width: 100%;
        max-width: 100%;
    }
}

.KronlandGalleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* Lightbox Styles */
.KGLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.KGLightboxContent {
    position: relative;
    width: 80%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.KGLightboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: black;
    cursor: pointer;
}

.KGLightboxNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: black;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.KGLightboxNav.KGPrev {
    left: 10px;
}

.KGLightboxNav.KGNext {
    right: 10px;
}



/* 
#KGI1 {
    background-image: url(/Bilder/Kronland_01.jpg);
    background-position: center;
    background-size: cover;
}
#KGI2 {
    background-image: url(/Bilder/Kronland_02.jpg);
    background-position: center;
    background-size: cover;
}
#KGI3 {
    background-image: url(/Bilder/Kronland_03.jpg);
    background-position: center;
    background-size: cover;
}
#KGI4 {
    background-image: url(/Bilder/Kronland_04.jpg);
    background-position: center;
    background-size: cover;
}
#KGI5 {
    background-image: url(/Bilder/Kronland_05.jpg);
    background-position: center;
    background-size: cover;
}
#KGI6 {
    background-image: url(/Bilder/Kronland_06.jpg);
    background-position: center;
    background-size: cover;
}
#KGI7 {
    background-image: url(/Bilder/Kronland_07.jpg);
    background-position: center;
    background-size: cover;
}
#KGI8 {
    background-image: url(/Bilder/Kronland_08.jpg);
    background-position: center;
    background-size: cover;
}
#KGI9 {
    background-image: url(/Bilder/Kronland_09.jpg);
    background-position: center;
    background-size: cover;
}
#KGI10 {
    background-image: url(/Bilder/Kronland_10.jpg);
    background-position: center;
    background-size: cover;
}
#KGI11 {
    background-image: url(/Bilder/Kronland_11.jpg);
    background-position: center;
    background-size: cover;
}
#KGI12 {
    background-image: url(/Bilder/Kronland_12.jpg);
    background-position: center;
    background-size: cover;
} */




















.YachtSelFont {
    width: 40%;
    /*             border: 1px solid red; */
}

.BootDetailtable {
    margin: auto;
    width: 100%;
    line-height: 1.5rem;
    text-align: left;
    border-collapse: collapse;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    margin-bottom: 40px;
}

.BootDetailtable tr {
    border-bottom: 1px solid rgba(218, 218, 218, 0.363);
    /* border: 1px solid red; */
}

.BootDetailtable tr:nth-child(even) {
    border-bottom: 1px solid rgba(218, 218, 218, 0.363);
    background-color: var(--backGColor01);
    /* border: 1px solid red; */
}





















.technBack {
    /* background-image: url(Bilder/BootTechn.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; */
    width: 100%;
    min-height: 100vh;
    height: max-content;
}

.technContent {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 0px 40px 0px 40px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.techntext {

    height: min-content;
    max-width: 400px;
    line-height: 1.5rem;
    text-align: cen;
    padding: 80px 20px 0px 20px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}



.nachhaltig {
    display: flex;
    flex-direction: row;
}

.ListeEng li {
    margin-bottom: -14px !important;
}

.NachHNatur {
    width: 100;

    background-image: url(/Bilder/Nachh_Back03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}








/* media screen */
@media screen and (max-width: 900px) {
    .col2 {
        columns: 1;
    }

    .flexRow2 {
        flex-direction: column;
    }

    .content03 {
        padding: 0px 40px;
    }

    .content04 {
        padding: 0px 40px;
    }

    .AuswahlYachten {
        padding: 0px 40px;
    }

    /*     .ueberUnsBilder {
        margin: auto;
        margin-top: 40px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ueberUnsBild {
        margin: auto;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    } */


}

@media screen and (max-width: 900px) {
    .booteAuswahlFrame {
        flex-direction: column;
        margin-top: 120px;
        margin-bottom: 00px;
    }

    .booteAuswahlbox {
        margin: auto;
        height: 200px;
        margin-bottom: 10px;
        /*         max-width: 450px; */
        display: flex;
        flex-direction: column;
        /*         transform: translateY(-40px); */
        /* border: 1px solid red; */
    }
}

/* 
@media screen and (max-width: 730px){
#navbar ul {
    display: none;
}

.mobile_menu{
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    z-index: 99999999999;
    right: 40px;
}
.mobileMenuLine{
    align-items: center;
    border: none;
    margin: 4px;
    border-radius: 2px;
    background-color:rgb(222, 222, 222);
    width: 35px;
    height: 3px;
    }
}
 */