/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        4.27.4 
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.single #sidebar {display: none;}

.single #left-area {width: 100%;}

.single #main-content .container:before {width: 0;}

/*MailerLite Formulareinbindung für Shortcode*/

/* Menü-Button stylen */
#main-header .menu-button a {
  background-color: #e89ec5;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: extra-bold;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

#main-header .menu-button a:hover {
  background-color: #d674ae;
  color: #fff !important;
}

/* Warenkorb-Symbol im Header ausblenden */
.et-cart-info {
  display: none !important;
}