/**
 * Theme Name:     Divi Child Theme
 * Author:         Wilfried Wittmann
 * Template:       Divi
 * Text Domain:	   divi-child-theme
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */




/*nach oben rund*/
.et_pb_scroll_top.et-pb-icon {
    border-radius:50%;
    right:1rem;
}


/* Größe Flix Mobile */
html,
body{
width:100%;
overflow-x:hidden;
}


/*Gallery Navigation ausblenden*/
.et_pb_gallery.et_slider_auto .et-pb-slider-arrows,
.et_pb_gallery.et_slider_auto .et-pb-controllers { 
    display: none !important; 
}


/* Aktuellen Hauptmenü-Link unterstreichen */
.et_pb_menu .et-menu-nav >ul>.current-menu-item >a:before {
	content:"" ;
	background: #30870a; /* Hier Farbwert wie gewünscht ändern */
	width:110%; 
	height:2px; 	
/* Hier Linienhöhe ändern */
	position:absolute;  
	left:-5%; 
	bottom: -1px;
}

/* Dropdown Menu Textgröße ändern */
.dfh-6 .et-menu li li a  {
   font-size: 14px !important; /* Hier eigene Schriftgröße eintragen */
}

/* Eingabefelder Checkout */
.woocommerce-page form .form-row input.input-text {
    letter-spacing: 1px;
    width: 100%;
    outline: 1px solid;
	border-radius: 6px;
}
.woocommerce-checkout label {color:#257003;}
.woocommerce-checkout form input[type="text"] {
 	color: #257003 !important;
}

.et_pb_wc_checkout_order_details_0_tb_body table.shop_table {
    border-collapse: separate;
    border-spacing: 8px 8px;
}

.woocommerce table.shop_table {
    border: 1px solid; border-color: #257003;;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce-checkout .shop_table {
    background-color: transparent;
}	
	

 
