@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Globals..............Globally-available variables and config.
 * Colors...............Globally-available colors.
 *
 * TOOLS
 * Clearfix.............Mixin to drop micro clearfix into a selector.
 * Box-Sizing...........More sensible default box-sizing.
 * Font-Size............Generate a font-size and baseline-compatible line-height.
 * Hidden...............Mixin to quickly apply accessible hiding to elements.
 *
 * GENERIC
 * Normalize.css........A level playing field.
 *
 * BASE
 * Headings.............H1–H6 styles.
 *
 * OBJECTS
 * Grid.................Simple Grid Layout (c) CSSWIZARDRY-GRIDS.
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 * Main-nav.............The main page nav.
 * Mail-form............The standard mail form.
 * News.................The news plugin.
 * Slider...............The slider plugin.
 *
 * UTILITIES
 * clearfix.............helper class for: clearfix
 * headings.............helper class for: headers
 * hide.................helper class for: hide elements
 *
 */
@font-face {
  font-family: 'Roboto regular';
  src: url("../Fonts/roboto_regular/Roboto-Regular-webfont.woff") format("woff");
  src: url("../Fonts/roboto_regular/Roboto-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto thin';
  src: url("../Fonts/roboto_thin/Roboto-Thin-webfont.woff") format("woff");
  src: url("../Fonts/roboto_thin/Roboto-Thin-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto light';
  src: url("../Fonts/roboto_light/Roboto-Light-webfont.woff") format("woff");
  src: url("../Fonts/roboto_light/Roboto-Light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto black';
  src: url("../Fonts/roboto_black/Roboto-Black-webfont.woff") format("woff");
  src: url("../Fonts/roboto_black/Roboto-Black-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto bold';
  src: url("../Fonts/roboto_bold/Roboto-Bold-webfont.woff") format("woff");
  src: url("../Fonts/roboto_bold/Roboto-Bold-webfont.ttf") format("truetype");
}
/**
 * We have to calculate from pt to px (from the manual)
 * In this layer values are in px and will be converted to rem in the _tools.font-type layer!
 * Font-size: https://www.setuptranslator.com/einheiten-rechner.php?typ=schriftgroesse
 * Line-height: LINEHEIGHT/FONTSIZE from element
 * Letter-spacing: LETTERSPACING (source value)/FONTSIZE from element e.g. 0,1 (from layout file)/17
 */
/**
 * Function to convert pixel values to em
 * https://css-tricks.com/snippets/sass/px-to-em-functions/
 * https://github.com/Toadstool-Stipe/stipe/blob/master/stylesheets/stipe/typography/_functions.scss
 */
/**
 * Set the spacing between your grid items.
 * This is exactly the naming of the gutter from the ergoline guideline
 * no other gutter sizes and naming are needed.
 * 1. Mobile devices
 * 2. Tablet devices
 * 3. Desktop devices
 */
/* [1] */
/* [2] */
/* [3] */
/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.box-layout.scss */
.box-layout--bg-magenta {
  background: #E8308A;
}

/* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.box-layout.scss */
.box-layout--bg-black {
  background: #001C32;
}

/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.box-layout.scss */
.box-layout--bg-grey {
  background: #4C606F;
}

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
/* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 16, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.box-sizing.scss */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._bodytext-base, body {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #001C32;
  font-size: 21px;
}

/* line 21, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._link, a {
  color: #001C32;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
._link:visited, a:visited {
  color: #001C32;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
._link:active, a:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch ._link:hover, .non-touch a:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
}

/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-nav, .nav-main__link {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 35, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vh1, .demo-header__headline-vh1, .header__headline-vh1 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 0.01088em;
  line-height: 1.075;
  text-align: left;
}

/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vh2, .demo-header__headline-vh2, .header__headline-vh2 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1.5;
  line-height: 1.082;
  text-align: left;
}

/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vh3, .demo-header__headline-vh3, .header__headline-vh3 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
  line-height: 1.062;
  text-align: left;
}

/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vh4, .demo-header__headline-vh4, .header__headline-vh4, .header__headline-content-h-main {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.5;
  line-height: 1.072;
  text-align: left;
}

/* line 72, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vh5, .demo-header__headline-vh5, .header__headline-vh5 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.75rem;
  line-height: 1.5;
  line-height: 1.1;
  text-align: left;
}

/* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vh6, .video-text-box__headline, .demo-header__headline-vh6, .header__headline-vh6 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.125;
  text-align: left;
}

/* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-h1, .demo-header__headline-h1, .header__headline-h1 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.01079em;
  line-height: 1.1;
  text-align: left;
}

/* line 103, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-h2, ._abstract-headline-2, .news-single .news-headline__title, .demo-header__headline-h2, .header__headline-h2 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.75rem;
  line-height: 1.5;
  line-height: 1.2;
  text-align: left;
}

/* line 112, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-h3, .service__headline, .product-category__headline, .demo-header__headline-h3, .header__headline-h3 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.3;
  text-align: left;
}

/* line 121, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-h4, .multi-box__type1-headline, .product-details__headline, .service__image-headline, .text-image-box__headline, .contact-form__headline, .news-latest .news-headline__title,
.news-list .news-headline__title, .product-slider__headline, .text-text-box__subheadline, .demo-header__headline-h4, .header__headline-h4 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.5;
  line-height: 1.2;
  text-align: left;
}

/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-h5, .image-text-grid__headline, .product-tabs__headline, .product-item__headline-h, .demo-header__headline-h5, .header__headline-h5, .search-result__headline {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.5;
  line-height: 1.1;
  text-align: left;
}

/* line 139, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-h6, .demo-header__headline-h6, .header__headline-h6 {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.3;
  text-align: left;
}

/* line 151, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vs1, .demo-header__headline-vs1, .header__headline-vs1 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4.625rem;
  line-height: 1.5;
  letter-spacing: 0.0109em;
  line-height: 1.1;
  text-align: left;
}

/* line 161, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vs2, .demo-header__headline-vs2, .header__headline-vs2 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4.125rem;
  line-height: 1.5;
  line-height: 1.1;
  text-align: left;
}

/* line 170, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vs3, .demo-header__headline-vs3, .header__headline-vs3 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3.625rem;
  line-height: 1.5;
  line-height: 1.1;
  text-align: left;
}

/* line 179, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vs4, .demo-header__headline-vs4, .header__headline-vs4, .header__headline-content-s-main {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3.25rem;
  line-height: 1.5;
  line-height: 1.1;
  text-align: left;
}

/* line 188, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vs5, .text-element__headline, .text-element__subheadline, .demo-header__headline-vs5, .header__headline-vs5 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.5;
  line-height: 1.2;
  text-align: left;
}

/* line 197, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-vs6, .video-text-box__subheadline, .demo-header__headline-vs6, .header__headline-vs6 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.5;
  line-height: 1.2;
  text-align: left;
}

/* line 209, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-s1, .demo-header__headline-s1, .header__headline-s1 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.01083em;
  line-height: 1.1;
  text-align: left;
}

/* line 219, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-s2, ._abstract-headline-s2, .news-single .news-headline__subtitle, .demo-header__headline-s2, .header__headline-s2 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.75rem;
  line-height: 1.5;
  line-height: 1.2;
  text-align: left;
}

/* line 228, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-s3, .text-text-box__headline, .demo-header__headline-s3, .header__headline-s3 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.3;
  text-align: left;
}

/* line 237, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-s4, .two-column-text-slider__headline, .two-column-text__headline, .demo-header__headline-s4, .header__headline-s4 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.5;
  line-height: 1.2;
  text-align: left;
}

/* line 246, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-s5, .news-latest .news-headline__subtitle,
.news-list .news-headline__subtitle, .product-item__headline-s, .demo-header__headline-s5, .header__headline-s5 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.5;
  line-height: 1.1;
  text-align: left;
}

/* line 255, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._headline-s6, .service__description, .product-slider__bodytext, .text-text-box__bodytext, .demo-header__headline-s6, .header__headline-s6 {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.3;
  text-align: left;
}

/* line 264, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._subheadline-1, .text-image-box__subheadline, .demo-content-box__header, .rte-bodytext--large {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.5;
  line-height: 1.333;
}

/* line 272, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._subheadline-2, ._abstract-subheadline-s2, .news-single .news-teaser-text, .image-text-grid__subheadline, .multi-box__type1-content, .text-element__teaser, .demo-content-box__headline, .rte-bodytext--medium {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.5;
  line-height: 1.545;
}

/* line 280, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._bodytext, .search-result__description, .multi-box, .product-details__detail, .product-details__detail-value, .product-tabs__content-container, .product-tabs__1-2-content, .product-tabs__tab, .text-element__body, .contact-form__input, .contact-form__theme, .contact-form__salutation, .cc-window .cc-message, .newsletter-form__input, .news-single .news-bodytext, .two-column-text-slider__bodytext, .two-column-text__bodytext, .demo-content-box__bodytext, .rte-bodytext {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 1.43;
}

/* line 288, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._caption-1, .product-details__subdetail, .demo-content__caption-1 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 1.33;
}

/* line 296, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._caption-2, .demo-content__caption-2 {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.5;
  line-height: 1.4;
}

/* line 304, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._meta-text, .nav-meta__link {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 1.17;
  color: #fff;
}

/*
*  Abstract headline formats
*  Use different headline-types in each viewport
*/
@media (min-width: 75em) {
  /* line 320, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
  ._abstract-headline-2, .news-single .news-headline__title {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.01079em;
    line-height: 1.1;
  }
}

/* line 332, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._abstract-headline-s2, .news-single .news-headline__subtitle {
  margin: 0 0.625rem 0;
}
@media (min-width: 75em) {
  /* line 332, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
  ._abstract-headline-s2, .news-single .news-headline__subtitle {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.0109em;
    font-size: 4rem;
    line-height: 1.5;
  }
}

/* line 344, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._abstract-subheadline-s2, .news-single .news-teaser-text {
  margin: 0 0.625rem 2.5rem;
}
@media (min-width: 75em) {
  /* line 344, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
  ._abstract-subheadline-s2, .news-single .news-teaser-text {
    font-family: "Roboto thin", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.5;
    line-height: 1.333;
  }
}

/* line 361, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._list-font-14, .rte-list--size-14 {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 18px;
}

/* line 369, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._list-font-18, .rte-list--size-18 {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 24px;
}

/* line 377, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._list-font-22, .rte-list--size-22 {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.5;
  line-height: 30px;
}

/* line 385, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/fonts/classes/_tools.font-text.scss */
._list-font-32, .rte-list--size-32 {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 42px;
}

/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-20-checkbox.scss */
.checkbox__input {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  height: 1.1875rem;
  width: 1.1875rem;
  min-width: 1.1875rem;
  border: 1px solid #001C32;
  background-color: #4C606F;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 48em) {
  /* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-20-checkbox.scss */
  .checkbox__input {
    margin-bottom: 0;
  }
}

/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-20-checkbox.scss */
.checkbox__label {
  position: relative;
  display: block;
}
@media (min-width: 48em) {
  /* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-20-checkbox.scss */
  .checkbox__label {
    display: inline-block;
    position: relative;
    top: 0.125rem;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.section-margins.scss */
._section-margins, .anchor-menu, .image-box, .image-text-grid, .multi-box, .product-details, .product-tabs, .service-container, .text-element, .text-image-box, .video-text-box, .contact-form__container, .content-wide-box, .newsletter-form__form, .full-screen-header, .image-left-box, .image-right-caption, .nav-footer, .product-list, .product-item, .product-slider, .text-text-box, .two-column-text-slider, .two-column-text, .demo-content__container, .demo-content__full-width-special {
  margin-bottom: 2.5rem;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.section-margins.scss */
  ._section-margins, .anchor-menu, .image-box, .image-text-grid, .multi-box, .product-details, .product-tabs, .service-container, .text-element, .text-image-box, .video-text-box, .contact-form__container, .content-wide-box, .newsletter-form__form, .full-screen-header, .image-left-box, .image-right-caption, .nav-footer, .product-list, .product-item, .product-slider, .text-text-box, .two-column-text-slider, .two-column-text, .demo-content__container, .demo-content__full-width-special {
    margin-bottom: 2.5rem;
  }
}

/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
/*! 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.
 */
/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 35, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 44, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 57, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
/* line 68, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 80, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 89, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 109, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 120, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 129, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 137, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 141, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 152, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 164, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 180, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 190, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 199, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 210, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 222, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 233, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
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.
 */
/* line 244, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          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.
 */
/* line 257, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 265, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 274, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 284, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
[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.
 */
/* line 294, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 303, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
[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.
 */
/* line 312, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 324, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 332, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 343, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 351, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/* line 20, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
* {
  -webkit-tap-highlight-color: transparent;
}
/* line 28, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
*:focus, *:active {
  outline: none;
}

/**
 * Remove trailing margins from nested lists.
 */
/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
li > ol,
li > ul {
  margin-bottom: 0;
}

/* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/**
 * Remove default table spacing.
 */
/* line 68, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
/* line 79, /app/vendor-ironshark/ergoline/Resources/Private/Scss/03-generic/_generic.reset.scss */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.button.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.links.scss */
p > a:link, p > a:visited {
  color: #E8308A;
  text-decoration: underline;
}
/* line 21, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.links.scss */
p > a:hover, p > a:active {
  color: #E8308A;
  text-decoration: none;
}

/* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.list.scss */
ol {
  margin-left: 1em;
}
/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.list.scss */
ol > li {
  margin-bottom: 1em;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.page.scss */
html {
  font-size: 16px;
  line-height: 1.5;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  font-weight: normal;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.page.scss */
body {
  position: relative;
  width: 100%;
  background-color: #fff;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/04-base/_base.paragraph.scss */
p {
  margin-bottom: 1em;
}

/* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
.outer-container {
  max-width: 77.5rem;
  padding: 0;
  margin: 0 1.25rem;
}
@media (min-width: 48em) {
  /* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .outer-container {
    margin: 0 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .outer-container {
    padding: 1.25rem;
    margin: 0 auto;
  }
}

/* line 42, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
.breakout-full-width, .full-screen-header, .image-left-box, .demo-content__full-width-container, .demo-content__full-width-special {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 48em) {
  /* line 42, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .breakout-full-width, .full-screen-header, .image-left-box, .demo-content__full-width-container, .demo-content__full-width-special {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 42, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .breakout-full-width, .full-screen-header, .image-left-box, .demo-content__full-width-container, .demo-content__full-width-special {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  /* line 58, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .breakout-full-width .breakout-container-fix, .full-screen-header .breakout-container-fix, .image-left-box .breakout-container-fix, .demo-content__full-width-container .breakout-container-fix, .demo-content__full-width-special .breakout-container-fix {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }
}

/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
.breakout-inner-container, .full-screen-header--main-box .full-screen-header__single, .full-screen-header__content {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48em) {
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .breakout-inner-container, .full-screen-header--main-box .full-screen-header__single, .full-screen-header__content {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 75em) {
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .breakout-inner-container, .full-screen-header--main-box .full-screen-header__single, .full-screen-header__content {
    max-width: 76.25rem;
    margin-left: calc((100% - 75rem) / 2);
    margin-right: calc((100% - 75rem) / 2);
  }
}

/* line 95, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
.main-container {
  min-height: calc(100vh - 75px);
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 75em) {
  /* line 95, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .main-container {
    min-height: calc(100vh - 90px);
    max-width: 76.25rem;
    margin: 0 auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 6.9375rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 75em) {
  /* line 120, /app/vendor-ironshark/ergoline/Resources/Private/Scss/05-objects/_objects.wrapper.scss */
  .menu-meta-container,
  .menu-main-container {
    margin-left: calc((100% - 73.75rem) / 2);
    margin-right: calc((100% - 73.75rem) / 2);
    width: auto;
    height: auto;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.anchor-menu.scss */
.anchor-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.anchor-menu.scss */
.anchor-menu__linklist li {
  display: inline-block;
}
/* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.anchor-menu.scss */
.anchor-menu__link {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.anchor-menu__link:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .anchor-menu__link:hover {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.anchor-menu.scss */
.anchor-menu__link:visited {
  color: #001C32;
  border-bottom: 0.0625rem solid #001C32;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-box.scss */
.image-box {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-box.scss */
  .image-box {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-box.scss */
.image-box__wrapper {
  position: relative;
  height: 17.5rem;
  overflow: hidden;
}
@media (min-width: 75em) {
  /* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-box.scss */
  .image-box__wrapper {
    height: 33.75rem;
  }
}

/* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-box.scss */
.image-box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
.image-text-grid {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 48em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
  .image-text-grid {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 48em) {
  /* line 22, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
  .image-text-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media (min-width: 48em) {
  /* line 30, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
  .image-text-grid__1-3-content {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
.image-text-grid__image-wrapper {
  position: relative;
  height: 20rem;
  width: 100%;
  overflow: hidden;
}

/* line 46, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
.image-text-grid__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
.image-text-grid__text-wrapper {
  margin: 1.25rem 2.5rem 0 2.5rem;
}
@media (min-width: 75em) {
  /* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
  .image-text-grid__text-wrapper {
    margin: 1.25rem 0 0 0;
  }
}

/* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.image-text-grid.scss */
.image-text-grid__description {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top {
  position: absolute;
  width: 14.375rem;
  left: 4.375rem;
  right: 0;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search-top {
    width: 75rem;
    left: 0;
    right: 0;
    margin: auto !important;
  }
}
/* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top--hidden {
  display: none;
  visibility: hidden;
}
/* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top--visible {
  display: block;
  visibility: visible;
  height: 2.5rem;
  top: 0;
  z-index: 0;
  width: calc(100% - 70px);
  padding-bottom: 3.75rem;
  padding-right: 1.25rem;
  background: #fff;
}
@media (min-width: 48em) {
  /* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search-top--visible {
    width: calc(50% - 70px);
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (min-width: 75em) {
  /* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search-top--visible {
    width: 75rem;
    height: 3.75rem;
    top: 1.875rem;
  }
}
/* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top__toggle-btn {
  position: absolute;
  width: 2.8125rem;
  height: 2.8125rem;
  top: 0rem;
  left: 2.8125rem;
  background: #fff;
  cursor: pointer;
  padding: 0.875rem 0.3125rem;
}
@media (min-width: 75em) {
  /* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search-top__toggle-btn {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    top: 1.875rem;
    left: 0;
    border-right: 0.0625rem solid #D8D8D8;
    padding: 1.0625rem;
  }
}
/* line 79, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top__toggle-btn--active .search-top__magnifier {
  display: none;
}
/* line 83, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top__toggle-btn--active .search-top__close-btn {
  display: block;
}
/* line 90, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top__toggle-btn--inactive .search-top__close-btn {
  display: none;
}
/* line 94, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top__toggle-btn--inactive .search-top__magnifier {
  display: block;
}
/* line 100, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-top__icon {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 75em) {
  /* line 100, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search-top__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 75em) {
  /* line 112, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search-top__input-group {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 121, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search__input {
  width: calc(91.66667% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #001C32;
  border: 0;
  padding: 0.625rem;
  margin: 0;
  background: #fff;
}
@media (min-width: 75em) {
  /* line 121, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search__input {
    padding: 0.625rem 0.625rem 0.625rem 0;
    margin: 0.4375rem 0.0625rem;
  }
}
/* line 139, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search__input[placeholder] {
  color: #001C32;
}

/* line 144, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search__button {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  height: 1.875rem;
  right: 1.5625rem;
  top: 0.4375rem;
  background: #fff;
  border: 0;
  float: right;
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.search__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.search__button:hover::before {
  background-position: -290px 0;
}
@media (min-width: 75em) {
  /* line 144, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
  .search__button {
    height: 3.75rem;
    top: auto;
  }
}

/* line 167, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
/* line 171, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-header {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
/* line 176, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-info {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin-bottom: 0;
}
/* line 183, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-browser {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 190, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.tx-indexedsearch-browsebox {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 195, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.tx-indexedsearch-browsebox li {
  float: left;
  margin-right: 1.25rem;
  border: 1px solid #fff;
  border-bottom: 1px solid #B2BAC1;
  padding: 8px 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 204, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.tx-indexedsearch-browsebox li > strong {
  font-family: "Roboto bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 208, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.tx-indexedsearch-browsebox li:hover {
  border: 1px solid #B2BAC1;
}

/* line 214, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-result {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
/* line 220, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-result__headline {
  margin-bottom: 1.25rem;
}
/* line 227, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-result__percent {
  color: #B2BAC1;
}
/* line 237, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
.search-result__info {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-all;
}

/* line 247, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.indexed-search.scss */
body.menu-main--open .search-top__container {
  display: none !important;
  visibility: hidden !important;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 48em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box {
    min-height: 23.75rem;
  }
}

/* line 20, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__1-3-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  position: relative;
}
@media (min-width: 48em) {
  /* line 20, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box__1-3-content {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--fullsize {
  padding: 0;
}

/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

/* line 51, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__box1 {
  position: relative;
  height: 100%;
}
@media (min-width: 75em) {
  /* line 51, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box__box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
/* line 64, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__box1 .multi-box__button {
  float: left;
}

/* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__box2 {
  position: relative;
  height: 100%;
}
/* line 78, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__box2 .multi-box__button {
  right: 0;
}

/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__type1-logo {
  position: absolute;
  right: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 75em) {
  /* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box__type1-logo {
    position: initial;
  }
}

/* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__content {
  max-width: 15.625rem;
  position: relative;
}
@media (min-width: 75em) {
  /* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box__content {
    position: absolute;
    top: 8.125rem;
  }
}

/* line 112, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__type1-headline {
  margin-bottom: 1.25rem;
}

/* line 118, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__type1-content {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

/* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background-color: #001C32;
  position: absolute;
  bottom: 1.25rem;
  float: right;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.multi-box__button:active {
  color: #001C32;
  border: 1px solid #001C32;
  color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .multi-box__button:hover {
  color: #001C32;
  border: 1px solid #001C32;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 75em) {
  /* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box__button {
    max-width: 50%;
    position: initial;
  }
}

/* line 144, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__type2-image {
  width: 100%;
  height: auto;
}

/* line 153, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__instagram {
  min-height: 21.875rem;
}
/* line 157, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box__instagram .multi-box__icon-instagram {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

/* line 169, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--black {
  background-color: #001C32;
  color: #fff;
}
/* line 174, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--black .multi-box__button {
  background-color: transparent;
  color: #fff;
  bottom: 0;
  position: relative;
}
/* line 181, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--black .multi-box__button:hover {
  border: 0.0625rem solid #fff;
  background-color: #001C32;
  color: #fff;
}
@media (min-width: 48em) {
  /* line 174, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box--black .multi-box__button {
    position: absolute;
  }
}

/* line 194, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--grey {
  background-color: #F5F5F5;
  color: #000;
}
/* line 199, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--grey .multi-box__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
  background-color: transparent;
  border: 0.0625rem solid #001C32;
  position: relative;
  bottom: 0;
  min-width: 50%;
  text-align: center;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.multi-box--grey .multi-box__button:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .multi-box--grey .multi-box__button:hover {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 210, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--grey .multi-box__button:hover {
  background: #001C32;
  color: #fff !important;
}
@media (min-width: 48em) {
  /* line 199, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box--grey .multi-box__button {
    position: absolute;
  }
}

/* line 223, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--white {
  background-color: #fff;
  color: #000;
  border: 0.0625rem solid #000;
}
/* line 229, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--white .multi-box__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
  background-color: transparent;
  border: 0.0625rem solid #001C32;
  position: relative;
  bottom: 0;
  width: 50%;
  text-align: center;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.multi-box--white .multi-box__button:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .multi-box--white .multi-box__button:hover {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 240, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--white .multi-box__button:hover {
  background: #001C32;
  color: #fff !important;
}
@media (min-width: 48em) {
  /* line 229, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box--white .multi-box__button {
    position: absolute;
  }
}

/* line 253, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--magenta {
  background: #E8308A;
  color: #fff;
}
/* line 258, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--magenta .multi-box__button {
  background-color: transparent;
  color: #fff;
  bottom: 0;
  position: relative;
}
/* line 265, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
.multi-box--magenta .multi-box__button:hover {
  border: 0.0625rem solid #fff;
  background-color: #fff;
  color: #E8308A;
}
@media (min-width: 48em) {
  /* line 258, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.multi-box.scss */
  .multi-box--magenta .multi-box__button {
    position: absolute;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
  .pagination-container {
    margin-top: 1.25rem;
  }
}

/* line 20, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
.pagination__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
}
/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
.pagination__button-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
.pagination__button {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.0625rem solid #B2BAC1;
  margin: 0 0.125rem;
  cursor: pointer;
}

/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
.slick-active .pagination__button {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #E8308A;
  cursor: initial;
}
/* line 52, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.pagination.scss */
.slick-active .pagination__button:hover {
  -webkit-transition: none;
  transition: none;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__1-2-content {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__1-2-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
    margin-bottom: 1.25rem;
  }
}

/* line 30, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__content {
  width: 100%;
  margin-bottom: 1.25rem;
}

/* line 36, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__inner-container .product-details__1-2-content {
  line-height: 0.5;
}
/* line 47, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__inner-container .product-details__1-2-content:nth-child(even) {
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #D8D8D8;
}
@media (min-width: 48em) {
  /* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__inner-container .product-details__1-2-content {
    padding-bottom: 1.25rem;
    border-bottom: solid 1px #D8D8D8;
  }
}

/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__button-container {
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 74, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__image {
  width: 100%;
  margin-bottom: 1.25rem;
}
/* line 78, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 48em) {
  /* line 74, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__image {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__headline {
  width: 100%;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px #D8D8D8;
  text-transform: none;
  line-height: 1.8;
  padding: 0 0.625rem;
}

/* line 111, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__detail {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.3;
  padding: 0 0.625rem;
}

/* line 123, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__subdetail {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 0.625rem;
}

/* line 135, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__detail-value {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 0.625rem;
}

/* line 144, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__attention {
  float: left;
  display: block;
  margin: 0.3125rem 0.9375rem 0.9375rem 0;
  width: 1.875rem;
  height: 1.875rem;
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  text-align: center;
  color: #4C606F;
  border: solid 1px #4C606F;
}

/* line 153, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  line-height: 4.3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  display: inline-block;
  max-width: 13.75rem;
  width: 45%;
}
@media (min-width: 48em) {
  /* line 153, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 153, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.product-details__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .product-details__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 161, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__button:last-child {
  position: absolute;
  right: 0;
}
/* line 166, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
.product-details__button:first-child {
  margin-right: 1.25rem;
  position: relative;
}
@media (min-width: 48em) {
  /* line 153, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__button {
    width: 45%;
  }
  /* line 175, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-details.scss */
  .product-details__button:last-child {
    position: relative;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background: #F5F5F5;
}
@media (min-width: 48em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
  .product-tabs {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__outer-container {
  padding: 1.25rem 1.25rem;
}
@media (min-width: 48em) {
  /* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
  .product-tabs__outer-container {
    padding: 2.5rem 0;
  }
}

/* line 36, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__tabs-container {
  width: 100%;
}
@media (min-width: 48em) {
  /* line 36, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
  .product-tabs__tabs-container {
    margin-left: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__content-container {
  width: 100%;
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 1.25rem;
  display: none;
}
@media (min-width: 48em) {
  /* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
  .product-tabs__content-container {
    padding: 0;
  }
}

/* line 68, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__1-2-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 48em) {
  /* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
  .product-tabs__1-2-content {
    width: 41.66667%;
    margin-bottom: 0;
    margin-left: 8.33333%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

/* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__tabs-list {
  margin-bottom: 1.5rem;
}

/* line 101, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__tab {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  height: 2rem;
  border-bottom: solid 1px #4C606F;
  padding: 0.125rem 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.125rem;
  font-size: 14px;
}
/* line 116, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__tab:hover {
  cursor: pointer;
  color: #E8308A;
  border-bottom: solid 2px #E8308A;
}

/* line 124, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__tab--active {
  color: #E8308A;
  border-bottom: solid 2px #E8308A;
}

/* line 134, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__content--active {
  display: block;
}

/* line 139, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
.product-tabs__headline {
  font-family: "Roboto medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0F0F0F;
  text-transform: none;
  margin-bottom: 1.25rem;
  margin-left: 0;
}
@media (min-width: 48em) {
  /* line 139, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.product-tabs.scss */
  .product-tabs__headline {
    font-size: 2.75rem;
    line-height: 1.5;
    color: #4C606F;
    margin-left: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 16, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__1-3-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
/* line 20, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__1-3-content:last-child {
  display: none;
}
@media (min-width: 48em) {
  /* line 16, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__1-3-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 16, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__1-3-content {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  /* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__1-3-content:last-child {
    display: block;
  }
}

/* line 39, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__1-3-content--text {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.625rem;
}
@media (min-width: 48em) {
  /* line 39, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__1-3-content--text {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 39, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__1-3-content--text {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 59, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__1-3-content--image {
  position: relative;
  height: 25rem;
  overflow: hidden;
}

/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__headline {
  font-size: 2.25rem;
  line-height: 2.875rem;
  margin-bottom: 1.25rem;
}

/* line 78, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__description {
  line-height: 1.5rem;
}

/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 92, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__text-wrapper {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
}

/* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__image-headline {
  width: 18.75rem;
  margin-bottom: 1.5625rem;
  color: white;
}

/* line 108, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__image-headline--black {
  color: #001C32;
}

/* line 113, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  color: #fff;
  background-color: #001C32;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 113, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 113, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.service__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .service__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}
/* line 119, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__button:visited {
  border: 0.0625rem solid #fff;
  color: #fff;
}

/* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__button--black {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__button--black {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  .service__button--black {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.service__button--black:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .service__button--black:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 132, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
.service__button--black:visited {
  border: 0.0625rem solid #001C32;
  color: #001C32;
}

/* line 142, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
._service-button, .service__button, .service__button--black {
  width: 17.5rem;
  padding: 0.5rem 0;
  background: transparent;
}
@media (min-width: 48em) {
  /* line 142, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.service.scss */
  ._service-button, .service__button, .service__button--black {
    width: 17.5rem;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element__content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element__headline {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  /* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__headline {
    font-size: 4.625rem;
    line-height: 1.5;
    letter-spacing: 0.0109em;
    line-height: 1;
  }
}

/* line 42, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element__subheadline {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (min-width: 75em) {
  /* line 42, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__subheadline {
    font-size: 4.625rem;
    line-height: 1.5;
    letter-spacing: 0.0109em;
    line-height: 1;
  }
}

/* line 61, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element__teaser {
  font-size: 1.625rem;
  line-height: 1.5;
  line-height: 2.25rem;
  font-weight: 100;
  margin-bottom: 1.25rem;
}
@media (min-width: 75em) {
  /* line 61, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__teaser {
    font-size: 1.375rem;
    line-height: 1.5;
    line-height: 1.545;
  }
}

/* line 80, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element__body {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media (min-width: 75em) {
  /* line 80, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__body {
    margin-bottom: 2.5rem;
  }
}

/* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
.text-element__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  max-width: 16.25rem;
  padding: 0 1.875rem;
}
@media (min-width: 48em) {
  /* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.text-element__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .text-element__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
@media (min-width: 75em) {
  /* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-element.scss */
  .text-element__button {
    width: 12.5rem;
    padding: 0.5rem 0.625rem;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__1-2-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__1-2-content {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__1-2-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  /* line 28, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__1-2-content:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__1-6-content {
  display: none;
}
@media (min-width: 75em) {
  /* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__1-6-content {
    display: block;
    width: calc(16.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__5-6-content {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 75em) {
  /* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__5-6-content {
    width: calc(83.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding: 0.625rem;
}
@media (min-width: 75em) {
  /* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

@media (min-width: 75em) {
  /* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__headline {
    font-size: 2.5rem;
  }
}

/* line 83, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__subheadline {
  margin: 1.875rem 0;
  font-size: 1.5rem;
  line-height: 2.125rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* line 94, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  width: 12.5rem;
}
@media (min-width: 48em) {
  /* line 94, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 94, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.text-image-box__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .text-image-box__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 100, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__button:visited {
  color: #001C32;
  border: 0.0625rem solid #001C32;
}
@media (min-width: 75em) {
  /* line 94, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__button {
    padding: 0.5rem 1.25rem;
  }
}

/* line 114, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__image-container {
  position: relative;
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48em) {
  /* line 114, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__image-container {
    height: 37.5rem;
  }
}
@media (min-width: 75em) {
  /* line 114, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
  .text-image-box__image-container {
    height: 25rem;
  }
}

/* line 132, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.text-image-box.scss */
.text-image-box__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__7-12-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
  .video-text-box__7-12-content {
    width: calc(58.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    margin: 0.9375rem auto 0;
  }
}

@media (min-width: 48em) {
  /* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
  .video-text-box__7-12-content--right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__5-12-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
  .video-text-box__5-12-content {
    width: calc(41.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 47, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  /* 16:9 */
  height: 0;
}
/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.video-full-width.scss */
.video-text-box__video-wrapper > iframe, .video-text-box__video-wrapper > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__headline {
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 48em) {
  /* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
  .video-text-box__headline {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
/* line 66, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__headline > p {
  margin-bottom: 0;
}

/* line 72, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__subheadline {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 72, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
  .video-text-box__subheadline {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__subheadline > p {
  margin-bottom: 0;
}

/* line 91, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_component.video-text-box.scss */
.video-text-box__bodytext {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta .newsletter-form__form {
  margin: 0 0 0.625rem 0;
}
/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta .newsletter-form__email-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.625rem;
}
/* line 22, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta .newsletter-form__input {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #E8308A;
  width: 100%;
  color: #fff;
}
/* line 30, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta .newsletter-form__input::-webkit-input-placeholder {
  opacity: 0.85;
}
.newsletter-form--magenta .newsletter-form__input::-moz-placeholder {
  opacity: 0.85;
}
.newsletter-form--magenta .newsletter-form__input:-ms-input-placeholder {
  opacity: 0.85;
}
.newsletter-form--magenta .newsletter-form__input::-ms-input-placeholder {
  opacity: 0.85;
}
.newsletter-form--magenta .newsletter-form__input::placeholder {
  opacity: 0.85;
}
/* line 35, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta .newsletter-form__button-container {
  background-color: #E8308A;
  padding: 0px;
}
/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta .newsletter-form__button {
  background-color: #E8308A;
}
/* line 47, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta #mce-responses {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0 0 0.875rem;
  margin: 20px 0;
}
/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta #mce-responses a:link,
.newsletter-form--magenta #mce-responses a:visited {
  color: #fff;
  text-decoration: underline;
}
/* line 61, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta #mce-responses a:link,
.newsletter-form--magenta #mce-responses a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/_component.010-newsletter.scss */
.newsletter-form--magenta #mce-error-response::before {
  margin-right: 5px;
  position: absolute;
  padding-left: 0;
  left: 0;
}

/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__form {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #001C32;
}
@media (min-width: 48em) {
  /* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 75em) {
  /* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    position: relative;
  }
}

@media (min-width: 48em) {
  /* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__address-container {
    width: calc(62.5% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 75em) {
  /* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__address-container {
    width: calc(66.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  /* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__comment-container {
    width: calc(62.5% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 75em) {
  /* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__comment-container {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

/* line 66, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__input {
  height: 2.1875rem;
  line-height: 2.1875rem;
  width: 13.8125rem;
  border: none;
  border-bottom: 1px solid #001C32;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0 1.5625rem 0 0.3125rem;
  border: none;
  border-bottom: 1px solid #001C32;
  border-radius: 0;
  display: block;
  margin-bottom: 1.25rem;
  max-width: 100%;
}
@media (min-width: 75em) {
  /* line 66, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__input {
    max-width: 8.125rem;
  }
}
/* line 19, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.contact-form__input::-webkit-input-placeholder {
  /* Edge */
  color: #001C32;
}
/* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.contact-form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #001C32;
}
/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.contact-form__input::-webkit-input-placeholder {
  color: #001C32;
}
.contact-form__input::-moz-placeholder {
  color: #001C32;
}
.contact-form__input:-ms-input-placeholder {
  color: #001C32;
}
.contact-form__input::-ms-input-placeholder {
  color: #001C32;
}
.contact-form__input::placeholder {
  color: #001C32;
}
@media (min-width: 75em) {
  /* line 66, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__input {
    margin-bottom: 1.25rem;
    max-width: 100%;
  }
}

/* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__input--multiline {
  margin-bottom: 0.3125rem;
}
@media (min-width: 48em) {
  /* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__input--multiline {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 75em) {
  /* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__input--multiline {
    margin-bottom: 1.25rem;
  }
}

/* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__theme {
  height: 2.1875rem;
  line-height: 2.1875rem;
  width: 13.8125rem;
  border: none;
  border-bottom: 1px solid #001C32;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0.125rem;
  padding-right: 0.6875rem;
  color: #7F8D98;
  margin-bottom: 1.25rem;
  background-image: url("../Images/SelectArrow/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.125rem center;
  width: 100%;
  padding-left: 0.125rem;
}
@media (min-width: 75em) {
  /* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__theme {
    max-width: 8.125rem;
  }
}
/* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-15-select.scss */
.contact-form__theme > option {
  padding: 0;
}
@media (min-width: 75em) {
  /* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__theme {
    max-width: none;
  }
}

/* line 116, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__salutation {
  height: 2.1875rem;
  line-height: 2.1875rem;
  width: 13.8125rem;
  border: none;
  border-bottom: 1px solid #001C32;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0.125rem;
  padding-right: 0.6875rem;
  color: #7F8D98;
  margin-bottom: 1.25rem;
  background-image: url("../Images/SelectArrow/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.125rem center;
  width: 100%;
}
@media (min-width: 75em) {
  /* line 116, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__salutation {
    max-width: 8.125rem;
  }
}
/* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-15-select.scss */
.contact-form__salutation > option {
  padding: 0;
}
@media (min-width: 48em) {
  /* line 116, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__salutation {
    width: 10.3125rem;
  }
}

@media (min-width: 48em) {
  /* line 131, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__address {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 75em) {
  /* line 131, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__address {
    margin-top: 0;
  }
}

/* line 145, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__checkbox {
  margin-bottom: 1.875rem;
}
@media (min-width: 48em) {
  /* line 145, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__checkbox {
    margin-bottom: 1.25rem;
  }
}
/* line 154, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__checkbox > span {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 8px;
  top: 1px;
  position: relative;
}

/* line 167, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__textarea {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  resize: none;
  height: 13.125rem;
  width: 100%;
  padding: 0.625rem;
}
@media (min-width: 48em) {
  /* line 167, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__textarea {
    height: 11.375rem;
  }
}
@media (min-width: 75em) {
  /* line 167, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__textarea {
    max-width: 100%;
    height: 15.625rem;
    margin-bottom: 1.25rem;
  }
}
/* line 189, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.5;
}
.contact-form__textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.5;
}
.contact-form__textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.5;
}
.contact-form__textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.5;
}
.contact-form__textarea::placeholder {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 195, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__button-container {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 48em) {
  /* line 195, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__button-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 207, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0.625rem 2.5rem;
  width: 100%;
}
@media (min-width: 48em) {
  /* line 207, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 207, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.contact-form__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .contact-form__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
@media (min-width: 48em) {
  /* line 207, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
  .contact-form__button {
    width: 100%;
    margin: 0;
    padding: 1.25rem;
  }
}

/* line 223, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-00-form-fields.scss */
.contact-form__mandatory {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 2, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-01-error.scss */
.has-error input {
  margin-bottom: 0;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/contact-form/contact-form-01-error.scss */
.error.help-block {
  color: red;
  margin: 0.3125rem 0 1.5rem 0;
  display: block;
}

/* line 6, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  position: relative;
  margin: 0;
}

/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 19, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact-form {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  width: calc(100% - 20px);
  margin: 1.25rem;
}
@media (min-width: 75em) {
  /* line 19, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .contact-form {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    width: calc(50% - 40px);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
/* line 35, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact-form__headline {
  margin-bottom: 1.25rem;
}

/* line 44, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.control-label {
  display: none;
}

/* line 49, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.form-group {
  width: 100%;
  margin-bottom: 1.25rem;
}

/* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.form-navigation {
  width: 100%;
  margin-bottom: 1.625rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 48em) {
  /* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .form-navigation {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.newsletter {
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .newsletter {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 75em) {
  /* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .newsletter {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 90, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact-form__newsletter {
  margin: 0 0.3125rem 0;
}
@media (min-width: 48em) {
  /* line 90, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .contact-form__newsletter {
    margin: 1.5rem 0.3125rem 0;
  }
}

/* line 100, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact-form__gdpr {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 75em) {
  /* line 100, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .contact-form__gdpr {
    margin: 0;
  }
}

/* line 110, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact-information {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  width: 100%;
  margin: 0;
}
/* line 117, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.contact-information > div {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 75em) {
  /* line 110, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
  .contact-information {
    width: calc(41.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    margin-left: calc(8.33333% + 0.625rem);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.625rem;
  }
}

/* line 136, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.recaptcha-development-mode {
  display: none;
}

/* line 141, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.grecaptcha-badge[style] {
  z-index: 1;
  bottom: 7.1875rem !important;
}

/* line 148, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.contactform.scss */
.error.help-block {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #E8308A;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
.content-wide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  position: relative;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
.content-wide-box__4-6-content {
  width: calc(80% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin-left: -0.625rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  /* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
  .content-wide-box__4-6-content {
    width: calc(66.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
/* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
.content-wide-box__2-6-content {
  width: calc(80% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  position: absolute;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10%;
  max-width: 12.5rem;
}
@media (min-width: 48em) {
  /* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
  .content-wide-box__2-6-content {
    position: relative;
    right: auto;
    -webkit-transform: none;
            transform: none;
    height: auto;
    padding-top: 0;
    max-width: initial;
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
/* line 70, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
.content-wide-box__image {
  width: 150%;
  height: auto;
}
@media (min-width: 48em) {
  /* line 70, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
  .content-wide-box__image {
    width: 100%;
  }
}
/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
.content-wide-box__text {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: right;
  color: #000;
}
/* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
.content-wide-box__text strong {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
}
@media (min-width: 48em) {
  /* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
  .content-wide-box__text {
    font-size: 2.5rem;
    line-height: 1.5;
    line-height: 2.5rem;
  }
}
@media (min-width: 75em) {
  /* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.content-wide.scss */
  .content-wide-box__text {
    font-size: 3.75rem;
    line-height: 1.5;
    line-height: 3.75rem;
  }
}

/* line 7, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-revoke {
  display: none;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-message {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7F8D98;
}
@media (min-width: 48em) {
  /* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
  .cc-window .cc-message::before {
    float: left;
    display: block;
    margin: 0.3125rem 0.9375rem 0.9375rem 0;
    width: 1.875rem;
    height: 1.875rem;
    font-family: "Roboto black", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    text-align: center;
    color: #4C606F;
    border: solid 1px #4C606F;
    margin: 0.3125rem 1.25rem 0.3125rem 0;
    content: "!";
  }
}
/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-link {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
}
/* line 40, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-link:hover {
  color: #fff;
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-link:visited {
  color: #4C606F;
}
/* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-dismiss {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0.625rem;
  top: 0.75rem;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0.5;
}
/* line 65, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-dismiss:hover {
  opacity: 1;
}
/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-dismiss:before, .cc-window .cc-dismiss:after {
  position: absolute;
  content: ' ';
  height: 0.6875rem;
  width: 0.125rem;
  background-color: #E8308A;
}
/* line 77, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-dismiss:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 80, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window .cc-dismiss:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 48em) {
  /* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
  .cc-window .cc-dismiss {
    width: 2rem;
    height: 2rem;
  }
  /* line 89, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
  .cc-window .cc-dismiss:before, .cc-window .cc-dismiss:after {
    left: 0.9375rem;
    height: 2.0625rem;
    width: 0.125rem;
  }
}

/* line 100, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window.cc-floating {
  max-width: 100%;
  width: 100%;
  bottom: 0;
  padding: 0.625rem 1.25rem;
}
/* line 107, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-window.cc-floating .cc-message {
  max-width: 26.25rem;
}
@media (min-width: 48em) {
  /* line 107, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
  .cc-window.cc-floating .cc-message {
    max-width: 95%;
  }
}

/* line 119, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-cookie-consent.scss */
.cc-banner.cc-window {
  padding: 0.625rem !important;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-footer-items.scss */
.footer__item--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25rem 0;
}

/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-footer-items.scss */
.footer__item--icons {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-footer-items.scss */
.footer__item--icons .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 0.3125rem;
  cursor: pointer;
}
/* line 36, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-footer-items.scss */
.footer__item--icons .icon:hover {
  background: #fff;
}
/* line 43, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-footer-items.scss */
.footer__item--icons .icon__scrollup {
  margin-right: 0;
  background: transparent;
  border: solid 1px #7F8D98;
}
/* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-footer-items.scss */
.footer__item--icons .icon__scrollup::before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: rotate(45deg) translate(80%, 25%);
          transform: rotate(45deg) translate(80%, 25%);
  background: transparent;
  border-top: solid 2px #7F8D98;
  border-left: solid 2px #7F8D98;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
.newsletter-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
.newsletter-form__email-container {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
  .newsletter-form__email-container {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
.newsletter-form__input {
  height: 2.1875rem;
  line-height: 2.1875rem;
  width: 13.8125rem;
  border: none;
  border-bottom: 1px solid #001C32;
  border-radius: 0;
  background-color: #fff;
  color: #fff;
  background-color: #001C32;
  border-bottom-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0 1.5625rem 0 0.3125rem;
  border: none;
  border-bottom: 1px solid #001C32;
  border-radius: 0;
  color: #fff;
  background-color: #001C32;
  border-bottom-color: #fff;
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 75em) {
  /* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
  .newsletter-form__input {
    max-width: 8.125rem;
  }
}
/* line 19, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.newsletter-form__input::-webkit-input-placeholder {
  /* Edge */
  color: #001C32;
}
/* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.newsletter-form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #001C32;
}
/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.newsletter-form__input::-webkit-input-placeholder {
  color: #001C32;
}
.newsletter-form__input::-moz-placeholder {
  color: #001C32;
}
.newsletter-form__input:-ms-input-placeholder {
  color: #001C32;
}
.newsletter-form__input::-ms-input-placeholder {
  color: #001C32;
}
.newsletter-form__input::placeholder {
  color: #001C32;
}
/* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.newsletter-form__input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.newsletter-form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.elements-10-input.scss */
.newsletter-form__input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form__input::-moz-placeholder {
  color: #fff;
}
.newsletter-form__input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form__input::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form__input::placeholder {
  color: #fff;
}
/* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
.newsletter-form__input::-webkit-input-placeholder {
  opacity: 0.85;
}
.newsletter-form__input::-moz-placeholder {
  opacity: 0.85;
}
.newsletter-form__input:-ms-input-placeholder {
  opacity: 0.85;
}
.newsletter-form__input::-ms-input-placeholder {
  opacity: 0.85;
}
.newsletter-form__input::placeholder {
  opacity: 0.85;
}
@media (min-width: 75em) {
  /* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
  .newsletter-form__input {
    max-width: initial;
  }
}

/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
.newsletter-form__button-container {
  padding: 0 0.625rem;
  background-color: #001C32;
}

/* line 51, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
.newsletter-form__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background-color: #001C32;
  padding: 0 0.3125rem;
  height: 2.1875rem;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.newsletter-form__button:active {
  color: #001C32;
  border: 1px solid #001C32;
  color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .newsletter-form__button:hover {
  color: #001C32;
  border: 1px solid #001C32;
  color: #fff;
  border: 1px solid #fff;
}

/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
#mce-responses {
  padding: 0.625rem;
}

/* line 70, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/footer/_components.00-newsletter-form.scss */
#mce-error-response::before {
  content: "\2717";
  margin-right: 5px;
}

/* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
.footer {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

/* line 21, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
.footer-container {
  background-color: #001C32;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 31, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
.footer-inner-container {
  max-width: 77.5rem;
  margin: 0 1.25rem;
}
@media (min-width: 75em) {
  /* line 31, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
  .footer-inner-container {
    margin-left: calc((100% - 73.75rem) / 2);
    margin-right: calc((100% - 73.75rem) / 2);
    width: auto;
    height: auto;
  }
}

/* line 47, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
.footer-meta-container {
  font-size: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0F0F0F;
  color: #D9DDE0;
  padding: 0.375rem 1.25rem;
  max-width: 77.5rem;
}
@media (min-width: 75em) {
  /* line 47, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
  .footer-meta-container {
    max-width: initial;
  }
  /* line 64, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
  .footer-meta-container div:first-child {
    margin-left: calc((100% - 73.75rem) / 2);
  }
  /* line 67, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
  .footer-meta-container div:last-child {
    margin-right: calc((100% - 73.75rem) / 2);
  }
}

/* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.footer.scss */
.footer-disclaimer a {
  color: #D9DDE0;
  text-decoration: none;
  cursor: pointer;
  margin-left: 1.25rem;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.footer-disclaimer a:visited {
  color: #D9DDE0;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.footer-disclaimer a:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .footer-disclaimer a:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header {
  position: relative;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__container {
  max-height: 900px;
}
/* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header .pagination-container {
  position: absolute;
  width: 100%;
  top: 18.75rem;
}
@media (min-width: 455px) {
  /* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header .pagination-container {
    top: 66vw;
  }
}
@media (min-width: 48em) {
  /* line 25, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header .pagination-container {
    position: relative !important;
    top: initial !important;
  }
}
/* line 49, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .full-screen-header__single {
  width: auto !important;
}
@media (max-width: 768px) {
  /* line 49, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header--main-box .full-screen-header__single {
    margin: 0 1.25rem;
  }
}
/* line 60, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .full-screen-header__picture {
  width: 100%;
  min-height: initial;
  margin-bottom: 0;
}
/* line 67, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .full-screen-header__picture img {
  max-width: 100%;
  height: 90vw;
  max-height: 25.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 48em) {
  /* line 67, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header--main-box .full-screen-header__picture img {
    width: 100%;
    height: auto;
    max-height: initial;
  }
}
/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .full-screen-header__button {
  display: block;
}
/* line 89, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .full-screen-header__content {
  margin: 0;
}
/* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .full-screen-header__content .full-screen-header__text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 2.5rem;
}
@media (min-width: 48em) {
  /* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header--main-box .full-screen-header__content .full-screen-header__text {
    font-size: 2.625rem;
    line-height: 1.5;
    line-height: 2.75rem;
  }
}
@media (min-width: 75em) {
  /* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header--main-box .full-screen-header__content .full-screen-header__text {
    font-size: 3.25rem;
    line-height: 1.5;
    line-height: 3.5rem;
  }
}
/* line 113, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header--main-box .pagination-container {
  top: 90vw;
}
@media (min-width: 455px) {
  /* line 113, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header--main-box .pagination-container {
    top: 410px;
  }
}
/* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__picture {
  width: 100%;
}
@media (min-width: 48em) {
  /* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__picture {
    max-width: 100rem;
    min-height: 37.5rem;
    display: block;
    margin: 0 auto -3.125rem auto;
    overflow: hidden;
  }
}
/* line 142, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__picture img {
  width: 100%;
  max-width: 100%;
  height: 66vw;
  min-height: 18.75rem;
  max-height: 28.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 48em) {
  /* line 142, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__picture img {
    width: 100%;
    max-width: 140%;
    height: auto;
    max-height: 42.5rem;
    -webkit-transform: translate(30%, -10%);
            transform: translate(30%, -10%);
    margin: 0 0 0 auto;
  }
}
@media (min-width: 75em) {
  /* line 142, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__picture img {
    width: 85%;
    -webkit-transform: translate(20%, -10%);
            transform: translate(20%, -10%);
  }
}
/* line 176, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__single {
  position: relative;
  text-align: right;
  display: none;
}
/* line 183, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__single:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 750px;
}
/* line 192, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 192, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content {
    margin: 0 1.875rem;
  }
}
@media (min-width: 48em) {
  /* line 192, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
/* line 217, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__text {
  color: #000;
  width: 100%;
  margin-top: 1.875rem;
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.5;
  line-height: 2.5rem;
}
/* line 229, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__text strong {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 233, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__text p {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
}
/* line 239, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__text br {
  display: none;
}
@media (min-width: 48em) {
  /* line 217, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__text {
    margin-left: calc(8.33333% + 0.625rem);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-size: 3.25rem;
    line-height: 1.5;
    line-height: 3.5rem;
  }
  /* line 254, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__text br {
    display: block;
  }
}
@media (min-width: 75em) {
  /* line 217, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__text {
    font-size: 4.625rem;
    line-height: 1.5;
    line-height: 5rem;
  }
}
/* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
.full-screen-header__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  padding: 0 2.5rem;
  margin-top: 0.625rem;
  background: transparent;
  display: none;
}
@media (min-width: 48em) {
  /* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.full-screen-header__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .full-screen-header__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
@media (min-width: 48em) {
  /* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__button {
    font-family: "Roboto light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    line-height: 3;
    line-height: 4.3;
    padding: 0;
    color: #001C32;
    background-color: #fff;
    border: 1px solid #001C32;
    cursor: pointer;
    max-width: 13.75rem;
    background: transparent;
    padding: 0;
    margin-left: calc(8.33333% + 0.625rem);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  /* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 48em) and (min-width: 75em) {
  /* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__button {
    width: 12.625rem;
  }
}
@media (min-width: 48em) {
  /* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
  .full-screen-header__button:active {
    font-family: "Roboto regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    background-color: #001C32;
  }
  /* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
  .non-touch .full-screen-header__button:hover {
    font-family: "Roboto regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    background-color: #001C32;
  }
}
@media (min-width: 48em) {
  /* line 293, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content--white .full-screen-header__text {
    color: #fff;
  }
  /* line 298, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content--white .full-screen-header__button {
    font-family: "Roboto light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    line-height: 3;
    line-height: 4.3;
    padding: 0;
    color: #001C32;
    background-color: #fff;
    border: 1px solid #001C32;
    color: #fff;
    background-color: #001C32;
    border: 1px solid #fff;
    cursor: pointer;
    display: none;
    background: transparent;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  /* line 298, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content--white .full-screen-header__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 48em) and (min-width: 75em) {
  /* line 298, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content--white .full-screen-header__button {
    width: 12.625rem;
  }
}
@media (min-width: 48em) {
  /* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
  .full-screen-header__content--white .full-screen-header__button:active {
    font-family: "Roboto regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    background-color: #001C32;
    color: #001C32;
    background-color: #fff;
    border: 1px solid #fff;
  }
  /* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
  .non-touch .full-screen-header__content--white .full-screen-header__button:hover {
    font-family: "Roboto regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    background-color: #001C32;
    color: #001C32;
    background-color: #fff;
    border: 1px solid #fff;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  /* line 298, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.full-screen-header.scss */
  .full-screen-header__content--white .full-screen-header__button {
    display: block;
  }
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
.image-left-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
/* line 21, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
.image-left-box__image-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 21, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
  .image-left-box__image-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
/* line 31, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
.image-left-box__text-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin-left: 3.75rem;
}
@media (min-width: 48em) {
  /* line 31, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
  .image-left-box__text-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: calc((100% - 75rem) / 2);
  }
}
/* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
.image-left-box__image {
  max-width: 400px;
  width: 80%;
  height: auto;
}
@media (min-width: 48em) {
  /* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
  .image-left-box__image {
    max-width: 520px;
    width: 100%;
  }
}
@media (min-width: 48em) {
  /* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
  .image-left-box__image {
    max-width: 800px;
  }
}
/* line 76, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
.image-left-box__text {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 2.25rem;
  color: #000;
}
/* line 84, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
.image-left-box__text strong {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 48em) {
  /* line 76, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
  .image-left-box__text {
    padding-left: 1.25rem;
    font-size: 2.5rem;
    line-height: 1.5;
    line-height: 2.75rem;
  }
}
@media (min-width: 75em) {
  /* line 76, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-left.scss */
  .image-left-box__text {
    font-size: 4rem;
    line-height: 1.5;
    line-height: 4.375rem;
  }
}

/* line 12, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__image-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  /* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption__image-content {
    width: calc(58.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
/* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__text-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 48em) {
  /* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption__text-content {
    width: calc(41.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 53, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__image {
  width: 100%;
  height: auto;
  margin-left: 5%;
}
@media (min-width: 48em) {
  /* line 53, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption__image {
    max-width: 30rem;
    margin-left: 0;
  }
}
@media (min-width: 48em) {
  /* line 53, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption__image {
    max-width: 42.5rem;
  }
}
@media (min-width: 48em) {
  /* line 73, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption--image-grow img {
    width: 125%;
    max-width: 52.5rem;
    margin-left: -1.25rem;
    margin-bottom: -2.5rem;
  }
}
/* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__text {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 2.25rem;
  color: #000;
}
/* line 94, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__text strong {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 48em) {
  /* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption__text {
    font-size: 2.5rem;
    line-height: 1.5;
    line-height: 2.75rem;
  }
}
@media (min-width: 75em) {
  /* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
  .image-right-caption__text {
    font-size: 4rem;
    line-height: 1.5;
    line-height: 4.375rem;
  }
}
/* line 111, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.image-right-caption.scss */
.image-right-caption__image-caption {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 1.25rem;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.ipandlanguageredirect.scss */
.ipandlanguageredirect {
  display: none;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.logo.scss */
.logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.25rem;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.logo.scss */
  .logo__link {
    margin-right: 0;
  }
}

/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.logo.scss */
.logo__image {
  vertical-align: middle;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
.main-header-container {
  background-color: white;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
  .main-header-container {
    background-color: initial;
    border-bottom: 1px solid #D9DDE0;
  }
}

/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
.main-header {
  position: fixed;
  width: 100%;
  background: #fff;
}
/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
.menu-main--open .main-header {
  height: 100vh;
}
@media (min-width: 75em) {
  /* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
  .main-header {
    position: initial;
    height: auto;
    width: auto;
  }
}

/* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
.meta-header {
  height: 1.875rem;
  background-color: #001C32;
}
@media (min-width: 75em) {
  /* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.main-header.scss */
  .meta-header {
    background-color: #0F0F0F;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main-container {
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (min-width: 75em) {
  /* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
  .menu-main-container {
    padding-top: initial;
  }
}

/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main__item--logo {
  height: auto;
}
/* line 31, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main--open .menu-main__item--logo {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 75em) {
  /* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
  .menu-main__item--logo {
    z-index: 99;
    height: 3.75rem;
  }
}

/* line 46, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main__overlay {
  position: absolute;
  top: 3.25rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.25rem);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: black;
}
/* line 60, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main--open .menu-main__overlay {
  visibility: visible;
  opacity: .6;
}

/* line 72, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main--open .menu-main__button {
  height: 1.875rem;
  cursor: pointer;
}

/* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.00-menu-main.scss */
.menu-main--open .nav-main {
  display: block;
  -webkit-transform: none;
          transform: none;
}

/* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.01-menu-meta.scss */
.meta-header {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.01-menu-meta.scss */
.menu-main--open .meta-header {
  visibility: visible;
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 11.25rem;
  width: 20rem;
}
@media (min-width: 75em) {
  /* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.01-menu-meta.scss */
  .meta-header {
    position: initial;
    height: 1.875rem;
    visibility: visible;
    opacity: 1;
  }
}

/* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.01-menu-meta.scss */
.menu-meta-container {
  height: 1.875rem;
  background-color: #001C32;
  position: relative;
}
@media (min-width: 75em) {
  /* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.01-menu-meta.scss */
  .menu-meta-container {
    background-color: #0F0F0F;
  }
}

/* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.01-menu-meta.scss */
.menu-main__item--main {
  width: 100%;
}

/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
.nav-meta {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
}
@media (min-width: 75em) {
  /* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
  .nav-meta {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: initial;
  }
}

/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
.nav-meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 75em) {
  /* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
  .nav-meta__list {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
.nav-meta__item {
  margin-right: 1.875rem;
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
.nav-meta__item:last-child {
  margin-right: 0;
}

/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.02-nav-meta.scss */
.nav-meta__link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  line-height: 1.875rem;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-meta__link:visited {
  color: #fff;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-meta__link:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-meta__link:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-desktop {
  display: none;
  margin-top: 0.25rem;
}
@media (min-width: 75em) {
  /* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
  .menu-meta__item--language-desktop {
    display: block;
  }
}
/* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-desktop .locale-switch__language {
  color: #B2BAC1;
}
/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-desktop .locale-switch__language::after {
  color: #B2BAC1;
}
/* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-desktop .locale-switch__language > a:link, .menu-meta__item--language-desktop .locale-switch__language > a:visited {
  color: #fff;
}
/* line 44, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-desktop .locale-switch__language > a:active, .menu-meta__item--language-desktop .locale-switch__language > a:hover {
  color: #E8308A;
}
/* line 53, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-mobile {
  display: none;
}
@media (min-width: 75em) {
  /* line 53, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
  .menu-meta__item--language-mobile {
    display: none;
  }
}
/* line 62, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-mobile .locale-switch {
  margin: 0.9375rem 0.9375rem 0 0;
}
/* line 66, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-mobile .locale-switch__language {
  color: #7F8D98;
}
/* line 70, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-mobile .locale-switch__language::after {
  color: #7F8D98;
}
/* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-mobile .locale-switch__language > a:link, .menu-meta__item--language-mobile .locale-switch__language > a:visited {
  color: #001C32;
}
/* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-meta__item--language-mobile .locale-switch__language > a:active, .menu-meta__item--language-mobile .locale-switch__language > a:hover {
  color: #E8308A;
}

/* line 91, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.menu-main--open .menu-meta__item--language-mobile {
  display: block;
}

/* line 98, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.locale-switch__language {
  float: left;
  text-transform: uppercase;
}
/* line 103, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.locale-switch__language::after {
  content: "|";
  margin: 0 0.4375rem 0 0.3125rem;
}
/* line 109, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.03-nav-language.scss */
.locale-switch__language:last-child:after {
  content: "";
  margin: 0;
}

/* line 40, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main {
  display: none;
  background-color: #fff;
  margin-top: 3.25rem;
  padding-top: 1.25rem;
  width: 100%;
  max-width: 20rem;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 3.25rem);
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
  contain: paint;
}
@media (min-width: 75em) {
  /* line 40, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main {
    display: block;
    margin-top: inherit;
    padding: inherit;
    width: auto;
    max-width: initial;
    height: auto;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    -webkit-transition: initial;
    transition: initial;
    contain: initial;
    pointer-events: initial;
  }
}

/* line 90, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list-arrow--active + .nav-main__list--levelx {
  display: block;
}

/* line 98, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list-previous-arrow {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  top: -2.625rem;
  right: -14.25rem;
  height: 1.875rem;
  width: 3.75rem;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  position: absolute;
  top: -1.875rem;
  left: 2rem;
  height: 1.875rem;
  width: 1.25rem;
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.nav-main__list-previous-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  -webkit-transform: initial;
          transform: initial;
  top: 0.5rem;
  left: initial;
  right: 0;
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.nav-main__list-previous-arrow:hover::before {
  background-position: -290px 0;
}
/* line 109, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list-previous-arrow:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 75em) {
  /* line 98, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list-previous-arrow {
    display: none;
  }
}

/* line 122, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__item {
  padding-left: 1.25rem;
  height: 3.125rem;
}
/* line 129, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__item > .nav-main__list-container > .nav-main__list-arrow {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  top: -2.625rem;
  right: -14.25rem;
  height: 1.875rem;
  width: 3.75rem;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.nav-main__item > .nav-main__list-container > .nav-main__list-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  -webkit-transform: initial;
          transform: initial;
  top: 0.5rem;
  left: initial;
  right: 0;
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.nav-main__item > .nav-main__list-container > .nav-main__list-arrow:hover::before {
  background-position: -290px 0;
}
@media (min-width: 75em) {
  /* line 122, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__item {
    padding-left: initial;
    position: initial;
    height: auto;
    margin-right: 2.5rem;
  }
  /* line 144, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__item:hover > .nav-main__list-container {
    background-color: #D9DDE0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  /* line 155, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__item:hover > .nav-main__list-container > .nav-main__list-arrow:before {
    content: none;
  }
  /* line 161, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__item:hover > .nav-main__list-container > .nav-main__list--levelx {
    display: inline-block;
    width: 100%;
  }
  /* line 169, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__item:last-child {
    margin-right: 0;
  }
}

/* line 179, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__link {
  color: #001C32;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 3.125rem;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-main__link:visited {
  color: #001C32;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-main__link:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-main__link:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
@media (min-width: 75em) {
  /* line 179, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__link {
    line-height: 3.75rem;
  }
}
/* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__link:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-left: 2px solid #001C32;
  height: 3.125rem;
  -webkit-transform: translateX(-1.25rem) translateY(0);
          transform: translateX(-1.25rem) translateY(0);
}
@media (min-width: 75em) {
  /* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__link:hover:after {
    border-left: transparent;
    border-bottom: 2px solid #001C32;
    height: 3.75rem;
    width: calc(100% + 1.5rem);
    -webkit-transform: translate(-0.75rem, 0);
            transform: translate(-0.75rem, 0);
  }
}

/* line 200, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__link--active {
  color: #B2BAC1;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-main__link--active:visited {
  color: #B2BAC1;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-main__link--active:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-main__link--active:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__link--active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-left: 2px solid #001C32;
  height: 3.125rem;
  -webkit-transform: translateX(-1.25rem) translateY(0);
          transform: translateX(-1.25rem) translateY(0);
}
@media (min-width: 75em) {
  /* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__link--active:after {
    border-left: transparent;
    border-bottom: 2px solid #001C32;
    height: 3.75rem;
    width: calc(100% + 1.5rem);
    -webkit-transform: translate(-0.75rem, 0);
            transform: translate(-0.75rem, 0);
  }
}

/* line 209, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--level0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
@media (min-width: 75em) {
  /* line 209, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list--level0 {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    height: auto;
  }
}

@media (min-width: 75em) {
  /* line 224, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list-container {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 3.75rem;
    -webkit-transform: translateX(calc((73.75rem - 100vw)/2));
            transform: translateX(calc((73.75rem - 100vw)/2));
    position: absolute;
    top: 3.75rem;
    left: 0;
  }
}

/* line 245, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--levelx {
  display: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
@media (min-width: 75em) {
  /* line 245, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list--levelx {
    margin-left: calc((100% - 73.75rem) / 2);
    margin-right: calc((100% - 73.75rem) / 2);
    z-index: initial;
    background-color: transparent;
    width: auto;
    height: auto;
  }
}
/* line 270, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--levelx > .nav-main__item {
  display: block;
}
@media (min-width: 75em) {
  /* line 270, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list--levelx > .nav-main__item {
    display: inline-block;
  }
}
@media (min-width: 75em) {
  /* line 280, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list--levelx > .nav-main__item .nav-main__list-container {
    background-color: #B2BAC1;
  }
}
/* line 289, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--levelx > .nav-main__item .nav-main__link {
  color: #001C32;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-main__list--levelx > .nav-main__item .nav-main__link:visited {
  color: #001C32;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-main__list--levelx > .nav-main__item .nav-main__link:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-main__list--levelx > .nav-main__item .nav-main__link:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
/* line 294, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--levelx > .nav-main__item .nav-main__link--active {
  color: #7F8D98;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-main__list--levelx > .nav-main__item .nav-main__link--active:visited {
  color: #7F8D98;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-main__list--levelx > .nav-main__item .nav-main__link--active:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-main__list--levelx > .nav-main__item .nav-main__link--active:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
@media (min-width: 75em) {
  /* line 300, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx {
    width: 100%;
    background-color: #B2BAC1;
  }
}
/* line 308, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link {
  color: #001C32;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link:visited {
  color: #001C32;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
/* line 313, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link--active {
  color: #7F8D98;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link--active:visited {
  color: #7F8D98;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link--active:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-main__list--levelx > .nav-main__item > .nav-main__list--levelx .nav-main__link--active:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #7F8D98;
}

/* line 324, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main__button {
  position: relative;
  top: -0.6875rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 0.6875rem;
  width: 1.25rem;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 0.6875rem;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 75em) {
  /* line 324, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
  .menu-main__button {
    display: none;
  }
}

/* line 360, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main__button-icon-bar {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #001C32;
  -webkit-transition: 300ms;
  transition: 300ms;
}
/* line 368, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main__button-icon-bar + .menu-main__button-icon-bar {
  margin-top: 0.25rem;
}
/* line 373, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main--open .menu-main__button-icon-bar {
  height: 0.0625rem;
  background: #E8308A;
}
/* line 378, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main--open .menu-main__button-icon-bar:nth-of-type(1) {
  -webkit-transform: translate3d(0, 2px, 0) rotate(45deg);
          transform: translate3d(0, 2px, 0) rotate(45deg);
}
/* line 383, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main--open .menu-main__button-icon-bar:nth-of-type(2) {
  opacity: 0;
}
/* line 388, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.04-nav-main.scss */
.menu-main--open .menu-main__button-icon-bar:nth-of-type(3) {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
.nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
/* line 16, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
.nav-footer__column {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 75em) {
  /* line 16, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
  .nav-footer__column {
    width: calc(16.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
.nav-footer__title {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 3.75rem;
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.nav-footer__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  -webkit-filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
          filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.nav-footer__title:hover::before {
  background-position: -290px 0;
  -webkit-filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
          filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
}
/* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
.nav-footer__title::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 75em) {
  /* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
  .nav-footer__title {
    padding-left: 0;
    margin-bottom: 2px;
  }
  /* line 46, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
  .nav-footer__title::before {
    display: none;
  }
}
/* line 51, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
.nav-footer__title a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
.nav-footer__title a:visited {
  color: #fff;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.nav-footer__title a:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .nav-footer__title a:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #B2BAC1;
}
/* line 57, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
.nav-footer__list {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 1.625rem;
  display: none;
}
@media (min-width: 75em) {
  /* line 57, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
  .nav-footer__list {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/nav/_components.05-nav-footer.scss */
  .nav-footer__list a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  /* line 18, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.020-links.scss */
  .nav-footer__list a:visited {
    color: #fff;
  }
  /* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
  .nav-footer__list a:active {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    color: #B2BAC1;
  }
  /* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
  .non-touch .nav-footer__list a:hover {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    color: #B2BAC1;
  }
}

/* line 6, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-item {
  background: #D9DDE0;
  overflow: hidden;
  position: relative;
  padding-bottom: 4.875rem;
  margin-bottom: 1.25rem;
  height: auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-item {
    height: auto;
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-item {
    height: 30rem;
  }
}

@media (min-width: 48em) {
  /* line 30, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-latest > .news-item {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    height: 30rem;
  }
}

@media (min-width: 48em) {
  /* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-list > .news-item {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    height: 30rem;
  }
}
@media (min-width: 75em) {
  /* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-list > .news-item {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-image-wrapper {
  padding: 0;
  position: relative;
  border: 0;
  overflow: hidden;
}
/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 61, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-latest .news-image-wrapper,
.news-list .news-image-wrapper {
  width: 100%;
  height: 13.125rem;
  margin: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
}

/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-video-wrapper > iframe, .news-video-wrapper > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news .article {
  padding: 0;
  margin: 0;
}

/* line 91, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-latest .news-headline,
.news-list .news-headline {
  color: #001C32;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
/* line 97, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-latest .news-headline__title,
.news-list .news-headline__title {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
/* line 104, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-latest .news-headline__subtitle,
.news-list .news-headline__subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  min-height: 1.875rem;
}

/* line 115, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-latest .news-content__bodytext,
.news-list .news-content__bodytext {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 1.43;
  margin: 0 1.25rem 0 1.25rem;
  overflow: hidden;
  height: auto;
}
@media (min-width: 48em) {
  /* line 115, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-latest .news-content__bodytext,
  .news-list .news-content__bodytext {
    max-height: 5rem;
  }
}

/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-button {
  position: absolute;
  bottom: 0;
  margin: 1.25rem;
}
/* line 135, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-button__btn-secondary {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
  line-height: 1.14;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.news-button__btn-secondary:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .news-button__btn-secondary:hover {
  color: #001C32;
  border: 1px solid #001C32;
}

/* line 143, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 147, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-image-wrapper {
  width: calc(100% - 20px);
  background: #fff;
  margin: 0 0.625rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 153, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-image-wrapper > img {
  vertical-align: center;
}
@media (min-width: 75em) {
  /* line 147, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-single .news-image-wrapper {
    height: 33.75rem;
    width: 73.75rem;
    margin: 0 0 5.375rem;
  }
}

@media (min-width: 75em) {
  /* line 164, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
  .news-single .news-video-wrapper {
    margin: 0 0 5.375rem;
  }
}

/* line 170, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-headline {
  color: #001C32;
}
/* line 173, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-headline__title {
  margin: 0 0.625rem 1.25rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/* line 182, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-headline__subtitle {
  margin: 0 0.625rem 0;
}

/* line 188, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-teaser-text {
  margin: 0 0.625rem 2.5rem;
}

/* line 193, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-bodytext {
  margin: 0 0.625rem 1.25rem;
}
/* line 197, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.news.scss */
.news-single .news-bodytext > p {
  margin-bottom: 1.25rem;
}

/* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-list-wrapper {
  margin-top: 3.75rem;
}

/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 48em) {
  /* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
  .product-item {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    height: 19.0625rem;
  }
}
@media (min-width: 75em) {
  /* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
  .product-item {
    width: calc(25% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
/* line 30, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-item__image-wrapper {
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  height: 7.5rem;
  border: 1px solid #001C32;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 48em) {
  /* line 30, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
  .product-item__image-wrapper {
    width: 100%;
    height: 12.5rem;
  }
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-item__text-wrapper {
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
}
@media (min-width: 48em) {
  /* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
  .product-item__text-wrapper {
    padding-top: 0;
    width: 100%;
    margin-left: 0;
  }
}
/* line 56, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 64, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-item__headline-s {
  display: block;
}
@media (min-width: 48em) {
  /* line 64, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
  .product-item__headline-s {
    display: inline;
    font-family: "Roboto black", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 48em) {
  /* line 74, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
  .product-item__headline-h {
    font-family: "Roboto black", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-category__headline {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

/* line 91, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.products.scss */
.product-item__link {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
  padding: 0 0.5rem;
  position: absolute;
  bottom: 0;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.product-item__link:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .product-item__link:hover {
  color: #001C32;
  border: 1px solid #001C32;
}

/* line 7, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul {
  position: relative;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li {
  position: relative;
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li > ul {
  margin-left: 1.25rem;
  margin-bottom: 0.875rem;
}
/* line 22, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li > ul > li {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
}
/* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li > ul > li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  left: -1.125rem;
  position: absolute;
  background: #E8308A;
  top: 0.75rem;
}
/* line 40, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li > ul > li > ul {
  margin-left: 1.125rem;
  margin-bottom: 0.875rem;
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li > ul > li > ul > li {
  position: relative;
}
/* line 49, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.sitemap.scss */
.frame-type-menu_sitemap > ul > li > ul > li > ul > li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  left: -1.125rem;
  position: absolute;
  background: none;
  border: 0.0625rem solid #E8308A;
  top: 0.75rem;
}

/* Slider */
/* line 3, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

/* line 17, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, /app/node_modules/slick-carousel/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, /app/node_modules/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin: 0;
  border: 0.0625rem solid #4C606F;
}

/* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__inner-container {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin: 0 !important;
  padding: 2.5rem 1.25rem 0.875rem;
  min-height: 23.4375rem;
}
@media (min-width: 48em) {
  /* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
  .product-slider__inner-container {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    padding: 2.5rem 3.125rem 0.875rem;
    border-right: 0.0625rem solid #4C606F;
  }
}
@media (min-width: 75em) {
  /* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
  .product-slider__inner-container {
    width: calc(33.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 46, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__image-wrapper {
  position: relative;
  width: 100%;
  height: 11.875rem;
  overflow: hidden;
}

/* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 61, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__headline {
  margin: 1.375rem 0 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 71, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__bodytext {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

/* line 80, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.020-product-slider.scss */
.product-slider__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
  padding: 0.375rem 0.625rem;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.product-slider__button:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .product-slider__button:hover {
  color: #001C32;
  border: 1px solid #001C32;
}

/* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headermedia {
  margin-bottom: 1.25rem;
}
@media (min-width: 75em) {
  /* line 5, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
  .headermedia {
    margin-bottom: 3.75rem;
  }
}
/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headermedia .pagination-container {
  margin-top: 0;
}
/* line 19, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headermedia__container {
  margin-bottom: 0.625rem;
  position: relative;
}

/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headerimage__wrapper {
  height: 20rem;
  width: 100%;
}
@media (min-width: 75em) {
  /* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
  .headerimage__wrapper {
    height: 33.75rem;
  }
}
/* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headerimage__picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 43, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headerimage__file {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 55, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headervideo__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/slider/_component.030-headermedia-slider.scss */
.headervideo__file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__1-2-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 1.25rem;
  color: #fff;
}
@media (min-width: 75em) {
  /* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__1-2-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    height: 18.75rem;
  }
}

/* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__logo-wrapper {
  position: relative;
  height: 3.25rem;
  width: 13.75rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  /* line 34, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__logo-wrapper {
    height: 4rem;
    width: 15.625rem;
  }
}

/* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__logo {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 60, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__headline {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 60, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__headline {
    font-size: 2.75rem;
    line-height: 1.5;
  }
}

/* line 78, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__bodytext {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.9375rem 0;
}

/* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__button {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  color: #fff;
  background-color: #001C32;
  border: 1px solid #fff;
  cursor: pointer;
  width: 12.5rem;
  background: transparent;
}
@media (min-width: 48em) {
  /* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__button {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__button {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.text-text-box__button:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .text-text-box__button:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}
/* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__button:visited {
  border: 0.0625rem solid #fff;
  color: #fff;
}
@media (min-width: 75em) {
  /* line 86, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__button {
    line-height: 4.3;
  }
}

/* line 108, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
.text-text-box__icon {
  display: none;
}
@media (min-width: 48em) {
  /* line 108, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.text-text-box.scss */
  .text-text-box__icon {
    display: block;
    position: absolute;
    top: 2.5rem;
    right: 1.25rem;
    height: 3.75rem;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
/* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider__1-2-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  color: #001C32;
  padding: 0 1.25rem;
}
@media (min-width: 48em) {
  /* line 14, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
  .two-column-text-slider__1-2-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    padding: 0;
  }
}
/* line 29, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider--text-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider__headline {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1em;
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider__bodytext {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 50, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider__bodytext p {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  /* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
  .two-column-text-slider__bodytext {
    font-family: "Roboto regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
}
/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider .pagination-container {
  margin-top: 0;
}
/* line 68, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text-slider.scss */
.two-column-text-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
.two-column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
.two-column-text__1-2-content {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  color: #001C32;
  padding: 0 1.25rem;
}
@media (min-width: 48em) {
  /* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
  .two-column-text__1-2-content {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    padding: 0;
  }
}

/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
.two-column-text__headline {
  font-family: "Roboto black", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1em;
}

/* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
.two-column-text__bodytext {
  font-family: "Roboto thin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 46, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
.two-column-text__bodytext p {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  /* line 41, /app/vendor-ironshark/ergoline/Resources/Private/Scss/06-components/_components.two-column-text.scss */
  .two-column-text__bodytext {
    font-family: "Roboto regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
}

/* line 8, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-buttons__btn-container,
.demo-buttons__btn-secondary-container,
.demo-buttons__btn-tertiary-container {
  padding-left: 2.5rem;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-buttons__btn-container--inverted,
.demo-buttons__btn-secondary-container--inverted,
.demo-buttons__btn-tertiary-container--inverted {
  padding: 1.875rem 0 1.875rem 2.5rem;
  background-color: #001C32;
}

/* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 23, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}

/* line 28, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-xl {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  line-height: 4.3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 28, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn-xl {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 28, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn-xl {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn-xl:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn-xl:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}

/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-xl--inverted {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  line-height: 4.3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  color: #fff;
  background-color: #001C32;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn-xl--inverted {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn-xl--inverted {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn-xl--inverted:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn-xl--inverted:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}

/* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn--inverted {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  color: #fff;
  background-color: #001C32;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn--inverted {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn--inverted {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn--inverted:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn--inverted:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #fff;
}

/* line 43, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-secondary {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn-secondary:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn-secondary:hover {
  color: #001C32;
  border: 1px solid #001C32;
}

/* line 48, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-secondary--inverted {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn-secondary--inverted:active {
  color: #001C32;
  border: 1px solid #001C32;
  color: #fff;
  border: 1px solid #fff;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn-secondary--inverted:hover {
  color: #001C32;
  border: 1px solid #001C32;
  color: #fff;
  border: 1px solid #fff;
}

/* line 53, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-tertiary {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.demo-button__btn-tertiary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.demo-button__btn-tertiary:hover::before {
  background-position: -290px 0;
}

/* line 58, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-tertiary--inverted {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.demo-button__btn-tertiary--inverted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  -webkit-filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
          filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.demo-button__btn-tertiary--inverted:hover::before {
  background-position: -290px 0;
  -webkit-filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
          filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
.demo-button__btn-callback {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 3;
  color: #fff;
  background-color: #E8308A;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn-callback {
    width: 50%;
    min-width: 10.25rem;
  }
}
@media (min-width: 75em) {
  /* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-button.scss */
  .demo-button__btn-callback {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.demo-button__btn-callback:active {
  background-color: #fff;
  color: #B2BAC1;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .demo-button__btn-callback:hover {
  background-color: #fff;
  color: #B2BAC1;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
}
/* line 218, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.demo-button__btn-callback:visited {
  color: #fff;
}

/* line 131, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content-box__header {
  margin-bottom: 2.5rem;
}

/* line 138, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content-box__headline {
  margin-bottom: 2.5rem;
}

/* line 155, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content-box__bodytext-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
}

/* line 169, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__outer-container {
  color: #fff;
}

/* line 178, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

/* line 195, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__100-content {
  background-color: #001C32;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 208, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__1-2-content {
  background-color: #001C32;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 221, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__2-3-content {
  background-color: #001C32;
  width: calc(66.66667% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 234, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__1-2-content-responsive {
  background-color: #001C32;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  /* line 234, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
  .demo-content__1-2-content-responsive {
    width: calc(66.66667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 234, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
  .demo-content__1-2-content-responsive {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* line 262, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__7-12-content {
  background-color: #001C32;
  width: calc(58.33333% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 275, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__5-12-content {
  background-color: #001C32;
  width: calc(41.66667% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 288, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__full-width-container {
  background-color: blue;
}

/* line 304, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__full-width-container-with-padding .demo-content__container > div {
  padding: 10px;
}

/* line 312, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__full-width-special {
  background-color: green;
}

/* line 325, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__image-container {
  max-height: 18.75rem;
  margin-bottom: 1.25rem;
}
/* line 330, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-content.scss */
.demo-content__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
.demo-grid-overlay, .demo-grid-overlay--underlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
/* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
.demo-grid-overlay:target, .demo-grid-overlay--underlay:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48em) {
  /* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
  .demo-grid-overlay, .demo-grid-overlay--underlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 38, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
  .demo-grid-overlay:target, .demo-grid-overlay--underlay:target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 75em) {
  /* line 9, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
  .demo-grid-overlay, .demo-grid-overlay--underlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: none;
    left: calc((100% - 73.75rem) / 2);
    right: calc((100% - 73.75rem) / 2);
    padding: 0;
  }
  /* line 54, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
  .demo-grid-overlay:target, .demo-grid-overlay--underlay:target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 61, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
.demo-grid-overlay--underlay {
  z-index: -1;
}

/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
.demo-grid-overlay__column {
  width: calc(25% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  height: 100%;
  background-color: #E8308A;
  opacity: 0.1;
}
@media (min-width: 48em) {
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
  .demo-grid-overlay__column {
    width: calc(12.5% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/07-test/_test-demo-grid-overlay.scss */
  .demo-grid-overlay__column {
    width: calc(8.33333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

/* No files to import found in form-elements/* */
/* No files to import found in contact-form/* */
/* line 10, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.frame header {
  margin-bottom: 1.25rem;
}

/* line 15, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-h1 {
  line-height: 1.2em;
}
/* line 21, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-h2 {
  line-height: 1.2em;
}
/* line 27, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-h3 {
  line-height: 1.2em;
}
/* line 33, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-h4 {
  line-height: 1.2em;
}
/* line 39, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-h5, .search-result__headline {
  line-height: 1.2em;
}
/* line 45, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-h6 {
  line-height: 1.2em;
}
/* line 51, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vh1 {
  line-height: 1.2em;
}
/* line 57, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vh2 {
  line-height: 1.2em;
}
/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vh3 {
  line-height: 1.2em;
}
/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vh4 {
  line-height: 1.2em;
}
/* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vh5 {
  line-height: 1.2em;
}
/* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vh6 {
  line-height: 1.2em;
}
/* line 87, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-s1 {
  line-height: 1.2em;
}
/* line 93, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-s2 {
  line-height: 1.2em;
}
/* line 99, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-s3 {
  line-height: 1.2em;
}
/* line 105, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-s4 {
  line-height: 1.2em;
}
/* line 111, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-s5 {
  line-height: 1.2em;
}
/* line 117, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-s6 {
  line-height: 1.2em;
}
/* line 131, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vs3 {
  line-height: 1.2em;
}
/* line 137, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vs4 {
  line-height: 1.2em;
}
/* line 143, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vs5 {
  line-height: 1.2em;
}
/* line 149, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-vs6 {
  line-height: 1.2em;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-content-h-main {
  font-size: 2.75rem;
  line-height: 1.5;
  line-height: 1em;
}
@media (min-width: 75em) {
  /* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
  .header__headline-content-h-main {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 0;
    line-height: 1.3em;
  }
}
/* line 177, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
.header__headline-content-s-main {
  font-size: 2.3125rem;
  line-height: 1.5;
  line-height: 1.2em;
}
@media (min-width: 75em) {
  /* line 177, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_headings.scss */
  .header__headline-content-s-main {
    font-size: 3.25rem;
    line-height: 1.5;
    line-height: 1em;
    margin-bottom: 2.5rem;
  }
}

/* line 6, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0.875rem;
}
/* line 13, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext > strong, .rte-bodytext > b {
  font-family: "Roboto bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 19, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext--small {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
/* line 24, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext--large {
  margin-bottom: 0.875rem;
}
/* line 26, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext--large > strong, .rte-bodytext--large > b {
  font-family: "Roboto bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 37, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext--medium {
  margin-bottom: 0.875rem;
}
/* line 39, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-bodytext--medium > strong, .rte-bodytext--medium > b {
  font-family: "Roboto bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 51, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-link:link,
.rte-link:visited {
  color: #E8308A;
  text-decoration: underline;
}

/* line 56, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-link:hover,
.rte-link:active {
  color: #E8308A;
  text-decoration: none;
}

/* line 63, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-button,
p > a.rte-button {
  margin: 0 1.25rem 1.25rem 0;
  display: block;
}
/* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-button--large,
p > a.rte-button--large {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  line-height: 4.3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 48em) {
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
  .rte-button--large,
  p > a.rte-button--large {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 69, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
  .rte-button--large,
  p > a.rte-button--large {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.rte-button--large:active,
p > a.rte-button--large:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .rte-button--large:hover, .non-touch
p > a.rte-button--large:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-button--normal,
p > a.rte-button--normal {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 3;
  padding: 0;
  color: #001C32;
  background-color: #fff;
  border: 1px solid #001C32;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 48em) {
  /* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
  .rte-button--normal,
  p > a.rte-button--normal {
    width: 50%;
    min-width: 11.25rem;
  }
}
@media (min-width: 75em) {
  /* line 75, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
  .rte-button--normal,
  p > a.rte-button--normal {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.rte-button--normal:active,
p > a.rte-button--normal:active {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .rte-button--normal:hover, .non-touch
p > a.rte-button--normal:hover {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #001C32;
}
/* line 81, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-button--secondary,
p > a.rte-button--secondary {
  font-family: "Roboto light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2.14;
  padding: 0.5rem 0.625rem;
  color: #001C32;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #001C32;
  cursor: pointer;
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.rte-button--secondary:active,
p > a.rte-button--secondary:active {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .rte-button--secondary:hover, .non-touch
p > a.rte-button--secondary:hover {
  color: #001C32;
  border: 1px solid #001C32;
}
/* line 85, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-button--tertiary,
p > a.rte-button--tertiary {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
}
/* line 130, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.rte-button--tertiary::before,
p > a.rte-button--tertiary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../Images/ButtonArrow/btn-arrow.svg") no-repeat;
  width: 3.1875rem;
  height: 1.3125rem;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.rte-button--tertiary:hover::before,
p > a.rte-button--tertiary:hover::before {
  background-position: -290px 0;
}
/* line 89, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-button--callback,
p > a.rte-button--callback {
  font-family: "Roboto regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 3;
  color: #fff;
  background-color: #E8308A;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
@media (min-width: 48em) {
  /* line 89, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
  .rte-button--callback,
  p > a.rte-button--callback {
    width: 50%;
    min-width: 10.25rem;
  }
}
@media (min-width: 75em) {
  /* line 89, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
  .rte-button--callback,
  p > a.rte-button--callback {
    width: 12.625rem;
  }
}
/* line 11, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.rte-button--callback:active,
p > a.rte-button--callback:active {
  background-color: #fff;
  color: #B2BAC1;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
}
/* line 17, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/_tools.015-hover-active.scss */
.non-touch .rte-button--callback:hover, .non-touch
p > a.rte-button--callback:hover {
  background-color: #fff;
  color: #B2BAC1;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
}
/* line 218, /app/vendor-ironshark/ergoline/Resources/Private/Scss/02-tools/form/_tools.buttons.scss */
.rte-button--callback:visited,
p > a.rte-button--callback:visited {
  color: #fff;
}

/* line 96, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-indented {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 103, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-0 {
  color: #001C32;
  padding: 0;
}
/* line 110, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-1 {
  background-color: #D9DDE0;
  padding: 1.4375rem 1.25rem 1.25rem;
  color: #001C32;
}
/* line 116, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-1 p > a {
  text-decoration: none;
}
/* line 120, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-1 p > a:link, .frame-layout-1 p > a:visited {
  color: #001C32;
}
/* line 126, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-1 p > a:hover, .frame-layout-1 p > a:active {
  color: #E8308A;
}
/* line 135, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-2 {
  background-color: #4C606F;
  padding: 1.4375rem 1.25rem 1.25rem;
  color: #fff;
}
/* line 143, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-2 p > a:link, .frame-layout-2 p > a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 149, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-2 p > a:hover, .frame-layout-2 p > a:active {
  color: #fff;
  text-decoration: underline;
}
/* line 160, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-3 {
  background-color: #001C32;
  padding: 1.4375rem 1.25rem 1.25rem;
  color: #fff;
}
/* line 168, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-3 p > a:link, .frame-layout-3 p > a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 174, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-3 p > a:hover, .frame-layout-3 p > a:active {
  color: #fff;
  text-decoration: underline;
}
/* line 184, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-4 {
  background-color: #E8308A;
  padding: 1.4375rem 1.25rem 1.25rem;
  color: #fff;
}
/* line 192, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-4 p > a:link, .frame-layout-4 p > a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 198, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-4 p > a:hover, .frame-layout-4 p > a:active {
  color: #fff;
  text-decoration: underline;
}
/* line 208, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-layout-5 {
  background-color: #fff;
  border: 0.0625rem solid #4C606F;
  padding: 1.4375rem 1.25rem 1.25rem;
  color: #000;
}

/* line 219, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-after-margin-20 {
  margin-bottom: 1.25rem;
}
/* line 223, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-after-margin-40 {
  margin-bottom: 2.5rem;
}
/* line 227, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-after-margin-60 {
  margin-bottom: 3.75rem;
}
/* line 231, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-after-margin-80 {
  margin-bottom: 5rem;
}

/* line 239, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-before-margin-20 {
  margin-top: 1.25rem;
}
/* line 243, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-before-margin-40 {
  margin-top: 2.5rem;
}
/* line 247, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-before-margin-60 {
  margin-top: 3.75rem;
}
/* line 251, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.frame-space-before-margin-80 {
  margin-top: 5rem;
}

/* line 258, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.contenttable {
  width: 100%;
  margin-top: 1.25rem;
}
/* line 263, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.contenttable tr {
  border-top: 0.0625rem solid #B2BAC1;
}
/* line 267, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.contenttable tr td {
  padding: 0.3125rem 0.4375rem 1.25rem 0.4375rem;
}

/* line 275, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.text-left {
  text-align: left;
}

/* line 279, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.text-center {
  text-align: center;
}

/* line 283, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.text-right {
  text-align: right;
}

/* line 287, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.text-justify {
  text-align: justify;
}

/* line 300, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list--size-14 li::before {
  top: 0.4375rem;
}
/* line 311, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list--size-18 li::before {
  top: 0.75rem;
}
/* line 322, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list--size-22 li::before {
  top: 1rem;
}
/* line 333, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list--size-32 li::before {
  top: 1.5rem;
}
/* line 339, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list li {
  position: relative;
  margin-left: 1.625rem;
  margin-bottom: 20px;
}
/* line 345, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  left: -1.25rem;
  position: absolute;
}
/* line 354, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list li ul {
  margin-top: 1.25rem;
}
/* line 359, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list li ul > li {
  position: relative;
  margin-left: 1.625rem;
}
/* line 364, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list li ul > li::before {
  content: "";
  border: 1px solid #E8308A;
}
/* line 372, /app/vendor-ironshark/ergoline/Resources/Private/Scss/08-utilities/_rte.scss */
.rte-list > li::before {
  background: #E8308A;
}

/*# sourceMappingURL=main.css.map */