li {
    list-style-type: none;
    padding-top: 8%;
    padding-bottom: 8%;
    border-bottom: 1px dashed #DBA901;
}

li a {
    text-decoration: none;
    color: #B18904;
    text-align: center;
    font-size: larger;
}

pre {
    color: #B18904;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid-item {
    padding: 20px;
    font-size: medium;
    text-align: center;
}

.portfolioImage {
    height: 200px;
}

.links {
    text-decoration: none;
    font-size: larger;
}

#logo {
    max-width: 100%;
    height: auto;
}

#navigation {
    grid-column: 1;
    width: 250px;
    text-align: center;
    color: #B18904;
}

#content {
    display: grid;
    grid-gap: 10px;
    text-align: center;
    margin-top: 1%;
}

#frame {
    grid-column: 2;
    grid-row: 1;
    border:0;
    overflow:scroll;
    min-width: 1650px;
    min-height: 100%;
}

#footer {
    color: #B18904;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#gallery {
    max-width: 1600px;
    max-height: 800px;
}

#zitat {
    text-align: center;
}

.imageButton {
    background-color: transparent;
    color: #B18904;
    border: 0;
}

.imageButton i {
    font-size: 80px;
}

#imageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#buttonLeft{
    position: absolute;
    top: 45%;
    left: 2%;
}

#myImage {
    float: left;
    margin-right: 20px;
    max-width: 50%;
}

#portfolio {
    text-align: center;
    color: #B18904;
    font-size: medium;
    font-family: "Tahoma", sans-serif;
}

#buttonRight{
    position: absolute;
    top: 45%;
    right: 4%;
}

#impressum {
    padding: 0 5% 0 5%;
    text-align: center;
    font-size: 18px;
    white-space:pre-line;
}

.text {
    padding: 0 5% 0 6%;
    font-size: 18px;
    white-space:pre-line;
    font-family: "Tahoma", sans-serif;
    color: #B18904;
}

.fa-facebook {
    height: 15%;
    margin-right: 5%;
}

.fa-instagram {
    height: 15%;
}
