#header {
    position: relative;
    padding: 0;
}
#headerlogo {
    display: block;
    /* margin-bottom:  5px; */
}
#headerlogo a {
    display: block;
    padding-bottom: 5px;
}
#headerlogo::after {
    content: "";
    clear: both;
    width: 100%;
    /* height: 5px; */
    display: block;
}
#header-dariusz {
    margin-bottom: 5px;
    margin-left: 27px;
}
#header-walenicki {
    float: left;
    /* margin: 5px 0; */
    padding-bottom: 5px;
    background-repeat: no-repeat;
}
.fixed #headerlogo {
        position: fixed;
        top: 0px;
        padding-top: 5px;
        background-color: white;
        width: 100%;
        padding-bottom: 5px;
}

.fixed #header-dariusz {
    display: none;
}
.fixed #content-cols {
    padding-top: 59px;
}
#hamburger-icon {
    width: 23px;
    height: 20px;
    background-image: url(/userfiles/layout/hamburger.png);
    float: left;
    background-size:  contain;
    background-repeat: no-repeat;
    background-position-y: 100%;
    margin-right:  5px;
}
#gesamt {
    padding: 20px;
    margin: 0;
    width:  100%;
    box-sizing:  border-box;
}
#footer {
    display: none;
}
#content-cols {
    flex-direction: column;
    margin-top: 10px;
}
#navigation {
    width: 100%;
    position: relative;
    display: none;
}
.fixed #navigation {
    position: fixed;
    top: 42px;
    width: 100%;
    z-index: 5;
    background: white;
}
#content {
    margin-left: 0;
    width: 100%;
}
.wp-galerie-kommentar {
    opacity: 1;
}
.wp_galerie img {
    max-height: 100vh;
    width: auto;
}
@media (orientation: landscape) {
    #header {
        xdisplay: none;
        position: absolute;
        width: 100%;
        opacity: 0;
        transition: 0.5s;
    }
    .fixed #content-cols {
        padding-top: 0;
    }
}
#content img {
    max-width: 100%;
    height: auto;
}