/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/rte/rte.scss ***!
  \*******************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
.rte ul,
.rte ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* stylelint-disable */
.rte ul li,
.rte ol li {
  position: relative;
  font-size: 18px;
  line-height: 150%;
}
.rte ul li:first-child,
.rte ol li:first-child {
  margin-top: 0;
}
.rte ul li::before,
.rte ol li::before {
  position: absolute;
  left: 0;
}

.rte {
  font-size: 18px;
  line-height: 150%;
}
.rte > :first-child {
  margin-top: 0;
}
.rte > :last-child {
  margin-bottom: 0;
}
.rte h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 3rem;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .rte h1 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h1 {
    font-size: 4.75rem;
  }
}
.rte h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 3rem;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .rte h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h2 {
    font-size: 4.75rem;
  }
}
.rte h3 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2.25rem;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .rte h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h3 {
    font-size: 3.75rem;
  }
}
.rte h4 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2rem;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .rte h4 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h4 {
    font-size: 3rem;
  }
}
.rte h1.headline--l,
.rte h2.headline--l,
.rte h3.headline--l,
.rte h4.headline--l {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .rte h1.headline--l,
  .rte h2.headline--l,
  .rte h3.headline--l,
  .rte h4.headline--l {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h1.headline--l,
  .rte h2.headline--l,
  .rte h3.headline--l,
  .rte h4.headline--l {
    font-size: 4.75rem;
  }
}
.rte h1.headline--m,
.rte h2.headline--m,
.rte h3.headline--m,
.rte h4.headline--m {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .rte h1.headline--m,
  .rte h2.headline--m,
  .rte h3.headline--m,
  .rte h4.headline--m {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h1.headline--m,
  .rte h2.headline--m,
  .rte h3.headline--m,
  .rte h4.headline--m {
    font-size: 3.75rem;
  }
}
.rte h1.headline--s,
.rte h2.headline--s,
.rte h3.headline--s,
.rte h4.headline--s {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .rte h1.headline--s,
  .rte h2.headline--s,
  .rte h3.headline--s,
  .rte h4.headline--s {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte h1.headline--s,
  .rte h2.headline--s,
  .rte h3.headline--s,
  .rte h4.headline--s {
    font-size: 3rem;
  }
}
.rte b,
.rte strong {
  font-weight: 700;
}
.rte p {
  font-size: 18px;
  line-height: 150%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.rte p.topline {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 150%;
}
.rte p.legal {
  font-size: 0.875rem;
  line-height: 150%;
}
.rte p.subline {
  font-family: "Istok Web", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .rte p.subline {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .rte p.subline {
    font-size: 2.25rem;
  }
}
.rte ul,
.rte ol {
  list-style-type: none !important;
  margin-block: 40px;
}
.rte ul ul,
.rte ul ol,
.rte ol ul,
.rte ol ol {
  margin-top: 8px;
  margin-bottom: 40px;
}
.rte ul li,
.rte ol li {
  padding-left: 24px;
  margin-block: 0;
}
.rte ul li + li,
.rte ol li + li {
  margin-top: 8px;
}
.rte ol {
  counter-reset: section;
}
.rte ol li::before {
  counter-increment: section;
  content: counter(section);
  font-weight: 700;
}
.rte ol.has--alpha li::before {
  content: counter(section, lower-alpha) ".";
}
.rte ol.has--roman li::before {
  content: counter(section, upper-roman) ".";
}
.rte ul li::before {
  content: "•";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 20px;
}
.rte sub,
.rte sup {
  font-size: 10px;
  vertical-align: middle;
}
.rte sup {
  top: -0.6em;
}
.rte sup {
  bottom: -0.5em;
}
.rte abbr[title] {
  text-decoration: none;
}
.rte a:not(.button):not(.textlink) {
  color: var(--textlink-foreground-color);
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline;
  margin-bottom: 0;
  z-index: 1;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), text-underline-offset 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  max-width: 100%;
  word-break: break-word;
}
.rte a:not(.button):not(.textlink):focus-visible {
  outline-offset: 2px;
  outline-color: var(--textlink-foreground-color);
  outline-style: solid;
  outline-width: 2px;
  border-radius: 1px;
}
@media (hover: hover) {
  .rte a:not(.button):not(.textlink):hover {
    --textlink-foreground-color: var(--textlink-foreground-color-hover);
    text-underline-offset: 4px;
  }
}
.rte[data-inview]:not(.inview) > * {
  translate: 0 20px;
  opacity: 0;
}
.rte[data-inview].inview > * {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.rte[data-inview].inview > *:first-child {
  transition-delay: 0.4s;
}
