p, .short_description p, #tab-description *, .tab-content *{
    font-family: Arial !important;
    background-color: transparent !important;
    font-size: 1.4rem !important;
}

.short_description h2 span, #tab-description h2 span, .tab-content h2 span {
    font-size: 1.6rem !important;
}

.MagicToolboxContainer {
    margin-bottom: 1rem;
}

/* Alles außerhalb ist Desktop */
.saflax-schriftzug {
    font-size: 1.8rem;
    font-weight: Bold;
    color: gray;
    font-family: Arial;
    padding-top: calc(1.8rem /2);
    display: block;
    flex: 3;
}

.product-button {
    color: #179717 !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.saflax-container {
    display: flex;
}

.sprache .btn {
    font-size: 16px;
}

.container.container_stop_menu {
    padding-top: 0 !important;
}

#iconmenu {
    display: block;
    width: 100%;
}

#iconmenu #top-links .list-inline .dropdown {
    width:100%;
    display: block;
}

.dropdown-menu.pull-right{
    top: -110px !important;
}

/* Mobile Geräte werden hier innerhalb @media definiert */
@media (max-width: 768px) { 
    #top-links {
        display: flex;
    }

    #logo img {
        max-height: 50px;
    }

    .saflax-schriftzug {
        display: none;
    }

    .saflax-container {
        display: inline;
    }
    
    #notificationbar0 {
        display: none !important;
    }

    div#cart {
        margin-left: 0em;
        padding-right: .7em;
    }
 }

/* Sorgt dafür, dass der Wunschlisten Knopf die Volle breite in Kategorien und Suche erhält */
 .product-thumb .button-group button + button {
     width: 40%;
 }

 

.table-bilder td {
    padding: 0 !important;
}