a.anchorPos {
    display: block;
    position: relative;
    top: -25px;
    visibility: hidden;
}
.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 56.25vw;
    max-height: 1000px;
    overflow: hidden;
}
.slideshow-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    top: 0;
    left: 0;
}
.slideshow-slide:nth-child(1) { 
    opacity: 1; 
    animation: slideAnimation 16s infinite; 
    animation-delay: 0s; 
}
.slideshow-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@keyframes slideAnimation {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
/*.slideshow-slide:nth-child(1) { animation: slideAnimation 16s infinite; animation-delay: 0s; }*/
.slideshow-slide:nth-child(2) { animation: slideAnimation 16s infinite; animation-delay: 4s; }
.slideshow-slide:nth-child(3) { animation: slideAnimation 16s infinite; animation-delay: 8s; }
.slideshow-slide:nth-child(4) { animation: slideAnimation 16s infinite; animation-delay: 12s; }

.overlay-image {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    z-index: 1; 
}
.overlay-image img {
    width: 100%;
    height: auto;
}
.overlay-text {
    position: absolute;
    top: 8%;
    left: 68%;
    transform: translateX(-50%);
    color: #4f514b;
    font-size: 50px;
    line-height: 66.75px;
    letter-spacing: 2px;
    text-align: center;
}
@media (max-width: 1200px) {
    .overlay-text {
        font-size: 4vw;
        line-height: 5vw;
    }
}
@media (max-width: 768px) {
    .overlay-text {
        font-size: 5vw;
        line-height: 6vw;
    }
    .overlay img {
        height: auto;
    }
}
@media (max-width: 480px) {
    .overlay-text {
        font-size: 5vw;
        line-height: 7vw;
    }
}
.icon-button-container {
    gap: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1305px;
    margin: 25px auto calc(0px + (25 - 0) * ((100vw - 320px) / (1600 - 320))) auto;
    padding: 20px calc(0px + (20 - 0) * ((100vw - 320px) / (1600 - 320))) calc(0px + (20 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.icon-button-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    max-width: 300px;
    text-align: center;
    position: relative;
}
.icon {
    width: calc(30px + (100 - 30) * ((100vw - 320px) / (1600 - 320)));
    height: calc(30px + (100 - 30) * ((100vw - 320px) / (1600 - 320)));
    margin-bottom: 20px;
}
.button {
    display: block;
    padding: 0;
    border-radius: 35px;
    cursor: pointer;
    border: 1px solid #080808;
    background-color: #fff;
    max-width: 307px;
    width: 100%;
    height: 57px;
    text-transform: uppercase;
    color: #4f514b;
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 400;
    line-height: 57px;
    transition: color 0.3s, font-weight 0.3s;
}
.button:hover {
    background-color: #E5E9DC;
    border: 1px solid #51524C;
    color: #C5905E;
}
.icon-button {
    border: none;
    background: transparent;
    border-radius: 50%;
    width: calc(58px + (120 - 58) * ((100vw - 320px) / (1600 - 320)));
    height: calc(58px + (120 - 58) * ((100vw - 320px) / (1600 - 320)));
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
@media (min-width: 1920px) {
    .button {
        font-size: 24px!important;
    }
    .icon-button-container {
        margin: 25px auto!important;
        padding: 20px 20px!important;
    }
    .icon-button {
        width: 120px!important;
        height: 120px!important;
    }
    .icon {
        width: 100px!important;
        height: 100px!important;
    }
    .office-hours-text {
        margin-top: 80px!important;
    }
    .opening-hours li {
        margin-bottom: 30px!important;
    }
    .opening-hours li + li:has(.with-extra) {
        margin-bottom: 15px!important;
    }
    .office-hours-content, .contact-content {
        gap: 244px!important;
    }
    .office-hours-heading, .contact-heading {
        font-size: 48px!important;
        margin-bottom: 100px!important;
    }
    .anfahrt-heading {
        font-size: 48px!important;
    }
    .anfahrt-heading, .about-us-heading {
        font-size: 48px!important;
        line-height: 72px!important;
    }
    .video-description, .park-item, .contact-content, .contact-doctors {
        font-size: 20px!important;
    }
    .contact-doctors {
        margin: 70px 0 0 100px!important;
    }
    .anfahrt-text {
        font-size: 20px!important;
        line-height: 36px!important;
    }
    .anfahrt-text a {
        color: #8C5A32;
    }
    .about-us-container, .office-hours-container__inlay, .contact-container__inlay, .anfahrt-container-inner {
        padding: 40px!important;
    }
    .about-us-text, .office-hours-text, .opening-hours {
        font-size: 20px!important;
        line-height: 30px!important;
    }
    .opening-hours {
        width: 320px!important;
    }
    .park-heading {
        font-size: 24px!important;
    }
    .park-container {
        margin: 95px auto !important;
        padding: 0!important;
    }
    .background-image-container {
        padding: 76px 0px!important;
    }
    .image-container {
        max-width: 1600px!important;
    }
}

.icon-button:hover .icon {
    opacity: 0.7;
}
.icon-button, .button {
    display: inline-block;
    text-decoration: none;
}
@media (max-width: 768px) {
    .icon {
        margin-bottom: 0;
    }
    .icon-button-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .button {
        display: none;
    }
    .icon-button {
        display: flex;
        border: 1px solid #000000;
    }
    .icon-button:hover {
        background-color: #8C5A32;
    }
}
/*Über uns*/
.about-us-container, .office-hours-container__inlay, .contact-container__inlay {
    max-width: 1517px;
    height: auto;
    margin: 0 auto;
    padding: calc(10px + (40 - 10) * ((100vw - 320px) / (1600 - 320)));
    border-radius: 20px 0px 0px 0px;
    opacity: 1;
    gap: 0px;
}

.about-us-heading {
    color: #4F514B;
    font-family: 'Kanit-Regular';
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 500;
    line-height: calc(22px + (72 - 22) * ((100vw - 320px) / (1600 - 320)));
    text-align: left;
    margin-bottom: 20px;
}

.about-us-text {
    color: #4F514B;
    font-family: 'Kanit-Light';
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 300;
    line-height: calc(15px + (30 - 15) * ((100vw - 320px) / (1600 - 320)));
    text-align: justify;
    margin-bottom: 30px;
}
.read-more-btn, .read-less-btn {
    display: none;
    margin: 20px auto;
    background-color: #fff;
    color: #0b0500;
    border: 0.3px solid #000;
    font-size: 12px;
    font-family: 'Kanit-Regular';
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    max-width: 110px;
    width: 100%;
    line-height: 18px;
    transition: color 0.3s, font-weight 0.3s;
    white-space: nowrap;
    padding: 4px;
}
.read-more-btn:hover, .read-less-btn:hover {
    background-color: #fd9c3e;
    color: #fff;
}
@media (max-width: 768px) {
    .read-more-btn {
        display: block;
    }
    .full-text {
        display: none;
    }
}

@media (min-width: 769px) {
    .read-more-btn, .read-less-btn {
        display: none;
    }
    .read-more, .read-less {
        display: none!important;
    }
    .full-text {
        display: block;
    }
    .short-text {
        display: none;
    }
}

.about-us-video video {
    width: 100%;
    height: auto;
}
.video-description {
    color: #4f514b;
    font-family: 'Kanit-Light';
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 300;
    line-height: 29.9px;
    text-align: left;
}
/* Sprechstunden */
.office-hours-container {
    background-color: #e4e8dc;
}
.office-hours-container__inlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.office-hours-heading, .contact-heading {
    color: #4f514b;
    font-family: 'Kanit-Regular';
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 500;
    margin-bottom: calc(30px + (100 - 30) * ((100vw - 320px) / (1600 - 320)));
    text-align: left;
    width: 100%;
}
.office-hours-content, .contact-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(25px + (244 - 25) * ((100vw - 320px) / (1600 - 320)));
}
.office-hours-image img, .contact-image img {
    width: 100%;
    min-width: 300px;
    height: auto;
}
.office-hours-details {
    flex-grow: 1;
}
.opening-hours {
    color: #4f514b;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Kanit-Light';
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 300;
    line-height: calc(18px + (30 - 18) * ((100vw - 320px) / (1600 - 320)));
    width: calc(300px + (320 - 300) * ((100vw - 320px) / (1600 - 320)));
}
.opening-hours li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (1600 - 320)));
}
.opening-hours li + li:has(.with-extra) {
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1600 - 320)));
}
.opening-hours li .day {
    flex-basis: 150px;
    text-align: left;
}
.opening-hours li .time {
    text-align: left;
    flex-grow: 1;
}

.office-hours-description {
    text-align: center;
    font-family: 'Kanit-Regular';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}
@media (min-width: 481px) {
    .opening-hours li .extra {
        margin-left: 150px;
    }
}
@media (max-width: 768px) {
    .office-hours-content, .contact-content {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .office-hours-content, .contact-content {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .office-hours-image, .office-hours-details, .contact-image, .contact-details {
        width: 50%;
    }
    .opening-hours li .day {
        flex-basis: 120px;
    }
    .office-hours-description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 320px) {
    .office-hours-image, .office-hours-details, .contact-image, .contact-details {
        width: 100%;
    }
}
.office-hours-text {
    color: #4f514b;
    text-align: center;
    font-family: 'Kanit-Light';
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 300;
    line-height: calc(18px + (30 - 18) * ((100vw - 320px) / (1600 - 320)));
    max-width: 1158px;
    width: 100%;
    margin-top: calc(0px + (80 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.office-hours-text a {
    color: #8C5A32;
}
/* Kontakt*/
.contact-container {
    background-color: #e4e8dc;
}
.contact-details {
    font-family: 'Kanit-Light';
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
}
.contact-address {
    margin-bottom: 10px;
}
.contact-phone {
    margin-bottom: 10px;
}
.contact-phone a {
    text-decoration: none;
    color: #000000;
}
.contact-email {
    margin-bottom: 0;
}
.contact-email a {
    font-family: 'Kanit-Light';
    text-decoration: none;
    color: #8C5A32;
    margin-bottom: 0;
}
.contact-content {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
}
.contact-doctors {
    margin: calc(20px + (70 - 20) * ((100vw - 320px) / (1600 - 320))) 0 0 calc(0px + (100 - 0) * ((100vw - 320px) / (1600 - 320)));
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
}
.doctor {
    font-family: 'Kanit-Light';
    max-width: 870px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.doctor-contact {
    margin: 0;
    width: 100%;
    max-width: 525px;
}
.doctor-phone, .doctor-phone a {
    text-decoration: none;
    color: #000000;
}
.examination-documents a {
    text-decoration: none;
    color: #8C5A32;
}
  
@media(max-width:730px) {
    .doctor {
        flex-direction: column;
    }
}
.doctor-name {
    margin: 0;
    width: 100%;
    max-width: 342px;
}
.doctor-email {
    margin: 0;
    width: 100%;
    max-width: 525px;
}
.doctor-email a {
    text-decoration: none;
    color: #8C5A32;
}
/* Anfahrt Container */
.anfahrt-container {
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}
.anfahrt-container-inner {
    max-width: 1517px;
    margin: 0 auto;
    padding: calc(10px + (40 - 10) * ((100vw - 320px) / (1600 - 320)));
    text-align: center;
}
.anfahrt-heading {
    font-family: 'Kanit-Regular';
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 500;
    margin-bottom: 20px;
    color: #4f514b;
    width: 100%;
    text-align: left;
}
.anfahrt-text {
    font-family: 'Kanit-Light';
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 300;
    line-height: calc(20px + (36 - 20) * ((100vw - 320px) / (1600 - 320)));
    margin-bottom: 40px;
    margin: 0 auto;
    text-align: left;
}
.anfahrt-text a {
    color: #8C5A32;
}
.park-container {
    margin: calc(0px + (95 - 0) * ((100vw - 320px) / (1600 - 320))) 0;
    text-align: left;
    max-width: 1517px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(10px + (40 - 10) * ((100vw - 320px) / (1600 - 320)));
}
.park-heading {
    font-family: 'Kanit-Regular';
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
}
.park-options {
    font-family: 'Kanit-Light';
    display: flex;
    justify-content: space-between;
}
.park-item {
    flex: 1;
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    text-align: left;
    margin-right: 20px;
}
.park-item strong {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}
@media (max-width: 768px) {
    .park-options {
        flex-direction: column;
    }
    .park-item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .park-item {
        margin-bottom: 20px;
    }
}
.background-image-container {
    padding: calc(14px + (76 - 14) * ((100vw - 320px) / (1600 - 320))) 0px;
    background: linear-gradient(to right, #fff 45%, #E5E9DC 45%);
}
.image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: calc(220px + (1600 - 220) * ((100vw - 320px) / (1600 - 320)));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.image-container__inside {
    max-width: 988px;
    max-height: 570px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    cursor: pointer;
}
@media (max-width: 480px) {
    .image-container {
        margin-left: 80px;
    }
    .background-image-container {
        background: linear-gradient(to right, #fff 35%, #E5E9DC 35%);
    }
}