@charset "CP850";
/*!
    hki2022 v2.2 || copyright IT Cocktail 2022 for HKI Online
*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none; }

/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/raleway-v27-latin-300.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/raleway-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-300.woff2") format("woff2"), url("../fonts/raleway-v27-latin-300.woff") format("woff"), url("../fonts/raleway-v27-latin-300.ttf") format("truetype"), url("../fonts/raleway-v27-latin-300.svg#Raleway") format("svg");
    /* Legacy iOS */ }
/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/raleway-v27-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/raleway-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v27-latin-regular.woff") format("woff"), url("../fonts/raleway-v27-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v27-latin-regular.svg#Raleway") format("svg");
    /* Legacy iOS */ }
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/raleway-v27-latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/raleway-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-600.woff2") format("woff2"), url("../fonts/raleway-v27-latin-600.woff") format("woff"), url("../fonts/raleway-v27-latin-600.ttf") format("truetype"), url("../fonts/raleway-v27-latin-600.svg#Raleway") format("svg");
    /* Legacy iOS */ }
/** rem Usage by px
 *	Usage: rrem(12px);
 */
/* easeOutQuart */
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/** Axis padding
 *	Usage: @include p('x', $spacer);
 */
/** Axis margin
 *	Usage: @include m('x', $spacer);
 */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }

::selection {
    background: #b3d4fc;
    text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
    display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table; }

.clearfix::after {
    clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important; }

    a,
    a:visited {
        text-decoration: underline; }

    a[href]::after {
        content: " (" attr(href) ")"; }

    abbr[title]::after {
        content: " (" attr(title) ")"; }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: ""; }

    pre {
        white-space: pre-wrap !important; }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group; }

    tr,
    img {
        page-break-inside: avoid; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; } }
.box {
    --headerShadeColor: rgba(255, 255, 255, 0.69);
    border-radius: 0 0.175rem 0.175rem 0;
    background-color: rgba(255, 255, 255, 0.66);
    border-left: 6px solid var(--baseColor);
    box-shadow: 0 0 0 2px inset white;
    padding: 1rem 1.125rem;
    position: relative;
    min-height: 12.375rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) box-shadow, 0.72s cubic-bezier(0.165, 0.84, 0.44, 1) background-color; }
.box:hover {
    box-shadow: 0 0 0 6px inset white;
    background-color: rgba(255, 255, 255, 0.99); }
.box:hover > .visual ~ header .preHeader, .box:hover > .visual ~ header h1 {
    background-color: var(--baseColor);
    color: var(--colorOnBaseColor); }
.box:hover > .visual ~ header ~ footer a {
    background-color: var(--baseColor);
    border-color: var(--baseColor);
    color: var(--colorOnBaseColor); }
.box:hover > header:nth-child(1) > h1 {
    color: var(--baseColor); }
.box > header {
    font-style: italic;
    z-index: 1;
    color: var(--textColor); }
.box > header .preHeader {
    font-size: 0.75rem;
    margin: 0; }
.box > header h1 {
    font-size: 1.25rem;
    margin: 0 0 .5rem;
    hyphens: auto;
    line-height: 115%; }
.box > header h1 a {
    text-decoration: none; }
.box > .content {
    flex: 1 1 100%;
    font-size: 0.75rem;
    color: var(--textColor); }
.box > footer {
    color: var(--textColor);
    margin-top: 1.125rem;
    z-index: 1; }
.box > footer a::after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent; }
.box > .visual {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    text-align: center;
    margin: -1rem -1.125rem; }
.box > .visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
.box > .visual.dark ~ header, .box > .visual.dark ~ footer {
    --textColor: white;
    --headerShadeColor: rgba(0, 0, 0, 0.69); }
.box > .visual ~ header {
    margin-left: -1.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
.box > .visual ~ header .preHeader, .box > .visual ~ header h1 {
    padding: 0 .2rem 0 1.125rem;
    background-color: var(--headerShadeColor);
    transition: color 0.27s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
.box > .visual ~ footer a {
    transition: color 0.27s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.27s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: var(--headerShadeColor); }
.box > .visual ~ .content {
    visibility: hidden; }
.box.filler {
    pointer-events: none;
    opacity: .63;
    border-left: none; }
.box:not(:hover) > .visual > img {
    -webkit-filter: grayscale(75%) contrast(0.75);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(75%) contrast(0.75); }

.flex {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 1.125rem; }
.flex > div {
    flex: 1 1 auto;
    box-sizing: border-box;
    min-width: 15rem; }
.flex > div:nth-child(n+2):nth-last-child(1) {
    flex-grow: 0; }
@media only screen and (max-width: 790px) {
    .flex > div:nth-child(n+2):nth-last-child(1) {
        flex-grow: 1; } }
.flex > div.half {
    flex-basis: calc(50% - 0.5625rem); }

.button {
    display: inline-block;
    background-color: var(--baseColor);
    padding: 0.28125rem 1.125rem;
    margin: 0;
    border: 2px solid var(--baseColor);
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) all;
    text-transform: uppercase;
    color: var(--colorOnBaseColor);
    white-space: nowrap;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    text-decoration: none; }
.button:hover, .button:active, .button:focus-visible {
    background-color: white;
    color: black;
    text-decoration: none; }
.button.disc, button.slick-arrow {
    --mySize: 1.6875rem;
    width: var(--mySize);
    height: var(--mySize);
    border-radius: 50%;
    border: 2px solid currentColor;
    padding: 0;
    background: none;
    color: currentColor;
    text-align: center;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    z-index: 1; }
.button.disc::before, button.slick-arrow::before {
    content: ">";
    font-size: 1rem;
    color: currentColor;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600; }
.button.disc:hover, .button.disc:active, .button.disc:focus-visible, button.slick-arrow:hover, button.slick-arrow:active, button.slick-arrow:focus-visible {
    border-color: var(--baseColor);
    background-color: var(--baseColor);
    color: var(--colorOnBaseColor); }
.button.disc > span, button.slick-arrow > span {
    display: none; }
button.slick-arrow {
    --mySize: 3.9375rem;
    color: var(--colorOnBaseColor);
    background-color: var(--baseColor);
    border-color: var(--baseColor); }
button.slick-arrow::before {
    font-size: 2rem; }
button.slick-prev {
    left: 1.125rem; }
button.slick-prev::before {
    content: "<"; }
button.slick-next {
    right: 1.125rem; }
button.slick-next::before {
    content: ">"; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:link, a:visited, a:hover, a:active, a:focus {
    outline: none; }

a {
    color: currentColor;
    transition: all 0.27s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #888888; }
a:hover, a:active, a:focus-visible {
    color: var(--baseColor); }

#mainMenuLayer > ul > li > a {
    font-size: 1.25rem;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: 0.5625rem;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid var(--baseColor);
    white-space: nowrap; }
#mainMenuLayer > ul > li > a:hover, #mainMenuLayer > ul > li > a:active, #mainMenuLayer > ul > li > a:focus-visible {
    color: #d12206; }

#leftStripe > nav > ul > li > a, #mainMenuLayer > ul > li > ul > li > a {
    text-decoration: none;
    padding-bottom: 0.5625rem;
    display: inline-block; }
#leftStripe > nav > ul > li > a:hover, #mainMenuLayer > ul > li > ul > li > a:hover, #leftStripe > nav > ul > li > a:active, #mainMenuLayer > ul > li > ul > li > a:active, #leftStripe > nav > ul > li > a:focus-visible, #mainMenuLayer > ul > li > ul > li > a:focus-visible {
    color: #d12206; }
#leftStripe > nav > ul > li > a.active, #mainMenuLayer > ul > li > ul > li > a.active {
    color: #d12206;
    font-weight: bold; }

#mainMenuLayer > ul > li > ul > li > ul > li > a, main.detailPage > .content > div.boxes > nav > ul > li > a {
    text-decoration: none;
    display: inline-block; }
#mainMenuLayer > ul > li > ul > li > ul > li > a:hover, main.detailPage > .content > div.boxes > nav > ul > li > a:hover, #mainMenuLayer > ul > li > ul > li > ul > li > a:active, main.detailPage > .content > div.boxes > nav > ul > li > a:active, #mainMenuLayer > ul > li > ul > li > ul > li > a:focus-visible, main.detailPage > .content > div.boxes > nav > ul > li > a:focus-visible {
    color: #d12206; }
#mainMenuLayer > ul > li > ul > li > ul > li > a.active, main.detailPage > .content > div.boxes > nav > ul > li > a.active {
    color: #d12206;
    font-weight: bold; }

#leftStripe {
    flex: 0 0 auto;
    padding-left: 2.25rem;
    width: 12.5rem;
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) background; }
@media only screen and (max-width: 600px) {
    #leftStripe:not(#pushIt) {
        display: flex;
        align-items: flex-end;
        gap: .5rem;
        width: auto;
        background: white;
        padding: .5rem 1rem;
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        top: 0; }
    #leftStripe:not(#pushIt) > h1 {
        position: static;
        height: auto; }
    #leftStripe:not(#pushIt) > nav {
        position: static;
        margin-left: auto; }
    #leftStripe:not(#pushIt) > nav > ul {
        display: flex;
        align-items: center;
        gap: .5rem; }
    #leftStripe:not(#pushIt) > nav > ul > li {
        order: 1; }
    #leftStripe:not(#pushIt) > nav > ul > li:nth-child(1) {
        order: 2; }
    #leftStripe:not(#pushIt) > nav > ul > li:nth-child(1) > label:not(.pushIt) {
        font-size: 0;
        line-height: 1;
        margin-left: 1rem;
        position: relative; }
    #leftStripe:not(#pushIt) > nav > ul > li:nth-child(1) > label:not(.pushIt)::before {
        content: "\2261";
        font-size: 3rem; }
    #leftStripe:not(#pushIt) > nav > ul > li:nth-child(1) > label:not(.pushIt):after {
        left: -.2rem;
        top: .5rem; }
    #leftStripe:not(#pushIt) > nav > ul > li a, #leftStripe:not(#pushIt) > nav > ul > li label {
        padding-bottom: 0;
        margin-bottom: 0;
        height: auto; } }
#leftStripe > h1 {
    padding: 0;
    margin: 0;
    height: 12.375rem;
    position: fixed;
    z-index: 10;
    left: 2.25rem;
    top: 1.25rem;
    width: 7.4375rem;
    box-sizing: border-box; }
#leftStripe > nav {
    position: fixed;
    z-index: 10;
    top: 12.375rem;
    transition: top 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
#leftStripe > nav h2 {
    display: none; }
#leftStripe > nav > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
#leftStripe > nav > ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
#leftStripe > nav > ul > li:nth-child(1) > label {
    height: 3.125rem;
    line-height: 3.125rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0.5625rem;
    text-decoration: none;
    display: block; }
#mainMenu {
    display: none; }
#mainMenu:checked ~ #leftStripe {
    background-color: rgba(255, 255, 255, 0.63); }
#mainMenu:checked ~ #leftStripe > nav > ul > li > label::after {
    content: "\2A09";
    font-size: 2.25rem;
    position: absolute;
    left: 0;
    top: -2rem;
    background: #d12206;
    color: white;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
#mainMenu:checked ~ main {
    box-shadow: none; }
@media only screen and (max-width: 600px) {
    #mainMenu:checked ~ main #topTabs {
        position: fixed;
        right: 0;
        left: 0;
        top: 6rem; } }
#mainMenu:checked ~ main > header, #mainMenu:checked ~ main > .content {
    opacity: 0;
    pointer-events: none; }
#mainMenu:checked ~ #mainMenuLayer {
    pointer-events: all;
    width: 100vw; }
@media only screen and (max-width: 790px) {
    #mainMenu:checked ~ #mainMenuLayer {
        transform: translate(0, 0); }
    #mainMenu:checked ~ #mainMenuLayer + #leftStripe nav label {
        font-size: 0; } }
@media only screen and (max-width: 600px) {
    #mainMenu:checked ~ #mainMenuLayer + #leftStripe label::before {
        visibility: hidden; } }
#mainMenuLayer {
    transition: 0.72s cubic-bezier(0.165, 0.84, 0.44, 1) all;
    pointer-events: none;
    position: fixed;
    z-index: 5;
    overflow: hidden;
    width: 0;
    height: 100vh;
    top: 0;
    left: 0;
    padding-top: 12.375rem; }
@media only screen and (max-width: 790px) {
    #mainMenuLayer {
        width: 100vw;
        transform: translate(-100vw, 0);
        padding: 10rem 2rem 0 10rem;
        bottom: 0; }
    #mainMenuLayer > ul:not(.pushIt) {
        flex-direction: column; }
    #mainMenuLayer > ul:not(.pushIt) > li:nth-child(1) {
        padding-left: 0; }
    #mainMenuLayer > ul:not(.pushIt) > li:nth-child(1) > a, #mainMenuLayer > ul:not(.pushIt) > li:nth-child(1) > ul {
        padding-left: 0; } }
@media only screen and (max-width: 600px) {
    #mainMenuLayer {
        padding-left: 2rem; } }
#mainMenuLayer > ul {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
#mainMenuLayer > ul > li {
    flex: 1 1 auto;
    list-style: none;
    margin: 0;
    padding: 0; }
#mainMenuLayer > ul > li:nth-child(1) {
    padding-left: 1.125rem; }
#mainMenuLayer > ul > li:nth-child(1) > a, #mainMenuLayer > ul > li:nth-child(1) > ul {
    padding-left: 12.5rem; }
#mainMenuLayer > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
#mainMenuLayer > ul > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
#mainMenuLayer > ul > li > ul > li > ul {
    padding-left: 1.125rem;
    padding-bottom: 0.5625rem; }
#mainMenuLayer > ul > li > ul > li > ul > li {
    padding: 0;
    margin: 0; }

#topTabs {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    font-size: 0.75rem; }
@media only screen and (max-width: 600px) {
    #topTabs {
        position: static; }
    #topTabs > ul:not(.pushIt) > li > a {
        border-top: 2px solid currentColor; } }
@media only screen and (max-width: 480px) {
    #topTabs {
        left: 0; } }
#topTabs > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 1px; }
#topTabs > ul > li {
    flex: 1 1 auto; }
#topTabs > ul > li > a {
    display: block;
    line-height: 2.75rem;
    height: 2.75rem;
    border: 2px solid currentColor;
    border-top: none;
    padding: 0 1.125rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin: 0 -1px;
    background-color: rgba(255, 255, 255, 0.9);
    white-space: nowrap; }
#topTabs > ul > li > a:hover, #topTabs > ul > li > a:active, #topTabs > ul > li > a:focus-visible {
    background-color: #f4f4f4; }
#topTabs > ul > li.active > a {
    background-color: #d12206;
    border-color: #d12206;
    color: white;
    z-index: 2; }
#topTabs > ul > li.active > a::after {
    content: "";
    border: 11px solid #d12206;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    pointer-events: none; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

/* Slider */
.slick-loading .slick-list {
    background: white url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "<"; }
[dir="rtl"] .slick-prev:before {
    content: ">"; }

.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: ">"; }
[dir="rtl"] .slick-next:before {
    content: "<"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

html {
    --cssVersion: "2.2 ";
    font-size: 0.875rem; }
@media only screen and (max-width: 1150px) {
    html {
        font-size: 12px; } }

body {
    background: white 0 0/auto auto url("../img/bg.jpg") no-repeat fixed;
    font-size: 1rem;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
    color: var(--textColor);
    --textColor: black;
    --baseColor: black;
    --colorOnBaseColor: white; }
body .style1 {
    --baseColor: #d12206;
    --colorOnBaseColor: white; }
body .style2 {
    --baseColor: #33b2e9;
    --colorOnBaseColor: white; }
@media only screen and (max-width: 600px) {
    body {
        padding-top: 5rem; } }

*, *:before, *:after {
    box-sizing: border-box; }

p {
    margin: 0;
    line-height: 153%; }
p:nth-last-child(n+2) {
    margin-bottom: 1.125rem; }

h2 {
    font-size: 1.15rem;
    text-transform: uppercase;
    display: flex;
    letter-spacing: -.04rem; }
h2 > a {
    text-decoration: none;
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) transform; }
h2 > a:nth-of-type(1)::before {
    display: inline-block;
    width: 0.375rem;
    margin: 0 0.375rem 0.28125rem -1.125rem;
    content: "";
    border: 0.375rem solid transparent;
    border-bottom: none;
    border-top-color: currentColor; }
h2 > a:nth-of-type(2) {
    text-transform: none;
    color: #33b2e9;
    margin-left: 1.125rem;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400; }
h2 > a:nth-of-type(2)::before {
    content: "›"; }
h2 > a > span {
    text-transform: none; }
h2::after {
    content: "";
    flex-grow: 1;
    border-bottom: 2px solid currentColor;
    height: 1rem;
    margin-left: 0.5625rem; }
h2.collapsed > a:nth-of-type(1)::before {
    transform: rotate(-90deg); }
h2.collapsed + div {
    display: none; }

main {
    margin: 0 2.8125rem 2.8125rem 12.5rem;
    min-height: 100vh;
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) all; }
@media only screen and (max-width: 950px) {
    main {
        margin-top: 3rem; } }
@media only screen and (max-width: 600px) {
    main {
        margin: 1rem 0 0; } }
main > header {
    min-height: 12.375rem;
    font-style: italic;
    font-size: 1.125rem;
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) opacity;
    padding-bottom: 2.8125rem; }
@media only screen and (max-width: 600px) {
    main > header {
        margin: 2.5rem 2.8125rem 0;
        min-height: 0; } }
@media only screen and (max-width: 480px) {
    main > header {
        margin: 2.5rem 1rem 0; } }
#breadcrumb {
    padding-top: 1.25rem;
    font-size: 1.125rem;
    height: 3.375rem;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 300; }
@media only screen and (max-width: 600px) {
    #breadcrumb {
        height: auto; }
    #breadcrumb > ul {
        flex-wrap: wrap; } }
#breadcrumb > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
#breadcrumb > ul > li {
    flex: 0 0 auto;
    margin-right: 0.375rem; }
#breadcrumb > ul > li > a {
    text-decoration: none; }
#breadcrumb > ul > li:nth-child(n+2) > a::before {
    content: ">";
    margin-right: 0.375rem; }
#pageHeader {
    line-height: 1.1; }
#pageHeader > h1 {
    font-size: 1.875rem;
    margin: 0;
    padding-right: 2.8125rem; }
#pageHeader > p.subHeader {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    margin: 0.1875rem 0 0;
    max-width: 80%; }
main > .content {
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) opacity; }
@media only screen and (max-width: 600px) {
    main > .content {
        margin: 0 2.8125rem; } }
@media only screen and (max-width: 480px) {
    main > .content {
        margin: 1rem 1rem 0; } }
@media only screen and (max-width: 950px) {
    main.homePage #breadcrumb {
        height: 0; } }
main.homePage > .content #slider .slide {
    position: relative; }
main.homePage > .content #slider .slide > header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: var(--colorOnBaseColor); }
main.homePage > .content #slider .slide > header > h1, main.homePage > .content #slider .slide > header > p.preHeader {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    background-color: var(--baseColor);
    margin: 0;
    white-space: nowrap;
    padding: 0 1.125rem; }
main.homePage > .content #slider .slide > header h1 {
    font-size: 2.5rem; }
main.homePage > .content #slider .slide a {
    display: block;
    width: 100%;
    height: 100%; }
main.homePage > .content #slider .slide .imageWrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 33vh;
    min-height: 20rem; }
@media only screen and (max-width: 480px) {
    main.homePage > .content #slider .slide .imageWrap img {
        min-height: 15rem; } }
main.homePage > .content > .carouselHeader {
    margin-bottom: 2.8125rem; }
main.homePage > .content .boxes > h2 + .flex {
    margin-bottom: 3rem; }
main.homePage > .content .boxes > .flex > div {
    flex-basis: calc(25% - 0.84375rem); }
main.subPage > .content > .teaserHeader {
    background-color: rgba(255, 255, 255, 0.63);
    margin-bottom: 2.8125rem; }
@media only screen and (max-width: 790px) {
    main.subPage > .content > .teaserHeader > div {
        flex-basis: 100%; } }
main.subPage > .content > .teaserHeader > div:nth-child(2) {
    padding: 1.125rem 1.125rem 1.125rem 0; }
main.subPage > .content .boxes > .flex > div {
    flex-basis: calc(25% - 0.84375rem); }
main.detailPage {
    background-color: rgba(255, 255, 255, 0.63);
    box-shadow: 0 0 0 6px white;
    margin-right: 0; }
main.detailPage > .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1.125rem;
    transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) opacity; }
@media only screen and (max-width: 480px) {
    main.detailPage > .content {
        margin: 0; } }
main.detailPage > .content > div {
    flex: 1 1 50%;
    padding: 0 1.40625rem 1.40625rem;
    box-sizing: border-box; }
main.detailPage > .content > div.text {
    min-width: 300px; }
main.detailPage > .content > div.boxes > nav > ul {
    margin: 0;
    padding: 0 0 0 1.125rem; }
main.detailPage > .content > div.boxes > nav > ul > li {
    margin: 0;
    padding: 0; }
main.detailPage > .content > div.boxes > .flex > div {
    flex-basis: calc(50% - 0.5625rem); }

.imageWrap {
    display: block;
    width: 100%; }
.imageWrap > img {
    width: 100%;
    height: auto; }
