﻿header {
    background-image: url('../../CD/Images/Backgrounds/Page.Background.DigitaleLoesungen.jpg');
    background-size: cover;
    box-shadow: inset 0px 10px 10px rgba( 0, 0, 0, 0.15 ), inset 0px -10px 10px rgba( 0, 0, 0, 0.15 );
    background-position: center 45%;
    height: 60vh;
    max-height: 60vh;
    min-height: 60vh;
}

.page-header h1 {
    margin-top: 2.3rem;
}

div.header-container {
    background-image: none;
}

div.content-container div.breadcrumb-container {
    margin-top: 0;
}

@media only screen and (max-width: 940px) {

    header {
        background-size: cover;
    }

    .owl-headline {
        margin-bottom: 0.3rem;
        font-size: 1.5rem;
        max-width: 75%;
    }

    div.header-container.padding-default {
        padding-top: 0 !important;
    }

    .h325 {
        height: 225px;
    }

    .owl-item article {
        background-size: 200px auto;
        padding-top: 110px;
    }

}

@media only screen and (max-width: 640px) {

    .owl-headline {
        font-size: 1.3rem;
        max-width: 95%;
    }

    .owl-item article {
        padding-top: 90px;
    }
}

