.w3-container {
    max-width: 1100px;
    margin: auto;
    margin-top: 20px;
}

.w3-display-container {
    max-width: 1100px;
    margin: auto;
    margin-top: 20px;
}

.overlay {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    background-color: rgba(0, 121, 52, 0.8);
    position: absolute;
    top: 50px;
    left: 50px;
}

.image1 {
    -webkit-filter: drop-shadow(5px 5px 10px #808080);
    filter: drop-shadow(5px 5px 10px #808080);
    display: block;
}

.image2 {
    -webkit-filter: drop-shadow(5px 5px 10px #808080);
    filter: drop-shadow(5px 5px 10px #808080);
    display: none;
}

.tiere {
    width: 100%;
    margin-top: 2em;
    display: block;
}

.tiere_mob {
    width: 100%;
    margin-top: 2em;
    display: none;
}

.schatten {
    -webkit-filter: drop-shadow(5px 5px 10px #808080);
    filter: drop-shadow(5px 5px 10px #808080);
    display: block;
}

.mySlides {
    display: none
}

.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.leistung {
    margin-top: 3em;
    margin-bottom: 3em;
    background-color: rgb(181, 163, 0);
    border-radius: 10px;
}

ul {
    list-style-type: square;
    padding-left: 16px;
}

hr {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-width: 1px;
    border-color: #fbf8cd;
}

.w3-card {
    background-color: rgb(181, 163, 0);
    border: 10px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(181, 163, 0);
}


@media only screen and (max-width: 1100px) {

    .w3-container {
        max-width: 980px;
    }

    .w3-display-container {
        max-width: 980px;

    }

}


@media only screen and (max-width: 768px) {

    .w3-container {
        max-width: 750px;
    }

    .w3-display-container {
        max-width: 750px;

    }

    .overlay {
        width: 100%;
        height: 110px;
        border-radius: 10px;
        background-color: rgba(0, 121, 52, 0.8);
        position: absolute;
        left: 0px;
    }

    .corona {
        display: none;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

}

@media only screen and (max-width:600px) {

    h1 {
        font-size: 28px;
        font-weight: 600;
    }

    h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .w3-container {
        max-width: 580px;
        margin: auto;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        padding: inherit;
    }

    .w3-display-container {
        max-width: 580px;
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
        padding: inherit;
    }

    .image1 {
        display: none;
    }

    .image2 {
        display: block;
    }

    .overlay {
        width: 100%;
        height: 110px;
        border-radius: 10px;
        background-color: rgba(0, 121, 52, 0.8);
        position: absolute;
        left: 0px;
    }

    .corona {
        display: none;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .tiere {
        width: 100%;
        margin-top: 2em;
        display: none;
    }

    .tiere_mob {
        width: 100%;
        margin-top: 2em;
        display: block;
    }

    .w3-card {
        margin-bottom: 20px;
    }
}
