body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ff0000;
    padding-left: 80px;
    padding-right: 100px;
    margin: 0;
}

.Felder {
    width: 100%;
    height: 400px;
    display: block;
}

.headline {
    color: rgb(58, 61, 56);
    flex: 1;
}

.image-container {
    background-color: white;
    padding: 16px;
    display: block;
    object-fit: cover;
}

#hier {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    color: #831D17;
    text-decoration: none;
    margin-left: 16px;
    font-weight: 700;
}

a:hover {
    text-decoration: underline;
}

.text-highlight {
    color: #484846;
    font-size: 47px;
}

.text-container {
    background-color: #DEDEDE;
    padding: 8px;
    color: #484846;
    font-weight: 600;
}

.maps-container {
    margin-top: 16px;
    display: flex;
}

.maps-frame {
    border: 0;
    height: 350px;
    width: 70%;
}

.legal-content {
    padding: 8px;
}

.legal-text {
    margin-right: 16px;
}

div {
    display: block;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card {
    width: 60%;
    height: 60%;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.card-content {
    text-align: center;
    padding: 32px 16px;
    flex: 1;
}

h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    color: rgba(0, 0, 0, 0.8);
}

.card-buttons {
    display: flex;
    justify-content: center;
    padding: 32px 16px;
    display: flex;
}

.button-orange {
    background-color: orangered;
    color: white;
    margin: 0px 16px;
    width: 100px;
    display: flex;
    justify-content: center;
}

.button-orange[disabled] {
    background-color: rgba(161, 155, 153, 0.657);
}

.button {
    color: orangered;
    background-color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 2px 0px 8px rgb(0 0 0 / 20%);
    border: unset;
}

#Knopf {
    position: fixed;
}

#ENDE {
    background-color: #484846;
    color: #DEDEDE;
    padding: 50px;
    border-top-left-radius: 50px;
    width: 99.99999999%;
}
body{
    margin: 0;
}
.hamburger {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 2rem;
    padding: 4px;
    border: rgb(255, 255, 255) solid 1px;
    background: white;
    cursor: pointer;
    border-radius: 100px;
    }
    .closeIcon {
      display: none;
    }
.menu {
    position: fixed;
    transform: translateY(-102%);
    transition: transform 0.2s;
    top: 0;
    left: 1;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgb(184, 37, 37);
    color: white;
    list-style: none;
    padding-top: 4rem;
    width: 200px;
    border-bottom-left-radius: 50px;
}
.showMenu {
    transform: translateY(-6%);
}
#Header-details_space1{
    padding-left: 10px;
}
.Header-link-white button{
    background-color: white;
    text-decoration: none;
    padding-bottom: 5px;
    border-radius: 50px;
    color: black;
}


/*Toasts*/


.toast.show {
    display: block;
}

.toast .close {
    float: right;
    cursor: pointer;
}
.close {
    background-color: aqua;
    border-radius: 100px;
    padding: 2px;
    height: 12px;
    width: 12px;
}
main{
    top:0px;
    margin-left: 58px;
    padding-right: -100px;
}

@media only screen and (min-width: 950px) {
    #Header img{
        border-radius: 100px;
        right: 100px;
        height: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
    }
    #Header{
        background-color: brown;
        border-radius: 100px;
        height: 110px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 112.99999%;
    }
    .navbar_a {
        background-color: white;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 45px;
        padding-bottom: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: -100px;
        transition: padding-bottom 200ms ease-in;
        box-shadow: 0px 10px #666;
    }


}
@media only screen and (max-width: 950px) {
    a {
        color: #ff0000;
        text-decoration: none;
        margin-left: 0px;
        font-weight: 0;
        background-color: #ff0000;
    }
}

.navbar_a a:hover{
    box-shadow: 1px 1px #666;
}
