/*
    @phoneLandscapeViewportWidth: 30em;     // 480px
    @tabletViewportWidth: 48em;             // 768px
    @tabletLandscapeViewportWidth: 64em;    // 1024px
    @desktopViewportWidth: 78.75em;         // 1260px
*/
/* Allgemeine Korrekturen */
.header-main {
    padding-bottom: 0
    }
.product--details .product--buybox .price--content {
    font-size: 1rem !important
    }
/* Navigation */
.js--menu-scroller--arrow.right--arrow {
    display: none !important
    }
@media screen and (min-width: 48em) {
    .navigation-main, .navigation-main .navigation--list, .navigation-main div.container {
        background-color: transparent !important
        }
    .navigation-main .navigation--list {
        overflow: hidden;
        height: 74px;
        bottom: 0 !important;
        margin-top: 0 !important
        }
    .navigation-main {
        margin-top: -74px;
        border-bottom: 4px solid #004082
        }
    .navigation-main .navigation--entry {
        position: relative;
        white-space: normal !important;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-bottom: -1px
        }
    .navigation-main .navigation--entry a {
        font-size: 1.1em;
        background-image: none !important;
        background-color: #004082 !important;
        color: #fff !important;
        margin: 10px 10px 0 35px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
        }
    .navigation-main .navigation--entry a:hover {
        background-color: #949599 !important
        }
    .navigation-main .navigation--entry a p {
        padding-bottom: 0;
        margin-bottom: 0
        }
    .navigation-main .navigation--entry a p.big {
        font-size: 1.2em
        }
    .content-main {
        margin-top: 0 !important
        }
    }
@media screen and (min-width: 64em) {
    .navigation-main .navigation--entry {
        width: 30% !important
        }
    }
.footer--logo, .footer--copyright {
    display: none !important
    }
.product--description {
    margin: 40px 0 40px 0
    }
.durationinfovalue {
    font-weight: normal !important
    }
.emotion--html ul li h3 {
    margin-bottom: 10px !important
    }
a.anfrage_inhouse {
    padding: 10px 20px;
    background-color: #004689;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0 20px 0
    }
/* Versandarten ausblenden */
p.shipping--method-info, .dispatch--method-list {
    display: none
    }
/*
.shipping--panel{
  display: none;
}

.confirm--content .information--panel-wrapper .information--panel-item-shipping{
  width: 0 !important;
}

li.list--entry.block-group.entry--shipping{
  display: none;
}

.billing--panel{
  border-right: 1px solid #dadae5 !important;
}

*/
.column--dispatch, .order--dispatch {
    display: none !important
    }
@media screen and (min-width: 48em) {
    .account--orders-overview .column--date, .account--orders-overview .column--id, .account--orders-overview .column--dispatch {
        width: 25% !important
        }
    }
.address--actions-set-defaults {
    display: none
    }
/* Bunte KÃ¤sten gÃ¶Train */
.redbox {
    background-color: #d32a41;
    padding: 20px;
    color: #fff
    }
.greybox {
    background-color: #858584;
    padding: 20px;
    color: #fff
    }
.greenbox {
    background-color: #78c577;
    padding: 20px;
    color: #fff
    }
.bluebox {
    background-color: #004182;
    padding: 20px;
    color: #fff
    }
.redbox h1, .redbox h2, .redbox h3, .redbox h4, .redbox h5, .greybox h1, .greybox h2, .greybox h3, .greybox h4, .greybox h5, .greenbox h1, .greenbox h2, .greenbox h3, .greenbox h4, .greenbox h5, .bluebox h1, .bluebox h2, .bluebox h3, .bluebox h4, .bluebox h5 {
    padding-top: 0;
    margin-top: 0;
    color: #fff
    }
.redbox a:link, .redbox a:visited, .greybox a:link, .greybox a:visited, .bluebox a:link, .bluebox a:visited {
    color: #fff;
    text-decoration: underline
    }
.redbox a:hover, .greybox a:hover, .bluebox a:hover {
    color: #fff;
    text-decoration: underline
    }
div.redbox, div.greybox, div.greenbox, div.bluebox {
    margin-top: 30px
    }
div.hintCheckoutConfirmWrapper {
    max-width: 100%;
    position: relative
    }
div.hintCheckoutConfirm {
    border: 1px solid #dadae5;
    border-radius: 3px;
    padding: 10px;
    max-width: 500px
    }
/* Hinweis Checkout Teilnehmer in Kommentrafeld eintragen */
.checkout-comment-text {
    width: 100%;
    margin: 0
    }
.confirm--content .additional--features .feature--user-comment {
    width: 100%;
    margin: 10px 0 0 0
    }
.checkout-comment-text-2 {
    width: 100%;
    max-width: 800px;
    display: block;
    float: none;
    clear: both;
    padding: 20px 0 60px 0
    }
@media screen and (min-width: 48em) {
    .checkout-comment-text-2 img {
        float: left
        }
    }