@charset "UTF-8";

/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* line 9, node_modules/normalize.scss/normalize.scss */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

/* line 19, node_modules/normalize.scss/normalize.scss */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

/* line 33, node_modules/normalize.scss/normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

/* line 54, node_modules/normalize.scss/normalize.scss */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/* line 67, node_modules/normalize.scss/normalize.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

/* line 77, node_modules/normalize.scss/normalize.scss */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

/* line 89, node_modules/normalize.scss/normalize.scss */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

/* line 97, node_modules/normalize.scss/normalize.scss */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

/* line 109, node_modules/normalize.scss/normalize.scss */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

/* line 117, node_modules/normalize.scss/normalize.scss */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

/* line 126, node_modules/normalize.scss/normalize.scss */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

/* line 135, node_modules/normalize.scss/normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

/* line 144, node_modules/normalize.scss/normalize.scss */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

/* line 153, node_modules/normalize.scss/normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

/* line 161, node_modules/normalize.scss/normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, node_modules/normalize.scss/normalize.scss */

sup {
  top: -0.5em;
}

/* line 173, node_modules/normalize.scss/normalize.scss */

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

/* line 184, node_modules/normalize.scss/normalize.scss */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

/* line 192, node_modules/normalize.scss/normalize.scss */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

/* line 203, node_modules/normalize.scss/normalize.scss */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

/* line 211, node_modules/normalize.scss/normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

/* line 221, node_modules/normalize.scss/normalize.scss */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

/* line 229, node_modules/normalize.scss/normalize.scss */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

/* line 252, node_modules/normalize.scss/normalize.scss */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

/* line 266, node_modules/normalize.scss/normalize.scss */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

/* line 277, node_modules/normalize.scss/normalize.scss */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

/* line 290, node_modules/normalize.scss/normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

/* line 302, node_modules/normalize.scss/normalize.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

/* line 311, node_modules/normalize.scss/normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/* line 322, node_modules/normalize.scss/normalize.scss */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

/* line 334, node_modules/normalize.scss/normalize.scss */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

/* line 346, node_modules/normalize.scss/normalize.scss */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

/* line 357, node_modules/normalize.scss/normalize.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

/* line 370, node_modules/normalize.scss/normalize.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

/* line 379, node_modules/normalize.scss/normalize.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

/* line 390, node_modules/normalize.scss/normalize.scss */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

/* line 399, node_modules/normalize.scss/normalize.scss */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

/* line 408, node_modules/normalize.scss/normalize.scss */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

/* line 419, node_modules/normalize.scss/normalize.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, node_modules/normalize.scss/normalize.scss */

td,
th {
  padding: 0;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

body {
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  overflow-x: hidden;
}

/* line 10, resources/assets/styles/common/_global.scss */

a {
  text-decoration: none;
  color: inherit;
}

/* line 15, resources/assets/styles/common/_global.scss */

* {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  word-break: break-word;
}

/* line 20, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

/* line 28, resources/assets/styles/common/_global.scss */

h4 {
  text-transform: uppercase;
  font-size: 20px;
}

/* line 33, resources/assets/styles/common/_global.scss */

figure {
  margin: 0;
  margin-bottom: 70px;
}

/* line 38, resources/assets/styles/common/_global.scss */

h2 {
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

/* line 46, resources/assets/styles/common/_global.scss */

hr {
  outline: 0;
  border: 0 none;
  background: #000;
  height: 1px;
}

/* line 53, resources/assets/styles/common/_global.scss */

p {
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  margin-top: 0;
}

/* line 63, resources/assets/styles/common/_global.scss */

.text__content a,
.exercise__description__element a {
  text-decoration: underline;
  color: #d92b7c;
}

/* line 67, resources/assets/styles/common/_global.scss */

.text__content a:hover,
.exercise__description__element a:hover {
  color: #f1c335;
}

/* line 72, resources/assets/styles/common/_global.scss */

.text__content ul,
.text__content ol,
.exercise__description__element ul,
.exercise__description__element ol {
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 32px;
}

/* line 81, resources/assets/styles/common/_global.scss */

.exercise__description__element ul {
  list-style: none;
  position: relative;
}

/* line 85, resources/assets/styles/common/_global.scss */

.exercise__description__element ul li::before {
  content: "\2022";
  position: absolute;
  -webkit-transform: translateX(-20px);
       -o-transform: translateX(-20px);
          transform: translateX(-20px);
}

/* line 93, resources/assets/styles/common/_global.scss */

.wp-block-image img {
  min-width: 100%;
}

@media (max-width: 930px) {
  /* line 53, node_modules/gr.scss/src/_build-classes.scss */

  .gr-container,
  .gr-container\@s {
    max-width: 88%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 63, node_modules/gr.scss/src/_build-classes.scss */

  .gr-row,
  .gr-row\@s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -1.5px;
    margin-right: -1.5px;
  }

  /* line 136, node_modules/gr.scss/src/_build-classes.scss */

  .gr-1,
  .gr-2,
  .gr-3,
  .gr-4,
  .gr-5,
  .gr-6,
  .gr-7,
  .gr-8,
  .gr-9,
  .gr-10,
  .gr-11,
  .gr-12,
  .gr-1\@s,
  .gr-2\@s,
  .gr-3\@s,
  .gr-4\@s,
  .gr-5\@s,
  .gr-6\@s,
  .gr-7\@s,
  .gr-8\@s,
  .gr-9\@s,
  .gr-10\@s,
  .gr-11\@s,
  .gr-12\@s {
    padding-left: 1.5px;
    padding-right: 1.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-1 {
    width: 8.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-2 {
    width: 16.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-3 {
    width: 25%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-4 {
    width: 33.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-5 {
    width: 41.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-6 {
    width: 50%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-7 {
    width: 58.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-8 {
    width: 66.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-9 {
    width: 75%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-10 {
    width: 83.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-11 {
    width: 91.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-12 {
    width: 100%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-1\@s {
    width: 8.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-2\@s {
    width: 16.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-3\@s {
    width: 25%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-4\@s {
    width: 33.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-5\@s {
    width: 41.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-6\@s {
    width: 50%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-7\@s {
    width: 58.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-8\@s {
    width: 66.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-9\@s {
    width: 75%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-10\@s {
    width: 83.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-11\@s {
    width: 91.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-12\@s {
    width: 100%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-0 {
    right: auto;
    left: 0%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-1 {
    right: auto;
    left: 8.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-2 {
    right: auto;
    left: 16.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-3 {
    right: auto;
    left: 25%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-4 {
    right: auto;
    left: 33.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-5 {
    right: auto;
    left: 41.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-6 {
    right: auto;
    left: 50%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-7 {
    right: auto;
    left: 58.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-8 {
    right: auto;
    left: 66.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-9 {
    right: auto;
    left: 75%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-10 {
    right: auto;
    left: 83.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-11 {
    right: auto;
    left: 91.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-12 {
    right: auto;
    left: 100%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-0\@s {
    right: auto;
    left: 0%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-1\@s {
    right: auto;
    left: 8.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-2\@s {
    right: auto;
    left: 16.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-3\@s {
    right: auto;
    left: 25%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-4\@s {
    right: auto;
    left: 33.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-5\@s {
    right: auto;
    left: 41.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-6\@s {
    right: auto;
    left: 50%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-7\@s {
    right: auto;
    left: 58.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-8\@s {
    right: auto;
    left: 66.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-9\@s {
    right: auto;
    left: 75%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-10\@s {
    right: auto;
    left: 83.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-11\@s {
    right: auto;
    left: 91.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-12\@s {
    right: auto;
    left: 100%;
  }

  /* line 92, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-0,
  .gr--push-1,
  .gr--push-2,
  .gr--push-3,
  .gr--push-4,
  .gr--push-5,
  .gr--push-6,
  .gr--push-7,
  .gr--push-8,
  .gr--push-9,
  .gr--push-10,
  .gr--push-11,
  .gr--push-12,
  .gr--push-0\@s,
  .gr--push-1\@s,
  .gr--push-2\@s,
  .gr--push-3\@s,
  .gr--push-4\@s,
  .gr--push-5\@s,
  .gr--push-6\@s,
  .gr--push-7\@s,
  .gr--push-8\@s,
  .gr--push-9\@s,
  .gr--push-10\@s,
  .gr--push-11\@s,
  .gr--push-12\@s {
    position: relative;
  }

  /* line 36, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--hide,
  .gr--hide\@s {
    display: none;
  }

  /* line 44, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--show,
  .gr--show\@s {
    display: block;
  }

  /* line 52, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--hidden,
  .gr--hidden\@s {
    visibility: hidden;
  }

  /* line 60, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--visible,
  .gr--visible\@s {
    visibility: visible;
  }
}

@media (min-width: 931px) {
  /* line 53, node_modules/gr.scss/src/_build-classes.scss */

  .gr-container,
  .gr-container\@l {
    max-width: 831px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 63, node_modules/gr.scss/src/_build-classes.scss */

  .gr-row,
  .gr-row\@l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -50px;
    margin-right: -50px;
  }

  /* line 136, node_modules/gr.scss/src/_build-classes.scss */

  .gr-1,
  .gr-2,
  .gr-3,
  .gr-4,
  .gr-5,
  .gr-6,
  .gr-7,
  .gr-8,
  .gr-9,
  .gr-10,
  .gr-11,
  .gr-12,
  .gr-1\@l,
  .gr-2\@l,
  .gr-3\@l,
  .gr-4\@l,
  .gr-5\@l,
  .gr-6\@l,
  .gr-7\@l,
  .gr-8\@l,
  .gr-9\@l,
  .gr-10\@l,
  .gr-11\@l,
  .gr-12\@l {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-1 {
    width: 8.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-2 {
    width: 16.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-3 {
    width: 25%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-4 {
    width: 33.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-5 {
    width: 41.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-6 {
    width: 50%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-7 {
    width: 58.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-8 {
    width: 66.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-9 {
    width: 75%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-10 {
    width: 83.33333%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-11 {
    width: 91.66667%;
  }

  /* line 79, node_modules/gr.scss/src/_build-classes.scss */

  .gr-12 {
    width: 100%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-1\@l {
    width: 8.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-2\@l {
    width: 16.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-3\@l {
    width: 25%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-4\@l {
    width: 33.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-5\@l {
    width: 41.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-6\@l {
    width: 50%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-7\@l {
    width: 58.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-8\@l {
    width: 66.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-9\@l {
    width: 75%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-10\@l {
    width: 83.33333%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-11\@l {
    width: 91.66667%;
  }

  /* line 87, node_modules/gr.scss/src/_build-classes.scss */

  .gr-12\@l {
    width: 100%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-0 {
    right: auto;
    left: 0%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-1 {
    right: auto;
    left: 8.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-2 {
    right: auto;
    left: 16.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-3 {
    right: auto;
    left: 25%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-4 {
    right: auto;
    left: 33.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-5 {
    right: auto;
    left: 41.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-6 {
    right: auto;
    left: 50%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-7 {
    right: auto;
    left: 58.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-8 {
    right: auto;
    left: 66.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-9 {
    right: auto;
    left: 75%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-10 {
    right: auto;
    left: 83.33333%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-11 {
    right: auto;
    left: 91.66667%;
  }

  /* line 23, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-12 {
    right: auto;
    left: 100%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-0\@l {
    right: auto;
    left: 0%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-1\@l {
    right: auto;
    left: 8.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-2\@l {
    right: auto;
    left: 16.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-3\@l {
    right: auto;
    left: 25%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-4\@l {
    right: auto;
    left: 33.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-5\@l {
    right: auto;
    left: 41.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-6\@l {
    right: auto;
    left: 50%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-7\@l {
    right: auto;
    left: 58.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-8\@l {
    right: auto;
    left: 66.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-9\@l {
    right: auto;
    left: 75%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-10\@l {
    right: auto;
    left: 83.33333%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-11\@l {
    right: auto;
    left: 91.66667%;
  }

  /* line 46, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-12\@l {
    right: auto;
    left: 100%;
  }

  /* line 92, node_modules/gr.scss/src/features/_push-pull.scss */

  .gr--push-0,
  .gr--push-1,
  .gr--push-2,
  .gr--push-3,
  .gr--push-4,
  .gr--push-5,
  .gr--push-6,
  .gr--push-7,
  .gr--push-8,
  .gr--push-9,
  .gr--push-10,
  .gr--push-11,
  .gr--push-12,
  .gr--push-0\@l,
  .gr--push-1\@l,
  .gr--push-2\@l,
  .gr--push-3\@l,
  .gr--push-4\@l,
  .gr--push-5\@l,
  .gr--push-6\@l,
  .gr--push-7\@l,
  .gr--push-8\@l,
  .gr--push-9\@l,
  .gr--push-10\@l,
  .gr--push-11\@l,
  .gr--push-12\@l {
    position: relative;
  }

  /* line 36, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--hide,
  .gr--hide\@l {
    display: none;
  }

  /* line 44, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--show,
  .gr--show\@l {
    display: block;
  }

  /* line 52, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--hidden,
  .gr--hidden\@l {
    visibility: hidden;
  }

  /* line 60, node_modules/gr.scss/src/features/_hide-show.scss */

  .gr--visible,
  .gr--visible\@l {
    visibility: visible;
  }
}

/** Search form */

/* line 2, resources/assets/styles/components/_image.scss */

.image__figure {
  position: relative;
}

/* line 6, resources/assets/styles/components/_image.scss */

.image__caption {
  position: absolute;
  bottom: 3px;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  font-size: 11px;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 4, resources/assets/styles/layouts/_header.scss */

.brand {
  position: absolute;
  width: 200px;
  background: #d92b7c;
  text-align: center;
  line-height: 66px;
  text-decoration: none;
  color: #f1c335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 17, resources/assets/styles/layouts/_header.scss */

.brand__typo {
  margin-top: 5px;
  margin-left: 5px;
}

/* line 23, resources/assets/styles/layouts/_header.scss */

.top {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 200px;
  background: #f1c335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 930px) {
  /* line 23, resources/assets/styles/layouts/_header.scss */

  .top {
    display: none;
  }
}

/* line 38, resources/assets/styles/layouts/_header.scss */

.search {
  width: 66px;
  height: 66px;
  position: absolute;
  right: 200px;
  top: 0;
  background: #e6e6e6;
  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;
}

@media (max-width: 930px) {
  /* line 38, resources/assets/styles/layouts/_header.scss */

  .search {
    display: none;
  }
}

/* line 54, resources/assets/styles/layouts/_header.scss */

.nav,
.menu-item {
  font-family: "Montserrat", sans-serif;
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.nav-mobile {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  font-size: 20px;
  font-weight: 500;
}

/* line 65, resources/assets/styles/layouts/_header.scss */

.menu-open .nav-mobile {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 69, resources/assets/styles/layouts/_header.scss */

.nav-mobile__trigger {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}

/* line 77, resources/assets/styles/layouts/_header.scss */

.menu-open .nav-mobile__burger {
  display: none;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.nav-mobile__close {
  display: none;
}

/* line 85, resources/assets/styles/layouts/_header.scss */

.menu-open .nav-mobile__close {
  display: block;
}

/* line 90, resources/assets/styles/layouts/_header.scss */

.nav-mobile .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  height: calc(100vh - 66px);
  background: #f1c335;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-top: 80px;
}

/* line 101, resources/assets/styles/layouts/_header.scss */

.nav-mobile ul {
  text-transform: uppercase;
}

/* line 105, resources/assets/styles/layouts/_header.scss */

.nav-mobile li {
  padding: 30px 0;
  line-height: 24px;
  border-bottom: 1px solid #000;
  width: 88%;
  list-style: none;
  margin: 0 auto;
}

/* line 114, resources/assets/styles/layouts/_header.scss */

.nav-mobile .sub-menu {
  padding-left: 0;
  margin-bottom: -30px;
  font-weight: 400;
}

/* line 119, resources/assets/styles/layouts/_header.scss */

.nav-mobile .sub-menu > li {
  border-bottom: 0;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.nav-mobile .sub-menu > li + li {
  padding-top: 0;
}

/* line 129, resources/assets/styles/layouts/_header.scss */

.language {
  width: 200px;
  right: 0;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  height: 66px;
  background: #f1c335;
  color: #d92b7c;
  text-align: center;
  text-decoration: none;
  line-height: 66px;
}

/* line 142, resources/assets/styles/layouts/_header.scss */

.language--mobile {
  top: 66px;
  left: 0;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  padding: 30px 0;
  width: calc(100% - 40px);
  text-align: left;
  height: 20px;
  border-bottom: 1px solid #000;
  margin: 0 20px;
}

/* line 158, resources/assets/styles/layouts/_header.scss */

.banner {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px #0003;
          box-shadow: 0 10px 15px #0003;
  height: 66px;
  width: 100%;
  z-index: 2;
}

@media (max-width: 930px) {
  /* line 158, resources/assets/styles/layouts/_header.scss */

  .banner {
    background: #d92b7c;
  }
}

/* line 172, resources/assets/styles/layouts/_header.scss */

.banner__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 100px;
  width: 100%;
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 0;
  left: 0;
}

@media (max-width: 930px) {
  /* line 172, resources/assets/styles/layouts/_header.scss */

  .banner__brand {
    display: none;
  }
}

/* line 188, resources/assets/styles/layouts/_header.scss */

.banner__brand svg {
  width: 315px;
}

@media (min-width: 931px) {
  /* line 188, resources/assets/styles/layouts/_header.scss */

  .banner__brand svg {
    max-width: 25vh;
  }
}

/* line 196, resources/assets/styles/layouts/_header.scss */

.isLoaded .banner__brand {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* line 203, resources/assets/styles/layouts/_header.scss */

.menu-hauptnavigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 208, resources/assets/styles/layouts/_header.scss */

.menu-hauptnavigation-container #menu-hauptnavigation > .current-menu-item,
.menu-hauptnavigation-container #menu-hauptnavigation.nav-basic_education .menu-item-type-post_type.basic_education_nav-item {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* line 214, resources/assets/styles/layouts/_header.scss */

.menu-hauptnavigation-container #menu-hauptnavigation > .current-menu-item ~ .current-menu-item {
  text-decoration: none;
}

/* stylelint-disable */

/* line 221, resources/assets/styles/layouts/_header.scss */

.nav-primary {
  width: auto;
}

@media (min-width: 931px) {
  /* line 221, resources/assets/styles/layouts/_header.scss */

  .nav-primary {
    width: calc(100vw - 532px);
    margin: 0 200px 0 266px;
  }
}

/* line 229, resources/assets/styles/layouts/_header.scss */

.nav-primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 930px;
  padding: 0;
  height: 66px;
  margin: 0;
}

/* line 239, resources/assets/styles/layouts/_header.scss */

.nav-primary ul .sub-menu {
  position: absolute;
  width: 100%;
  background: #fff;
  margin-left: -20px;
  -webkit-box-shadow: 0 20px 20px #0003;
          box-shadow: 0 20px 20px #0003;
  top: 50px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 20px;
  padding-top: 10px;
  height: auto;
  pointer-events: none;
}

@media (min-width: 931px) {
  /* line 239, resources/assets/styles/layouts/_header.scss */

  .nav-primary ul .sub-menu {
    width: 200%;
  }
}

/* line 261, resources/assets/styles/layouts/_header.scss */

.nav-primary ul .sub-menu li {
  padding: 10px 20px;
  text-align: left;
}

/* line 265, resources/assets/styles/layouts/_header.scss */

.nav-primary ul .sub-menu li + .nav-primary ul .sub-menu li {
  margin-top: 20px;
}

/* line 269, resources/assets/styles/layouts/_header.scss */

.nav-primary ul .sub-menu li a {
  line-height: 1.5;
}

/* line 274, resources/assets/styles/layouts/_header.scss */

.nav-primary ul .sub-menu:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}

/* line 282, resources/assets/styles/layouts/_header.scss */

.nav-primary ul > li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}

/* line 301, resources/assets/styles/layouts/_header.scss */

.nav-primary li {
  font-size: 16px;
  font-size: calc(5px + 0.5vw);
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 0 1vw;
}

/* line 310, resources/assets/styles/layouts/_header.scss */

.nav-primary a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
  font-weight: 500;
}

/* line 316, resources/assets/styles/layouts/_header.scss */

.nav-primary a:hover {
  color: #f1c335;
}

@media (min-width: 931px) {
  /* line 321, resources/assets/styles/layouts/_header.scss */

  .nav-primary .menu-item > a {
    line-height: 60px;
  }
}

/* stylelint-ensable */

/* line 1, resources/assets/styles/layouts/_footer.scss */

.footer {
  background: #a0a0a0;
  padding: 20px 0 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 930px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .footer {
    margin: 0 -6%;
    padding: 20px 6% 40px;
    width: 112%;
  }
}

/* line 15, resources/assets/styles/layouts/_footer.scss */

.footer a:hover {
  color: #d92b7c;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 930px) {
  /* line 21, resources/assets/styles/layouts/_footer.scss */

  .footer__addition {
    margin: 0 -6%;
    width: 112% !important;
  }
}

/* line 27, resources/assets/styles/layouts/_footer.scss */

.footer__addition--gray {
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  width: 100%;
}

/* line 36, resources/assets/styles/layouts/_footer.scss */

.footer__addition--yellow {
  background-color: #f1c335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  /* line 36, resources/assets/styles/layouts/_footer.scss */

  .footer__addition--yellow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 49, resources/assets/styles/layouts/_footer.scss */

.footer__container {
  margin: 0 auto;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.footer hr {
  background-color: #fff;
  margin: 0 20px;
}

/* line 58, resources/assets/styles/layouts/_footer.scss */

.footer ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* line 65, resources/assets/styles/layouts/_footer.scss */

.footer .container {
  margin: 0 48px;
}

@media (max-width: 930px) {
  /* line 65, resources/assets/styles/layouts/_footer.scss */

  .footer .container {
    margin: 0;
  }
}

/* line 73, resources/assets/styles/layouts/_footer.scss */

.footer__logo {
  margin-bottom: 20px;
}

/* line 77, resources/assets/styles/layouts/_footer.scss */

.footer__social {
  padding: 20px 0 0;
}

/* line 80, resources/assets/styles/layouts/_footer.scss */

.footer__social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 84, resources/assets/styles/layouts/_footer.scss */

.footer__social-list li + .footer__social-list li {
  margin-left: 40px;
}

/* line 89, resources/assets/styles/layouts/_footer.scss */

.footer__social-list svg path {
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

/* line 94, resources/assets/styles/layouts/_footer.scss */

.footer__social-list a:hover svg path {
  fill: #d92b7c;
}

/* line 101, resources/assets/styles/layouts/_footer.scss */

.footer__newsletter {
  margin: 20px 0;
  cursor: pointer;
}

/* line 107, resources/assets/styles/layouts/_footer.scss */

.backtotop {
  height: 110px;
  background: #d92b7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 930px) {
  /* line 107, resources/assets/styles/layouts/_footer.scss */

  .backtotop {
    margin: 0 -6%;
    padding: 0 6%;
    width: 112%;
  }
}

/* line 120, resources/assets/styles/layouts/_footer.scss */

.backtotop svg {
  width: 45px;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

@media (max-width: 930px) {
  /* line 7, resources/assets/styles/layouts/_content.scss */

  .content {
    background: #fff;
    margin-top: 306px;
  }

  /* line 12, resources/assets/styles/layouts/_content.scss */

  .single-workshop .content,
  .template-text .content,
  .single-exercise .content {
    margin-top: 0;
  }
}

/* line 19, resources/assets/styles/layouts/_content.scss */

.content__inner {
  background: #fff;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 931px) {
  /* line 19, resources/assets/styles/layouts/_content.scss */

  .content__inner {
    padding-top: 30px;
  }
}

@media (max-width: 930px) {
  /* line 19, resources/assets/styles/layouts/_content.scss */

  .content__inner {
    padding-top: 50px;
  }

  /* line 31, resources/assets/styles/layouts/_content.scss */

  .template-text .content__inner {
    margin-bottom: 40px;
  }

  /* line 35, resources/assets/styles/layouts/_content.scss */

  .content__inner iframe {
    max-width: 100%;
    height: auto;
  }
}

/* line 41, resources/assets/styles/layouts/_content.scss */

.content__inner--regular {
  padding-bottom: 40px;
}

@media (min-width: 931px) {
  /* line 41, resources/assets/styles/layouts/_content.scss */

  .content__inner--regular {
    margin-top: 150px;
  }
}

/* line 51, resources/assets/styles/layouts/_content.scss */

.content__intro {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 931px) {
  /* line 51, resources/assets/styles/layouts/_content.scss */

  .content__intro {
    padding-top: 40px;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s 0.3s ease;
    transition: -webkit-transform 0.5s 0.3s ease;
    -o-transition: -o-transform 0.5s 0.3s ease;
    transition: transform 0.5s 0.3s ease;
    transition: transform 0.5s 0.3s ease, -webkit-transform 0.5s 0.3s ease, -o-transform 0.5s 0.3s ease;
  }
}

@media (max-width: 930px) {
  /* line 51, resources/assets/styles/layouts/_content.scss */

  .content__intro {
    background: transparent;
    color: #d92b7c;
  }
}

@media (min-width: 931px) {
  /* line 69, resources/assets/styles/layouts/_content.scss */

  .isLoaded .content__intro {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 75, resources/assets/styles/layouts/_content.scss */

.content__intro-container {
  margin-top: calc(100vh - 301px);
  width: 100%;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 930px) {
  /* line 75, resources/assets/styles/layouts/_content.scss */

  .content__intro-container {
    margin: 0 -6.5%;
    padding: 42px 6.5%;
    margin-top: -46px;
    background: #f1c335;
  }
}

/* line 89, resources/assets/styles/layouts/_content.scss */

.content__intro-headline {
  font-size: 73px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 75px;
  margin-bottom: 0;
  line-height: 0.3;
}

@media (max-width: 930px) {
  /* line 89, resources/assets/styles/layouts/_content.scss */

  .content__intro-headline {
    font-size: 40px;
    padding-top: 0;
  }
}

/* line 105, resources/assets/styles/layouts/_content.scss */

.project__image {
  margin: 45px 0 70px;
}

/* line 113, resources/assets/styles/layouts/_content.scss */

.section__title {
  text-transform: uppercase;
}

/* line 118, resources/assets/styles/layouts/_content.scss */

.section__module--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

/* line 123, resources/assets/styles/layouts/_content.scss */

.section__module--second .section__module hr {
  width: 100%;
}

@media (min-width: 931px) {
  /* line 122, resources/assets/styles/layouts/_content.scss */

  .section__module--second .section__module {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 930px) {
  /* line 118, resources/assets/styles/layouts/_content.scss */

  .section__module--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 139, resources/assets/styles/layouts/_content.scss */

.section__module--last {
  margin-top: 40px;
}

@media (max-width: 930px) {
  /* line 139, resources/assets/styles/layouts/_content.scss */

  .section__module--last {
    margin-top: 0;
  }
}

@media (min-width: 931px) {
  /* line 147, resources/assets/styles/layouts/_content.scss */

  .section__module + .section__module {
    margin-left: 17px;
  }
}

/* line 153, resources/assets/styles/layouts/_content.scss */

.section__module p {
  font-size: 14px;
  line-height: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 160, resources/assets/styles/layouts/_content.scss */

.section__headline {
  margin-bottom: 64px;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (max-width: 930px) {
  /* line 160, resources/assets/styles/layouts/_content.scss */

  .section__headline {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* line 171, resources/assets/styles/layouts/_content.scss */

.section__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 930px) {
  /* line 171, resources/assets/styles/layouts/_content.scss */

  .section__image {
    height: 100%;
  }

  /* line 183, resources/assets/styles/layouts/_content.scss */

  .section__image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}

/* line 191, resources/assets/styles/layouts/_content.scss */

.section__image:hover .section__img {
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* line 197, resources/assets/styles/layouts/_content.scss */

.section__img {
  width: 105%;
  height: 105%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  overflow: hidden;
}

@media (max-width: 930px) {
  /* line 197, resources/assets/styles/layouts/_content.scss */

  .section__img {
    height: 100%;
  }
}

/* line 211, resources/assets/styles/layouts/_content.scss */

.section__details {
  color: #fff;
  text-align: center;
  font-size: 26px;
  z-index: 1;
}

@media (min-width: 931px) {
  /* line 221, resources/assets/styles/layouts/_content.scss */

  .image--square {
    height: auto;
  }

  /* line 224, resources/assets/styles/layouts/_content.scss */

  .image--square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}

/* line 1, resources/assets/styles/layouts/_hero.scss */

.hero {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 930px) {
  /* line 1, resources/assets/styles/layouts/_hero.scss */

  .hero {
    top: 66px;
    height: 240px;
  }
}

/* line 14, resources/assets/styles/layouts/_hero.scss */

.hero__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}

/* line 19, resources/assets/styles/layouts/_hero.scss */

.hero__image--not-fullscreen {
  height: auto;
}

@media (max-width: 930px) {
  /* line 14, resources/assets/styles/layouts/_hero.scss */

  .hero__image {
    height: 100%;
  }
}

/* line 28, resources/assets/styles/layouts/_hero.scss */

.hero--blurred {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* line 1, resources/assets/styles/layouts/_workshop.scss */

.section__workshop {
  margin-bottom: 20px;
}

/* line 4, resources/assets/styles/layouts/_workshop.scss */

.section__workshop a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 930px) {
  /* line 1, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop {
    margin-bottom: 40px;
  }
}

/* line 13, resources/assets/styles/layouts/_workshop.scss */

.workshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 930px) {
  /* line 19, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop .workshop {
    border: 1px solid #000;
    padding: 20px 15px 15px;
  }
}

/* line 26, resources/assets/styles/layouts/_workshop.scss */

.workshop__top,
.workshop__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  /* line 32, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop .workshop__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 40, resources/assets/styles/layouts/_workshop.scss */

.section__workshop hr + a .workshop__top {
  margin-top: 30px;
}

/* line 44, resources/assets/styles/layouts/_workshop.scss */

.section__workshop a:hover .workshop__top {
  color: #f1c335;
}

/* line 49, resources/assets/styles/layouts/_workshop.scss */

.workshop__bottom {
  margin-top: 10px;
}

/* line 53, resources/assets/styles/layouts/_workshop.scss */

.workshop__date {
  font-weight: bold;
  font-size: 57px;
  line-height: 68px;
  width: 200px;
  min-width: 200px;
  text-align: right;
}

@media (max-width: 930px) {
  /* line 53, resources/assets/styles/layouts/_workshop.scss */

  .workshop__date {
    font-size: 42px;
    line-height: 50px;
  }
}

/* line 66, resources/assets/styles/layouts/_workshop.scss */

.section__workshop .workshop__date {
  margin-top: -8px;
}

@media (max-width: 930px) {
  /* line 66, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop .workshop__date {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 52px;
  }
}

/* line 78, resources/assets/styles/layouts/_workshop.scss */

.workshop__headline {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.52px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 17px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 930px) {
  /* line 87, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop .workshop__headline {
    margin-left: 0;
    word-break: break-word;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
}

/* line 99, resources/assets/styles/layouts/_workshop.scss */

.workshop__headline--big {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-right: 52px;
  text-transform: uppercase;
  margin-top: 0;
}

@media (max-width: 930px) {
  /* line 99, resources/assets/styles/layouts/_workshop.scss */

  .workshop__headline--big {
    font-size: 30px;
    margin-top: 55px;
    text-align: center;
    word-break: break-word;
    line-height: 36px;
    margin-right: 0;
  }
}

/* line 118, resources/assets/styles/layouts/_workshop.scss */

.workshop__location {
  font-size: 20px;
  line-height: 21px;
  width: 200px;
  text-align: right;
}

@media (min-width: 931px) {
  /* line 118, resources/assets/styles/layouts/_workshop.scss */

  .workshop__location {
    margin-top: -4px;
  }
}

/* line 128, resources/assets/styles/layouts/_workshop.scss */

.section__workshop .workshop__location {
  margin-top: 5px;
}

@media (max-width: 930px) {
  /* line 128, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop .workshop__location {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }
}

/* line 139, resources/assets/styles/layouts/_workshop.scss */

.section__workshop a:hover .workshop__location {
  color: #f1c335;
}

/* line 144, resources/assets/styles/layouts/_workshop.scss */

.workshop__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 17px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

@media (max-width: 930px) {
  /* line 151, resources/assets/styles/layouts/_workshop.scss */

  .section__workshop .workshop__description {
    display: none;
  }
}

/* line 157, resources/assets/styles/layouts/_workshop.scss */

.workshop__description p {
  margin-bottom: 0;
}

/* line 162, resources/assets/styles/layouts/_workshop.scss */

.workshop__separator {
  margin-top: 24px;
  margin-bottom: 10px;
}

/* line 167, resources/assets/styles/layouts/_workshop.scss */

.workshop__more {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin: 20px 0 0;
  text-transform: uppercase;
  background: #fff;
  padding-bottom: 57px;
}

/* line 180, resources/assets/styles/layouts/_workshop.scss */

.workshop__header {
  margin-top: 10px;
}

/* line 185, resources/assets/styles/layouts/_workshop.scss */

.workshop__logo svg {
  width: 100%;
}

@media (max-width: 930px) {
  /* line 190, resources/assets/styles/layouts/_workshop.scss */

  .workshop__logo svg {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 931px) {
  /* line 184, resources/assets/styles/layouts/_workshop.scss */

  .workshop__logo {
    margin-bottom: 80px;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}

/* line 205, resources/assets/styles/layouts/_workshop.scss */

.workshop__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  word-break: break-all;
}

@media (max-width: 930px) {
  /* line 205, resources/assets/styles/layouts/_workshop.scss */

  .workshop__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 931px) {
  /* line 214, resources/assets/styles/layouts/_workshop.scss */

  .workshop__details--left {
    width: 161px;
    margin-right: 52px;
  }
}

/* line 220, resources/assets/styles/layouts/_workshop.scss */

.workshop__details--left .workshop__date {
  width: auto;
  text-align: left;
}

@media (max-width: 930px) {
  /* line 220, resources/assets/styles/layouts/_workshop.scss */

  .workshop__details--left .workshop__date {
    text-align: center;
  }
}

/* line 229, resources/assets/styles/layouts/_workshop.scss */

.workshop__details--left .workshop__location {
  width: auto;
  text-align: left;
}

@media (max-width: 930px) {
  /* line 229, resources/assets/styles/layouts/_workshop.scss */

  .workshop__details--left .workshop__location {
    text-align: center;
  }
}

/* line 239, resources/assets/styles/layouts/_workshop.scss */

.workshop__details--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4px;
}

/* line 243, resources/assets/styles/layouts/_workshop.scss */

.workshop__details--right .workshop__headline--big {
  margin-bottom: 0;
}

@media (min-width: 931px) {
  /* line 249, resources/assets/styles/layouts/_workshop.scss */

  .workshop__content {
    padding-left: 213px;
  }
}

/* line 255, resources/assets/styles/layouts/_workshop.scss */

.workshop__divider {
  margin: 40px 0 50px;
}

/* line 2, resources/assets/styles/layouts/_about-us.scss */

.about-us__headline {
  font-size: 44px;
  line-height: 53px;
}

@media (min-width: 931px) {
  /* line 2, resources/assets/styles/layouts/_about-us.scss */

  .about-us__headline {
    font-size: 73px;
    line-height: 7  8px;
    margin-top: 110px;
    margin-bottom: 25px;
  }
}

/* line 14, resources/assets/styles/layouts/_about-us.scss */

.about-us__subline {
  margin-right: 40px;
}

@media (min-width: 931px) {
  /* line 14, resources/assets/styles/layouts/_about-us.scss */

  .about-us__subline {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 930px) {
  /* line 14, resources/assets/styles/layouts/_about-us.scss */

  .about-us__subline {
    text-align: center;
  }
}

/* line 27, resources/assets/styles/layouts/_about-us.scss */

.about-us__wrapper {
  position: relative;
}

/* line 31, resources/assets/styles/layouts/_about-us.scss */

.about-us__header {
  margin-top: 40px;
}

@media (max-width: 930px) {
  /* line 31, resources/assets/styles/layouts/_about-us.scss */

  .about-us__header {
    cursor: pointer;
    text-align: center;
  }
}

@media (min-width: 931px) {
  /* line 31, resources/assets/styles/layouts/_about-us.scss */

  .about-us__header {
    text-align: left;
  }
}

/* line 44, resources/assets/styles/layouts/_about-us.scss */

.about-us__image {
  margin: 40px 0 55px;
}

/* line 48, resources/assets/styles/layouts/_about-us.scss */

.about-us__content {
  margin-top: 0;
  padding-top: 0;
}

@media (min-width: 931px) {
  /* line 48, resources/assets/styles/layouts/_about-us.scss */

  .about-us__content {
    margin-top: calc(100vh - 393px);
  }
}

/* line 57, resources/assets/styles/layouts/_about-us.scss */

.about-us__trigger {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

@media (min-width: 931px) {
  /* line 57, resources/assets/styles/layouts/_about-us.scss */

  .about-us__trigger {
    display: none;
  }
}

@media (max-width: 930px) {
  /* line 69, resources/assets/styles/layouts/_about-us.scss */

  .about-us__panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
  }
}

@media (max-width: 930px) {
  /* line 78, resources/assets/styles/layouts/_about-us.scss */

  .about-us__open + .about-us__panel {
    max-height: 999px;
  }
}

/* line 84, resources/assets/styles/layouts/_about-us.scss */

.about-us__open .about-us__trigger {
  -webkit-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 930px) {
  /* line 90, resources/assets/styles/layouts/_about-us.scss */

  .template-about-us .content {
    margin-top: 210px;
  }
}

/* line 2, resources/assets/styles/layouts/_exercise.scss */

.exercise__label {
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 931px) {
  /* line 2, resources/assets/styles/layouts/_exercise.scss */

  .exercise__label {
    font-size: 34px;
  }
}

/* line 10, resources/assets/styles/layouts/_exercise.scss */

.exercise__label--small {
  text-transform: uppercase;
}

@media (min-width: 931px) {
  /* line 10, resources/assets/styles/layouts/_exercise.scss */

  .exercise__label--small {
    font-size: 20px;
  }
}

@media (max-width: 930px) {
  /* line 19, resources/assets/styles/layouts/_exercise.scss */

  .exercise__details {
    text-align: center;
  }
}

/* line 25, resources/assets/styles/layouts/_exercise.scss */

.exercise__image {
  margin: 16px -7%;
}

@media (min-width: 931px) {
  /* line 25, resources/assets/styles/layouts/_exercise.scss */

  .exercise__image {
    margin: -30px -50px 45px;
  }
}

/* line 37, resources/assets/styles/layouts/_exercise.scss */

.exercise__element--open .exercise__element--trigger svg {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 42, resources/assets/styles/layouts/_exercise.scss */

.exercise__element--trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 46, resources/assets/styles/layouts/_exercise.scss */

.exercise__element--trigger h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

/* line 53, resources/assets/styles/layouts/_exercise.scss */

.exercise__element--trigger svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 60, resources/assets/styles/layouts/_exercise.scss */

.exercise__action {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: 200px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

/* line 75, resources/assets/styles/layouts/_exercise.scss */

.exercise__action__text {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 80, resources/assets/styles/layouts/_exercise.scss */

.exercise__action:not(.exercise__mobile):hover {
  background-color: #d92b7c;
}

/* line 83, resources/assets/styles/layouts/_exercise.scss */

.exercise__action:not(.exercise__mobile):hover .exercise__action__text {
  color: #f1c335;
}

/* line 87, resources/assets/styles/layouts/_exercise.scss */

.exercise__action:not(.exercise__mobile):hover svg g {
  fill: #f1c335;
}

/* line 93, resources/assets/styles/layouts/_exercise.scss */

.exercise__mobile {
  display: none;
  background: #f00;
  color: #fff;
}

@media (max-width: 930px) {
  /* line 93, resources/assets/styles/layouts/_exercise.scss */

  .exercise__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }

  /* line 102, resources/assets/styles/layouts/_exercise.scss */

  .exercise__mobile .exercise__action__icon {
    margin-bottom: 10px;
  }
}

/* line 108, resources/assets/styles/layouts/_exercise.scss */

.exercise__headline--small {
  font-weight: bold;
}

@media (min-width: 931px) {
  /* line 108, resources/assets/styles/layouts/_exercise.scss */

  .exercise__headline--small {
    margin-top: 0;
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 40px;
  }
}

/* line 119, resources/assets/styles/layouts/_exercise.scss */

.exercise__headline--big {
  margin: 15px 0;
}

@media (min-width: 931px) {
  /* line 119, resources/assets/styles/layouts/_exercise.scss */

  .exercise__headline--big {
    margin-top: -10px;
    font-size: 73px;
    line-height: 73px;
    margin-bottom: 25px;
  }
}

/* line 130, resources/assets/styles/layouts/_exercise.scss */

.exercise__logo {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 931px) {
  /* line 130, resources/assets/styles/layouts/_exercise.scss */

  .exercise__logo {
    width: 55px;
    margin-bottom: 90px;
    margin-top: 0;
  }
}

/* line 142, resources/assets/styles/layouts/_exercise.scss */

.exercise__logo--single svg {
  min-width: auto !important;
}

/* line 147, resources/assets/styles/layouts/_exercise.scss */

.exercise__logo svg {
  width: 100%;
  min-width: 150px;
}

@media (max-width: 930px) {
  /* line 147, resources/assets/styles/layouts/_exercise.scss */

  .exercise__logo svg {
    width: 130px;
    min-width: 130px;
  }
}

/* line 159, resources/assets/styles/layouts/_exercise.scss */

.exercise__description-headline {
  margin: 45px 0;
  font-weight: 400;
}

@media (min-width: 931px) {
  /* line 159, resources/assets/styles/layouts/_exercise.scss */

  .exercise__description-headline {
    margin-bottom: 100px;
  }
}

/* line 169, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element {
  border-bottom: 1px solid black;
}

/* line 172, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element a {
  text-decoration: none;
  color: #d92b7c;
}

/* line 176, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element a:hover {
  color: #f1c335;
}

/* line 181, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element h3 {
  cursor: pointer;
}

/* line 185, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element__text {
  display: none;
}

/* line 188, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element__text--gray {
  background: #e6e6e6;
  padding: 22px 30px 26px;
  margin-bottom: 40px;
}

/* line 193, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element__text--gray p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 0;
}

@media (min-width: 931px) {
  /* line 193, resources/assets/styles/layouts/_exercise.scss */

  .exercise__description__element__text--gray p {
    width: 50%;
  }
}

/* line 204, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element__text--gray ul {
  margin: 5px 0;
  padding: 0 0 0 25px;
}

/* line 208, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__element__text--gray ul li {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

/* line 218, resources/assets/styles/layouts/_exercise.scss */

.exercise__download {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 930px) {
  /* line 218, resources/assets/styles/layouts/_exercise.scss */

  .exercise__download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  /* line 232, resources/assets/styles/layouts/_exercise.scss */

  .exercise__download svg {
    margin-bottom: 10px;
  }
}

/* line 237, resources/assets/styles/layouts/_exercise.scss */

.exercise__download span {
  margin-left: 15px;
}

/* line 245, resources/assets/styles/layouts/_exercise.scss */

.exercise__project {
  margin-top: 30px;
}

/* line 250, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__container--gray {
  background: #e6e6e6;
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 50px;
}

/* line 256, resources/assets/styles/layouts/_exercise.scss */

.exercise__description__container--gray h3 {
  font-weight: 500;
}

/* line 262, resources/assets/styles/layouts/_exercise.scss */

.excercise__link {
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 269, resources/assets/styles/layouts/_exercise.scss */

.excercise__link svg {
  margin-right: 22px;
}

/* line 273, resources/assets/styles/layouts/_exercise.scss */

.excercise__link:hover {
  color: #f1c335;
}

/* line 278, resources/assets/styles/layouts/_exercise.scss */

.linked-module {
  width: calc(50% - 100px);
  padding: 28px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  /* line 278, resources/assets/styles/layouts/_exercise.scss */

  .linked-module {
    width: 100%;
  }
}

/* line 288, resources/assets/styles/layouts/_exercise.scss */

.linked-module__arrow {
  min-width: 22px;
}

/* line 293, resources/assets/styles/layouts/_exercise.scss */

.linked-module--first svg {
  margin-right: 50px;
  min-width: 22px;
}

@media (max-width: 930px) {
  /* line 293, resources/assets/styles/layouts/_exercise.scss */

  .linked-module--first svg {
    margin-left: 20px;
  }
}

/* line 302, resources/assets/styles/layouts/_exercise.scss */

.linked-module--first .exercise__details {
  margin-left: 20px;
}

/* line 307, resources/assets/styles/layouts/_exercise.scss */

.linked-module--second {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 310, resources/assets/styles/layouts/_exercise.scss */

.linked-module--second svg {
  margin-left: 50px;
  min-width: 22px;
}

@media (max-width: 930px) {
  /* line 310, resources/assets/styles/layouts/_exercise.scss */

  .linked-module--second svg {
    margin-right: 20px;
  }
}

/* line 319, resources/assets/styles/layouts/_exercise.scss */

.linked-module--second .exercise__logo {
  margin-right: 50px;
}

/* line 322, resources/assets/styles/layouts/_exercise.scss */

.linked-module--second .exercise__logo svg {
  margin-left: 0;
}

/* line 327, resources/assets/styles/layouts/_exercise.scss */

.linked-module--second .exercise__details {
  margin-right: 20px;
  text-align: right;
}

/* line 333, resources/assets/styles/layouts/_exercise.scss */

.linked-module .exercise__label {
  margin-bottom: 0;
}

/* line 337, resources/assets/styles/layouts/_exercise.scss */

.linked-module .exercise__label,
.linked-module .exercise__headline--big {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #d92b7c;
}

/* line 344, resources/assets/styles/layouts/_exercise.scss */

.linked-module .exercise__logo,
.linked-module .exercise__headline--big {
  margin: 0;
  width: auto;
}

/* line 350, resources/assets/styles/layouts/_exercise.scss */

.linked-module .exercise__logo {
  width: 54px;
  height: 54px;
}

/* line 354, resources/assets/styles/layouts/_exercise.scss */

.linked-module .exercise__logo svg {
  width: 100%;
  height: 100%;
  min-width: auto;
}

/* line 362, resources/assets/styles/layouts/_exercise.scss */

.content__inner--module {
  margin-top: calc(100vh - 301px);
}

@media (max-width: 930px) {
  /* line 362, resources/assets/styles/layouts/_exercise.scss */

  .content__inner--module {
    margin-top: -250px;
  }
}

/* line 372, resources/assets/styles/layouts/_exercise.scss */

.exercise-container {
  margin-top: 50px;
}

/* line 376, resources/assets/styles/layouts/_exercise.scss */

.marker {
  background: rgba(172, 133, 23, 0.7);
  border-radius: 50%;
  height: 4px;
  width: 5px;
  cursor: pointer;
}

/* line 384, resources/assets/styles/layouts/_exercise.scss */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 393, resources/assets/styles/layouts/_exercise.scss */

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 403, resources/assets/styles/layouts/_exercise.scss */

.modal {
  display: none;
  z-index: 2;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 418, resources/assets/styles/layouts/_exercise.scss */

.modal .header {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px;
}

/* line 424, resources/assets/styles/layouts/_exercise.scss */

.modal .header #close-button {
  color: white;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  height: 33px;
  min-width: 33px;
  width: 33px;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
}

/* line 437, resources/assets/styles/layouts/_exercise.scss */

.modal .header h1 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 444, resources/assets/styles/layouts/_exercise.scss */

.modal .header p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* line 452, resources/assets/styles/layouts/_exercise.scss */

.modal .button-container {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100px;
  z-index: 3;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 10px 0;
}

/* line 467, resources/assets/styles/layouts/_exercise.scss */

.modal .button-container .btn {
  background-color: black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  line-height: 20px;
  font-weight: bold;
  font-size: 23px;
}

/* line 482, resources/assets/styles/layouts/_exercise.scss */

.modal .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

/* line 489, resources/assets/styles/layouts/_exercise.scss */

.modal .h5p-container {
  max-width: 100vh;
  max-height: 100vw;
  margin: auto;
}

/* line 495, resources/assets/styles/layouts/_exercise.scss */

.modal .no-flex {
  display: block;
}

/* line 499, resources/assets/styles/layouts/_exercise.scss */

.modal .canvas {
  background-color: white;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 508, resources/assets/styles/layouts/_exercise.scss */

.modal .infos {
  background-color: white;
  width: 35%;
  right: -35%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.7);
          box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.7);
}

/* line 519, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .info-close-button {
  color: black;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 50%;
  height: 33px;
  min-width: 33px;
  width: 33px;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 533, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner {
  padding: 25px;
}

/* line 536, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner .info {
  display: none;
}

/* line 539, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner .info h1 {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid black;
  margin-top: 0;
}

/* line 547, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner .info a {
  display: block;
}

/* line 551, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner .info p {
  font-size: 16px;
  line-height: 1.5em;
}

/* line 555, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner .info p a {
  display: inline;
  text-decoration: underline;
}

/* line 561, resources/assets/styles/layouts/_exercise.scss */

.modal .infos .inner .info audio {
  margin-bottom: 10px;
}

/* line 570, resources/assets/styles/layouts/_exercise.scss */

#modal-wiefunktinternet .header {
  padding: 50px 22px;
}

/* line 575, resources/assets/styles/layouts/_exercise.scss */

.image-container {
  padding-bottom: 105%;
  position: relative;
}

/* line 579, resources/assets/styles/layouts/_exercise.scss */

.image-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

/* line 586, resources/assets/styles/layouts/_exercise.scss */

img.responsive {
  width: 100%;
  height: auto;
  max-height: 320px;
}

/* line 592, resources/assets/styles/layouts/_exercise.scss */

.no-scroll {
  overflow: hidden;
  position: fixed;
}

/* line 598, resources/assets/styles/layouts/_exercise.scss */

#modal-wimmelbild .main-container {
  width: calc(100% - 100px);
  margin: 0 50px 50px;
  overflow: hidden;
}

@media (max-width: 930px) {
  /* line 3, resources/assets/styles/layouts/_basiceducation.scss */

  .page-template-template-basic_educations .content,
  .single-basic_education .content {
    margin-top: 0px;
  }
}

/* line 8, resources/assets/styles/layouts/_basiceducation.scss */

.page-template-template-basic_educations .content__inner,
.single-basic_education .content__inner {
  border-bottom: none;
  max-width: 931px;
}

@media (min-width: 931px) {
  /* line 8, resources/assets/styles/layouts/_basiceducation.scss */

  .page-template-template-basic_educations .content__inner,
  .single-basic_education .content__inner {
    margin-top: 20vw;
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-top: 4px solid black;
  }
}

/* line 19, resources/assets/styles/layouts/_basiceducation.scss */

.page-template-template-basic_educations [data-speech-text],
.single-basic_education [data-speech-text] {
  margin: 0;
}

@media (max-width: 930px) {
  /* line 25, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education-blog__logo,
  .basic-education-blog__details {
    margin-right: 18px;
    display: inline-block;
  }
}

@media (max-width: 930px) {
  /* line 33, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education-blog__logo_image {
    width: 40px;
  }
}

/* line 38, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-blog_divider {
  margin: 36px 0;
}

/* line 42, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-blog_thumbnail {
  max-width: 100%;
}

/* line 46, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-blog_link {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140.62%;
  color: #1a73bc;
  text-decoration: underline;
}

/* line 55, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-blog_exercise-headline {
  text-transform: revert;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-weight: 600;
}

/* line 61, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-blog_text {
  margin-bottom: 36px;
}

/* line 69, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single .content__inner {
  padding-bottom: none;
  border-bottom: none;
}

/* line 74, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_return-block {
  margin-bottom: 16px;
}

/* line 76, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_return-block_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140.62%;
  color: #1a73bc;
  text-decoration: underline;
  cursor: pointer;
}

/* line 77, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_return-block_link-symbol {
  margin-right: 13px;
  cursor: pointer;
}

/* line 93, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_headline {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  text-transform: revert;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

@media (max-width: 930px) {
  /* line 93, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education-single_headline {
    font-size: 24px;
    line-height: 29px;
  }
}

/* line 106, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_exercise-headline {
  text-transform: revert;
}

/* line 110, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_featured-image {
  max-width: 100%;
}

/* line 114, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background-color: #d92b7c;
  border-color: transparent;
  border-radius: 4px;
  width: 240px;
  height: 62px;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  z-index: 2;
}

/* line 138, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_divider {
  margin: 36px 0;
}

/* line 142, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single .h5p-iframe-wrapper {
  max-height: 526px;
  overflow: hidden;
}

/* line 147, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single .active-exercise .h5p-iframe-wrapper {
  max-height: none;
}

/* line 151, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_h5p-tool {
  margin-bottom: 32px;
  min-height: 526px;
}

/* line 156, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_h5p-field {
  min-height: 526px;
  position: relative;
}

/* line 160, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_h5p-field::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  width: 100%;
  background-color: #ececec;
  border-radius: 4px;
  z-index: 1;
}

/* line 174, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_h5p-field:hover::after {
  background-color: #fef8e7;
}

/* line 178, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_h5p-field.active-exercise {
  opacity: 1;
}

/* line 180, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_h5p-field.active-exercise::after {
  display: none;
  content: none;
}

/* line 187, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links {
  background-color: #fef8e7;
  padding: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  max-width: 100%;
  padding-bottom: none;
  border-bottom: none;
  border-top: none;
}

@media (min-width: 931px) {
  /* line 187, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education-single_footer_related-links {
    margin: 0 -50px;
  }
}

/* line 206, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 212, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links_headline {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: revert;
}

@media (max-width: 930px) {
  /* line 212, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education-single_footer_related-links_headline {
    font-size: 24px;
    line-height: 29px;
  }
}

/* line 225, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: revert;
}

/* line 233, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links_download-list,
.basic-education-single_footer_related-links_further-link-list {
  padding-left: 0;
}

/* line 237, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links_download-list_item-wrapper,
.basic-education-single_footer_related-links_further-link-list_item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

/* line 243, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education-single_footer_related-links_download-list_list-item,
.basic-education-single_footer_related-links_further-link-list_list-item {
  margin-left: 16px;
  list-style: none;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #1a73bc;
  text-decoration: underline;
}

/* line 258, resources/assets/styles/layouts/_basiceducation.scss */

.audioversion_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

/* line 264, resources/assets/styles/layouts/_basiceducation.scss */

.audioversion_loading-spinner {
  display: none;
  margin-right: 16px;
  width: 33px;
  height: 33px;
  border: 4px solid;
  border-color: #d92b7c transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
       -o-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}

/* line 276, resources/assets/styles/layouts/_basiceducation.scss */

.loading .audioversion_loading-spinner {
  display: inline-block;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes rotation {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 290, resources/assets/styles/layouts/_basiceducation.scss */

.audioversion_symbol {
  margin-right: 7px;
}

/* line 293, resources/assets/styles/layouts/_basiceducation.scss */

.audioversion_symbol path:nth-child(3),
.audioversion_symbol path:nth-child(4) {
  display: none;
}

/* line 298, resources/assets/styles/layouts/_basiceducation.scss */

.active .audioversion_symbol path {
  display: inline-block;
}

/* line 302, resources/assets/styles/layouts/_basiceducation.scss */

.loading .audioversion_symbol {
  display: none;
}

/* line 307, resources/assets/styles/layouts/_basiceducation.scss */

.audioversion_title {
  text-transform: revert;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #1a73bc;
  text-decoration: underline;
}

/* line 318, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education_additional {
  padding-top: 64px;
}

@media (max-width: 930px) {
  /* line 318, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education_additional {
    margin-bottom: 250px;
    margin-left: -7%;
    margin-right: -5%;
  }
}

/* line 326, resources/assets/styles/layouts/_basiceducation.scss */

.basic-education_additional_image {
  display: none;
}

@media (max-width: 930px) {
  /* line 326, resources/assets/styles/layouts/_basiceducation.scss */

  .basic-education_additional_image {
    margin-top: 0;
    width: 100%;
    display: block;
  }
}


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