main {
    min-height: 65vh;
}
.maxWidthWrapper {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
}
.header-info {
    height: 45px;
}
.header-info .maxWidthWrapper {
    max-width: 1326px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.header-info .maxWidthWrapper p {
    font-weight: 600;
    margin-bottom: 0;
}
.eventButton {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
}
.floating-underline .bs-select .bs-placeholder .filter-option-inner-inner,
.floating-underline.input-light.floating-underline label {
    color: rgba(255, 255, 255, 1);
}
.sidbarButton {
    position: absolute;
    right: 10px;
}
.-ml-4 {
    margin-left:-10px
}

.myContactBtn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
}
.main-bar {
    /* top: 0!important;
    margin-top:0!important;
    position: fixed!important; */
}
.myContactBtn:hover {
    background-color: #00BDE0;
    transition: ease-in 0.2s;
}
.myContactBtn:hover i {
    color: #ffffff!important;
    transition: all 0.2s;
}

.active {
    color: #00BDE0!important;
}

.myContactBtn i {
    font-size: 24px!important;
}
.dz-offcanvas .widget {
    margin-bottom: 25px;
}
.show-focus-outline .menu-btn:focus,
.show-focus-outline .search-link:focus,
.show-focus-outline .quik-search-remove:focus,
.show-focus-outline button:focus,
.show-focus-outline select:focus,
.show-focus-outline input:focus,
.show-focus-outline a:focus {
    outline: none !important; /* Entfernt Standard-Outline */
    box-shadow: 0 2px 0 0 #e81fdb !important;
    border-radius: 0; /* Optional: keine Rundung */
}

.header-nav.w3menu .nav > li.menu-item-has-children > a:after, .header-nav.w3menu .nav > li.sub-menu-down > a:after {
    content: unset!important;
}

.footer-bottom .container {
    margin-top: 00px;
}

/* Swiper 
////////////////////////// */

.swiper {
    max-height: calc(100vh - 125px);
}

.slide {
    position: relative;
    max-height: calc(100vh - 125px);
}

    .slide img {
        width: 100%;
        height: 100%;
        max-height: calc(100vh - 125px);
        object-fit: cover;
    }

.slide-caption {
    position: absolute;
    width: 1560px;
    max-width: 100%;
    padding-left: 120px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: #fff;
}

    .slide-caption h2 {
        max-width: 800px;
        margin: 0;
        color: #fff;
        font-size: 3rem;
        text-shadow: 5px 3px 20px rgba(66, 68, 90, 0.7);
    }

    .slide-caption p {
        max-width: 800px;
        margin-top: 10px;
        font-size: 1.4rem;
        margin-left: 0;
        text-shadow: 5px 3px 20px rgba(66, 68, 90, 0.7);
    }

    .form-wrapper.appointment {
        min-height: 880px;
    }

.hypense {
  hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
}

/* Team 
///////////////////// */

.content-wrapper.style-6 .content-media {
    position: relative;
    transform: translateX(-30px);
}

.content-wrapper.style-6 .content-media.translate-right {
    transform: translateX(30px);
}

.text-end {
    text-align: right !important;
}
.content-wrapper.style-6 .content-media .item1.right {
    left: unset;
    right: 0;
}
.mediaTeaser img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}
.dz-team:hover .dz-name {
    color: #fff;
}

/* Maps 
////////////////// */

.wrapper-map-container {
    display: flex;
}
.leaflet-tooltip.custom-tooltip {
    display: flex;
    background-color: white;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 24px;
    font-family:  "Poppins", sans-serif;
    color: #333;
    min-width: 250px;
    text-align: left;
    white-space: normal;
    opacity: 1!important;
}
.leaflet-tooltip.custom-tooltip strong {
    font-size: 1rem;
    color: #00bde0;
}
.leaflet-tooltip.custom-tooltip {
    font-size: 1rem;
    color: #566593;;
}

.leaflet-tooltip.custom-tooltip img.tooltip-logo {
    width: 120px;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    display: block;
    margin-left: -6px;
    margin-bottom: 8px;
}

.leaflet-tooltip.custom-tooltip .tooltip-text {
    line-height: 1.4;
}

/* Loader 
////////////////// */

.loadingContainer {
    position: relative;
    min-height: 400px;
}
.pagination {
    margin: 0 0 30px 0;
}
.loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #00bde0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


