/*
	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: #000;

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



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


/* Top Header Höhe */
#top-header {
    height:48px;
    border-top:3px solid #cc0000;
}
#et-info {padding-top:10px;}
/* END Top Header Höhe */



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

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



/* Avoid jumping Menu - Wert von "top" eintragen */
@media only screen and ( min-width: 981px ){
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 77px !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 */


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

.dynhead .header-content h1, .dynhead .et_pb_column .et_pb_module h1, .dynhead h1 {
  font-size: clamp(26px, 4vw, 48px) !important;
}

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

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

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

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

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


/* bilder zoom in */
.et_zoom_in.et_pb_image:hover img,
.et_zoom_in .et_pb_image_wrap:hover img,
.et_zoom_in a:hover img {
    transform: scale(1.3); 
    transition: all 2s 0s ease;
}

.et_zoom_in,
.et_zoom_in a {
    overflow: hidden;
}

.et_zoom_in.et_pb_image img,
.et_zoom_in .et_pb_image_wrap img,
.et_zoom_in a img {
    transition: all 1s 0s ease; 
}
/* END bilder zoom in */

/* bilder zoom in */
.et_zoom_in .et_pb_team_member_image:hover img {
transform: scale(1.3);
transition: all 2s 0s ease;
}
.et_zoom_in .et_pb_team_member_image {
overflow: hidden!important;
}
.et_zoom_in .et_pb_team_member_image img {
transition: all 2s 0s ease;
}

.et_zoom_in .et_pb_team_member_image {
    max-width: 100% !important;
    width: 100% !important;
}
/* END bilder zoom in */






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


.kd-heart::after {
    content: "\e089";
    font-family: 'ETmodules';
    color: var(--kdac);
} /* KNOLLE DESIGN  */