/* Testimonial-Container */
.height_mylene {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 20px auto;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

/* Optionaler Hover-Effekt für Desktop */
.height_mylene:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Accordion-Linie oben */
.zpelement.zpaccordion {
    border-top: 1px solid #ce714e !important;
}

/* Blockquote-Stil */
.txt_alg blockquote {
    font-style: italic;
    color: #333;
    margin: 0;
    padding: 0 20px;
    border-left: 4px solid #ce714e;
    line-height: 1.8;
    position: relative;
    max-width: 700px;
    font-size: 18px;
}

/* Anführungszeichen vorn */
.txt_alg blockquote::before {
    content: "„";
    font-size: 40px;
    position: absolute;
    left: -25px;
    top: -10px;
    color: #ce714e;
    font-family: serif;
}

.head_h_color h2 {
	color: #CE714E !important;
}
/*Tablet */
@media only screen and (min-width: 768px) {
	.theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before, .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
    	background: #ce714e !important;
    }
    .theme-menu li:hover span.theme-menu-name{
    	color: #c9633a !important;
    }
    .theme-menu .theme-menu-selected span.theme-menu-name{
    	color: #c9633a !important;
    }
}

/*Mobile Responsive*/
@media only screen and (max-width: 600px) {
    .mylene_sec .zprow {
    	margin-top: 0px !important;
    }
    .mylene_sec .zpelem-heading {
    	margin-top: 0px !important;
    }
    .zphero-slide-video{
 display : block !important;
}
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before, .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
    	background: #ce714e !important;
    }
    .theme-menu li:hover span.theme-menu-name{
    	color: #c9633a !important;
    }
    .theme-menu .theme-menu-selected span.theme-menu-name{
    	color: #c9633a !important;
    }
}

.btn_index {
	position: relative;
    z-index: 1000;
}
