:root {
    --custom-value: -5.1vh;
    --primary: #DCE069;
    --secondary: #6F6F6D;
    --bg: #F6F5F1;
}

@font-face {
    font-family: 'Figtree';
    src: url('/assets/gfx/font/figtree/Figtree-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'Noto';
    src: url('/assets/gfx/font/noto-sans/NotoSansMono-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    background-color: var(--bg);
    overflow-x: hidden;
}

body {
    width: 100vW;
    overflow-x: hidden;
    background-color: var(--bg);
    position: relative;

}

.abstand5 {
    height: 10vmin;
}

h1 {
    font-size: 3.4vw;
    padding-bottom: 30px;
    font-weight: 900;
    line-height: 8vh;
    font-family: "Figtree";
}

p strong {
    font-family: "Figtree";
    font-weight: 800;
    font-size: 1.2vw;
}

p {
    font-family: "Noto";
    font-size: 1vw;
}

h2 {
    font-size: 2.5vw;
    font-family: "Figtree";
    font-weight: 900 !important;
}

h3 {
    margin-top: 1rem;
    font-family: "Noto"
}

h4 {
    font-size: 1.5rem;
    font-family: "Figtree";
    font-weight: 500;
}



.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
    filter: brightness(66%);
    -webkit-filter: brightness(66%);
}

.headline-container {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.headline {
    font-size: 14vmin;
    font-weight: 900;
    text-align: left;
    padding-left: 20px;
    color: white;
    font-family: 'Figtree';
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.sub-headline {
    font-size: 6vmin;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    color: var(--primary);
    font-family: 'Figtree';
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.infoCard {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.infoCard h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pCol {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.info-button {
    align-content: end;

}



.leistungen-stage {
    min-height: 77vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.leistungen-stage .col-lg-3 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.leistungen-stage .pCol {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    min-height: 10vmin;
}
.leistungen-row h2{
    color: var(--primary);
}
#Leistungen ul p{
    font-weight: 600;
    /* text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: red;
    -moz-text-decoration-color: red; */
}

#Leistungen ul,
#Leistungen li{
    font-family: 'Noto';
    text-align: left;
    list-style-position: inside!important;
}
#Leistungen li{
margin-bottom: 0.33rem;
font-size: 1vw;
}



.partnerlist {
    position: relative;
    height: 20vh
}

.partnerlist-row {
    margin: 0;
    padding: 0;
}

.custom-col {
    flex: 0 0 20% !important;
    max-width: 20%;
}

.item>img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.item {
    border: solid 1px #DDD;
    padding: 20px;
}

.item-noborder {
    padding: 20px;
}

#partnerlistGrid.container-fluid {
    margin-top: 0 !important;
    padding: 0 !important;
}

#partnerlistGrid .partnerGrid {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

#partnerlistGrid .partnerGrid:hover {
    background-color: #e3e3e3;
    transition: all 0.2s ease-in-out;

}

#partnerlistGrid .partnerGrid img {
    transition: transform 0.2s ease-in-out;
}

#partnerlistGrid .partnerGrid:hover img {
    transform: scale(1.3);
}



.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}


.feature-logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.feature-logo {
    width: 80%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marcus_img {
    background-image: url(/assets/gfx/img/self/marcus_moroff.webp);
    background-position: center;
    background-size: cover;
    width: 700px;
    height: 500px !important;
    box-shadow: 0 0 10px 10px white inset !important;
}

.swiper-pagination-bullet {
    background-color: #ccc;
    width: 2vmin !important;
    height: 2vmin !important;
    opacity: 0.7;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary) !important;
    opacity: 1;
}

.hover-zoom {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.hover-zoom:hover {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.card-img-custom-div {
    min-height: 300px;
    width: 75%;
    position: relative;
    left: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#Counter {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    min-height: 33vh;
}

.footer-icons {
    margin-top: -1vh;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    cursor: pointer;
    margin-left: 1rem
}

.footer-icons:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.footer-imprint {
    font-family: 'Noto';
    text-decoration: none;
    color: var(--primary);
}

footer p {
    display: flex;
    align-items: center;
}

.collapse li {
    font-family: 'Noto';
    text-align: left;
}

.fw-normal {
    font-weight: 700 !important;
}

.border-bottom {
    color: black !important;
}

#Kontaktdaten .link_underline_left {
    display: flex;
    align-items: end;
}

.kontakdatenRow {
    text-align: left !important;
}

.footerAddons {
    display: flex;
    justify-content: end;
}


.footer-bg {
    position: absolute;
    background-image: url(/assets/gfx/img/hero/2\ 6\ 240929\ 24\ 09\ 29\ Saisonabschluss\ MW\ RS\ DJI_20240929133223_0070_D.webp);
    background-position: center;
    background-size: cover;
    width: 102vw;
    height: 100vh;
    z-index: -1;
}


#map {
    width: 100%;
    min-height: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* Marker-Styling */
.custom-marker {
    background-color: var(--primary);
    /* Deine Akzentfarbe */
    width: 3vmin;
    height: 3vmin;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.flowIn {
    opacity: 0;
    transform: translateY(10vh);
    /*LeichterStartvonunten*/transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -webkit-transform: translateY(10vh);
    -moz-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    -o-transform: translateY(10vh);
}

/* Wenn die Klasse "active" hinzugefügt wird */
.flowIn.active {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


.flowInCol {
    opacity: 0;
    transform: translateY(10vh);
    /*LeichterStartvonunten*/transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -webkit-transform: translateY(10vh);
    -moz-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    -o-transform: translateY(10vh);
}

/* Wenn die Klasse "active" hinzugefügt wird */
.flowInCol.active {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.flowInH1 {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

/* Wenn die Klasse "active" hinzugefügt wird */
.flowInH1.active {
    display: inline-block;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;

}

.img-wrapper-card {
    overflow: hidden;
    display: flex;  
    justify-content: center;
    max-width: 100%;
    width: 100%;
}
.img-wrapper-card img {
    width: 75%;
}

@media screen and (min-width:2559px) {
    .img-wrapper-card img {
        position: relative;
        width: 80%;

    }

    .pCol {
        word-break: break-all;
    }
}

.break-word {
    word-wrap: break-word; /* Ermöglicht Umbrüche innerhalb von Wörtern */
    overflow-wrap: break-word; /* Unterstützt ältere Browser */
    word-break: break-word; /* Zusätzliche Kontrolle bei langen Wörtern */
    hyphens: auto; /* Ermöglicht automatische Trennung nach Sprache */
}



