/*
Theme Name: CeeQoo Divi Child Theme
Theme URI: https://ceeqoo.com
Description: Child Theme Master
Author: CeeQoo
Author URI: https://ceeqoo.com
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */

/* ========================== Mobile Breite ================================ */
@media (max-width: 980px) {
	.et_pb_row {
    	width: 86%;
	}
}

/* ========================== Menü-Anpassungen ================================ */
.et_mobile_menu {
	top: 52px !important;
}
/* Hamburger menu and search icon: mobile positioning */

@media (max-width: 980px) {
	.et_pb_menu .et_mobile_nav_menu {
	}
	.et_pb_menu .et_pb_menu__search-button {
		display: none;
	}
}
/* Zeilenabstand */
.et_pb_menu ul li{
	line-height: 1.5;
}
/*---------------------------------------------------*/
/* Unterpunkte im Menü mobil ausklappbar */
/* https://joshhall.co/how-to-create-a-divi-mobile-menu-collapse-effect/ */
/* Braucht javascript in Dipi Theme Options/Integration */
/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
	position: absolute;
	/*right: 0;*/
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 1000;
	cursor: pointer;
	z-index: 3;
	/* padding legt das Span über den Menüeintrag, weil das eh keine klickbaren Seiten sind */
	padding-left: 80%;
	padding-right: 15%;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #666;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}
/*---------------------------------------------------*/
/* Search Bar in Menu */
@media only screen and ( max-width: 980px ) { 
	#et_top_search { 
		display:none; 
	} 
	.et_mobile_menu li a:hover, .nav ul li a:hover {
	    opacity: 1;
	}
}
.mobilesearchform input#s {
	width: 80%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input#mobilesearchsubmit {
	float: right;
    height: 32px;
	font-family: ETmodules;
	font-weight: 900;
    color: white;
	content: "\55";
	background-color: #ff850a;
	border-width: 1px;
	border-color: #ff850a;
    border-radius: 6px;
    font-size: 14px;
    padding: 6px 12px;
}
@media (min-width: 980px) {
	.hideondesktop { 
		display:none !important; 
	}
}
/*---------------------------------------------------*/
/* Secondary Menu: auf Mobil auch Social Icons anzeigen */
@media only screen and (max-width: 768px) {
div#et-secondary-menu {
display: block !important;
margin-top: 5px !important;
}
#et-info, #et-secondary-menu {
	float: left;
}
#et-secondary-menu>div.et_duplicate_social_icons>ul>li a {
display: block;
padding-top: 5px;
padding-bottom: .50em;
}
}

/*---------------------------------------------------*/
/* Unterpunkte im Menü mobil ausklappbar */
/* https://joshhall.co/how-to-create-a-divi-mobile-menu-collapse-effect/ */
/* Braucht javascript in Dipi Theme Options/Integration */
/**** This hides the sub menu items on mobile ****/

/*---------------------------------------------------*/
/* ALTER MENÜ-CODE */
/* mehr Abstand zwischen den Menüpunkten */
/*.et_pb_menu_0_tb_header .et_pb_menu .et-menu>li {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
@media (max-width: 1303px) {
	.et_pb_menu_0_tb_header .et_pb_menu .et-menu>li {
    padding-left: 11px !important;
    padding-right: 11px !important;
}
}

@media (min-width: 981px) {
	.et_pb_sticky.et_pb_section_0_tb_header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		transition: width 500ms ease 0ms;
		width: 55%;
	}
}*/

/* Footer menu vertical */
/*.vertical_menu.et_pb_menu .et_pb_menu__menu > nav > ul{
		display: block;
	}*/
/* Mobile menu fix 08.08.2024 */
/*@media (max-width: 980px) {
	.et_pb_row_0_tb_header {
    	transform: none !important;
  	}
	.et_mobile_menu {
		text-align: left;
		left: unset; /*für Hamburgermenü ganz rechts wichtig*/ /*
		right: 0px;
		border-radius: 5px;
	}
	footer .et_pb_menu__menu {
		display: block !important;
		margin-left: -5px;
	}
	footer .et_pb_menu__wrap {
		justify-content: normal !important;
	}

	footer .et_mobile_nav_menu {
		display: none!important;
	}
}*/
/* Mobil: */
/*@media (max-width: 767px) {
	.et_mobile_menu {
		width: 50vw !important;
		top: 68px !important;
	}
	
}*/
/* Tablet: */

/*@media (min-width: 768px) {
	.et_mobile_menu {
		width: 30vw !important;
		top: 56px !important;
	}
}*/
/* Fix 09.09.2025: Secondary Menu ist beim Scrollen in die Mitte gesprungen */

/*@media (min-width: 981px) {
  .et_pb_sticky.et_pb_section_0_tb_header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    transition: none;
    width: 100%;
  }
}*/
/*=========================== Sidebar Anpassungen =============================*/
#recent-posts-2 > ul > li {
	font-size: 0.9em;
	line-height: 1.3em;
}

/*=========================== Blog-Modul - Abstände =============================*/
.blog-modul-mehr-zum-thema .et_pb_post{
	margin-bottom: 20px;
}

/*=========================== Blurb with round shadow =============================*/
.blurb_with_shadow .et_pb_main_blurb_image .et_pb_image_wrap{
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/*=========================== Rows auf mobil oben/unten tauschen =============================*/
/*@media only screen and (max-width: 980px) {
	.et_pb_row {
        display: flex;
        flex-direction: column;
	}
    .row-unten {
        order: 2;
    }
    .row-oben {
        order: 1;
    }
}*/

/*=========================== Text leicht fetter (Standard: 400, Bold: 700) =============================*/
.font-weight-500 p{
	font-weight: 500;
}

/*=========================== Info-Kreis =============================*/
/* Desktop/Default */
.info-kreis h3{ font-size: clamp(1.0rem, 1.8vw, 1.3rem) !important; }
.info-kreis p {
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
	line-height: 1;
}
/* Tablet */
@media only screen and (max-width: 980px) {
	.info-kreis h3{ font-size: clamp(0.5rem, 2.5vw, 1.3rem) !important; }
	.info-kreis p { font-size: clamp(0.5rem, 4.0vw, 1.1rem); }
}
/* Mobil */
@media only screen and (max-width: 767px) {
	.info-kreis h3{ font-size: clamp(0.5rem, 5.0vw, 1.1rem) !important; }
	.info-kreis p { font-size: clamp(0.5rem, 4.0vw, 1.05rem); }
}