#searchbar{
    margin-top: 1%;
    margin-left:  5%;
    padding: 15px;
    width: 40%;
    border: 1px solid #000000;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

#searchBtn{
    border: 1px solid #000000;
    padding: 15px;
    background-color: rgba(32, 184, 32, 0.808); 
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

nav{
    margin-left: 0px;
    margin-right: 20px;
    color: #000000;
}

ul{
    list-style: none;
}
article{
    float: left;
    margin-left: 20%;
}

iframe{
    float: left;
    display: flex;
    flex-direction: column;
    width: 1107px;
    height: 150vh;
    border: none;
    min-height: 0;
    overflow:hidden;
    padding: 1em;
    margin-left: 20px;
}

header{
    width: 1358px;
    padding-bottom: 10px;
    background-color: rgb(184, 221, 98);
    border-right: solid #000000;
    border-top: solid #000000;
    border-left: solid #000000;
}

.grid-container{
    display: grid;
    grid-template-columns: 1.5fr 5fr;
    grid-template-rows: 0.8fr 4fr;
    grid-template-areas: 
        "navigation     frame";
    width: 2em;
    height: 4em;

}

.frame{
    border-top: solid #000000;
    border-left: solid #000000;
    position: absolute;
    width: 1107.5px;
    padding-left: 10px;
    height: 1883px;
    background-image: url(../Bilder/2.jpg);
    background-position: top;
    background-size: 100%;
}

h1{
    text-align: center;
    margin-bottom: 1px;
    font-size: 40px;
    font-family: 'vivaldi';
}

.navigation{
    background-color: rgb(184, 221, 98);
    border-bottom: solid #000000;
    border-left: solid #000000;
    width: 240.5px;
    height: 1883px;
}

h2{
    margin-left: 40px;
}

p{
    margin-right: 50%;
}

footer{
    text-align: left;
    padding-top: 111em;
    position: relative;
    bottom: 0.5em;
    padding-left: 1em;
    right: 0.2em;
    top: 1345px;
    position: static;
}