.search--active  .search--wrapper{
    z-index: 740;
}

.header{
    height: 130px;
    background: var(--primary);
}


.header a img {
    height: 93px;
    margin-bottom: 0;
    margin-top: 20px;
}

@media screen and (max-width: 480px){
    .header{
        height: 100px;
    }
    .header a img {
        height: 70px;
        margin-bottom: 0;
        margin-top: 0;
    }
}



.navigation {
    top: 174px;
}

main{
    padding-top: 187px;
}
@media screen and (max-width: 480px){
    .navigation{
        top: 100px;
    }
    main{
        padding-top: 100px;
    }
    .dgm--metanav{
        displaY: none;
    }
}


.simple--header{
    background: #f0f0f0;
    padding: 1.5rem 0;
    position: relative;
}

.simple--header::before, .simple--header::after{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f0f0f0;
    content: "";
}
.simple--header::before{
    right: 100%;
    left: unset;
}


.simple--header  header {
    position: absolute;
    z-index: 340;
    bottom: 85px;
    left: 50px;
    right: 33%;
    height: auto;
}

.simple--header h3 {
    font-size: 32px;
    line-height: 1.5;
    font-family: "Oswald", Calibri, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}
.simple--header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: unset;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

@media screen and (max-width: 480px){
    .simple--header header{
        position: static;
        background: var(--primary);
        padding: 1rem;
    }
}




figure {
    margin: 0;
    padding: 0;
    displaY: block;
}
figure img{
    displaY: block;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 480px) {
    .dgm-cols-50{
        margin-bottom: 4rem;
    }

}