/*
Theme Name: BardWP Child
Theme URI: http://bard.qodeinteractive.com
Description: A child theme of Bard Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: bardwp
Template: bardwp
*/

/* Topbar */
.topbarlinks, .topbarrechts {
	color: #FFF;
}
.mkdf-top-bar .topbarlinks a {
	color: #FFF !important;
}
.mkdf-top-bar .topbarlinks a:hover {
	color: #DDD !important;
}
/* Sidebar */
.mkdf-sidearea > a > .image {
	max-width: 50% !important;
}
.social_tumblr:before {
	content: url(/wp-content/uploads/2018/04/treatwell.webp) !important;
}
/* Footer */
.mkdf-footer-top-inner .mkdf-footer-column-1 img {
	max-width: 50% !important;
}
/* Footer Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	text-align: right;
	width: 100%;
	letter-spacing: .15em;
}
.dropdown-content {
	display: none;
	position: absolute;
	padding: 12px 16px;
	z-index: 1;
	background-color: #000;
	width: max-content;
	/*top: -100px;*/
	right: 0px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* Back To Top */
a#mkdf-back-to-top:before {
    content: "HINAUF";
    left: -28px;
    bottom: 60px;
    position: absolute;
    transform: rotate(270deg);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;
}
a#mkdf-back-to-top:hover {
    color:#000;
}
a#mkdf-back-to-top .mkdf-btt-text {
	display: none;
}
/* Startseite E1 */
#startseite-e1 a {
	cursor: default;
}
/* Startseite E2 */
.startseite-e2-unten .startseite-e2-untenlinks .mkdf-info-box-content {
	margin-top: -90px;
    margin-bottom: 69px;
}
.startseite-e2-unten .startseite-e2-untenlinks .mkdf-info-box-content .mkdf-info-box-description {
	font-weight: 500;
}
/* Massagen E5 */
.massagen-e5 .massagen-e5-rechts .mkdf-info-box-button .mkdf-btn.mkdf-btn-medium.mkdf-btn-outline.mkdf-btn-animation.mkdf-btn-show {
	background-color: #fff !important;
    color: #000 !important;
	border: 2px solid #fff !important;
}
.massagen-e5 .massagen-e5-rechts .mkdf-info-box-button .mkdf-btn.mkdf-btn-medium.mkdf-btn-outline.mkdf-btn-animation.mkdf-btn-show:hover {
	background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}
.massagen-e5 .massagen-e5-rechts .mkdf-info-box-button .mkdf-btn.mkdf-btn-medium.mkdf-btn-outline.mkdf-btn-animation.mkdf-btn-show .mkdf-btn-lines {
	display: none !important;
}
/* Kontaktinfos Fix */
.wpfm-template-2 ul:hover {
    width: 425px; /* Auf Inhalt anpassen */
}
.wpfm-template-2 ul {
    width: 40px;
	transition: 0.5s;
}
.wpfm-template-2 .wpfm-tootltip-title {
	visibility: hidden;
}
.wpfm-template-2 li:hover .wpfm-tootltip-title {
	visibility: visible;
}
/* Kontakt */
/*
.page-id-5414 .wpb-content-wrapper > .mkdf-row-grid-section-wrapper:nth-child(1) {
	background-size: cover
}
*/
@media only screen and (min-width: 1024px) {
	#kontakt-e1 .mkdf-st-title {
		padding-bottom: 15px;
	}
}

/* SEO MENU */
.menu-seo-seitenleiste-container{
	position: fixed !important;
	left: 0 !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: #FFF !important;
	border: 2px solid #959595 !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;
	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-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: #FFF;
	border: 2px solid #959595;
}

.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 {
	font-weight: 500;
	text-decoration: underline;
}
.seo-text-inner a:hover {
	text-decoration: none;
	color: #000;
}

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

.ds-paragraph a:hover,
.imp-paragraph a:hover {
	color: #959595;
}
.cmplz-document-eu h2 {
    line-height: 1.2 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 28px !important;
	font-weight: 400 !important;
}
.cmplz-document-eu p {
    margin-bottom: 10px !important;
    line-height: 26px !important;
    font-size: 16px !important;
}
.cmplz-document-eu .cmplz-subtitle {
    line-height: 1.2 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-left: 20px !important;
    font-family: Overpass, sans-serif !important;
    color: #000 !important
}
.cmplz-document-eu a:hover {
	color: #E84328 !important;
}
#cmplz-document .cmplz-subtitle + p {
    margin-left: 20px !important;
}
@media only screen and (max-width: 767px) {
.ds-paragraph + ul li a {
	word-wrap: break-word;
}
}

/* MOBILOPTIMIERUNG */
@media only screen and (max-width: 425px) {
	/* Floating Menu */
	body .wpfm-template-2 ul:hover {
    	width: 210px;
	}
	#wpfm-floating-menu-nav > ul > li:nth-child(3) {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	/* Footer */
	#footer-top-area {
		display: flex;
		padding-top: 0 !important;
	}
	#footer-top-area .mkdf-elements-holder .mkdf-eh-item-content {
		padding: 0 !important;
	}
	#footer-top-area .mkdf-custom-font-holder .mkdf-abs-link {
		top: 13px;
	}
	#footer-top-area > div > .vc_column-inner {
		padding-top: 0;
	}
	#footer-top-area > .wpb_column:first-child h2.mkdf-custom-font-holder {
		margin-left: -7px;
	}
	body .mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
    	padding: 50px 0 30px;
	}
	
	/* Startseite */
	#startseite-e1 .mkdf-ils-holder {
    	padding-top: 60px;
		padding-bottom: 190px;
		height: 100vh;
	}
	#startseite-e2 .mkdf-info-box-holder.mkdf-description-width-narrow .mkdf-info-box-description {
    	width: 90%;
	}
}
.hide-br-tags br {
	display: none !important;
}
#kontakt-e2 .mobile-only {
	display: none;
}
@media only screen and (max-width: 480px) {
	/* Page Layout */
	body .mkdf-container-inner, .mkdf-grid,
	body .mkdf-row-grid-section {
    	width: 340px;
	}
	/*
	body .vc_column_container>.vc_column-inner {
    	padding-left: 0;
    	padding-right: 0;
	}
	*/
	#startseite-e2 .mkdf-info-box-holder.mkdf-ib-appear.mkdf-ib-with-img-offset.mkdf-show-item .mkdf-info-box-image {
    background-position: 69% 94%;
    background-size: 106%;
    background-repeat: no-repeat;
	}
	#startseite-e3 .custom-br-mobile br {
		display: none;
	}
	#startseite-e7 .mkdf-event-singe-holder .mkdf-grid-col-8 .mkdf-shows-events-tickets-holder ul {
    	margin-left: 0;
	}
	
	#massagen-e1 .mkdf-elements-holder .mkdf-eh-item-content,
	#ueberuns-e1 .mkdf-elements-holder .mkdf-eh-item-content,
	#kontakt-e1 .mkdf-elements-holder .mkdf-eh-item-content {
    	padding: 0 !important;
	}
	#kontakt-e1 .vc_empty_space {
		display: none;
	}
	
	#ueberuns-e2 {
		padding-top: 0 !important;
		margin-top: -30px;
	}
	#ueberuns-e2 .mkdf-elements-holder .mkdf-eh-item {
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#ueberuns-e2 > .wpb_column:first-child {
		margin-bottom: -50px;
	}
	
	#kontakt-e1 h1 {
    	font-size: 61px;
	}
	
	.hide-br-tags br {
		display: block !important;
	}
	#kontakt-e2 br.mobile-only {
		display: block;
	}
	#kontakt-e2 span.mobile-only {
		display: contents;
	}
}
@media only screen and (max-width: 680px) {
	#startseite-e1 .mkdf-ils-holder .mkdf-ils-item-subtitle {
    	display: block;
		white-space: normal;
	}
	#startseite-e2 .mkdf-info-box-inner {
    	padding: 56px 0px 60px 40px !important;
	}
	#massagen-e2-row-2 {
		padding-top: 0 !important;
	}
	#massagen-e4 {
		margin-top: -70px !important;
	}
	#massagen-e5 {
		display: flex;
    	flex-direction: column-reverse;
		margin-top: 50px !important;
	}
	#massagen-e5 > .wpb_column:nth-child(2) {
		margin-bottom: 50px;
	}
}

/* HEADMAP */
/*
#startseite-e1 .mkdf-ils-holder.mkdf-ils-skin-light {
	max-height: 1280px !important;
}
*/