@import 'owl.carousel.css';
@import 'owl.theme.css';

.mzgr-header-1 {
    font-family: 'Archivo', sans-serif;
}

.mzgr-header-1 .owl-theme .owl-controls {
    margin-top: -40px;
    position: relative;
}

.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    width: 40px;
    height: 5px;
    background: #FFFFFF;
}

.mzgr-header-1 h2 {
    font-size: 40px;
}

.mzgr-header-1 .item {
    color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mzgr-header-1 .item .red-box {
    left:0;
    top:0;
    bottom: 0;
    width: 40%;
    position: absolute;
    background: rgba(235, 0, 41, .9);
}

.mzgr-header-1 .col-xs-12 {
    display: table;
}

.mzgr-header-1 .item-content {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-style: italic;
}

.mzgr-header-1 .item-content-container,
.mzgr-header-1 .red-box {
    height: 100%;
}

.mzgr-header-1 .buttons {
    margin-top: 30px;
}

.mzgr-header-1 .text {
    -webkit-transition: all 2s;
    transition: all 2s;
    font-size: 3em;
    line-height: 1.2em;
}
.mzgr-header-1 .text p{
    text-shadow: rgb(235, 0, 41) 1px 0px 10px;
    background: rgba(235, 0, 41, .1); /* Barrierefreiheit */
}


.mzgr-header-1 h1,
.mzgr-header-1 h2,
.mzgr-header-1 h3 {
    color: #FFFFFF;
    font-weight: normal;
}

@media(max-width: 992px) {
    .mzgr-header-1 .item-content-container,
    .mzgr-header-1 .item .red-box {
        width: 75%;
    }
}

@media(max-width: 768px) {
    .mzgr-header-1 .item-content-container,
    .mzgr-header-1 .item .red-box {
        width: 100%;
        height: 50%;
    }
    .mzgr-header-1 .text {
        font-size: 1.8em;
    }
}