body {
    background-color: #fbd586;
    font-family: 'Roboto', sans-serif;

}

.haupt {
    background-color: #eaae63;
    width: 55vw;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    border: solid 5px #fad279;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 2px 2px 10px black;
}

.navbar {
    background-color: #eac06f;
    height: 50px;
    width: 99%;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    border-radius:5px;
    box-shadow: 1px 1px 3px black;
}

.navbar ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 5px;
  }

.navbar li {
    float: left;
    margin-top: 4px;
  }

.navbar li a {
    display: block;
    color: #0d7e00;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 5px;
  }

.navbar li a:hover:not(.active) {
    background-color: #eaae63;
  }

.navbar-active {
    background-color: #eaae63;
    border-radius: 5px;
}

.wrap {
    background-color: #eac06f;
    width: 99%;
    height: auto;
    margin: 0 auto;
    margin-top: 5px;
    overflow: auto;
    margin-bottom: 5px;
    border-radius:5px;
    box-shadow: 1px 1px 3px black;
}

.wrap img {
    width: 99%;
    height: auto;
}

#text1 {
    display: block;
    overflow:auto
    font-size: large;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    widsth: 60%;
    height: auto;
    float: left;
}


.images {
    width: 30%;
    height: auto;
    float:right;
}

.images img {
    max-width: 80%;
    height: auto;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 10px;
    padding: 0;
    float: right;
}

.images p {
    float: left;
    max-width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;

}

.zwrap {
    background-color: #eac06f;
    width: 99%;
    height: auto;
    margin: 0 auto;
    margin-top: 5px;
    overflow: auto;
    margin-bottom: 5px;
    border-radius:5px;
    box-shadow: 1px 1px 3px black;
}

.kwrap {
    background-color: #eac06f;
    width: 97%;
    height: auto;
    margin: 0 auto;
    margin-top: 5px;
    padding-left: 15px;
    overflow: auto;
    margin-bottom: 5px;
    border-radius:5px;
    box-shadow: 1px 1px 3px black;
}

.kwrap li {
    width: 95%;
    height: auto;
    margin-top: 10px;
}

#ztext {
    overflow: auto;
    font-size: large;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    right: 0;
    width: 98%;
    height: auto;
    float: left;
}

.img-container {
    float: left;
    width: 20%;
    padding: 5px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.clrrr {
    width: 90%;
    margin-left: 10%;
    height: auto;
}

.regio {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.regio th {
    margin-left: 5px;
    width: 45%;
    font-weight: 200;
}
