/*
	Theme Name: KNOLLE-DESIGN-Theme
	Theme URI: https://knolle.biz/
	Description: Willkommen zum Knolle-Theme – die perfekte Grundlage für dein Webprojekt! Entwickelt und bereitgestellt von Jens Knolle, bietet dieses Theme eine Auswahl an durchdachten Features, die deine Arbeit mit Wordpress noch effizienter und kreativer machen.
	Author: Jens Knolle
	Author URI: https://knolle.biz/
	Template: Divi
	Version: 1.0.0
	Tag: Child Theme, Knolle Biz 
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */
@page {
   size: A4 portrait;
   margin: 0 15pt; 
}
@media print {
	header, 
	footer,
	#top-header,
	#cmplz-manage-consent,
	#noprint,
	.et_pb_scroll_top.et-visible,
    .et_pb_section_0, 
	.et_pb_section_1 .et_pb_column_1_5,
	.et_pb_section_1 .et_pb_column_3, 
	.et_pb_section_1 .et_pb_column_5 {display:none}
	
	.et_pb_module.et_pb_text h1,
	.et_pb_module.et_pb_text h3 {
		font-size:12pt;
		color:black;
		font-weight:700;
		break-after: avoid;
		}
	.et_pb_module.et_pb_text.print-text p {
		font-size:10pt!important;
		line-height:12pt!important;
		color:black;
		margin-top:-2mm
	} 
	.et_pb_module.et_pb_text h1 {
		margin-top:-1mm;
		font-size:18pt !important;
	}
	.menu-logo {
		display:block!important;
		-webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
  		filter: brightness(100%);
		margin-top:0;
		padding-top:0;
	}
	.mittag {
		text-align:center;
		color:#000000;
		margin-bottom:7mm!important;
	}
	.et_pb_module.et_pb_text .menu_titel h3 {
		font-size:13pt!important;
		margin-top:4mm !important;
		margin-bottom:-3mm !important;
	}

	.et_pb_module.et_pb_text .menu_text p {
		font-size:12pt!important;
		line-height:14pt;
		color:#000000;
		font-weight:400;
		margin-top:0;
	}
	.et_pb_module.et_pb_text .menu_preis p {
		font-size:12pt!important;
		color:#333;
		margin-top:-3mm;
		margin-bottom:-3mm;
	}
}
/* PRINT CSS ENDE */

.menu-logo {display:none;}
.mittag {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.et_pb_module.et_pb_text .menu_titel h3 {
	text-transform:uppercase;
	padding-bottom:0;
	margin-top:50px;
}

.et_pb_module.et_pb_text .menu_text p {
  font-size: clamp(1.8rem, 5vw, 2rem);
   line-height: clamp(2rem, 10vw, 2.8rem);
}

.et_pb_module.et_pb_text .menu_preis p::before {
  content:"€ ";
}




/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */







/* ==========================================================================
   ROOT SECTION
   ========================================================================== */

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

#page-container {overflow:hidden}
 
a[href^="#"] {
	cursor:pointer;
}

:root {
	--kdac: #88724e;

	--c3: #88724e; /* Gold */
	--c4: #00a3bf; /* Hellblau */
	
	--c5: #422713; /* Dunkelbraun */
	--c6: #16172f; /* Dunkelblau */
	--c7: #b2bbde; /* Hellblau */
	--c8: #f1f1f1; /* lightgrey */
	
	--bp1:767px; /* breakpoint mobile */
	--bp2:980px; /* breakpoint tablet */
	--bp3:1280px; /* breakpoint narrow screen */
}


.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}

.kd_align_center_section,
.kd_align_center_row .et_pb_column,
.kd_align_center_module {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.kd_align_center_section_2,
.kd_align_center_row_2 .et_pb_column,
.kd_align_center_module_2 {
   display: flex;
   flex-direction: row;
   align-items: center;
	flex-wrap:wrap;
}


/* ==========================================================================
   MENU SECTION
   ========================================================================== */

/* Active-Status im Submenü */
/*
.current_page_item a span{
  color: var(--c3);
}
*/
/* END Active-Status im Submenü */




/* Schriftgröße Menü anpassen */
    @media(min-width:var(--bp2)) and (max-width:var(--bp3)){
        #top-menu li {
            padding-right: 14px;
        }

        ul#top-menu li a {
            font-size: 14px;
        }
    }
/* END Schriftgröße Menü anpassen */



/* Avoid jumping Menu */
/*
    @media only screen and (min-width: var(--bp2) ){
    body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
        top: 120px !important;
    }
    }
*/    
/* END Avoid jumping */



/* Telefonnummer im TOP-Header näher an Text davor */
    @media only screen and (max-width: var(--bp1)) {
        #db-info-text {
            margin-right:0 !important;
        }

        #et-info { float:right !important; 
        }
    }
/* END Telefonnummer näher an Text davor */



/* Hochgestellt */
	sup {
		font-size:10px !important;
	}
/* END Hochgestellt */




/* ==========================================================================
   CONTENT SECTION
   ========================================================================== */


	/*  Dynamische Fontgrößen  */
	.et_pb_module.et_pb_text h1, 
	.header-content h1, 
	.et_pb_column .et_pb_module h1, 
	h1, 
	.et_pb_module.et_pb_text.h1_substitute p {
		font-size: clamp(3.6rem, 5vw, 6rem);
		line-height: clamp(4rem, 6vw, 7rem);
		}

	.et_pb_module.et_pb_text h2, 
	.header-content h2, 
	.et_pb_column .et_pb_module h2, 
	.et_pb_de_mach_content h2, 
	h2 {
		font-size: clamp(2.4rem, 5vw, 3.8rem);
		line-height: clamp(3rem, 5vw, 4rem);
		}

	.et_pb_module.et_pb_text h3, 
	.header-content h3, 
	.et_pb_column .et_pb_module h3,
	h3 {
		font-size: clamp(2.2rem, 5vw, 3rem);
		line-height: clamp(2.6rem, 5vw, 3.6rem);
		}

	.et_pb_module.et_pb_text h4, 
	.header-content h4, 
	.et_pb_column .et_pb_module h4, 
	h4 {
		font-size: clamp(2.2rem, 5vw, 2.4rem);
		line-height: clamp(2.2rem, 5vw, 3.8rem);
		}

	.et_pb_module.et_pb_text h5, 
	.header-content h5, 
	.et_pb_column .et_pb_module h5, 
	h5 {
		font-size: clamp(2rem, 5vw, 2.2rem);
		line-height: clamp(2.2rem, 5vw, 3rem);
		}

	.et_pb_module.et_pb_text h6, 
	.header-content h6, 
	.et_pb_column .et_pb_module h6, 
	h6 {
		font-size: clamp(1.8rem, 5vw, 2.0rem);
		line-height: clamp(2rem, 5vw, 2.5rem);
		}

	.et_pb_module.et_pb_text p, 
	.et_pb_module.et_pb_text span, 
	.et_pb_module.et_pb_text li,
	.et_pb_blurb_description p,
	.et_pb_de_mach_content p, 
	.et_pb_de_mach_content li,
	.et_pb_de_mach_content,
	.dmach-acf-item-content p,
	.dmach-acf-value p,
	.dmach-acf-value span,
	.dmach-acf-value li {
		font-size: clamp(1.8rem, 5vw, 2rem);
		line-height: clamp(2.4rem,5vw,3rem);
		}

	.et_pb_module.et_pb_text p a {
		}

	/* END Dynamische Fontgrößen  */



/* autom. Silbentrennung aktivieren */
body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.nohyphens {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.nohyphens.et_pb_module {
    word-wrap: normal!important;
    overflow: visible!important;
}
/* END autom. Silbentrennung aktivieren */


/*Underline Links*/
    p a:hover {
        text-decoration:underline !important;
    }
/*END Underline Links*/



/*White Links*/
    .whitelinks a {
        color:#ffffff;
    }

    .blacklinks a {
        color:#000;
    }
/*END White Links*/



/* Dateinamen unter Gallerybild entfernen */
    .mfp-title {
        display:none !important;
    }
/* END Dateinamen unter Gallerybild entfernen */



/* 3 Bilder nebeneinander on mobile */
    @media only screen and (max-width:980px) {
        .three-columns .et_pb_column {
        width: 33.33%!important;
    }
    }
/* END */




/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */


	/* oberer Footer Teil */
	.kd_footer {}
	/* End oberer Footer Teil */


	/* Footer Menu und KD-Icon stylen */
		.kd_footer_bottom .et_pb_column {
			display:flex;
			flex-direction:row;
			align-items:center;
			justify-content: space-between;
			padding: 0 !important;
		}

		.kd_footer_bottom .et_pb_image {
		  width:20px;
		  max-width:20px;
		  margin-top:3px;
		}

		.kd_footer_bottom .et_pb_menu__menu {
		  padding:0
		}

		.kd_footer_bottom .et_pb_module {
		  width:100%
		}
	/* END Footer Menu und KD-Icon stylen */



	/* Footer Menü Schriftgröße */
		.kd_footer_menu .et_pb_menu__menu {
		font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
		}
	/* END Footer Menü Schriftgröße */



	/*  FOOTER KEIN HAMBURGER MENU */
		.et-l.et-l--footer .et_pb_menu__menu {
			display: block !important;
		}
		.et-l.et-l--footer .et_mobile_nav_menu {
			display: none !important;
		}
	/* END FOOTER KEIN HAMBURGER MENU */



	/* Footer-Menü linksbündig auf tablet und Mobile */
	@media only screen and (max-width: 980px){
		.et_pb_menu--style-left_aligned .et_pb_menu__wrap{
			justify-content: flex-start !important;
		}
	}
	/* Footer-Menü linksbündig auf tablet und Mobile */


	/* Quicklinks im Footer - h4 */
		.quicklinks h4 {
		}









/* Slick SLider Settings Klasse 'slide-stuff' auf die Column */
.slide-stuff .et_pb_module {
    padding:20px !important;
    margin:0px 10px !important;
}

.slide-stuff .slick-prev:before {
	font-family: "ETmodules"!important;
    color: var(--c3)!important;
    font-size: 25px!important;
    content: "\23"!important;
}
.slide-stuff .slick-next:before {
	font-family: "ETmodules"!important;
    color: var(--c3)!important;
    font-size: 25px!important;
    content: "\24"!important;
}
/* END Slick SLider Settings */





/* ==========================================================================
   KUDO SECTION
   ========================================================================== */
.kd-heart::after {
    content: "\e089";
    font-family: 'ETmodules';
    color: var(--kdac);
	}
	
	
/* END OF ALL */