/*
Theme Name: SweetTooth Child
Theme URI: https://sweettooth.qodeinteractive.com
Description: A child theme of SweetTooth Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.1.1
Text Domain: sweettooth
Template: sweettooth
*/

/* Versteckt */
.versteckt {
	visibility: hidden;
}
/* Schriften */
@font-face {
    font-family: "whisper";
    src: url("/wp-content/uploads/fonts/whisper.ttf") format("truetype"),
		 url("/wp-content/uploads/fonts/whisper.woff2") format("woff2"),
         url("/wp-content/uploads/fonts/whisper.woff") format("woff");
}
h1, h2, h3, h4, h5, h6 {
	font-family: whisper !important;
}
/* Startseite E4 */
.envira-gallery-wrap .envira-gallery-public, .envira-gallery-wrap {
	    margin: 0 auto 0px auto !important;
}
/* Startseite E5 */
.startseite-e5 .eltdf-testimonial-bottom {
	display: none;
}
.startseite-e5 .owl-item .eltdf-testimonial-text:before {
	text-align: center;
	font-weight: 600;
    font-size: 28px;
	display: block;
	font-family: whisper;
}
/* .startseite-e5 .owl-item:nth-child(4) .eltdf-testimonial-text:before, .startseite-e5 .owl-item:nth-child(8) .eltdf-testimonial-text:before {
	content: "Exquisit";
} 
.startseite-e5 .owl-item:nth-child(4) .eltdf-testimonial-text:before, .startseite-e5 .owl-item:nth-child(7) .eltdf-testimonial-text:before {
	content: "Lieferung";
}
.startseite-e5 .owl-item:nth-child(5) .eltdf-testimonial-text:before, .startseite-e5 .owl-item:nth-child(8) .eltdf-testimonial-text:before {
	content: "Qualität";
}
.startseite-e5 .owl-item:nth-child(6) .eltdf-testimonial-text:before, .startseite-e5 .owl-item:nth-child(9) .eltdf-testimonial-text:before {
	content: "Catering";
} */
.startseite-e5 .owl-item:nth-child(1) .eltdf-testimonial-text:before {
	content: "Lieferung";
}
.startseite-e5 .owl-item:nth-child(2) .eltdf-testimonial-text:before {
	content: "Qualität";
}
.startseite-e5 .owl-item:nth-child(3) .eltdf-testimonial-text:before {
	content: "Catering";
}
/* Leistungen E3 */
.leistungen-e3 .envira-gallery-item-inner:hover {
	opacity: 0.5;
}
/* Eindrücke E2 */
.eindruecke-e2 .envira-gallery-item-inner:hover {
	opacity: 0.5;
}
/* Über Mich E2 */
.uebermich-e2 .eltdf-timeline {
    display: none;
}
.uebermich-e2 .unterschrift img {
	max-width: 250px;
}
/* Über mich E3 */
.uebermich-e3 .eltdf-is-image.eltdf-appeared {
	margin-bottom: -10px;
}
.uebermich-e3-box {
	padding-top: 200px;
}
/* Kontakt Captcha */
.cf7ic-icon-wrapper {
	display: block;
}
/* Footer Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	padding: 12px 16px;
	z-index: 1;
	background-color: #111111;
	width: max-content;
	/* wenn dropdown nach oben klappen soll */
	/* top: -125px; */
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* Footer */
@media (min-width: 1025px) {
	.eltdf-column-content.eltdf-grid-col-4.eltdf-footer-column-3 {
    padding-left: 150px;
	}}
@media (min-width: 1401px) {
	.eltdf-column-content.eltdf-grid-col-4.eltdf-footer-column-3 {
    padding-left: 200px;
	}}
.eltdf-page-footer .widget div, .eltdf-page-footer .widget.widget_text, .eltdf-top-bar .widget div, .eltdf-top-bar .widget.widget_text {
    color: #ffffff !important;
}
/* MOBIL */
@media only screen and (max-width: 480px) {
.eltdf-grid {
    width: 350px !important;
}
	.uebermich-e2 .eltdf-horizontal-timeline .eltdf-events-content .eltdf-hti-content-value {
		padding: 30px 0px;
	}
}
.eltdf-mobile-header .eltdf-mobile-nav ul li h6 {
	font-family: Quicksand !important;
}
@media (max-width: 1200px) {
	.uebermich-e3-box {
	padding-bottom: 100px;
}
}
@media (max-width: 1024px) {
	.uebermich-e3-box {
	padding-top: 140px;
	padding-bottom: 70px;
}
}
@media (max-width: 680px) {
	.uebermich-e3-box {
	padding-top: 100px;
}
}
@media (max-width: 530px) {
	h1 {
		font-size: 50px !important;
	}
}
@media only screen and (max-width: 459px) {
.leistungen-e3 .envira-gallery-wrap .envira-gallery-item {
    width: 100% !important;
}
}
@media (max-width: 459px) {
.eindruecke-e2 .envira-gallery-wrap .envira-gallery-item {
	padding-left: 5px !important;
    padding-bottom: 10px !important;
    padding-right: 5px !important;
}
}
/* SEO MENU */
.menu-seo-seitenleiste-container{
	position: fixed !important;
	right: 0 !important;
	top: 25% !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: #f6ce52 !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{
	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: #f6ce52;
}

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