#aquarelle,
#holzschnitte,
#one,
#relieftafeln {
   /* height: 100vh;
    width: 100vw;*/
}

.wrapper {
    /*background-image: url(../../sn/images/kopfbalken-falke_2000.jpg);
    background-position: top center;
    width: 100%;*/
    padding: 0 0 4em;
}
.wrapper > .inner {
    max-width: 1400px;
}
a,
figcaption,
p {
    color: #441e1d;
}

a.navPanelToggle {
    color: white;
}

p.info {
    margin: 1em 0 0;
}

header.major {
    margin: 2em 0 1em;
}

header.major h2 {
    color: #9f0800;
}

header.major h2 {
    text-transform: initial;
}

header.major h2 strong {
    text-transform: uppercase;
    color: #441e1d;
}

#one {
    background: #fff068;
}

#aquarelle {
    background: #a3d69c;
}

#holzschnitte {
    background: #fff068;
}

#relieftafeln {
    background: #a3d69c;
}

.header-img {
    background: #9f0800;
    border-top: 4px solid #441e1d;
}

.header-img img {
    max-width: 100%;
    display: block;
}

.content img {
    max-width: 100%;
}

.inner .content {
    display: flex;
    justify-content: flex-start;
}

#aquarelle .inner .content,
#relieftafeln .inner .content {
    justify-content: space-between;
}

.content .cin {
    width: 90%;
    display: block;
}

#aquarelle .left,
#holzschnitte .left,
#one .left,
#relieftafeln .right {
    width: 33.33333%;
}

#aquarelle .right,
#holzschnitte .right,
#one .right,
#relieftafeln .left {
    width: 66.6666%;
}

#aquarelle .right .cin,
#relieftafeln .right .cin {
    margin-left: auto;
}

#aquarelle .right img {
    
}

.sn-header {
    line-height: 2em;
    font-size: 2em;
    padding: 0;
    margin: 0;
    color: #fff068;
    text-transform: uppercase;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto 1em;
}


.inner h3 {
    color: #9f0800;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

#footer {
    background: #441e1d;
    padding: 1em 0;
}

#footer .menu {
    margin: 0;
    position: relative;
    text-align: right;
}

#footer .menu a {
    color: white;
}
.slider{
    position: relative;
}
.slider article {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.slider article img {
    display: block;
}
.slider article.active {
    z-index: 3;
}
#banner-relief {
    padding-bottom: 100%;
    background-color: #fff;
}
#banner-aquarelle {
    border: 3px solid #0522d0;
    /* width: 100%; */
    padding-bottom: 73%;
    background-color: #fff;
}


#banner .indicators {
    display: none;
}

@media screen and (max-width: 1280px) {
    .sn-header {
        width: 100%;
        padding: 0 3rem;
    }
}

@media screen and (max-width: 768px) {
    #aquarelle .left,
    #holzschnitte .left,
    #one .left,
    #relieftafeln .right {
        width: 50%;
    }
    #aquarelle .right,
    #holzschnitte .right,
    #one .right,
    #relieftafeln .left {
        width: 50%;
    }

    .sn-header {
        width: 100%;
        padding: 0 1.5rem;
    }

}

@media screen and (max-width: 425px) {

    .inner .content {
        flex-flow: column;
    }
    .content .cin {
        width: 100%;
    }
    .wrapper {
        padding: 0 0 2em;
    }
    
    #aquarelle .left,
    #holzschnitte .left,
    #one .left,
    #relieftafeln .right {
        width: 100%;
    }
    #aquarelle .right,
    #holzschnitte .right,
    #one .right,
    #relieftafeln .left {
        width: 100%;
    }
}
