@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    -ms-user-select: none;
    font-size: 10px; /* davon abgeleitet, werden alle anderen Fontgrößen in REM dargestellt */
    font-family: 'HelveticaNeueW01-45Ligh', HelveticaNeue, Helvetica, Arial, sansserif;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* FONT AWESOME */
/* -------------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont-med.ttf') format('truetype');
}

.fa {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Color Classes */
/* -------------------------------------------------------------------------------------------------------------------- */


.fgWhite {
    color: #FFFFFF !important;
}

.fgBlack {
    color: #000 !important;
}

.fgRed {
    color: #e2001a !important;
}

/*.fgLightGrey {  color:#646464;  }
.fgDarkGrey {    color:#3c3c3c;  }
.fgErrRed {  color:#ff0000;  }
.fgOKGreen {  color:#00bb00;  }*/
.fgDarkRed {
    color: #af0917 !important;
}

.bgWhite {
    background-color: #FFFFFF !important;
}

.bgLightGrey {
    background-color: #ccc;
}

.bgMedGrey {
    background-color: #646464;
}

.bgDarkGrey {
    background-color: #3c3c3c;
}

.bgBlack {
    background-color: #000000;
}

.bgRed {
    background-color: #e2001a;
}

.bgDarkRed {
    background-color: #af0917;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Link/Font Classes */
/* -------------------------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    font-weight: bold;
    /*color:#3c3c3c;*/
    color: inherit;
}

a:visited {
    text-decoration: none !important;
    font-weight: bold;
    /*color: #ccc;*/
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #e2001a;
}


.hugeText {
    font-size: 12.0rem;
}

.standardText {
    font-size: 1.8rem;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* general layout */
/* -------------------------------------------------------------------------------------------------------------------- */

.clearFix {
    clear: both;
}

.fullWidth {
    width: 100% !important;
    overflow-x: hidden;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.max980 {
    max-width: 980px;
}


/* -------------------------------------------------------------------------------------------------------------------- */
/************   Margins, Paddings, Alignment   ************/
/* -------------------------------------------------------------------------------------------------------------------- */


.mTop {
    margin-top: 35px;
}

.mBottom {
    margin-bottom: 35px;
}

.mTopSmall {
    margin-top: 20px;
}

.mBottomSmall {
    margin-bottom: 20px;
}

.mTopBig {
    margin-top: 60px;
}

.mBottomBig {
    margin-bottom: 60px;
}


.pTop {
    padding-top: 35px;
}

.pBottom {
    padding-bottom: 35px;
}

.pAll {
    padding: 35px;
}

.pTopSmall {
    padding-top: 20px;
}

.pBottomSmall {
    padding-bottom: 20px;
}

.pAllSmall {
    padding: 20px;
}

.pTopBig {
    padding-top: 60px;
}

.pBottomBig {
    padding-bottom: 60px;
}

.pAllBig {
    padding: 60px;
}

.noHMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.noVMargin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.noHPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.noVPadding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/* -------------------------------------------------------------------------------------------------------------------- */
/************   T3 DCE Multibox Special Classes   ************/
/* -------------------------------------------------------------------------------------------------------------------- */


.mbSpecialWrap {
    position: relative;
    border: 1px solid #f00;
}

.mbInnerBoxSize {
    position: relative;
    overflow: hidden;
}

.noBootstrapPaddingLR {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* sowohl einzelne Innerboxen ohne Padding als auch alle Innerboxen global!! */

.scalePicFullWidth {
    overflow: hidden;
}

.multiBox img,
.scalePicFullWidth img {
    width: 100%;
    height: auto;
}

.verticalCenter.mbInnerBox {
    height: 500px;
    display: table-cell;
    vertical-align: middle;
}

.verticalBottom .mbInnerBox {
    height: 500px;
    display: table-cell;
    vertical-align: bottom;
}

.centeredContent {
    text-align: center;
}

.centeredContent img {
    width: auto !important;
    height: auto !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* content */
/* -------------------------------------------------------------------------------------------------------------------- */

.contentBox {
    margin-left: auto;
    margin-right: auto;
}

.contentItem {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.contentItem h2 {
    background-color: #e2001a;
    color: #ffffff;
    display: table;
    font-size: 3.0rem;
    font-weight: normal;
    font-style: normal;
    line-height: 4.2rem;
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 10px 25px 10px 25px;
}

.contentItem h3,
.contentItem h4 {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
}

.contentItem h5 {
    font-size: 4.4rem;
    font-weight: normal;
    font-family: 'HelveticaNeueW01-65Medi', HelveticaNeue, Helvetica, Arial, sansserif;
    font-style: normal;
    line-height: 5.7rem;
    padding-top: 22px;
}

.contentItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.contentItem li {
    line-height: 3.2rem;
    text-indent: -12px;
    padding-left: 12px;
}

.contentItem li:before {
    content: "■ ";
    padding-right: 10px;
    font-size: 1.2rem;
    color: #e2001a;
    position: relative;
    top: -2px;
}

.contentItem ul.star {
    padding-left: 18px;
    list-style: asterisks;
    list-style-image: url(../../media/stern.gif);
'
}

.contentItem li.star:before {
    content: "";
}

.paddedBox {
    padding-top: 50px;
    padding-bottom: 50px;
}

.videoBox {
    max-width: 980px;
    margin: auto;
}

.videoBox iframe {
    width: 100%;
    height: 500px;
}

.groupHeader {
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.groupItem {
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 6.0rem;
}

.subGroupItem {
    padding-left: 20px;
    font-size: 2.4rem;
}

.groupItem.selected {
    color: #e2001a !important;
}

.iconBox {
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 22px;
    color: #FFF !important;
    background-color: #666;
    float: left;
    margin-right: 2vw;
    margin-bottom: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconBox a {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
}

.iconBox a img {
    width: 40px;
    margin-bottom: 10px;
}

/*importierte Bilder*/
.teaserSingleImage img {
    width: 100% !important;
    height: auto !important;
}

/*oben im Header-Slider platzierter Link*/
a.headerLink {
    font-weight: normal !important;
}

a.headerLink:visited {
    text-decoration: none !important;
    font-weight: normal !important;
    color: inherit;
}

a.headerLink:hover {
    font-weight: normal !important;
    color: inherit;
}

.breadcrumb {
    margin-top: 30px;
    margin-bottom: -30px;
}

.breadcrumb a {
    margin-right: 30px;
    font-weight: normal;
    /*color: #333 !important;*/
    font-size: 1.8rem;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* product links */
/* -------------------------------------------------------------------------------------------------------------------- */

.productImage {
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.productLinkImage {
    height: 300px;
    border-bottom: 15px solid #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.productLinkName {
    margin: 0 15px 15px 15px;
    min-height: 180px;
    text-align: center;
    color: #333;
    font-size: 2.4rem;
    font-weight: normal;
    font-family: 'HelveticaNeueW01-65Medi', HelveticaNeue, Helvetica, Arial, sansserif;
    font-style: normal;
    line-height: 3.2rem;
}

.productLink.hovered .productLinkDetails {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.productLinkOverlay {
    width: 100%;
    height: 400px;
    background-color: white;
    opacity: 0.9;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000 !important;
    line-height: 3.0rem;
}

.productLink.hovered .productLinkOverlay {
    display: flex;
}

.productLinkInfo {
    font-weight: normal !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* charts */
/* -------------------------------------------------------------------------------------------------------------------- */

.testResultsBox {
    min-height: 270px;
}

.testResults {
    width: 100%;
    margin: 0px 50px 50px 0px;
}

.testResults .tabAnswerLeft {
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 130px;
}

.testResults .tabAnswerLeft p {
    margin-bottom: 10px;
}

.testResults .textFarbe1 {
    color: #000 !important;
}

.testResults .tabAnswerRight {
    width: auto;
    vertical-align: bottom;
    vertical-align: middle;
    padding-left: 8px;
    color: #9c9e9f;
    line-height: 34px;
    font-weight: bold;
}

.testResults .roterBalken1 {
    background-color: #af0917 !important;
}

.testResults .roterBalken2 {
    background-color: #e2001a !important;
}

.testResults .balkenDiag {
    position: relative;
    height: 30px;
    background-color: #9c9e9f;
    float: left;
    margin-right: 3%;
}


/* -------------------------------------------------------------------------------------------------------------------- */
/* huge */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1600px) {
    .contentBox {
        max-width: 1600px;
    }
}


/* -------------------------------------------------------------------------------------------------------------------- */
/* big */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {

    body, html {
        font-size: 8px;
    }

    .productLinkImage {
        height: 220px;
    }

    .productLinkName {
        font-size: 2rem;
    }


}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Tablet */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 860px) {
    .contentBox {
        max-width: 720px;
    }

    .productImage {
        height: 220px;
    }

    .contentItem h1 {
        padding: 5px 20px 5px 25px;
    }
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Smartphone */
/* -------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 640px) {
    html {
        font-size: 7px;
    }

    .contentItem h1 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .productImage {
        height: 200px;
    }

    .productLinkName {
        min-height: 50px;
    }

    .videoBox {
        height: 300px;
    }

    .videoBox iframe {
        height: 200px;
    }

    .groupHeader {
        margin-bottom: 20px;
    }

    .iconBox {
        width: 47%;
    }

    .iconBox img {
        width: 50%;
    }
}