@charset "UTF-8";

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software.
Please contact Monotype with any questions regarding Web Fonts: http://www.fonts.com
*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=1a7c93c1-8d5d-430f-b64f-9cf90d245cb7&fontids=1572245,1572249,1572253");
@font-face {
    font-family: "Frutiger LT W02_45 Light";
    src:url("fonts/1572245/0e18fa83-4d3c-4ae6-84a4-2d9f616c443e.woff2") format("woff2"),url("fonts/1572245/569dd51c-b527-40ee-a37a-e11f4e7ec601.woff") format("woff");
}
@font-face {
    font-family: "Frutiger LT W02_46 Light It";
    src:url("fonts/1572249/8ea1fec7-fd4d-4ee3-8c46-abbc3e04fadd.woff2") format("woff2"),url("fonts/1572249/c761b274-66d3-4b98-b8f7-851b050d4426.woff") format("woff");
}
@font-face {
    font-family: "Frutiger LT W02_55 Roman";
    src:url("fonts/1572253/e427d483-7e37-4ee5-a48f-6f8d33896d29.woff2") format("woff2"),url("fonts/1572253/cf333268-6b9d-4051-a459-6de346b6a6a4.woff") format("woff");
}

/*
Webfonts Infos:

Frutiger Light
font-family: "Frutiger LT W02_45 Light";

Frutiger Light Italic
font-family: "Frutiger LT W02_46 Light It";

Frutiger Roman
font-family: "Frutiger LT W02_55 Roman";
*/


/*
Projektname:    Westfalia Automotive
Bearbeitet am:  21.02.2014 von AL
Bearbeitet am:  10.04.2014 von MKue
Bearbeitet am:  05.03.2015 von MKue
Bearbeitet am:  06.03.2015 von MKue
QS am:          06.03.2015 von MKue
Bearbeitet am:  19.08.2015 von JPS
Bearbeitet am:  07.06.2017 von MKue
QS am:          09.06.2017 von JPS
Bearbeitet am:  04.10.2018 von MRo
Bearbeitet am:  20.04.2020 von MKue
*/

/*
>> Farben
>> Elemente
>> Grundaufbau
>> Module
	> allg. Klassen
	> Nutzerrollen Navigation fuer Header und Content
	> Medienbuehen
    > Loader
    > Nutzerrollen Navigation
    > Google Karte
    > Presseuebersicht und Pressedetail
    > Produktfinder / Veranstaltungen
    > Kundenstimmen
    > Messages
    > Formularstile
    > (Direkt)Login
    > Standardstile fuer Contentelemente
    > Akkordeon
    > Haendlersuche
    > Extranet
    > Dashboard
*/

/* ############################################################## */
/* >> Farben
Hintergrundflaeche im header sowie
ebenfalls beim mouseover der benutzergruppen
westfalia-blau #003789

Farbe fuer buttons, pfeile und links
westfalia-rot #ed1a3b

Farbe fuer hintergrundflaeche der navigation
hellrot #d13a4d

Farbe zur hervorhebung von menuepunkten beim mouseover
dunkelrot #bb1023

Hintergrundflaeche im teaser und footer
hellblau #e9eff4

Fliesstexte und headlines sowie links im header + footer,
hintergrundflaeche von header und seo-footer
dunkelblau #00457d

Hintergrundfarbe von headlines auf bildern
dunkelgrau #939393

Schriftfarbe in navigation, tabs und metanavigation sowie
schriftfarbe fuer headlines mit hintergrundfarbe (s. dunkelgrau),
schriftfarbe fuer buttons
weiss #ffffff
*/

/* ############################################################## */
/* >> Elemente */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font: 200 normal 62.5%/1.3 "Frutiger LT W02_45 Light", Arial, sans-serif;
}

strong, b {
    font-family: "Frutiger LT W02_55 Roman";
}

em, i {
    font-family: "Frutiger LT W02_46 Light It";
}

div, span, object, iframe, noscript,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, br, hr,
a, abbr, address, cite,
del, em, i, img, a img, ins,
small, strong, b, sub, sup,
pre, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

img, video {
    max-width: 100%;
    height: auto;
}

details, figcaption, summary,
nav, header, footer, main,
section, aside, article, figure,
video, audio, canvas {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

main {
    min-height: 35em;
    margin: 0 auto;
}

small {
    font-size: 0.8em;
}

ins {
    text-decoration: none;
    border-bottom: 1px dashed;
    padding-bottom: 0.1em;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
    font-size: 0.8em;
}

sub {
    top: 0.3em;
}

input,
textarea,
select,
button {
    font-weight: normal;
    font-family: inherit;
    font-size: 100%;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=search] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=image],
button,
select {
    cursor: pointer;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

abbr[title] {
    cursor: help;
}

h1, h2, h3 {
    margin-bottom: 0.25em;
    font-weight: 200;
    text-transform: uppercase;
    color: #00457D;
}

h4, h5, h6 {
    margin-bottom: 1em;
    font-size: 1.8em;
    line-height: 1.22222222;
    font-weight: 200;
    color: #00457D;
}

h1 {
    font-size: 2.4em;
    line-height: 1.166666;
}

h2 {
    font-size: 2.2em;
    line-height: 1.181818;
}

h3 {
    font-size: 2em;
    line-height: 1.2;
}

p, ul, ol, address {
    font-size: 1.4em;
    font-weight: 200;
}

p, address {
    margin-bottom: 1em;
    line-height: 1.2857;
    font-style: normal;
}

ul li, ol li,
ul ul, ol ol,
ul ol, ol ul {
    font-size: 1em;
}

a,
a:link,
a:hover,
a:focus,
a:active,
a:visited {
    color: #00457d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #bb1023;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    margin-bottom: 2em;
}

table td,
table th {
    padding: 5px 10px;
    font-size: 1em;
    font-weight: 200;
}

table th {
    font-family: "Frutiger LT W02_55 Roman";
    text-align: left;
}

table td *,
table th * {
    font-size: 1em;
}

div#loading {
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: #3e617c;
    opacity: 0.5;
    position: fixed;
    background-image: url("../images/loader.gif");
    background-repeat:no-repeat;
    background-position: center center;
}

body.loading {
    overflow: hidden;
}

body.loading #loading {
    display: block;
}

/* ############################################################## */
/* >> Grundaufbau */
.wrapper {
    margin-top: 3.1em;
}

header[role="banner"] {
    position: relative;
    background: #00457d;
    color: #fff;
    clear: both;
    border-bottom: 1px solid #fff;
    min-height: 100px;
}

header:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Logo im header als Grafik */
.logo {
    display: block;
    float: left;
    margin: 14px 0 0 30px;
}

/* Logo im footer als Hintergrundgrafik */
[role="contentinfo"] .logo {
    display: block;
    float: left;
    height: 43px;
    width: 176px;
    margin: 0 2% 0 30px;
}

.metanavigation {
    float: right;
    text-align: right;
    font-size: 1.2em;
    list-style: none;
    width: auto;
    min-width: 300px;
    margin: 12px 30px 15px 0;
    padding: 0;
}

.metanavigation li {
    display: inline;
    margin: 0 0 0 20px;
    padding: 0;
}

.metanavigation a {
    color: #fff;
    text-decoration: none;
}

/* Footer */
[role="contentinfo"] {
    background: #e9eff4;
    overflow: hidden;
    padding: 30px 0 10px 0;
}

/* erste ebene */
footer ul {
    margin: 0 2% 20px 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 14.66666666666667%;
}

footer li {
    background: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 1.3em;
}

footer a {
    color: #00457d;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* zweite ebene */
footer ul ul {
    margin: 10px 0 0 0;
    padding: 0;
    float: none;
    width: auto;
}

footer li li {
    background: url(../images/icon_arrow_red.png) no-repeat 0 0.25em;
    background-size: 6px 9px;
    padding: 0 0 0 15px;
    text-transform: none;
    font-size: 0.8em;
}

.facebook-teaser {
    display: block;
    float: right;
    margin: 0 30px 0 0;
}

footer .socialwrapper {
    overflow: hidden;
    display: block;
    float: right;
    margin: 0 30px 20px 0;
}

footer .socialwrapper a.sociallink {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

/* mobile Stile */
@media screen and (max-width: 800px) {
    [role="contentinfo"] {
        padding-left: 0;
    }

    .upload-filelist li {
        padding-left: 0;
    }

    [role="contentinfo"] .logo {
        float: none;
        margin-bottom: 30px;
    }

    footer ul {
        float: none;
        margin: 0 30px 20px 30px;
        width: auto;
    }

    footer li {
        background: url(../images/icon_arrow_red.png) no-repeat 0 50%;
        background-size: 6px 9px;
        padding: 0 0 0 15px;
    }

    footer ul ul {
        display: none;
    }

    footer .socialwrapper {
        float: left;
        margin-left: 30px;
    }

    .facebook-teaser {
        float: left;
        margin: 0 0 20px 30px;
    }

    .produkt-details i,
    .grid-container-50 .produkt-details i {
        min-width: 10%;
        width: auto;
    }
}

@media screen and (max-width: 800px) {
    .logo {
        float: left;
        margin: 10px 40px 10px 100px;
    }

    .upload-filelist li {
        padding-left: 0;
    }

    header .logo img {
        width: 184px;
        height: 45px;
    }

    .mobilenavigation .direktsuche {
        display: block;
    }

    .metanavigation {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .direktsuche {
        display: none;
    }

    .upload-filelist li {
        padding-left: 0;
    }

    .logo {
        float: right;
        margin: 10px 40px 10px 0;
    }

    footer .socialwrapper {
        float: left;
        margin-left: 30px;
    }
}

/* seo-footer */
.wrapper > p {
    padding: 20px 30px;
    margin: 0;
    clear: both;
    background: #00457d;
    color: #fff;
}

/* ############################################################## */
/* >> Module */

/* allg. Klassen */
.uppercase {
    text-transform: uppercase;
}

.tab {
    background: #00457d;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 1.2em;
    text-decoration: none;
    z-index: 44;
}

a.tab,
a.tab:link,
a.tab:hover,
a.tab:focus,
a.tab:active,
a.tab:visited {
    color: #fff;
    text-decoration: none;
}

.disabled,
.disabled span,
.disabled:hover span,
.switch-back.disabled span,
.switch-forth.disabled span {
    color: #d1d9e4;
    cursor: default;
}

/* > Nutzerrollen Navigation fuer Header und Content */
.nutzerrollen-nav,
.imageslider {
    max-width: 1280px;
    position: relative;
    overflow: hidden;
}

.nutzerrollen-nav,
.imageslider {
    margin: 20px 0 0 0;
}

.nutzerrollen-nav .switch-back,
.imageslider .switch-back {
    width: 20px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 10;
}

.nutzerrollen-nav .switch-forth,
.imageslider .switch-forth {
    width: 20px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    right: 0;
}

.teaser .imageslider .switch-back,
.teaser .imageslider .switch-forth {
    height: 77%;
    background: transparent;
}

.nutzerrollen-nav .switch-back span,
.imageslider .switch-back span {
    bottom: 50%;
    left: 0;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.nutzerrollen-nav .switch-forth span,
.imageslider .switch-forth span {
    bottom: 50%;
    right: 0;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.nutzerrollen-nav .switch-back span,
.nutzerrollen-nav .switch-forth span {
    bottom: 60%;
}

.nutzerrollen-nav .switch-back:hover span,
.nutzerrollen-nav .switch-forth:hover span,
.imageslider .switch-back:hover span,
.imageslider .switch-forth:hover span {
    background: none;
    box-shadow: none;
}

.nutzerrollen-nav ul.slider,
.imageslider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.nutzerrollen-carousel {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .nutzerrollen-nav .switch-back,
    .imageslider .switch-back,
    .nutzerrollen-nav .switch-forth,
    .imageslider .switch-forth {
        width: 28px;
    }

    .nutzerrollen-nav,
    .imageslider {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* > Medienbuehen */
/* "startseite" auf body um negatives margin (fuer Folgeteaser) zu steuern. */
.startseite .mod-visual {
    min-height: 480px;
}

/* innerhalb des Grids Abstand nach unten*/
.grid-wrapper .mod-visual {
    margin-bottom: 15px;
}

/* nur auf der Startseite:
wenn .grid-wrapper unmittelbar auf .media folgt,
Teaser hochziehen (negativen Abstand nach oben) */
.startseite .media + .grid-wrapper {
    position: relative;
    z-index: 49;
    margin-top: -50px;
}

.media + .grid-wrapper {
    margin-top: 35px;
}

/* unten Platz schaffen fuer die Teaser */
.startseite .visual-switch {
    bottom: 50px;
}

@media screen and (max-width: 480px) {
    .media + .grid-wrapper {
        margin-top: 15px;
    }

    .upload-filelist li {
        padding-left: 0;
    }

    .startseite .media + .grid-wrapper {
        margin-top: 15px;
    }

    .startseite .visual-switch {
        bottom: 0;
    }
}

/* fuer Seiten ohne Buehne ein padding-top, mit Buehne padding-top entfernen */
main .grid-wrapper:first-child {
    padding-top: 35px;
}

main .media + .grid-wrapper:first-child {
    padding-top: 0;
}

/* zur positionierung der "normalen" und der Sonderinhalte in bzw. ueber der Medienbuehne */
.media {
    position: relative;
}

/* Container fuer Sonderinhalte z.B der produktfinder auf der Medienbuehne */
.mediaOverlay {
    position: absolute;
    z-index: 50;
    bottom: 60px;
    right: 80px;
}

.mediaOverlay .teaser {
    min-height: 100px;
}

.mod-visual {
    background: #ccc;
    overflow: hidden;
    position: relative;
    min-height: 350px;
    padding-bottom: 50px;
}

/* werden nicht fuer Styling, sondern nur fuer die Funktion benoetigt */
.visual-wrapper {
}

.visual {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* alle Inhalte auf der Medienbuehne */
.visualdata {
    position: absolute;
    color: #fff;
}

/* Inhalte der Medienbuehen ausrichten */
.lefttop .visualdata {
    top: 60px;
    left: 80px;
}

.leftbottom .visualdata {
    bottom: 50px;
    left: 80px;
}

.righttop .visualdata {
    top: 60px;
    left: 50%;
}

.rightbottom .visualdata {
    bottom: 50px;
    left: 50%;
}

.overline {
    display: inline-block;
    margin: 0 0 4px 0;
}

.overline span {
    display: inline-block;
    background: rgba(0, 69, 125, 0.8);
    padding: 3px;
}

.headline {
    color: #fff;
    font-size: 3.8em;
    font-weight: 100;
    margin: 0 80px 15px 0;
    text-transform: none;
}

.teasertext {
    font-size: 1.8em;
    margin: 0 80px 20px 0;
}

@media screen and (max-width: 480px) {
    .headline {
        margin: 0 70px 15px 0;
    }

    .teasertext {
        margin: 0 70px 20px 0;
    }
}

.headline span,
.teasertext span {
    background: rgba(147, 147, 147, 0.8);
    margin: 0;
    padding: 2px 7px;
    line-height: 1.368421;
}

.teasertext span {
    line-height: 1.555555555;
}

.media .button {
    margin: 0 0 50px 0;
}

/* Container fuer die Grafik bzw. spaeter auch fuer das Video oder andere mediale Inhalte */
.visualmedia {
    max-height: 530px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.visualmedia img {
    width: 100%;
}

/* Anzeige der Anzahl an Slides in der Buehen und des aktiven Slides */
.visual-switch {
    list-style: none;
    position: absolute;
    z-index: 48;
    bottom: 0;
    left: 25%;
    width: 50%;
}

.visual-switch ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.visual-switch li {
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    font: 4em/1 Arial, Verdana, sans-serif;
}

.visual-switch a {
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.visual-switch .active {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
}

/* "vor" und "zurueck" Pfeile */
.mod-visual .switch-back {
    position: absolute;
    z-index: 47;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
}

.switch-back span {
    position: absolute;
    bottom: 50%;
    left: 20px;
    font: 4em/1.2 Consolas, Courier;
    color: #00457d;
    background: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: -3px;
    border-radius: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.mod-visual .switch-forth {
    position: absolute;
    z-index: 47;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
}

.switch-forth span {
    position: absolute;
    bottom: 50%;
    right: 20px;
    font: 4em/1.2 Consolas, Courier;
    color: #00457d;
    background: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: 3px;
    border-radius: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.switch-back:hover span,
.switch-forth:hover span {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

/* Initialer Zustand der Steuerungselemente ist versteckt. Wenn JS vorhanden, werden diese eingeblendet. */
.js-enabled {
    display: none;
}

@media screen and (max-width: 480px) {
    .switch-back span {
        left: 10px;
    }

    .switch-forth span {
        right: 10px;
    }

    .visual-switch li {
        margin: 0 10px 0 0;
        font: 2em/1 Arial, Verdana, sans-serif;
    }

    .visual-switch a,
    .visual-switch strong {
        padding: 0 5px;
    }

}

/* mobile Stile */
@media screen and (max-width: 800px) {
    .mediaOverlay {
        display: none;
    }

    .mod-visual .overline {
        display: none;
    }

    /* wenn nicht desktp = immer unten links ausrichten */
    .lefttop .visualdata,
    .leftbottom .visualdata,
    .righttop .visualdata,
    .rightbottom .visualdata {
        bottom: 10px;
        left: 70px;
    }
}

@media screen and (max-width: 480px) {
    .startseite .mod-visual,
    .mod-visual {
        min-height: 210px;
    }

    .mod-visual .teasertext {
        display: none;
    }

    .mod-visual .headline {
        font-size: 2.4em;
    }

    .mod-visual .headline span {
        line-height: 1.5;
    }
}

/* Klassen fuer content-teaser */
/* hex #e9eff4 */
.teaser {
    padding: 10px;
    margin: 0 0 1em 0;
    background: rgba(233, 239, 244, 0.85);
    overflow: hidden;
    min-height: 240px;
}

.teaser-auto-height {
    min-height: auto;
}

.grid-container-75 .teaser {
    min-height: 100px;
}

.teaser h2 {
    color: #00457D;
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
}

.teaser a {
    text-decoration: none;
    color: #ED1A3B;
}

.teaser a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #003789;
}

span.time {
    display: block;
    color: #003789;
}

/* Sonderfall Grafiken als BG-Grafiken */
.background-teaser {
    padding: 0;
    margin: 0 0 1em 0;
    background-color: rgba(233, 239, 244, 0.85);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    min-height: 260px;
}

.background-teaser a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    padding-bottom: 65px;
    min-height: 260px;
}

.imageteaser {
    position: relative;
    margin: 0;
}

.imageteaser h2,
.imageteaser h3 {
    padding: 10px 10px 0 10px;
}

.imageteaser p {
    color: #00457D;
    padding: 0 10px;
}

.imageteaser .button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0.75em 1em 0.75em 2em;
    color: #fff;
}

.pressemitteilungen ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pressemitteilungen li {
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: url(../images/icon_arrow_red.png) no-repeat 0 1.6em;
    background-size: auto 10px;
}

/* fuer messen und pressemitteilungen .button rechts ausrichten */
.right {
    float: right;
}

.teaser.veranstaltungen {
    background: none;
}

.messen ul,
.teaser.veranstaltungen ul {
    list-style: none;
    padding: 0;
}

.messen li,
.teaser.veranstaltungen li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    padding: 0 0.5em 0 3.5em;
    width: 50%;
    min-height: 70px;
    float: left;
}

.teaser.veranstaltungen li {
    padding: 0 1.5em 0 0;
}

.grid-container-25 .messen li {
    width: 100%;
    float: none;
}

.messen li:nth-child(2n+1),
.teaser.veranstaltungen li:nth-child(2n+1) {
    clear: left;
}

.messen .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3em;
    line-height: 0.85em;
    color: #00457d;
}

.teaser.veranstaltungen h2 {
    font-size: 2em;
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
}

.teaser.veranstaltungen h3 {
    font-family: "Frutiger LT W02_55 Roman";
}

.messen h3,
.messen p,
.teaser.veranstaltungen h3,
.teaser.veranstaltungen p {
    font-size: 1em;
}

.teaser.veranstaltungen img {
    max-width: 23%;
    height: auto;
    margin-right: 2%;
}

.teaser.veranstaltungen .details {
    float: left;
    width: 75%;
}

.messen p,
.teaser.veranstaltungen .place {
    color: #00457d;
}

.teaser.veranstaltungen .place {
    display: block;
    margin-bottom: 1em;
}

.teaser.veranstaltungen a:hover {
    color: #fff;
}

.teaser.messen h3,
.teaser.veranstaltungen h3 {
    margin-bottom: 0;
    padding-left: 10px;
    text-transform: none;
    background-image: url(../images/icon_arrow_red.png);
    background-position: 0 0.2em;
    background-repeat: no-repeat;
    background-size: auto 10px;
}

/* mobile Stile */
@media screen and (max-width: 480px) {
    .messen li,
    .teaser.veranstaltungen li {
        width: 100%;
        float: none;
    }

    .teaser.veranstaltungen img {
        float: left;
        clear: none;
        display: block;
        margin: 0 2% 0 0;
    }
}

/* Triangeln */
/* &#9660; Spitze nach unten */
.ico-closed {
    display: inline;
}

#open-nutzerrollen:target .ico-closed,
#open-login:target .ico-closed,
#open-language-switch:target .ico-closed {
    display: none;
}

/* &#9650; Spitze nach oben */
.ico-opend {
    display: none;
}

#open-nutzerrollen:target .ico-opend,
#open-login:target .ico-opend,
#open-language-switch:target .ico-opend {
    display: inline;
}

/* > Loader: Ladestatus fuer Produktfinder, Pressemeldungen und Suchergebnisse */
.ajax_loader {
    display: none;
    background: url(../images/loader.gif) no-repeat 50% 50%;
    background-size: 15.5px 15.5px;
    min-height: 16px;
    margin-bottom: 10px;
}

.form-produktfinder {
    margin-top: 10px;
}

.form-produktfinder label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.4em;
}

.form-produktfinder select {
    width: 100%;
}

.form-produktfinder a {
    color: #00457D;
    text-decoration: none;
}

.form-produktfinder a:hover,
.form-produktfinder a:focus {
    color: #bb1023;
    background: transparent;
    text-decoration: underline;
}

.teaser .imageslider {
    margin-top: 0;
}

.nutzerrollen-nav:after,
.imageslider:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: left;
}

.nutzerrollen-nav .uppercase,
.imageslider .uppercase {
    font-size: 200%;
    font-weight: 200;
    color: #00457d;
    margin-left: 20px;
}

.teaser .imageslider .uppercase {
    margin: 0 0 0.75em 0;
    display: block;
}

.nutzerrollen-nav ul,
.imageslider ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.nutzerrollen-nav li,
.imageslider li {
    font-size: 1.2em;
    width: 175px;
    height: 200px;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 170px 170px;
    position: relative;
}

.nutzerrollen-nav li {
    width: 170px;
    margin: 0 10px 30px 20px;
}

.nutzerrollen li:last-child {
}

.nutzerrollen-nav li a,
.imageslider li a {
    color: #000;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.nutzerrollen-nav li a span,
.imageslider li a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.teaser .imageslider li a span {
    background: transparent;
}

.nutzerrollen-nav li ul {
    margin: 0;
    padding: 10px 0;
    min-height: 150px;
    display: none;
}

.nutzerrollen-nav li:hover ul {
    display: block;
    background: #00457D;
}

.nutzerrollen-nav li li {
    font-size: 0.77777778em;
    margin: 0 0 5px 30px;
    width: auto;
    height: auto;
    float: none;
    background: transparent url(../images/icon_arrow_white.png) no-repeat 0 0.25em;
    background-size: 6px 9px;
    padding: 0 0 0 15px;
}

.nutzerrollen-nav li ul a {
    color: #fff;
    position: static;
    text-decoration: none;
}

.nutzerrollen-nav li ul a:hover,
.nutzerrollen-nav li ul a:active {
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none;
}

.nutzerrollen-nav li ul a span {
    outline: 0;
    position: static;
    width: auto;
    background: transparent;
}

/* menu zu */
/* menu auf */
#open-nutzerrollen:target .nutzerrollen-nav {
    display: block;
}

/* menu im Contentbereich immer sichtbar */
main .nutzerrollen-nav {
    display: block;
    padding: 0;
}

@media screen and (max-width: 800px) {
    main .nutzerrollen-nav {
        display: none;
    }
}

/* Referenzslider */
.imageslider li {
    height: 130px;
    font-size: 1em;
}

.teaser .imageslider li a {
    color: #00457d;
}

.teaser .imageslider li a:hover {
    background: transparent;
    color: #00457d;
}

.imageslider img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.imageslider span {
    width: 100%;
    display: block;
    text-align: center;
}

ul.imageslider {
    list-style: none;
    padding: 0;
}

/* Breite der einzelnen lis innerhalb verschiedener Grid-Container */
.grid-container-33 .imageslider li {
    height: 120px;
    width: 355px;
}

.grid-container-25 .imageslider li {
    height: 120px;
    width: 225px;
}

/* > Google Karte */
.google-karte,
    /* google maps Version */
.mod-dealerlocator-searchresult,
.mod-dealerlocator-map {
    margin-bottom: 20px;
}

.mod-dealerlocator-errors.error {
    padding: 20px 25px 5px 25px;
    margin: 20px 0;
}

.google-karte img {
    width: 100%;
    height: auto;
}

.form-routes-search {
    background: #e9eff4;
    padding: 30px;
    margin-bottom: 20px;
}

.form-routes-search fieldset {
    padding: 0;
}

.form-routes-search input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1.4em;
    font-family: inherit;
    font-weight: 200;
    padding: 5px 5px 4px 5px;
    margin-bottom: 10px;
    min-width: 45.5%;
}

.form-routes-search .form-button {
    float: left;
}

.form-routes-search .form-button button {
    overflow: visible;
    background: #ed1a3b url(../images/icon_arrow_white.png) 10px 50% no-repeat;
    background-size: 6px 9px;
    padding: 0.75em 1em 0.75em 2em;
    font-size: 1.4em;
    margin: 0 10px 10px 0;
    float: left;
}

.form-routes-search .form-button button:hover {
    background: #00457D url(../images/icon_arrow_white.png) 10px 50% no-repeat;
    background-size: 6px 9px;
}

@media screen and (max-width: 768px) {
    .form-routes-search {
        padding: 10px;
    }

    .form-routes-search input {
        width: 100%;
    }
}

.infoBox {
    width: 278px;
    padding: 0 157px 70px 1px;
    background: url(../images/map-bubble.png) bottom left repeat-y;
}

.infoBox h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 15px 0;
    margin-bottom: 5px;
    border-top: 1px solid #00457d;
}

.infoBox h4 {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px 0;
    margin: 0;
    color: #333;
}

.infoBox p {
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
    margin-bottom: 5px;
}

.infoBox a {
    text-decoration: underline;
}

.infoBox .button {
    text-decoration: none;
    color: #fff;
    margin: 0.5em 15px 0.5em 15px;
}

.infoBox dl {
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.infoBox dt {
    float: left;
    width: 70px;
}

.infoBox dd {
    float: left;
    width: 170px;
}

.infoBox .icon-route,
.infoBox .icon-assortment {
    display: block;
    text-decoration: none;
    line-height: 33px;
    font-family: "Frutiger LT W02_55 Roman";
    padding-left: 60px;
}

/* > Presseuebersicht und Pressedetail */
.pressemitteilung-detail {
    overflow: hidden;
    padding-bottom: 30px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #00457d;
}

.pressemitteilung-detail .left {
    float: left;
    margin: 0 30px 20px 0;
}

.pressemitteilung-detail div {
    float: left;
    width: 60%;
}

.pressemitteilung-detail h2,
.pressemitteilung-detail h3 {
    color: #ED1A3B;
}

.pressemitteilung-detail a {
    padding-left: 20px;
    background: url(../images/icon_arrow_red.png) no-repeat 0 0;
    text-decoration: none;
    color: #ED1A3B;
    font-size: 1.4em;
}

.pressemitteilung-detail p a {
    font-size: 1em;
}

.pressemitteilung-detail h2 a,
.pressemitteilung-detail h3 a {
    padding-left: 0;
    background-image: none;
}

/* > Produktfinderergebnisse und Veranstaltungen */
.produktfinder-kit {
    background: rgba(0, 0, 0, 0.1);
    padding-left: 5px !important;
    margin-left: -5px !important;
}

.produktfinder-ergebnisse,
.veranstaltungen {
    list-style: none;
    padding: 0;
}

.produktfinder-ergebnisse > li,
.veranstaltungen > li {
    margin: 0;
    clear: both;
    padding: 1em 0 0 0;
    border-bottom: 1px dotted #00457D;
}

.produktfinder-ergebnisse h3 {
    font-size: 1.15em;
    margin-bottom: 1em;
}

.produktfinder-ergebnisse p,
.veranstaltungen p {
    font-size: 1em;
}

.produktfinder-ergebnisse .product-picture {
    float: right;
}

.produktfinder-ergebnisse .product-picture img {
    max-width: 20%;
    margin-bottom: 1em;
    min-height: 90px;
    min-width: 186px;
}

.produktfinder-ergebnisse .product-picture .price {
    text-align: right;
    font-size: 1.25em;
    color: #00457d;
    padding: 0 15px 0 0;
}

.produktfinder-ergebnisse img.close-icon, .produktfinder-ergebnisse .close-icon {
    margin-bottom: -12px;
    margin-left: 10px;
    max-width: 20%;
    min-height: 10px;
    min-width: 36px;
}

.produktfinder-ergebnisse .button {
    font-size: 1em;
    clear: both;
    margin-bottom: 1em;
}

.produktfinder-ergebnisse .produkt-details {
    clear: both;
    font-size: 1em;
}

.produktfinder-ergebnisse img ~ .produkt-details {
    width: 100%;
    display: inline-block;
}

.produktfinder-ergebnisse .produkt-details span {
    display: inline-block;
    width: 15%;
    font-weight: 200;
}

.produktfinder-ergebnisse .produkt-details .icon {
    width: auto;
    font-size: 1.4em;
    line-height: 0.85;
    color: #00457d;
}

.produktfinder-ergebnisse .produkt-details img.systembild {
    float: right;
}

.produktfinder-ergebnisse b {
    font-family: "Frutiger LT W02_55 Roman";
}

.produktfinder-ergebnisse .produkt-details li,
.produktfinder-ergebnisse .produkt-details li:nth-child(odd) {
    border: none;
    background-color: transparent;
}

.produktfinder-ergebnisse li:last-child,
.veranstaltungen li:last-child {
    border-bottom: none;
}

.produktfinder-ergebnisse .availability-status {
    padding-left: 35px;
    margin-left: -11px;
}

.produkt-verfuegbarkeit ul li.red,
.produktfinder-ergebnisse .availability-status.red {
    color: red;
}

.produkt-verfuegbarkeit ul li.green,
.produktfinder-ergebnisse .availability-status.green {
    color: green;
}

.produktfinder-ergebnisse > .basket-listing {
    font-size: 1.4em;
    line-height: 1.2857;
}

.produktfinder-ergebnisse > .basket-listing .close-icon.delete {
    margin-bottom: 0;
    max-width: 20px;
    min-width: 20px;
    width: 20px;
}

.produktfinder-ergebnisse > .basket-listing .clear-line.change-amount {
    height: auto;
    width: 30px;
}

.produktfinder-ergebnisse table td {
    font-size: 1em;
}

.dashboard .grid-container-25.order-container h2,
.dashboard .grid-container-25.order-container h3,
.dashboard .grid-container-25.order-container p {
    text-align: left;
}

.accordion {
    padding: 0;
    margin: 0;
}

.accordion .accordion-link {
    display: block;
    cursor: pointer;
    background: #00457d url(../images/icon_arrow_white.png) no-repeat 10px 50%;
    background-size: 6px 9px;
    color: white;
    position: relative;
    text-decoration: none;
    padding: 0.75em 1em 0.75em 25px;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.2857;
}

.accordion .accordion-link.active {
    background: #00457d url(../images/icon_arrow_white_down.png) no-repeat 8px 50%;
    background-size: 9px 6px;
}

.accordion .accordion-content {
    display: none;
    margin: 0;
    padding: 0;
}

.addtobasket-layer-product {
    margin-bottom: 15px;
    font-size: 1rem;
}

.addtobasket-layer-container {
    z-index: 1000;
    position: fixed;
    width: 600px;
    top: 0;
    left: 50%;
    margin: 5% 0 0 -300px;
    padding: 3em 3em 3em 3em;
    background: white;
}

.addtobasket-layer-crossselling {
    margin-top: 3em;
    overflow: hidden;
}

.addtobasket-layer-crossselling .grid-wrapper {
    margin-bottom: 0;
}

.addtobasket-layer-crossselling .crossselling-teaser img {
    float: left;
    margin: 0 2% 20px 0;
    padding: 0
}

.addtobasket-layer-crossselling .crossselling-teaser p {
    font-size: 1rem;
    margin: 0;
}

.basket-container {
    margin: 25px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: white;
}

.order-container > div > div {
    margin-bottom: 1em;
    min-height: 250px;
    overflow: hidden;
}

.order-container label {
    font-size: 1.4em;
    font-family: inherit;
    font-weight: 200;
    display: block;
    padding-bottom: 1em;
}

.order-container input[type=text] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1.4em;
    font-family: inherit;
    font-weight: 200;
    padding: 5px 5px 4px 5px;
}

.order-container input#userCustomerNumber {
    float: left;
    width: 50%;
}

.order-container .addnewdeliveryaddress-container {
}

.order-container .addnewdeliveryaddress-container p {
    text-align: left !important;
    margin: 1em 0 0 0;
}

.order-container .addnewdeliveryaddress-container label {
    clear: both;
    padding: 1em 0 0 0;
    margin: 0 0 5px 0;
}

.order-container .addnewdeliveryaddress-container input[type=text] {
    width: 100%;
}

.order-container .addnewdeliveryaddress-container .button {
    margin: 15px 0;
}

.order-container .button.add-new-deliveryaddress.opened {
    background: #00457d url(../images/icon_arrow_white_down.png) no-repeat 8px 50%;
    background-size: 9px 6px;
}

.submit-container .button {
    margin: 15px 0;
}

.submit-container .submit-information {
    clear: both;
    float: right;
    font-size: 1.2em;
    text-align: right;
    width: 50%;
}

form.basket-widget {
}

form.basket-widget .add-to-card {
    color: #FFFFFF;
    margin: 0 9px 0 3px;
}

form.basket-widget:hover {
    background-color: #00457d;
}

form.basket-widget.basket-widget-disabled,
form.basket-widget.basket-widget-disabled:hover {
    background: rgba(0, 0, 0, 0.1);
}

.basket-listing {
    margin-bottom: 0;
    width: 100%;
}

.basket-listing th {
    display: none;
    font-family: "Frutiger LT W02_55 Roman";
}

.basket-listing th, .basket-listing td {
    margin: .5em 1em;
}

.basket-listing td {
    display: block;
}

.basket-listing td:first-child {
    padding-top: .5em;
}

.basket-listing td:last-child {
    padding-bottom: .5em;
}

.basket-listing td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 521px) {
    .basket-listing th, .basket-listing td {
        display: table-cell;
        padding: 1em !important;
    }

    .basket-listing tfoot tr:first-child {
        border-top: 1px solid rgba(233, 239, 244, 0.85);
    }

    .basket-listing tfoot tr:last-child {
        border-top: 1px solid rgba(233, 239, 244, 0.85);
    }

    .basket-listing tfoot td {
        padding: 0.75em 1em !important;
    }

    .basket-listing th:first-child, .basket-listing td:first-child {
        padding-left: 0;
    }

    .basket-listing th:last-child, .basket-listing td:last-child {
        padding-right: 0;
    }

    .basket-listing td:before {
        display: none;
    }
}

.order-history .accordion-link {
    padding: 15px 15px 15px 25px;
    margin: 0 0 10px 0;
}

.order-history .accordion-content {
    padding: 0 0 15px 25px;
    font-size: 1.4em;
}

.order-history .accordion-content table {
    width: 100%;
}

.veranstaltungen .more {
    padding-left: 15px;
    background: url(../images/icon_arrow_red.png) no-repeat 0 4px;
    background-size: 6px 9px;
    text-decoration: none;
    color: #ed1a3b;
}

.veranstaltungen li {
    padding: 30px 0;
}

.veranstaltungen.job-offers li {
    padding: 15px 0;
}

.veranstaltungen time {
    color: #00457d;
}

.veranstaltungen img {
    float: left;
    margin: 0 20px 10px 0;
}

.veranstaltungen h2 {
    font-size: 1.4em;
    font-family: "Frutiger LT W02_55 Roman";
    text-transform: none;
}

.veranstaltungen h3 {
    font-size: 1.15em;
    text-transform: none;
}

.veranstaltungen h2 a,
.veranstaltungen h3 a {
    color: #ed1a3b;
    text-decoration: none;
}

.veranstaltungen p {
    margin-bottom: 1em;
}

.veranstaltungen a:hover,
.veranstaltungen a:focus {
    color: #00457d;
}

@media screen and (max-width: 1024px) {
    .produktfinder-ergebnisse img {
        float: none;
        max-width: 100%;
        min-height: initial;
        min-width: initial;
    }

    .produktfinder-ergebnisse img ~ .produkt-details {
        display: block;
        max-width: none;
        width: 100%;
    }
}

/* mobile Stile */
@media screen and (max-width: 480px) {
    .produktfinder-ergebnisse .produkt-details span,
    .produktfinder-ergebnisse .produkt-details b {
        width: auto;
        max-width: 70%;
        margin-right: 5px;
    }

    .veranstaltungen img {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 20px auto;
    }
}

/* > Kundenstimmen */
.kundenstimmen blockquote {
    margin: 0 0 20px 0;
    padding: 0 0 0 50px;
    background: url(../images/icon_quote.png) no-repeat 0 25px;
    background-size: 38px 29px;
    min-height: 55px;
}

/* Kundenstimmen nur wenn im 100er grid */
.grid-wrapper > div .kundenstimmen blockquote {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media (max-width: 800px) {
    .grid-wrapper > div .kundenstimmen blockquote {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
    }
}

/* in 25, 33, 50, 75 nicht */
.grid-wrapper > div[class] .kundenstimmen blockquote {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
}

.grid-wrapper > div .kundenstimmen blockquote:last-child {
    margin-right: 0;
}

.kundenstimmen cite {
    color: #bb1023;
    font-size: 1.4em;
}

.kundenstimmen p {
    margin: 0;
    padding: 0;
    color: #00457d;
    font-size: 2.2em;
}

/* Meldungen */
.message {
    margin: 0 0 1em 0;
    padding: 20px 25px;
    font-family: inherit;
    font-weight: 200;
}

.message h3 {
    font-size: 2.4em;
    font-family: "Frutiger LT W02_55 Roman";
}

.message ul {
    margin: 0;
    padding-left: 15px;
}

.success {
    background-color: #ecf1f6;
    color: #000;
}

.error h3 {
    color: #fff;
}

.error {
    background-color: #00457d;
    color: #fff;
}

/* > Formularstile */
.powermail_confirmation {
    width: 80%;
}

.formular {
    background: #e9eff4;
    padding: 30px;
}

.formular fieldset {
    margin-bottom: 3em;
    width: 65%;
    padding: 0;
}

.formular p {
    width: 87%;
    font-family: inherit;
    font-weight: 200;
}

.formular .pagination {
    width: 62%;
    float: right;
    display: block;
    text-align: center;
    position: relative;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px;
    margin-top: 2em;
}

.formular .pagination .next {
    position: absolute;
    right: 0;
}

.formular .pagination .back {
    position: absolute;
    left: 0;
}

.formular .pagination p {
    width: auto;
    margin-bottom: 0;
}

/* Hinweis */
.formular .hinweis {
    color: #939393;
    text-align: right;
    font-family: "Frutiger LT W02_46 Light It";
    font-size: 1.2em;
    width: 95%;
    margin: 0 6.25em 0.25em 0;
}

/* bringt das padding der inputs und buttons auf die gleiche Groesse und das gleiche Styling */
.formular .form-input-tsr input:hover,
.formular .form-input-tb input:hover,
.formular .form-button button:hover,
.formular button:hover {
    background: #00457D url(../images/icon_arrow_white.png) 10px 50% no-repeat;
    background-size: 6px 9px;
}

.formular .form-input-tsr input,
.formular .form-input-tb input,
.formular .form-button button,
.formular button[disabled="disabled"]:hover,
.formular input[disabled="disabled"]:hover,
.form-ersatzteile button {
    overflow: visible;
    background: #ed1a3b url(../images/icon_arrow_white.png) 10px 50% no-repeat;
    background-size: 6px 9px;
    padding: 0.75em 1em 0.75em 2em;
    font-size: 1.2em;
}

.form-text {
    padding: 10px;
}

/* einheitliche Abstände */
.form-text + .form-file {
    margin-top: -10px;
}

/* floating der buttons */
.formular .form-input-tsr input,
.formular .form-input-tb input,
.formular .form-button button {
    float: right;
}

.formular input[type="reset"],
.formular button[type="reset"] {
    float: left;
}

/* einheitliche Schriftgroessen und einheitliches Box-Modell fuer alle Formularelemente */
.formular input,
.formular textarea,
.formular select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1.4em;
    font-family: inherit;
    font-weight: 200;
    padding: 5px 5px 4px 5px;
}

/* Abstand der Formularzeilen nach unten */
.formular .form-input,
.formular .form-textarea,
.formular .form-checkbox,
.formular .form-submit,
.formular .form-select,
.formular .form-multiple-select,
.formular .form-radiobutton,
.formular .form-file,
.formular .form-multiple-input {
    margin-bottom: 10px;
    position: relative;
}

.powermail_captchaimage {
    float: right;
    padding: 10px;
    padding-right: 30px;
}

.form-file ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.form-file-limit {
    margin-left: 37%;
}

.formular .form-checkbox,
.formular .form-text {
    padding-left: 36%;
}

.formular .info-box {
    position: absolute;
    top: 7px;
    right: 39px;
    height: 15px;
}

.formular .info-box img {
    width: auto;
    height: 100%;
}

.formular .info-box .info-content {
    display: none;
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 0;
    width: 200px;
    background: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.formular .info-box .info-content strong {
    font-family: "Frutiger LT W02_55 Roman";
    color: #00457d;
}

.formular .info-box .info-content p {
    font-size: 12px;
}

.formular .info-box .info-content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
}

.formular .info-box:hover .info-content {
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.formular .form-select .info-box div {
    left: 350px;
    top: -20px;
}

.formular .form-select .info-box {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: 0;
}

.formular .form-checkbox.form-group {
    padding-left: 0;
}

.formular .form-checkbox h6,
.formular .form-text h6 {
    margin: 0;
}

/* einheitliche Abstände */
.formular .form-checkbox h6 {
    margin-top: 20px;
}

.upload-filelist li {
    padding-left: 200px;
}

.upload-filelist li > span {
    font-size: 1.3em;
    display: block;
    padding: 8px;
    border: 1px solid #FFF;
    margin: 2px;
    background: rgba(255, 255, 255, 0.6);
}

.upload-filelist li > span > a {
    float: right;
    font-family: "Frutiger LT W02_55 Roman";
    background: #ed1a3b;
    width: 20px;
    height: 22px;
    position: relative;
    top: -3px;
    right: -3px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
}

.upload-filelist li > span > a:hover {
    background: #00457D;
    color: #FFFFFF;
}

.uploaditem-hover {
    background: rgba(0, 69, 125, 0.4) !important;
    border: 1px solid #00457D !important;
}

/* Legend */
.formular legend {
    font-size: 2.4em;
    font-family: "Frutiger LT W02_55 Roman";
    color: #00457b;
}

.formular.uk-dealer-towbar-enquiry-form legend {
    margin-bottom: 0.8em;
}

/* Verhalten der labels innerhalb der Formularzeilen */
.formular .form-input label,
.formular .form-textarea label,
.formular .form-captcha label,
.formular .form-captcha label,
.formular .form-select label,
.formular .form-multiple-select label,
.formular .form-file label,
.formular .form-radiobutton b,
.formular .form-checkbox b,
.formular .form-multiple-input b {
    float: left;
    margin: 9px 1% 0 0;
    width: 35%;
    font-size: 1.4em;
    line-height: 1;
    text-align: right;
    font-weight: 200;
    color: #333;
}

html[lang="ru-RU"] .formular .form-input label,
html[lang="ru-RU"] .formular .form-input label,
html[lang="ru-RU"] .formular .form-textarea label,
html[lang="ru-RU"] .formular .form-captcha label,
html[lang="ru-RU"] .formular .form-captcha label,
html[lang="ru-RU"] .formular .form-select label,
html[lang="ru-RU"] .formular .form-multiple-select label,
html[lang="ru-RU"] .formular .form-file label,
html[lang="ru-RU"] .formular .form-radiobutton b,
html[lang="ru-RU"] .formular .form-checkbox b,
html[lang="ru-RU"] .formular .form-multiple-input b {
    width: 38%;
}

.formular .form-radiobutton label,
.formular .form-checkbox label,
.formular .form-multiple-input label {
    font-size: 1.4em;
    color: #333;
}

.formular .form-radiobutton b {
    margin-top: 4px;
}

.formular .form-multiple-input b label {
    font-size: 1em;
}

/* Breite der Eingabefelder */
.formular .form-input input,
.formular .form-captcha input,
.formular .form-textarea textarea {
    width: 59%;
}

.formular .form-input input[type="date"] {
    width: 29.5%;
}

/* Breite der Eingabefelder wenn mehrere in einer Zeile liegen */
.formular .form-multiple-input label {
    width: auto;
}

.formular .form-multiple-input label:first-child {
    width: 35%;
    display: inline-block;
    margin-right: 0.5%;
    text-align: right;
}

html[lang="ru-RU"] .formular .form-multiple-input label:first-child {
    width: 38%;
}

.formular .form-multiple-input label:nth-child(1n+2) {
    width: 10.5%;
    margin-right: 1%;
    text-align: right;
    display: inline-block;
}

/* verschiedene Breiten der Eingabefelder */
.formular .form-multiple-input .input-small {
    width: 10%;
    margin: 0 1% 0 0;
}

.formular .form-multiple-input .input-medium {
    width: 35.5%;
}

.formular .form-multiple-input .input-33 {
    width: 17%;
    margin: 0 2% 0 0;
}

.formular .form-multiple-input .input-33-last {
    margin: 0;
}

.formular .form-multiple-input-reverse .input-medium {
    width: 35.5%;
    margin: 0 1% 0 0;
}

.formular .form-multiple-input-reverse .input-small {
    margin: 0;
}

.formular .form-select select,
.formular .form-multiple-select select {
    width: 59.15%;
}

/* fast alle Formate des Feld kommen aus OS bzw. Browser.
Im FF kann die Breite ueber das "size" Attribut bestimmt werden. */
.formular #form-file-upload {
    width: 59.15%; /* Breite file-upload fuer IE6+7 */
}

/* Klasse fuer eingerueckte Elemente z.B. submit */
.formular .indent {
    margin: 0 0 15px 40%;
}

/* Klasse fuer nicht sichtbare (input hidden) Formulaelement oder nicht sichtbare Bereiche (div) */
.formular div.nicht-sichtbar,
.formular input.nicht-sichtbar,
input[type="hidden"] {
    float: none;
    display: none;
}

/* Hervorhebung der Pflichtfelder */
.formular .form-input label small,
.formular .form-textarea label small {
    font-size: 1em;
}

/* zusaetzliches Styling fuer mehrere Checkboxen oder Radiobuttons */
.formular .form-group label {
    margin: 0 15px 0 0;
    font-size: 1.4em;
}

/* Hervorhebung von Feldern mit Fehlern */
.formular .form-error-box {
    color: red;
    padding: 5px;
    margin-bottom: 10px;
}

.formular .form-error-box dt {
    font-family: "Frutiger LT W02_55 Roman";
}

/* Fehler in powermail */
.parsley-errors-list {
    color: red;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 36%;
}

.parsley-custom-error-message {
    margin-bottom: 5px;
}

.form-error input,
.form-error select,
.form-error textarea,
.form-ersatzteile input.form-error {
    outline: 1px solid red;
    font-weight: 200;
    font-family: "Frutiger LT W02_46 Light It";
    color: red;
}

.formular .form-error label,
.formular .form-error b,
.form-ersatzteile label.form-error {
    color: red;
}

/* Placeholder Farben */
/* bei Error */
.formular .form-error input::-webkit-input-placeholder,
.formular .form-error textarea::-webkit-input-placeholder,
.form-ersatzteile .form-error::-webkit-input-placeholder {
    color: red;
}

/* Mozilla Firefox 4 to 18 */
.formular .form-error input:-moz-placeholder,
.formular .form-error textarea:-moz-placeholder,
.form-ersatzteile .form-error:-moz-placeholder {
    color: red;
}

/* Mozilla Firefox 19+ */
.formular .form-error input::-moz-placeholder,
.formular .form-error textarea::-moz-placeholder,
.form-ersatzteile .form-error::-moz-placeholder {
    color: red;
}

/* Internet Explorer 10+ */
.formular .form-error input:-ms-input-placeholder,
.formular .form-error textarea:-ms-input-placeholder,
.form-ersatzteile .form-error:-ms-input-placeholder {
    color: red;
}

#addressNotFound {
    display: none;
    padding: 5px 8px;
    background: #ed1a3b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 20px 5% 10px 36%;
}

#addressNotFound p {
    margin: 0;
    color: #FFFFFF;
}

/* Error retailForm */
form[name=jobOfferForm] .form-error,
form[name=catalogRetailForm] .form-error {
    display: inline-block;
}

form[name=jobOfferForm] .formreihe-error {
    color: red;
    float: right;
    margin-right: 30px;
}

/* Error for TYPO3 Forms */
input.form-error,
select.form-error,
textarea.form-error {
    outline: 1px solid red;
    font-weight: 200;
    font-family: "Frutiger LT W02_46 Light It";
    color: red;
}

/* Honeypot */
.formular .form-textarea.additional {
    display: none;
}

/* Placeholder Farben */
/* bei Error */
input.form-error::-webkit-input-placeholder,
textarea.form-error::-webkit-input-placeholder,
.form-error::-webkit-input-placeholder {
    color: red;
}

/* Mozilla Firefox 4 to 18 */
input.form-error:-moz-placeholder,
textarea.form-error:-moz-placeholder,
.form-error:-moz-placeholder {
    color: red;
}

/* Mozilla Firefox 19+ */
input.form-error::-moz-placeholder,
textarea.form-error::-moz-placeholder,
.form-error::-moz-placeholder {
    color: red;
}

/* Internet Explorer 10+ */
input.form-error:-ms-input-placeholder,
textarea.form-error:-ms-input-placeholder,
.form-error:-ms-input-placeholder {
    color: red;
}

/* mobile Forumluarstile */
@media screen and (max-width: 1024px) {
    form[name=jobOfferForm] .formreihe-error {
        margin-right: 0;
    }

    .powermail_confirmation {
        width: 100%;
    }

    .powermail_captchaimage {
        padding-right: 0;
    }

    .formular .hinweis {
        text-align: left;
    }

    .formular .pagination {
        width: 100%;
    }

    .upload-filelist li {
        padding-left: 0;
    }

    .formular .info-box {
        position: absolute;
        top: 23px;
        right: 12px;
        height: 15px;
    }

    .formular .info-box .info-content {
        display: none;
        position: absolute;
        z-index: 10;
        top: -7px;
        width: 200px;
        padding: 5px 10px;
        font-size: 12px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        background: #EAEAEA;
        left: -200px;
    }

    .formular .info-box .info-content:before {
        content: none;
    }

    /* Abstand der Formularzeilen nach unten */
    .formular .form-input,
    .formular .form-textarea,
    .formular .form-checkbox,
    .formular .form-submit,
    .formular .form-select,
    .formular .form-multiple-select,
    .formular .form-radiobutton,
    .formular .form-file,
    .formular .form-multiple-input .input-medium,
    .formular .form-multiple-input .input-small {
        margin-bottom: 1em;
    }

    .formular .form-checkbox,
    .formular .form-text {
        padding-left: 0;
    }

    .formular .form-input label,
    .formular .form-textarea label,
    .formular .form-captcha label,
    .formular .form-captcha label,
    .formular .form-select label,
    .formular .form-multiple-select label,
    .formular .form-file label,
    .formular .form-radiobutton b,
    .formular .form-checkbox b,
    .formular .form-multiple-input b,
    .formular .form-multiple-input label:first-child,
    .formular .form-multiple-input label:nth-child(1n+2) {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        padding-bottom: 2px;
    }

    .formular .form-input input,
    .formular .form-input input[type="date"],
    .formular .form-captcha input,
    .formular .form-multiple-input input,
    .formular .form-multiple-input .input-small,
    .formular .form-multiple-input .input-medium,
    .formular .form-textarea textarea,
    .formular .form-select select,
    .formular .form-multiple-select select {
        width: 100%;
        display: block;
    }

    .formular .form-input-tsr,
    .formular .form-input-tb,
    .formular .form-button {
        width: 100%;
        margin-right: 0;
    }

    .formular .indent {
        margin-left: 0;
    }

    #addressNotFound {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .formular,
    .message {
        padding: 10px;
    }

    .upload-filelist li {
        padding-left: 0;
    }

    .formular fieldset {
        width: 100%;
    }
}

/* Ersatzteile Formular */
.form-ersatzteile {
    padding: 0;
}

.form-ersatzteile label {
    font-size: 1.4em;
}

.form-ersatzteile label input,
.form-ersatzteile textarea {
    font-size: 1em;
    margin-bottom: 1em;
}

.form-ersatzteile label span {
    width: 100%;
    display: block;
}

.form-ersatzteile input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 73%;
    padding: 5px;
}

.form-ersatzteile textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 5px;
}

.form-ersatzteile ::-webkit-input-placeholder {
    font-family: "Frutiger LT W02_46 Light It";
}

/* Mozilla Firefox 4 to 18 */
.form-ersatzteile :-moz-placeholder {
    font-family: "Frutiger LT W02_46 Light It";
}

/* Mozilla Firefox 19+ */
.form-ersatzteile ::-moz-placeholder {
    font-family: "Frutiger LT W02_46 Light It";
}

/* Internet Explorer 10+ */
.form-ersatzteile :-ms-input-placeholder {
    font-family: "Frutiger LT W02_46 Light It";
}

.form-ersatzteile .radio-toggle {
    margin: 0 0.25em 1em 0;
}

.form-ersatzteile .radio-toggle + label {
    margin-right: 4em;
}

.form-ersatzteile button {
    float: none;
}

#show-telefon,
#show-email {
    display: none;
}

#angebot-per-tel:checked ~ #show-telefon,
#angebot-per-email:checked ~ #show-email {
    display: block;
}

/* Mobile Stile fuer Ersatzteile form */
@media screen and (max-width: 768px) {
    .form-ersatzteile .radio-toggle + label {
        margin-right: 0;
    }

    .form-ersatzteile .radio-toggle + label:after {
        content: '';
        display: block;
    }
}

/* Buttonstil fuer Links */
.button,
a.button {
    display: inline-block;
    font-size: 1.3em;
    padding: 0.75em 1em 0.75em 2em;
    color: #fff;
    background: #ed1a3b url(../images/icon_arrow_white.png) no-repeat 10px 50%;
    background-size: 6px 9px;
    text-decoration: none;
}

.button:hover {
    background-color: #00457D;
    cursor: pointer;
}

.button-inverted {
	background-color: #00457D !important;
}

.button-inverted:hover {
	background-color: #ed1a3b !important;
}

/*
.button-disabled {
	background-color: #c0c0c0 !important;
	pointer-events: none;
}

.button-disabled:hover {
	background-color: #c0c0c0 !important;
}*/

p a.button {
    margin-bottom: 0;
    font-size: 0.8571428em;
}

/* (Direkt)Login */
/* aufrufender Link */
.login {
    position: absolute;
    right: 30px;
    bottom: 0;
    border-left: 2px solid #fff;
}

.login-form {
    min-height: 150px;
    margin: 0 1em 1em 0;
    padding: 0 1em;
}

.login-form legend {
    color: #00457D;
    font-size: 2em;
    font-weight: 100;
}

.login-form label {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    color: #00457D;
}

.login-form label input {
    color: #00457D;
    width: 90%;
}

.login-form input[type="submit"] {
    float: left;
    margin-right: 10px;
}

.login-form label span {
    position: absolute;
    top: 20%;
    left: 0.5em;
}

.login-form a {
    float: left;
    margin-bottom: 10px;
}

.login-form div.buttons {
    overflow: hidden;
    margin: 0 0 0 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    float: right;
    color: #fff;
    background: #ed1a3b;
    border: 0;
    padding: 0.5em 1em;
    font-size: 1.4em;
    font-weight: 200;
}

button:hover,
input[type="submit"]:hover {
    background-color: #00457D;
}

/* Direktlogin zu */
.claim-login {
    background: #fff;
    position: relative;
    margin: 2em 0 0 0;
}

/* Direktlogin auf */
#open-login:target .claim-login {
    display: block;
}

/* menu auf */
#open-language-switch:target .language-country-switch {
    display: block;
}
/* Warenkorb Tab */
.tab.basket {
    position: absolute;
    right: 221px;
    bottom: 0;
}
.tab.basket span.amount {
    background-color: white;
    padding: 2px 5px;
    color: red;
    border-radius: 10px;
    margin-left: 5px;
    font-size: 0.75em;
}
/* Sprache-Land-wechseln */
.international {
    position: absolute;
    right: 103px;
    bottom: 0;
}

.international:lang(fr){
    right: 142px;
}

.extranet-logged-in .international {
    right: 111px;
}

.language-country-switch strong.claim,
.claim-login strong.claim {
    display: block;
    float: left;
    width: 65%;
    color: #fff;
    font-size: 3.8em;
    font-family: "Frutiger LT W02_45 Light";
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 9999;
    padding-left: 30px;
}

.language-country-switch .claim span,
.claim-login .claim span {
    background: rgba(147, 147, 147, 0.8);
    line-height: 1.36842;
    padding: 2px 7px;
}

/* claim (am Login) nur im tabwrapper ausgeben */
.mediaOverlay .claim-login {
    display: block;
    background: transparent;
    position: static;
    margin: 0;
}

.mediaOverlay .claim {
    display: none;
}

.language-country-switch nav {
    float: left;
    margin: 0 25px 0 0
}

.language-country-switch ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.language-country-switch li {
    background: url(../images/icon_arrow_red.png) no-repeat 0 0.25em;
    background-size: 6px 9px;
    padding: 0 0 0 15px;
    margin: 0 0 6px 0;
    text-transform: none;
    font-size: 1em;
    list-style: none;
    color: #b7c3d3;
}

.country-switch > strong,
.language-switch > strong {
    color: #00457d;
    font-size: 1.6em;
}

.language-country-switch a {
    color: #00457d;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.language-country-switch a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #00457d;
}

.language-country-switch a.current {
    color: #B7C3D3;
    font-family: "Frutiger LT W02_55 Roman";
}

.language-country-switch a.current:hover {
    border-bottom: 0;
    cursor: default;
}

.tabwrapper {
    position: relative;
}

.tabcontainer {
    display: none;
}

/* "Tab"-boxen ueber header */
.tabwrapper > div {
    display: block;
    max-width: 128em;
    float: none;
    margin: 0 auto;
}

/* menu zu */
/* menu auf */
#open-language-switch:target .language-country-switch {
    display: block;
}

/* ############################ */
/* Hotfix zu WAM-134, WAM-137 */
.nutzerrollen {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.nutzerrollen-nav,
.claim-login,
.language-country-switch {
    margin: 0 auto;
    padding: 2em 0 4em 0;
    overflow: hidden;
}

.nutzerrollen-nav {
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.nutzerrollen-nav .uppercase {
    display: block;
    margin-bottom: 1em;
}

/* ############################ */

/* mobiles verhalten der Inhalte im Tabwrapper */
@media screen and (max-width: 1024px) {
    .tabwrapper .claim {
        margin-right: 7%;
        width: 40%;
        padding-left: 3%;
        font-size: 2.8em;
    }

    .tabwrapper .claim span {
        line-height: 1.42857;
    }
}

@media screen and (max-width: 800px) {
    .wrapper > .tabwrapper {
        float: right;
        width: 100%;
        position: relative;
    }

    div.open-language-switch {
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .language-country-switch nav {
        width: 25%;
        margin-right: 0;
    }

    .international {
        left: auto;
        right: 103px;
    }

    .extranet-logged-in .international {
        right: 110px;
    }

    .nutzerrollen {
        left: auto;
        right: 213px;
    }

    .extranet-logged-in .nutzerrollen {
        right: 219px;
    }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
    .tabwrapper .claim-login .claim {
        display: none;
    }

    .tabwrapper .login-form {
        float: none;
        margin: 0 auto;
        max-width: 450px;
    }
}

@media screen and (max-width: 480px) {
    .international {
        right: 71px;
    }

    .extranet-logged-in .international {
        right: 80px;
    }

    .login {
        right: 0;
    }

    .nutzerrollen {
        right: 178px;
    }

    .extranet-logged-in .nutzerrollen {
        right: 189px;
    }

    .tabwrapper .claim {
        display: none;
    }

    .tabwrapper .open-language-switch {
        width: 100%;
    }

    .tabwrapper .language-country-switch nav {
        width: 43%;
        margin-left: 7%;
        display: block;
    }

    .tabwrapper .login-form {
        float: none;
        margin: 0 auto;
        max-width: 150px;
    }

    .tabwrapper .nutzerrollen-nav .switch-back,
    .tabwrapper .nutzerrollen-nav .switch-forth {
        display: none;
    }

    .tabwrapper .nutzerrollen-nav ul.slider {
        width: 100%;
        font-size: 1.6em;
    }

    .tabwrapper .nutzerrollen-nav li {
        height: auto;
        display: block;
        float: none;
        clear: both;
        background: none !important;
        font-size: 1em;
        margin-bottom: 10px;
    }

    .tabwrapper .nutzerrollen-nav li a,
    .tabwrapper .nutzerrollen-nav li span {
        position: relative;
        height: auto;
        display: block;
    }

    .tabwrapper .nutzerrollen-nav li a {
        padding-left: 15px;
        background: url(../images/icon_arrow_red_down.png) left 6px no-repeat;
    }

    .tabwrapper .nutzerrollen-nav li a:last-child {
        background: url(../images/icon_arrow_red.png) left 5px no-repeat;
        background-size: 6px auto;
    }

    .tabwrapper .nutzerrollen-nav li ul {
        display: block;
        min-height: 0;
        padding-bottom: 0;
    }

    .tabwrapper .nutzerrollen-nav li:hover ul {
        background: none;
    }

    .tabwrapper .nutzerrollen-nav ul ul li {
        margin-left: 0;
        font-size: 1em;
    }

    .tabwrapper .nutzerrollen-nav li ul a {
        color: #000;
    }

    .tabwrapper .nutzerrollen-nav li ul a:hover {
        border: none;
    }
}

@media screen and (max-width: 320px) {
    .tabwrapper .language-country-switch nav {
        width: 100%;
        margin-bottom: 1.5em;
    }
}

/* Standardstile fuer Contentelemente */
.csc-default {
    margin-bottom: 1em;
}

.csc-default .indent {
    padding-left: 40px;
}

.list-style-1,
.list-style-2,
.list-style-3,
.csc-default ul {
    padding: 0;
    list-style: none;
}

.csc-default ol {
    padding-left: 30px;
}

.list-style-1 ol,
.list-style-2 ol,
.list-style-3 ol {
    list-style: none;
    padding: 0;
}

.csc-default ul li {
    margin-left: 10px;
    padding-left: 12px;
    background: url(../images/icon_disc.png) left 6px no-repeat;
}

ul.list-style-1 li,
ul.list-style-2 li,
ol.list-style-1 li,
ol.list-style-2 li {
    margin-left: 10px;
    padding-left: 12px;
    background: url(../images/icon_arrow_red.png) left 4px no-repeat;
    background-size: auto 10px;
}

ul.list-style-3 li,
ol.list-style-3 li {
    background: url(../images/icon_check.png) left 3px no-repeat;
    padding-left: 18px;
}

.list-style-2 a {
    color: #bb1023;
}

.list-style-2 a:hover,
.list-style-2 a:focus {
    color: #00457d;
}

.csc-frame {
    padding: 3em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 480px) {
    .csc-frame {
        padding: 10px;
        margin-bottom: 15px;
    }
}

/* in kleineren grid-container weniger padding fuer den csc-frame */
.grid-container-50 .csc-frame,
.grid-container-25 .csc-frame,
.grid-container-33 .csc-frame {
    padding: 1em;
}

.csc-frame p:last-child {
    margin-bottom: 0;
}

.csc-frame-frame1 {
    background: rgba(233, 239, 244, 0.85);
}

.csc-frame-frame2 {
    background: #00457d;
}

.csc-frame-frame2 h1,
.csc-frame-frame2 h2,
.csc-frame-frame2 h3,
.csc-frame-frame2 h4,
.csc-frame-frame2 h5,
.csc-frame-frame2 h6,
.csc-frame-frame2 p,
.csc-frame-frame2 ul,
.csc-frame-frame2 ol,
.csc-frame-frame2 a {
    color: #fff;
}

.csc-frame-frame2 a {
    text-decoration: underline;
}

.csc-frame-frame2 a:hover,
.csc-frame-frame2 a:focus {
    text-decoration: none;
}

.csc-frame-frame2 h2 a,
.csc-frame-frame2 h3 a {
    text-decoration: none;
}

.csc-frame-frame2 h2 a:hover,
.csc-frame-frame2 h2 a:focus,
.csc-frame-frame2 h3 a:hover,
.csc-frame-frame2 h3 a:focus {
    text-decoration: underline;
}

.grid-wrapper.csc-frame-frame1 {
    padding: 3em 0;
}

/* mobile Stile */
@media screen and (max-width: 480px) {
    .csc-default .csc-textpic-intext-right .csc-textpic-imagewrap,
    .csc-default .csc-textpic-intext-left .csc-textpic-imagewrap {
        float: none;
        clear: both;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Akkordeon */
.akkordeon {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px dotted #00457D;
}

/* 25BA Triangel Spitze nach rechts */
.akkordeon dt:before {
    position: relative;
    display: inline-block;
    top: -2px;
    padding-right: 5px;
    content: '\25BA';
    color: #ed1a3b;
    font-size: 0.8em;
}

/* 25BC Triangel Spitze nach unten */
.akkordeon dt.active:before {
    content: '\25BC';
}

.akkordeon dt {
    padding: 4px;
    border-top: 1px dotted #00457D;
    cursor: pointer;
    font-size: 1.4em;
    font-family: "Frutiger LT W02_55 Roman";
}

.akkordeon dt p {
    display: inline;
    margin: 0;
    font-family: "Frutiger LT W02_55 Roman";
}

.akkordeon dd {
    padding: 2px 2px 2px 18px;
    margin: 5px 0 5px 0;
}

.akkordeon dd > p:last-child {
    margin-bottom: 0;
}

/* Produktdetails */
.produktdetail {
    font-size: 1.4em;
}

.produktdetail .button {
    font-size: 1em;
}

.produkt-details {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.4em;
}

.produkt-details li {
    border-bottom: 1px dotted #00457D;
    background-color: #e9eff4;
    padding: 5px 0 0 0;
    word-break: break-all;
    word-break: break-word;
}

.produkt-details li:nth-child(odd) {
    background-color: #fff;
}

.produkt-header-details,
.produkt-bestellnummer {
    font-size: 1.8em;
    color: #00457D;
}

.produkt-header-details {
    margin-top: 20px;
}

.produkt-details span {
    display: inline-block;
    float: left;
    width: 40%;
    font-weight: 200;
}

.produkt-details b {
    display: inline-block;
    float: left;
    width: 48%;
    font-family: "Frutiger LT W02_55 Roman";
}

.produkt-details i {
    position: relative;
    display: inline-block;
    float: left;
    width: 5%;
    font-size: 1.5em;
    text-align: center;
    color: #00457d;
}

.grid-container-50 i {
    width: 10%;
}

.produkt-bestellnummer span {
    color: #ed1a3b;
}

/* insgesamt 17 Icons = CSS sprite? oder pflegbar? */
.name-des-icon {
    background: url(../images/dummy.jpg) no-repeat 0 0;
    background-size: 20px 20px;
}

/* Buttons */
.button.anbauanleitung:hover,
.button.anbauanleitung:focus {
}

.button.anbauanleitung,
.button.haendler {
    position: relative;
    padding-left: 55px;
    background-image: none;
    margin-bottom: 10px;
}

.anbauanleitung .icon,
.haendler .icon,
.shop .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -20px;
    font-size: 32px;
    line-height: 41px;
    vertical-align: top;
}

.shop {
    display: inline-block;
    position: relative;
    background: #ed1a3b;
    height: 39px;
    color: #FFFFFF;
    padding-left: 55px;
    text-transform: uppercase;
    line-height: 41px;
}

.shop input {
    width: 2em;
}

#shop-iframe {
    width: 100%;
    height: 800px;
}

/* produkt-verfuegbarkeit */
.produkt-verfuegbarkeit .button {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-weight: 200;
    background-image: none;
}

.produkt-verfuegbarkeit .button span {
    background-image: url(../images/icon_arrow_white.png);
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    padding-left: 12px;
}

.produkt-verfuegbarkeit .button.loading:hover {
    cursor: default;
    background: #ED1A3B;
}

.produkt-verfuegbarkeit .button.loading span {
    background-image: url(../images/loader-button.gif);
    background-size: auto 13px;
    padding-left: 20px;
}

.produkt-verfuegbarkeit ul {
    list-style: none;
    padding: 0;
    margin: 2px 0 2em 0;
    width: 100%;
    font-size: 1.2em;
}

.produkt-verfuegbarkeit li {
    background-color: #e9eff4;
    margin-bottom: 2px;
    padding: 0.7em 0.7em 0.7em 3em;
}

.produkt-verfuegbarkeit li b {
    float: right;
    font-weight: 200;
}

/* Flaggen */
.flaggen-icon {
    background-position: 12px 50%;
    background-repeat: no-repeat;
}

.flagge-de {
    background-image: url(../images/ico_flag-de.gif);
}

.flagge-en,
.flagge-uk {
    background-image: url(../images/ico_flag-en.gif);
}

.flagge-fr {
    background-image: url(../images/ico_flag-fr.gif);
}

.flagge-pl {
    background-image: url(../images/ico_flag-pl.gif);
}

.flagge-ru {
    background-image: url(../images/ico_flag-ru.gif);
}

.flagge-it {
    background-image: url(../images/ico_flag-it.gif);
}

/* Haendlersuche */
.haendlersuche {
    background: #e9eff4;
    padding: 3em 2em;
}

.haendlersuche div {
    width: 65%;
    margin: 0 auto;
}

.haendlersuche .form-input-tsr input {
    margin-right: 20%;
}

.haendlersuche .form-multiple-input .input-small {
    width: 17%;
}

.haendlersuche .form-multiple-input .input-medium {
    width: 40.5%;
}

.haendlersuche .form-input label,
.haendlersuche .form-multiple-input b,
.haendlersuche .form-select label,
.haendlersuche .form-multiple-input label:nth-child(1n+2) {
    width: 20%;
    text-align: right;
}

.haendlersuche b label {
    font-weight: 200;
}

.haendlersuche label,
.haendlersuche input,
.haendlersuche select {
    font-size: 1.4em;
    font-weight: normal;
}

.haendlersuche ul {
    list-style: none;
    font-size: 1em;
    margin: 0 0 -10px 0;
    padding: 0;
}

.haendlersuche li {
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 0;
    white-space: nowrap;
    text-wrap: avoid; /* notvalid */
}

.formular.haendlersuche .form-group {
    width: 59%;
    max-width: 460px;
    margin-left: 31%;
}

@media screen and (max-width: 800px) {
    .formular.haendlersuche .form-group {
        margin-left: 21%;
    }
}

@media screen and (max-width: 480px) {
    .formular.haendlersuche .form-group {
        margin-left: 0;
        width: 99%;
    }

    .haendlersuche li {
        margin-bottom: 20px;
    }
}

.haendler-ergebnisse,
.haendler-ergebnisse .kontaktdetails {
    list-style: none;
    padding: 0;
}

.haendler-ergebnisse > li {
    margin: 0 0 1.5em 0;
    clear: both;
    border-bottom: 1px dotted #00457D;
    padding: 25px;
}

.haendler-ergebnisse > li:after {
    display: table;
    clear: both;
    content: "";
}

.haendler-ergebnisse > li div.haendler {
    float: left;
    width: 48%;
}

.haendler-ergebnisse > li.premium {
    background-color: #e9eff4;
}

.haendler-ergebnisse > li.premium img.premiumicon {
    float: left;
    width: 55px;
    margin: 0 15px 15px 0;
}

.haendler-ergebnisse .adresse,
.haendler-ergebnisse .kontakt {
    width: 50%;
    float: left;
}

.haendler-ergebnisse .adresse {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1em;
}

.haendler-ergebnisse .kontaktdetails {
    margin-bottom: 1em;
}

.haendler-ergebnisse h3 {
    color: #00457d;
    font-size: 1em;
    font-family: "Frutiger LT W02_55 Roman";
}

.haendler-ergebnisse p {
    font-size: 1em;
}

.haendler-ergebnisse .button {
    font-size: 1em;
    clear: both;
    margin-bottom: 1em;
}

/* mobile Stile fuer die Haendlersuche */

@media screen and (max-width: 1024px) {
    /* Haendlersuche */
    .formular.haendlersuche .form-input-tsr input {
        margin-right: 30.5%;
    }

    .formular.haendlersuche .form-input input,
    .formular.haendlersuche .form-select select {
        width: 59%;
    }

    .formular.haendlersuche .form-multiple-input .input-small {
        width: 17%;
        float: left;
    }

    .formular.haendlersuche .form-multiple-input .input-medium {
        width: 40.5%;
    }

    .formular.haendlersuche .form-input label,
    .formular.haendlersuche .form-multiple-input b,
    .formular.haendlersuche .form-select label {
        width: 20%;
        text-align: right;
        float: left;
    }

    .formular.haendlersuche .form-multiple-input label:first-child,
    .formular.haendlersuche .form-multiple-input label:nth-child(1n+2) {
        width: 20%;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    /* Haendlersuche */
    .formular.haendlersuche div {
        width: 100%;
    }

    .formular.haendlersuche .form-multiple-input .input-medium {
        width: 41%;
    }

    .formular.haendlersuche .form-input-tsr input {
        margin-right: 20%;
    }
}

@media screen and (max-width: 480px) {
    /* Haendlersuche */
    .formular.haendlersuche .form-input label,
    .formular.haendlersuche .form-select label,
    .formular.haendlersuche .form-multiple-input b {
        width: 100%;
        float: none;
        clear: both;
        display: block;
        text-align: left;
        margin-bottom: 3px;
    }

    .formular.haendlersuche .form-multiple-input label:first-child,
    .formular.haendlersuche .form-multiple-input label:last-child {
        width: auto;
    }

    .formular.haendlersuche .form-multiple-input .input-small {
        width: 30%;
        float: left;
    }

    .formular.haendlersuche .form-multiple-input .input-medium {
        width: 69%;
        float: left;
        margin-top: 0;
    }

    .formular.haendlersuche .form-input input,
    .formular.haendlersuche .form-select select {
        width: 100%;
        float: none;
        clear: both;
        display: block;
    }

    .formular.haendlersuche .form-input-tsr input {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .haendler-ergebnisse .adresse,
    .haendler-ergebnisse .kontaktdetails {
        width: 100%;
    }
}

/* Login */
.claim-login {
    background: transparent;
}

.claim-login .claim .teasertext {
    margin-top: 20px;
    font-size: 0.6em;
    line-height: 1.6em;
}

.claim-login .claim .teasertext span {
    background: #00457d;
    color: #fff;
}

.login-form a {
    margin-top: 10px;
    font-size: 1.4em;
}

.login-form legend {
    margin-bottom: 15px;
    font-size: 2.2em;
}

.login-form label {
    font-size: 1.4em;
}

.login-form input[type=text],
.login-form input[type=password],
.dashboard .teaser-availability-check .teaser input[type=text] {
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard .teaser-availability-check .teaser input[type=text] {
    border: 1px solid rgba(147, 147, 147, 0.5);
}

.login-form input[type=text],
.login-form input[type=password] {
    margin-bottom: 5px;
}

.login-form .button,
.login-form input[type=button],
.login-form input[type=submit] {
    background: #ed1a3b url(../images/icon_arrow_white.png) no-repeat 12px 50%;
    background-size: 8px 11px;
    width: 48%;
    margin: 10px 0 0 0;
    padding: 12px 12px 12px 28px;
    float: left;
    color: #fff;
    line-height: 1.2em;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tabwrapper .forgot-form input[type="submit"] {
    width: 100%;
}

.login-form .button,
.login-form input[type=button] {
    margin-right: 4%;
}

.login-form .button,
.login-form input[type=button] {
    background-color: #00457d;
}

.login-form input[type=submit]:hover {
    background-color: #00457d;
}

@media screen and (max-width: 480px) {
    .tabwrapper .login-form {
        max-width: 100%;
    }
}

/* Extranet */
body.extranet,
body.extranet .nutzerrollen-nav .switch-back,
body.extranet .nutzerrollen-nav .switch-forth,
body.extranet .nutzerrollen-nav li a span {
    background: rgba(233, 239, 244, 0.85);
}

body.extranet .language-country-switch a {
    border-color: rgba(233, 239, 244, 0.85);
}

body.extranet .language-country-switch a:hover {
    border-color: #00457d;
}

body.extranet header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

body.extranet footer {
    background: #fff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.extranet-productfinder {
    margin-bottom: 15px;
}

.extranet-productfinder input[type="text"] {
    width: 75%;
}

body.extranet-logged-in ul.mainmenu li:first-of-type {
    text-transform: none;
}

.extranet-newsletter-form p {
    width: 58%;
    font-family: inherit;
    font-weight: 200;
    float: left;
    display: inline;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html[lang="ru-RU"] .extranet-newsletter-form p {
    width: 55%;
}

.formular .form-input .form-checkbox input {
    width: inherit;
    float: left;
}

/* Dashboard */
.dashboard .grid-container-50 p {
    color: #00457d;
}

.dashboard .grid-container-100 {
    padding: 0;
}

.dashboard .grid-container-100 > .grid-wrapper {
    margin: 0;
    padding: 0;
}

.dashboard .form-produktfinder {
    margin: 0;
}

/* Availability check teaser */
.dashboard .teaser-availability-check {
    background: #fff;
    margin-bottom: 1.5em;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dashboard .teaser-availability-check:before {
    display: block;
    content: "";
    position: absolute;
    top: 75px;
    bottom: 25px;
    left: 50%;
    border-left: 1px solid rgba(147, 147, 147, 0.5);
}

.dashboard .teaser-availability-check:after {
    display: table;
    content: "";
    clear: both;
}

.dashboard .teaser-availability-check > .teasertext {
    margin-bottom: 0;
    padding: 25px 25px 0 25px;
}

.dashboard .teaser-availability-check .teaser {
    background: transparent;
    width: 50%;
    padding: 25px 20px 25px 25px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard .teaser-availability-check .teaser:last-child {
    padding: 25px 25px 25px 20px;
}

.dashboard .teaser-availability-check h2 {
    margin-bottom: 25px;
    font-size: 2.2em;
}

.dashboard .teaser-availability-check p {
    margin-right: 0;
}

.dashboard .teaser-availability-check input[type=text] {
    margin-bottom: 15px;
    font-size: 1.4em;
}

.dashboard .teaser-availability-check .button {
    float: none;
}

.dashboard .teaser-availability-check .teaser .teasertext {
    font-size: 1.6em;
}

/* Extranet Registration Form */
.feManagerValidation input.valid {
    border: 1px solid rgb(204, 204, 204);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 1px;
    margin-bottom: 1px;
}

.feManagerValidation input.error {
    border: 1px solid rgb(246, 27, 52);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFFFFF;
    color: #000000;
    margin-top: 1px;
    margin-bottom: 1px;
}

.feManagerValidation .form-error {
    margin-left: 36%;
}

html[lang="ru-RU"] .feManagerValidation .form-error {
    margin-left: 39%;
}

.feManagerValidation p.error {
    color: rgb(246, 27, 52);
    background: transparent;
}

#femanager_field_housenumber {
    width: 11%;
}

#femanager_field_submit {
    margin-right: 30px;
}

/* Teaser */
.dashboard .grid-container-25 > div {
    background: #fff;
    padding: 25px;
    color: #00457d;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dashboard .grid-container-25 .csc-textpic-imagewrap,
.dashboard .grid-container-25 .csc-textpic-imagewrap figure {
    margin: 0;
    float: none;
}

.dashboard .grid-container-25 .csc-textpic-imagewrap img {
    margin: 0 auto 20px auto;
}

.dashboard .grid-container-25 h3,
.dashboard .grid-container-25 p {
    text-align: center;
}

.dashboard .grid-container-25 h3 {
    margin-bottom: 15px;
    font-size: 2.2em;
    text-transform: uppercase;
}

.dashboard .grid-container-25 li {
    margin: 0 0 5px 0;
    padding-left: 14px;
}

.dashboard .grid-container-25 a:hover * {
    color: #ed1a3b;
}

.dashboard .mod-productfinder {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

@media screen and (max-width: 1024px) {
    .dashboard .grid-wrapper .grid-container-25:nth-child(3n),
    .dashboard .grid-wrapper .grid-container-25:last-child {
        margin-bottom: 0;
    }

    #femanager_field_housenumber,
    #femanager_field_zip {
        width: 100%;
    }

    .extranet-newsletter-form p {
        width: 80%;
    }

    .feManagerValidation .form-error {
        margin-left: inherit;
    }
}

@media screen and (max-width: 768px) {
    .dashboard .teaser-availability-check:before {
        display: none;
    }

    .dashboard .teaser-availability-check .teaser {
        width: 100%;
        margin: 0;
        float: none;
    }

    .dashboard .teaser-availability-check .teaser:first-child {
        padding-bottom: 0;
    }

    .dashboard .grid-wrapper .grid-container-25 {
        margin: 0;
    }

    .dashboard .first-teaser-row.grid-wrapper .grid-container-25 {
        width: 33.333333%;
        float: left;
    }

    .dashboard .grid-wrapper .grid-container-25:after {
        display: table;
        content: "";
        clear: both;
    }

    .dashboard .grid-wrapper .grid-container-25,
    .dashboard .first-teaser-row.grid-wrapper .grid-container-25:last-child {
        width: 100%;
        float: none;
    }

    .dashboard .grid-container-25 > div {
        padding: 5px;
    }

    .dashboard .grid-container-25 .csc-textpic-imagewrap img {
        margin: 0 auto;
        padding: 15px 0;
    }

    .dashboard .first-teaser-row .grid-container-25 div > p,
    .dashboard .first-teaser-row .grid-container-25 div h3 {
        display: none;
    }

    .dashboard .grid-container-25:last-child h3 {
        display: block;
    }

    .dashboard div:not(.first-teaser-row) .grid-container-25 > div,
    .dashboard .grid-container-25:last-child > div {
        padding: 20px;
    }
}

/* Bildergalerie */
.imagegallery .carousel {
    overflow: hidden;
    position: relative;
}

.imagegallery .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.imagegallery .carousel li:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imagegallery .carousel li {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    text-align: center;
    overflow: hidden;
}

.imagegallery .carousel li:after {
    content: ' ';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
}

.imagegallery .carousel li img {
    vertical-align: middle;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* Stage der Galerie */
.imagegallery .stage {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.imagegallery .carousel-stage {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 282px;
    border: 1px solid #ccc;
    padding: 2px;
}

.imagegallery .carousel-stage li {
    height: 277px;
    padding: 2px 6px 2px 2px;
}

/* Navigation fuer die Bildergalerie */
.imagegallery .navigation {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    margin: 10px auto 20px auto;
    position: relative;
}

.imagegallery .carousel-navigation {
    width: 100%;
    background: #fff;
    position: relative;
}

.imagegallery .carousel-navigation li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 2px;
}

/** Navigation carousel controls **/
.imagegallery .prev-navigation,
.imagegallery .next-navigation {
    display: block;
    position: absolute;
    top: 0;
    width: 19px;
    height: 100%;
    background: #e9eff4;
    color: #506890;
    text-decoration: none;
    font-size: 4em;
    line-height: 1.2;
    z-index: 10;
}

.imagegallery .prev-navigation {
    left: 0;
    text-indent: 6px;
}

.imagegallery .next-navigation {
    right: 0;
    text-indent: 4px;
}

.imagegallery .prev-navigation.inactive,
.imagegallery .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

/* mobile Stile fuer die Bildergalerie */
@media screen and (max-width: 480px) {
    .imagegallery .carousel-stage li {
        height: 200px;
    }

    .imagegallery .carousel-stage {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 205px;
    }
}

/* clearfix */
.clearfix:after,
.veranstaltungen li:after,
.produkt-details li:after,
.suchergebnis form:after,
.nutzerrollen-carousel:after,
.imageslider-wrapper:after,
.produktfinder-ergebnisse > li:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/* IE7 */
* + html .clearfix {
    display: inline-block;
}

/* IE6 */
* html .clearfix {
    height: 1%;
}

/* Eigenschaft display bei listeneintraegen wieder auf Std. Wert */
ol li.clearfix,
ul li.clearfix {
    display: list-item;
}

/* Powermail Frontend Ausgabe */
.powermail_frontend_list {

}

.powermail_frontend_list th {
    background: #00457d;
    color: #ffffff;
}

.powermail_frontend_list table tbody tr {
    background: #e9eff4 !important;
}

.powermail_frontend_list table tbody tr:nth-child(odd) {
    background: #FFF !important;
}

.clear-line {
    display: inline;
    margin-bottom: 0;
    height: 28px;
}

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

.modal--shop {
    width: 100%;
    margin: 0;
}
@media screen and (min-width: 480px) {
    .modal--shop {
        width: 400px;
    }
}

.modal--shop * {
    text-align: center;
}

.modal--shop > p {
    font-family: "Frutiger LT W02_55 Roman";
    font-size: 1rem;
    margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
    .modal--shop > p {
        font-size: 1.3rem;
    }
}

.modal--shop > h2 {
    font-family: "Frutiger LT W02_55 Roman";
    margin-bottom: 10px;
    font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
    .modal--shop > h2 {
        font-size: 2.2rem;
    }
}

.modal--shop > .button {
    margin-top: 25px;
}

.modal--shop > .code-wrapper + .button {
    margin-top: 0;
}

.code-wrapper {
    padding: 8px;
    border-radius: 5px;
    border: 2px dotted #ccc;
    margin: 25px 0;
}

.code-wrapper::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.modal__code {
    float: left;
    font-size: 1rem;
    margin: 3px 10px 0 0;
    max-width: 50%;
}
@media screen and (min-width: 480px) {
    .modal__code {
        font-size: 1.2rem;
        max-width: calc(100% - 100px);
    }
}

.modal__code span {
    color: #ed1a3b;
}
