/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */


#top-bar-wfts {
   padding: 5px 15px 5px 15px;
}

table.top-bar-wfts-table{
   width: 100%;
   background-color:#95c236;   
}

table.top-bar-wfts-table a {
   color:#fff;
   text-decoration: none;
}

table.top-bar-wfts-table a:hover {
   color:#000 !important;
   text-decoration: none;
}

/* header menue vertikaler Abstand kleiner */
header .navbar-nav > .nav-item > .nav-link {
    position: relative;
    padding-top: 0.0rem;    
    padding-bottom: 0.8rem;        
    padding-left: 1.5rem;
    padding-right: 1.5rem;    
}

/* Bild der Menü-Subkategorie kleiner 
img.submenu-headline-image.img-fluid {
	height:200px;
}
*/
/*
div.square.square-image {
	height:220px;
}
*/

/* Text unter der Menü-Subkategorie zentrieren */
/*.cat-text-wfts {
   text-align:center;
}*/

/* 16.08.2022 der Link fuer die OS-Plattform im Impressum soll laut Händlerbund-Tiefenprüfung farbig dargestellt werden */
a.OS-Plattform {
	color:#95c236;
}

/* Zahlungsarten und -Beschreibung im Checkout hervorheben */
.checkout-payment-method-note {
	font-weight: bold;
	margin-bottom: 4px !important;
}