.testimonial-form {
    width: 100%;
    float: left;
}

.testimonial-img-form {
    color: #003c69;
}

.testimonial-img-form {
    font-size: 1.2em;
}

.testimonial-img-info {
    font-weight: 400;
    font-size: 0.7em;
}

.testimonial-form .button-primary {
    margin-top: 1px;
    cursor: pointer;
}

.testimonial-img-form .button-primary {
    width: 100%;
}

#testimonial-generator-view {
    width: 100%;
    position: relative;
    font-size: 3.5vw;
    float: left;
    overflow: hidden;
    background-size: cover;
}

.testimonial-generator-view-de {
    background-image: url('https://kostenbremse-jetzt.ch/wp-content/uploads/2023/09/praemien-senken-bg-4.svg');
}

.testimonial-generator-view-fr {
    background-image: url('https://freinauxcouts-maintenant.ch/wp-content/uploads/2023/07/praemien-senken-bg-fr.svg');
}

#testimonial-content, #testimonial-footer {
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    #testimonial-generator {
        flex-direction: row;
    }

    .testimonial-form {
        width: 50%;
        padding-right: 5%;
    }

    #testimonial-generator-view {
        width: 50%;
        font-size: 1.2vw;
    }
}

@media screen and (min-width:1601px) {
    #testimonial-generator-view {
		font-size: 0.95vw;
    }
}

@media screen and (min-width:1815px) {
    #testimonial-generator-view {
        font-size: 17.3px;
    }
}

#testimonial-content {
    padding: 7%;
    width: 100%;
    height: 100%;
    color: #fff;
}

.testimonial-head {
    height: 22%;
    display: flex;
    margin-bottom: 1.5em;
}

#testimonialImg {
    width: 22%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#testimonialImg img {
    width: 100%;
    display: block;
}

.name-function {
    height: 100%;
    padding-left: 1.5em;
    padding-top: 5%;
    line-height: 1.2;
	max-width: 78%;
}

#testimonial-generator-view #testimonialName {
    font-weight: 800;
}

.quote-container {
	font-size: 1.48em;
    line-height: 1.2;
}

#testimonial-footer {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 8%;
    width: 100%;
    height: 18%;
	overflow: visible;
    padding: 0 7% 0 7%;
}

.testimonial-foot-link-container {
    color: #fff;
    position: relative;
    bottom: 2px;
	line-height: 0.5;
    /*font-weight: 800;*/
    font-size: 0.87em
}

.testimonial-foot-link-invisible {
    opacity: 0;
}

.testimonial-foot-link {
	position: absolute;
	bottom: 0;
}

.testimonial-bracket {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#testimonial-generator-view>.logo:before {
    background-image: url('https://ja-zu-fairness.ch/wp-content/uploads/2022/10/testimonial-footer-img.png');
    width: 100%;
    background-size: contain;
    left: -100%;
    z-index: 0;
}

#testimonial-generator-view>.testimonial-bracket.logo:before {
    background-image: url('');
}

.testimonial-footer-img {
    height: 100%;
}

.testimonial-footer-img img {
    height: 100%;
}

.testimonial-bracket-text {
    background-color: #fff;
    padding: 0 10% 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-slogan-1 {
    color: #ff9900;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.4;
    z-index: 1;
}

.testimonial-slogan-2 {
    color: #003c69;
    line-height: 1.1;
    z-index: 1;
    padding-bottom: 5%;
}

.clear {
    clear: both;
}
