body{
    overflow-x:hidden;
}


/* =============== So funktioniert es ==============*/

.so_funkrioniwer_sections .so_col{
	overflow:hidden !important;
}

/* =============== Testimonial Sections ==============*/

.testimonial_sections .pp-testimonial .pp-testimonial-content{
	position:relative;
}

.testimonial_sections .pp-testimonial .pp-testimonial-content:after{
    content: '';
    position: absolute;
    background: #fff !important;
    height: 90px !important;
    width: 90px !important;
    top: 70%;
    clip-path: polygon(51% 48%, 100% 50%, 50% 100%, 0% 50%);
    left: 50%;
    transform: translateX(-50%);
}



.testimonial_sections .pp-testimonial .pp-testimonial-footer .pp-testimonial-footer-inner{
	background: #fff !important;
    padding: 10px 20px  !important;
    border-radius: 10px  !important;
}


/* =============== Folgen Sie uns in den sozialen Netzwerken ==============*/
.folgen_section .pp-buttons-group .pp-button:first-child {
    background: linear-gradient(
        90deg,
        #4F62C7 0%,
        #D04180 50%,
        #FCA255 100%
    ) !important;
    border: none !important;
    border-radius: 10px;
}



@media (min-width: 767px) {
	.pp-advanced-menu .contact.menu-item{
		display:none !important;
	}
}
