
/* Styles nach Vorgabe/Konzept - START */
/* ################################################################ */
/* Hier sind alle Styles definiert die vom Konzept her gegeben sind */
/* Am besten hier nichts ändern sondern später überschreiben        */
/* Sollten im Konzept Styles enthalten sein die hier nicht -        */
/* vorkommen, sollen diese entsprechend hinzugefügt werden          */
/* ################################################################ */

/* ### INDEX - START            ### */
/* #   BREAKPOINTS AND GRID       # */
/* #   COLOR STYLES               # */
/* #    COLOR OVERALL             # */
/* #    COLOR PRODUCTS            # */
/* #   AREA STYLES                # */
/* #   TYPOGRAPHICAL STYLES       # */
/* #    HEADLINE STYLES           # */
/* #    PARAGRAPH STYLES          # */
/* ### INDEX - END              ### */


/* ### BREAKPOINTS AND GRID - START ### */
/* Extra small devices (XS) */
@media (max-width: 543px) {

}

/* Small devices (S) */
@media (min-width: 544px) and (max-width: 991px) {

}

/* Medium devices (M) */
@media (min-width: 992px) and (max-width: 1365px) {

}

/* Large devices (L) */
@media (min-width: 1366px) {

}
/* ### BREAKPOINTS AND GRID - END   ### */

/* ### COLOR STYLES - START ### */
/* #   COLOR OVERALL - START  # */







 /* Nicht im Styleguide, jedoch Konzept */

.bg-BayerBlue {
    background-color: #0090C5;
}

.bg-BayerGreen {
    background-color: #6BC200;
}

.bg-RadiologyBlue {
    background-color: #003478;
}

.bg-Devices {
    background-color: #676767;
}
.bg-Black {
    background-color: #000000;
}
.bg-White {
    background-color: #FFFFFF;
}

.txt-BayerBlue {
    color: #0090C5;
}

.txt-BayerGreen {
    color: #6BC200;
}

.txt-RadiologyBlue {
    color: #003478;
}

.txt-Devices {
    color: #676767;
}
.txt-Black {
    color: #000000;
}
.txt-White, .txt-White > p {
    color: #FFFFFF;
}
/* #   COLOR OVERALL - END    # */
/* #   COLOR PRODUCTS - START # */












.bg-Gastrofin {
    background-color: #008264;
}

.bg-Certegra {
    background-color: #007A33;
}

.bg-Radimetrics {
    background-color: #2C5697;
}

.bg-Magnevist {
    background-color: #4E287E;
}

.bg-Iopamiron {
    background-color: #C60B47;
}

.bg-Gadovist {
    background-color: #BD197A;
}

.bg-Primovist {
    background-color: #DA2B3E;
}

.bg-MediumGrey {
    background-color: #75787B;
}

.bg-LightGrey {
    background-color: #B1B3B3;
}

.bg-DevicesOrange {
    background-color: #E46C0A;
}




.txt-Gastrofin {
    color: #008264;
}

.txt-Certegra {
    color: #007A33;
}

.txt-Radimetrics {
    color: #2C5697;
}

.txt-Magnevist {
    color: #4E287E;
}

.txt-Iopamiron {
    color: #C60B47;
}

.txt-Gadovist {
    color: #BD197A;
}

.txt-Primovist {
    color: #DA2B3E;
}

.txt-MediumGrey {
    color: #75787B;
}

.txt-LightGrey {
    color: #B1B3B3;
}

.txt-DevicesOrange {
    color: #E46C0A;
}

/* #   COLOR PRODUCTS - END   # */

/* ### COLOR STYLES - END   ### */

/* ### AREA STYLES - START ### */
.menu-overlay-level1 {
    /* Menu Overlay 1. Level */
    background-color: rgba(5, 20, 26, 0.93);
}
.menu-overlay-level2 {
    /* Menu Overlay 2. Level */
    background-color: rgba(0, 55, 75, 0.70);
}

.image-teaser-overlay {
    /* Header Image and Teaser Overlay */
    background-color: rgba(5, 20, 26, 0.8);
}

/* ### AREA STYLES - END   ### */

/* ### TYPOGRAPHICAL STYLES - START ### */
/* #   HEADLINE STYLES - START        # */

body {
    font-size: 16px;
}

.menu-headline {
    /* Nicht im Styleguide jedoch im Konzept für Navigation vorhanden. Ist dort als h6 deklariert.*/
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight: bold;
}
.centered {
    text-align: center;
}
/* Extra small devices (XS) */
@media (max-width: 543px) {
    h6 {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 32px;
    }
    h6>p {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 32px;
    }

    h1 {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h1>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
    }

    h1.white {
        /* Section head, tiles L+M headlines */
        color: #FFFFFF;
    }
    h1.white>p {
        /* Section head, tiles L+M headlines */
        color: #FFFFFF;
    }

    h1.centered {
        /* Section head, tiles L+M headlines - Centered Text*/
        text-align: center;
    }
    h1.centered>p {
        /* Section head, tiles L+M headlines - Centered Text*/
        text-align: center;
    }

    h2 {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.14px;
        line-height: 30px;
    }
    h2>p {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.14px;
        line-height: 30px;
    }

    h2.white {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
        letter-spacing: -0.14px;
        line-height: 30px;
    }
    h2.white>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
        letter-spacing: -0.14px;
        line-height: 30px;
    }
    h2.centered {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.14px;
        line-height: 30px;
        text-align: center;
    }
    h2.centered>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.14px;
        line-height: 30px;
        text-align: center;
    }


    h3 {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 26px;
        color: #000000;
        letter-spacing: -0.14px;
        line-height: 30px;
    }
    h3>p, h3 p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 26px;
        color: #000000;
        letter-spacing: -0.14px;
        line-height: 30px;
    }

    h3.white {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: -0.14px;
        line-height: 30px;
    }
    h3.white>p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: -0.14px;
        line-height: 30px;
    }

    h4 {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        letter-spacing: -0.12px;
        line-height: 28px;
    }
    h4 p {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        letter-spacing: -0.12px;
        line-height: 28px;
    }

    .grid h4.content-name p {
        /* Fix für grid-half Kachel */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.12px;
        line-height: 28px;
    }

    h5 {
        /* Product detail subheadlines for h3  */

        font-size: 18px;
        color: #676767;
        letter-spacing: -0.12px;
        line-height: 28px;
    }
    h5>p {
        /* Product detail subheadlines for h3  */

        font-size: 18px;
        color: #676767;
        letter-spacing: -0.12px;
        line-height: 28px;
    }



    .subline {
        /* After h1/h2 on product detail hero image and image section */
        font-size: 18px;
        color: #676767;
        letter-spacing: -0.13px;
        line-height: 24px;
    }

    .subline.white {
        /* After h1/h2 on product detail hero image and image section */
        color: #FFFFFF;
    }
    .subline.blue {
        /* After h1/h2 on product detail hero image and image section */
        color: #0090C5;

    }
}

/* Small devices (S) */
@media (min-width: 544px) and (max-width: 991px) {
    h6 {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 40px;
        color: #FFFFFF;
        line-height: 48px;
    }
    h6>p {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 40px;
        color: #FFFFFF;
        line-height: 48px;
    }

    h1 {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        line-height: 42px;
    }
    h1>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        line-height: 42px;
    }

    h1.white {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
        line-height: 42px;
    }
    h1.white>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
        line-height: 42px;
    }


    h2 {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h2>p {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
    }

    h2.white {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h2.white>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h2.centered {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
        text-align: center;
    }
    h2.centered>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
        text-align: center;
    }


    h3 {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 30px;
    }
    h3>p, h3 p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 30px;
    }

    h3.white {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: -0.15px;
        line-height: 30px;
    }
    h3.white>p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: -0.15px;
        line-height: 30px;
    }

    h4 {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 28px;
    }
    h4 p {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 28px;
    }
    .grid h4.content-name p {
        /* Fix für grid-half Kachel */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.12px;
        line-height: 28px;
    }

    h5 {
        /* Product detail subheadlines for h3  */

        font-size: 22px;
        color: #676767;
        letter-spacing: -0.15px;
        line-height: 28px;
    }
    h5>p {
        /* Product detail subheadlines for h3  */

        font-size: 22px;
        color: #676767;
        letter-spacing: -0.15px;
        line-height: 28px;
    }

    .subline {
        /* After h1/h2 on product detail hero image and image section */

        font-size: 24px;
        letter-spacing: -0.18px;
        line-height: 32px;
    }
}

/* Medium devices (M) */
@media (min-width: 992px) and (max-width: 1365px) {
    h6 {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 44px;
        color: #FFFFFF;
        line-height: 48px;
    }
    h6>p {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 44px;
        color: #FFFFFF;
        line-height: 48px;
    }

    h1 {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 42px;
        color: #000000;
        line-height: 46px;
    }
    h1>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 42px;
        color: #000000;
        line-height: 46px;
    }

    h1.white {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 42px;
        color: #FFFFFF;
        line-height: 46px;
    }
    h1.white>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 42px;
        color: #FFFFFF;
        line-height: 46px;
    }


    h2 {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h2>p {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
    }

    h2.white {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h2.white>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: -0.16px;
        line-height: 30px;
    }
    h2.centered {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
        text-align: center;
    }
    h2.centered>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 30px;
        text-align: center;
    }


    h3 {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 30px;
    }
    h3>p, h3 p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 30px;
    }

    h3.white {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: -0.15px;
        line-height: 30px;
    }
    h3.white>p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: -0.15px;
        line-height: 30px;
    }

    h4 {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 28px;
    }
    h4 p {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 28px;
    }

    h5 {
        /* Product detail subheadlines for h3  */

        font-size: 22px;
        color: #676767;
        letter-spacing: -0.15px;
        line-height: 28px;
    }
    h5>p {
        /* Product detail subheadlines for h3  */

        font-size: 22px;
        color: #676767;
        letter-spacing: -0.15px;
        line-height: 28px;
    }

    .subline {
        /* After h1/h2 on product detail hero image and image section */

        font-size: 24px;
        letter-spacing: -0.18px;
        line-height: 32px;
    }

    .subline.white {
        /* After h1/h2 on product detail hero image and image section */
        font-size: 24px;
        letter-spacing: -0.18px;
        line-height: 32px;
    }
}

/* Large devices (L) */
@media (min-width: 1366px) {
    h6 {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 50px;
        color: #FFFFFF;
        letter-spacing: -0.65px;
        line-height: 60px;
    }
    h6>p {
        /* Hero images headlines - Ist nach Vorlage die H0 die SEO nicht gezählt werden soll */
        font-weight: bold;
        font-size: 50px;
        color: #FFFFFF;
        letter-spacing: -0.65px;
        line-height: 60px;
    }

    h1 {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 46px;
        color: #000000;
        letter-spacing: -0.81px;
        line-height: 54px;
    }
    h1>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 46px;
        color: #000000;
        letter-spacing: -0.81px;
        line-height: 54px;
    }

    h1.white {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 46px;
        color: #FFFFFF;
        letter-spacing: -0.63px;
        line-height: 54px;
    }
    h1.white>p {
        /* Section head, tiles L+M headlines */
        font-weight: bold;
        font-size: 46px;
        color: #FFFFFF;
        letter-spacing: -0.63px;
        line-height: 54px;
    }


    h2 {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 34px;
        color: #000000;
        letter-spacing: -0.2px;
        line-height: 40px;
    }
    h2>p {
        /* product/category overview tile headlines */
        font-weight: bold;
        font-size: 34px;
        color: #000000;
        letter-spacing: -0.2px;
        line-height: 40px;
    }

    h2.white {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 34px;
        color: #FFFFFF;
        letter-spacing: -0.2px;
        line-height: 40px;
    }
    h2.white>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 34px;
        color: #FFFFFF;
        letter-spacing: -0.2px;
        line-height: 40px;
    }
    h2.centered {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 34px;
        color: #000000;
        letter-spacing: -0.2px;
        line-height: 40px;
        text-align: center;
    }
    h2.centered>p {
        /* Product/category overview tile headlines */
        font-weight: bold;
        font-size: 34px;
        color: #000000;
        letter-spacing: -0.2px;
        line-height: 40px;
        text-align: center;
    }


    h3 {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 30px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 34px;
    }
    h3>p, h3 p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 30px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 34px;
    }

    h3.white {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: -0.16px;
        line-height: 34px;
    }
    h3.white>p {
        /* Product detail section headlines, tiles S headlines */
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: -0.16px;
        line-height: 34px;
    }

    h4 {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 28px;
    }
    h4 p {
        /* Product detail headlines 2 */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.16px;
        line-height: 28px;
    }
    .grid h4.content-name p {
        /* Fix für grid-half Kachel */
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.12px;
        line-height: 28px;
    }

    h5 {
        /* Product detail subheadlines for h3  */

        font-size: 22px;
        color: #676767;
        letter-spacing: -0.15px;
        line-height: 28px;
    }
    h5>p {
        /* Product detail subheadlines for h3  */

        font-size: 22px;
        color: #676767;
        letter-spacing: -0.15px;
        line-height: 28px;
    }

    .subline {
        /* After h1/h2 on product detail hero image and image section */

        font-size: 28px;
        letter-spacing: -0.21px;
        line-height: 36px;
    }

    .subline.white {
        /* After h1/h2 on product detail hero image and image section */
        font-size: 28px;
        letter-spacing: -0.21px;
        line-height: 36px;
    }
}
/* #   HEADLINE STYLES - END          # */
/* #   PARAGRAPH STYLES - START       # */

a {
    color: #000000;
}

a.white {
    color: #FFFFFF;
}

a.blue {
    color: #0090C5;
}
p.white {
    color: #FFFFFF;
}
p.small.white {
    color: #FFFFFF;
}
ul, li {
    color: #6F6F6F;
}
/* Extra small devices (XS) */
@media (max-width: 543px) {
    p {
        /* Normal paragraph for teasers, buttons, menu etc. - In Vorgabe als p.teasers benannt */

        font-size: 16px;
        color: #6F6F6F;
        line-height: 24px;
    }



    p.long.copy {
        /* Big paragraph style for detail pages and long copy text */

        font-size: 16px;
        color: #6F6F6F;
        line-height: 24px;
    }

    p.long.copy strong {
        /* Longcopy headline in bold style */
        font-weight: bold;
        font-size: 16px;
        color: #6F6F6F;
        line-height: 32px;
    }

    p.small {
        /* tags, side notes, footer links */

        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 0.3px;
        line-height: 24px;
    }
}

/* Small devices (S) */
@media (min-width: 544px) and (max-width: 991px) {
    p {
        /* Normal paragraph for teasers, buttons, menu etc. - In Vorgabe als p.teasers benannt */

        font-size: 16px;
        color: #6F6F6F;
        line-height: 24px;
    }


    p.long.copy {
        /* Big paragraph style for detail pages and long copy text */

        font-size: 16px;
        color: #6F6F6F;
        line-height: 32px;
    }

    p.long.copy strong {
        /* Longcopy headline in bold style */
        font-weight: bold;
        font-size: 16px;
        color: #6F6F6F;
        line-height: 32px;
    }

    p.small {
        /* tags, side notes, footer links */

        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 0.3px;
        line-height: 24px;
    }
}

/* Medium devices (M) */
@media (min-width: 992px) and (max-width: 1365px) {
    p {
        /* Normal paragraph for teasers, buttons, menu etc. - In Vorgabe als p.teasers benannt */
        font-size: 16px;
        color: #6F6F6F;
        line-height: 24px;
    }


    p.long.copy {
        /* Big paragraph style for detail pages and long copy text */

        font-size: 16px;
        color: #6F6F6F;
        line-height: 32px;
    }

    p.long.copy strong {
        /* Longcopy headline in bold style */
        font-weight: bold;
        font-size: 16px;
        color: #6F6F6F;
        line-height: 32px;
    }

    p.small {
        /* tags, side notes, footer links */

        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 0.3px;
        line-height: 24px;
    }
}

/* Large devices (L) */
@media (min-width: 1366px) {
    p {
        /* Normal paragraph for teasers, buttons, menu etc. - In Vorgabe als p.teasers benannt */

        font-size: 16px;
       /* color: #6F6F6F;*/
        line-height: 24px;
    }


    p.long.copy {
        /* Big paragraph style for detail pages and long copy text */

        font-size: 16px;
        color: #676767;
        letter-spacing: -0.11px;
        line-height: 24px;
    }

    p.long.copy strong {
        /* Longcopy headline in bold style */
        font-weight: bold;
        font-size: 18px;
        color: #6F6F6F;
        line-height: 32px;
    }

    p.small {
        /* tags, side notes, footer links */
        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 0.3px;
        line-height: 24px;
    }
}
form label {
    /* Nicht im Styleguide, jedoch Konzept */
    font-size: 16px;
    color: #676767;
    letter-spacing: 0.5px;
    line-height: 24px;
}
/* #   PARAGRAPH STYLES - END         # */
/* ### TYPOGRAPHICAL STYLES - END   ### */


/* ### HOVER STATES - START         ### */
/* #   CONGRESS TEASER IMAGES - START # */

/* #   CONGRESS TEASER IMAGES - END   # */
/* #   Typography & Buttons   - START # */
    a {
        color: #000;
    }
    a.blue {
        color: #0090C5;
    }
/* #   Typography & Buttons   - END   # */
/* ### HOVER STATES - END           ### */

/* ### ICONS - START                ### */


.ic-xs, .ic-sm, .ic-md, .ic-lg {
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 100% 100%;
}

.ic-close_menu {
    background-image: url('/images/layout/icons/close_menu.svg');
}
.ic-chevron_right_blue {
    background-image: url('/images/layout/icons/chevron_button_right_blue.svg');
}
.ic-chevron_right_grey {
    background-image: url('/images/layout/icons/chevron_bulletpoint_right_grey.svg');
}
.ic-chevron_right_bayergreen {
    background-image: url('/images/layout/icons/chevron_bulletpoint_bayergreen.svg');
}
.ic-chevron_right_ultravist {
    background-image: url('/images/layout/icons/chevron_bulletpoint_ultravist.svg');
}
.ic-chevron_right_primovist {
    background-image: url('/images/layout/icons/chevron_bulletpoint_primovist.svg');
}
.ic-chevron_right_magnevist {
    background-image: url('/images/layout/icons/chevron_bulletpoint_magnevist.svg');
}
.ic-chevron_right_gadovist {
    background-image: url('/images/layout/icons/chevron_bulletpoint_gadovist.svg');
}
.ic-chevron_right_ioapamiron {
    background-image: url('/images/layout/icons/chevron_bulletpoint_ioapamiron.svg');
}
.ic-chevron_right_devices {
    background-image: url('/images/layout/icons/chevron_bulletpoint_devices.svg');
}
.ic-chevron_right_certegra {
    background-image: url('/images/layout/icons/chevron_bulletpoint_certegra.svg');
}
.ic-chevron_right_radimetrics {
    background-image: url('/images/layout/icons/chevron_bulletpoint_radimetrics.svg');
}

.ic-congress_interviews {
    background-image: url('/images/layout/icons/congress_interviews.svg');
}
.ic-congress_photos {
    background-image: url('/images/layout/icons/congress_photos.svg');
}
.ic-congress_document {
    background-image: url('/images/layout/icons/congress_document.svg');
}
.ic-congress_meettheexpert {
    background-image: url('/images/layout/icons/congress_meettheexpert.svg');
}
.ic-congress_videos {
    background-image: url('/images/layout/icons/congress_videos.svg');
}
.ic-congress_location {
    background-image: url('/images/layout/icons/congress_location.svg');
}

.ic-checkmark_blue {
    background-image: url('/images/layout/icons/checkmark_blue.svg');
}



.ic-filter {
    background-image: url('/images/layout/icons/filter.svg');
}
.ic-hamburger_menu {
    background-image: url('/images/layout/icons/hamburger_menu.svg');
}
.ic-tilesview {
    background-image: url('/images/layout/icons/tilesview.svg');
}
.ic-tilesview_active {
    background-image: url('/images/layout/icons/tilesview_active.svg');
}
.ic-listview {
    background-image: url('/images/layout/icons/listview.svg');
}
.ic-listview_active {
    background-image: url('/images/layout/icons/listview_active.svg');
}
.ic-forms_warning {
    background-image: url('/images/layout/icons/forms_warning.svg');
}


.ic-chevron_down_blue {
    background-image: url('/images/layout/icons/chevron_md_down_blue.svg');
}
.ic-chevron_up_blue {
    background-image: url('/images/layout/icons/chevron_md_up_blue.svg');
}

.ic-chevron_down_invalid {
    background-image: url('/images/layout/icons/chevron_md_forms_invalid.svg');
}

.ic-chevron_left_blue {
    background-image: url('/images/layout/icons/chevron_md_left_blue.svg');
}

.ic-chevron_right_black {
    background-image: url('/images/layout/icons/chevron_md_right_black.svg');
}
.ic-globe {
    background-image: url('/images/layout/icons/globe.svg');
}
.ic-myfeed_big_interviews {
    background-image: url('/images/layout/icons/myfeed_big_interviews.svg');
}
.ic-myfeed_big_photo {
    background-image: url('/images/layout/icons/myfeed_big_photo.svg');
}
.ic-myfeed_big_video_webcast {
    background-image: url('/images/layout/icons/myfeed_big_video-webcast.svg');
}
.ic-myfeed_big_webinars_tutorial {
    background-image: url('/images/layout/icons/myfeed_big_webinars-tutorial.svg');
}
.ic-myfeed_big_document {
    background-image: url('/images/layout/icons/myfeed_big_document.svg');
}
.ic-myfeed_big_books {
    background-image: url('/images/layout/icons/myfeed_big_books.svg');
}
.ic-myfeed_big_event {
    background-image: url('/images/layout/icons/myfeed_big_event.svg');
}
.ic-myfeed_big_meettheexpert {
    background-image: url('/images/layout/icons/myfeed_big_meettheexpert.svg');
}
.ic-myfeed_big_radiologyart {
    background-image: url('/images/layout/icons/myfeed_big_radiologyart.svg');
}
.ic-myfeed_big_congresses {
    background-image: url('/images/layout/icons/myfeed_big_congresses.svg');
}
.ic-myfeed_big_location {
    background-image: url('/images/layout/icons/myfeed_big_location.svg');
}
.ic-myfeed_big_quizofthemonth {
    background-image: url('/images/layout/icons/myfeed_big_quizofthemonth.svg');
}

.ic-chevron_down_white {
    background-image: url('/images/layout/icons/chevron_menu_down_white-OLD.svg');
}
.ic-chevron_right_white {
    background-image: url('/images/layout/icons/chevron_big_right_white.svg');
}
.ic-checkmark_white {
    background-image: url('/images/layout/icons/checkmark_white.svg');
}
.ic-close {
    background-image: url('/images/layout/icons/close.svg');
    cursor: pointer;
}
.ic-close.grey {
    background-image: url('/images/layout/icons/close_grey.svg');
    cursor: pointer;
}
.ic-profile_white {
    background-image: url('/images/layout/icons/profile_white.svg');
}
.ic-search_white {
    background-image: url('/images/layout/icons/search_white.svg');
}
.ic-zoomin_white {
    background-image: url('/images/layout/icons/zoomin_white.svg');
}

.ic-zoomout_white {
    background-image: url('/images/layout/icons/zoomout_white.svg');
}

.ic-player_maximize {
    background-image: url('/images/layout/icons/player_maximize.svg');
}

.ic-player_minimize {
    background-image: url('/images/layout/icons/player_minimize.svg');
}

.ic-player_pause {
    background-image: url('/images/layout/icons/player_pause.svg');
}

.ic-player_play {
    background-image: url('/images/layout/icons/player_play.svg');
}



.ic-socialmedia_twitter {
    background-image: url('/images/layout/icons/socialmedia_twitter.svg');
}

.ic-socialmedia_tumblr {
    background-image: url('/images/layout/icons/socialmedia_tumblr.svg');
}

.ic-socialmedia_youtube {
    background-image: url('/images/layout/icons/socialmedia_youtube.svg');
}
.ic-socialmedia_facebook {
    background-image: url('/images/layout/icons/socialmedia_facebook.svg');
}

.ic-socialmedia_linkedin {
    background-image: url('/images/layout/icons/socialmedia_linkedin.svg');
}

.ic-socialmedia_googleplus {
    background-image: url('/images/layout/icons/socialmedia_googleplus.svg');
}




/* #   ICONS SIZE - XS - START      # */
    .ic-xs {
        width: 16px;
        height: 16px;
    }
/* #   ICONS SIZE - XS - END        # */
/* #   ICONS SIZE - SM - START      # */
    .ic-sm {
        width: 28px;
        height: 28px;
    }
    .ic-sm.ic-close_menu {
        background-image: url('/images/layout/icons/close_menu_big.svg');
    }
    .ic-sm.ic-chevron_right_blue {
        background-image: url('/images/layout/icons/chevron_md_right_blue.svg');
    }
    .ic-sm.ic-chevron_right_white {
        background-image: url('/images/layout/icons/chevron_md_right_white.svg');
    }
/* #   ICONS SIZE - SM - END        # */
/* #   ICONS SIZE - MD - START      # */
    .ic-md {
        width: 56px;
        height: 56px;
    }
    .ic-md.ic-chevron_left_blue {
        background-image: url('/images/layout/icons/chevron_big_left_blue.svg');
    }
    .ic-md.ic-chevron_right_blue {
        background-image: url('/images/layout/icons/chevron_big_right_blue.svg');
    }
    .ic-md.ic-chevron_left_grey {
        background-image: url('/images/layout/icons/chevron_big_left_grey.svg');
    }
    .ic-md.ic-chevron_right_grey {
        background-image: url('/images/layout/icons/chevron_big_right_grey.svg');
    }
    .ic-md.ic-chevron_left_white {
        background-image: url('/images/layout/icons/chevron_big_left_white.svg');
    }
    .ic-md.ic-chevron_right_white {
        background-image: url('/images/layout/icons/chevron_big_right_white.svg');
    }
/* #   ICONS SIZE - MD - END        # */
/* #   ICONS SIZE - LG - START      # */
    .ic-lg {
        width: 88px;
        height: 88px;
    }
    .ic-lg.ic-chevron_right_white {
        background-image: url('/images/layout/icons/play_big.svg');
    }
/* #   ICONS SIZE - LG - END        # */
/* ### ICONS - END                  ### */



/* ### ELEMENTS & CONTROLS ### - START  */
/* #   BUTTON ELEMENTS       # - START  */

    input.error {
        color: #DA2B3E;
    }
    a.btn-default,
    a.btn-contrast {
        display: inline-block;
    }
    .btn-default.btn-vegan{
        color: #6BC200;
        border: 2px solid #6BC200;
    }
    .btn-default.btn-really-ivoryish {
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
        background-color: transparent;
    }
    .btn-default,.btn-contrast {
        padding: 14px;
        width: 240px;
        font-size: 16px;
        position: relative;
        text-align: center;
        color: #0090C5;
    }

    .btn-default {
        border: 2px solid #0090C5;
    }
    .btn-contrast {
        border: 2px solid transparent;
        background-color: transparent;
    }

    .btn-default.small,
    .btn-contrast.small {
        width: 180px;
        font-size: 16px;
    }

    .btn-default.full,
    .btn-contrast.full {
        width: 100%;
    }
    .btn-default:hover, .btn-default:focus, .btn-default:active {
        color: #FFFFFF;
        background-color: #0090C5;
        border: 2px solid #0090C5;
    }
    .btn-default.btn-really-ivoryish:active,.btn-default.btn-really-ivoryish:focus,.btn-default.btn-really-ivoryish:hover {
        color: #FFFFFF;
        background-color: transparent;
        border: 2px solid #FFFFFF;
    }

    .btn-default.btn-vegan:active,.btn-default.btn-vegan:focus,.btn-default.btn-vegan:hover {
        color: #FFFFFF;
        background-color: #6BC200;
        border: 2px solid #6BC200;
    }

    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        background-color: #FFFFFF;
        color: #0090C5;
        border: 2px solid #0090C5;
    }
    .btn-default.btn-vegan:hover, .btn-default.btn-vegan:active, .btn-default.btn-vegan:focus  {
        background-color: #6BC200;
        color: #FFFFFF;
    }

    .btn-default .btn-text {
        vertical-align: top;
    }

    .btn-default .ic-xs.ic_chevron_right, .btn-contrast .ic-xs.ic_chevron_right {
        background-image: url('/images/layout/icons/chevron_button_right_blue.svg');
        position: absolute;
        left: 15px;
        top: 16px;
    }

    .btn-default:hover .ic-xs.ic_chevron_right, .btn-default:focus.ic_chevron_right, .btn-default:active .ic-xs.ic_chevron_right,
    .btn-contrast:hover .ic-xs.ic_chevron_right, .btn-contrast:focus.ic_chevron_right, .btn-contrast:active .ic-xs.ic_chevron_right {
        background-image: url('/images/layout/icons/chevron_big_right_white.svg');
        height: 17px;
        width: 18px;
    }
    .btn-default.btn-vegan:hover .ic-xs.ic-chevron_right_bayergreen,
    .btn-default.btn-vegan:focus .ic-xs.ic-chevron_right_bayergreen,
    .btn-default.btn-vegan:active .ic-xs.ic-chevron_right_bayergreen {
        background-image: url('/images/layout/icons/chevron_big_right_white.svg');
        height: 17px;
        width: 18px;
    }
    .btn-default.btn-vegan .ic-xs.ic-chevron_right_bayergreen{
        position: absolute;
        left: 15px;
        top: 16px;
    }

    /* Styles for Overlays - Start */
    .default-overlay {
        z-index:17;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.97;
        overflow-y: scroll;
        padding-bottom: 20px;
        text-align: center;
        top: 0;
    }
    .vcenter {font-size: 0;}
    .vcenter:before {
        content:"";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .vcenter>* {
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
    }
    .overlay-container {
        vertical-align: middle;
        width: 100%;
    }
    .form-container{
        max-width: 530px;
        width: 100%;
        margin: auto;
        text-align: left;
    }

    .default-overlay .overlay-content{
        color: #6F6F6F;
        overflow: auto;
        height:auto;
        autocomplete:off;
    }

    .default-overlay .close-overlay{
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .default-overlay .overlay-content h2 {
        text-align: center;
    }
    .default-overlay .overlay-content .advantages{
        text-align: center;
    }
    .check-information > div:first-child {
        margin-top: 20px;
    }
    .check-information > div:last-child {
        margin-bottom: 20px;
    }
    .options{
        text-align: center;
    }
    .overlay-content .options .create-account{
        margin-bottom: 20px;
    }
    .input-wrapper {
            position: relative;
    }
    .error-wrapper.input-wrapper:after {
        content: '';
        height: 30px;
        width: 20px;
        background: url(/images/layout/icons/forms_warning.svg);
        display: block;
        position: absolute;
        right: 6px;
        top: 17px;
        pointer-events: none;
    }
    .error-wrapper.select-wrapper:after {
        content: '';
        height: 30px;
        width: 25px;
        background: url(/images/layout/icons/chevron_md_forms_invalid.svg);
        display: block;
        position: absolute;
        right: 1px;
        top: 15px;
        pointer-events: none;
    }
    .overlay-content .code-captcha {
        padding-top: 14px;
    }
    .select-wrapper {
        position: relative;
    }
    .select-wrapper:after {
        content: '';
        height: 16px;
        width: 16px;
        background: url(/images/layout/icons/chevron_menu_down_blue.svg);
        display: block;
        position: absolute;
        right: 1px;
        top: 15px;
        pointer-events: none;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline:none;
        border: none;
        border-bottom: 2px solid #A1A1A1;
        width: 100%;
        height: 46px;
        padding-top: 20px;
        color: #000;
        font-size: 16px;
    }
    select::-ms-expand {
        display: none;
    }
    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
    .inp-default {
        outline: none;
        width: 100%;
        border: none;
        border-bottom: 2px solid #A1A1A1;
        font-size: 16px;
        position: relative;
        padding-top: 20px;
        color: #000;
    }
    input:focus{
        border-bottom:2px solid #0090C5;
    }
    input ~ .label-placeholder{
        transition: .2s ease-out;
        font-size: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        cursor: text;
        color: #6F6F6F;
        font-weight: normal;
    }
    select ~ .label-placeholder{
        transition: .2s ease-out;
        font-size: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        color: #6F6F6F;
        font-weight: normal;
        pointer-events: none;
    }
    .error-wrapper select.error ~ .label-placeholder{
        color: #DA2B3E;
    }
    .inp-default:placeholder-shown {
        border-bottom: 2px solid #6a6a6a;
    }
    .inp-default:invalid {
        border-bottom: 2px solid #A1A1A1;
    }
    input ~ .active{
        font-size: 10px;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        cursor: default;
        color: #676767;
    }
    input:focus ~ .active{
        color: #0090C5;
    }
    select ~ .active{
        font-size: 10px;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        cursor: default;
        color: #676767;
    }
    select:focus+.active{
        color: #0090C5;
    }
    select option{
        color: #676767;
    }
    select:focus{
        border-bottom: 2px solid #0090C5;
    }
    input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
        content: '';
        height: 16px;
        width: 16px;
        display: block;
        position: absolute;
        left: 0px;
        top: 4px;
        display: inline-block;
    }
    input.error{
        border-bottom:1px solid #DA2B3E;
    }
    select.error{
        border-bottom:1px solid #DA2B3E;
    }
    input.error + label.error
    ,select.error + label.error{
        float: right;
        color: #DA2B3E;
        font-size: 10px;
    }
    .error-wrapper input.error ~ .label-placeholder{
        color: #DA2B3E;
    }
    select.error:after{
        background: url(/images/layout/icons/chevron_md_forms_invalid.svg);
    }

    input[type="checkbox"]:not(:checked) + label:before {
        background: url(/images/layout/icons/Checkbox_inactive_grey.svg);
    }

    input[type="checkbox"]:checked + label:before {
        background: url(/images/layout/icons/Checkbox_active_grey.svg);
    }
    input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked){
        display: none;
    }
    input[type="checkbox"] + label.checkboxstyle {
        padding-left: 25px;
        position: relative;
        font-weight: normal;
    }
    input[type="checkbox"] {
        display: none;
        position: absolute;
    }
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 1) inset;
    }
    input{
        background-color: transparent;
    }

    input[type="checkbox"]+ label+ label.error {
        float: right;
        color: #DA2B3E;
        font-size: 10px;
    }
    input[type="checkbox"] + label.checkboxstyle {
        width: 100%;
    }

    /* Styles for Overlays - END */

    textarea.full {
        width: 100%;
    }

    textarea.error {
        border: 1px solid #DA2B3E;
    }
    textarea.error:focus {
        border: 1px solid #DA2B3E;
        outline: none;
    }
    textarea.error ~ label {
        color: #DA2B3E;
    }

/* #   FORM ELEMENTS         # - END    */
/* ### ELEMENTS & CONTROLS ### - END    */

.noScroll{
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}


/* Extra */
.content-subtitle{
    text-transform: uppercase;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #0090C5 none repeat scroll 0 0;
}

/* Styles nach Vorgabe/Konzept - END   */
@media (min-width: 1366px) {
    .main-container{
        min-height: 550px;
    }
}
/* ### LOADER OVERLAY - START ### */
.loader-overlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 999999;
}
.overlay {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: #FFFFFF;
    opacity: 0.65;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.loader .glyphicon {
    -webkit-animation: spin 2000ms infinite linear;
    animation: spin 2000ms infinite linear;
}
.loader .glyphicon.default {
    font-size: 7em;
    color: #003478;
}
/* ### LOADER OVERLAY - END   ### */

/* GENERAL */
.container, .container-fluid {
    max-width: 1680px;
}
.container-fluid {
    padding: 0 20px;
}

@media (min-width: 992px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1366px) {
    .container {
        padding-left: 65px;
        padding-right: 65px;
    }
}

.subtitle {
    font-size: 16px;
    color: #676767;
    margin: 20px 0 40px 0;
    letter-spacing: 0.22px;
}

.fullwidth {
    width: 100%;
}
/* Bootstrap overwrite */
.container-fluid.fluid-fix {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.defaultSlider {
    max-width: 1645px;
}
.container-fluid.fluid-fix .row {
    margin: 0px;
}
.custom-icon.ic_button {
    float: left;
}


.btn.btn-default {
    font-size: 16px;
    color: #0090C5;
    line-height: 20px;
    border: 2px solid #0090C5;
    border-radius: 0px;
}
.btn.medium {
    width: 240px;
    position: relative;
    padding: 12px 5px;
    background: transparent;
}

/* Icons */
.custom-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 100% 100%;
}

.custom-icon.location_pin {
    background-image: url('/images/layout/icons/location_pin.svg');
    width: 16px;
    height: 16px;
}
.custom-icon.gallery {
    background-image: url('/images/layout/icons/gallery.svg');
    width: 16px;
    height: 16px;
}
.custom-icon.symposium {
    background-image: url('/images/layout/icons/symposium.svg');
    width: 16px;
    height: 16px;
}

.custom-icon.meet_the_expert {
    background-image: url('/images/layout/icons/meet_the_expert.svg');
    width: 16px;
    height: 16px;
}
.custom-icon.videos {
    background-image: url('/images/layout/icons/videos.svg');
    width: 16px;
    height: 16px;
}
.custom-icon.newsletter {
    background-image: url('/images/layout/icons/newsletter_icon.svg');
    width: 100px;
    height: 49px;
    padding-bottom: 10px;
}
@media (min-width: 1366px) {
    .custom-icon.newsletter {
        width: 81px;
        height: 49px;
    }
}

.custom-icon.chevron-right.tiny {
    background-image: url('/images/layout/icons/chevron_md_right_black.svg');
    width: 22px;
    height: 22px;

}
.custom-icon.chevron-right.tiny.white {
    background-image: url('/images/layout/icons/chevron_menu_right_white.svg');
    width: 17px;
    height: 17px;
}
.custom-icon.chevron-right.black {
    background-image: url('/images/layout/icons/chevron_md_right_black.svg');
    width: 28px;
    height: 28px;
}
.custom-icon.chevron-right.blue {
    background-image: url('/images/layout/icons/chevron_md_right_blue.svg');
    width: 28px;
    height: 28px;
}

.custom-icon.chevron-right.primary.big{
    background-image: url('/images/layout/icons/chevron_big_right_blue.svg');
    width: 40px;
    height: 40px;
}

.custom-icon.chevron-left.primary.big {
    background-image: url('/images/layout/icons/chevron_big_left_blue.svg');
    width: 40px;
    height: 40px;
}
.custom-icon.chevron-left.tiny.white {
    background-image: url('/images/layout/icons/chevron_menu_left_white.svg');
    width: 22px;
    height: 22px;
}

.custom-icon.chevron-right.primary{
    background-image: url('/images/layout/icons/chevron_button_right_blue.svg');
    width: 16px;
    height: 16px;
}

.custom-icon.chevron-left.primary {
    background-image: url('/images/layout/icons/chevron_button_left_blue.svg');
}

.custom-icon.chevron-down.primary {
    background-image: url('/images/layout/icons/chevron_menu_down_blue.svg');
}

.custom-icon.chevron-down {
    background-image: url('/images/layout/icons/chevron_menu_down_white.svg');
}

.custom-icon.search {
    background-image: url('/images/layout/icons/search_white.svg');
    width: 19px;
    height: 19px;
}
.custom-icon.search-grey {
    background-image: url('/images/layout/icons/search_grey.svg');
    width: 19px;
    height: 19px;
}

.custom-icon.profile {
    background-image: url('/images/layout/icons/profile_white.svg');
    width: 19px;
    height: 19px;
}

.custom-icon.chevron-left {
    background-image: url('/images/layout/icons/chevron_big_left_white%20copy.svg');
    width: 40px;
    height: 40px;
}


.custom-icon.chevron-right {
    background-image: url('/images/layout/icons/chevron_big_right_white.svg');
    width: 40px;
    height: 40px;
}

.custom-icon.chevron-right.medium {
    background-image: url('/images/layout/icons/chevron_big_right_white.svg');
    width: 18px;
    height: 18px;
    opacity: 1;
}

.custom-icon.youtube {
    background-image: url('/images/layout/social/youtube.svg');
    width: 28px;
    height: 21px;
}

.custom-icon.facebook {
    background-image: url('/images/layout/social/facebook.svg');
    width: 16px;
    height: 27px;
}

.custom-icon.linkedin {
    background-image: url('/images/layout/social/linkedin.svg');
    width: 26px;
    height: 26px;
}

.custom-icon.tumblr {
    background-image: url('/images/layout/social/tumblr.svg');
    width: 18px;
    height: 27px;
}

.custom-icon.twitter {
    background-image: url('/images/layout/social/twitter.svg');
    width: 27px;
    height: 22px;
}

.custom-icon.google-plus {
    background-image: url('/images/layout/social/googleplus.svg');
    width: 23px;
    height: 26px;
}

.custom-icon.menu {
    background-image: url('/images/layout/icons/hamburger_menu.svg');
    width: 24px;
    height: 24px;
}
.custom-icon.close {
    background-image: url('/images/layout/icons/close.svg');
    width: 24px;
    height: 24px;
}
.custom-icon.close.medium {
    background-image: url('/images/layout/icons/close.svg');
    width: 28px;
    height: 28px;
    opacity: 1;
}
.custom-icon.close_menu {
    background-image: url('/images/layout/icons/close_menu.svg');
    width: 24px;
    height: 24px;
}
.custom-icon.close_menu_big {
    background-image: url('/images/layout/icons/close_menu_big.svg');
    width: 56px;
    height: 56px;
}
.custom-icon.close.big {
    background-image: url('/images/layout/icons/close.svg');
    width: 56px;
    height: 56px;
}
.custom-btn{
    cursor:pointer;
    font-size:2.2em;

}
.btn-check-active, .btn-check-hover{
    color:#007f00;
}
.btn-uncheck-active, .btn-uncheck-hover{
    color:#ff0100;
}

/* Carousel Fade */
.carousel.carousel-fade .item {
  /*  left:0!important;*/
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
    -o-transition:opacity .5s;
    transition:opacity .5s;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property:opacity;
    transition-property:opacity;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property:opacity;
    transition-property:opacity;
}
.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    opacity:0;
}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity:1;
}
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    left:0;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.carousel-fade .carousel-control {
    z-index:2;
}

/* Carousel indicators */

.carousel .carousel-indicators li {
    margin: 0 3px;
    border-width: 2px;
}

.carousel .carousel-indicators .active {
    margin: 0 3px;
    width: 10px;
    height: 10px;
}


/* Banner */
#carousel-generic .carousel-control, #carousel-generic .carousel-control:hover, #carousel-generic .carousel-control:focus {
    width: 80px;
    opacity: 1;
    z-index: 10;
}

#carousel-generic .carousel-control.left {
    background: transparent;
}

#carousel-generic .carousel-control.right {
    background: transparent;
}

#carousel-generic.carousel .left .chevron-left, #carousel-generic.carousel .right .chevron-right {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: inline-block;
    margin-top: -20px;
}

#carousel-generic.carousel .left .chevron-left {
    left: 25px;
}

#carousel-generic.carousel .right .chevron-right {
    right: 25px;
}

#carousel-generic.carousel .item {
    height: 576px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#carousel-generic .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    top: 0;
    width: 30%;
    background: rgba(5, 20, 26, 0.8);
    text-align: left;
    padding: 20px 80px 20px 20px;
    height: 100%,
}

#carousel-generic .carousel-caption .action {
    font-weight: bold;
    font-size: 16px;
}

#carousel-generic .carousel-caption a, .carousel-caption a:hover, .carousel-caption a:focus {
    color: #FFF;
    text-decoration: none;
}
#carousel-generic .carousel-caption a .headline, #carousel-generic .carousel-caption .headline {
    color: #FFF;
}

#carousel-generic .carousel-caption .chevron-right {
    width: 20px;
    top: 3px;
    height: 17px;
    margin-right: 5px;
}
#carousel-generic .carousel-caption .headline, #carousel-generic .carousel-caption .description, #carousel-generic .carousel-caption .action {
    margin: 40px 0;
}


#carousel-generic .carousel-indicators {
    bottom: 0;
}

@media (min-width: 992px) and (max-width: 1365px) {
    #carousel-generic .carousel-inner {
        height: 350px;
    }
}



/* Vertikales zentrieren */
.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (min-width: 992px) {



    .valign-wrapper {
        align-items: center;
        display: block;
    }

    #carousel-generic.carousel .right .chevron-right {
        right: 0px;
    }
    #carousel-generic.carousel .left .chevron-left {
        left: 0px;
    }
    #carousel-generic .carousel-control, #carousel-generic .carousel-control:hover, #carousel-generic .carousel-control:focus {
        width: 50px;
    }
    #carousel-generic .carousel-caption {
        padding: 0 50px 20px 20px;
    }
    #carousel-generic .carousel-caption {
        font-size: 12px;
        line-height: 20px;
    }
    #carousel-generic .carousel-caption h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {

    #carousel-generic .carousel-caption {
        width: 100%;
        top: auto;
        height: auto;
        padding: 20px 20px 30px 20px;
    }
    #carousel-generic .carousel-inner {
        height: 400px;
    }
}

@media (min-width: 768px) {
    #carousel-generic .carousel-caption {
        top: 40%;
    }

    .valign-wrapper {
        align-items: center;
        display: block;
    }

    #carousel-generic .carousel-caption .headline,
    #carousel-generic .carousel-caption .description,
    #carousel-generic .carousel-caption .action {
        margin: 0;
    }

    #carousel-generic .carousel-caption .description {
        margin-top: 15px;
        font-size: 12px;
    }

    .carousel-caption h3 {
        font-size: 26px;
    }
}

@media (min-width: 544px) {
    #carousel-generic .carousel-caption {
        top: 40%;
    }

    .valign-wrapper {
        align-items: center;
        display: block;
    }

    #carousel-generic .carousel-caption .headline,
    #carousel-generic .carousel-caption .description,
    #carousel-generic .carousel-caption .action {
        margin: 0;
    }

    #carousel-generic .carousel-caption .description {
        margin-top: 15px;
        font-size: 12px;
    }

    .carousel-caption h3 {
        font-size: 20px;
    }

}

@media (min-width: 320px) {





    .valign-wrapper {
        align-items: center;
        display: block;
    }

    #carousel-generic .carousel-caption .headline,
    #carousel-generic .carousel-caption .description,
    #carousel-generic .carousel-caption .action {
        margin: 0;
    }

    #carousel-generic .carousel-caption .description {
        margin-top: 15px;
        font-size: 12px;
        line-height: 16px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }

}

@media (min-width: 992px) {
    #carousel-generic .carousel-control, #carousel-generic .carousel-control:hover, #carousel-generic .carousel-control:focus {
        width: 80px;
        opacity: 1;
    }

    #carousel-generic .carousel-control.left {
        background: transparent;
    }

    #carousel-generic .carousel-control.right {
        background: transparent;
    }

    #carousel-generic.carousel .left .chevron-left, #carousel-generic.carousel .right .chevron-right {
        position: absolute;
        top: 50%;
        z-index: 10;
        display: inline-block;
        margin-top: -20px;
    }

    #carousel-generic.carousel .left .chevron-left {
        left: 25px;
    }

    #carousel-generic.carousel .right .chevron-right {
        right: 25px;
    }

    #carousel-generic .carousel-indicators {
        bottom: 0;
    }

    #carousel-generic.carousel .item {
        height: 576px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #carousel-generic .carousel-caption {
        right: 0;
        left: auto;
        bottom: 0;
        top: 0;
        width: 30%;
        background: rgba(5, 20, 26, 0.8);
        text-align: left;
        padding: 20px 80px 20px 20px;
        height: 100%,
    }

    #carousel-generic .carousel-caption .action {
        font-weight: bold;
        font-size: 16px;
    }

    #carousel-generic .carousel-caption a, .carousel-caption a:hover, .carousel-caption a:focus {
        color: #FFF;
        text-decoration: none;
    }
    #carousel-generic .carousel-caption a .headline, #carousel-generic .carousel-caption .headline {
        color: #FFF;
    }

    #carousel-generic .carousel-caption .chevron-right {
        width: 20px;
        top: 3px;
        height: 17px;
        margin-right: 5px;
    }
    #carousel-generic .carousel-caption .headline, #carousel-generic .carousel-caption .description, #carousel-generic .carousel-caption .action {
        margin: 40px 0;
    }

    .carousel-caption h3 {
        font-size: 22px;
    }

    #carousel-generic .carousel-caption .description {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) {
    .carousel-caption h3 {
        font-size: 26px;
    }

    #carousel-generic .carousel-caption .headline, #carousel-generic .carousel-caption .description, #carousel-generic .carousel-caption .action {
        margin: 8px 0;
    }

    .valign-wrapper {
        align-items: center;
        display: flex;
    }

    #carousel-generic .carousel-caption .headline, #carousel-generic .carousel-caption .description, #carousel-generic .carousel-caption .action {
        margin: 40px 0;
    }
    #carousel-generic .carousel-caption .description {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
    }

}

.grid {
  max-width: 1680px;
  margin: 0px auto;
}

.grid-item.Nm .row {
    padding: 20px;
    padding-top: 0px;
}

.grid-item .row .col-sm-6 {
    padding: 0px;
}

.grid-item .content-descriptionShort {
    font-size: 16px;
    color: #6F6F6F;
    line-height: 24px;
}
.grid-item .content-text {
    overflow: hidden;
    position: relative;
}
.grid-item .content-text > a {
    display: block;
    overflow: hidden;
}

.grid-item.Nl{
    background-color: #E0E4E6;
}

.grid-item.Nl .content-text, .grid-item.Nm .grid-half, .grid-item.Ns .content-text {
    background-color: #E0E4E6;
}

.container.isotop-overview {
    padding: 20px 0px 40px 0px;
}
.grid-item {
    float: left;
}

.gutter-sizer{
    width: 2%;
}


.grid-item.Nl .content-text {
    /*height: 475px;*/
}
.grid-item .content-text {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.grid-item .grid-half .content-image{
    max-width: none;
}
.grid-item.newsletter .content-text {
    background: -moz-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -o-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -ms-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -webkit-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: linear-gradient(97deg, #6BC200 20%, #009BDD 120%);
}

.container.isotop-overview .btn.medium{

}

@media (min-width: 320px) {

    .grid-item {
        width: 100%;
        position: static !important;
    }
    .grid-item--width2 {
        width: 100%;
    }

    .grid-item .content-image{
        max-width: 100%;
    }

    .grid-item .content-tags{
        margin-top: 30px;
        position: relative;
        padding: 0;
    }

    .grid-item.Nl .content-tags{
        padding-left: 25px;
        padding-right: 25px;
    }

    .grid-item.newsletter .content-text .content-tags{
        padding: 0 0 20px 0;
        vertical-align: middle;
    }
    .grid-item.newsletter .content-tags .custom-icon.chevron-right.tiny{
        vertical-align: middle;
    }

    .grid-item.Nl .content-text, .grid-item.Nm .content-text,
    .grid-item.Ns .content-text, .grid-item.Js .content-text, .grid-item.Jm .content-text,
    .grid-item.newsletter .content-text
    {
        height: auto;
    }

    .grid-half {
        width: 100%;
        vertical-align: top;
        display: inline-block;

    }
    .grid-half .content-text{

        padding: 17px 25px;
    }

    .grid-item .content-tags{
        font-size: 14px;
        line-height: 14px;
    }

    .grid-item.Nl .content-tags{
        padding-bottom: 20px;
    }
}

@media (min-width: 544px) {
    .container.isotop-overview{
        padding: 20px;
    }

    .grid-item{
        position: absolute !important;
    }

    .grid-item .content-image{
        max-width: 100%;
    }

    .grid-item.Nl .content-text {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .grid-item {
        /*padding: 10px 20px;*/
    }
    .grid-item {
        width: 49%;
        height: 425px;
    }
    .grid-item.grid-item--width2 {
        width: 100%;
    }
    .grid-item.list-view{
        width: 100%;
    }

    .grid-item.Nl figure{
        height: auto;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .grid-item.Nm figure{
        height: 425px;
        overflow: hidden;
    }

    .grid-item--height2{
        height: 640px;
    }

    .grid-item.Nm .content-text,
    .grid-item.Ns .content-text, .grid-item.Js .content-text, .grid-item.Jm .content-text,
    .grid-item.newsletter .content-text{
        height: 425px;
    }

    .grid-half {
        width: 50%;
        vertical-align: top;
        display: inline-block;
    }

    .grid-item .content-tags {
        bottom: 18px;
        color: #000000;
        font-size: 14px;
        left: 0;
        letter-spacing: 0;
        line-height: 14px;
        padding: 0 25px;
        position: absolute;
        width: 100%;
    }

    .grid-item.newsletter .content-text .content-tags {
        padding: 0 17px;
    }
}
@media (max-width: 767px) {
    .grid-item--width2 {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) {
    .grid-item {
        width: 49%;
    }
    .grid-item--width2 {
        width: 100%;
    }

    .grid-item.Nl figure{
        height: 425px;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .grid-item.Nm figure{
        height: 425px;
        overflow: hidden;
    }

    .grid-item--height2{
        height: 868px;
    }
}

@media (min-width: 992px) {
    .grid-item.newsletter.list-view {
        width: 48%;
    }
    .grid-item.Nm .content-text {
        padding-left: 23px;
    }

    .grid-item.Nl .content-text {
        padding-top: 59px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .grid-item {
        width: 32%;
    }

    .grid-item.grid-item--width2 {
        width: 66%;
    }

    .grid-item.grid-item--width2.Nl.list-view {
        width: 100%;
    }

    .grid-item.Ns.list-view, .grid-item.Js.list-view{
        width: 48%;
    }

    .grid-item.Nl figure{
        height: 425px;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .grid-item.Nm figure{
        height: 425px;
        overflow: hidden;
    }

    .container.isotop-overview {
        padding: 20px 15px 40px 15px;
    }

    .grid-item .content-tags{
        font-size: 12px;
        line-height: 12px;
    }

    .grid-item.grid-item--height2{
        height: 868px;
    }

    .grid-item .content-image{
        max-width: none;
    }

    .grid .grid-item .content-descriptionShort{
        height: auto;
    }
    .grid-item.Nl.list-view .half-grid-list{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .grid-item.grid-item--height2.list-view{
        height: auto;
    }
    .grid-item.grid-item--width2.Nl.list-view,
    .grid-item.grid-item--width2.list-view{
        width: 98%;
    }
    .ContentOverview.Grid .grid-item--width2.list-view img{
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1366px) {
    .grid-item {
        width: 23%;
    }
    .grid-item.grid-item--width2 {
        width: 48%;
    }

    .grid-item.Ns.list-view, .grid-item.Js.list-view{
        width: 48%;
    }

    .grid-item.Nm .content-text {

        padding: 17px 25px;
    }

    .grid-item.Nl .content-text {
        padding: 25px;
        height: 375px;
    }

    .grid-item.Nl figure{
        height: 425px;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .grid-item.Nm figure{
        height: 425px;
        overflow: hidden;
    }

    .container.isotop-overview {
        padding: 20px 45px 40px 45px;
    }

    .grid-item.grid-item--height2{
        height: 880px;
    }

    .grid-item .content-tags{
        font-size: 14px;
        line-height: 14px;
    }

    .grid-item.Nl.list-view .half-grid-list{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .grid-item.grid-item--height2.list-view{
        height: 425px;
    }

}
@media (min-width: 1680px) {
    .grid-item.grid-item--width2.Nl.list-view,
    .grid-item.grid-item--width2.list-view{
        width: 100%;
    }
    .grid-item.Nl .content-text {
        padding: 25px;
        height: 375px;
    }

    .grid-item.Nl figure{
        height: 425px;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .grid-item.Nl.list-view .half-grid-list{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .grid-item.Nl.list-view{
        width: 100%;
    }

    .grid-item.Nm figure{
        height: 425px;
        overflow: hidden;
    }

    .grid-item {
        width: 23%;
        height: 425px;
    }

    .grid-item.Ns.list-view, .grid-item.Js.list-view, .grid-item.newsletter.list-view, .grid-item.Jm.list-view{
        width: 49%;
    }

    .grid-item.grid-item--width2 {
        width: 48%;
    }

    .grid-item.grid-item--height2{
        height: 881px;
    }

    .grid-item.grid-item--height2.list-view{
        height: 425px;
    }

    .grid-item.newsletter .content-text {
        padding: 30px 25px 25px 25px;
        height: 425px;
    }

}


.grid-item.Js .content-text, .grid-item.Jm .content-text {
    background-color: #fff;
}

.grid-item.Nm .content-image {

}
.grid-item.Ns .content-text, .grid-item.Js .content-text, .grid-item.Jm .content-text{
    padding: 17px 25px;
}



.grid-item .content-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    color: #676767;
    letter-spacing: 0px;
    line-height: 16px;
}



.grid-item .content-name {
    color: #000000;
}
.grid-item.Nl .content-name {

}

.grid-item.Nm .content-name {

}
.grid-item.Ns .content-name {
    color: #000000;
}

.isotop-overview {
    background: #F4F4F4;
}
.grid-item .content-subline {
    font-size: 16px;
    color: #0090C5;
    letter-spacing: 0px;
    line-height: 20px;
    margin-top: 5px;
}

.grid-item.newsletter .content-text .content-name {
}

.grid-item.newsletter .content-text * {
    color: #FFFFFF;
}

.grid-item.newsletter .content-text .subscribe-link {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: bold;
}

.content-tags .custom-icon.chevron-right.tiny {
    vertical-align: super;
    cursor: pointer;
}



.grid a:hover {
    text-decoration: none;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.paginationBox #loading {
    margin-top: 25px;
}


/* tinymce klassen  -  bs bf bs */
.congress-slider .custom-icon {
    color: #FFFFFF;
}
.congress-slider .text-small {
    font-size: 14px;
    color: #6F6F6F;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-left: 5px;
    vertical-align: text-bottom;
}
.congress-slider .text-small.blue {
    color: #0090C5;
}

.congress-slider .headline-small {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
}

.congress-slider .headline-medium {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: bold;
    line-height: 36px;
    vertical-align: sub;
}

.congress-slider .icon-container {
    display: inline-block;
    width: 4%;
    vertical-align: top;
}

.congress-slider .text-container {
    display: inline-block;
    width: 94%;
}

.congress-slider .text-normal {
    font-size: 14px;
    color: #6F6F6F;
    letter-spacing: 0.3px;
    line-height: 24px;
}
/*Neue styles für congress-slider*/
.congress-slider .text-bold {
    font-size: 14px;
    color: #6F6F6F;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-weight: bold;
}
.congress-informations td {
    vertical-align: top;
}
.congress-informations .information-topics {
    width: 100px;
}



/* Nav-Main Scroll */
#nav-main.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1680px;
}

#nav-header-mobile.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
}

#nav-header.nav-fixed {
    margin-bottom: 57px;
}


/* Banner - simpleFullWidth  */
.simpleFullWidth .bannerTitle {
    margin-top: 50px;
    text-align: center;
    font-size: 28px;
}
.simpleFullWidth .bannerLink {
    color: #000000;
    display: inline-block;
    font-weight: bold;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 36px;
}
.simpleFullWidth .text-center .subtitle {
    font-size: 14px;
}
.simpleFullWidth .img-responsive{
    width: 100%;
}

.simpleFullWidth .bannerLink .glyphicon{
    font-size: 16px;
    margin-right: 10px;
}
.home-section {
    margin: 20px 0;
}


.simpleFullWidth .bannerLink {
    color: #FFFFFF;
    position: absolute;
    bottom: 4px;
    left: 11px;
}
.simpleFullWidth{
    position: relative;
}

@media (min-width: 768px) {
    .simpleFullWidth .bannerLink {
        color: #FFFFFF;
        position: absolute;
        bottom: 5%;
        left: 3%;
    }
}
@media (min-width: 992px) {
    .simpleFullWidth .bannerLink {
        color: #FFFFFF;
        position: absolute;
        bottom: 34px;
        left: 60px;
    }
}
@media (min-width: 320px) {
    .simpleFullWidth .bannerTitle {
        font-size: 36px;
    }
    .simpleFullWidth .text-center .subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1365px) {
    .simpleFullWidth .bannerTitle {
        font-size: 46px;
    }
}

/* ContentType : content - Skin : defaultSlider - Start */

.defaultSlider {
    margin-bottom: 20px;
}

.defaultSlider .content-text {
    padding-top: 30px;
    min-height: 184px;
}

.defaultSlider .content-teaser a:hover, .defaultSlider .content-teaser a:focus {
    text-decoration: none;
}

.defaultSlider .content-name {
    padding-top: 4px;
    padding-bottom: 8px;
}

.defaultSlider .content-descriptionShort{
    font-size: 16px;
    color: #6F6F6F;
    line-height: 24px;
}

.defaultSlider .content-subtitle {
    font-size: 16px;
    color: #676767;
    letter-spacing: 0px;
    line-height: 16px;
}

.defaultSlider header {
    text-align: center;
}

.defaultSlider .slider-controls {
    position:absolute;
    top: 95px;
    cursor: pointer;
}

.defaultSlider .slider-controls.prev {
    left: -10px;
}

.defaultSlider .slider-controls.next {
    right: -10px;
}

.overview {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (max-width: 543px) {
    .defaultSlider .slider-content-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .defaultSlider .content-teaser {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ContentOverview.Slider.defaultSlider .slick-slide > div h4 {
        height: auto!important;

    }
    .ContentOverview.Slider.defaultSlider .takeCurrentQuiz {
        position: relative!important;
        max-width: 100%;
    }
}

/* ContentType : content - Skin : defaultSlider - End */

.noSpacingTeaser {
    min-height: 360px;
    max-height: 360px;
    position: relative;
    background-color: #F4F4F4;
    font-size: 14px;
}
.noSpacingTeaser.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.noSpacingTeaser a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    color: #000000;
}
.noSpacingTeaser .teaserTitle {
    color: #676767;
    letter-spacing: 0px;
    line-height: 16px;
}
.noSpacingTeaser.bg a, .noSpacingTeaser.bg .headline, .noSpacingTeaser.bg a, .noSpacingTeaser.bg a .teaserTitle, .noSpacingTeaser.bg .teaserTitle {
    color: #FFFFFF;
}
.noSpacingTeaser.bg a p, .noSpacingTeaser.bg .headline p, .noSpacingTeaser.bg a p, .noSpacingTeaser.bg a .teaserTitle p, .noSpacingTeaser.bg .teaserTitle p {
    color: #FFFFFF;
}
.noSpacingTeaser .teaserDescription {
    max-width: 271px;
    color: #6F6F6F;
}
.noSpacingTeaser.bg .teaserDescription {
    color: #FFFFFF;
}
.noSpacingTeaser .bannerLink {
   position: absolute;
   bottom: 30px;
   font-size: 16px;
   font-weight: bold;
}
.noSpacingTeaser .teaserHead {
    padding-top: 47px;
}
.noSpacingTeaser .teaserHead .headline{
    padding-bottom: 20px;
}
.noSpacingTeaser .teaserName {
    padding-bottom: 20px;
}
.noSpacingTeaser .bannerLink .glyphicon,.glyphicon-chevron-right {
    padding-right: 10px;
}
.noSpacingTeaser .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}

/* Teaser Slider */
.noSpacingTeaser.teaser-slider {
    padding: 0;
}
.noSpacingTeaser .carousel .item {
    width: 100%;
    height: 360px;
}
.noSpacingTeaser .carousel .carousel-inner {
    overflow: visible;
}
.noSpacingTeaser .carousel .carousel-indicators {
    text-align: right;
    right: 20px;
    top: 20px;
    left: auto;
}
.noSpacingTeaser .carousel .carousel-caption {
    padding: 0 20px;
    left: 0;
    top: 0;
    text-align: left;
    width: 100%;
    height: 100%;
}

@media (min-width: 544px) {
    .noSpacingTeaser .triangle {
        border-width: 20px 20px 20px 0;
        right: 100%;
        top: 50px;
        
        border-bottom-color: transparent !important;
    }
}
@media (max-width: 768px) {
    .noSpacingTeaser .teaserContent .teaserHead {
        padding-top: 20px;
    }
}
@media (max-width: 543px) {
    .noSpacingTeaser .triangle {
        border-width: 0 20px 15px 20px;
        bottom: 100%;
        left: 20px;
        
        border-right-color: transparent !important;
    }
}


footer {
    margin-top: 80px;
}
#mainfooter {
    background: -moz-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -o-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -ms-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -webkit-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -webkit-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: linear-gradient(97deg, #6BC200 20%, #009BDD 120%);
    border-radius: 0;
    border: 0;
    overflow: hidden;
    color: #fff;
    padding-bottom: 22px;
    min-height: 58px;
    padding-top: 19px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
#mainfooterlinks ul {
    list-style-type:none;
    padding-left: 0;
}
#mainfooterlinks li {
    display: inline-block;
    padding: 0px 20px 10px 0;
    font-size: 16px;
}
#mainfooterinformations p {
    text-align: left;
    font-size: 14px;
}
#mainfooterinformations > span {
    float: right;
}
/* Medium devices (M) */
@media (max-width: 991px) {
    #mainfooterinformations > span {
        float: left;
    }
}
@media (min-width: 991px) {
    #mainfooterinformations p {
        text-align: right;
    }
}

#subfooter {
    background-color: #333;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}
#subfooter .disclaimer {
    margin-top: 20px;
}
#subfooter .socialmedia {
    margin-top: 20px;
}
#subfooter .socialmedia ul {
    text-align: center;
}
#subfooter ul {
    list-style-type:none;
    padding-left: 0;
}
#subfooter .socialmedia li {
    padding: 10px 10px 5px 10px;
    display: inline-block;
}
#subfooter .subfooterlinks li {
    padding: 10px 0 5px 0;
    display: block;
}
#subfooter .socialmedia li:first-child {
    padding: 10px 7px 5px 0;
}
.cookie-choice-overlay{
    position:fixed;
    top:0;
    z-index:17;
    background-color: hsla( 0, 0%, 80%, 0.5);
    width: 100%;
    height: 100%;
}
.cookie-choice-overlay .overlay-content{
    background-color: #FFFFFF;
}
.overlay-content{
    padding: .2em 1em 1em;
    vertical-align: middle;
    width: 100%;
    margin: auto;
}
.cookie-overlay-link .glyphicon-chevron-right {
    padding-right: 5px;
    font-size: .8em;
}
.cookieChoiceInfo{
    padding-top: 0em;
    padding-bottom: .5em;
    background-color:#CBCBCB;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:18;
}
.cookieChoiceInfo h4{
     margin-top:5px;
     margin-bottom:0;
}
.cookie-description{
    font-size:14px;
    line-height: 18px;
    margin: 0 0 5px;
}
.cookie-button .btn-default{
    padding: 5px;
    font-size: 14px;
}
.cookie-button{
    margin: 0 15px;
}
.cookie-button .btn-default .ic-xs.ic_chevron_right{
    top: 7px;
}
@media (min-width: 544px) {
    #subfooter .subfooterlinks ul li {
        padding: 10px 20px 5px 0;
        display: inline-block;
    }
    #subfooter .socialmedia ul {
        text-align: right;
    }
    #subfooter .socialmedia li {
        padding: 10px 7px 5px 7px;
    }
    #subfooter .disclaimer {
        margin-top: 27px;
    }
    #subfooter .socialmedia li:last-child {
        padding: 10px 0px 5px 7px;
    }
    .overlay-content{
        background: none;
    }
    .cookieChoiceInfo{
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .cookieChoiceInfo h4{
        margin-top:10px;
        margin-bottom:10px;
    }
    .cookie-description{
        font-size:16px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .cookie-button .btn-default{
        padding: 10px;
        font-size: 16px;
    }
    .cookie-button .btn-default .ic-xs.ic_chevron_right{
        top: 14px;
    }
}
@media (min-width: 768px) {
   #subfooter .socialmedia li {
        padding: 10px 15px 5px 15px;
    }
    #subfooter .disclaimer {
        margin-top: 35px;
    }
}
@media (min-width: 992px) {
    #mainfooter {
        padding-bottom: 0px;
    }
    .cookie-choice-overlay .overlay-content{
        background: #fff url('/images/layout/cookie_overlay.jpg');
        background-position: 20px center;
        background-repeat: no-repeat;
        background-size: 70%;
        padding: 30px 15px;
        vertical-align: middle;
        width: 700px;
        margin: auto;
    }
}




section.banner.productDetailBanner{
    margin-top:55px;
    margin-bottom:55px;
}
section.banner.productDetailBanner h1{
    font-size: 46px;
    color: #0090C5;
    letter-spacing: -0.63px;
    line-height: 54px;
}
section.banner.productDetailBanner subline h2{
    font-size: 28px;
    color: #0090C5;
    letter-spacing: -0.21px;
    line-height: 36px;
}
section.banner.productDetailBanner li{
    font-size: 18px;
    color: #6F6F6F;
    line-height: 32px;
}
section.banner.productDetailBanner ul{
    list-style-image:url("/images/layout/icons/chevron_bulletpoint_ultravist.svg");
    margin: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 0;
}



.onePage .sticky-top{
    position:fixed;
    top: 0;
    width: 100%;
    z-index:15;
}
.onePage .sticky-top.beneath-menue{
    margin-top:55px;
}
.onePage .sectionLinkContainer.dropdown img{
    float:right;
    margin-top: -11px;
    padding: 13px 30px;
    padding-bottom:18px;
    cursor: pointer;
}
.sectionLinkContainer.dropdown img.closeDropDown{
    transform:rotate(180deg);
}
.onePage .sectionLinkContainer.slide > div{
    float:left;
}
.onePage .sectionLinkContainer.slide .slick-list{
    width : calc(100% - 80px);
}
.onePage .sectionLinkContainer.dropdown .sliderLinkContainer a{
    padding:15px 30px;
    margin-left:-30px;
}
.onePage .sectionLinkContainer.dropdown img:hover,
.onePage .sectionLinkContainer.slide .slick-list .sliderLinkContainer.active,
.onePage .sectionLinkContainer.slide .slick-list .sliderLinkContainer:hover,
.onePage .sectionLinkContainer.dropdown .sliderLinkContainer a:hover{
    background-color:rgba(255,255,255,0.3);
}
.onePage .sectionLinkContainer.slide .slick-list .sliderLinkContainer{
    cursor: pointer;
}
.onePage .sectionLinkContainer.slide .slick-list .sliderLinkContainer a:hover{
    text-decoration: none;
}
.onePage .sectionLinkContainer.slide .slick-list .sliderLinkContainer a:active{
    text-decoration: none;
}
.onePage .sectionLinkContainer.slide .next,
.onePage .sectionLinkContainer.slide .prev{
    margin-top:7px;
    width:40px;
}
.onePage div.sectionLinkContainer.slide div.next span.custom-icon.chevron-right{
    background-image: url("/images/layout/icons/chevron_md_right_white.svg");
    cursor: pointer;
}
.onePage div.sectionLinkContainer.slide div.prev span.custom-icon.chevron-left{
    transform:rotate(180deg);
    background-image: url("/images/layout/icons/chevron_md_right_white.svg");
    cursor: pointer;
}
.onePage div.sectionLinkContainer.slide div.next.slick-disabled span.custom-icon.chevron-right,
.onePage div.sectionLinkContainer.slide div.prev.slick-disabled span.custom-icon.chevron-left{
    display: none;
}


.onePage .sliderLinkContainer .sectionLinkContainer{
    height:55px;
}
.onePage .sectionLinkContainer{
    width:100%;
    background: #0090C5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #1EAFDF, #0090C5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #1EAFDF, #0090C5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #1EAFDF, #0090C5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #1EAFDF, #0090C5); /* Standard syntax */
}
.onePage .sectionLinkContainer div.sliderLinkContainer > a{
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
.onePage .sectionLinkContainer div.sliderLinkContainer{
    padding:15px;
}
.onePage .no-padding{
    padding:0 !important;
}
.onePage .no-left-padding{
    padding-left:0 !important;
}
.onePage .no-right-padding{
    padding-right:0 !important;
}
.onePage section.productDetail > .innerContainer{
    max-width:1200px;
    margin:0 auto;

}
.onePage section.productDetail{
    width:100%;
    color:#6F6F6F;

}

.onePage section.productDetail.odd{
    background-color: #F4F4F4;
}

.onePage .left-label{
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
}
.onePage .left-label.label-chevron-bulletpoint{
    color:#6BC200;
}
.onePage .img-center.img-responsive{
    display:inline;

}
.onePage h3.productDetail{
    font-size: 30px;
    line-height: 34px;
}
.onePage h4.productDetail{
    font-size: 24px;
    line-height: 28px;
}
.onePage .pictureDescription{
    font-size: 16px;
    line-height: 24px;
    padding-top:10px;

}
.onePage section.container a{

    font-size: 16px;
    color: #0090C5;
    letter-spacing: -0.89px;
}
.onePage section.container a.download{

    font-size: 16px;
    color: #0090C5;
    letter-spacing: 0px;
    line-height: 24px;
}
.onePage section.container a.download > div{

    height:300px;
    margin-top:20px;
}
.onePage section.container a.download > div img{

    max-height:260px;
}


.tinyMCE_Template .img_description_icon{
    background-image: url("/images/upload/superClient/20161012/chevron_bulletpoint_bayergreen.png");
    width:16px;
    height:16px;
    position:relative;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align:text-middle;
}
.tinyMCE_Template .label-chevron-bulletpoint{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    width: 38px;
}
.tinyMCE_Template .left-label.numbered{
    display: inline-block;
    width: calc(100% - 44px);
}


.tinyMCE_Template .label-chevron-bulletpoint{
    color:#6BC200;
    text-align:right;
}
.tinyMCE_Template{
    font-size: 16px;
    line-height: 32px;

}
.tinyMCE_Template.footnote p{
    font-size: 14px;
    color: #6F6F6F;
    letter-spacing: 0.3px;
    line-height: 24px;


}
.onePage > section > .tinyMCE_Template.slideshow{
    width:100%;
    background-color:#000000;
    min-height:15px;
    overflow:auto;
    position:relative;

}
.galery.slide .tinyMCE_Template.slideshow.productSlider{
    width:100%;

    min-height:15px;
    overflow:auto;
    position:relative;

}

.galery.slide .tinyMCE_Template.slideshow.productSlider.odd{
    background-color:#000000;
}

.galery.slide .tinyMCE_Template.slideshow.productSlider.even{
    background-color:#f4f4f4;
}


.onePage .tinyMCE_Template .productDetail.container {
    padding: 0;
}
.onePage .productDetail.container .tinyMCE_Template {
    padding: 20px;
}

.tinyMCE_Template.slideshow .imgCount{
    vertical-align:top;
    display:inline-block;
    white-space: nowrap;
    width:38px;
}
.tinyMCE_Template.slideshow .img_description_galery{
    display:inline-block;
    width:calc(100% - 44px);
}

.onePage .tinyMCE_Template.slideshow .sliderImageContainer{
    padding:10px 20px;

}
.onePage .tinyMCE_Template.slideshow .sliderImageContainer .innerimage{
    height:320px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    *display: inline;
    zoom: 1;
}
.onePage .tinyMCE_Template.slideshow .sliderImageContainer .innerimage img{
    display: inline-block;
    vertical-align:middle;
    zoom: 1;
    max-height: 320px;
}

.onePage .tinyMCE_Template.slideshow .sliderImageContainer p{
    max-width:278px;
}
.onePage .tinyMCE_Template.slideshow .sliderImageContainer p.imgCount{
    color:#6BC200;
}

.onePage .tinyMCE_Template .innerimage span.helper{
    height: 320px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow.slick-disabled span {
    display: none;
}

.onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
    position:absolute;
    height: 320px!important;
    margin-top:15px;
    width: 66px;
    background: rgba(000,144,197,0.5);
    float: left;
    text-align: center;
    cursor: pointer;
}

.onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow.slick-disabled {
    background: transparent !important;

}

.onePage .tinyMCE_Template.slideshow .slick-list {
    width: 100%;
    height: auto;
    float: left;
}

.onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow .custom-icon {
    margin-top: -20px;
    top: 50%;
}
.onePage .tinyMCE_Template.slideshow .hidden-xs.slider-controls.slick-arrow {
    top: 15px;
    z-index: 2;
}
.onePage .tinyMCE_Template.slideshow .prev.hidden-xs.slider-controls.slick-arrow {
    left: 0;
}


.galery.slide.onePage .tinyMCE_Template.slideshow .prev.slider-controls.slick-arrow .custom-icon.chevron-left.primary.big {

    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform:rotate(180deg);
}

.galery.slide.onePage .tinyMCE_Template.slideshow .img_description_galery.withLabel,
.galery.slide.onePage .tinyMCE_Template.slideshow .imgCount {
    margin-top: 10px;
}

.galery.slide .slideshow .prev.slider-controls.slick-arrow .custom-icon.chevron-left.primary.big {

    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform:rotate(180deg);
}

.onePage .tinyMCE_Template.slideshow .next.hidden-xs.slider-controls.slick-arrow {
    right: 0;
}

.onePage .tinyMCE_Template.slideshow .next.slider-controls.slick-arrow .custom-icon.chevron-right.primary.big {
    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
}

.galery.slide.onePage .tinyMCE_Template.slideshow .next.slider-controls.slick-arrow .custom-icon.chevron-right.primary.big {
    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
}

.onePage .tinyMCE_Template .left-label.numbered a{
    font-size: 24px;
}

.tinyMCE_Template  table tr:not(:first-Child) td:first-child{
    color:#0090C5;
}
.tinyMCE_Template  table tr{
    text-align:right;
}
.tinyMCE_Template  table td{
    border-bottom:1px solid #B1B3B3;
    padding: 5px 15px;
    font-size:16px;
}
.tinyMCE_Template  table tr:first-child td{
    font-size:18px;
}
.tinyMCE_Template  table tr:first-child{
    background: #0090C5; /* For browsers that do not support gradients */

    color:#FFFFFF;
    letter-spacing: -0.13px;
}

/* ### COLOR STYLES - START ### */
/* #   COLOR OVERALL - START  # */







/* #   COLOR OVERALL - END    # */
/* #   COLOR PRODUCTS - START # */











/* #   COLOR PRODUCTS RGB - START # */











/* #   COLOR PRODUCTS GRADIENT - START # */











/* ### COLOR STYLES - END   ###




        .BayerBlue section.banner.productDetailBanner h1{
            color: #0090C5;
        }
        .BayerBlue section.banner.productDetailBanner subline h2{
            color: #0090C5;
        }

        .BayerBlue section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_bayerblue.svg");
        }
        .BayerBlue .sectionLinkContainer{
            background: #0090C5; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , , #0090C5); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, , #0090C5); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, , #0090C5); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, , #0090C5); /* Standard syntax */
        }
        .BayerBlue .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .BayerBlue .slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .BayerBlue .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .BayerBlue section.container a{
            color: #0090C5;

        }
        .BayerBlue section.container a.download{
            color: #0090C5;

        }

        
        .BayerBlue .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#0090C5;
        }

        .BayerBlue .tinyMCE_Template  table tr:first-child{
            background: #0090C5; /* For browsers that do not support gradients */
        
        }
    
        .BayerGreen section.banner.productDetailBanner h1{
            color: #6BC200;
        }
        .BayerGreen section.banner.productDetailBanner subline h2{
            color: #6BC200;
        }

        .BayerGreen section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_bayergreen.svg");
        }
        .BayerGreen .sectionLinkContainer{
            background: #6BC200; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , , #6BC200); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, , #6BC200); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, , #6BC200); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, , #6BC200); /* Standard syntax */
        }
        .BayerGreen .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .BayerGreen .slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .BayerGreen .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .BayerGreen section.container a{
            color: #6BC200;

        }
        .BayerGreen section.container a.download{
            color: #6BC200;

        }

        
        .BayerGreen .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#6BC200;
        }

        .BayerGreen .tinyMCE_Template  table tr:first-child{
            background: #6BC200; /* For browsers that do not support gradients */
        
        }
    
        .RadiologyBlue section.banner.productDetailBanner h1{
            color: #003478;
        }
        .RadiologyBlue section.banner.productDetailBanner subline h2{
            color: #003478;
        }

        .RadiologyBlue section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_radiologyblue.svg");
        }
        .RadiologyBlue .sectionLinkContainer{
            background: #003478; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , , #003478); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, , #003478); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, , #003478); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, , #003478); /* Standard syntax */
        }
        .RadiologyBlue .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .RadiologyBlue .slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .RadiologyBlue .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .RadiologyBlue section.container a{
            color: #003478;

        }
        .RadiologyBlue section.container a.download{
            color: #003478;

        }

        
        .RadiologyBlue .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#003478;
        }

        .RadiologyBlue .tinyMCE_Template  table tr:first-child{
            background: #003478; /* For browsers that do not support gradients */
        
        }
    
        .Devices section.banner.productDetailBanner h1{
            color: #676767;
        }
        .Devices section.banner.productDetailBanner subline h2{
            color: #676767;
        }

        .Devices section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_devices.svg");
        }
        .Devices .sectionLinkContainer{
            background: #676767; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , , #676767); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, , #676767); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, , #676767); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, , #676767); /* Standard syntax */
        }
        .Devices .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .Devices .slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .Devices .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Devices section.container a{
            color: #676767;

        }
        .Devices section.container a.download{
            color: #676767;

        }

        
        .Devices .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#676767;
        }

        .Devices .tinyMCE_Template  table tr:first-child{
            background: #676767; /* For browsers that do not support gradients */
        
        }
    
        .Black section.banner.productDetailBanner h1{
            color: #000000;
        }
        .Black section.banner.productDetailBanner subline h2{
            color: #000000;
        }

        .Black section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_black.svg");
        }
        .Black .sectionLinkContainer{
            background: #000000; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , , #000000); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, , #000000); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, , #000000); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, , #000000); /* Standard syntax */
        }
        .Black .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .Black .slideshow .slider-controls.slick-arrow {
        background: rgba(,0.5);
        }

        .Black .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Black section.container a{
            color: #000000;

        }
        .Black section.container a.download{
            color: #000000;

        }

        
        .Black .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#000000;
        }

        .Black .tinyMCE_Template  table tr:first-child{
            background: #000000; /* For browsers that do not support gradients */
        
        }
    
        .Gastrofin section.banner.productDetailBanner h1{
            color: #008264;
        }
        .Gastrofin section.banner.productDetailBanner subline h2{
            color: #008264;
        }

        .Gastrofin section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_gastrofin.svg");
        }
        .Gastrofin .sectionLinkContainer{
            background: #008264; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #008264, #008264); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #008264, #008264); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #008264, #008264); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #008264, #008264); /* Standard syntax */
        }
        .Gastrofin .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(0,130,100,0.5);
        }

        .Gastrofin .slideshow .slider-controls.slick-arrow {
        background: rgba(0,130,100,0.5);
        }

        .Gastrofin .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Gastrofin section.container a{
            color: #008264;

        }
        .Gastrofin section.container a.download{
            color: #008264;

        }

        
        .Gastrofin .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#008264;
        }

        .Gastrofin .tinyMCE_Template  table tr:first-child{
            background: #008264; /* For browsers that do not support gradients */
        
        }
    
        .Certegra section.banner.productDetailBanner h1{
            color: #007A33;
        }
        .Certegra section.banner.productDetailBanner subline h2{
            color: #007A33;
        }

        .Certegra section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_certegra.svg");
        }
        .Certegra .sectionLinkContainer{
            background: #007A33; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #007A33, #007A33); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #007A33, #007A33); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #007A33, #007A33); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #007A33, #007A33); /* Standard syntax */
        }
        .Certegra .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(0,122,51,0.5);
        }

        .Certegra .slideshow .slider-controls.slick-arrow {
        background: rgba(0,122,51,0.5);
        }

        .Certegra .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Certegra section.container a{
            color: #007A33;

        }
        .Certegra section.container a.download{
            color: #007A33;

        }

        
        .Certegra .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#007A33;
        }

        .Certegra .tinyMCE_Template  table tr:first-child{
            background: #007A33; /* For browsers that do not support gradients */
        
        }
    
        .Radimetrics section.banner.productDetailBanner h1{
            color: #2C5697;
        }
        .Radimetrics section.banner.productDetailBanner subline h2{
            color: #2C5697;
        }

        .Radimetrics section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_radimetrics.svg");
        }
        .Radimetrics .sectionLinkContainer{
            background: #2C5697; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #2C5697, #2C5697); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #2C5697, #2C5697); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #2C5697, #2C5697); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #2C5697, #2C5697); /* Standard syntax */
        }
        .Radimetrics .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(44,86,151,0.5);
        }

        .Radimetrics .slideshow .slider-controls.slick-arrow {
        background: rgba(44,86,151,0.5);
        }

        .Radimetrics .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Radimetrics section.container a{
            color: #2C5697;

        }
        .Radimetrics section.container a.download{
            color: #2C5697;

        }

        
        .Radimetrics .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#2C5697;
        }

        .Radimetrics .tinyMCE_Template  table tr:first-child{
            background: #2C5697; /* For browsers that do not support gradients */
        
        }
    
        .Magnevist section.banner.productDetailBanner h1{
            color: #4E287E;
        }
        .Magnevist section.banner.productDetailBanner subline h2{
            color: #4E287E;
        }

        .Magnevist section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_magnevist.svg");
        }
        .Magnevist .sectionLinkContainer{
            background: #4E287E; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #875DC1, #4E287E); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #875DC1, #4E287E); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #875DC1, #4E287E); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #875DC1, #4E287E); /* Standard syntax */
        }
        .Magnevist .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(78,40,126,0.5);
        }

        .Magnevist .slideshow .slider-controls.slick-arrow {
        background: rgba(78,40,126,0.5);
        }

        .Magnevist .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Magnevist section.container a{
            color: #4E287E;

        }
        .Magnevist section.container a.download{
            color: #4E287E;

        }

        
        .Magnevist .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#4E287E;
        }

        .Magnevist .tinyMCE_Template  table tr:first-child{
            background: #4E287E; /* For browsers that do not support gradients */
        
        }
    
        .Iopamiron section.banner.productDetailBanner h1{
            color: #C60B47;
        }
        .Iopamiron section.banner.productDetailBanner subline h2{
            color: #C60B47;
        }

        .Iopamiron section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_iopamiron.svg");
        }
        .Iopamiron .sectionLinkContainer{
            background: #C60B47; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #C60B47, #C60B47); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #C60B47, #C60B47); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #C60B47, #C60B47); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #C60B47, #C60B47); /* Standard syntax */
        }
        .Iopamiron .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(198,11,71,0.5);
        }

        .Iopamiron .slideshow .slider-controls.slick-arrow {
        background: rgba(198,11,71,0.5);
        }

        .Iopamiron .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Iopamiron section.container a{
            color: #C60B47;

        }
        .Iopamiron section.container a.download{
            color: #C60B47;

        }

        
        .Iopamiron .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#C60B47;
        }

        .Iopamiron .tinyMCE_Template  table tr:first-child{
            background: #C60B47; /* For browsers that do not support gradients */
        
        }
    
        .Gadovist section.banner.productDetailBanner h1{
            color: #BD197A;
        }
        .Gadovist section.banner.productDetailBanner subline h2{
            color: #BD197A;
        }

        .Gadovist section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_gadovist.svg");
        }
        .Gadovist .sectionLinkContainer{
            background: #BD197A; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #E0409F, #BD197A); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #E0409F, #BD197A); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #E0409F, #BD197A); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #E0409F, #BD197A); /* Standard syntax */
        }
        .Gadovist .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(198,25,122,0.5);
        }

        .Gadovist .slideshow .slider-controls.slick-arrow {
        background: rgba(198,25,122,0.5);
        }

        .Gadovist .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Gadovist section.container a{
            color: #BD197A;

        }
        .Gadovist section.container a.download{
            color: #BD197A;

        }

        
        .Gadovist .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#BD197A;
        }

        .Gadovist .tinyMCE_Template  table tr:first-child{
            background: #BD197A; /* For browsers that do not support gradients */
        
        }
    
        .Primovist section.banner.productDetailBanner h1{
            color: #DA2B3E;
        }
        .Primovist section.banner.productDetailBanner subline h2{
            color: #DA2B3E;
        }

        .Primovist section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_primovist.svg");
        }
        .Primovist .sectionLinkContainer{
            background: #DA2B3E; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #EA5D6C, #DA2B3E); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #EA5D6C, #DA2B3E); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #EA5D6C, #DA2B3E); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #EA5D6C, #DA2B3E); /* Standard syntax */
        }
        .Primovist .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(218,43,62,0.5);
        }

        .Primovist .slideshow .slider-controls.slick-arrow {
        background: rgba(218,43,62,0.5);
        }

        .Primovist .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .Primovist section.container a{
            color: #DA2B3E;

        }
        .Primovist section.container a.download{
            color: #DA2B3E;

        }

        
        .Primovist .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#DA2B3E;
        }

        .Primovist .tinyMCE_Template  table tr:first-child{
            background: #DA2B3E; /* For browsers that do not support gradients */
        
        }
    
        .MediumGrey section.banner.productDetailBanner h1{
            color: #75787B;
        }
        .MediumGrey section.banner.productDetailBanner subline h2{
            color: #75787B;
        }

        .MediumGrey section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_mediumgrey.svg");
        }
        .MediumGrey .sectionLinkContainer{
            background: #75787B; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #75787B, #75787B); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #75787B, #75787B); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #75787B, #75787B); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #75787B, #75787B); /* Standard syntax */
        }
        .MediumGrey .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(117,120,123,0.5);
        }

        .MediumGrey .slideshow .slider-controls.slick-arrow {
        background: rgba(117,120,123,0.5);
        }

        .MediumGrey .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .MediumGrey section.container a{
            color: #75787B;

        }
        .MediumGrey section.container a.download{
            color: #75787B;

        }

        
        .MediumGrey .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#75787B;
        }

        .MediumGrey .tinyMCE_Template  table tr:first-child{
            background: #75787B; /* For browsers that do not support gradients */
        
        }
    
        .LightGrey section.banner.productDetailBanner h1{
            color: #B1B3B3;
        }
        .LightGrey section.banner.productDetailBanner subline h2{
            color: #B1B3B3;
        }

        .LightGrey section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_lightgrey.svg");
        }
        .LightGrey .sectionLinkContainer{
            background: #B1B3B3; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #B1B3B3, #B1B3B3); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #B1B3B3, #B1B3B3); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #B1B3B3, #B1B3B3); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #B1B3B3, #B1B3B3); /* Standard syntax */
        }
        .LightGrey .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(177,179,179,0.5);
        }

        .LightGrey .slideshow .slider-controls.slick-arrow {
        background: rgba(177,179,179,0.5);
        }

        .LightGrey .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .LightGrey section.container a{
            color: #B1B3B3;

        }
        .LightGrey section.container a.download{
            color: #B1B3B3;

        }

        
        .LightGrey .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#B1B3B3;
        }

        .LightGrey .tinyMCE_Template  table tr:first-child{
            background: #B1B3B3; /* For browsers that do not support gradients */
        
        }
    
        .DevicesOrange section.banner.productDetailBanner h1{
            color: #E46C0A;
        }
        .DevicesOrange section.banner.productDetailBanner subline h2{
            color: #E46C0A;
        }

        .DevicesOrange section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_devicesorange.svg");
        }
        .DevicesOrange .sectionLinkContainer{
            background: #E46C0A; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #E46C0A, #E46C0A); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #E46C0A, #E46C0A); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #E46C0A, #E46C0A); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #E46C0A, #E46C0A); /* Standard syntax */
        }
        .DevicesOrange .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(228,108,10,0.5);
        }

        .DevicesOrange .slideshow .slider-controls.slick-arrow {
        background: rgba(228,108,10,0.5);
        }

        .DevicesOrange .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .DevicesOrange section.container a{
            color: #E46C0A;

        }
        .DevicesOrange section.container a.download{
            color: #E46C0A;

        }

        
        .DevicesOrange .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#E46C0A;
        }

        .DevicesOrange .tinyMCE_Template  table tr:first-child{
            background: #E46C0A; /* For browsers that do not support gradients */
        
        }
    
        .stellant section.banner.productDetailBanner h1{
            color: #E46C0A;
        }
        .stellant section.banner.productDetailBanner subline h2{
            color: #E46C0A;
        }

        .stellant section.banner.productDetailBanner ul{
            list-style-image:url("/images/layout/icons/chevron_bulletpoint_stellant.svg");
        }
        .stellant .sectionLinkContainer{
            background: #E46C0A; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left , #E46C0A, #E46C0A); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #E46C0A, #E46C0A); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #E46C0A, #E46C0A); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #E46C0A, #E46C0A); /* Standard syntax */
        }
        .stellant .onePage .tinyMCE_Template.slideshow .slider-controls.slick-arrow {
        background: rgba(228,108,10,0.5);
        }

        .stellant .slideshow .slider-controls.slick-arrow {
        background: rgba(228,108,10,0.5);
        }

        .stellant .left-label.label-chevron-bulletpoint{
            color:#6BC200;
        }
        .stellant section.container a{
            color: #E46C0A;

        }
        .stellant section.container a.download{
            color: #E46C0A;

        }

        
        .stellant .tinyMCE_Template  table tr:not(:first-Child) td:first-child{
            color:#E46C0A;
        }

        .stellant .tinyMCE_Template  table tr:first-child{
            background: #E46C0A; /* For browsers that do not support gradients */
        
        }
    


@media (max-width: 1200px) {
    table{
        width:100% !important;
    }
}

@media (min-width: 544px) {
    .col-sm-fifth{
        width:20%;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
/*        min-width:160px;*/
    }
}
@media (max-width: 543px) {

        .onePage .tinyMCE_Template.slideshow .sliderImageContainer{
        text-align:center;
    }
        .onePage .tinyMCE_Template.slideshow .sliderImageContainer .innerimage{
        width:100%
    }
    .onePage .tinyMCE_Template.slideshow .sliderImageContainer p{

        max-width:83.3333%;
    }
    .tinyMCE_Template._img_resp .pictureDescription >p{
        max-width:200px;
        margin-left:auto;
        margin-right:auto;
    }
    .tinyMCE_Template._img_resp h4{
        margin-bottom:30px;
    }
    .tinyMCE_Template.label_left_Text_right .pictureDescription >p{
        text-align:left;
    }
}

@media (max-width: 825px)
   and (min-width: 768px){
    .img_description_icon{
        display:none;
    }
}

@media (max-width: 1000px) {

    section.banner.productDetailBanner h1{
        font-size:42px;
    }
    section.banner.productDetailBanner subline > h2{
        font-size:24px;
    }
}
@media (max-width: 543px) {

    section.banner.productDetailBanner h1{
        font-size:28px;
    }
    section.banner.productDetailBanner subline > h2{
        font-size:18px;
    }
    section.banner.productDetailBanner li{
        font-size:16px;
    }
}






.noPadding {
    padding-left: 0;
    padding-right: 0;
}
.productDetailBanner {
    position: relative;
}

.productDetailBanner .banner-container {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
}
.productDetailBanner .banner-container img {
    max-height: 100%;
}
@media (max-width: 543px) {
    .productDetailBanner .banner-container {
        position: relative;
    }
}
.galery.default .innerimage {
    margin-bottom: 10px;
}

.galery.default img {
    display: inline;
}
.ModuleOverview .html.default {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 991px) {
    .filterForm {
        background-color: #fff;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
}

.mobileTopMenue.navbar a{
    color : #0090C5;
}
.mobileTopMenue.navbar {
    padding: 20px 0;
    background-color: #fff;
}



.navbar-searchbar-mobile {
    padding: 5px;
}

.navbar-searchbar-mobile .inp-default {
    margin-bottom: 10px;
    padding-top: 10px;
}

.navbar-searchbar-mobile .searchbar-mobile-close {
    padding-top: 15px;
    cursor: pointer;
}

.navbar-searchbar-mobile .searchbar-mobile-send {
    padding-top: 8px;
}
.searchbar-trigger .custom-icon.search {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px!important;
    right: 10px;
    cursor: pointer;
}
.searchbar-trigger {
    height: 100%
}

.video_dialog,.picture_dialog {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(231, 231, 231, 0.93);
}

.video_player {
    background-color: #fff;
    display: inline-block;
    margin: auto;
}
.video_position {
    position:relative;
    height:100%;
    width:100%;
}

.video_position > .container {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.video_dialog .ic-close, .picture_dialog .ic-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}
.video_content .video_medium,.picture_dialog img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 90%;
}
.background-gray {
    background-color: #f4f4f4;
}

.noBG .content.newsList {
    background-color: #FFFFFF;
}
.buttonLinkContainer {
    margin-top:15px;
    float: right;
}
.contact-message {
    padding-top: 30px;
}
#contact_emailText{
    resize: vertical;
}
.slideshow.comic {
    position: relative;
}

.slideshow.comic .headline {
    top: 0px;
    position: absolute;
}
.slideshow.comic {
    padding-top: 25px;
}
.slideshow.comic #carousel-generic .carousel-indicators  {
    bottom: -30px;
}
.slideshow.comic .carousel-indicators li {
    border: 1px solid #000;
}
.slideshow.comic .carousel-indicators li.active {
    background-color: #000;
}
.slideshow.comic .ic-md.ic-chevron_left_blue,
.slideshow.comic .ic-md.ic-chevron_right_blue {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: inline-block;
    margin-top: -20px;
}
.slideshow.comic .ic-md.ic-chevron_right_blue {
    right: 0;
}
.slideshow.comic .ic-md.ic-chevron_left_blue {
    left: 0;
}

.categoryTeaserSlideShowSlider .text {
    margin-top: 10px;
}
.preview_icon {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.preview_icon .preview_icon_container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}
iframe.videoPreview{
    width:100%;
}
.video.default{
    text-align:left;
}
.video.default p.descriptionShort{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;

    text-align: left;
}
.video.default p:not(.descriptionShort){
    color:#6f6f6f
}
.video.default .author{
    margin-top:20px;
    font-size:0.85em;
}
.ContentOverview_plain_single{

}
.ContentOverview_plain_single > div {
    overflow:hidden;
}
.teaser_header{
    color : #FFFFFF;
    position: relative;
    height: 2.5em;
}
.teaser_header > b{
    margin-top: 0.55em;
    position: absolute;
}
.text-BayerBlue{
    color : #0090C5;
}
.ContentOverview_plain_single .content-tags{

    top: 10px;
}
.ContentOverview_plain_single .content-image{
    height:200px;
    width: 100%;
}
.ContentOverview_plain_single .content-descriptionShort {


    min-height: 144px;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 24px;

}

.ContentOverview_plain_single.contains_Image .content-descriptionShort{
    height: 48px;
}
.ContentOverview_plain_single .content-name{
    height : 66px;
    margin-bottom:5px;
}
.ContentOverview_plain_single .content-subtitle{

    line-height : 24px;
    margin-bottom:10px;
}
.ContentOverview_plain_single .readMore{
    height : 24px;
    line-height : 24px;
}
.ContentOverview_plain_single .content-tags{
    max-height : 48px;
    line-height : 24px;
}
.ContentOverview_plain_single.contains_Image .content-subtitle{
    margin-bottom:0;
}
@media (min-width: 992px ){
    .ContentOverview.plain.newsList .content.row{
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 1366px ){
    .ContentOverview.plain.newsList .content.row{
        margin-left: -65px;
        margin-right: -65px;
    }
}


.slider-content-wrapper {
    display: inline-block;
    position: relative;

    top: 45%;
    transform: translateY(-50%);
    max-width: 100%;
}

.slider-content-wrapper .slide-content {
    max-width: 100%;
    max-height: 745px;
}

.slider-content-wrapper h3.title {
    top: 100%;
    display: none;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
    font-size: 18px;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    color: #676767;
    padding: 5px;
}
.blueimp-gallery-controls > h3.title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0 45px;
    max-height: 120px;
    overflow: hidden;
    bottom: 40px;
    margin-top: 10px;
    left:0;
    right: 0px;
    max-width: 1200px;
    margin: 0px auto;
    color: #676767;
    text-shadow: none;
    background-color: transparent;
}

.blueimp-gallery > .title {
    top: auto;
}

.blueimp-gallery-controls > h3.title:hover {
    color: #676767;
}

@media (max-width: 544px) {
    .blueimp-gallery-controls .indicator {
        visibility: hidden;
    }
}
@media (max-width: 991px) {
    
    .blueimp-gallery-controls > h3.title {
        overflow: auto!important;
    }
}

.likeHeadline {
    text-decoration: none;
}
.likeHeadline:hover {
    text-decoration: none;
}
.fb_link {
    max-width: 100%;
}
.fb_linkWrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
.fb_linkWrapper .fa-search-plus {
    position: absolute;
    bottom: 5px;
    right: 20px;
    opacity: 0.50;
}
.fb_linkWrapper .fa-search-plus:hover {
    opacity: 1;
}


.threesixtyContainer {
    max-width: 400px;
}
.threesixtyContainer p {
    text-align: center;
}
.threesixty .spinner {
        width: 60px;
        display: block;
        margin: 0 auto;
        height: 30px;
        background: #333;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        }
.threesixty .spinner span {
        font-size: 12px;
        font-weight: bolder;
        color: #FFF;
        text-align: center;
        line-height: 30px;
        display: block;
}
.threesixty{
       /*float: right;*/
       position:relative;
        max-width: 100%;

        padding-bottom: 126%;
}
.threesixty .imagelist {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
}
.threesixty .imagelist img {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
}
.threesixty .imagelist img.previous-image {
        visibility: hidden;
        width: 0;
}
.threesixty .imagelist img.current-image {
        visibility: visible;
        width: 100%;
}
.threesixtyContainer.fullwidth {
    max-width: 100%;
}

.carousel-inner .ic-md.ic-chevron_left_white {
    position: absolute;
    top: 50%;
    left: 20px;
}
.carousel-inner .ic-md.ic-chevron_right_white {
    position: absolute;
    top: 50%;
    right: 20px;
}

/* Extra small devices (XS) */
@media (max-width: 543px) {
    .hero #carousel-generic .carousel-inner {
        height: auto;
    }
    .hero #carousel-generic.carousel .item {
        background-position: -100px center;

    }
    #carousel-generic.carousel .item {
        height: 470px;
    }

}
/* Small devices (S) */
@media (min-width: 544px) and (max-width: 991px) {
    #carousel-generic.carousel .item {
        height: 500px;
    }
}

.categoryTeaser.simpleFullWidth .btn-default {
            margin: 20px auto;
            display: block;
        }

.categoryTeaser.vegan {
    background-color: #6BC200;
    padding: 20px 0px;
}

.categoryTeaserSlideShowElement {
    background-size: cover;
}
.categoryTeaserStage.categoryTeaserSlideShow {
    text-align: center;
}

.categoryTeaserStage.categoryTeaserSlideShow h2.title {
    font-size: 46px;
    color: #000000;

    margin-top: 59px;
    margin-bottom: 20px;
}

.categoryTeaserStage.categoryTeaserSlideShow span.subLine {
    font-size: 16px;
    color: #676767;
    margin: unset;
    margin-top: 25px;
    margin-bottom: 56px;
    display: block;
}

.container.categoryTeaserStage.categoryTeaserSlideShow {
    padding: 0;
}

.categoryTeaserStage.categoryTeaserSlideShow .slider-controls.slick-arrow.slick-disabled span {
    display: none;
}

.categoryTeaserStage.categoryTeaserSlideShow .slider-controls.slick-arrow {
    height: 564px;
    width: 66px;
    background: #F4F4F4;
    float: left;
    text-align: center;
    cursor: pointer;
}

.categoryTeaserStage.categoryTeaserSlideShow .slider-controls.slick-arrow.slick-disabled {
    background: inherit;
}

.categoryTeaserStage.categoryTeaserSlideShow .slick-list {
    width: calc(100% - 132px);
    height: 564px;
    float: left;
}

.categoryTeaserStage.categoryTeaserSlideShow .slider-controls.slick-arrow .custom-icon {
    margin-top: -20px;
    top: 50%;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowElement {
    padding: 40px;
    background-color: #F4F4F4;
    height: 564px;
    position: relative;
    text-align: left;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowElement h3 {
    margin: unset;
    font-size: 30px;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowSlider .categoryTeaserSlideShowElement .description.imageTrue {
    position: absolute;
    top: 405px;
    width: calc(100% - 80px);
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowSlider .categoryTeaserSlideShowElement .description.imageFalse {
    margin-top: 10px;
}


.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowElement .bannerLink {
    position: absolute;
    top: 516px;
}

@media (max-width: 767px) {
    .categoryTeaserStage.categoryTeaserSlideShow .slick-list {
        width: 100%;
    }
}
.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement {
    float: left;
    width: calc(100% / 3);
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .subName {
    width: 80%;
    font-size: 16px;
    margin-bottom: 13px;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement h3 {
    width: 80%;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .description.imageTrue {
    margin-top: 20px;
    width: 80%;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement {
    height: 422px;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .bannerLink {
    top: 355px;
}

@media (max-width: 767px) {
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement {
        float: left;
        width: 100%;
        height: 250px;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowElement {
        padding: 15px;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .subName {
        width: 100%;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement h3 {
        width: 100%;
        font-size: 20px;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .description.imageTrue {
        width: 100%;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .description {
        font-size: 14px;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowElement .bannerLink {
        top: auto;
        font-size: 14px;
        bottom: 10px;
    }

    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser3Banner .categoryTeaserSlideShowElement .bannerLink {
        top: 200px;
    }
}
.fullWidth .slick-list{
        width: 100% !IMPORTANT;
}
.fullWidth .categoryTeaserSlideShowElement{
    width: 25%;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement {
    float: left;
    width: calc(100% / 2);
    overflow: hidden;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .subName {
    width: 80%;
    font-size: 16px;
    margin-bottom: 13px;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement h3 {
    width: 80%;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .description.imageTrue {
    margin-top: 20px;
    width: 80%;
}

.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement {
    height: 422px;
}
.categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .bannerLink {
    bottom: 20px;
    top: auto;
}


@media (max-width: 767px) {
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement {
        float: left;
        width: 100%;
        height: 250px;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaserSlideShowElement {
        padding: 15px;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .subName {
        width: 100%;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement h3 {
        width: 100%;
        font-size: 20px;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .description.imageTrue {
        width: 100%;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .description {
        font-size: 14px;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .bannerLink {
        top: 205px;
        font-size: 14px;
    }
}
@media (max-width: 543px) {
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement{
        height: auto;
        padding-bottom: 50px;
    }
    .categoryTeaserStage.categoryTeaserSlideShow .categoryTeaser2Banner .categoryTeaserSlideShowElement .bannerLink{
        top: auto;
        bottom: 20px;
    }
}

.categoryTeaserStage.Simple .subLine {
    margin-bottom: 30px;
}

.galery.slide{
            color:#d4d4d4;
        }
        .galery.slide .slideshow{

            background-color: #e7e7e7;
        }
        .galery.slide .no-padding{
            padding:0!important;
        }
        .galery.slide .slideshow .imgCount{
            vertical-align:top;
            display:inline-block;
            white-space: nowrap;
            width:38px;
        }
        .galery.slide .slideshow .img_description_galery{
            display:inline-block;
            width:calc(100% - 44px);
            color: #6F6F6F;
        }

        .galery.slide .slideshow .sliderImageContainer{
            padding:10px 20px;

        }
        .galery.slide .slideshow .sliderImageContainer .innerimage{
            text-align: center;
            width:100%;
            height:320px;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-top: 20px;
        }
        .galery.slide .slideshow .sliderImageContainer .innerimage .helper{
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 0;
        }
        .galery.slide .slideshow .sliderImageContainer .innerimage img{
            display: inline-block;
            max-height: 320px;
            max-width: calc(100% - 5px);
            vertical-align: middle;
        }

        .galery.slide .slideshow .sliderImageContainer p.withLabel{
            max-width:278px;
        }
        .galery.slide .slideshow .sliderImageContainer p{
            max-width:322px;
        }
        .galery.slide .img_description_icon{
            background-image: url("/images/layout/icons/chevron_bulletpoint_bayergreen.svg");
            width:16px;
            height:16px;
            position:relative;
            background-size: 100% 100%;
            display: inline-block;
            vertical-align: middle;
        }
/*        .galery.slide .slideshow .sliderImageContainer p:first-child{
            margin-left:4px;
        }*/
        .galery.slide .slideshow .sliderImageContainer p.imgCount{
            color:#6BC200;
        }

        .galery.slide .slideshow .slider-controls.slick-arrow.slick-disabled span {
            display: none;
        }

        .galery.slide .slideshow .slider-controls.slick-arrow {
            position:absolute;
            height: 100%;
            width: 66px;

            float: left;
            text-align: center;
            cursor: pointer;
        }

        .galery.slide .slideshow .slider-controls.slick-arrow.slick-disabled {
            background: transparent !important;
        
        }

        .galery.slide .slideshow .slick-list {
            width: 100%;
            height: auto;
            float: left;
        }

        .galery.slide .slideshow .slider-controls.slick-arrow .custom-icon {
            margin-top: -20px;
            top: 50%;
        }
        .galery.slide .slideshow .hidden-xs.slider-controls.slick-arrow {
/*            top: 15px;*/
            z-index: 2;
        }
        .galery.slide .slideshow .prev.hidden-xs.slider-controls.slick-arrow {
            left: 0;
        }

        .galery.slide .slideshow .prev.slider-controls.slick-arrow .custom-icon.chevron-left.primary.big {
        
            background-image: url("/images/layout/icons/chevron_big_right_blue.svg");
            -ms-transform: rotate(180deg); /* IE 9 */
            -webkit-transform: rotate(180deg); /* Safari */
            transform:rotate(180deg);
        }

        .galery.slide .slideshow .next.hidden-xs.slider-controls.slick-arrow {
            right: 0;
        }

        .galery.slide .slideshow .next.slider-controls.slick-arrow .custom-icon.chevron-right.primary.big {
            background-image: url("/images/layout/icons/chevron_big_right_blue.svg");
        }

.galery.default .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.galery.default .img-responsive {
    display: inline-block;
    max-height: 320px;
    max-width: calc(100% - 5px);
    vertical-align: middle;
}
.galery.default .innerimage {
    display: inline-block;
    height: 320px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.galery.imgAndLink .img-responsive{
    display: inline-block;
    width: 100%;
    max-height: 200px;
    max-width: 200px;
    vertical-align: middle;
}
@media (max-width: 543px) {
    .galery.imgAndLink .img_description_galery.blue {
        margin-bottom: 30px;
        display: block;
        margin-top: 10px;
    }
}
.galery.imgAndLink .innerimage {
    display: inline-block;
    max-height: 200px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.galery.imgAndLink .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}



.Commented-HTML{
    line-height:1.8em;
}
.Commented-HTML .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.Commented-HTML *:not(h3,h4){
    color: #676767;
    font-size:18px;
}
.Commented-HTML .img_description_icon{
    background-image: url("/images/layout/icons/chevron_bulletpoint_bayergreen.svg");
    width:16px;
    height:16px;
    position:relative;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.Commented-HTML .imgCount{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    width: 38px;
    color:#6BC200;
}
.Commented-HTML .pureCommentHTML{
    display: inline-block;
    width: calc(100% - 44px);
    font-size:0.85em
    line-height:calc(0.85 * 1.8em);
}
.Commented-HTML .pureCommentHTML > p{
    font-size: 0.85em;
    line-height: calc(0.85 * 1.8em);
}
.Commented-HTML h5{
    font-size: 1.2em;
    color: #676767;
    letter-spacing: -0.15px;
    line-height: 1.56em;

}
.Commented-HTML.even .container{
    background-color: #f4f4f4;
}
.Commented-HTML.vegan {
    background-color: #6BC200;
}
.Commented-HTML.vegan .container{
    background-color: #6BC200;
    color: #FFFFFF;
}
.Commented-HTML.vegan h5,.Commented-HTML.vegan p,.Commented-HTML.vegan h3 {
    color: #FFFFFF;
}
.commentHTML h3 {
    font-size: 26px;
}
.Commented-HTML.device {
    background-color: #E46C0A;
}
.Commented-HTML.device .container{
    background-color: #E46C0A;
    color: #FFFFFF;
}
.Commented-HTML.device h5,.Commented-HTML.device p,.Commented-HTML.device h3 {
    color: #FFFFFF;
}
.Commented-HTML table.productTable{
    border: 2px solid #E46C0A;
}
.Commented-HTML table.productTable tr:first-child td{
    border-top: none;
}
.Commented-HTML table.productTable tr:not(:first-child) td{
    border-top: 2px solid #E46C0A;
}
.Commented-HTML table.productTable.productTableColoredHeader{
    border: 2px solid #F79646;
}
.Commented-HTML table.productTable.productTableColoredHeader tr:first-child {
    background-color: #E46C0A;
    color: #FFFFFF;
}

.Commented-HTML table.productTable.productTableColoredHeader tr td{
    border: 2px solid #F79646;#F79646
}
.Commented-HTML h2{
    margin-top:0;
}
.commentHTML img {
    display: block;
    height: auto;
    max-width: 100%;
}

.container.contentHead.lightBanner,
.container.contentHead.darkBanner {
    padding-right: 0px;
    padding-left: 0px;
}

.container.contentHead.lightBanner .headerContainer .header,
.container.contentHead.darkBanner .headerContainer .header {
    padding-left: 65px;
    padding-right: 65px;
}

.contentHead.light .inside table.infos td:first-child,
.contentHead.dark .inside table.infos td:first-child {
    width: 100px;
}

.contentHead .inside,
.contentHead .inside {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 16px;
    line-height: 28px;
}

.contentHead .inside a i {
    margin-right: 7px;
}

.container.contentHead .imageContainer {
    height: 536px;
    width: 536px;
    overflow: hidden;
}
.container.contentHead .imageContainer img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.container.contentHead .imageContainer .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-height: 536px;
    max-width: 536px;
}









.contentHead.light {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
}

.contentHead.light .inside {
    color: #6F6F6F;
}

.contentHead.light .inside a {
    color: #6F6F6F;
}

.contentHead.light .inside table.infos .content-tags td:last-child {
    color: #000000;
}









.contentHead.dark {
    width:100%;
    background: #000000; /* For browsers that do not support gradients */
}

.contentHead.dark .inside {
    color: #FFFFFF;
}

.contentHead.dark .inside a {
    color: #FFFFFF;
}

.contentHead.dark .inside a i {
    color: #6F6F6F;
}

.contentHead.dark .inside table.infos td:first-child {
    color: #6F6F6F;
}

.contentHead.dark .inside table.infos .content-tags td:last-child {
    color: #0090C5;
}









.contentHead.lightBanner {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.contentHead.lightBanner .inside span {
    display: inline-block;
}

.contentHead.lightBanner .inside a {
    color: #6F6F6F;
}

.contentHead.lightBanner .inside table {
    text-align: right;
}

.contentHead.lightBanner .inside table .date {
    margin-right: 18px;
}

.contentHead.lightBanner .inside table .title {
    color: #B1B3B3;
    margin-right: 8px;
}

.contentHead.lightBanner .inside table .content {
    color: #75787B;
}

.contentHead.lightBanner .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentHead.lightBanner .dynContentInhalt {
    background: #0090C5;
    padding-left: 65px;
}

.contentHead.lightBanner  .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    background: #0090C5;
    text-align: right;
}

.contentHead.lightBanner .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentHead.lightBanner .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}









.contentHead.darkBanner {
    width:100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #000000; /* For browsers that do not support gradients */
}

.contentHead.darkBanner .inside span {
    display: inline-block;
}

.contentHead.darkBanner .inside a {
    color: #FFFFFF;
}

.contentHead.darkBanner .inside a i {
    color: #676767;
}

.contentHead.darkBanner .inside table {
    text-align: right;
}

.contentHead.darkBanner .inside table .date {
    margin-right: 18px;
    color: #FFFFFF;
}

.contentHead.darkBanner .inside table .title {
    color: #676767;
    margin-right: 8px;
}

.contentHead.darkBanner .inside table .content {
    color: #FFFFFF;
}

.contentHead.darkBanner .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentHead.darkBanner .dynContentInhalt {
    background: #05141A;
    padding-left: 65px;
}

.contentHead.darkBanner .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    text-align: right;
}

.contentHead.darkBanner .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentHead.darkBanner .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}

@media (max-width: 1200px) {
    .contentHead.lightBanner .dynContentInhalt .title,
    .contentHead.darkBanner .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentHead.lightBanner .dynContentInhalt .content,
    .contentHead.darkBanner .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }
}



@media (max-width: 1000px) {
    .container.contentHead.lightBanner .headerContainer .header,
    .container.contentHead.darkBanner .headerContainer .header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentHead .inside,
    .contentHead .inside {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .contentHead.darkBanner .inside table,
    .contentHead.lightBanner .inside table {
        text-align: unset;
    }

    .contentHead.lightBanner .inside span,
    .contentHead.darkBanner .inside span {
        display: block;
    }

    .contentHead.lightBanner .dynContentInhalt,
    .contentHead.darkBanner .dynContentInhalt {
        padding-left: 0px;
    }

    .contentHead.lightBanner .dynContentInhalt,
    .contentHead.darkBanner .dynContentInhalt {
        display: inline-block;
    }

    .contentHead.lightBanner .dynContentInhalt .title,
    .contentHead.darkBanner .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentHead.lightBanner .dynContentInhalt .content,
    .contentHead.darkBanner .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }
}

.container.contentSimple.lightBanner,
.container.contentSimple.darkBanner {
    padding-right: 0px;
    padding-left: 0px;
}

.container.contentSimple.lightBanner .headerContainer .header,
.container.contentSimple.darkBanner .headerContainer .header {
    padding-left: 65px;
    padding-right: 65px;
}

.contentSimple.light .inside table.infos td:first-child,
.contentSimple.dark .inside table.infos td:first-child {
    width: 100px;
}

.contentSimple .inside,
.contentSimple .inside {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 16px;
    line-height: 28px;
}

.contentSimple .inside a i {
    margin-right: 7px;
}

.container.contentSimple .imageContainer {
    height: 536px;
    width: 536px;
    overflow: hidden;
}
.container.contentSimple .imageContainer img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.container.contentSimple .imageContainer .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-height: 536px;
    max-width: 536px;
}









.contentSimple.dark {
    width:100%;
    background: #000000; /* For browsers that do not support gradients */
}

.contentSimple.light .inside {
    color: #6F6F6F;
}

.contentSimple.light .inside a {
    color: #6F6F6F;
}

.contentSimple.light .inside table.infos .content-tags td:last-child {
    color: #000000;
}









.contentSimple.light {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
}

.contentSimple.dark .inside {
    color: #FFFFFF;
}

.contentSimple.dark .inside a {
    color: #FFFFFF;
}

.contentSimple.dark .inside a i {
    color: #6F6F6F;
}

.contentSimple.dark .inside table.infos td:first-child {
    color: #6F6F6F;
}

.contentSimple.dark .inside table.infos .content-tags td:last-child {
    color: #0090C5;
}









.contentSimple.lightBanner {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.contentSimple.lightBanner .inside span {
    display: inline-block;
}

.contentSimple.lightBanner .inside a {
    color: #6F6F6F;
}

.contentSimple.lightBanner .inside table {
    text-align: right;
}

.contentSimple.lightBanner .inside table .date {
    margin-right: 18px;
}

.contentSimple.lightBanner .inside table .title {
    color: #B1B3B3;
    margin-right: 8px;
}

.contentSimple.lightBanner .inside table .content {
    color: #75787B;
}

.contentSimple.lightBanner .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentSimple.lightBanner .dynContentInhalt {
    background: #0090C5;
    padding-left: 65px;
}

.contentSimple.lightBanner  .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    background: #0090C5;
    text-align: right;
}

.contentSimple.lightBanner .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentSimple.lightBanner .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}









.contentSimple.darkBanner {
    width:100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #000000; /* For browsers that do not support gradients */
}

.contentSimple.darkBanner .inside span {
    display: inline-block;
}

.contentSimple.darkBanner .inside a {
    color: #FFFFFF;
}

.contentSimple.darkBanner .inside a i {
    color: #676767;
}

.contentSimple.darkBanner .inside table {
    text-align: right;
}

.contentSimple.darkBanner .inside table .date {
    margin-right: 18px;
    color: #FFFFFF;
}

.contentSimple.darkBanner .inside table .title {
    color: #676767;
    margin-right: 8px;
}

.contentSimple.darkBanner .inside table .content {
    color: #FFFFFF;
}

.contentSimple.darkBanner .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentSimple.darkBanner .dynContentInhalt {
    background: #05141A;
    padding-left: 65px;
}

.contentSimple.darkBanner .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    text-align: right;
}

.contentSimple.darkBanner .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentSimple.darkBanner .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}

@media (max-width: 1200px) {
    .contentSimple.lightBanner .dynContentInhalt .title,
    .contentSimple.darkBanner .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentSimple.lightBanner .dynContentInhalt .content,
    .contentSimple.darkBanner .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }
}



@media (max-width: 1000px) {
    .container.contentSimple.lightBanner .headerContainer .header,
    .container.contentSimple.darkBanner .headerContainer .header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentSimple .inside,
    .contentSimple .inside {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .contentSimple.darkBanner .inside table,
    .contentSimple.lightBanner .inside table {
        text-align: unset;
    }

    .contentSimple.lightBanner .inside span,
    .contentSimple.darkBanner .inside span {
        display: block;
    }

    .contentSimple.lightBanner .dynContentInhalt,
    .contentSimple.darkBanner .dynContentInhalt {
        padding-left: 0px;
    }

    .contentSimple.lightBanner .dynContentInhalt,
    .contentSimple.darkBanner .dynContentInhalt {
        display: inline-block;
    }

    .contentSimple.lightBanner .dynContentInhalt .title,
    .contentSimple.darkBanner .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentSimple.lightBanner .dynContentInhalt .content,
    .contentSimple.darkBanner .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }
}



#menu .mega.nav .dropdown-menu {
    background: rgba(5, 20, 26, 0.93);
    min-height: 346px;
    padding-top: 44px;
    padding-left: 62px;
}

#menu .mega.nav .close.big {
    opacity: 1;
}

#menu .mega.nav .dropdown-menu ul {
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#menu .mega.nav .theGrid {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
}
#menu .mega.nav .theGridx2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
}
#menu .mega.nav .subcategory-list {
    position: relative;
}
#menu .mega.nav  .divider {
    background: rgba(103,103,103,0.50);
    height:100%;
    width: 2px;
    position: absolute;
    right: 0px;
    top: 5px;
}
#menu .mega.nav .theGrid:last-child .divider{
    display: none;
}
#menu .mega.nav .subcategory-headline {
    font-size: 16px;
    color: rgba(255,255,255,0.50);
    letter-spacing: 0.22px;
}
#menu .mega.nav .subNavi-content {
    margin-top: 70px;
    display: flex;
}

#menu .mega.nav .subcategory-list {
    width: 270px;
    min-height: 120px;
    margin-right: 40px;
}

#menu .mega.nav .subcategory-item {
    list-style: none;
}

#menu .mega.nav .subcategory-item a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.22px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#menu .mega.nav > li.dropdown.open {
    position: static;
}
#menu .mega.nav > li.dropdown.open .dropdown-menu {
    width: 100%;
    top: auto;
    min-height: 650px;
}
#menu .dropdown-menu .mega-nav{
    padding-left: 0px;
}

#nav-main.navbar-default .navbar-nav > .open > a, #nav-main.navbar-default .navbar-nav > .open > a:hover, #nav-main.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

#menu.collapse.navbar-collapse.nav-hide {
    display: none!important;
}
.searchbar {
    display: none;
}
.searchbar input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 16px;
    color: #fff;
    font-weight: bold;
}
.action-searchbar {
    height: 100%;
    padding: 10px;
    width: 10px;
    display: inline-block;
}
.menuePoint_custom #profileDropdown {
    border: none;
}
.menuePoint_custom .profileLoggedIn{
    background: rgba(0, 55, 75, 0.69);
}



.subcategory-item li {
    position: relative;
}
.multidropdown-trigger.active .multidropdown-indicator {
    border-color: transparent rgba(0, 55, 75, 0.69) transparent transparent;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
}
#menu .mega.nav .subcategory-item a:hover, #menu .mega.nav .subcategory-item a:focus {
    text-decoration: none;
}
#menu .mega.nav .subcategory-item a.multidropdown-trigger.active {
    color: #0090C5;
}
#menu .mega.nav .subcategory-item a.multidropdown-trigger.active .custom-icon.chevron-right.tiny {
    background-image: url("/images/layout/icons/close_menu.svg");
    height: 17px;
    width: 17px;
}

#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown h6, #menu .nav.navbar-nav.mega .dropdown-menu.multidropdown h6 a {
    color: #fff;
    position:relative;
    font-size: 18px;
    line-height: 24px;

}
#menu .mega-nav .subNavi-content {
    margin-bottom: 50px;
}
#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown h6 .close {
    position: absolute;
    right:66px;
    top: 0px;
}

#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown .mega-nav {
    padding-right: 0px;;
}
#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown .mega-nav > div {
    padding-top: 48px;
    padding-bottom: 48px;
}

.multidropdown-list {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-left:80px;
}
.multidropdown-list .multidropdown-list-content {
    padding-top: 94px;
}

.multidropdown-content {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    float: left;
    background: rgba(0, 55, 75, 0.69);
    padding-left: 45px;
}

.multidropdown-content-item {
    display: none;
}


#menu .multidropdown.dropdown-menu .mega-nav {
    height: 100%;
}

#menu .multidropdown .mega-nav .row {
    height: 100%;
}

#menu .multidropdown .multidropdown-content {
    height: 100%;
    position: absolute;
}

#menu .multidropdown .container.mega-nav {
    height: 100%;
}
#menu .multidropdown .multidropdown-content .subcategory-headline {
    margin-top: 63px;
}
#menu .multidropdown .subcategory-list {
    margin-right: 0px;
}
.multidropdown-content-item.active {
    display: block;
}
#nav-main .multidropdown a:hover, #nav-main .multidropdown a:focus, #nav-main .multidropdown a:active, #nav-main .multidropdown .active a {
    background-color: transparent;
}

#nav-main .mega-nav a:hover, #nav-main .mega-nav a:focus, #nav-main .mega-nav a:active, #nav-main .mega-nav .active a {
    background-color: transparent;
}
#menu .multidropdown .headline-left {
    display: inline-block;
    widht:10%;
    float:left;
}
#menu .multidropdown .headline-left .custom-icon{
    margin-left:0;
}
#menu .multidropdown .headline-right{
    display:inline-block;
    width:90%;
    float: left;f
}
#menu .multidropdown-content h6 .custom-icon{
    margin-left:0;
}


#nav-main .mega-nav .combodropdownmenu-title a.topLevel.menu-headline, #nav-main .mega-nav .combodropdownmenu-title a{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-top;
}


.row.legal_instruction{
    padding-top: 30px;
}









.container.contentMeta {
    padding-right: 0px;
    padding-left: 0px;
}
.container.contentMeta .headerContainer .header {
    padding-left: 65px;
    padding-right: 65px;
}

.contentMeta .inside table.infos td:first-child {
    width: 100px;
}

.contentMeta .inside {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 28px;
}

.contentMeta .inside a i {
    margin-right: 7px;
}

.contentMeta .inside .infos {
    width: 100%;
}











.contentMeta.light {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
}

.contentMeta.light .inside {
    color: #6F6F6F;
}

.contentMeta.light .inside a {
    color: #6F6F6F;
}

.contentMeta.light .inside table.infos .content-tags td:last-child {
    color: #000000;
}









.contentMeta.dark {
    width:100%;
    background: #000000; /* For browsers that do not support gradients */
}

.contentMeta.dark .inside {
    color: #FFFFFF;
}

.contentMeta.dark .inside a {
    color: #FFFFFF;
}

.contentMeta.dark .inside a i {
    color: #6F6F6F;
}

.contentMeta.dark .inside table.infos td:first-child {
    color: #6F6F6F;
}

.contentMeta.dark .inside table.infos .content-tags td:last-child {
    color: #0090C5;
}









.contentMeta.lightRight {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
    margin-bottom: 0px;
    /* padding-bottom: 20px; */
}

.contentMeta.lightRight .inside span {
    display: inline-block;
}

.contentMeta.lightRight .inside a {
    color: #6F6F6F;
}

.contentMeta.lightRight .inside table {
    text-align: right;
}

.contentMeta.lightRight .inside table .date {
    margin-right: 18px;
}

.contentMeta.lightRight .inside table .title {
    color: #B1B3B3;
    margin-right: 8px;
}

.contentMeta.lightRight .inside table .content {
    color: #75787B;
}

.contentMeta.lightRight .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentMeta.lightRight .dynContentInhalt {
    background: #0090C5;
    padding-left: 65px;
}

.contentMeta.lightRight  .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    background: #0090C5;
    text-align: right;
}

.contentMeta.lightRight .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentMeta.lightRight .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}









.contentMeta.darkRight {
    width:100%;
    margin-bottom: 0px;
    background: #e7e7e7;
}

.contentMeta.darkRight .inside span {
    display: inline-block;
}

.contentMeta.darkRight .inside a {
    color: #676767;
}

.contentMeta.darkRight .inside a i {
    color: #676767;
}

.contentMeta.darkRight .inside table {
    text-align: right;
}

.contentMeta.darkRight .inside table .date {
    margin-right: 18px;
    color: #676767;
}

.contentMeta.darkRight .inside table .title {
    color: #676767;
    margin-right: 8px;
}

.contentMeta.darkRight .inside table .content {
    color: #676767;
}

.contentMeta.darkRight .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentMeta.darkRight .dynContentInhalt {
    background: #05141A;
    padding-left: 65px;
}

.contentMeta.darkRight .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    text-align: right;
}

.contentMeta.darkRight .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentMeta.darkRight .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}

.contentMeta .infos td {
    vertical-align: top;
}








.contentMeta.slim {
    margin: 20px 0 0 0;
}
.contentMeta.slim a {
    color: #6F6F6F;
}









@media (max-width: 1200px) {
    .contentMeta .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentMeta .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .container.contentMeta .headerContainer .header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentMeta .inside {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .contentMeta .inside span {
        display: block;
    }


    .contentMeta .dynContentInhalt {
        padding-left: 0px;
        display: inline-block;
    }

    .contentMeta .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentMeta .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }
}

.container.contentBanner {
    padding-right: 0px;
    padding-left: 0px;
}


.container.contentBanner .headerContainer .header {
    padding-left: 65px;
    padding-right: 65px;
}





.contentBanner .inside table.infos td:first-child {
    width: 100px;
}

.contentBanner .inside {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 16px;
    line-height: 28px;
}

.contentBanner .inside a i {
    margin-right: 7px;
}

.container.contentBanner .imageContainer {
    max-height: 560px;

    width: 100%;
    max-width: 972px;
    overflow: hidden;
    text-align: center;
}
.container.contentBanner .imageContainer img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    max-height: 560px;
    float:right;
}
.container.contentBanner .imageContainer .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-height: 536px;
    max-width: 536px;
}









.contentBanner.light {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
}

.contentBanner.light .inside {
    color: #6F6F6F;
}

.contentBanner.light .inside a {
    color: #6F6F6F;
}

.contentBanner.light .inside table.infos .content-tags td:last-child {
    color: #000000;
}









.contentBanner.dark {
    width:100%;
    background: #0090C5; /* For browsers that do not support gradients */
}

.contentBanner.dark .inside {
    color: #FFFFFF;
}

.contentBanner.dark .inside a {
    color: #FFFFFF;
}

.contentBanner.dark .inside a i {
    color: #6F6F6F;
}

.contentBanner.dark .inside table.infos td:first-child {
    color: #6F6F6F;
}

.contentBanner.dark .inside table.infos .content-tags td:last-child {
    color: #0090C5;
}









.contentBanner.light {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}

.contentBanner.light .inside span {
    display: inline-block;
}

.contentBanner.light .inside a {
    color: #6F6F6F;
}

.contentBanner.light .inside table {
    text-align: right;
}

.contentBanner.light .inside table .date {
    margin-right: 18px;
}

.contentBanner.light .inside table .title {
    color: #B1B3B3;
    margin-right: 8px;
}

.contentBanner.light .inside table .content {
    color: #75787B;
}

.contentBanner.light .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentBanner.light .dynContentInhalt {
    background: #0090C5;
    padding-left: 65px;
}

/* Mit so einen selektor wird man keine Anordnung mehr ändern können. Reichen für Farbe und Schriftausrichtung nicht allgemeine Klasse? */
.contentBanner.light  .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    background: #0090C5;
    text-align: right;
}

.contentBanner.light .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentBanner.light .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}









.contentBanner.dark {
    width:100%;
    m-bottom: 20px;
    background: #0090C5;
}
.contentBanner.dark .subline.white p {
    color: #FFFFFF;
}

.contentBanner.dark .inside span {
    display: inline-block;
}

.contentBanner.dark .inside a {
    color: #FFFFFF;
}

.contentBanner.dark .inside a i {
    color: #676767;
}

.contentBanner.dark .inside table {
    text-align: right;
}

.contentBanner.dark .inside table .date {
    margin-right: 18px;
    color: #FFFFFF;
}

.contentBanner.dark .inside table .title {
    color: #676767;
    margin-right: 8px;
}

.contentBanner.dark .inside table .content {
    color: #FFFFFF;
}

.contentBanner.dark .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentBanner.dark .dynContentInhalt {
    background: #05141A;
    padding-left: 65px;
}

.contentBanner.dark .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    text-align: right;
}

.contentBanner.dark .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentBanner.dark .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}

@media (max-width: 1200px) {
    .contentBanner .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentBanner .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }

}



/* Woher dieser Breakpoint? Dieser ist nicht im Konzept definiert */
@media (max-width: 1000px) {
    .container.contentBanner .headerContainer .header {
        padding-left: 0px;
        padding-right: 0px;
    }



    /* .contentBanner .inside, doppelter selektor? */
    .contentBanner .inside {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .contentBanner .inside table {
        text-align: unset; /* unset funktioniert nicht mit Safari und hat uns im iPad einige Probleme gemacht */
    }



    .contentBanner .inside span {
        display: block; /* Warum nicht direkt div's verwenden wenn so gestyled? */
    }


    .contentBanner .dynContentInhalt {
        padding-left: 0px;
        display: inline-block;
    }

    .contentBanner .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }


    .contentBanner .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }

}

.contentBanner.dark h1, .contentBanner.dark h2 {
	color: #fff;
}

.bannerContent.bannerContentFullWidth .txt-White {
    position: relative;
}









.container.contentBanner.blue {
    padding-bottom: 0px;
    padding-top:0px;
    background: #0090C5!important;
    color: #FFFFFF!important;
}
.container.contentBanner.blue p {
    color: #FFFFFF!important;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin: 0px;
}
.container.contentBanner.blue h2  {
    margin: 0px;
}
.container.contentBanner.blue h1 {
    color: #FFFFFF!important;
}











.contentHeadline.light {
    width:100%;
    /* background: #000000; *//* For browsers that do not support gradients */
}










.contentHeadline.dark {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
}





























.container.contentDescription {
    width:100%;

    padding-top: 20px;
}


.container.contentDescription .headerContainer .header {
    padding-left: 65px;
    padding-right: 65px;
}



.contentDescription .inside table.infos td:first-child {
    width: 100px;
}



.contentDescription .inside {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 16px;
    line-height: 28px;
}

.contentDescription .inside a i {
    margin-right: 7px;
}









.contentDescription.light {
    background: #fff;
}

.contentDescription.light .inside, .contentDescription.light .inside a {
    color: #6F6F6F;
}

.contentDescription.light .inside table.infos .content-tags td:last-child {
    color: #000000;
}








.contentDescription.dark {
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
}

.contentDescription.dark .inside, .contentDescription.dark .inside a {
    color: #FFFFFF;
}

.contentDescription.dark .inside a i, .contentDescription.dark .inside table.infos td:first-child {
    color: #6F6F6F;
}

.contentDescription.dark .inside table.infos .content-tags td:last-child {
    color: #0090C5;
}









.contentDescription.lightBanner {
    width:100%;
    background: #E7E7E7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left , #E7E7E7, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7E7E7, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7E7E7, #FAFAFA); /* Standard syntax */
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.contentDescription.lightBanner .inside span {
    display: inline-block;
}

.contentDescription.lightBanner .inside a {
    color: #6F6F6F;
}

.contentDescription.lightBanner .inside table {
    text-align: right;
}

.contentDescription.lightBanner .inside table .date {
    margin-right: 18px;
}

.contentDescription.lightBanner .inside table .title {
    color: #B1B3B3;
    margin-right: 8px;
}

.contentDescription.lightBanner .inside table .content {
    color: #75787B;
}

.contentDescription.lightBanner .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentDescription.lightBanner .dynContentInhalt {
    background: #0090C5;
    padding-left: 65px;
}

.contentDescription.lightBanner  .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    background: #0090C5;
    text-align: right;
}

.contentDescription.lightBanner .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentDescription.lightBanner .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}









.contentDescription.darkBanner {
    width:100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #000000; /* For browsers that do not support gradients */
}

.contentDescription.darkBanner .inside span {
    display: inline-block;
}

.contentDescription.darkBanner .inside a {
    color: #FFFFFF;
}

.contentDescription.darkBanner .inside a i {
    color: #676767;
}

.contentDescription.darkBanner .inside table {
    text-align: right;
}

.contentDescription.darkBanner .inside table .date {
    margin-right: 18px;
    color: #FFFFFF;
}

.contentDescription.darkBanner .inside table .title {
    color: #676767;
    margin-right: 8px;
}

.contentDescription.darkBanner .inside table .content {
    color: #FFFFFF;
}

.contentDescription.darkBanner .inside table.infos .content-tags .content {
    color: #0090C5;
}

.contentDescription.darkBanner .dynContentInhalt {
    background: #05141A;
    padding-left: 65px;
}

.contentDescription.darkBanner .col-xs-12.col-sm-12.col-md-7.col-height.col-middle.noPadding {
    text-align: right;
}

.contentDescription.darkBanner .dynContentInhalt .title {
    padding-top: 64px;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 54px;
    letter-spacing: -0.63px;
    max-width: 490px;
    font-weight: 700;
}

.contentDescription.darkBanner .dynContentInhalt .content {
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin-top: 18px;
    line-height: 36px;
    letter-spacing: -0.21px;
    max-width: 490px;
}

@media (max-width: 1200px) {
    .contentDescription .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }

    .contentDescription .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }

}



@media (max-width: 1000px) {
    .container.contentDescription .headerContainer .header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentDescription .inside {
        padding-bottom: 0px;
        padding-top: 0px;
    }



    .contentDescription .inside span {
        display: block;
    }



    .contentDescription .dynContentInhalt {
        padding-left: 0px;
        display: inline-block;
    }



    .contentDescription .dynContentInhalt .title {
        padding-top: 20px;
        font-weight: 700;
        line-height: 40px;
        max-width: 100%;
    }



    .contentDescription .dynContentInhalt .content {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
        max-width: 100%;
    }

}

.contentDescription .card.image-caption, .contentDescription .card.image-caption .caption {
    max-width: 100%;
}

.categoryProductDisplay{
    background: #F4F4F4;
    position: relative;
}
.categoryProductDisplay.Image-Text-Text-bright,
.categoryProductDisplay.Text-Text-Image-bright {
    background: white;
}
.categoryProductDisplay h2 {
    margin: 60px 0 30px;
    font-size: 28px;

    letter-spacing: -0.2px;
    line-height: 40px;
}
@media (min-width: 544px) {
    .categoryProductDisplay > .row {
        display: flex;
    }
}
@media (min-width: 992px) {
    .categoryProductDisplay .productLink,
    .categoryProductDisplay .row .row{
        padding: 0 65px;
    }
}
.categoryProductDisplay .row {
    margin: 0;
}
.categoryProductDisplay .productLink{
    position: absolute;
    bottom: 55px;
    font-size: 16px;
    color: #0090C5;
    letter-spacing: -0.1px;
    line-height: 36px;
}
.categoryProductDisplay .textsContainer {
    padding-bottom: 110px;
}
.categoryProductDisplay .imageContainer{
    background: #e7e7e7 none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.categoryProductDisplay .imageContainer img{

    display: inline-block;
    max-width: calc(100% - 5px);
    height: auto;
    vertical-align: middle;
    text-align: center;
    width: auto;
}
.categoryProductDisplay .imageContainer .helper{
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.categoryProductDisplay .html.simple ul {
    list-style-image: url("/images/layout/icons/chevron_small_right_grey.png");
    padding: 0 0 0 20px;
}
.categoryProductDisplay .product-link a {
    color: #0090C5;
}
.categoryProductDisplay ul {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 24px;
}
.categoryProductDisplay .noSpacingTeaser {
    max-height: none;
    min-height: auto;
}
.categoryProductDisplay .noSpacingTeaser.right .triangle {
    border-width: 20px 0 20px 20px;
    right: -20px;
    border-left-color: #e7e7e7 !important;
}
.categoryProductDisplay .noSpacingTeaser .triangle {
    border-right-color: unset;
    border-color: #e7e7e7;
}
.categoryProductDisplay .noSpacingTeaser .triangle.down {
    border-color: #e7e7e7;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: #e7e7e7 !important;
    border-width: 20px 20px 0;
    bottom: -20px;
}

.SectionMenu {
    background-color: #0090C5;
    color: #FFFFFF;

}
.SectionMenu .SectionMenuDropdown.open a.dropdown-toggle,
.SectionMenu .menu_item a:hover,
.SectionMenu .menu_item a:focus,
.SectionMenu .menu_item a.active {
    background-color: rgba(255,255,255, 0.3);
    color: #FFFFFF;
}
.SectionMenu .menu_item a {
    color: #FFFFFF;
    padding: 20px 15px;
    display: block;
    float:left;

}
.SectionMenu .select .menu_item a.dropdown-toggle {
    display: inline-block;
}
.SectionMenu .SectionMenuDropdown .select:after {
    display: block;
    content: '';
    clear:both;
}
.SectionMenu .SectionMenuOptionList {
    display: none;
}
.SectionMenu .SectionMenuOptionList.open {
    display: block;
}
.SectionMenu .dropdown-toggle img {
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}
.SectionMenu .toggleOptionList {
    cursor: pointer;
    float: right;
    padding: 20px;
}
.SectionMenu .menu_item .dropdown > a {
    font-weight: bold;
}
.SectionMenu .dropdown-menu {
    background-color: rgba(5, 20, 26, 0.8);
    border-radius: 0;
    left: auto;
    margin-top: -1px;
    top: auto;
}

.SectionMenu .menu_item .dropdown-menu li a {
    width: 100%;
}
.SectionMenu.sticky-top, .SectionMenu .sticky-top{
    position:fixed;
    top: 0;
    width: 100%;
    z-index:15;
    left: 0;
    right: 0;
}
.SectionMenu.sticky-top.beneath-menue, .SectionMenu .sticky-top.beneath-menue{
    margin-top:55px;
}
.SectionMenu .slick-arrow span.custom-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
}
.SectionMenu .prev.slick-arrow span.custom-icon.chevron-left {
    background-image: url("/images/layout/icons/chevron_big_left_white.svg");
    left: 0;
    margin-left: -30px;
}
.SectionMenu .next.slick-arrow span.custom-icon.chevron-right {
    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
    right: 0;
    margin-right: -30px;
}
.SectionMenu .slick-arrow.slick-disabled span.custom-icon {
    display: none;
}
.SectionMenuDropdown .slick-slide {
    height: unset;
}
.SectionMenu .select .menu_item > a{
    max-width: calc(100% - 80px);
}

@media (max-width: 1365px) {
    .menu_item{
        font-size: 14px;
    }
}
.SectionMenuDropdown {
    padding: 0 20px;
}
@media (max-width: 768px) {
    .SectionMenuDropdown a.dropdown-toggle {
        padding-left: 0;
        padding-right: 0;
    }
    .SectionMenuDropdown {
        padding-left: 0;
        padding-right: 0;
    }
    .SectionMenu .toggleOptionList {
        padding-right: 0;
    }
}

.SectionHeader .title {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.SectionHeader .subtitle {
    margin: 0 0 30px 0;
    font-size: 16px;
}


.download.default img.img-responsive {
    display: inline;
}
.download.even .container {
    background-color: #f4f4f4;
}

.download.even .downloadTitle {
    display: block;
    text-align: left;
    width: 100%;
}
.outline{
    border: 1px solid black;
}
.download .downloadLink {
    margin-top: 40px;
}
.downloadLink:hover, .downloadLink, .downloadLink:visited, .downloadLink:active{
    text-decoration: none;
    font-weight: bold;
}
.pdfViewer {
    z-index: 1;
}

.categoryMultiGallery .gallerySelect.active {
    text-decoration: underline;
    color: #6f6f6f;
}
.categoryMultiGallery .gallerySelect {
    display: inline-block;
    color: #0090C5;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 15px;
    cursor: pointer;
}
.categoryMultiGallery .title {
    margin-top: 50px;
}
.categoryMultiGallery .subLine {
    margin-bottom: 25px;
}
.categoryMultiGallery .slider-controls.slick-arrow {
    background: rgba(0, 144, 197, 0.5) none repeat scroll 0 0;
    cursor: pointer;
    float: left;

    height: 250px;
    position: absolute;
    text-align: center;
    width: 66px;
    z-index: 1;
}

.categoryMultiGallery .slider-controls.slick-arrow .custom-icon.chevron-right.primary.white {
    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
}
.categoryMultiGallery .slider-controls.slick-arrow .custom-icon.chevron-left.primary.white {
    background-image: url("/images/layout/icons/chevron_big_left_white.svg");
}
.categoryMultiGallery .slider-controls.slick-arrow.next {
    top: 0;
    right: 0;
}
.categoryMultiGallery .slider-controls.slick-arrow .custom-icon {
    margin-top: -20px;
    top: 50%;
}
.categoryMultiGallery .galleryEntry,
.categoryMultiGallery .galleryDescription {
    padding-right: 25px;
}
@media (min-width: 544px) {
    .categoryMultiGallery .slick-list {
        padding: 0 66px;
    }
    .categoryMultiGallery .galleryEntry,
    .categoryMultiGallery .galleryDescription {
        padding: 0 25px;
    }
}
.categoryMultiGallery .slick-list {
    overflow: hidden;
}
.categoryMultiGallery .galleryDescription {
    display: table-caption;
    caption-side: bottom;
}
.categoryMultiGallery .imageContainer {
    display: inline-block;
}
.categoryMultiGallery .galleryEntry {
    display: table;
}
.categoryMultiGallery .galleryTitle {
    margin: 25px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #0090C5;
    width: 250px;
}
.categoryMultiGallery .slick-arrow.slick-disabled {
    display: none !important;
}
.categoryMultiGallery .slick-dots {
    list-style: outside none none;
    text-align: center;
    z-index: 15;
    padding: 0;
}
.categoryMultiGallery .slick-dots li {
    display: inline-block;
}
.categoryMultiGallery .slick-dots li button {
    background: #797979 none repeat scroll 0 0;
    border-color: #797979;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 1px;
    height: 10px;
    margin: 2px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
.categoryMultiGallery li.slick-active button {
    background: #fff none repeat scroll 0 0;
}
@media( max-width: 544px){
    .categoryMultiGallery .galleryEntry > p {
        max-width: 320px;
        padding: 0 4px;
    }
}
.categoryMultiGallery .galleryEntry > p {
    font-size:0.85em;
    line-height:20px;
}

.content.newsList{
    background-color: #F4F4F4;
    position: relative;
}
.content.newsList .filterBox{
    text-align: center;
}

.content.newsList .filterBox::after{
    content: ' ';
    clear: both;
    display: inline-block;
}

.content.newsList .filterBox .type a{
    color: #6F6F6F;
    padding: 0 10px;
    border-left: 1px solid #6F6F6F;
}

.content.newsList .filterBox .type a:first-child{
    border-left: 0;
}

.content.newsList .filterBox .type a.active{
    color: #0090C5;
}

.content.newsList .filterBox .anotherFilters a.active,
.content.newsList .filterBox .anotherFilters span.active{
    color: #0090C5;
}

.content.newsList .filterBox .anotherFilters a{
    vertical-align: middle;
    margin-right: 10px;
    color: #6F6F6F;
}

.content.newsList .filterBox .anotherFilters a.filter{
    margin-right: 20px;
}

#loading{
    text-align: center;
}

.grid{
    min-height: 800px;

}


.content.newsList .grid{
    min-height: 425px;
}



.content-descriptionShort {

    overflow: hidden;
}

.ContentOverview:not('Slider') .slick-slide > div {
    height: 450px;
}

.grid .grid-item .content-descriptionShort{
    /*height: 280px;*/
}

.newsList .grid-item.Js{
    background-color: white;
}

.tagFilters h3{
    margin: 30px 0 30px 40px;
}

.tagsCategoryBox .tagsHeader{
    padding-left: 30px;
    color: #676767;
}

.tagsCategoryBox ul{
    list-style: none;
    border-left: 2px solid #676767;
}

.tagFilterButtons{
    text-align: center;
    margin: 20px 0;
}

.tagFilterButtons .clearFilters{
    border: 0;
    background-color: transparent;
    margin-right: 40px;
}

.tagFilters{
    border-bottom: 1px solid lightgrey;
}

.content.newsList .tagFilters{
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: white;
}

.tagFilters .close{
    font-size: 28px;
    color: #0090C5;
    opacity: 1;
}
@media (min-width: 544px) {
    .content.newsList .filterBox .anotherFilters {
        text-align: right;
    }
}

@media (min-width: 544px) and (max-width: 992px){
    .content.newsList .filterBox{
        text-align: left;
    }
}

@media (min-width: 320px) and (max-width: 543px){

}

.ContentOverview .tagsBox ul {
    padding-left: 30px;
}
.ContentOverview .tagsBox .checkbox {
    margin: 0;
}
.ContentOverview .tagsBox input[type="checkbox"] + label {
    padding: 10px 0 10px 5px;
    width: 100%;
    font-size: 16px;
    color: black;
}
.ContentOverview .tagsBox input[type="checkbox"] + label::after {
    content: none;
}
.ContentOverview .tagsBox input[type="checkbox"] + label::before {
    margin-top: 10px;
}
@media (max-width: 543px) {
    .ContentOverview.Grid .grid-item {
        margin-top: 10px;
    }
}
.ContentOverview .type {
    text-transform: uppercase;
}
.ContentOverview.Grid .grid-item--width2 img {
    width: auto;
    height: 100%;
}
.ContentOverview.Grid .grid-item--height2 img {
    width: 100%;
    height: auto;
}
@media (max-width: 543px) {
    .ContentOverview.Grid .grid-item--width2 img {
        width: 100%;
        height: auto;
    }
}
.ContentOverview.Grid .newsletter .subscribe-link {
    color: white;
}
.ContentOverview.Grid .newsletter .custom-icon {
    margin-top: -5px;
    max-width: none;
}
.ContentOverview.Slider .filterBox {
    padding: 20px 15px 0 15px;
}
.ContentOverview.Slider a.readMore {
    position: absolute;
    bottom: 0;
    color: #0090C5;
}
.ContentOverview a.readMore .chevron-right {
    margin-bottom: -1px;
    margin-right: 5px;
}
.ContentOverview.Slider .slick-slide {
    padding: 0 20px 20px;
}
.ContentOverview.Slider .slider-controls.slick-arrow .custom-icon {
    margin-top: -20px;
    top: 50%;
}
.ContentOverview.Slider .slider-controls.slick-arrow.slick-disabled span {
    display: none;
}
.ContentOverview.Slider .slider-controls.slick-arrow {
    cursor: pointer;
    height: 100%;
    text-align: center;
    width: 66px;
    position: absolute;
    bottom: 0;
}
.ContentOverview.Slider .slider-controls.slick-arrow.next {
    right: 0;
}
.ContentOverview.Slider .slick-list {
    height: auto;
    width: calc(100% - 132px);
    margin-left: 66px;
}
.ContentOverview.Slider .slick-dots {
    list-style: outside none none;
    text-align: center;
    z-index: 15;
    padding: 20px 0;
    margin-left: 66px;
    width: calc(100% - 132px);
}
.ContentOverview.Slider .slick-dots li {
    display: inline-block;
}
.ContentOverview.Slider .slick-dots li button {
    background: #797979 none repeat scroll 0 0;
    border-color: #797979;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 1px;
    height: 10px;
    margin: 2px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
.ContentOverview.Slider li.slick-active button {
    background: #fff none repeat scroll 0 0;
}
.ContentOverview .slider {
    margin: 30px auto;
}
.ContentOverview.plain .content > div {
    padding: 20px;
}
.ContentOverview.plain .content > div.clearfix {
    padding: 0px;
}
.ContentOverview.plain .content a.readMore {
    margin-top: 20px;
    display: block;
    color: #0090C5;
}
.ContentOverview.plain .more {
    left: 50%;
    margin: 35px 0 20px -120px;
}

.search-filter, .search-orderby {
    padding-top: 25px;
}
.mobile-search-orderby .dropdown-menu {
    width: 100%;
}
.mobile-search-orderby .dropdown-menu .btn-contrast{
    text-align: left;
}
.search-filter .buzzword-header {
    margin-top: 45px;
}
.search-maincontent {
    padding-top: 20px;
}
.search-form {
    background-color: #F4F4F4;
    padding: 29px 67px;
}

.search-form-trigger {
    display: inline-block;
    position: absolute;
    padding: 14px 20px;
    background-color: #F4F4F4;
    cursor: pointer;
}
.search-form-input {
    width: 100%;
    height: 52px;
    display:inline-block;
    padding-left: 60px;
}

.search-form-input input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 30px;
}
.custom-icon.search.grey {
    background-image: url("/images/layout/icons/search_grey.svg");
    height: 19px;
    width: 19px;
}

h3.topic {
    font-size: 30px;
    color: #B1B3B3;
    letter-spacing: -0.16px;
    line-height: 34px;
}
.search-list .result-item {
    border-top: 2px solid rgba(103,103,103, 0.3);
    padding-top:25px;
    padding-bottom: 25px;
    display: block;
    text-decoration: none;
}

.search-list .result-item h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.search-list .result-item p.long.copy {
    margin-bottom: 0px;
}
.search-list .result-item .search-term {
    color: #6BC200;
}

.ListMenuDetail h2.title {
    color: #E46C0A;
}
.ListMenuDetail .listmenu-item h4 {
    color: #E46C0A;
    border: 2px solid #E46C0A;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
}

.ListMenuDetail .listmenu-display {
    display: none;
    margin-top:10px;
}
.ListMenuDetail .listmenu-display iframe {
    min-height: 423px;
}
.ListMenuDetail .listmenu-display.active {
    display: block;
}
.ListMenuDetail .listmenu-item.active h4 {
    display: block;
    background-color: #E46C0A;
    color: #fff;
}

.video.CahpterChoise  img{
    max-height:414px;
    overflow:hidden;
}
.video.CahpterChoise  .videoPreview{
    margin-bottom:40px;
    display:inline-block;
    position:relative;
}
.video.CahpterChoise >div >div{
    max-height:500px;
    overflow:hidden;
}
.video.CahpterChoise .videoPreview .play_big{
    position:absolute;
    top:calc( 50% );
    left:50%;
    margin-top:-44px;
    margin-left:-44px;
    background-image: url("/images/layout/icons/play_big_black.svg");
    width:88px;
    height:88px;
}
.videoPreview {
    position: relative;
}
.video.TitleAndPreview > h4{
    height:56px;
    max-height:56px;
    overflow:hidden;
}
.video.TitleAndPreview > img{
    max-height:414px;
    overflow:hidden;
}
.video.TitleAndPreview > a{
    margin-bottom:40px;
    display:inline-block;
    position:relative;
}
.video.TitleAndPreview > .previewContainer{
    margin-bottom:40px;
    display:inline-block;
    position:relative;
}
.video.TitleAndPreview {
    max-height:500px;
    overflow:hidden;
}
.video.TitleAndPreview .play_big{
    position:absolute;
    top:calc( 50% );
    left:50%;
    margin-top:-44px;
    margin-left:-44px;
    background-image: url("/images/layout/icons/play_big_black.svg");
    width:88px;
    height:88px;
}
.categoryTeaserStage.Videos1plus2{
    background-color:#f4f4f4;
}
.Videos1plus2 h2 {
    text-align: center;
    font-size: 46px;
    color: #000000;
    margin-top: 59px;
    /*margin-bottom: 60px;*/
}

.video.default .play_big {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
    background-image: url("/images/layout/icons/play_big.svg");
    width:88px;
    height:88px;
    cursor: pointer;
}

.video.default .play_big.black {
    background-image: url("/images/layout/icons/play_big_black.svg");
}

.Image.simple{
    background-color:black;
    width:100%;
    padding:0;
}
.Image.simple .simpleImage{
    max-height:500px;
    float:right;
    display:inline-block;
}

.ExternalLink {
    margin-top:1.8em;
    margin-bottom:1.8em;
}
.ExternalLink a {
    color:#0090C5;
}


.sitemapOverview .level2,
.sitemapOverview .level3,
.sitemapOverview .level4 {
    display: none;
}

.sitemapOverview .level2 .glyphicon {
    margin-left: 25%;
}

.sitemapOverview .level3 .glyphicon {
    margin-left: 75%;
}

.sitemapOverview .level4 .glyphicon {
    margin-left: 100%;
}
.sitemapOverview .glyphicon {
    cursor: pointer;
}

.sitemapOverview .sitemapIcon,
.sitemapOverview .sitemapLabel {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sitemapOverview .level2 .sitemapLabel {
    padding-left: 50px;
}

.sitemapOverview .level3 .sitemapLabel {
    padding-left: 100px;
}

.sitemapOverview .level4 .sitemapLabel {
    padding-left: 150px;
}

.singleQuiz.quizOfTheMonth .possibleAnswer {
    margin-top: 30px;
}

.singleQuiz.quizOfTheMonth .possibleAnswerRow {
    margin-bottom: 5px;
}

.singleQuiz.quizOfTheMonth .btn-default.resultBtn {
    cursor: pointer;
    text-decoration: none;
}

.singleQuiz.quizOfTheMonth form label {
    font-size: 14px;
    margin: 5px 5px 0;
    vertical-align: text-bottom;
    width: calc(100% - 40px);
}
.singleQuiz.quizOfTheMonth form input[type="radio"] {
    margin-top: 10px;
    vertical-align: top;
}

.singleQuiz.quizOfTheMonth .countMember {
    color: #6f6f6f;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
}

.singleQuiz.quizOfTheMonth .possibleAnswerText {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 700;
}

.singleQuiz.quizOfTheMonth .backgroundBar {
    float: left;
    height: 25px;
    width: calc(100% - 40px);
    margin-bottom: 15px;
}

.singleQuiz.quizOfTheMonth .frontBar {
    height: 25px;
}

.singleQuiz.quizOfTheMonth .colorBackgroundTrue {
    background: #bfe6d6;
}

.singleQuiz.quizOfTheMonth .colorBackgroundFalse {
    background: #CAECF6;
}

.singleQuiz.quizOfTheMonth .colorBarTrue {
    background: #39ab5b;
}

.singleQuiz.quizOfTheMonth .colorBarFalse {
    background: #1DB7E9;
}

.singleQuiz.quizOfTheMonth .possibleAnswerPercentText {
    text-align: right;
    width:40px;
    float: left;
    font-weight: 700;
}

.singleQuiz.quizOfTheMonth .error {
    color:red;
}

.singleQuiz.quizOfTheMonth .questionImage {
    margin-top: 25px;
}

.singleQuiz.survey .surveyBox {
    margin-bottom: 50px;
}

.singleQuiz.survey .surveyBox .surveyQuestion {
    font-weight: 700;
}

.singleQuiz.survey a.resultBtn {
    cursor: pointer;
    text-decoration: none;
}

.singleQuiz.survey form label {
    font-size: 14px;
    font-weight: 300;
    margin: 5px 5px 0;
    vertical-align: text-bottom;
    max-width: calc(100% - 40px);
}

.singleQuiz.survey form input[type="radio"] {
    margin-top: 10px;
    vertical-align: top;
}

.singleQuiz.survey .possibleAnswerText {
    font-size: 12px;
    margin-bottom: 3px;
}

.singleQuiz.survey .possibleAnswerText .customerAnswer {
    color: #000000;
}

.singleQuiz.survey .possibleAnswerPercentBar {
    float: left;
    background-color: #CAECF6;
    height: 25px;
    width: calc(100% - 40px);
}

.singleQuiz.survey .possibleAnswerPercentBarActive {
    background-color: #1DB7E9;
    height: 25px;
}

.singleQuiz.survey .possibleAnswerPercentText {
    text-align: right;
    width: 40px;
    float: left;
    font-weight: 700;
}

.singleQuiz.survey .error {
    color: red;
}

.singleQuiz.survey .surveyQuestionText {
    display: block;
    margin-bottom: 10px;
}

.singleQuiz.survey .resultPossibleAnswer {
    margin-bottom: 8px;
}

.singleQuiz.survey .answerInfo {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.singleQuiz.survey .answerTitle.customerAnswer {
    font-weight: 700;
}

.surveyBox {
    border: 2px solid #0090c5;
    padding: 15px;
}

.surveyBox .question {
    font-weight: 700;
}

.surveyBox .accordionNew {
    border: 1px solid #edecec;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
}

.surveyBox .accordionNew h3 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #0090c5;
}

.surveyBox .accordionNew div {
    display: none;
}

.surveyBox .accordionNew .answer.givenAnswer {
    font-weight: 700;
}

.surveyBox .accordionNew .possibleAnswerText {
    font-size: 12px;
    margin-bottom: 3px;
}

.surveyBox .accordionNew .possibleAnswerPercentBar {
    float: left;
    background-color: #CAECF6;
    height: 25px;
    width: calc(100% - 40px);
}

.surveyBox .accordionNew .possibleAnswerPercentBar2 {
    background-color: #1DB7E9;
    height: 25px;
}

.surveyBox .accordionNew .possibleAnswerPercentText {
    text-align: right;
    width: 40px;
    float: left;
    font-weight: bold;
}

.surveyBox .accordionNew .resultPossibleAnswer {
    margin-bottom: 15px;
}

.surveyBox .custom-icon.chevron-down {
    background-image: url("/images/layout/icons/chevron_menu_down_blue.svg");
}

.surveyBox .custom-icon.chevron-up {
    background-image: url("/images/layout/icons/chevron_menu_up_blue.svg");
}

.surveyBox .custom-icon {
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    left: -8px;
    position: relative;
    top: 4px;
    width: 20px;
}

.surveyBox .source {
    margin-top: 15px;
}

.tykContent .surveyBox {
    margin-top: 25px;
}

.tyk > h4 {
    color: #0090c5;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ContentOverview.Slider a.taketheQuiz {
    position: absolute;
    bottom: 25px;
    color: #0090C5;
}
.ContentOverview.Slider .takeCurrentQuiz {
    position: absolute;
    bottom: 10px;
}
.quizzes .content-teaser.item {
    padding-top: 20px;
}
.content-teaser.item.first {
    background-color: #6BC200;
    padding-bottom: 120px;
    color: white;
}
.defaultSlider .content-teaser.item.first .content-subtitle, .defaultSlider .content-teaser.item.first .content-descriptionShort {
    color: white;
}
.takeCurrentQuiz {
    position: relative;
}
.quizOverview.ContentOverview.Slider .slider-controls.slick-arrow {
    top: 0;
}
.quizOverview.ContentOverview.Slider .content-descriptionShort{
    max-height: 200px;
    text-overflow: ellipsis;
}


.banner.categoryTopBanner .categoryTopBannerFull {

    position: relative;
    background-position: center center;
    background-size: cover;
}

.banner.categoryTopBanner {
    position: relative;
}

.banner.categoryTopBanner .categoryTopBannerFull .bannerContent {
    width: 516px;
    height: 100%;
    position: absolute;
    top: 0px;

    padding: 50px;
}
.categoryTopBannerFull .img-responsive {
    width: 100%;
}
.banner.categoryTopBanner .categoryTopBannerFull .bannerContent .contentOverlay {
    background-color: #05141A;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.banner.categoryTopBanner .categoryTopBannerFull .bannerContent .banner-title {
    position: relative;
    z-index: 1;
}

.banner.categoryTopBanner p {
    position: relative;
}

.banner.categoryTopBanner .categoryTopBannerFull .bannerContent .subName {
    color: #FFFFFF;
    z-index: 1;
    font-size: 28px;
    position: relative;
    margin-top: 20px;
}
.banner.categoryTopBanner .categoryTopBannerFull .bannerContent .subtitle {

    color: #FFFFFF;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.banner.categoryTopBanner .bannerContentSmall {
    display: none;
}

.banner.categoryTopBanner .bannerContentFullWidth {
    display: block;
}

.banner.categoryTopBanner a {
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}

@media (max-width: 991px) {
    .banner.categoryTopBanner .bannerContentFullWidth {
        display: none;
    }



    .banner.categoryTopBanner .bannerContentSmall {
        display: block;
        background-color: #093241;
        width: 100%;
        z-index: 0;
        color: #FFFFFF;
        padding: 10px;
        position: relative;
    }

    .banner.categoryTopBanner .bannerContentSmall h2.banner-title {
        color: #FFFFFF;
        margin: 0;
        position: relative;
        z-index: 1;
        font-size: 34px;
    }

    .banner.categoryTopBanner .bannerContentSmall .subtitle {
        color: #FFFFFF;
        position: relative;
        z-index: 1;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .banner.categoryTopBanner a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 12px;
    }

}

@media (max-width: 400px) {
    .banner.categoryTopBanner .categoryTopBanner {
        height: 200px;
    }
}

.banner.categoryTopBanner .subtitle p {
    color: white;
    font-size: 16px;
}



.navbar {
    border: none;
    margin: 0px;
}

.navbar .custom-icon {
    top: 3px;
    margin-left: 5px;
}

.navbar .custom-icon.search, .navbar .custom-icon.profile {
    top: 4px;
    margin-top: -4px;
    margin-right: 2px;
    margin-left: 0;
}


#nav-header, #nav-header-mobile  {
    background: #FFF;
}

#nav-header .navbar-brand {
    height: auto;
    width: 334px;
    margin-top: 18px;
}

#nav-header a {
    line-height: 76px;
    color: #0090C5;
    font-size: 15px;
}

#nav-header #logo-bayer {
    width: 76px;
    height: 76px;
}

#nav-header .dropdown .dropdown-menu li a {
    line-height: 30px;
    border-bottom: 1px solid #0090C5;
    padding: 0;
}
#nav-header .dropdown .dropdown-menu li:last-child a{
    border: none;
}
#nav-header .dropdown .dropdown-menu {
    padding: 10px 20px;
}
#nav-header .dropdown .dropdown-menu li a .chevron-right {
    margin: 0px;
}
#nav-header .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border: none;
    background-color: transparent;
}


@media (min-width: 992px) {
    #nav-header .navbar-right>li {
        float: none;
        display: inline-block;
    }
    #nav-header .navbar-right>li>a {
        line-height: unset;
        vertical-align: middle;
        padding: 10px 10px;
    }
}


#nav-main {
    background: -moz-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -o-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -ms-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: -webkit-linear-gradient(353deg, #6BC200 20%, #009BDD 120%);
    background: linear-gradient(97deg, #6BC200 20%, #009BDD 120%);
    border-radius: 0;
    border: 0;
}

#nav-main a {
    color: #fff;
}



#nav-main a:hover,
#nav-main a:focus,
#nav-main a:active,
#nav-main .mainActive a {
    color: white;
    background-color: rgba(255, 255, 255, 0.19);
}

#nav-main .mainActive .subcategory-item > a,
#nav-main .mainActive .dropdown-menu .mega-nav a {
    color: white;
    background-color: rgba(255, 255, 255, 0);
}


@media (min-width: 992px) {
    #nav-main {
        z-index: 16;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-right {
        margin-right: 0;
    }
    .navbar-right .btn {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
     .menuePoint_search a ,
    .menuePoint_custom a {
        padding: 18px 15px;
    }
}

@media (max-width: 1365px) {
    #nav-main a {
        font-size: 14px;
    }
}

.navbar-toggle.navbar-toggle-left {
    float: left;
    margin-left: 15px;
}

.navbar-left {
    float: left;
}
.navbar-right {
    float: right;
}
.navbar-right .btn {
        /*line-height: 76px;*/
    color: #0090C5;
    font-size: 15px;
}
@media (max-width: 5000px) {
    .visibleSpecial {display:none;}
    .hiddenSpecial {display:block;}
}

@media (max-width: 1365px) {
    .menuePoint {
        font-size: 14px;
    }
    .menuePoint_2 {
        position: relative;
    }
    .menuePoint_3 {
        position: relative;
    }
    .menuePoint_4 {
        position: relative;
    }
    .menuePoint_5 {
        position: relative;
    }
    #nav-main .menuePoint_search a,
    #nav-main .menuePoint_custom a,
    #nav-main .menuePoint_print a,
    #nav-main .menuePoint_0 a,
    #nav-main .menuePoint_1 a,
    #nav-main .menuePoint_2 a,
    #nav-main .menuePoint_3 a,
    #nav-main .menuePoint_4 a,
    #nav-main .menuePoint_5 a {
        padding: 19px 7px;
    }
}

@media (max-width: 991px) {
    #nav-header {
        border: 2px solid yellow;
    }

    .navbar-header {
        float: unset;
    }

    .visibleSpecial {display:block;}
    .hiddenSpecial {display:none;}

    #nav-header-mobile {
        z-index: 16;
    }
    #nav-header-mobile img#logo-bayer {
        width: 76px;
        height: 76px;
    }

    #nav-header-mobile a {
        line-height: unset;
    }

    #nav-header-mobile img#logo-bayer {
        width: 48px;
        height: 48px;
    }

    .nav.navbar-logo.navbar-right {
        padding-bottom: 2px;
        padding-right: 10px;
        padding-top: 2px;
    }

    .navbar-menu {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .navbar-search {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
    }

    .navbar-brand {
        margin: unset;
    }

    #nav-header-mobile .navbar-brand {
        width: auto;
        margin-top: 0;
    }

    .navbar-brand {
        padding: 16px 8px;
    }

   #nav-header-mobile img.radiologyLogo {
        width: 164px;
    }

    .custom-icon.menu {
        height: 24px;
        width: 24px;
    }

    .custom-icon.search-grey {
        height: 24px;
        width: 24px;
    }

    .navbar {
        min-height: 6px;
    }
}

@media (max-width: 544px) {

}

@media (max-width: 320px) {
    #nav-header-mobile img#logo-bayer {
        width: 32px;
        height: 32px;
    }

    #nav-header-mobile img.radiologyLogo {
        height: 20px;
    }

    #nav-header-mobile .navbar-brand {
        width: auto;
        margin-top: 0;
    }

    #nav-header-mobile a {
        line-height: unset;
    }

    .nav.navbar-logo.navbar-right {
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .navbar-brand {
        padding: 18px 10px 18px 0px;
    }

    .navbar-toggle {
        margin: unset;
        padding: unset;
    }

    .navbar-menu.navbar-left {
        padding-bottom: 16px;
        padding-left: 10px;
        padding-top: 16px;
    }

    .custom-icon.menu {
        height: 17px;
        width: 17px;
    }

    .custom-icon.search-grey {
        height: 17px;
        width: 17px;
    }

    .navbar-search.navbar-left {
        padding: 16px 3px;
    }
}

.combodropdown-content-item-list .ic-xs.ic-chevron_right_white {
    vertical-align: bottom;
}

.login-overlay{
    z-index:17;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.97;
    overflow-y: scroll;
}
.login-overlay .login-overlay-content{
    color: #6F6F6F;
}
.login-overlay .login-overlay-content h2 {
    text-align: center;
}
.login-overlay .login-overlay-content .signIn{
    display: inline-block;
}
.login-overlay .login-overlay-content .forgotPassword{
    display: inline-block;
}
.login-overlay .login-overlay-content .no-account{
    text-align: center;
    padding-top: 80px;
}
.login-overlay .login-overlay-content .options{
    padding-top: 40px;
}
.login-overlay .close-login-overlay{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.signup-teaser{
    width: 100%;
    background-color: grey;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
}
.signup-teaser .btn {
    background: #666;
    color: white;
    margin-left: 15%;
}
.mobile-menu {
    display: none;
    background: rgba(5, 20, 26, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 16;
    top: 0px;
}

.mobile-menu .wrapper {
    padding: 20px 0px;
    overflow-y: scroll;
    height: 100%;
}

.mobile-menu a {
    padding-left: 5px;
    padding-top: 26px;
    padding-bottom: 25px;
    margin-left: 10px;
    border-bottom: 1px solid #212C32;
    color: #fff;
    display:block;
}
.mobile-menu.animation-in-process a {
    border-bottom: 1px solid transparent;
}
.mobile-menu a:hover, .mobile-menu a:focus {
    text-decoration: none;
}

.mobile-menu a.active {
    color: #57A203;
}

.mobile-menu a.contrast {
    color: #8D9594;
}

.mobile-menu li {
    list-style: none;
}

.mobile-menu .custom-icon {
    opacity: 1;
}
.mobile-menu .close {
    float: left;
    margin: 0 10px;
}
.mobile-menu .close.repositioned {
    float: right;
}

.mobile-menu ul {
    display: none;
    padding-left: 0px;
}
.mobile-menu ul.animation {
    position: absolute;
    width: 100%;
    top: 44px;
}
.mobile-menu ul.path {
    display: block;
}

.mobile-menu ul.path > li {
    display: none;
}

.mobile-menu ul.path > li.path {
    display: block;
}

.mobile-menu ul.active {
    display: block;
}

.mobile-menu .drillup-trigger {
    float: left;
    margin: 0 10px;
    display: none;
}
.mobile-menu .drillup-trigger.repositioned {
    display: inline;
}

.mobile-menu .drilldown-trigger > .custom-icon {
    vertical-align: text-bottom;
    margin-left: 7px;
}
.mobile-menu .hide {
    display: none;
}

.mobile-menu-header {
    text-align: center;
    color: #B1B3B3;;
    height: 24px;
}
.mobile-menu a.activePage {
    color: #6BC200;
}



#menu .mega.nav .dropdown-menu {
    background: rgba(5, 20, 26, 0.93);
    min-height: 346px;
    padding-top: 44px;
    padding-left: 62px;
}

#menu .mega.nav .close.big {
    opacity: 1;
}

#menu .mega.nav .dropdown-menu ul {
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#menu .mega.nav .theGrid {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
}
#menu .mega.nav .theGridx2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
}
#menu .mega.nav .subcategory-list {
    position: relative;
}
#menu .mega.nav  .divider {
    background: rgba(103,103,103,0.50);
    height:100%;
    width: 2px;
    position: absolute;
    right: 0px;
    top: 5px;
}
#menu .mega.nav .theGrid:last-child .divider{
    display: none;
}
#menu .mega.nav .subcategory-headline {
    font-size: 16px;
    color: rgba(255,255,255,0.50);
    letter-spacing: 0.22px;
}
#menu .mega.nav .subNavi-content {
    margin-top: 70px;
    display: flex;
}

#menu .mega.nav .subcategory-list {
    width: 270px;
    min-height: 120px;
    margin-right: 40px;
}

#menu .mega.nav .subcategory-item {
    list-style: none;
}

#menu .mega.nav .subcategory-item a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.22px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#menu .mega.nav > li.dropdown.open {
    position: static;
}
#menu .mega.nav > li.dropdown.open .dropdown-menu {
    width: 100%;
    top: auto;
    min-height: 650px;
}
#menu .dropdown-menu .mega-nav{
    padding-left: 0px;
}

#nav-main.navbar-default .navbar-nav > .open > a, #nav-main.navbar-default .navbar-nav > .open > a:hover, #nav-main.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

#menu.collapse.navbar-collapse.nav-hide {
    display: none!important;
}
.searchbar {
    display: none;
}
.searchbar input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 16px;
    color: #fff;
    font-weight: bold;
}
.action-searchbar {
    height: 100%;
    padding: 10px;
    width: 10px;
    display: inline-block;
}
.menuePoint_custom #profileDropdown {
    border: none;
}
.menuePoint_custom .profileLoggedIn{
    background: rgba(0, 55, 75, 0.69);
}



.subcategory-item li {
    position: relative;
}
.multidropdown-trigger.active .multidropdown-indicator {
    border-color: transparent rgba(0, 55, 75, 0.69) transparent transparent;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
}
#menu .mega.nav .subcategory-item a:hover, #menu .mega.nav .subcategory-item a:focus {
    text-decoration: none;
}
#menu .mega.nav .subcategory-item a.multidropdown-trigger.active {
    color: #0090C5;
}
#menu .mega.nav .subcategory-item a.multidropdown-trigger.active .custom-icon.chevron-right.tiny {
    background-image: url("/images/layout/icons/close_menu.svg");
    height: 17px;
    width: 17px;
}

#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown h6, #menu .nav.navbar-nav.mega .dropdown-menu.multidropdown h6 a {
    color: #fff;
    position:relative;
    font-size: 18px;
    line-height: 24px;

}
#menu .mega-nav .subNavi-content {
    margin-bottom: 50px;
}
#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown h6 .close {
    position: absolute;
    right:66px;
    top: 0px;
}

#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown .mega-nav {
    padding-right: 0px;;
}
#menu .nav.navbar-nav.mega .dropdown-menu.multidropdown .mega-nav > div {
    padding-top: 48px;
    padding-bottom: 48px;
}

.multidropdown-list {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-left:80px;
}
.multidropdown-list .multidropdown-list-content {
    padding-top: 94px;
}

.multidropdown-content {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    float: left;
    background: rgba(0, 55, 75, 0.69);
    padding-left: 45px;
}

.multidropdown-content-item {
    display: none;
}


#menu .multidropdown.dropdown-menu .mega-nav {
    height: 100%;
}

#menu .multidropdown .mega-nav .row {
    height: 100%;
}

#menu .multidropdown .multidropdown-content {
    height: 100%;
    position: absolute;
}

#menu .multidropdown .container.mega-nav {
    height: 100%;
}
#menu .multidropdown .multidropdown-content .subcategory-headline {
    margin-top: 63px;
}
#menu .multidropdown .subcategory-list {
    margin-right: 0px;
}
.multidropdown-content-item.active {
    display: block;
}
#nav-main .multidropdown a:hover, #nav-main .multidropdown a:focus, #nav-main .multidropdown a:active, #nav-main .multidropdown .active a {
    background-color: transparent;
}

#nav-main .mega-nav a:hover, #nav-main .mega-nav a:focus, #nav-main .mega-nav a:active, #nav-main .mega-nav .active a {
    background-color: transparent;
}
#menu .multidropdown .headline-left {
    display: inline-block;
    widht:10%;
    float:left;
}
#menu .multidropdown .headline-left .custom-icon{
    margin-left:0;
}
#menu .multidropdown .headline-right{
    display:inline-block;
    width:90%;
    float: left;f
}
#menu .multidropdown-content h6 .custom-icon{
    margin-left:0;
}


#nav-main .mega-nav .combodropdownmenu-title a.topLevel.menu-headline, #nav-main .mega-nav .combodropdownmenu-title a{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-top;
}



.dropdown-menu .ic-sm.ic-close {
    position: absolute;
    right: 50px;
    top: 50px;
}

.combodropdownmenu{
    padding-top:70px;
    padding-bottom:52px;
}

.subcategory-item li {
    position: relative;
}

#menu .mega.nav .subcategory-item a:hover, #menu .mega.nav .subcategory-item a:focus {
    text-decoration: none;
}

#menu .mega.nav .subcategory-item a.combodropdown-trigger.active, #menu .mega.nav .subcategory-item a.combimenu-trigger-detail.active {
    color: #0090C5;
}

#menu .mega.nav .subcategory-item a.combodropdown-trigger.active .custom-icon.chevron-right.tiny, #menu .mega.nav .subcategory-item a.combimenu-trigger-detail.active .custom-icon.chevron-right.tiny {
    background-image: url("/images/layout/icons/close_menu.svg");
    height: 17px;
    width: 17px;
}

#menu .nav.navbar-nav.mega .dropdown-menu.combodropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#menu .mega-nav .combodropdown-content {
    left: 85px;
    position: absolute;
    top: 45px;
}

#menu .nav.navbar-nav.mega .dropdown-menu.combodropdown .mega-nav {
    padding-right: 0px;;
}

#menu .nav.navbar-nav.mega .dropdown-menu.combodropdown .mega-nav > div {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 70px;
}

.combodropdown-list {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.combodropdown-list .combodropdown-list-content {
    padding-left: 28px;
    padding-top: 85px;
}

.combodropdown-content {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 40px;
}

.combodropdown-content-item-detail {
    background: rgba(0, 55, 75, 0.69);
    vertical-align: top;
    padding-left: 45px;
    padding-top: 45px;
    height: 100%;
    width: 78%;
    position:absolute;
    top:0;
    right:0;
    overflow: hidden;
}

.combodropdown-content-item-list h6:after {
    content: "";
    clear: both;
    display: block;
}

.combodropdown-content-item {
    display: none;
}


#menu .combodropdown.dropdown-menu .mega-nav {
    height: 100%;
    padding-left: 0;
}

#menu .combodropdown .mega-nav .row {
    height: 100%;
}

#menu .combodropdown .combodropdown-content {
    height: 100%;
    position: absolute;
}

#menu .combodropdown .subcategory-list {
    padding-top: 50px;
    margin-right: 0px;
}

.combodropdown-content-item.active {
    display: block;
}

#nav-main .combodropdown a:hover, #nav-main .combodropdown a:focus, #nav-main .combodropdown a:active, #nav-main .combodropdown .active a {
    background-color: transparent;
}

#nav-main .mega-nav a:hover, #nav-main .mega-nav a:focus, #nav-main .mega-nav a:active, #nav-main .mega-nav .active a {
    background-color: transparent;
}

#menu .mega-nav .combodropdown-content {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.combodropdown-content-item {
    height: 100%;
}

.combodropdown-content-item-list {
    width: 22%;
    float:left;
    padding-left: 61px;
    padding-top: 5px;
}

.combimenu-trigger-detail.active .combimenu-indicator {
    border-color: transparent rgba(0, 55, 75, 0.69) transparent transparent;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
}

#menu .combodropdown-content-item-list .headline-left {
    display: inline-block;
    width: 19px;
    float:left;
    height: 1px;
    position: relative;
}

.combodropdown-content-item-list .ic-xs.ic-chevron_right_white{
    position: absolute;
    right: 5px;
    top: 6px;
    vertical-align: bottom;
}

#menu .combodropdown-content-item-list .headline-right{
    display:inline-block;
    width:90%;
    float: left;
    margin-top: -1px
}

#menu .combodropdown-content h6 a{
    font-size: 18px;
}

#menu .combodropdown-content .multidropdown-list-content {
    padding-top: 100px;
    padding-left: 6px;
}

#menu .combodropdown-content-item-detail .subcategory-list{
    margin-top: 70px;
}

#menu .mega.nav .combodropdownmenu .theGrid {
    padding-left: 25px;
}

#menu .mega.nav .combodropdownmenu-title .navbar .custom-icon, #menu .mega.nav .combodropdownmenu-title .custom-icon {
    margin-left: 3px;
}

#menu .mega.nav .headline-left .combodropdownmenu-title {
    line-height: 1.6;
}


#menu .combodropdown-content-item-list .headline-left {
    width: 22px;
}

#menu .combodropdown-content .combodropdown-content-item-list > h6 {
    margin-left: 2px;
    margin-top: 11px;
}

#menu .combodropdown-content-item-list .headline-left  .custom-icon{
    top: 0px;
}

#menu .mega.nav h6, #menu .mega.nav h6 a {
    font-size: 18px!important;
}

.combodropdown-content-item-detail .ic-close {
    right: 0px;
}

#menu .mega.nav .dropdown-menu {
    min-height: 532px;
    max-width: 100%;
}
#menu .mega.nav .dropdown-menu .combodropdown-content-item-detail ul.subcategory-list.col-xs-3 {
    width: 33%;
}

#nav-main .mainActive a.dropdown-toggle,
#nav-main .mainActive.open a.dropdown-toggle,
#nav-main .mainActive.open a.dropdown-toggle:hover,
#nav-main .mainActive.open a.dropdown-toggle:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.19);
}

.myprofile hr{
    border-top: 1px solid #676767;
    opacity: 0.3;
}

.congressCalendar.slider {
    margin-bottom: 20px;
}
.congressCalendar.slider {
    max-width: 1645px;
}
.congressCalendar.slider .congressCalendarSlide {
    background: #0c9ccf;
    background: -moz-linear-gradient(top,  #0c9ccf 0%, #0c9ccf 43px/*42px*/, #e4e4e4/*#F4F4F4*/ 43px/*42px*/, #e4e4e4/*#F4F4F4*/ 100%);
    background: -webkit-linear-gradient(top,  #0c9ccf 0%,#0c9ccf 43px/*42px*/,#e4e4e4/*#F4F4F4*/ 43px/*42px*/,#e4e4e4/*#F4F4F4*/ 100%);
    background: linear-gradient(to bottom,  #0c9ccf 0%,#0c9ccf 43px/*42px*/,#e4e4e4/*#F4F4F4*/ 43px/*42px*/,#e4e4e4/*#F4F4F4*/ 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9ccf', endColorstr='#e4e4e4/*#F4F4F4*/',GradientType=0 );
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #fff;
    vertical-align: middle;
}
.congressCalendar.slider .congressCalendarSlideHeadLine {
    background: #0C9CCF;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
}
.congressCalendar.slider .congressCalendarSlideHeadLine input {
    color: #797979;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
}
.congressCalendar.slider .congressCalendarSlideHeadLine input.congressCalendarEditorDateValue {
    width: 100%;
}
.congressCalendar.slider .congressCalendarSlideHeadLine .congressCalendarEditorDeleteDate {
    position: absolute;
    top: 0;
    right: 20px;
    width: 23px;
    height: 23px;
    background: url("http://ktm-2-dev.ps.bt.systems/datafiles/images/backend/icons/del_item.png");
    border-width: 0;
    cursor: pointer;
}

.congressCalendar.slider .congressCalendarSlidePeriod {
    background: #F4F4F4;
    color: #797979;
    height: 100px;
    display: flex;
    align-items: center;
    /*border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;*/
}
.congressCalendar.slider .congressCalendarSlidePeriod .congressCalendarEditorDeletePeriod {
    position: absolute;
    top: 0;
    right: -5px;
    width: 24px;
    height: 24px;
    background: url("http://ktm-2-dev.ps.bt.systems/datafiles/images/backend/icons/del_item.png");
    border-width: 0;
    cursor: pointer;
}
.congressCalendar.slider .congressCalendarSlidePeriod.open {
    /*border-bottom-color: #e4e4e4;*/ /*#F4F4F4*/
}
.congressCalendar.slider .congressCalendarSlidePeriod > .congressCalendarTime {
    color: #0C9CCF;
    font-weight: bold;
    text-align: center;
}
.congressCalendar.slider .congressCalendarSlidePeriod > .congressCalendarTime input[type=text] {
    width: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.congressCalendar.slider .congressCalendarSlidePeriod > .congressCalendarShort {
    max-height: 100px;
    overflow: auto;
}
.congressCalendar.slider textarea {
    height: 99px;
    width: 100%;
    overflow: auto;
}
.congressCalendar.slider .congressCalendarSlidePeriod > .congressCalendarIcon {
    height: 80px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.congressCalendar.slider .congressCalendarSlidePeriod > .congressCalendarIcon.empty {
    opacity: 0.3;
}
.congressCalendar.slider .congressCalendarFullContainer {
    background: #F4F4F4;
    color: #797979;
    /*border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;*/
}
.congressCalendar.slider .congressCalendarEmptyContainer {
    background: #F4F4F4;
    padding: 0 20px;
    height: 2px;
}
.congressCalendar.slider .congressCalendarEmptyContainer.open {
    background: #FFF;
    /*padding: 20px 20px 0;*/
}
.congressCalendar.slider .congressCalendarEmptyContainer:last-child .congressCalendarEmpty {
    background: #fff none repeat scroll 0 0;
    border-color: #F4F4F4;
    border-style: none;
    border-width: 0;
}
.congressCalendar.slider .congressCalendarEmpty {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px;
}

.congressCalendar.slider .slider-controls {
    position: absolute;
    display: block;
    background: #fff;
    top: 0;
    bottom: 0;
    width: 40px;
    border-width: 0;
    height: 100%;
    overflow: visible;
}
.congressCalendar.slider .slider-controls.next {
    right: -20px;
}
.congressCalendar.slider .slider-controls.prev {
    left: -20px;
}
.congressCalendar.slider .slider-controls span {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.congressCalendar.slider .slider-controls.slick-disabled {
    visibility: hidden;
}
.congressCalendar.slider .slick-dots {
    list-style: outside none none;
    text-align: center;
    z-index: 15;
}
.congressCalendar.slider .slick-dots li {
    display: inline-block;
}
.congressCalendar.slider .slick-dots li button:before {
    content:"";
}
.congressCalendar.slider .slick-dots li button {
    background: #FFF;
    border-width: 1px;
    border-color: #797979;
    border-radius: 10px;
    border-style: solid;
    font-size: 1px;
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    margin: 2px;
    padding: 0px;
}
.congressCalendar.slider li.slick-active button {
    background:#797979;
}

.container.congressInformation.default {
    margin-top: 15px;
    font-style: italic;
}

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

.ongoingCongresses.default h2.title {
    color: #000000;
    font-size: 46px;
    margin-bottom: unset;
    margin-left: unset;
    margin-right: unset;
    margin-top: 59px;
}

.ongoingCongresses.default span.subLine {
    color: #676767;
    display: block;
    font-size: 16px;
    margin-bottom: 56px;
    margin-left: unset;
    margin-right: unset;
    margin-top: 25px;
}

.ongoingCongresses.default .content-text {
    text-align: left;
}

.ongoingCongresses.default .content-text .content-date {
/*        font-family: HelveticaNeueLTStd-Bd;*/
    font-size: 16px;
    color: #6BC200;
    letter-spacing: 0px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.ongoingCongresses.default .content-text .btn-default {
    border: 2px solid #6BC200;
    color: #6BC200;
}

.ongoingCongresses.default .content-text .btn-default:hover, .ongoingCongresses.default .content-text .btn-default:focus, .ongoingCongresses.default .content-text .btn-default:active {
    background-color: #6BC200;
    border: 2px solid #6BC200;
    color: #ffffff;
}

.ongoingCongresses.default .content-text .btn-default .ic-xs.ic_chevron_right,
.ongoingCongresses.default .content-text .btn-contrast .ic-xs.ic_chevron_right {
    background-image: url("/images/layout/icons/chevron_bulletpoint_bayergreen.svg");
    left: 15px;
    position: absolute;
    top: 16px;
}

.ongoingCongresses.default .content-text .btn-default:hover .ic-xs.ic_chevron_right,
.ongoingCongresses.default .content-text .btn-default.ic_chevron_right:focus,
.ongoingCongresses.default .content-text .btn-default:active .ic-xs.ic_chevron_right,
.ongoingCongresses.default .content-text .btn-contrast:hover .ic-xs.ic_chevron_right,
.ongoingCongresses.default .content-text .btn-contrast.ic_chevron_right:focus,
.ongoingCongresses.default .content-text .btn-contrast:active .ic-xs.ic_chevron_right {
    background-image: url("/images/layout/icons/chevron_big_right_white.svg");
    height: 17px;
    width: 18px;
}



.accordion.default .ui-icon,
.accordion.default .ui-widget-content .ui-icon {
    background-image: url("/images/layout/icons/plus_blau.png");
    height: 68px;
    width: 62px;
    background-position: 0px 0px;
    margin-bottom: 0px;
    margin-top: -16px;
    margin-right: 25px;
    position: absolute;
    right: 0;
}

.accordion.default .ui-state-active .ui-icon,
.accordion.default .ui-button:active .ui-icon {
    background-image: url("/images/layout/icons/minus.png");
    height: 68px;
    width: 62px;
    background-position: 0px 0px;
    margin-bottom: 0px;
    margin-top: -16px;
    margin-right: 25px;
    position: absolute;
    right: 0;
}



.accordion.default .ui-corner-all,
.accordion.default .ui-corner-bottom,
.accordion.default .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}
.accordion.default .ui-corner-all,
.accordion.default .ui-corner-bottom,
.accordion.default .ui-corner-left,
.accordion.default .ui-corner-bl {
    border-bottom-left-radius: 10px;
}
.accordion.default .ui-corner-all,
.accordion.default .ui-corner-top,
.accordion.default .ui-corner-right,
.accordion.default .ui-corner-tr {
    border-top-right-radius: 10px;
}
.accordion.default .ui-corner-all,
.accordion.default .ui-corner-top,
.accordion.default .ui-corner-left,
.accordion.default .ui-corner-tl {
    border-top-left-radius: 10px;
}

.accordion.default .ui-accordion .ui-accordion-header {
    height: 68px;
}

.accordion.default .ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-header-active.ui-state-active.ui-accordion-icons.ui-state-hover {
    background: #0081b0 none repeat scroll 0 0;
}

.accordion.default .ui-accordion-icons {
    padding-left: 68px;
    padding-top: 15px;
    font-size: 20px;
    border: 0 none;
}
.accordion.default img {
    max-width: 100%;
}
@media (max-width: 543px) {
    .accordion.default .ui-accordion-icons {
        padding-left: 10px;
        padding-right: 40px;
    }
    .accordion.default .ui-icon, .accordion.default .ui-widget-content .ui-icon {
        margin-right: 0px;
    }
}

.ContentOverview.Slider .slider_single_wrapper img {
    width: 100%;
}

.ContentOverview.Slider .slick-slide > .slick-slide,
.ContentOverview.Slider .slick-slide > .slick-slide {
    margin-bottom: 25px;
}

.ContentOverview.Slider .slick-slide > div h4,
.ContentOverview.Slider .slick-slide > div h4 {
    height: 55px;
}

.ContentOverview.Slider .slick-slide .slider_single_wrapper,
.ContentOverview.Slider .slick-slide .slider_single_wrapper {
    min-height: 525px;
    padding-bottom: 20px;
}
.slider_single_wrapper {
    position: relative;
    margin-bottom: 20px;
}

.ContentOverview.CongressSliderAll.content.newsList {
        background-color: #FFFFFF;
    position: relative;
}

.ContentOverview.CongressSliderAll .content-text {
    min-height: 184px;
    padding-top: 30px;
}

.ContentOverview.CongressSliderAll .content-subtitle {
    color: #676767;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.ContentOverview.CongressSliderAll .text-small {
    color: #6f6f6f;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-left: 5px;
    vertical-align: text-bottom;
    text-transform: uppercase;
}

.ContentOverview.CongressSliderAll .text-small.blue {
    color: #0090c5;
}

.ContentOverview.CongressSliderAll .text-normal {
    color: #6f6f6f;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.ContentOverview.CongressSliderAll .text-bold {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.ContentOverview.CongressSliderAll .icon-container {
    display: inline-block;
    vertical-align: top;
    width: 4%;
}

.ContentOverview.CongressSliderAll .text-container {
    display: inline-block;
    width: 94%;
}

.ContentOverview.CongressSliderAll .headline-small {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.ContentOverview.CongressSliderAll .custom-icon {
    color: #ffffff;
}

.ContentOverview.CongressSliderAll .headline-medium {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 36px;
    vertical-align: sub;
}

.ContentOverview.CongressSliderAll .slick-dots {
    display: none!important;
}

.ContentOverview.Slider.CongressSliderAll .slider-controls.slick-arrow {
    cursor: pointer;
    height: 240px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 66px;
}

.ContentOverview.CongressSliderAll .content-descriptionShort {
    max-height: unset;
    overflow: hidden;
}

.ContentOverview.CongressSliderAll a {
    text-decoration: none;
}

.ContentOverview.CongressSliderAll a.moreReports .headline-medium {
    color: #0090c5;
    font-weight: 400;
}

.blueimp-gallery {

    background-color: rgba(231, 231, 231, 0.93);
}
.blueimp-gallery > .next, .blueimp-gallery > .prev {
    border: none;
    background-color: transparent;
    color: #fff;
    opacity: 1;
}
.blueimp-gallery > .indicator > li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}



.blueimp-gallery > .indicator > li:hover {
    background-color: #B1B3B3;
    border-color: #B1B3B3;
}

.blueimp-gallery > .indicator > li.active {
    background-color: #B1B3B3;
    border-color: #B1B3B3;
}

.blueimp-gallery > .indicator > li {
    background-image: none!important;
    background-color: #FFFFFF;
    border: 1px solid;
    border-radius: 12px;
    box-shadow: none;
    height: 12px;
    width: 12px;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    max-height: 700px;
}

.panel-default {
        margin-bottom: 30px;
    }
        .pageAccordion{
        padding-bottom: 50px;
    }

    .pageAccordion .title-default{
        margin-left: 30px;
        color: #fff;
    }
    .pageAccordion .accordionWrapper{
        width: 100%;
        min-height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .pageAccordion .imageWrapper {
        height: 576px;
        background-position: left;
        background-repeat: no-repeat;
    }
    .pageAccordion .realImage .imageWrapper {
        height: auto;
    }
    .panel-heading {
        padding: 0;
        position:relative;
    }
    .pageAccordion .linkWrapper {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 50px;
    }
    .pageAccordion .linkWrapper {
        left: 65px;
        right: 65px;
    }
    .pageAccordion .linkWrapper a{
        background-color: #fff;
        color: #e46c0a;
        position:relative;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        display: inline-block;
    }
    .pageAccordion .linkWrapper a.reverse{
        background-color: #fff;
        color: #e46c0a;
        position:relative;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        display: inline-block;
    }
    .pageAccordion .linkWrapper a.collapsed{
        background-color: #e46c0a;
        color: #fff;
    }
    .pageAccordion .grey-tab .linkWrapper a.collapsed{
        background-color: #9b9b9b;
    }
    .pageAccordion .linkWrapper a.reverse.collapsed{
        background-color: #fff;
        color: #6F6F6F;
    }
    .pageAccordion .linkWrapper a:after{
        content: "\f068";
        color: #e46c0a;
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font: normal normal normal 14px/1 FontAwesome;
    }
    .pageAccordion .linkWrapper a.collapsed:after{
        content: "\f067";
        color: #fff;
    }
    .pageAccordion .linkWrapper a.reverse.collapsed:after{
        content: "\f067";
        color: #e46c0a;
    }
    .pageAccordion .linkWrapper a span{
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .pageAccordion .linkWrapper a span.collapsText{
        display: none;
    }
    .pageAccordion .linkWrapper a.collapsed span.collapsText{
        display: inline;
    }
    .pageAccordion .linkWrapper a.collapsed span.infoText{
        display: none;
    }
    .pageAccordion .linkWrapper a.reverse.collapsed span.infoText{
        display: inline;
    }
    .pageAccordion .linkWrapper a span.infoText{
        display: inline;
    }
    .pageAccordion .linkWrapper a.collapsed span.collapsTextMobile{
        display: none;
    }
    .pageAccordion .linkWrapper a span.collapsTextMobile{
        display: none;
    }
    .pageAccordion .linkWrapper a.collapsed span.collapsTextMobile{
        display: none;
    }
    .panel-heading .bannerInfo {
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
        top: 0;
        width: 40%;
        text-align: left;
        padding: 30px 80px 20px 20px;
        height: 100%;
        display: block;
    }
    .panel-heading .description {
        font-size: 30px;
        line-height: 1.1;
    }
    .panel-heading .bannerContentSmall {
        display: none;
    }
    .panel-heading .itemForSectionMenu {
        visibility: hidden;
        width: 1px;
        height: 1px;
    }
    .panel-heading .itemForSectionMenu .headline_override {
        margin: 0;
    }
    .pageAccordion .linkWrapper a span.infoTextMobile, .pageAccordion .linkWrapper a.collapsed span.infoTextMobile{
        display: none;
    }
        .special-list .panel .panel-default{
    border-color: #e46c0a;
    }
    .accordion-wrapper-color .panel-title{
    min-height: 50px;
    }
    .accordion-wrapper-color .panel-heading{
    background-color: unset;
    }

    div#accordion3{
    background-color: #e46c0a;
    }

    .special-list .panel-body{
    margin : 0 20px;
    background-color: #F4F4F4;
    }

    .special-list .ListMenuDetail{
        background-color: #fff;
    }

    .special-list table {
        background-color: #fff;
    }

    .special-list table th{
        color: #E46C0A;
    }

    .special-list a{
        text-decoration: underline;
    }

       .special-list .panel-default{
        background-color: #E46C0A;
   }

    .special-list th{
        color: #E46C0A;
    }

    .panel-group .panel{
        margin-bottom: 30px;
    }

    .special-list .panel-group .panel{
        margin-bottom: 0px;
    }
    @media (max-width: 991px){
        .pageAccordion .title-default {
            margin-left : 0 30px;
        }
        .pageAccordion .imageWrapper {
            background-size: 1040px 100%;
        }
        .pageAccordion .realImage .imageWrapper {
            height: auto;
        }
        .pageAccordion .linkWrapper {
            left: 30px;
            right: 30px;
        }
        .pageAccordion .panel-body{
            margin: 0 30px;
        }
        .pageAccordion .linkWrapper a span.infoText{
            display: none;
        }
        .pageAccordion .linkWrapper a span.infoTextMobile{
            display: inline;
        }
        .dark .panel-heading .imageWrapper{
            background-color: black;
        }
        .dark .panel-heading .bannerContentSmall {
            background-color: #000;
        }
        .panel-heading .bannerInfo {
            padding-right: 5%;
            width: 37%;
        }
        .special-list .panel-body {
            margin : 0 30px;
        }
    }
    @media (max-width: 768px){
        .panel-heading .bannerContentSmall {
            display: block;
            width: 100%;
            z-index: 0;
            padding: 30px;
            background-color: #F4F4F4;
            color: white;
            padding: 5px 30px 50px 30px;
        }
        .panel-heading .bannerInfo {
            display: none;
        }
        .panel-heading .bannerContentSmall .banner-title{
            padding-right: 20px;
            line-height: 30px;
            font-size: 23px;
        }
    }
    @media (max-width: 544px) {
        .panel-group.pageAccordion .panel-default .panel-heading>.bannerContentSmall{
            padding: 5px 20px 50px 20px;
        }
        .panel-heading .bannerContentSmall .description,
        .panel-heading .bannerContentSmall .description span{
            font-size: 19px;
            line-height: 1.3;
        }
        .panel-heading .bannerContentSmall .banner-title{
            padding-right: 20px;
            font-size: 23px;
        }
        .pageAccordion .imageWrapper {
            height: 280px;
            background-size: 700px 100%;
        }
        .pageAccordion .realImage .imageWrapper {
            height: auto;
        }
        .pageAccordion .linkWrapper a span.collapsTextMobile, .pageAccordion .linkWrapper a.collapsed span.collapsTextMobile{
            display: inline;
        }
        .pageAccordion .linkWrapper a span.infoText,.pageAccordion .linkWrapper a span.infoTextMobile,
        .pageAccordion .linkWrapper a.collapsed span.collapsText{
            display: none;
        }
    }

.centerItemSlide {
    background-color: #FFF;
}
.prev .ic-chevron_right_devices {
    transform: rotate(180deg);
}
/*        .slick-slide {
    width: calc(100% / 3 - 100px);
}*/
.centerSlideTopPag .slideWrapper {
    opacity: 0.7;
    transition: opacity 1s;
    margin: 0 50px;
    /*width: calc(100% / 3 - 100px);*/
}
.centerSlickDesc .descriptionWrapper {
    transition: opacity 0.7s;
    opacity: 0;
}
.slick-active .descriptionWrapper,
.slick-current .descriptionWrapper{
    opacity: 1;
    transition-timing-function: ease-in-out;
}
.slick-active.slick-center,
.slick-current.slick-center {
    opacity: 1;
    transition-timing-function: ease-in-out;
}
.centerSlick .image {
    margin-bottom: 10px;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slick-dots li button {
    background: #797979 none repeat scroll 0 0;
    border-color: #797979;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 1px;
    height: 10px;
    margin: 2px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
li.slick-active button,
li.slick-current button {
    background: #fff none repeat scroll 0 0;
}
.centerSlideTopPag .slick-dots li {
    display: inline-block;
    cursor: pointer;
}
.centerSlideTopPag .container-fluid{
   padding: 0;
}

.centerSlideTopPag .slick-dots li .customDotsCenter {
    color: #6F6F6F;
    font-weight: bold;
    margin: 45px;
    font-size: 18px;
}
.centerSlideTopPag .slick-dots li.slick-active .customDotsCenter {
    color: #e46c0a;
}
.centerSlideTopPag .slick-dots li .customDotsCenter:hover,
.centerSlideTopPag .slick-dots li .customDotsCenter:focus {
    text-decoration: none;
}
.slick-dots {
    list-style: outside none none;
    text-align: center;
    z-index: 15;
    padding: 0;
    width: 100%;
}
.slider-controls.slick-arrow .ic-chevron_right_devices {
    margin-top: -20px;
    top: 50%;
}
.slider-controls.slick-arrow.next {
    right: 0;
}
.slider-controls.slick-arrow.prev {
    left: 0;
}
.slider-controls.slick-arrow {
    cursor: pointer;
    height: 100%;
    text-align: center;
    width: calc(20% + 65px);
    position: absolute;
    top: 0;
    z-index: 100;
}
.SectionMenuDropdown .slider-controls.slick-arrow{
    width: 0;
}
@media (max-width: 991px) {
    .slider-controls.slick-arrow {
        width: calc(10% + 40px);
    }
    .centerSlideTopPag .slideWrapper {
        margin: 0 40px;
    }
}
@media (max-width: 544px) {
    .centerSlideTopPag .slideWrapper {
        margin: 0 10px;
    }
    .centerSlick .ratio {
        background-size: contain;
    }
}
.centerSlick .ratio {
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
}
.slider-controls.slick-arrow.next {
    text-align: left;
}
.slider-controls.slick-arrow.prev {
    text-align: right;
}
.slick-disabled {
    opacity: 0.5;
}


.forgotPassword-overlay hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.noContactPerson {
    display:none;
}
.contactPerson {
    display:none;
}
input[type="radio"].OEMcompany:checked ~ .contactPerson{
    display: block;
}
#none:checked ~ .noContactPerson{
    display: block;
}
.OEM-overlay-content {
    text-align: justify;
}

.webcastFormOverlay .overlay-content {
    background: none;
}
.webcastFormOverlay .overlay-logo-container, .webcastFormOverlay .overlay-logo-container-mobile{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 5px auto;
}
.webcastFormOverlay .overlay-logo-container-mobile {
    width: 70%;
    margin: 20px auto;
}
.webcastFormOverlay .overlay-logo-container>img{
    flex: 0 0 auto;
}
.webcastFormOverlay .overlay-logo-container>img:last-child{
    margin-left: auto;
}
.webcastFormOverlay .overlay-logo-container-mobile>img {
    max-height: 40px;
    max-width: 50%;
}
.webcastFormOverlay .overlay-logo-container-mobile>img:last-child {
    margin-left: 20px;
}
.options{
    padding-top: 20px;
}
hr {
    border-top: 3px solid #000;
}
.overlappingOrWrapper {
    position:relative;
}
.overlappingOr {
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    padding: 0 20px;
    font-weight: bolder;
    color: #A1A1A1;
}
.webcast-Data {
    margin-top:30px;
}
.btn-default[disabled="disabled"] {
    background-color: #fff;
    border-color: #A1A1A1;
    color: #A1A1A1;
}
.btn-default[disabled="disabled"] .ic-xs.ic_chevron_right,
.btn-default:hover[disabled="disabled"] .ic-xs.ic_chevron_right,
.btn-default:focus[disabled="disabled"] .ic_chevron_right,
.btn-default:active[disabled="disabled"] .ic-xs.ic_chevron_right,
.btn-contrast:hover[disabled="disabled"] .ic-xs.ic_chevron_right,
.btn-contrast:focus[disabled="disabled"] .ic_chevron_right,
.btn-contrast:active[disabled="disabled"] .ic-xs.ic_chevron_right {
    background-image: url(/images/layout/icons/chevron_bulletpoint_right_grey.svg);
    position: absolute;
    left: 15px;
    top: 16px;
}
.signup-overlay .overlay-content {
    background: white;
}

.liverFormOverlay .overlay-content {
    background: none;
}
.liver-Data {
    margin-top:30px;
}


.paginationBox {
    padding-top: 10px;
}

.congress-slider.defaultSlider .content-descriptionShort {
    max-height: 100%;
    overflow: auto;
}
.TabMenuDetail {
    position: relative;
    margin-bottom: 20px;
}
.TabMenuDetail .subline {
    padding: 15px;
}
.TabMenuDetail .tab_item {
    text-align: center;
}
.TabMenuDetail li {
    display: inline-block;
    float: none;
}
.TabMenuDetail .tab_item {
    padding-top: 20px;
}
.TabMenuDetail .speak {
    visibility: hidden;
}

.productSlider{
    margin-bottom: 20px;
}
.visible-xs .SectionMenuOptionList.open a {
    width: 100%;
}
.html.simple .description {
    color: #676767;
}


.audio_multilanguage .filterBox .type {
    text-transform: uppercase;
    text-align: center;
}
.audio_multilanguage .filterBox .type a {
    border-left: 1px solid #6f6f6f;
    color: #6f6f6f;
    padding: 0 10px;
}
.audio_multilanguage .filterBox .type a.active {
    color: #0090c5;
}



.audio_multilanguage .filterBox .type a:first-child {
    border-left: 0 none;
}
.audio_multilanguage .lingual_tab_item {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
.audio_multilanguage .lingual_tab_item > a {
    padding-top: 10px;
    border-radius: 10px;
    display:block;
}
.audio_multilanguage .lingual_tab_item > a.active {
    background-color: #0090c5;

}
.audio_multilanguage .lingual_tab_item .language_label {
    padding-top: 5px;
    padding-bottom: 5px;
}
.audio_multilanguage .lingual_tab_item > a.active .language_label {
    color: #fff;
}
.audio_multilanguage .audiolink {
    padding: 10px 20px;
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    margin-top: 5px;
    margin-bottom: 5px;
}
.audio_multilanguage .lingual_selection {
    padding: 10px 20px;
}
.audio_multilanguage .audio_overview {
    padding: 10px 20px;
}

.carousel.slide .img-responsive {
    width: 100%;
}

.fancyboxLink {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.fancyboxGlass {
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 35px;
}
.fancyboxGlass img {
    width: 100%;
}

.downloadImageContainer {
    width: 100%;
    padding-bottom: 145%;
    overflow: hidden;
    position: relative;
}
.downloadImageContainer img {
    position: absolute;
    width: 100%;

    /* height: 100%; entfernt wegen  https://radiology.bayer.com/products-and-services/nuclear-medicine/medrad-intego - Download Bilder verzerrt*/
    top: -100%;
    bottom: -100%;
    right: -100%;
    left: -100%;
    margin: auto;
}
.tab_item .video.default .img-responsive {
    width: 100%;
}
.categoryMultiGallery .galleryEntry {
    max-width: 410px;
}
.defaultSlider.Slider.ContentOverview .article-item .img-responsive {
    min-height: 200px;
}

.categoryMultiGallery .galleries .gallery .galleryImage {
    height: 250px;
}
@media print {
    .blueimp-gallery,footer,header,.do_not_print {
        display:none;
    }
}

.ContentOverview.SliderDoubleRow .content-name{
    overflow: hidden;
}


.Commented-HTML img,.contentDescription img {
    max-width: 100%;
}
.contentGallery .slick-dots {
    list-style: outside none none;
    text-align: center;
    z-index: 15;
    padding: 0;
}
.contentGallery .slick-dots li {
    display: inline-block;
}
.contentGallery .slick-dots li button {
    background: #797979 none repeat scroll 0 0;
    border-color: #797979;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 1px;
    height: 10px;
    margin: 2px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
.contentGallery li.slick-active button {
    background: #fff none repeat scroll 0 0;
}
.galery .slick-dots {
    list-style: outside none none;
    text-align: center;
    z-index: 15;
    padding: 0;
}
.galery .slick-dots li {
    display: inline-block;
}
.galery .slick-dots li button {
    background: #797979 none repeat scroll 0 0;
    border-color: #797979;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 1px;
    height: 10px;
    margin: 2px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
.galery li.slick-active button {
    background: #fff none repeat scroll 0 0;
}
@media (max-width: 543px) {
    .galery.default .innerimage {
        height: 200px;
    }
    .galery.default .content-gallery-description {
        margin-bottom: 50px;
    }
}
@media (max-width: 544px) {
    .ContentOverview.Slider .slick-list {
        width: 100%;
        margin-left: 0px;
    }
    .categoryMultiGallery .galleries .gallery .galleryImage {
        max-width: 320px;
    }
}

@media print {
  a[href]:after {
    content: none;
  }
  * {-webkit-print-color-adjust:exact;}
}
.categoryTeaserStage.categoryTeaserSlideShow.specialSolutionforHyperFancyContentBanner .categoryTeaser3Banner .categoryTeaserSlideShowElement {
    height: 780px!important;
}
.video_position > .container.jumpnode_container {
    width: 60%;
}
.jumpnodemenu {
    text-align: center;
}
.jumpnodemenu li {
    background-color: #0090C5;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 5px;
}
.jumpnodemenu li a {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
}
@media (max-width: 543px) {
    .jumpnodemenu li a {
        padding: 0;
        color: #0090C5;
    }
    .jumpnodemenu li {
        margin: 0px 5px;
        background-color: transparent;
    }
}

/* Small devices (S) */
@media (min-width: 544px) and (max-width: 991px) {
    .jumpnodemenu li a {
        padding: 5px 10px;
    }
}

/* Bayer Mobile Tablet Portrait */
@media (min-width: 992px) and (max-width: 1365px) {
    .multidropdown-list,.combodropdown-content-item-list {
        padding-left: 15px;
    }
}

.Gadovist .even h3{
    margin-top: 0;
}
.Gadovist .even td{
    border-top: none;
}
.Gadovist .Commented-HTML h1.gadovist, .mainHTML .gadovist {
    color: #BD197A;
}
 /*.Gadovist .Commented-HTML .mainHTML ul.gadovist {

   content: "\f00c";
     list-style-image: url("/images/layout/icons/chevron_bulletpoint_gadovist.svg");
    background-image: url('/images/layout/icons/chevron_md_forms_invalid.svg');
}
*/
.Gadovist ul.gadovist li{
    list-style: none;
}
.Gadovist ul.gadovist li::before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #BD197A;
    padding-right: 8px;
    font-size: 1.1em;
}


/*.Gadovist .Commented-HTML .mainHTML ul.gadovist li {
    content: "\f00c";
    font-size: 18px;
    color: #6F6F6F;
    line-height: 32px;
}*/
h4.white{
color: #FFFFFF;
}
.bg-Gadovist{
    padding: 15px;
    color: #FFFFFF;
}
.galery.imgAndLink {
    margin-bottom: 25px;
}


.productDetailBanner .banner-container {
    display: block;
}
.productDetailBanner .banner-container img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}




.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .indicator,
.blueimp-gallery > .play-pause {
    display: block;
}
.blueimp-gallery > h3.title {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0 45px;
    max-height: 120px;
    overflow: auto;

    bottom: 40px;
    margin-top: 10px;
    left: 0;
    right: 0px;
    max-width: 1200px;
    margin: 0px auto;
    color: #676767;
    text-shadow: none;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


.hero .carousel .item > a {
    display: block;
    width: 100%;
    position: static;
    height: 100%;
}


.ContentOverview.slider .content-image-wrapper {
    min-height: inherit;
}
.ContentOverview.Slider .slider_single_wrapper img {
    max-height: 100%;
}

.container.categoryTeaserStage.TabMenuDetail .video {
    max-width: 900px;
    margin: auto;
}


/* Image captions and Cards from old system */

ul.card-container {
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}
.card-container.tiled {
    margin:-8px;
}
.card {
    display:block;
    background-color:#FFFFFF;
    border-radius:2px;
    box-shadow:0 1px 0 0 RGBA(0, 0, 0, 0.15);
    margin:16px 0;
}
.card .header {
    display:block;
    padding:16px;
    color:#6F6F6F;
    font-size:1.2em;
}
.card .header .secondary {
    float:right;
}
.card .header .hero {
    display:block;
    margin:-16px;
}
.card .header .hero img {
    border-radius:2px 2px 0 0;
}
.card .content {
    display:block;
    padding:16px;
}
.card .content .excerpt {
    display:block;
    height:4.5em;
    overflow:hidden;
}
.card .controls {
    display:block;
    padding:16px;
    border-top:1px solid #C2C2C2;
}
ul.card-container .tile {
    display:inline-block;
    vertical-align:top;
    width:25%;
}
ul.card-container .tile .card {
    margin:8px;
}
ul.card-container li.card:first-child {
    margin-top:0;
}
.image-caption {
    font-style: italic;
    float: left;
    width: 15%;
    max-width: 200px;
    margin: 0 10px 0 0;
}
.image-caption .image {
    width: 100%;
    height: auto;
    display: block;
}
.image-caption .caption {
    display: block;
    padding: 8px;
    font-size: 0.9em;
}

.image-caption.right {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
.image-caption.large {
    width: 30%;
    max-width: none;
}

@media (max-width: 1024px) {
    .image-caption {
        width: 25%;
    }
    .image-caption.large {
        width: 45%;
    }
}
@media (max-width: 600px) {
    .image-caption {
        width: 25%;
    }
    .image-caption.large {
        width: 40%;
    }
}
@media (max-width: 480px) {
    .image-caption {
        width: 30%;
    }
    .image-caption.large {
        width: auto;
        float: none;
        margin: 0;
    }
}
@media (max-width:340px) {
    .image-caption {
        width: 40%;
    }
}

.close-overlay {
    z-index: 999999999999999;
}

.boxGrey {
    width:100%;
    display:inline-block;
    background-color: #EAEAEA;
    padding: 30px;
    position: relative;
}
.cutCorner:before {
    position: absolute;
    content: " ";
    border-width: 0px 0px 50px 50px;
    left: 0;
    top: 0;
    border-color: transparent;
    border-left-color: #fff !important;
    border-style: solid;
}
.cutCorner:after {
    position: absolute;
    content: " ";
    border-width: 50px 50px 0px 0px;
    right: 0;
    bottom: 0;
    border-color: transparent;
    border-right-color: #fff !important;
    border-style: solid;
}

.wrapperCategoryTeaser12Contents{
    padding:5%;
}

.bigSubtitle{
    margin-top:75px;
    font-weight: bold;
    font-size: 20px;
}

.fontSize{
    font-size:20px;
}
.row.flexedRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.glyphicon.glyphicon-lock.rightSide{
    float:right;
}

[data-tooltip] {
    border-bottom: 1px dashed #666;
    cursor: help;

}
[data-tooltip]:before, [data-tooltip]:after {
    content: '';
    transform: translateX(-50%);
    z-index: 10;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    position: absolute;
    left: 50%;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    transition: transform 0.3s ease;
    transform: translateX(-50%) translateY(5px);
}
[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    top: calc(100% + 5px);
    left: 50%;
    background: #383838;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    padding: 8px;
    white-space: nowrap;
    font-size: 12px;
}
[data-tooltip].tooMuchLines:hover:after {
    white-space: pre-wrap;
    min-width: 400px;
}
.Commented-HTML.border.odd {
        border: solid 4px #f4f4f4;
}
h2[data-headline="false"] {
    margin: 0;
    opacity: 0;
    pointer-events: none;
    height: 0;
}



.Stellant .accordion-wrapper-color{
        background-color: #003478;
    }





    .re-devices h2{
        font-size: 34px;
        line-height: 1.2;
    }
    .re-devices h5{
        font-size: 34px;
        line-height: 1.2;
    }
    .re-devices h5 span{
        font-size: 34px;
        line-height: 1.2;
    }
    .re-devices p{
        line-height: 1;
    }
    .re-devices p span{
        line-height: 1;
    }
    .re-devices .grid{
        overflow:hidden;
    }
    .re-devices .special-list .table>thead>tr>th,
    .re-devices .special-list .table>tbody>tr>th,
    .re-devices .special-list .table>tfoot>tr>th,
    .re-devices .special-list .table>thead>tr>td,
    .re-devices .special-list .table>tbody>tr>td,
    .re-devices .special-list .table>tfoot>tr>td {
        border-top: 1px solid #6F6F6F;
    }
    .re-devices .center-heading{
        width:100%;
        color: #75787b;
        text-align: center;
    }
    .re-devices .mainHTML{
        font-size: 16px;
        line-height: 28px;
        color: #6F6F6F;
    }
    .re-devices .mainHTML p{
        font-size: 16px;
        line-height: 28px;
    }
    .re-devices .mainHTML div {
        line-height: 28px;
    }
    .re-devices .mainHTML sub{
        display: inline-block;
        font-size: 12px;
        line-height: 1;
    }
    .re-devices .Commented-HTML .mainHTML p{
        font-size: 16px;
        line-height: 28px;
    }
    .re-devices .Commented-HTML .mainHTML p span{
        font-size: 16px;
        line-height: 28px;
    }
    .re-devices .subtitle-Commented-HTML span{
        display: inline-block;
    }
    .re-devices .centerItemSlide p.title{
        font-size: 16px;
        line-height: 1.2;
    }
    .re-devices .centerItemSlide p.description{
        font-size: 11px;
        line-height: 1;
    }
    .re-devices .mainHTML h5.subtitle-Commented-HTML span{
        font-size: 34px;
        line-height: 1.5;
    }
    .re-devices .threesixtyContainer{
        overflow:hidden;
    }
    .re-devices .threesixtyContainer p{
        font-size: 16px;
    }
    .re-devices .threesixtyContainer .threesixty{
        padding-bottom: 10px;
    }
    .re-devices .threesixtyContainer p.threeSixty-label{
        padding-bottom: 5px;
    }
    .re-devices .panel{
        border-radius: 0;
    }
    .re-devices .panel-default{
        border: none;
        box-shadow: none;
    }
    .re-devices .panel.panel-default.dark p.description {
        color: #fff;
    }
    .re-devices .pageAccordion{
        border: none;
        box-shadow: none;
    }
    .re-devices .pageAccordion .panel-body{
        margin: 0 65px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .re-devices .pageAccordion .panel-body h5{
        font-size: 29px;
    }
    .re-devices .pageAccordion .panel-body h5 span{
        font-size: 29px;
    }
    .re-devices .pageAccordion .panel-body .mainHTML small sub{
        padding-top: 0px;
        display: inline;
    }

    .re-devices .pageAccordion .panel-body .slick-track a.customDotsCenter{
        font-size: 22px;
    }
    .re-devices .accordion-wrapper-color{
        background-color: #E46C0A;
    }
    .re-devices .slick-dots li button{
        background-color: #6F6F6F;
    }
    .re-devices .slick-dots li.slick-active button{
        background-color: #E46C0A;
    }

    .re-devices .pageAccordion .panel-body .slick-track .slider-controls.slick-arrow{
        font-size: 24px;
    }

    .re-devices .pageAccordion .panel-body .slick-track .slideWrapper .descriptionWrapper>p{
        font-size: 16px;
    }

    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper,
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper p,
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper p span{
        font-size: 22px;
        line-height: 1.2;
    }
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper li,
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper li *{
        font-size: 16px;
    }
    .re-devices .descriptionWrapper li,
    .re-devices .mainHTML li  {
        padding-left: 16px;
        line-height: 20px;
        position: relative;
        margin: 10px 0;
    }
    .re-devices .descriptionWrapper li:before,
    .re-devices .mainHTML li:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f054";
        color: #e46c0a;
        padding-right: 8px;
        position: absolute;
        left: 0px;
        top: 2px;
    }
    .re-devices .pageAccordion .panel-body ul, .re-devices .mainHTML ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
        list-style-type: none;
    }

    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper sub{
        font-size: 11px;
        line-height: 1;
    }

    .re-devices .pageAccordion .title-default{
        margin-left: 65px;
        padding-top: 30px;
    }

    .re-devices .pageAccordion .linkWrapper a{
        padding-left: 40px;
    }
    .re-devices .pageAccordion .linkWrapper a.reverse{
        padding-left: 40px;
        color: #6F6F6F;
    }

    @media (max-width: 767px) {
        .re-devices .hidden-size-xs{
            display: none ! important;
        }
        .re-devices .Commented-HTML .table-responsive *{
            font-size: 12px ! important;
        }
    }
    .re-devices .table-responsive {
        border: none;
    }
    .re-devices .underBannerImg {
        position: absolute;
        bottom: 0px;
    }
    .re-devices .onImage .bannerBody {
        position: relative;
        height: 576px;
        background-position: left;
        background-repeat: no-repeat;
    }
    .re-devices .onImage .bannerInfo {
        position:absolute;
        right: 0;
        left: auto;
        bottom: 0;
        top: 0;
        width: 60%;
        text-align: left;
        height: 100%;
        display:block;
    }
    .re-devices .panel-heading .bannerInfo .bannerTitle{
        color: #E46C0A;
    }
    .re-devices .banner-title, .re-devices .panel-heading .banner-title,
    .re-devices .panel-heading .bannerContentSmall .banner-title {
        color: #E46C0A;
    }

    .re-devices .banner-title{
        font-size: 22px;
    }
    .re-devices .onImage .bannerInfo .bannerTitle{
        color: #000;
        font-size: 82.25px;
        margin-top: 19%;
        text-align: right;
        margin-right: 5%;
        line-height: 1;
        white-space: nowrap;
    }
    .re-devices .noBreak{
        white-space: nowrap;
    }
    .re-devices .onImage .bannerInfo .description {
        color: #676767;
    }
    .re-devices .onImage .bannerInfo .subName {
        color: #000;
    }
    .re-devices .onImage .bannerInfo .footnote {
        color: #676767;
        font-size: 12px;
        position: absolute;
        bottom: 15%;
        right: 0px;
        margin-right: 5%;
    }
    .re-devices .onImage .bannerInfo .footnote img {
        width: 500px;
    }
    .re-devices .onImage .linkText {
        color: #0090C5;
        font-size: 18px;
        font-weight: 600;
    }
    .re-devices div .ListMenuDetail{
        background-color: transparent;
    }
    .re-devices .ListMenuDetail .row{
        background-color: #fff;
    }
    .re-devices .panel.pageAccordion .panel-default>.panel-collapse .panel-body{
        border: transparent;
    }
    .re-devices .tinyMce.panelWrapper {
        display: inline-block;
        text-align: left;
    }
    .re-devices .TabMenuDetail .speak {
        visibility: hidden;
    }
    @media (max-width: 991px) {
        .panel-heading .bannerInfo .bannerTitle{
        font-size: 24px;
        line-height: 1.2;
    }
    .re-devices .onImage .bannerInfo .bannerTitle {
        font-size: 50px;
        text-align: left;
    }
    .re-devices .onImage .bannerInfo .footnote img {
        width: 360px;
    }
    .re-devices .panel.panel-default.dark p.description, .re-devices .panel.panel-default.dark p.description>span,
    .re-devices .panel.panel-default p.description>span, .re-devices .panel.panel-default p.description>span>span{
        font-size: 18px;
        letter-spacing: -0.2px;
        line-height: 1.4;
    }
    .re-devices .centerSlideTopPag .slick-dots li .customDotsCenter{
        font-size: 17px;
        letter-spacing: -0.5px;
        margin: 26px;
    }

    .re-devices .SectionMenuOptionList .menu_item:first-child{
        display: block;
    }
    .re-devices .onImage .bannerInfo {
        width: 50%;
    }
    .re-devices .onImage .bannerInfo .bannerTitle {
        margin-top: 130px;
        white-space: initial;
        font-size: 56px;
    }
    .re-devices .onImage .bannerBody {
        background-size: 1488px 100%;
    }
    .re-devices .onImage .bannerInfo {
        width: 50%;
    }
    .re-devices .listmenu .listmenu-item>h4{
        font-size: 16px;
    }
    .re-devices .Commented-HTML .mainHTML p{
        font-size: 17px;
        line-height: 25px;
    }
    .re-devices .centerItemSlide p.title {
        font-size: 19px;
    }
    .re-devices .descriptionWrapper li:before,
    .re-devices .mainHTML li:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f054";
        color: #e46c0a;
        padding-right: 8px;
        position: absolute;
        left: 0px;
        top: 2px;
    }
    .re-devices .pageAccordion .imageWrapper {
        height: 450px;
        background-size: 1110px 100%;
    }
    .re-devices .pageAccordion .realImage .imageWrapper {
        height: auto;
    }
    .re-devices .pageAccordion .linkWrapper {
        font-size: 16px;
    }
    .re-devices .pageAccordion .title-default{
        margin-left: 30px;
    }
    .re-devices .pageAccordion .panel-body {
        padding: 15px;
        margin: 0 30px;
    }
    .re-devices .pageAccordion .panel-body li {
        margin: 5px 0;
    }

    .re-devices .pageAccordion .panel-body h5 span {
        font-size: 24px;
    }
    .re-devices .mainHTML sub {
        font-size: 11px;
    }
    .re-devices .threesixtyContainer p.threeSixty-label{
        padding-bottom: 18px;
    }
    .re-devices h5{
        font-size: 24px;
    }
    .re-devices h5 span{
        font-size: 24px;
    }
    .re-devices .mainHTML h5.subtitle-Commented-HTML span{
        font-size: 24px;
    }
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper,
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper p,
    .re-devices .pageAccordion .panel-body .slick-track .descriptionWrapper p span{
        font-size: 17px;
    }

    }
    @media (max-width: 1200px) {
        .re-devices .onImage .bannerInfo .bannerTitle{
            font-size: 62px;
        }
    }
    @media (max-width: 768px) {
        .re-devices .centerSlideTopPag .slick-dots li .customDotsCenter{
            font-size: 16px;
            letter-spacing: -0.5px;
            margin: 15px;
        }
        .re-devices .onImage .bannerInfo .bannerTitle{
            font-size: 50px;
        }
        .re-devices h2{
            font-size: 28px;
        }
        .re-devices p{
            font-size: 28px;
        }
        .re-devices p span{
            font-size: 28px;
        }
    }
    @media (max-width: 650px) {
        .re-devices .centerSlideTopPag .slick-dots li .customDotsCenter{
            font-size: 15px;
            letter-spacing: -0.95px;
            margin: 9px;
        }
    }

    @media (max-width: 544px) {
        .re-devices .onImage .bannerInfo .bannerTitle {
            display: inline-block;
            font-size: 27px;
            margin-top: 20px;
            line-height: 1.3;
            white-space: normal;
            text-align: left;
            left: 50%;
            position: absolute;
        }
        .re-devices .onImage .bannerInfo .footnote {
            width: 57%;
        }
        .re-devices .onImage .bannerInfo {
            width: 100%;
        }
        .re-devices .onImage .bannerBody {
            height: 280px;
            background-size: 750px 100%;
        }
        .re-devices .onImage .bannerBody {
            height: 280px;
            background-size: 750px 100%;
        }
        .pageAccordion .panel-heading .imageWrapper {
            height: 280px;
            background-size: 750px 100%;
        }
        .pageAccordion .panel-heading.realImage .imageWrapper {
            height: auto;
        }
        .re-devices .threeSixty-CommentedHTML.mainHTML h5.subtitle-Commented-HTML span {
            font-size: 21px;
        }
        .re-devices .pageAccordion .title-default{
            margin-left: 20px;
        }
        .re-devices .pageAccordion .linkWrapper{
            left: 20px;
            right: 20px;
            font-size: 20px;
        }
        .re-devices .pageAccordion .linkWrapper a{
            padding-left: 20px;
        }
        .re-devices .pageAccordion .linkWrapper a:after{
            font-size: 20px;
        }
        .re-devices .pageAccordion .linkWrapper a.reverse{
            padding-left: 20px;
        }

        .re-devices .special-list .panel-body, .re-devices .pageAccordion .panel-body{
            margin: 0 20px;
            padding: 0;
        }
        .re-devices .mainHTML, .re-devices .mainHTML div, .re-devices .mainHTML p{
            line-height: 1.3;
        }
        .re-devices .threesixtyContainer p.threeSixty-label{
            padding-bottom: 24px;
        }
        .re-devices h5{
            font-size: 16px;
        }
        .re-devices h5 span{
            font-size: 16px;
        }
        .re-devices .mainHTML h5.subtitle-Commented-HTML span{
            font-size: 16px;
        }
        .re-devices .Commented-HTML .container{
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .re-devices .subtitle-Commented-HTML{
            padding-top: 5px;
            font-size: 23px;
            margin-bottom: 20px;
        }
        .re-devices .subtitle-Commented-HTML span{
            font-size: 23px;
        }
        .re-devices .mainHTML p{
            font-size: 16px;
            line-height: 1;
        }
        .re-devices .mainHTML li{
            line-height: 1.4;
        }
        .Commented-HTML .device {
            margin-bottom: 10px;
        }
        .re-devices .pageAccordion .panel-body .mainHTML p,
        .re-devices .pageAccordion .panel-body .mainHTML p span{
            line-height: 1.4;
        }
        .re-devices .Commented-HTML .mainHTML p {
            font-size: 18px;
        }
        .re-devices .special-list .pageAccordion .panel-body{
            margin: 0 20px;
        }

    }





.my-2{
    margin: 15px 0;
}
.py-2{
    padding:15px 0;
}
.m-b-t-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.f-v-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
