/* Inhalt vertikal zentrieren*/
.content-vertical-align-center {  
  display: flex;  
  flex-direction: column;  
  justify-content: center; 
}
/* Inhalt vertikal unten ausrichten */
.content-vertical-align-bottom {  
  display: flex;  
  flex-direction: column;  
  justify-content: flex-end; 
}

/* divi builder text style container sticky */
.mce-top-part {
position: sticky!important;
top: -60px;
}

/* Überschriften bei Eintel-Blogbeiträgen nicht anzeigen */
.single-post .et_post_meta_wrapper {
    display: none;
}

/*Login/Register-Header bei Passwort vergessen ausblenden*/
.xoo-el-form-container .xoo-el-header {
		display: none;
}
.xoo-el-form-resetpw .xoo-el-form-txt {
   font-size: 200%;
	 color: #c67870;
}
.xoo-el-form-txt {
		line-height: 1.3em;
}



/*--------------------------------------------------------------------------------------
/*Code für die automatische Überlappung und Größensteuerung der Trenner/Überschriften
/* Grundlegendes Styling für die Sektion */
.overlapping-section {
    position: relative; /* Ermöglicht Überlappung */
    padding: 0; /* Entfernt Standard-Padding der Sektion */
}
/* Styling für die Zeile */
.overlapping-section .et_pb_row {
    position: absolute; /* Freie Platzierung innerhalb der Sektion */
    top: 50%; /* Vertikal zentriert */
    left: 0; /* Links ausgerichtet */
    transform: translateY(-50%); /* Vertikale Zentrierung korrigiert */
    width: auto; /* Passt die Breite an den Inhalt an */
    z-index: 10; /* Über den umgebenden Sektionen */
}
@media (max-width: 768px) {
    .overlapping-section .et_pb_row {
        width: 90%; /* Verkleinert die Breite auf kleineren Bildschirmen */
    }
}
/*---------------------------------------------------------------------------------------*/



/* Logo im Header beim Scrollen weniger verkleinern - für mobile Geräte */
@media (max-width: 980px) {
    .et_pb_sticky.et_pb_fullwidth_menu_0_tb_header .et_pb_row > .et_pb_menu__logo-wrap,
    .et_pb_sticky.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__logo-slot {
        width: 45% !important; 
    }
}
@media (max-width: 479px) {
    .et_pb_sticky.et_pb_fullwidth_menu_0_tb_header .et_pb_row > .et_pb_menu__logo-wrap,
    .et_pb_sticky.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__logo-slot {
        width: 65% !important; 
    }
}



/*--------------------------------------
 * Dordown menu changes
/* Extend dropdown links full-width */
.dl-menu .nav li li {
    padding: 0;
    min-width: 100%;
}
.dl-menu .nav li li a {
    min-width: 100%;
}
/* Modify the dropdown shadow */
.dl-menu.et_pb_menu .et-menu-nav ul.sub-menu {
    box-shadow: 0 10px 30px -5px rgba(0,0,0,0.2);
}
/* Change the default dropdown animation */
.dl-menu ul.nav > li > ul.sub-menu {
    transform:translateY(-10px);
    transition: all .3s ease-in-out;
}
.dl-menu ul.nav > li:hover > ul.sub-menu {
    transform:translateY(0);
}
/* Add triangle arrow to the dropdown */
.dl-menu ul.nav > li > ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c67870 transparent;
    position: absolute;
    top: -10px;
    left: 30px;
}
/*End of dropdown changes
 * --------------------------------------------------------


/*----------------------------------------------------------------------------------------------*/
/* LEARNDASH */
/* Autor in Kursübersicht verbergen*/
.post-meta {
  display: none;
}

/*hide lesson status in focus mode */
.ld-lesson-status {
	    display: none;
}

/* hide the avatar menu */
.ld-user-menu .ld-profile-avatar {
    display: none;
}

/*Learndash: Focus mode: Buttonschrift größer*/
.ld-content-action {
	font-size: medium;
}

/*Learndash: Button "als vollständig markieren" kleiner und angepasst an die anderen */
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete input[type=submit] {
    font-size: small;
    font-weight: 700;
}

/*LD Focus-Mode: Kapitelüberschriften Sidebar fetter und kursiv*/
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  font-weight: 600;
  font-style: italic;
}

/*LD Focus-Mode: Fontgröße Kapitelüberschrift anpassen (sonst mobil viel zu groß)*/
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
  font-size: x-large;
  line-height:140%;
	color: #c67870;
	font-weight: bold;
}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h2 {
  font-size: large;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
display: none;
}

/*focus mode: symbol links für einklappen der kapitel ändern: von hamburger zu pfeil */
.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav a {
    height: 30px;
    background: url('https://claudia-pauliks.de/wp-content/uploads/2024/10/Arrow_right01.jpg') no-repeat;
    background-size: 40px 30px;
    background-position: left center;
}
/*Farbe von Links in den Lessons*/
.ld-focus-content a {
	color: #c67870;
}
/*Focusmode: Pfeil im Navigationsbereich zum Ausklappen weiß*/
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
		color:white !important;
}
/*Aktive Überschrift der Kapitel auch einfärben - nicht nur die Themen*/
.learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
		color: #427180 !important;
}
/*END OF LEARNDASH*/
/*----------------------------------------------------------------------------------------------*/

/* 
*  Utilize the default dashicons loaded with WordPress to replace it with a hamburger icon
*  Make sure to change the color of the icon to match your theme
*/
.ld-user-menu::after {
    font-family: "Dashicons";
    content: "\f349";
    margin-left: 15px;
    color: #c67870 !important;
}

/*----------------------------------------------------------------------------------------------*/
/*woocommerce*/
/*Sidebar auf Produktseiten verstecken*/
body.single-product #sidebar {
    display: none; 
}
body.single-product #left-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
body.single-product #main-content .container:before {
	display: none;
}
/*hide meta-data on product page*/
.product_meta {
		display: none;
}
/*hide additional information on product page*/
.woocommerce-tabs.wc-tabs-wrapper {
		display: none;
}
/*hide quantity on variable products*/
.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}
/*doppelten pfeil bei Laufzeit-Dropdown korrigieren*/
td.value span::after {
    border-top-color: transparent !important;
}
/*end of woocommerce*/
/*----------------------------------------------------------------------------------------------*/


/*place button modules next to each other in the same column*/
.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.inline-buttons-center {
    text-align: center !important;
}



/* -------------------------------------------- 
 ------ Blurbs as Tabs Custom Styling ------
 -------------------------------------------- */
/*Ebenfalls in Divi-Integration, Code ergänzen!
/* Style the Blurbs Tabs */
#blurb-tabs .et_pb_column {
  display: flex;
  align-items: center; 
  flex-wrap: wrap;
}
#blurb-tabs .tab-title { width: 25%; }
#blurb-tabs .tab-title3 { width: 33%; }
#blurb-tabs .tab-title4 { width: 20%; }
#blurb-tabs .tab-title5 { width: 20%; }
#blurb-tabs .tab-title6 { width: 16%; }
#blurb-tabs .tab-title7 { width: 12%; }
#blurb-tabs .tab-title11 { width: 8%; }
/* Hover Styles for Blurb Tabs - Titles */
#blurb-tabs .tab-title,
#blurb-tabs .tab-title3,
#blurb-tabs .tab-title4,
#blurb-tabs .tab-title5,
#blurb-tabs .tab-title6,
#blurb-tabs .tab-title7,
#blurb-tabs .tab-title11 {
  transition: all 0.3s ease-in-out;
}
/* Default Circle Color for All Tabs */
#blurb-tabs .tab-title .et_pb_image_wrap,
#blurb-tabs .tab-title3 .et_pb_image_wrap,
#blurb-tabs .tab-title4 .et_pb_image_wrap,
#blurb-tabs .tab-title5 .et_pb_image_wrap,
#blurb-tabs .tab-title6 .et_pb_image_wrap,
#blurb-tabs .tab-title7 .et_pb_image_wrap,
#blurb-tabs .tab-title11 .et_pb_image_wrap {
  background-color: #e4d5d2 !important;
  transition: all 300ms linear;
}
/* Active Circle Color */
#blurb-tabs .tab-title.active-tab .et_pb_image_wrap,
#blurb-tabs .tab-title3.active-tab3 .et_pb_image_wrap,
#blurb-tabs .tab-title4.active-tab4 .et_pb_image_wrap,
#blurb-tabs .tab-title7.active-tab7 .et_pb_image_wrap,
#blurb-tabs .tab-title11.active-tab11 .et_pb_image_wrap {
  background-color: #427180 !important;
}
#blurb-tabs .tab-title5.active-tab5 .et_pb_image_wrap,
#blurb-tabs .tab-title6.active-tab6 .et_pb_image_wrap {
		background-color: #c67870  !important;
}
/* Special Active Color for Tab Title */
#blurb-tabs .tab-title.active-tab .et_pb_image_wrap {
  background-color: #c67870  !important; /* Unique active color */
}
/* Tab Titles Mobile Styles */
@media (max-width: 767px) {
  #blurb-tabs .tab-title { width: 25%; }
  #blurb-tabs .tab-title3 { width: 33%; }
  #blurb-tabs .tab-title4 { width: 20%; }
	#blurb-tabs .tab-title5 { width: 20%; }
  #blurb-tabs .tab-title6 { width: 16%; }
  #blurb-tabs .tab-title7,
  #blurb-tabs .tab-title11 { width: 8%; }

/* Gemeinsamer Stil für Blurb-Icons */
  #blurb-tabs .tab-title .et_pb_main_blurb_image { margin-bottom: 10px; /* Reduce icon bottom margin */ }
}

/* Tab Titles Mobile Styles for Smaller Screens */
@media (max-width: 479px ) {
	#blurb-tabs .tab-title { width:25%; }
	#blurb-tabs .tab-title3 { width:33%; }
	#blurb-tabs .tab-title4 {	width:20%; }
	#blurb-tabs .tab-title5 {	width:20%; }
	#blurb-tabs .tab-title6 {	width:16%; }
	#blurb-tabs .tab-title7 {	width:25%; }
	#blurb-tabs .tab-title11 { width:16%;	}
	#blurb-tabs .tab-title .tab-title3 .tab-title4 .tab-title5 .tab-title6 .tab-title7 .tab-title11 .et_pb_blurb_content { /* This moves icon to the right */
		display:flex;
		align-items:center;
	}
	#blurb-tabs .tab-title .tab-title3 .tab-title4 .tab-title5 .tab-title6 .tab-title7 .tab-title11 .et_pb_main_blurb_image { /* Fix icon margins on mobile */	margin-bottom:0;	}
}
/* Hide the tabs content/sections */
.tab-content { display: none;}
.tab-open { display: block;}
.tab-content3 { display: none;}
.tab-open3 { display: block;}
.tab-content4 { display: none;}
.tab-open4 { display: block;}
.tab-content5 { display: none;}
.tab-open5 { display: block;}
.tab-content6 { display: none;}
.tab-open6 { display: block;}
.tab-content7 { display: none;}
.tab-open7 { display: block;}
.tab-content11 { display: none;}
.tab-open11 { display: block;}
/* -------------------------------------------- 
 ------ End of Blurbs as Tabs Custom Styling ------
 -------------------------------------------- */





/*** Change Mobile Columns By DiviMundo.com ***/
/* Usage: class (.two-col-mob) in die CSS-Class der Zeile (grün) */

/* 2 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .two-col-mob .et_pb_column {
        width:47.25% !important;
    }
    
html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
}

/* 3 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .three-col-mob .et_pb_column {
        width:29.6667% !important;
    }

    html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .four-col-mob .et_pb_column {
        width:20.875% !important;
    }

html .et-db .four-col-mob .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    html .et-db .four-col-mob .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}



/*** Change Tablet Columns By DiviMundo.com ***/

/* 1 Column Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .one-col-tab .et_pb_column {
        margin-right:0 !important;
        width:100% !important;
    }
    
        html .et-db .one-col-tab .et_pb_column:not(:last-child) {
        margin-bottom:30px !important;
    }
}

/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .two-col-tab .et_pb_column {
        width:47.25% !important;
    }

.two-col-tab .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}

/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .three-col-tab .et_pb_column {
        width:29.6667% !important;
    }

html .et-db .three-col-tab .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    html .et-db .three-col-tab .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/*----------------------------------------------------------------------------------------------------------------
*** Custom Divi Row Structures For Mobile Devices By DiviMundo ***
* Die Klasse dm-row und dann die betreffende Aufteilung in die CSS-Klasse der Zeile, z.B. "dm-row dm-2-col-mob"*/

/* Global CSS */

@media screen and (max-width: 980px) {
html .et-db #et-boc .dm-row {
    display: grid;
  }
html .et-db #et-boc .dm-row.et_pb_row:after {
    content:none;
  }
  html .et-db #et-boc .dm-row .et_pb_column {
    margin-right: 0;
    width: auto;
    margin-bottom:0;
  }
}

/* Set GAP size between columns for phone devices */
@media screen and (max-width: 767px) {
  .dm-row {
    gap: 15px;
  }
}
/* Set GAP size between columns for tablet devices */
@media screen and (max-width: 980px) and (min-width: 768px) {
  .dm-row {
    gap: 20px;
  }
}
/* Two equal columns mobile */
@media screen and (max-width: 767px) {
  .dm-2-col-mob {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Two equal columns tablet */
@media screen and (max-width: 980px) and (min-width: 768px) {
  .dm-2-col-tab {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Three equal columns mobile */
@media screen and (max-width: 767px) {
  .dm-3-col-mob {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Three equal columns tablet */
@media screen and (max-width: 980px) and (min-width: 768px) {
  .dm-3-col-tab {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Four equal columns mobile */
@media screen and (max-width: 767px) {
  .dm-4-col-mob {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Four equal columns tablet */
@media screen and (max-width: 980px) and (min-width: 768px) {
  .dm-4-col-tab {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Five equal columns mobile */
@media screen and (max-width: 767px) {
  .dm-5-col-mob {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* Five equal columns tablet */
@media screen and (max-width: 980px) and (min-width: 768px) {
  .dm-5-col-tab {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* Six equal columns mobile */
@media screen and (max-width: 767px) {
  .dm-6-col-mob {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Six equal columns tablet */
@media screen and (max-width: 980px) and (min-width: 768px) {
  .dm-6-col-tab {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* 2 columns 1/3 and 2/3 phone */
@media screen and (max-width: 767px) {
  .dm-2-col-1-2-mob {
    grid-template-columns: 1fr 2fr;
  }
}
/* 2 columns 2/3 and 1/3 phone */
@media screen and (max-width: 767px) {
  .dm-2-col-2-1-mob {
    grid-template-columns: 2fr 1fr;
  }
}
/* 2 columns 1/4 and 3/4 phone */
@media screen and (max-width: 767px) {
  .dm-2-col-1-3-mob {
    grid-template-columns: 1fr 3fr;
  }
}
/* 2 columns 3/4 and 1/4 phone */
@media screen and (max-width: 767px) {
  .dm-2-col-3-1-mob {
    grid-template-columns: 3fr 1fr;
  }
}
/* 2 columns 1/10 and 9/10 phone */
@media screen and (max-width: 767px) {
  .dm-2-col-1-9-mob {
    grid-template-columns: 1fr 9fr;
		align-items: center;
  }
}
/* 2 columns 1/3 and 2/3 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-2-col-1-2-tab {
    grid-template-columns: 1fr 2fr;
			align-items: center;
  }
}
/* 2 columns 2/3 and 1/3 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-2-col-2-1-tab {
    grid-template-columns: 2fr 1fr;
  }
}
/* 2 columns 1/4 and 3/4 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-2-col-1-3-tab {
    grid-template-columns: 1fr 3fr;
  }
}
/* 2 columns 1/10 and 9/10 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-2-col-1-9-tab {
    grid-template-columns: 1fr 9fr;
		align-items: center;
  }
}
/* 2 columns 3/4 and 1/4 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-2-col-3-1-tab {
    grid-template-columns: 3fr 1fr;
  }
}
/* 3 columns 1/4 and 1/4 and 2/4 phone */
@media screen and (max-width: 767px) {
  .dm-3-col-1-1-2-mob {
    grid-template-columns: 2fr 2fr 4fr;
  }
}
/* 3 columns 2/4 and 1/4 and 1/4 phone */
@media screen and (max-width: 767px) {
  .dm-3-col-2-1-1-mob {
    grid-template-columns: 4fr 2fr 2fr;
  }
}
/* 3 columns 1/4 and 2/4 and 1/4 phone */
@media screen and (max-width: 767px) {
  .dm-3-col-1-2-1-mob {
    grid-template-columns: 2fr 4fr 2fr;
  }
}
/* 3 columns 1/4 and 1/4 and 2/4 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-3-col-1-1-2-tab {
    grid-template-columns: 2fr 2fr 4fr;
  }
}
/* 3 columns 2/4 and 1/4 and 1/4 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-3-col-2-1-1-tab {
    grid-template-columns: 4fr 2fr 2fr;
  }
}
/* 3 columns 1/4 and 2/4 and 1/4 tablet */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .dm-3-col-1-2-1-tab {
    grid-template-columns: 2fr 4fr 2fr;
  }
}


/*-------------------------------------
 * End of "Custom Divi Row Structures"
 * ----------------------------------*/


/* ------------------------------------
 * Code, um in einer Spalte zwei Elemente nebeneinander anzuzeigen (Zeilen in einer Spalte). Verwendet bsp. Welpen-Onlinekurs bei der Preissektion.
 * CSS-Klasse custom-flex-row in die linke Spalte. */
/* Flexbox für die Spalte, um zwei Module nebeneinander zu platzieren */
.custom-flex-row {
    display: flex;
    flex-wrap: wrap; /* Modulzeilen umbrechen, wenn der Platz nicht reicht */
}
/* Bild-Modul auf 20% der Breite */
.custom-flex-row .et_pb_image {
    flex: 0 0 15%; /* Bild-Modul auf 20% der Breite */
    box-sizing: border-box; /* Verhindert Überlappen */
}
/* Text-Modul auf 80% der Breite */
.custom-flex-row .et_pb_text {
    flex: 0 0 85%; /* Text-Modul auf 80% der Breite */
    box-sizing: border-box; /* Verhindert Überlappen */
}
/* Optional: Abstand zwischen den Modulen */
.custom-flex-row .et_pb_module {
    padding-right: 20px; /* Abstand nach rechts */
}
/*Ende Code für 2 Elemente in einer Spalte
 * ------------------------------------
 * /
 * 

/* Change accordeon colors smoothly */
.et_pb_accordion .et_pb_toggle {transition:background-color 1s;}


/*--------------------------------------------------------
/*make mobile menu collapsable
 * -------------------------------------------------------
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #427180;
	background: #fff9f8;
	border-radius: 50%;
	padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}
/*------------------------------------------------------------
 * End of collapsable menu
 * ------------------------------------------------------------*/


.woocommerce-error a {
    color: #427180; /* Deine gewünschte Linkfarbe */
}
.wc-gzd-checkbox-placeholder-legal {
    padding-left: 15px !important;
}