/* --- RESETS --- */
figure {
    margin: 0;
}
img {
    height: auto;
    max-width: 100%;
}
picture {
    display: block;
    text-align: center;
}

iframe {
    border: 0;
    width: 100%;
    overflow: hidden;
}

/* --- BASIC --- */
html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* custom element that acts as a root instance for vue components */
mm-vue {
    display: block;
}


/* --- TYPOGRAPHY --- */
body {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Font sizes */
html,
.text-default {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .5px;
}
small,
.text-small,
.table--default {
    font-size: 0.875rem; /* 14px */
    line-height: 1.5;
}
.text-xsmall {
    font-size: 0.75rem; /* 12px */
}
h1,
.h1,
.h1-size {
    font-size: 1.75rem; /* 28px */
    line-height: 1.393;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h2,
.h2,
.h2-size {
    font-size: 1.5rem; /* 24px */
    line-height: 1.417;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h3,
.h3,
.h3-size {
    font-size: 1.25rem; /* 20px */
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h4,
.h4,
.h4-size,
.text-large {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h5,
.h5,
.h5-size {
    font-size: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h6,
.h6 {
    font-size: 0.875rem; /* 14px */
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Headline styles */
h1, .h1 {
    color: #E2001A;
    margin: 2rem 0;
    font-weight: 700;
    font-family: "Arial Black", arial, sans-serif;
}
h2, .h2 {
    color: #E2001A;
    margin: 2rem 0;
    font-weight: 700;
    font-family: "Arial Black", arial, sans-serif;
}
h3, .h3 {
    margin: 2rem 0;
    font-weight: 700;
    font-family: "Arial Black", arial, sans-serif;
}
h4, .h4 {
    margin: 2rem 0;
    font-weight: 700;
    font-family: "Arial Black", arial, sans-serif;
}
h5, .h5 {
    margin: 2rem 0;
    font-weight: 700;
    font-family: arial, sans-serif;
}
h6, .h6 {
    margin: 2rem 0;
    font-weight: 700;
    font-family: arial, sans-serif;
}

.headline,
.text__content--columns .headline {
    margin-bottom: 20px;
}
.headline__underlined {
    display: block;
    position: relative;
    padding-bottom: 20px;
}
.headline__underlined:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 260px;
    max-width: 100%;
    background: #b8b8b8;
}
.text-center .headline__underlined:after {
    left: 50%;
    transform: translateX(-50%);
}
.subline {
    display: block;
    font-size: 1rem; /* 18px */
    line-height: 1.5;
    margin: 20px 0 0;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child {
    margin-top: -0.1em; /* balance ascender height */
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child {
    margin-bottom: 0;
}

p,
ul,
ol,
dl,
form,
table,
.table-wrap,
blockquote {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
form:first-child,
table:first-child,
.table-wrap:first-child,
blockquote:first-child {
    margin-top: 0;
}
ol,
ul {
    padding-left: 1rem;
}
a.btn:not([href]), a.a-arrow:not([href]),
a.btn:is([href=""]), a.a-arrow:is([href=""]),
a.btn[href*="catalogsearch/?q="], a.a-arrow[href*="catalogsearch/?q="]
{
    display: none;
}
a:not([href]), a:not([href]):hover,
a:is([href=""]), a:is([href=""]):hover,
a[href*="catalogsearch/?q="], a[href*="catalogsearch/?q="]:hover {
    text-decoration: none;
    color: inherit;
    cursor: default;
    pointer-events: none;
}
a,
.js-link {
    cursor: pointer;
    text-decoration: none;
    transition: color .3s;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus-visible {
    outline: thin dotted;
}
[class^="icon-"]:hover::before,
[class*=" icon-"]:hover::before,
[class^="icon-"]:hover::after,
[class*=" icon-"]:hover::after {
    display: inline-block;
    text-decoration: none;
}

a,
.js-link,
.text-default a,
.c-1 {
    color: #00AAB8;
}
a:hover,
.js-link:hover,
.text-default a:hover {
    color: #00C2D3;
}
.text-link,
.text-link:hover {
    text-decoration: underline;
    color: inherit;
}
body,
.c-2 {
    color: #242424;
}
.c-3 {
    color: #E2001A;
}
.c-4 {
    color: #7D7D7D;
}
.c-5 {
    color: #F0F0F0;
}
.c-6 {
    color: #fff;
}
.c-7 {
    color: #EDEDED;
}
.c-8 {
    color: #000000;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-nowrap {
    white-space: nowrap;
}
.text-break {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.text-break-all {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
}
.text-pre-line {
    white-space: pre-line;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caps {
    text-transform: uppercase;
}
.fw-bold {
    font-weight: 700;
}
.fw-normal {
    font-weight: 400;
}
.cursor-pointer {
    cursor: pointer;
}
::selection {
    background: rgba(226,0,26,.3);
}



/* --- Spacing --- */
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-1 {
    padding-top: 0.5rem;
}
.pb-1 {
    padding-bottom: 0.5rem;
}
.pt-2 {
    padding-top: 1rem;
}
.pb-2 {
    padding-bottom: 1rem;
}
.pt-3 {
    padding-top: 2rem;
}
.pb-3 {
    padding-bottom: 2rem;
}
.pt-4 {
    padding-top: 3rem;
}
.pb-4 {
    padding-bottom: 3rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.p-2 {
    padding: 1rem;
}
.p-3 {
    padding: 1.5rem 2rem;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-1 {
    margin-top: 0.5rem;
}
.mb-1 {
    margin-bottom: 0.5rem;
}
.mt-2 {
    margin-top: 1rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.mt-3 {
    margin-top: 2rem;
}
.mb-3 {
    margin-bottom: 2rem;
}
.mt-4 {
    margin-top: 3rem;
}
.mb-4 {
    margin-bottom: 3rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.mr {
    margin-right: 20px;
}
.ml {
    margin-left: 20px;
}
.mr-2 {
    margin-right: 20px;
}
.gap-0 {
    gap: 0;
}
.gap-1 {
    gap: .25rem;
}
.gap-2 {
    gap: .5rem;
}
.gap-3 {
    gap: 1rem;
}
.gap-4 {
    gap: 1.5rem;
}
.gap-5 {
    gap: 3rem;
}


/* --- DIVIDER --- */
hr,
.hr-1 {
    height: 2px;
    margin: calc(0.75rem - 1px) 0;
    border: 0;
    background: #EDEDED;
}
.hr-2 {
    margin: calc(1.5rem - 1px) 0;
}
.hr-3 {
    margin: calc(3rem - 1px) 0;
}
.hr--spacer {
    background: none;
}
.hr--thin {
    height: 1px;
}


/* --- BACKGROUNDS --- */
.bg-1 {
    color: #FFF;
    background: #00AAB8;
}
.bg-2 {
    color: #FFF;
    background: #242424;
}
.bg-3 {
    color: #FFF;
    background: #E2001A;
}
.bg-4 {
    background: #7D7D7D;
}
.bg-5 {
    background: #F0F0F0;
}
.bg-6 {
    background: #EDEDED;
}
.bg-7 {
    background: #242424;
}



/* --- HELPER --- */
.sr-only {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.w-full {
    width: 100%;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* --- PHONE (SM) --- */
@media ( min-width: 576px ) {

    .mb-sm-0 {
        margin-bottom: 0;
    }
    .mt-sm-0 {
        margin-top: 0;
    }
    .text-sm-left {
        text-align: left;
    }


}



/* --- TABLET (MD) --- */
@media ( min-width: 768px ) {

    /* --- Spacing --- */
    .pt-md-0 {
        padding-top: 0;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }

    h1,
    .h1,
    .h1-size {
        overflow-wrap: normal;
        word-wrap: normal;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        -moz-hyphens: manual;
        hyphens: manual;
    }
    h2,
    .h2,
    .h2-size {
        overflow-wrap: normal;
        word-wrap: normal;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        -moz-hyphens: manual;
        hyphens: manual;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

    .mr-2 {
        margin-right: 2rem;
    }

    .text-md-default {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .5px;
    }
    .text-md-right {
        text-align: right;
    }

}



/* --- DESKTOP (LG) --- */
@media ( min-width: 992px ) {

    /* --- Spacing --- */
    .pt-lg-0 {
        padding-top: 0;
    }
    .pt-lg-1 {
        padding-top: 0.75rem;
    }
    .pt-lg-2 {
        padding-top: 1rem;
    }
    .pt-lg-3 {
        padding-top: 2rem;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
    .pt-lg-4 {
        padding-top: 4.5rem;
    }
    .pb-lg-4 {
        padding-bottom: 4.5rem;
    }
    .pb-lg-3 {
        padding-bottom: 2rem;
    }
    .mt-lg-0 {
        margin-top: 0;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
    .mb-lg-1 {
        margin-bottom: 0.75rem;
    }
    .mb-lg-2 {
        margin-bottom: 1rem;
    }
    .mb-lg-3 {
        margin-bottom: 2rem;
    }
    .mt-lg-2 {
        margin-top: 1rem;
    }
    .mt-lg-3 {
        margin-top: 2rem;
    }

    a[href^="tel:"],
    a[href^="tel:"]:hover {
        pointer-events: none;
        text-decoration: none;
        color: inherit;
        cursor: text;
    }



    /* --- TYPOGRAPHY --- */

    /* Font sizes */
    .text-lg-default {
        font-size: 1rem;
    }
    .text-lg-small {
        font-size: 0.875rem;
        line-height: 1.57;
    }
    h1,
    .h1,
    .h1-size {
        font-size: 2.25rem; /* 36px */
        line-height: 1.2222;
    }
    h2,
    .h2,
    .h2-size {
        font-size: 1.75rem; /* 28px */
        line-height: 1.285;
    }
    h3,
    .h3,
    .h3-size {
        font-size: 1.5rem; /* 24px */
        line-height: 1.2222;
    }
    h4,
    .h4,
    .h4-size,
    .text-large {
        font-size: 1.25rem; /* 20px */
        line-height: 1.285;
    }
    h5,
    .h5,
    .h5-size {
        font-size: 1.125rem; /* 18px */
    }
    h6,
    .h6 {
        font-size: 1rem; /* 16px */
        line-height: 1.4;
    }

    .headline,
    .text__content--columns .headline {
        margin-bottom: 25px;
    }
    .headline.has-subheadline {
        margin-bottom: 15px;
    }
    .headline__underlined {
        padding-bottom: 25px;
    }
    .subline {
        margin-top: 25px;
        font-size: 1.125rem; /* 18px */
    }

}



/* --- DESKTOP (XL) --- */
@media ( min-width: 1200px ) {

    /* --- SPACING --- */
    .p-xl-2 {
        padding: 1.5rem;
    }
    .p-xl-3 {
        padding: 2rem 2.5rem;
    }

    /* --- TYPOGRAPHY --- */

    /* Font sizes */
    .text-xl-default {
        font-size: 1rem;
    }
    .text-xl-small {
        font-size: 0.875rem;
        line-height: 1.57;
    }
    h1,
    .h1,
    .h1-size {
        font-size: 2.5rem; /* 40px */
        line-height: 1.3;
    }
    h2,
    .h2,
    .h2-size {
        font-size: 2rem; /* 32px */
        line-height: 1.3125;
    }
    h3,
    .h3,
    .h3-size {
        font-size: 1.75rem; /* 28px */
        line-height: 1.3929;
    }
    h4,
    .h4,
    .h4-size,
    .text-large {
        font-size: 1.5rem; /* 24px */
        line-height: 1.4167;
    }
    h5,
    .h5,
    .h5-size {
        font-size: 1.125rem; /* 24px */
    }
    h6,
    .h6 {
        font-size: 1rem; /* 16px */
        line-height: 1.5;
    }

    .headline,
    .text__content--columns .headline {
        margin-bottom: 30px;
    }
    .headline.has-subheadline {
        margin-bottom: 20px;
    }
    .headline__underlined {
        padding-bottom: 30px;
    }
    .subline {
        margin-top: 30px;
        font-size: 1.25rem; /* 20px */
        line-height: 1.5;
    }

}



/* --- DESKTOP (XXL) --- */
@media ( min-width: 1440px ) {

    /* --- TYPOGRAPHY --- */

    /* Font sizes */
    .text-xxl-default {
        font-size: 1rem;
    }

}
