/*
 Theme Name:   Podium Child
 Theme URI:    http://podium.axiomthemes.com/
 Description:  Podium - Fully Responsive and Mobile Friendly theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     podium
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  podium
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Fix Issue with Slider on Startseite by loading twice */
.hide-slider {
	display: none;
}
/* CF7 */
.captcha-image{
	width: 100%;
}

.cf7ic_instructions > span{
	font-weight: 700;
}

.cf7ic-icon-wrapper{
	display: block;
}

footer .contacts_logo img {
    max-height: 120px!important;
}
.rechtliches {
    float: left!important;
    font-size: 16px!important;
	margin-left: 80px!important;
}
.seo-menue {
    float: right!important;
    font-size: 16px!important;
	margin-right: 80px!important;
}
@media(max-width: 700px) {
	.rechtliches {
		float: none!important;
		margin:5px!important;
	}
	.seo-menue {
		float: none!important;
		margin:5px!important;
	}
}
.scheme_default .body_wrap>.side_socials {
    background-color: #3E4756!important;
}
.scheme_dark .sc_layouts_menu_mobile_button_burger:not(.without_menu) a .sc_layouts_item_icon {
    color: #3E4756!important;
}
.scheme_dark .sc_layouts_menu_mobile_button_burger:not(.without_menu)>span {
    color: #3E4756!important;
}
.wpfm-menu-nav.wpfm-position-right ul, .wpfm-position-top-right ul, .wpfm-position-bottom-right ul {
    width: 40px;
}
.wpfm-menu-nav.wpfm-position-right ul:hover, .wpfm-position-top-right ul:hover, .wpfm-position-bottom-right ul:hover {
    width: max-content;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 2.5em !important;
}
.sc_content.black_label:before {
    width: 46%;
}
@media(max-width:500px) {
	h2 {
		font-size: 55px !important;
	}
	.menu_mobile .menu_mobile_nav_area > ul > li > a {
		font-size: 26px!important;
	}
}

/* Leistungen */
@media (max-width: 500px) {
	.bild-leistungen {
		max-height: 350px !important;
	}
}
/* Über uns */
@media (max-width: 500px) {
	.ueberuns-e2-bild img {
		margin-top: 80px !important;
	}
}

/* PREISE */
.preise-e1 .cq-accordion ul li input[type=checkbox] {
    z-index: 1000000;
	clip: unset;
}


/* SEO MENU */
.menu-seo-seitenleiste-container{
	position: fixed !important;
	left: 0 !important;
	top: 30% !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: #3e4756 !important;
	margin: 0px 0px 2px 0px !important;
	list-style: none !important;
}

*[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: #ffffff !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	box-sizing: border-box!important;
	width: 100% !important;
	height: 100% !important;
	float: left !important;
	padding: 9px 0px 9px 18px !important;
	font-size: 16px !important;
	line-height: 0 !important;
}

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

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

/* SEO PAGES */
.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: #3e4756;
}

.seo-text-inner,
.seo-text-inner > p,
.seo-text-inner > h3{
	color: #ffffff !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;
}

@media only screen and (max-width: 1200px){	
	.seo-row{
		flex-direction: column;
		margin-bottom: 40px;
	}
	
	.seo-column{
		width: 100%;
		/* min-height: 400px; */
		min-height: 200px;
		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;
	}
}
.seo-text-inner a {
	color: #FFF;
	text-decoration: underline;
}