/*
Theme Name:     Renix Child Theme
Theme URI:      http://themeforest.net/user/Softwebmedia/portfolio
Description:    Renix Child Theme for customization
Author:         Soft Web Media
Author URI:     http://themeforest.net/user/Softwebmedia
Template:       renix
Version: 		1.00
*/


/* Add your custom style below */

/* Navigation */
.mk-nav-menu > li a span:before {
	background-color: #E02223 !important;
}
/* Seitenkontaktinfos */
.wpfm-menu-link {
	text-decoration: none;
}
.wpfm-template-1 ul:hover {
    width: 348px; /* Auf Inhalt anpassen */
}
.wpfm-template-1 ul {
    width: 40px;
	transition: 0.8s;
}
.wpfm-template-1 ul li {
    overflow: hidden;
}
.wpfm-template-1 .wpfm-tootltip-title {
	visibility: hidden;
}
.wpfm-template-1 li:hover .wpfm-tootltip-title {
	visibility: visible;
}
.mk-off-canvas-close a {
	background-image: url(/wp-content/uploads/2024/10/close-w.svg);
	background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
/* US Header */
.us-header a {
	color: #CCCCCC;
}
.us-header a:hover {
	color: #FFFFFF;
}
/* Startseite E6 */
@media (max-width: 768px) {
.startseite-e6 .mk-interactive-projects .mk-interactive-projects-images .mk-interactive-projects-image1 {
	order: 2;
}
	.startseite-e6 .mk-interactive-projects .mk-interactive-projects-images .mk-interactive-projects-image2 {
	order: 1;
    margin-top: 20px;
}
	}
/* Damen E4 */
.damen-e4 .mk-awards-year {
	max-width: 40%;
}
/* Damen E5 */
.slide-element .leer-icon {
	margin-right: 18px;
}
.slide-element .mk-twin-sections-desc a {
	color: #FFFFFF;
}
.slide-element .mk-twin-sections-desc a:hover {
	color: #CCCCCC;
}
/* Damen E7 */
.damen-e7 .mk-counter-number {
	display: none;
}
/* Herren E4 */
.herren-e4 .mk-awards-year {
	max-width: 40%;
}
/* Herren E7 */
.herren-e7 .mk-counter-number {
	display: none;
}
/* Kosmetik E7 */
.kosmetik-e7 .mk-counter-number {
	display: none;
}
/* Über uns E5 */
.ueberuns-e5 .mk-counter-number {
	display: none;
}
/* Eindrücke E3 */
.eindruecke-e3 .mk-counter-number {
	display: none;
}
/* Preislisten */
.preistabelle .mk-pricing-table-bottom .mk-pricing-table-features .mk-pricing-table-fature-icon .fa-circle {
	color: #E02223 !important;
	margin-bottom: 29px;
}
/* Kontakt */
.kontakt-adresse-s .mk-title-desc a {
	color: #CCCCCC;
}
.kontakt-adresse-s .mk-title-desc a:hover {
	color: #FFFFFF;
}
.elementor-17919 .elementor-element.elementor-element-7d2f6578 .mk-cf7-style button[type=submit] {
	z-index: 2;
    position: relative;
}
/* SEO MENU */
.menu-seo-seitenleiste-container{
	position: fixed !important;
	left: -3px !important;
	top: 35% !important;
	width: 200px !important;
	z-index: 9999999999999999;
}

*[id^="menu-seo-seitenleiste"]{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

*[id^="menu-seo-seitenleiste"] > li{
	height: 44px !important;
	background-color: #FFFFFF !important;
	margin: 0px 0px 2px 0px !important;
	list-style: none !important;
	border: 2px solid #E02223;
}

*[id^="menu-seo-seitenleiste"] > li:last-child{
	margin-bottom: 0px !important;
}

*[id^="menu-seo-seitenleiste"] > li > a{
	width: 100% !important;
	height: 100% !important;
	float: left !important;
	color: #000000 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	box-sizing: border-box!important;
	padding: 9px 0px 9px 18px !important;
	font-size: 12px !important;
	line-height: 0 !important;
}

*[id^="menu-seo-seitenleiste"] > li > a:hover{
	color: #CCCCCC !important;
}

@media only screen and (max-width: 1200px){
	.menu-seo-seitenleiste-container{
		display: none;
	}
}

/* SEO PAGES */
.seo-ueberschrift {
	text-align:center;
	margin-bottom: 100px;
}
.seo-wrapper,
.seo-row{
	width: 100%;
}

.seo-wrapper{
	max-width: 1300px;
	margin: auto;
}

.seo-row{
	display: flex;
	margin-bottom: 80px;
}

.seo-row:last-child{
	margin-bottom: 0px;
}

.seo-column{
	width: 50%;
	max-height: 100%;
	float: left;
	flex: 1;
	position: relative;
}

.seo-image-inner-left{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80%;
    position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seo-image-inner-right{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80%;
    position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seo-text{
	background-color: #FFFFFF;
	border: 5px solid #000000
}

.seo-text-inner,
.seo-text-inner > p,
.seo-text-inner > h3{
	color: #000000 !important;
}

.seo-text-inner,
.seo-text-inner > p{
	font-size: 16px !important;
	line-height: 24px !important;
}

.seo-text-inner > h3{
	font-size: 26px !important;
	line-height: 30px !important;
	margin: 0px 0px 14px 0px !important;
}

.seo-text-inner{
	padding: 60px;
	box-sizing: border-box;
}
.seo-text-inner a{
	text-decoration: underline;
}

@media only screen and (max-width: 1200px){	
	.seo-row{
		flex-direction: column;
		margin-bottom: 40px;
	}
	
	.seo-column{
		width: 100%;
		min-height: 400px;
		flex: 0 0 100%;
	}
	
	.seo-row:nth-child(odd) > .seo-column:first-child{
		order: 2;
	}
	
	.seo-row:nth-child(odd) > .seo-column:last-child{
		order: 1;
	}
	
	.seo-text-inner{
		padding: 32px;
	}
	
	.seo-image-inner-left{
		height: 100%;
	}
	
	.seo-text-inner > h3{
		font-size: 24px !important;
	}
	
	.seo-text-inner,
	.seo-text-inner > p{
		font-size: 14px !important;
		line-height: 20px !important;
	}
}
/* RECHTLICHE UNTERSEITEN */
.imp-header-all{line-height: 1.2; margin-top: 20px; margin-bottom: 10px;font-size: 28px !important;}
.imp-paragraph{margin-bottom: 10px; line-height: 26px; font-size: 16px;}
.ds-header-all{line-height: 1.2; margin-top: 20px; margin-bottom: 10px;}
.ds-header-1{font-size:28px !important;}
.ds-header-2{font-size:24px !important;}
.ds-header-3{font-size:20px !important;}
.ds-wrapper{margin-left: 20px;}
.ds-paragraph{margin-bottom: 10px; line-height: 26px; font-size: 16px;}