pre {
    color: #B18904;
    font-size: 40px;
}

#portfolio {
    text-align: center;
    color: #B18904;
    white-space: pre-wrap;
    font-size: medium;
}

#logo {
    max-width: 80%;
    height: auto;
}

#hgfName {
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    padding: 5%;
}

.grid-item {
    padding: 10%;
    font-size: medium;
    text-align: center;
}

.portfolioImage {
    min-height: 80px;
    max-height: 100px;
}

.links {
    text-decoration: none;
    font-size: larger;
}

#contact {
    text-align: center;
}

#contact pre {
    text-align: center;
    color: #B18904;
    white-space: pre-wrap;
    font-size: medium;
}

li {
    list-style-type: none;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #DBA901;
}

li a {
    text-decoration: none;
    color: #B18904;
    text-align: center;
    font-size: larger;
}

#content {
    text-align: center;
    margin-top: 1%;
}

#gallery {
    width: 100%;
    height: auto;
    max-width: 1000px;
    /*max-height: 300px;*/
    margin-top: 10%;
}

#frame {
    border: 0;
    overflow: scroll;
    min-width: 200px;
    min-height: 100%;
}

#footer {
    color: #B18904;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

#zitat {
    text-align: center;
}

.imageButton {
    background-color: transparent;
    color: #B18904;
    border: 0;
}

.imageButton i {
    font-size: 40px;
}

#buttonLeft {
    position: absolute;
    top: 30%;
    left: 2%;
}

#myImage {
    float: left;
    margin-right: 20px;
    max-width: 100%;
}

#buttonRight {
    position: absolute;
    top: 30%;
    right: 2%;
}

#impressum {
    padding: 0 5% 0 5%;
    text-align: center;
    font-size: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

.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%;
}

.topnav {
    overflow: hidden;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    padding: 20px 16px;
    font-size: 17px;
    display: block;
    color: black;
}

.menu {
    position: fixed;
    top: 0;
    background: #FBFBEF;
    width: 100%;
    border-bottom: 1px solid #DBA901;
}

.icon {
   float: left;
}

.active {
    color: white;
}
