/*
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 ================================ */
/* 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%;
	}
}
/* Schatten für fixiertes Menü beim Scrollen */
body.et_fixed_nav #main-header.et-fixed-header {
  box-shadow: 0 5px 8px rgba(0,0,0,0.1) !important;
}

/* Menü wird auch auf mobilen Geräten fixiert, die Höhe angepasst und das Dropdown-Menü scrollbar gemacht */
@media (max-width: 980px) {
    .et_non_fixed_nav.et_transparent_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #top-header,
    .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed !important;
        } 
    }

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
    }

/* Menü auf Mobil anpassen */
@media (max-width: 980px) {
  	#main-header {
		height: 76px !important; 
    }
input.et-search-field {
 	   padding-left: 30px;
	}
.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
  padding-bottom: 5px;
  } 
}
/* 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: right !important;
		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;
}


/*=========================== Fix für weißen Abstand unter Footer 23.10.2025  =============================*/
