
/*Prallax Global DCE kein Theme*/
.parallax-dce {
    height: 500px;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    display: table;
    z-index: 0;
    background-position: center center;
}
.parallax-dce .parallax-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 15px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.parallax-dce .text {
    max-width: 66%;
    margin: 0 auto;
}
.parallax-dce .text,
.parallax-dce h1,
.parallax-dce h2,
.parallax-dce h3,
.parallax-dce h4 {
    color: #FFF;
}
.parallax-dce .overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .parallax-dce {
        background-position: center center !important;
        height: auto;
        min-height: 200px;
        background-attachment: scroll;
    }
    .parallax-dce .text {
        max-width: 90%;
    }
}
/*Prallax Ende*/