/*
	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
*/


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

/* KNOLLE DESIGN  */


/* MENU SECTION ------------------------------------------------------------------------------------- */


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

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


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



/* Avoid jumping Menu 
@media only screen and ( min-width: 981px ){
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: 768px) {
    #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 */




/* Submenu mobile padding left */
@media (max-width: 980px) {
    #main-header .et_mobile_menu li ul {
    padding-left:0; 
}
    .dtb_mobile .et_mobile_menu li li a {
    padding-left:10px;  
}
}
/* END Submenu mobile padding left */


/*  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 */






/* MENU SECTION END --------------------------------------------------------------------------------- */










/* CONTENT SECTION ---------------------------------------------------------------------------------- */

/*  Dynamische Fontgrößen Headlines */

/*  Dynamische Fontgrößen Headlines */

.dynhead .header-content h1, .dynhead .et_pb_column .et_pb_module h1, .dynhead h1 {
  font-size: clamp(26px, 3.5vw, 42px) !important;
  font-weight:800;
}

.dynhead .header-content h2, .dynhead .et_pb_column .et_pb_module h2, .dynhead h2 {
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight:300;
}

.dynhead .header-content h3, .dynhead .et_pb_column .et_pb_module h3, .dynhead h3 {
  font-size: clamp(22px, 2.5vw, 32px) !important;
}

.dynhead .header-content h4, .dynhead .et_pb_column .et_pb_module h4, .dynhead h4 {
  font-size: clamp(20px, 2.2vw, 28px) !important;
}

.dynhead .header-content h5, .dynhead .et_pb_column .et_pb_module h5, .dynhead h5 {
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight:800;
}

.dynhead .header-content h6, .dynhead .et_pb_column .et_pb_module h6, .dynhead h6 {
  font-size: clamp(16px, 1.8vw, 20px) !important;
}
/* END Dynamische Fontgrößen Headlines */



/* Dynamische Fontgröße longcopy */
.dynamic_p p {
  font-size: clamp(14px, 1vw, 18px) !important;
}
/* END Dynamische Fontgröße longcopy */



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



/*White Links*/
.whitelinks a {
    color:#ffffff;
}
/*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 */



/* CONTENT SECTION END ------------------------------------------------------------------------------ */


.kd-heart::after {
    content: "\e089";
    font-family: 'ETmodules';
    color: #c9dd2e;
}
