/* Wilkommen*/

/* Show box,
bild rechts*/
.show-box-right {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin-inline: auto;
    flex-wrap: wrap;
}

/* bild links*/
.show-box-left {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin-inline: auto;
    flex-wrap: wrap-reverse;
}

.w-text {
    align-items: center;
    font-size: var(--fs-normal);
    text-decoration: none;
    text-align: left;
    line-height: 1.5;
    padding: 0;
    margin: 8px;
    max-width: 30rem;
display: block;
}

.show-img-box {
    justify-content: center;
    align-items: center;
    display: flex;
    width: clamp(20em, 100vw, 600px);
}

.t-img {
    border-radius: 0.4rem;
    margin-inline: auto;
    margin: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.w-img {
    width: 100%;
    border-radius: 0.4rem;
    margin-inline: auto;
    margin: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 812px) {
}

/* Toepferei*/
.t-img-box {
    justify-content: center;
    align-items: center;
    display: flex;
}

.t-text {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: left;
    line-height: 1.5;
    padding: 0;
    margin: 8px;
}

.text-box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.li_tab {
    margin-left: 3rem;
}

/* Feste*/

.li_fest {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: var(--fs-small);
}

.h_fest {
    font-size: var(--fs-h3);
    text-decoration: underline;
    text-align: left;
    padding: 0;
    margin: 8px;
}

/*Aktuelles*/

.aktuelles-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.aktuelles-img {
    width: 400px;
    margin: 20px;
    border-radius: 0.4rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    cursor: zoom-in;
}

@media only screen and (max-width: 412px) {
    .aktuelles-img {
        width: 90%;
        margin: 20px;
        border-radius: 0.4rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        cursor: zoom-in;
    }
}

/* ___     __                                                      _   _
  / _ \   / _|  _ __    _   _   _ __     __ _   ___   ____   ___  (_) | |_    ___   _ __
 | | | | | |_  | '_ \  | | | | | '_ \   / _` | / __| |_  /  / _ \ | | | __|  / _ \ | '_ \
 | |_| | |  _| | | | | | |_| | | | | | | (_| | \__ \  / /  |  __/ | | | |_  |  __/ | | | |
  \___/  |_|   |_| |_|  \__,_| |_| |_|  \__, | |___/ /___|  \___| |_|  \__|  \___| |_| |_|
                                        |___/
*/

.öffnungszeiten {
    padding: 30px;
    font-family: "Sacramento", sans-serif;
}

.oetable {
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.5rem;
    padding-bottom: 30px;
    font-size: var(--fs-h3);
}

.oetable td {
    padding: 10px;
}

/*25px 30px */

/*
 | |/ /   ___    _ __   | |_    __ _  | | __ | |_
 | ' /   / _ \  | '_ \  | __|  / _` | | |/ / | __|
 | . \  | (_) | | | | | | |_  | (_| | |   <  | |_
 |_|\_\  \___/  |_| |_|  \__|  \__,_| |_|\_\  \__|
*/

.kontakt-link {
    font-weight: 600;
    font-size: var(--fs-h3);
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 8px;
    color: black;
}

.kontakt-link:hover {
    text-decoration: underline;
    color: #f96bae;
}
.tel-wrap {
    margin-inline: auto;
}

.tel {
    padding: 0;
    min-margin: 15px;
    line-height: 3rem;
    margin-inline: auto;
    width: fit-content;
    text-wrap: balance;
}

.tel li {
    list-style: none;
}

.combi {
    display: grid;
    width: 60%;
    margin-inline: auto;
    margin-top: 35px;
    grid-template-columns: 2fr 1fr;
}

#map {
    height: 580px;
    max-width: 1200px;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    z-index: 1;
}

.ort {
    background-color: rgb(250, 250, 250);
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    justify-content: center;
}

.ort-text {
    text-align: center;
    font-size: 2rem;
}

@media only screen and (max-width: 1800px) {
    .combi {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .combi {
        width: 80%;
        grid-template-columns: 2fr;
        grid-template-rows: 2fr 1.2fr;
        background-color: #fff;
    }
    #map {
        border-top-left-radius: 0.4rem;
        border-top-right-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem;
        border-bottom-right-radius: 0.4rem;
    }

    .ort {
        background-color: #ffffff;
    }
}

.button_call {
    background-color: #ee62a9;
    border-radius: 1rem;
    width: fit-content;
    height: fit-content;
    padding: 12px;
    margin: 10px;
    border-width: 0px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.button_call a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: bolder;
}

.button_call:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 30px;
}

/*   _________.__  .__    .___            .__
 /   _____/|  | |__| __| _/____   _____|  |__   ______  _  __
 \_____  \ |  | |  |/ __ |/ __ \ /  ___/  |  \ /  _ \ \/ \/ /
 /        \|  |_|  / /_/ \  ___/ \___ \|   Y  (  <_> )     /
/_______  /|____/__\____ |\___  >____  >___|  /\____/ \/\_/
        \/              \/    \/     \/     \/
*/

.slideshow {
    display: grid;
    height: 800px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 5fr 1fr;
    grid-template-rows: 3fr 1fr;
    grid-template-areas:
        "prev img next"
        "dots dots dots";
    grid-gap: 0.2rem;
}

#prev {
    grid-area: prev;
}

#prev_h:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

#next {
    grid-area: next;
}

#next_h:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

#img {
    grid-area: img;
}

#dots {
    grid-area: dots;
}

/*Image Container*/
.img-container {
    max-width: 500px;
    position: relative;
    margin: auto;
    z-index: -1;
}

@media only screen and (max-width: 900px) {
    .slideshow {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 2fr 2fr;
        grid-template-areas:
            "prev next"
            "img img"
            "dots dots";
    }

    .img-container {
        max-width: 500px;
        position: relative;
        margin: auto;
        z-index: -1;
    }
}

/* Slideshow container */
.slideshow-container {
    max-width: 600px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    margin-top: 250%;
    width: 80px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.6s ease;
    border-radius: 1rem;
    background-color: #ee62a9;
}
.img {
    width: auto;
}

@media only screen and (max-width: 900px) {
    .prev,
    .next {
        margin-top: 0%;
    }
}

.prev_text,
.next_text {
    text-align: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 29px;
    user-select: none;
    border-radius: 1rem;
    padding: 10px;
    font-family: "Sacramento";
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 3px 3px;
    background-color: #000000c5;
    border-radius: 2rem;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #ee62a9;
    margin: 0px 3px;
    height: 11px;
    width: 11px;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}

/*  _
 (_)  _ __ ___    _ __    _ __    ___   ___   _   _   _ __ ___
 | | | '_ ` _ \  | '_ \  | '__|  / _ \ / __| | | | | | '_ ` _ \
 | | | | | | | | | |_) | | |    |  __/ \__ \ | |_| | | | | | | |
 |_| |_| |_| |_| | .__/  |_|     \___| |___/  \__,_| |_| |_| |_|
                 |_|
*/
footer {
    background-color: #f1f1f1;
}

.footerbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: var(--fs-normal);
    padding: 20px;
    max-width: 80%;
    margin-inline: auto;
}

@media only screen and (max-width: 540px) {
    .footerbox {
        padding: 2px;
        max-width: 100%;
    }
}

.copiright {
    text-align: center;
    padding: 1rem;
}

.link_list {
    list-style: none;
    padding: 1rem;
    line-height: 2.5rem;
    font-size: var(--fs-small);
}

.link_list_a {
    text-decoration: underline;
    font-weight: 600;
}
.kontakt-link-klein {
    font-weight: 500;
    font-size: var(--fs-small);
    text-decoration: none;
    padding: 0;
    margin: 8px;
    color: black;
}

.kontakt-link-klein:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #f96bae;
}

.oetable-klein {
    border-radius: 1.5rem;
    padding-bottom: 30px;
    font-size: var(--fs-small);
}

.oetable-klein td {
    padding: 10px;
}
