
/** TESTIMONIAL SINGLE **/

body.single-testimonial #maincontent {
    margin-top: -55vH;
    position: relative;
    z-index: 12;
}

@media (min-width: 1200px) {
    body.single-testimonial #maincontent {
        margin-top: -55vH;
        position: relative;
        z-index: 12;
    }
}

@media (orientation: landscape) {
    body.single-testimonial #maincontent {
        margin-top: -55vH
    }
}

@media (orientation: portrait) {
    body.single-testimonial #maincontent {
        margin-top: -45vW
    }

}

section + section {
    padding-top: 0
}

body.single-testimonial .main-slider, body.single-testimonial #simpleheader {
    display: none
}

body.single-testimonial #testimonialheader {
    background-color: #f3d1be;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

body.single-testimonial #testimonialheader .container {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

body.single-testimonial #testimonialheader .headtitle {
    position: relative;
    height: 100px;
    width: 100%;
}

body.single-testimonial .videoholder {
    position: relative
}

body.single-testimonial .videoheader video {
    width: 100%;
}

body.single-testimonial .videoholderbg {
    content: '';
    position: absolute;
    top: 25%;
    height: 85%;
    width: 68%;
    left: -8%;
    background-color: #d1d6da;
    z-index: -1;
}

body.single-testimonial #testimonialheader .headtitle .bigtitle {
    position: absolute;
    right: 30px;
    left: 0;
    bottom: 90%;
    color: #fff;
    font-size: 10vW;
    text-align: right;
    line-height: 66%;
    font-weight: bold;
}

body.single-testimonial #testimonialheader .headtitle:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: #fff;
    width: 10000px;
}

body.single-testimonial .heroimage {
    margin-top: -25vH;
}

#loesung {
    position: relative;
    padding-top: 100px;
}

#loesung:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 39%;
    background: #edeff0;
}


/** TESTIMONIAL ITEM **/
.testimonialitem .testimonialimage {
    position: relative;
    background-color: #f3d1be;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.testimonialitem .testimonialimage:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.testimonialitem .testimonialimage .backgrounder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: transform ease .6s;
    transform: scale(1);
}

.testimonialitem:hover .testimonialimage .backgrounder {
    transform: scale(1.05);
}

.testimonialitem .testimonialcontent {
    padding: 15px;
}

