* {
    box-sizing: border-box;
    font-weight: 500;
}

body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container-xxl {
    overflow-x: hidden;
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.color-orange {
    color: #ED6A4E;
}

.color-blue {
    color: #014153
}

.color-white {
    color: #ffff;
}

.color-pink {
    color: #F88DD3;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

.bgc-nav {
    background: rgb(248, 249, 250);
}

.txt-shdw-nav {
    text-shadow: 0px 0px 0px;
}

.txt-shdw-orange {
    text-shadow: 3px 2px 1px #ED6A4E;
}

.txt-shdw-nav:hover {
    color: #ED6A4E;
    text-decoration: underline;
}

.bgc {
    background-color: rgb(239,222,202)
}

.bgc-orange {
    background-color: #ED6A4E;
}

.bgc-blue {
    background-color: #014153
}

.bgc-pink {
    background-color: #F88DD3;
}

.border-radius {
    border-radius: 10px;
}

.section-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../pictures/compressedForMobile/titelbild.jpg");
    min-height: 500px;
    margin-left: -12px;
    margin-right: -12px;
}

@media (min-width: 1400px) { 
    .section-title {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
}

.section-benefit {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url("../pictures/compressedForMobile/anja_front.jpeg");
    margin-right: -12px;
}

@media (max-width: 576px), (min-width: 1200px) { 
    .section-benefit {
        min-height: 450px;
    }
}

@media (min-width: 576px) and (max-width: 900px) {
    .section-benefit {
        min-height: 650px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .section-benefit {
        min-height: 780px;
    }
}

.section-retreat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../pictures/pics1/image00045.jpeg");
    min-height: 550px;  
    max-height: 550px;
}

.section-me {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../pictures/compressedForMobile/Profilbild2-min.png");
    min-height: 550px;  
    max-height: 550px;
}

.section-yoga {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-image: url("../pictures/compressedForMobile/benefit-min.png");
    min-height: 320px;
}

.section-massage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../pictures/compressedForMobile/image00018-min.jpeg");
    min-height: 320px;
}

.section-oel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-image: url("../pictures/compressedForMobile/oel3-min.png");
    min-height: 320px;
}

.section-spirituell {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url("../pictures/compressedForMobile/coaching-min.jpeg");
    min-height: 350px;
}

.section-retreat {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../pictures/compressedForMobile/retreats-min.jpeg");
    min-height: 750px;
    margin-left: -12px;
    margin-right: -12px;
}

.section-uebermich {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../pictures/pics2/me2.png");
    min-height: 550px;
}

.section_zitat {
    background-color: #014153!important;
    color: #ED6A4E;
    text-align: center;
    padding: 5rem 2rem;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    margin-left: -12px;
    margin-right: -12px;
}

.section_zitat__quote {
    font-size: 2rem;
    font-weight: 600;
}

.section_zitat__quote::before {
    content: "”";
}

.section_zitat__quote::after {
    content: "”";
}

.section_holiday {
    background-color: #014153!important;
    color: #ED6A4E;
    text-align: center;
    padding: 5rem 2rem;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    margin-left: -12px;
    margin-right: -12px;
}

@media (min-width: 1400px) { 
    .section_holiday {
        border-radius: 7px;
    }
}

.section_holiday__quote {
    font-size: 1.75rem;
    font-weight: 600;
}

.section_holiday__quote_smaler {
    font-size: 1.25rem;
    font-weight: 600;
}

.btn-transparent {
    background-color: transparent;
    color: white;
    border: 0.125rem solid white;
    backdrop-filter: blur(2rem);
    padding: 0.5rem;
    border-radius: 0.95rem;
    font-weight: bold;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    margin: 1rem;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border: 0.125rem solid white;
    border-color: rgb(239,222,202);
    text-decoration: underline;
}

.btn-orange {
    display: inline-block;
    color: white;
    padding: 0.5rem;
    border-radius: 0.95rem;
    border: 0.125rem solid white;
    background-color: #ED6A4E;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.btn-orange:hover {
    text-decoration: underline;
    background-color: #c95f47;
}

.btn-pink {
    display: inline-block;
    color: white;
    padding: 0.5rem;
    border-radius: 0.95rem;
    border: 0.125rem solid white;
    background-color: #F88DD3;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.btn-pink:hover {
    text-decoration: underline;
    background-color: #F88DD3;
}

.btn-white {
    display: inline-block;
    color: #F88DD3;
    padding: 0.5rem;
    border-radius: 0.95rem;
    border: 0.125rem solid white;
    background-color: white;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.btn-white:hover {
    text-decoration: underline;
    background-color: white;
}

.txt-shdw {
    text-shadow: 0px 0px 0.5rem rgb(0, 0, 0);
}

.headline-small {
    margin: 0;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.title-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    font-weight: 700;
    color: #ED6A4E;
}

.headline-big {
    font-weight: 800;
    margin:0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.card-samesize {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card {
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    will-change: transform;
    transition: transform 0.25s linear;
}

.card-sameheight {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card:not(.no-hover):hover {
    transform: scale(1.0175);
}

.retreat-card {
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    background-color: white;
    border-radius: 8px;
}

.retreat-bg {
    border-radius: 8px;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.font-bold {
    font-weight: bold;
}

.font-bold-large {
    font-weight: bold;
    font-size: 1.5rem;
}

.retreat-bg:hover i {
    color: white;
}

.detail-box {
    background-color:#014153;
    color: #ED6A4E;
    width: fit-content;
    padding: 15px;
    border-radius: 15px;
    font-size: larger;
}

.footer-icon {
    font-size: 1.5rem;
}

#lng {
    position: fixed;
    top: 150px;
    right: 5px;
    height: 35px;
    width: 35px;
    border-style: solid;
    border-width: 2px;
    border-color: #014153;
    border-radius: 1000000px;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.lng-pic {
    height: 33px;
}

@media (min-width: 576px) { 
    .lng-pic {
        height: 38px;
    }
    #lng {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 768px) {
    .bi-envelope, .bi-instagram, .bi-whatsapp, .bi-facebook {
        font-size: 28px;
    }
}



