/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('/fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url('/fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/roboto-v20-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    -webkit-text-stroke: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    box-sizing: border-box;
    color: #222;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

img {
    vertical-align: unset;
    border-style: none;
}

h2, h4, h5 {
    margin: 0 0 24px 0;
    font-size: 200%;
    text-align: center;
    color: #fff;
    background-color: #272750;
    padding: 8px 16px;
}

h3 {
    font-size: 135%;
    margin: 0 0 16px 0;
}

h4 {
    background-color: #8BC34A;
}

h5 {
    background-color: #f44336;
}

p {
    line-height: 1.41;
    margin: 0 0 1.3em 0;
}
ul {
    margin: 0;
    padding: 12px;
    display: inline-block;
    width: auto;
}

ul > li {
    margin-left: 24px;
    line-height: 1.6;
}

.rev {
    direction: rtl;
    unicode-bidi: bidi-override;
}

a {
    text-decoration: none;
    color: #ff2f00;
    background-color: transparent;
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

header {
    background-color: #373e48;
    text-align: center;
    padding: 8px;
    vertical-align: middle;
    font-size: 20px;
}

#header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#header-wrapper > div {
    padding: 0 16px;
}
#header-text h1 {
    height: 24px;
    vertical-align: middle;
    color: #f3f3f3;
    margin: 0;
    padding: 0;
}

#header-phone {
    display: flex;
    height: auto;
    vertical-align: middle;
    color: #f3f3f3;
}

.header-phone-text {
    color: #f3f3f3;
    font-family: Roboto, arial, sans-serif;
    font-weight: 500;
}

#header-phone img {
    transform: rotate(-10deg);
    margin-right: 2px;
    display: inline-block;
}

section#navigation {
    background-color: #fff;
    text-align: center;
    padding: 12px;
    color: #222;
    vertical-align: middle;
}

section#navigation.sticky {
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 2px solid #666;
    width: 100%;
    background-color: #fff;
    transition: 0.2s all ease;
    z-index: 100;
}



section#navigation.sticky #navigation-logo img {
    max-height: 56px;
}

#navigation-wrapper {
    display: inline-flex;
    width: 1280px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#search {
    padding: 8px 12px;
    border: 1px solid #333;
    background-image: url("/images/outline-search-24px.svg");
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 16px;
}

#search:focus {
    outline: 0;
}

#search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1; /* Firefox */
}

#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}

#search::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbb;
}

#navigation-wrapper > div {
padding: 0 32px;
}

#navigation-logo {
    flex-basis: 33%;
}

#navigation-logo img {
    max-height: 128px;
}

#navigation-dummy,
#navigation-cart {
    text-align: center;
    flex-basis: 9%;
}

#navigation-cart img {
    height: 48px;
}

#navigation-cart img,
#navigation-search img,
#navigation-search-tires img,
#navigation-menu1 img,
#navigation-menu2 img {
    height: 32px;
}

#navigation-menu1,
#navigation-menu2,
#navigation-search,
#navigation-search-tires {
    text-align: center;
    display: none;
    flex-basis: 5%;
    transition-duration: 0.5s;
}

#navigation-cart a,
#navigation-search a,
#navigation-search-tires a,
#navigation-menu1 a,
#navigation-menu2 a {
    cursor: pointer;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

#navigation-search a:hover,
#navigation-search-tires a:hover,
#navigation-menu1 a:hover,
#navigation-menu2 a:hover {
    text-decoration: none;
}

.navigation-cart-notify {
    background-color: #ff2000;
    position: absolute;
    right: 12px;
    top: -21px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 2px 6px;
    min-width: 22px;
    min-height: 22px;
    font-size: 16px;
}

#header-phone-number {
    height: 24px;
    vertical-align: middle;
    padding-left: 4px;
}

.main-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-wrapper > div {
    padding: 8px;
}

.main-left {
    flex-basis: 15%;
}

.main-middle {
    flex-basis: 70%;
}

.main-right {
    flex-basis: 15%;
    max-width: 300px;
}

.box {
    margin-bottom: 16px;
}

.box .box-head {
    background-color: #222;
    background-color: #33327b;
    background-color: #272750;
    padding: 6px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.box .box-main {
    background-color: #E7E7E7;
    border: 1px solid #272750;
    padding: 6px 12px;
}
footer {
    background-color: #373e48;
    text-align: center;
    padding: 32px;
}

footer * {
color: #f3f3f3;
    text-align: left;
}

#footer-wrapper {
    background: transparent;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 960px;
    justify-content: center;
}

#footer-wrapper > div {
    flex-basis: 25%;
}

.footer-header {
    font-size: 28px;
    margin: 0 0 16px;
    text-decoration: underline;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul li {
    text-align: left;
    margin-left: 0;
}


#footer-wrapper > div > ul {
    margin: 0;
    padding: 0;
}

#footer-wrapper > div > ul > li {
    padding: 4px 0;
}

#footer-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto;
}

#footer-social-list > a > img {
    height: 36px;
    margin-right: 16px;
}

#footer-social-list > a > img.last {
    margin-right: 0;
}

/** forms **/

input, select, textarea {
    padding: 4px;
    border: 1px solid #666;
    background: white;
    vertical-align: baseline;
}

input[type=checkbox].akurz {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}

table.kasse_3_form sup {
    color: red;
    font-weight: normal;
    padding-top: 4px;
    vertical-align: baseline;
}
table.kasse_3_form input,
table.kasse_3_form textarea {
    padding: 0.5rem !important;
    margin: 0.25rem 0 !important;
}

table.registrierung input,
table.registrierung textarea {
    padding: 0.5rem !important;
    margin: 0.25rem 0 !important;
}

button {
    background-color: #1c7731;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0 0 2px 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    width: auto;
}

button:active {
    margin: 2px 0 0 0;
    background-color: #176328;
}

.box-suche-title {
    text-align: center;
    margin-bottom: 4px;
}

.box-suche-select {
    text-align: center;
    margin-bottom: 12px;
}

.box-suche-button {
    text-align: center;
    margin-bottom: 8px;
}

.overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    background-color: rgba(32,32,32,0.75);
    background-color: #fff;
}

.overlay-content {
    background: #eee;
    overflow: auto;
    max-height: 100%;
    z-index: 99999;
}

.overlay .box {
    margin-bottom: 0;
    max-width: 320px;
}

#overlay-info-content .box {
    margin-bottom: 16px;
}


.closeOverlay {
    font-size: 18px;
    padding: 8px;
    display: block;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.kategorien-table {
    display: table;
    width: auto;
}

.kategorien-table > div {
    display: table-row;
}

.kategorien-table > div > div > a {
    text-decoration: none;
    color: #ff2000;
    padding: 2px;
}

.kategorien-table > div > div > a:hover {
    text-decoration: underline;
}

.kategorien-table > a:hover > div:last-child {
    text-decoration: underline;
}

.kategorien-table > div > div {
    display: table-cell;
    padding: 2px;
    color: #ff2000;
    white-space: nowrap;
}

.kategorien-table .sub {
    padding-left: 16px;
}

.subcat {
    margin-left: 32px;
    display: none;
}

.subcat > div {
    white-space: nowrap;
}

.subcat > div > a {
    display: inline-block;
    text-decoration: none;
    color: #ff2000;
    padding: 2px 0;
}

.subcat > div > a:hover {
    text-decoration: underline;
}

main {
    text-align: left;
}
main img {
    max-width: 100%;
    /* width: auto; */
    height: auto;
}

main h2,
main h2 * {
    font-size: 150%;
    color: #fff;
}

main h3,
main h3 * {
    font-size: 24px;
}

#kategorien-listing {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

#kategorien-listing > a {
    flex-basis: 250px;
    margin: 0 8px 16px 8px;
    text-align: center;
    border: 1px solid #aaa;
    padding: 8px;
}

.kategorie-listing-image {
    min-height: 64px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kategorie-listing-titel {
    color: #ff2f00;
}

.nav:hover {
    background-color: #f8f8f8;
}

.artikel-listing {
    width: auto;
    display: table;
    border-spacing: 8px;
    border-collapse: separate;
    margin-bottom: 16px;
}

.artikel-listing-row {
    display: table-row;
    background-color: #e3e3e3;
}

.artikel-listing-item {
    display: table-cell;
    padding: 8px;
    vertical-align: middle;
    border: 1px solid transparent;
}

.listing-logo img,
.listing-logo a img {
    border: 0;
    width: auto;
    max-width: 164px;
    max-height: 164px;
}

.artikel-listing-item.listing-text {
    text-align: left;
}

.artikel-detail-info {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    align-items: center;
    line-height: 1.41;
}

.artikel-detail-info-image {
padding-right: 16px;
}

.artikel-detail-alle-preise {
    text-align: center;
    margin-bottom: 1em;
}

table#artikel-detail-listing {
    border-spacing: 4px;
    border-collapse: separate;
}

table#artikel-detail-listing th {
    padding: 6px;
    background-color: #222;
    color: #fff;
}

table#artikel-detail-listing td {
    padding: 2px 8px;
}

.kontakt-table {
    display: table;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 32px;
}

.kontakt-table-row {
    display: table-row;
}

.kontakt-table-item {
    display: table-cell;
    padding: 8px;
}

.kontakt-table-item:nth-child(1) {
    padding-right: 16px;
    color: #ff2000;
}

.kontakt-table input {
    min-width: 240px;
    max-width: 100%;
    padding: 0.5rem;
}

.kontakt-table-textarea {
    min-height: 112px;
    min-width: 470px;
    max-width: 100%;
}

.artikel-detail-listing {
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 16px;
}

.artikel-detail-listing-row {
    display: table-row;
    background-color: #e3e3e3;
}

.artikel-detail-listing-item {
    display: table-cell;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
}

.artikel-detail-listing-head {
    display: table-cell;
    padding: 4px;
    background: #222;
    color: #fff;
    text-align: center;
}

.artikel-detail-listing-desc {
    display: none;
    text-align: center;
    vertical-align: middle;
    padding: 3px 6px;
}

.facebook-sharer {
    background: #4267b2;
    padding: 5px 8px;
    padding-right: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 22px;
    margin: 0 auto;
}

.facebook-icon {
    width: 32px;
    display: block;
    text-align: left;
}

.facebook-icon img {
    height: 24px;
    width: 24px;
    vertical-align: top;
}

.facebook-sharer:hover {
    background-color: #365899;
    text-decoration: none;
}

main figure {
  max-width: 100% !important;
}


main figure > a > img {
  max-width: 400px;
}

main h4 {
font-size: 200% !important;
}

.text-center {
    text-align: center;
}

#menu-felgensuche-long,
#menu-reifensuche-long {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

#menu-felgensuche-short,
#menu-reifensuche-short {
    display: none;
    font-weight: 400;
    font-size: 16px;
}


@media all and (max-width: 1600px) {
    * {
        font-size: 16px;
    }
}

@media all and (max-width: 1440px) {
    .main-left,
    .main-right {
        display: none;
    }

    .main-middle {
        flex-basis: 100%;
    }

    #navigation-wrapper > div {
        padding: 0 16px;
    }
    #navigation-search,
    #navigation-search-tires,
    #navigation-menu1,
    #navigation-menu2 {
        display: initial;
        flex-basis: 5%;
        transition-duration: 0.5s;
    }

    #navigation-dummy {
        display: none;
        flex-basis: 0;
        padding: 0;
    }
}

@media all and (max-width: 1280px) {
    #navigation-wrapper {
        width: 100%;
        max-width: 100%;
    }

    #navigation-wrapper > div {
        padding: 0 16px;
    }
}
@media all and (max-width: 1024px) {
    #header-wrapper {
        display: block;
        flex-wrap: wrap;
    }
    #header-text,
    #header-phone {
        display: contents;
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        vertical-align: top;

    }
    #header-phone img {
        max-height: 20px;
    }
    .header-phone-text {
        vertical-align: bottom;
    }
    #navigation-logo img {
        max-height: 64px;
    }

    .footer-header {
        font-size: 24px;
    }
    #navigation-logo {
        flex-basis: 30%;
    }

}

@media all and (max-width: 960px) {

    .artikel-detail-listing {
        margin: 0 auto;
    }
    .artikel-detail-listing-head {
        display: none;
    }

    .artikel-detail-listing-item {
        display: block;
        flex-basis: 49%;
        /* display: table-cell; */
        /* width: 100px; */
        margin: 1px;
        margin-bottom: 2px;
        clear: left;
        vertical-align: middle;
        word-break: break-all;
    }

    .artikel-detail-listing-row {
        margin-bottom: 16px;
        display: flex;
        flex-wrap: wrap;
        max-width: 400px;
    }

    .artikel-detail-listing-desc {
        margin-bottom: 2px;
        display: block;
        /* display: table-cell; */
        /* width: 100px; */
        background-color: #666;
        color: #fff;
        flex-basis: 49%;
        vertical-align: middle;
    }

    .artikel-detail-listing-row form {
        margin: 0 auto;
    }
}

@media all and (max-width: 860px) {
    footer {
        padding: 32px 16px 16px 16px;
    }
    footer *,
    footer ul li {
        text-align: center;
    }

    #footer-social-list {
        justify-content: center;
    }
    #footer-wrapper {
        flex-wrap: wrap;
    }
    #footer-wrapper > div {
        flex-basis: 50%;
        margin-bottom: 32px;
    }
    .footer-header {
        font-size: 28px;
    }
    #navigation-wrapper > div {
        padding: 0 8px;
    }

}

@media all and (max-width: 768px) {

    #menu-felgensuche-long,
    #menu-reifensuche-long {
        font-size: 14px;
    }

    #menu-felgensuche-short,
    #menu-reifensuche-short {
        font-size: 14px;
    }

    .navigation-cart-notify {
        text-align: center;
        min-width: 18px;
        min-height: 18px;
        font-size: 14px;
    }

    main h2, main h2 *, h2 {
        font-size: 125%;
    }


    #navigation-cart a,
    #navigation-search a,
    #navigation-search-tires a,
    #navigation-menu1 a,
    #navigation-menu2 a {
        font-size: 14px;
    }

    #navigation-cart img,
    #navigation-search img,
    #navigation-search-tires img,
    #navigation-menu1 img,
    #navigation-menu2 img {
        height: 30px;
    }

    #navigation-logo img {
        max-height: 56px;
    }

    #navigation-wrapper > div {
       padding: 0 6px;
    }

    .artikel-detail-info-image img {
        max-width: 240px;
    }

    .listing-logo img,
    .listing-logo a img {
        max-width: 100%;
        max-height: 100%;
    }

    .artikel-listing {
        display: block;
    }

    .artikel-listing-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: stretch;
        align-items: stretch;
        background: none;
    }

    .artikel-listing-item {
        background: #e3e3e3;
        margin: 1px;
        padding: 2px;
    }

    .artikel-listing-item:nth-child(1) {
        display: block;
        order: 1;
        flex-basis: 30%;
        text-align: center;
    }

    .artikel-listing-item:nth-child(2) {
        display: block;
        order: 4;
        flex-basis: 100%;
        margin-bottom: 16px;
    }
    .artikel-listing-item:nth-child(3) {
        display: block;
        order: 2;
        flex-basis: 30%;
        text-align: center;
    }
    .artikel-listing-item:nth-child(4) {
        display: block;
        order: 3;
        flex-basis: 30%;
        text-align: center;
        flex-grow: 2;
    }

    .listing-logo img {
        max-height: 108px;
    }

    .facebook-sharer {
        font-size: 18px;
        padding: 4px 8px;
    }

    .facebook-icon {
        width: 28px;
    }

    .facebook-icon img {
        height: 20px;
        width: 20px;
    }

}


@media all and (max-width: 640px) {
    #navigation-logo img {
        max-height: 48px;
    }
    #navigation-cart a,
    #navigation-search a,
    #navigation-search-tires a,
    #navigation-menu1 a,
    #navigation-menu2 a {
        font-size: 13px;
    }
    #navigation-wrapper > div {
        padding: 0 2px;
    }
}

@media all and (max-width: 560px) {

    #menu-felgensuche-long,
    #menu-reifensuche-long {
        display: none;
    }

    #menu-felgensuche-short,
    #menu-reifensuche-short {
        display: block;
    }

    .artikel-detail-info {
        display: block;
        text-align: center;
    }

    .artikel-detail-info-image img {
        max-width: 100%;
    }


    #header-wrapper > div {
        padding: 0;
    }
    #header-text {
        display: none;
    }
    #header-phone,
    .header-phone-text {
        font-size: 16px;
    }

    #navigation-wrapper {
        flex-wrap: wrap;
    }

    #navigation-cart,
    #navigation-search,
    #navigation-search-tires,
    #navigation-menu1,
    #navigation-menu2 {
        flex-basis: 25%;
    }

    #navigation-cart a,
    #navigation-search a,
    #navigation-search-tires a,
    #navigation-menu1 a,
    #navigation-menu2 a {
        font-size: 14px;
    }

    #navigation-cart {
        order: 6;
    }

    #navigation-search {
        order: 4;
    }

    #navigation-search-tires {
        order: 5;
    }

    #navigation-menu1 {
        order: 3;
    }
    #navigation-menu2 {
        order: 2;
    }

    #navigation-logo {
        flex-basis: 75%;
        order: 1;
        margin-bottom: 0.75rem;
    }

    #navigation-wrapper > div {
        padding: 0;
    }

    #navigation-logo img {
        max-height: 56px;
    }
    main figure > a > img {
        max-width: 100%;
    }


    section#navigation.sticky #navigation-logo {
        display: none;

    }

    section#navigation.sticky {
        padding: 8px 4px;

    }

    section#navigation.sticky #navigation-cart,
    section#navigation.sticky #navigation-search,
    section#navigation.sticky #navigation-search-tires,
    section#navigation.sticky #navigation-menu1,
    section#navigation.sticky #navigation-menu2 {
        flex-basis: 20%;
    }

    section#navigation.sticky #navigation-menu2 {
        order: 6;
    }

}

@media all and (max-width: 480px) {

    main h2, main h2 *, h2 {
        font-size: 115%;
    }

    #header-phone {
        font-size: 18px;
    }
    .header-phone-text {
        display: none;
    }
    #footer-wrapper > div {
        flex-basis: 100%;
    }

    .kontakt-table-row {
        display: block;
    }

    .kontakt-table-item {
        display: block;
        padding: 4px;
    }

    .kontakt-table-item:nth-child(1) {
        padding-right: 0;
    }

    .kontakt-table input {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .kontakt-table-textarea {
        width: 100%;
        min-height: 96px;
        min-width: 0;
        max-width: 100%;
    }



}

@media all and (max-width: 400px) {

    #navigation-cart a,
    #navigation-search a,
    #navigation-search-tires a,
    #navigation-menu1 a,
    #navigation-menu2 a {
        font-size: 12px;
    }

    #navigation-cart img,
    #navigation-search img,
    #navigation-search-tires img,
    #navigation-menu1 img,
    #navigation-menu2 img {
        height: 32px;
    }

    .artikel-listing * {
        font-size: 14px;
    }

}
