.pane {
	margin-top: 0px; /*-96px*/
}
@media screen and (max-width: 735px) {
	.pane {
	margin-top: 0px; /*-129px*/
	}
}

.pane--banner {
    background: rgba(255, 255, 255, 0.05) url('/wss/images/photos/impressum_new.jpg') center center;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    .pane--banner {
        background-image: url('/wss/images/photos/impressum_new.jpg');
}
}
/*.pane--banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}*/
.pane--banner .pane_inner {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    height: 600px;
}
@media screen and (max-width: 966px) {
    .pane--banner .pane_inner {
        height: 490px;
    }
}
.pane--banner .module-page-title {
    position: absolute;
    top: 80%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 790px;
}
@media screen and (max-width: 735px) {
.pane--banner .module-page-title {
    position: absolute;

    top: 80%;
    text-align:center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 735px;
}
}
@media screen and (max-width: 440px) {
.pane--banner .module-page-title {
    position: absolute;

    top: 50%;
    text-align:center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 735px;
}
}
.module_title {
	color: #fff;
	font-weight: 500 !important;
	font-size: 74px !important;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
@media screen and (max-width: 966px) {
.module_title {
	font-weight: 500 !important;
	font-size: 66px !important;
}
}

@media screen and (max-width: 735px) {
	.module_title {
	text-align: center;
	font-weight: 500 !important;
	font-size: 46px !important;
	}
}

@media screen and (max-width: 440px) {
	.module_title {
	text-align: center;
	font-weight: 500 !important;
	font-size: 36px !important;
	}
}
@media screen and (max-width: 414px) {
	.module_title {
	text-align: center;
	font-weight: 500 !important;
	font-size: 32px !important;
	}
}
@media screen and (max-width: 320px) {
	.module_title {
	text-align: center;
	font-weight: 500 !important;
	font-size: 26px !important;
	}
}
/*.pane--banner .module-page-title {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 0 30px;
}*/
