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

/* 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: 10px;
		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: 41px !important;
	}
	
}
/* Tablet: */
@media (min-width: 768px) {
	.et_mobile_menu {
		width: 30vw !important;
		top: 56px !important;
	}
}

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