<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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 &gt; .nav-item &gt; .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;
}</pre></body></html>