/* Sprache muss gesetzt sein! */
html {
  lang: de; /* wichtig für richtige Trennung */
}
@media (min-width: 992px) {
    html, body {
      height: 100%;
    }
    
    body {
      min-height: 100vh;
    }
    
    main {
      flex: 1 0 auto; /* wächst mit Inhalt */
    }
}

/* Universelle Silbentrennung */
p, li, h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  -webkit-hyphens: auto; /* für Safari & ältere iOS-Versionen */
  -ms-hyphens: auto;      /* alter Edge */
  word-break: normal;     /* keine erzwungenen Brüche */
  overflow-wrap: break-word; /* falls nötig */
}
p {
  font-weight: 300;
}
.maxWidthWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1326px;
    display: flex;
    align-items: center;
    padding: 10px 30px!important;
}
.container {
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.header-info {
    background: #21406d;
}
.site-header .extra-nav {
    height: auto;
}
.header-info .maxWidthWrapper {
    max-width: 1326px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.header-info .maxWidthWrapper p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.logo-header {
    width: 190px;
    height: 95px;
}
.logo-header img {
    display: block;
    min-width: 190px;
    height: auto;
}
@media (max-width:1200px) {
    .logo-header img {
        min-width: unset;
        max-width: 140px;
    }
    .logo-header {
        height: 100%;
    }
    .site-header .extra-nav .extra-cell ul li button, .site-header .extra-nav .extra-cell ul li a {
        font-size: 0.875rem;
    }
}
@media (max-width: 991px) {
    .logo-header img {
        min-width: unset;
        max-width: 140px;
    }
    .logo-header {
        height: 100%;
    }
    .extra-nav {
        display: none!important;
    }
}
@media (max-width:450px) {
    .logo-header img {
        min-width: unset;
        max-width: 100px;
    }
    .logo-header {
        height: 100%;
    }
    .extra-nav {
        display: none!important;
    }
}
.nav.navbar-nav {
    display: flex!important;
    align-items: center!important;
}
.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: 1.5rem!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: 0px;
}

@media only screen and (max-width: 991px) {
    .logo-header {
        margin-right: auto !important;
    }
}

/* Forms 
////////////////////////// */

#appointment .custom-select button,
#appointment .custom-select input {
    background: none!important;
    border-radius: 15px!important;
    color: #fff!important;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.3)!important;
}
#appointment .custom-select .show,
#appointment .custom-select button:focus,
#appointment .custom-select input:focus  {
    border-color: #FAFF17!important;
}

#appointment .custom-select .dropdown {
    width: 100%!important;
}
#appointment .floating-underline.input-light.floating-underline .form-control {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
#appointment .custom-select .dropdown-toggle:not(.bs-placeholder) {
  color: #FAFF17 !important;
}
#appointment .custom-select .dropdown-toggle.show {
  color: #FAFF17 !important;
}
#appointment .form-control[type="date"]:focus {
  color: #FAFF17 !important;
}
#appointment .form-control[type="date"]:valid {
  color: #FAFF17 !important;
  border-color: #FAFF17 !important;
}
#appointment .form-floating.input-light.floating-outline .form-control:not(:placeholder-shown) ~ label, .form-floating.input-light.floating-outline .form-control:focus ~ label {
    color: #ffffff!important;
    background-color: #00bde0!important;
    font-size: 1.0rem!important;
    transform: translateY(-30px);
}
#appointment .form-floating.input-light.floating-outline input[type="date"]:focus ~ label {
    color: #EDFF00!important;
    transform: translateY(-46px);
    opacity: 1!important;
    font-size: 0.75rem!important;
    font-weight: 600;
}
#appointment .form-control:focus {
  color: #FAFF17 !important;
}
#appointment .form-control:valid {
  color: #FAFF17 !important;
}
.contactInfo,
.contactInfo a {
    color: #fff
}

/* Footer 
////////////////////////// */

footer {
  flex-shrink: 0; /* bleibt unten, wird nicht gedrückt */
}

#footerList {
    display: flex;
}
#footerList li {
    margin-right: 15px;
}
#footerList a {
    cursor: pointer;
}


/* Swiper 
////////////////////////// */

.swiper {
    background-color: #21406d;
    max-height: calc(100vh - 125px);
}

.slide {
    position: relative;
    max-height: calc(100vh - 135px);
}

.slide img {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 125px);
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px!important;
}
.swiper-pagination-bullet {
    width: 14px!important;
    height: 14px!important;
}
.swiper-pagination-bullet-active {
    width: 16px!important;
    height: 16px!important;
    background: #00bde0!important;
}
.slide-caption {
    position: absolute;
    width: 1560px;
    max-width: 100%;
    padding-left: 120px;
    padding-right: 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);
}
@media (max-width: 991px) {
    .slide-caption {
        padding-left: 60px;
        padding-right: 60px;
    }
    .slide-caption h2 {
        font-size: 2rem;
    }
}
@media (max-width: 575px) {
    .slide-caption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .slide-caption h2 {
        font-size: 1.5rem;
    }
}
.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);
}
#memberImgDialyse {
    border-radius:30px
}
.form-body.bg-primary.background-blend-burn {
    min-height: 350px;
}
@media (max-width: 991px) {
    .form-wrapper.appointment {
    }
}

.hypense {
  hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
}
.swiper-button-next, 
.swiper-button-prev {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-button-next{
    right: 30px!important;
}
.swiper-button-prev{
    left: 30px!important;
}

.swiper:hover .swiper-button-next, 
.swiper:hover .swiper-button-prev {
    opacity: 1;
    transition: opacity 0.3s ease;
}
@media (max-width: 575px) {
    .swiper-button-next, 
    .swiper-button-prev {
        display: none!important;
    }
}

/* Vacancy 
///////////////////// */

.dz-vacancy.style-1 .dz-content {
    background-color: #ecf5fb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 25px 35px;
    margin-top: 20px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.dz-vacancy.style-1 .dz-content h3 {
   margin-bottom: 0;
}
.dz-vacancy.style-1 .dz-content:hover {
   background: #18345d;
}
.dz-vacancy.style-1 .dz-content:hover h5,
.dz-vacancy.style-1 .dz-content:hover span {
   color: #fff;
}

.vacancyWrapper {
    background-color: #fff;
    border-radius: 6px;
    z-index: 999;
    position: relative;
}
.vacancyWrapper h2 {
    visibility: visible;
    color: #18345d!important;
    font-size: 2.1875rem!important;
    font-weight: 700!important;
    text-align: center;
    margin-bottom: 20px;
}
.vacancyWrapper h2 span {
    font-size: 1.5625rem!important;
    font-weight: 300;
}
.vacancyWrapperTop {
    margin-top: -100px;
    padding: 30px 60px;
}
.vacancy.dz-bnr-inr {
    --dz-banner-height: 360px;
}
.vacancy.dz-bnr-inr-entry {
    height: 360px!important;
    padding: 30px 0 75px 0!important;
}
@media (max-width: 1025px) {
    .vacancyWrapperTop {
        padding: 30px 40px;
        margin: -80px 30px 0 30px;
    }
}
@media (max-width: 991px) {
    .vacancyWrapperTop {
        padding: 20px 20px;
        margin: -80px 20px 0 20px;
    }
}
@media (max-width: 495px) {
    .vacancyWrapperTop {
        margin: 0;
        padding:  0;
    }
    .vacancy.dz-bnr-inr {
        --dz-banner-height: 260px;
    }
    .vacancy.dz-bnr-inr-entry {
        height: 260px!important;
    }
}
.teaserHeader {
    font-weight: 800;
}
.form-check  {
    display: flex;
    align-items: center;
}
.form-check label  {
    line-height: 1;
}
.form-check .form-check-input  {
    opacity: 1;
    margin-right: 8px;
    margin-bottom: 0;
    border-radius: 0.375rem!important;
}

.form-check .spanCorrect {
    height: unset!important;
    margin-right: unset!important;
    width: unset!important;
    display: block!important;
    background-color: unset!important;
    position: unset!important;
    border-radius: unset!important;
    z-index: unset!important;
}
.textInfo {
    font-size: 0.875rem;
}

/* 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: 800px;
    object-fit: contain;
}
.dz-team:hover .dz-name {
    color: #fff;
}
#filterList {
    display: flex;
    justify-content: end;
}
.tagcloud {
    background: #ecf5fb;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px;
    border-radius: 8px;
}
.wp-block-tag-cloud a, .tagcloud a {
    position: relative;
    padding: 4px 10px;
    display: inline-block;
    font-size: 0.875rem;
    color: #18345d;
    line-height: 1.4;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 8px 0 0;
}

.dz-media.noPadding {
  padding: 0!important;
}

.bg-inner {
  background-position: top!important;
}


/* 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);
    }
}



/* Fade Effekt 
///////////////// */

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.2s;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}