/**
 * Theme Name: hank Child
 * Description: Child theme for the hank
 * Author: LineThemes
 * Template: hank
 */

/* MENU */
.site-header .navigator > .menu > li a,
.site-header-sticky .navigator > .menu > li a{
    text-transform: capitalize !important;
}
.breadcrumbs {
    display: none;
}
.site-content .content-header.content-header-left .down-arrow {
    display: none;
}

/* ALLGEMEIN */
div#content-body p a {
    color: #fec900 !important;
}

/* FOOTER */
.go-to-top a span:after {
    content: 'Nach Oben';
	font-size: 11px;
}
.go-to-top a span {
    font-size: 0px;
}
div#site-footer div#media_image-2 img.image {
	height: 100px !important;
	width: auto !important;
}

/* MOBIL */
@media(max-width:1550px) and (min-width:1367px) {
	.header-info-text ul.info-list li {
		margin-right: 4px !important;
		margin-left: 0px !important;
	}
	.site-header-classic .navigator .menu-primary > li, .site-header-sticky .navigator .menu-primary > li {
		margin: 0px 7px !important;
	}
	.logo.logoDefault {
		height: 85px !important;
	}
}
.site-header .off-canvas-toggle {
	color: #fff !important;
}
.widget.widget_search {
    display: none;
}
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"] {
    top: 60px !important;
}
@media(max-width:767px) {
	.logo.logoDefault {
		height: 90px !important;
	}
	div#site-footer h3.size-lg {
		font-size: 28px !important;
		line-height: 45px !important;
	}
	.site-footer .footer-widgets .footer-aside-wrap aside {
		padding: 0px 15px 0px 15px !important;
	}
	div#site-footer div#media_image-2 {
		padding-top: 45px !important;
	}
	div .mobile-padding-top-30 {
		padding-top: 30px !important;
	}
	div .mobile-padding-top-50 {
		padding-top: 50px !important;
	}
	div .site-content .page-title .page-title-inner {
		font-size: 34px !important;
	}
	.site-header .header-brand {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

/* KONTAKTFORMULAR */
span.cf7ic-icon-wrapper {
    display: block !important;
}
.captcha-image {
    width: 100% !important;
}
.captcha-image .cf7ic_instructions span {
    color: #fec900 !important;
}
label {
    color: #fec900 !important;
}

/* SEO MENU */
.menu-seo-seitenleiste-container{
	position: fixed !important;
	right: 0 !important;
	top: 50% !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: #fcc901 !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: #000000 !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: 12px !important;
	line-height: 0 !important;
}

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

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

/* SEO PAGES */
.seo-wrapper,
.seo-row{
	width: 100%;
}

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

.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: #fcc901;
}

.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;
}

@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;
	}
}


.breadcrumbs::after {
    display: none !important;
}