.nav-notification a:focus {
    outline: thin dotted;
}

.nav-notification a:active, .nav-notification a:hover {
    outline: 0;
}

.nav-notification h2,
.nav-notification a,
.nav-notification p {
    color: #ffffff;
    line-height: 1.3em;
}

.nav-notification a,
.nav-notification p {
    font-family: "Tenso Regular", Verdana, sans-serif;
    font-weight: normal;
}

.nav-notification p {
    font-size: 16px;
}

.nav-notification h2 {
    margin-top: 0;
}

.nav-notification h2 {
    font-size: 47px;
    font-family: "Tenso Bold", Verdana, sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.nav-notification h2 {
    font-size: 23px;
    font-family: "Tenso Regular", Verdana, sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.nav-notification a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .nav-notification h2 {
        font-size: 26px;
    }

    .nav-notification h2 {
        font-size: 20px;
    }

    .nav-notification p {
        font-size: 14px;
    }
}

@media all {
    .nav-notification .grid:after {
        clear: both;
    }

    .nav-notification {
        z-index: 99999;
        max-height: 0;
        -webkit-transition: max-height 1s ease-out;
        -moz-transition: max-height 1s ease-out;
        transition: max-height 1s ease-out;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .nav-notification .btn--light {
        font-family: "Tenso Bold", Arial, sans-serif;
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        display: inline-block;
        text-align: center;
        border-style: none;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
    }

    .nav-notification .btn--light:hover {
        text-decoration: none;
    }

    .nav-notification .text-copy--small a {
        color: inherit;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }

    .nav-notification .text-copy--small a {
        font-family: "Tenso Bold", Arial, sans-serif;
        position: relative;
        overflow: hidden;
        vertical-align: top;
    }

    .nav-notification .text-copy--small a:after, .nav-notification .text-copy--small a:before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .nav-notification .text-copy--small a:hover:after {
        left: 100%;
        -webkit-transition: left .2s ease-in;
        -moz-transition: left .2s ease-in;
        transition: left .2s ease-in;
    }

    .nav-notification .separator-top:before {
        font-family: sans-serif;
        font-size: 28px;
        content: '\2014';
        display: block;
        text-align: inherit;
    }

    .nav-notification .separator-top:before {
        margin-top: -2px;
        margin-bottom: 2px;
    }

    .nav-notification .separator-top:first-child {
        margin-top: -.6em;
    }

    .nav-notification .separator-top.headline-3 {
        margin-bottom: 0;
    }

    .nav-notification .grid {
        margin-right: 0;
    }

    .nav-notification .grid:after, .nav-notification .grid:before {
        content: ' ';
        display: table;
    }

    .nav-notification .grid__col-6 {
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav-notification .grid__col-18 {
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav-notification .headline-3 {
        display: block;
    }

    .nav-notification .headline-3 {
        font-family: BreeSerifBold, sans-serif;
        font-size: 20px;
        line-height: 20px;
    }

    .nav-notification .teaser-advice, .nav-notification .text-copy--small p {
        font-family: "Tenso Bold", Arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
    }

    .nav-notification .text-copy--small p {
        display: block;
        max-width: 32em;
        margin-bottom: 18px;
    }

    .nav-notification .text-copy--small p:last-child {
        margin-bottom: 0;
    }

    .nav-notification .btn--light {
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .nav-notification .text-copy--small :last-child {
        margin-bottom: 0;
    }

    .nav-notification .teaser-advice .text-copy--small p {
        font-size: 14px;
    }

    .nav-notification .teaser-advice .text-copy--small a {
        opacity: 1;
    }

    .nav-notification .teaser-advice .text-copy--small a:hover {
        opacity: .6;
    }

    .nav-notification .btn--light {
        color: #fda816;
        background-color: #fff;
        opacity: 1;
        font-size: 11px;
        font-weight: 700;
    }

    .nav-notification .btn--light:hover {
        opacity: .6;
    }

    .nav-notification .text-copy--small p {
        margin: 0;
        max-width: none;
    }

    .nav-notification .teaser-advice {
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        background-color: #F3D89D;
        color: #f6f5f3;
        text-align: left;
        z-index: 99999;
        padding: 24px 3.125%;
    }

    .nav-notification .teaser-advice .buttons-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-notification .teaser-advice .btn--light {
        padding: 16px 20px;
        min-width: 96px;
    }

    .nav-notification .teaser-advice .btn--light:first-child {
        margin-bottom: 8px;
    }

    .nav-notification .teaser-advice .headline-3 {
        letter-spacing: normal;
        font-weight: 700;
        font-size: 18px;
    }

    .nav-notification--open {
        max-height: 500px;
        -webkit-transition: max-height 1.75s ease-in;
        -moz-transition: max-height 1.75s ease-in;
        transition: max-height 1.75s ease-in;
    }

    .nav-notification__layer--active {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        min-height: 100%;
        background-color: rgba(85, 85, 85, .8);
    }

    @media (min-width: 768px) {
        .nav-notification .grid {
            margin-right: -16px;
        }

        .nav-notification .grid__col-6 {
            width: 20%;
            padding-right: 16px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
        }

        .nav-notification .grid__col-18 {
            width: 60%;
            padding-right: 16px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
        }

        .nav-notification .headline-3 {
            font-size: 18px;
            line-height: 18px;
        }

        .nav-notification .teaser-advice {
            padding-top: 32px;
            padding-bottom: 32px;
            min-height: 130px;
        }

        .nav-notification .teaser-advice .text-copy--small p {
            margin-bottom: 10px;
        }

        .nav-notification .teaser-advice .btn--light {
            max-width: 340px;
        }
    }
    @media (min-width: 1024px) {
        .nav-notification .grid {
            margin-right: -16px;
        }

        .nav-notification .grid__col-18, .nav-notification .grid__col-6 {
            padding-right: 16px;
        }

        .nav-notification .headline-3 {
            font-size: 20px;
            line-height: 20px;
        }
    }
    @media (min-width: 1280px) {
        .nav-notification .headline-3 {
            font-size: 18px;
            line-height: 18px;
        }

        .nav-notification .grid {
            margin-right: -16px;
        }

        .nav-notification .grid__col-6 {
            padding-right: 16px;
        }

        .nav-notification .grid__col-18 {
            padding-right: 16px;
        }

        .nav-notification .teaser-advice {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }
    @media (min-width: 1440px) {
        .nav-notification .grid {
            margin-right: -16px;
        }

        .nav-notification .grid__col-18, .nav-notification .grid__col-6 {
            padding-right: 16px;
        }

        .nav-notification .headline-3 {
            font-size: 20px;
            line-height: 20px;
        }

        .nav-notification .text-copy--small p {
            margin-bottom: 20px;
        }

        .nav-notification .teaser-advice, .nav-notification .text-copy--small p {
            font-size: 16px;
            line-height: 20px;
        }

        .nav-notification .teaser-advice {
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }
    @media (max-width: 767px) {
        .nav-notification .teaser-advice .headline-3, .nav-notification .teaser-advice .text-copy--small p {
            margin-bottom: 24px;
        }

        .nav-notification .btn--light {
            -webkit-text-size-adjust: 100%;
        }
    }
}

.nav-notification .text-copy--small a {
    color: #613006;
}

.nav-notification .text-copy--small a:visited {
    color: #613006;
}

.nav-notification .teaser-advice .text-copy--small a:after {
    background-color: #613006;
}

.nav-notification .text-copy--small a:before {
    background-color: #613006;
}

.nav-notification .text-copy--small p {
    color: #613006;
}

.nav-notification .teaser-advice {
    background-color: #F3D89D;
}

.nav-notification .teaser-advice .headline-3 {
    color: #613006;
}

.nav-notification .teaser-advice__tracking-confirm {
    color: #fff;
}

.nav-notification .teaser-advice__tracking-confirm {
    background-color: #78B414;
}

.nav-notification .teaser-advice__tracking-deny {
    color: #fda816;
}

.nav-notification .teaser-advice__tracking-deny {
    background-color: #fff;
}
/*

@font-face {
    font-family: 'Tenso Regular';
    src: url("https://www.storck.com/frontend/dist/fonts/generated/03_Tenso_RegularWeb.eot");
    src: url("https://www.storck.com/frontend/dist/fonts/generated/03_Tenso_RegularWeb.eot#iefix") format("embedded-opentype"), url("https://www.storck.com/frontend/dist/fonts/generated/03_Tenso_RegularWeb.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tenso Bold';
    src: url("https://www.storck.com/frontend/dist/fonts/generated/07_Tenso_BoldWeb.eot");
    src: url("https://www.storck.com/frontend/dist/fonts/generated/07_Tenso_BoldWeb.eot#iefix") format("embedded-opentype"), url("https://www.storck.com/frontend/dist/fonts/generated/07_Tenso_BoldWeb.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/
