header.entry-header {display:none}

.site-container {
    background: #000;
}
.site-inner {background:white}
.intro-foto {
    height: 75vh;
    -webkit-mask-image: url(/wp-content/uploads/intro-img-mask.svg);
    mask-image: url(/wp-content/uploads/intro-img-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
}
.intro-txt {
    display: flex;
    position: relative;
    margin-top: -150px;
}

.car-intro {
    color: white;
    display: flex;
    position: relative;
    z-index: 1;
}
.car-intro:before {
    display: block;
    content: "";
    background: #000;
    width: 200vw;
    z-index: -1;
    position: absolute;
    left: -50vw;
    top: 0;
    height: 100%;
}

.auto-rechts, .auto-links {height:50vh;} 
.auto-rechts  .wpb_single_image .vc_figure, .auto-links .wpb_single_image .vc_figure {width:100%}
.auto-rechts .wpb_single_image .vc_single_image-wrapper, .auto-links .wpb_single_image .vc_single_image-wrapper {width:100%;} 

.auto-rechts img {
    -webkit-mask-image: url(/wp-content/uploads/car-right-mask.svg);
    mask-image: url(/wp-content/uploads/car-right-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
    z-index: 2;
    position: relative;
	right: -30px;
	top:-25px;
	height: 45vh;
    object-fit: cover;
    border: 10px solid white;
	width: 100%;
}
.auto-rechts .vc_single_image-wrapper {
    -webkit-filter: drop-shadow(11px 11px 4px rgba(0,0,0,0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    z-index: 5;
    position: relative;
    -webkit-mask-image: url(/wp-content/uploads/car-right-mask.svg);
    mask-image: url(/wp-content/uploads/car-right-mask.svg);
    -webkit-mask-repeat: no-repeat;
    background: white;
    padding: 50px 0 0;
    right: -15px;
    top: -40px;
    mask-size: 100%;
}

.auto-rechts .vc_col-sm-6:nth-child(2) {
    width: 50vw;
    position: absolute;
    right: 0;
}
.auto-links img {
    -webkit-mask-image: url(/wp-content/uploads/car-left-mask.svg);
    mask-image: url(/wp-content/uploads/car-left-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
    z-index: 2;
    position: relative;
	left:-15px;
	top:-25px;
	height: 45vh;
    object-fit: cover;
    border: 10px solid white;
	width: 100%;
}
.auto-links .vc_col-sm-6:nth-child(1) {
    width: 50vw;
    position: absolute;
    left: 0;
    mask-size: 100%;
}

.auto-links .vc_single_image-wrapper {
    -webkit-filter: drop-shadow(11px 11px 4px rgba(0,0,0,0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    z-index: 5;
    position: relative;
    -webkit-mask-image: url(/wp-content/uploads/car-left-mask.svg);
    mask-image: url(/wp-content/uploads/car-left-mask.svg);
    -webkit-mask-repeat: no-repeat;
    background: white;
    padding: 50px 0 0;
    left: -15px;
    top: -40px;
}
.auto-links .vc_col-sm-6:nth-child(2) {float:right}