@charset "UTF-8";
/* 1. LAYOUT
 * ========================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
    1. BRAND
\*------------------------------------*/
/* blue */
/* blue-light (links) */
/* orange */
/* violet */
/* red */
/*------------------------------------*\
    2. FONTS & TYPO
\*------------------------------------*/
/*------------------------------------*\
   3. Z-LEVELS
\*------------------------------------*/
/*------------------------------------*\
   4. STYLE
\*------------------------------------*/
/*------------------------------------*\
   5. TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
   6. MARGINS & PADDINGS
\*------------------------------------*/
/* frontpage big bottom margins of titles / title-wrapper */
/*------------------------------------*\
    1. MIXINS
\*------------------------------------*/
/* WIDTHS */
/* 1080 -> Small / 1160 -> Medium / 1640 -> Default */
/* MARGIN & PADDING SECTION */
/* BACKGROUND-PATTERNS */
/* LINK-EFFECT */
/* SCROLLBAR * /
/* hide scrollbar */
/*------------------------------------*\
    1. MEDIA QUERY MIXINS
\*------------------------------------*/
/* DESKTOP-SIZES */
/*------------------------------------*\
    1. DEFAULT BOX-SIZING
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/*------------------------------------*\
    2. BASE
\*------------------------------------*/
html {
  height: -webkit-fill-available;
}

body {
  display: flex;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
body.body-no-scroll {
  height: 100vh;
  width: 100vw;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

#main-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
#main-wrapper > div:nth-child(2) {
  flex: 1 1 auto;
}

/*------------------------------------*\
    3. CONTENT-WIDTHS
\*------------------------------------*/
.content-width {
  margin: 0 auto;
  max-width: 1640px;
  width: 85%;
}

.content-width-medium {
  margin: 0 auto;
  max-width: 1160px;
  width: 85%;
}
@media only screen and (min-width: 1180px) {
  .content-width-medium {
    width: 60%;
  }
}

.content-width-small {
  margin: 0 auto;
  max-width: 1080px;
  width: 85%;
}
@media only screen and (min-width: 1180px) {
  .content-width-small {
    width: 56.25%;
  }
}

/*------------------------------------*\
    1. FONTS
\*------------------------------------*/
/* INTER */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* GEOM */
@font-face {
  font-family: "Geom";
  src: url("../fonts/xxiigeom/XXIIGeom-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Geom";
  src: url("../fonts/xxiigeom/XXIIGeom-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Geom";
  src: url("../fonts/xxiigeom/XXIIGeom-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geom";
  src: url("../fonts/xxiigeom/XXIIGeom-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Geom";
  src: url("../fonts/xxiigeom/XXIIGeom-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geom";
  src: url("../fonts/xxiigeom/XXIIGeom-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
/*------------------------------------*\
    1. BASIC TYPO
\*------------------------------------*/
html {
  color: rgb(0, 0, 0);
  font-family: "Inter", sans-serif;
  font-size: 3.75vw;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 1.375vw;
  }
}
@media only screen and (min-width: 1180px) {
  html {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 120%;
  }
}

body {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3636363636;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1180px) {
  body {
    font-size: 1.15rem;
  }
}

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0 0 2rem;
  padding: 0 0 0;
}
@media only screen and (min-width: 1024px) {
  p.centered {
    text-align: center;
  }
}

strong {
  font-weight: 700;
}

/* FONT-SIZE-HELPERS */
/* when change intro also change module intro */
p.intro, p.font-size-big, span.intro, span.font-size-big {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  p.intro, p.font-size-big, span.intro, span.font-size-big {
    font-size: 1.75rem;
  }
}

.intro {
  font-family: "Geom", sans-serif;
  font-weight: 700;
}

/* COLOR-HELPERS */
.font-color-blue {
  color: #137ca1;
}

.font-color-red {
  color: #e54979;
}

.font-color-orange {
  color: #fd724b;
}

.font-color-violet {
  color: #7c6a90;
}

/*------------------------------------*\
    3. DEFAULT-TITLES
    3.1 CONTENT-TITLES (TOPICS / BLOG)
\*------------------------------------*/
h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4, h5, .title-h5 {
  font-family: "Geom", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}

h1, .title-h1 {
  font-size: 2.075rem;
  line-height: 1.1666666667;
  margin: 1.5rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  h1, .title-h1 {
    font-size: 3.125rem;
  }
}

h2, .title-h2 {
  font-size: 1.525rem;
  line-height: 1.2;
  margin: 1.25rem 0 0.925rem;
}
@media only screen and (min-width: 768px) {
  h2, .title-h2 {
    font-size: 1.775rem;
  }
}

h3, .title-h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 2rem 0 0;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: rgb(0, 0, 0);
  outline: none;
  transition: 200ms all linear;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
}
a.link-style-arrow::before {
  content: ">";
  display: inline-block;
  margin-right: 0.5rem;
}
a.image-link::after {
  content: none !important;
}

/*------------------------------------*\
    5. BUTTONS
\*------------------------------------*/
button,
.button {
  border-radius: 5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  outline: none;
  padding: 0.75rem 1rem 0.55rem !important;
  line-height: 1;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  button,
  .button {
    border-radius: 2.5rem;
    padding: 0.6rem 1rem 0.5rem !important;
  }
}
button::after,
.button::after {
  content: none !important;
}
button:hover, button:focus,
.button:hover,
.button:focus {
  outline: none;
}
button,
.button {
  /* SIZES */
}
button.button-big,
.button.button-big {
  padding: 1rem 1.625rem 1.075rem !important;
}
@media only screen and (min-width: 768px) {
  button.button-big,
  .button.button-big {
    padding: 1rem 1.625rem 1.075rem !important;
  }
}
button.button-big-border,
.button.button-big-border {
  padding: 1.25rem 2rem 1rem !important;
}
@media only screen and (min-width: 768px) {
  button.button-big-border,
  .button.button-big-border {
    padding: 1rem 1.5rem 0.925rem !important;
  }
}
button,
.button {
  /* BUTTON - COLOR-STYLES */
}
button.button-white,
.button.button-white {
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(255, 255, 255);
  color: #e54979 !important;
}
button.button-orange,
.button.button-orange {
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(255, 255, 255);
  color: #fd724b !important;
}
button.button-orange:focus, button.button-orange:hover,
.button.button-orange:focus,
.button.button-orange:hover {
  background-color: #fd724b !important;
  color: rgb(255, 255, 255) !important;
}
button.button-red,
.button.button-red {
  background-color: rgb(255, 255, 255);
  border: 3px solid #e54979;
  color: #e54979 !important;
}
@media only screen and (min-width: 768px) {
  button.button-red,
  .button.button-red {
    border: 3px solid #e54979;
  }
}
button.button-red:hover, button.button-red:focus,
.button.button-red:hover,
.button.button-red:focus {
  background-color: #e54979;
  color: rgb(255, 255, 255) !important;
}
button.button-red-fill,
.button.button-red-fill {
  background-color: #e54979;
  border: 3px solid #e54979;
  color: rgb(255, 255, 255) !important;
}
@media only screen and (min-width: 768px) {
  button.button-red-fill,
  .button.button-red-fill {
    border: 3px solid #e54979;
  }
}
button.button-red-fill:hover, button.button-red-fill:focus,
.button.button-red-fill:hover,
.button.button-red-fill:focus {
  background-color: rgb(255, 255, 255);
  color: #e54979 !important;
}
button.button-red-transparent,
.button.button-red-transparent {
  background-color: transparent;
  border: 3px solid #e54979;
  color: #e54979 !important;
}
@media only screen and (min-width: 768px) {
  button.button-red-transparent,
  .button.button-red-transparent {
    border: 3px solid #e54979;
  }
}
button.button-red-transparent:hover, button.button-red-transparent:focus,
.button.button-red-transparent:hover,
.button.button-red-transparent:focus {
  background-color: #e54979;
  color: rgb(255, 255, 255) !important;
}
button,
.button {
  /* BUTTONS - ICONS ON THE LEFT */
}
button.button-icon,
.button.button-icon {
  align-self: center;
  background-color: rgb(255, 255, 255);
  border-radius: 5rem;
  color: #e54979;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Geom", sans-serif;
  line-height: 1;
  font-size: 1.525rem;
  padding: 0.875rem 1.5rem 0.55rem;
}
@media only screen and (min-width: 768px) {
  button.button-icon,
  .button.button-icon {
    font-size: 1rem;
    padding: 0.625rem 1rem 0.35rem;
  }
}
button.button-icon:hover, button.button-icon:focus,
.button.button-icon:hover,
.button.button-icon:focus {
  background-color: #e54979;
  color: rgb(255, 255, 255);
}
button.button-icon::before,
.button.button-icon::before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.85rem;
  margin-right: 0.625rem;
  margin-top: -0.15rem;
}
@media only screen and (min-width: 768px) {
  button.button-icon::before,
  .button.button-icon::before {
    height: 1.5rem;
    width: 1.5rem;
  }
}
button.button-icon.button-magazine::before,
.button.button-icon.button-magazine::before {
  background-image: url("../img/icons/icon-magazine-red.svg");
}
button.button-icon.button-magazine:hover::before, button.button-icon.button-magazine:focus::before,
.button.button-icon.button-magazine:hover::before,
.button.button-icon.button-magazine:focus::before {
  background-image: url("../img/icons/icon-magazine-white.svg");
}
button.button-icon.button-contact::before,
.button.button-icon.button-contact::before {
  background-image: url("../img/icons/icon-contact-red.svg");
}
button.button-icon.button-contact:hover::before, button.button-icon.button-contact:focus::before,
.button.button-icon.button-contact:hover::before,
.button.button-icon.button-contact:focus::before {
  background-image: url("../img/icons/icon-contact-white.svg");
}
button.button-icon.button-newsletter::before,
.button.button-icon.button-newsletter::before {
  background-image: url("../img/icons/icon-newsletter-red.svg");
}
button.button-icon.button-newsletter:hover::before, button.button-icon.button-newsletter:focus::before,
.button.button-icon.button-newsletter:hover::before,
.button.button-icon.button-newsletter:focus::before {
  background-image: url("../img/icons/icon-newsletter-white.svg");
}
button.button-icon.button-donation::before,
.button.button-icon.button-donation::before {
  background-image: url("../img/icons/icon-donation-red.svg");
}
button.button-icon.button-donation:hover::before, button.button-icon.button-donation:focus::before,
.button.button-icon.button-donation:hover::before,
.button.button-icon.button-donation:focus::before {
  background-image: url("../img/icons/icon-donation-white.svg");
}
button.button-icon.button-member::before,
.button.button-icon.button-member::before {
  background-image: url("../img/icons/icon-members-red.svg");
}
button.button-icon.button-member:hover::before, button.button-icon.button-member:focus::before,
.button.button-icon.button-member:hover::before,
.button.button-icon.button-member:focus::before {
  background-image: url("../img/icons/icon-members-white.svg");
}

/* BUTTON-USE IN WYSIWY-EDITOR FIELD */
/* MULTIPLE-BUTTONS TOGETHER */
p .button:not(:only-child) {
  margin-bottom: 0.375rem;
}
p .button:last-child {
  margin-bottom: 0 !important;
}

/*------------------------------------*\
    6. LISTS
\*------------------------------------*/
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

main ul,
.view ul,
.list-disc {
  list-style-type: disc;
  margin: 0 0 2rem 1rem;
}

main ol,
.view ol,
.list-decimal {
  list-style-type: decimal;
  margin: 0 0 2rem 1rem;
}

/* SPECIAL LIST-STYLES */
ol.list-style-circle {
  list-style-type: none;
  margin-left: 0;
}
ol.list-style-circle li {
  border-bottom: 3px solid rgb(255, 255, 255);
  padding: 1rem 0 1rem 3.5rem !important;
  position: relative;
}
ol.list-style-circle li::before {
  position: absolute;
  left: 0;
}
ol.list-style-circle li:nth-child(1)::before {
  content: "➀";
}
ol.list-style-circle li:nth-child(2)::before {
  content: "➁";
}
ol.list-style-circle li:nth-child(3)::before {
  content: "➂";
}
ol.list-style-circle li:nth-child(4)::before {
  content: "➃";
}
ol.list-style-circle li:nth-child(5)::before {
  content: "➄";
}
ol.list-style-circle li:nth-child(6)::before {
  content: "➅";
}
ol.list-style-circle li:nth-child(7)::before {
  content: "➆";
}
ol.list-style-circle li:nth-child(8)::before {
  content: "➇";
}
ol.list-style-circle li:nth-child(9)::before {
  content: "➈";
}

/*------------------------------------*\
    7. HELPERS
\*------------------------------------*/
.no-margin-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-margin-bottom + * {
  margin-top: 0;
  padding-top: 0;
}

/*------------------------------------*\
    1. IMAGES & FIGURE
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

figure {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
  padding: 2rem 0 3.75rem;
}
figure a {
  line-height: 0;
}
figure a + figcaption {
  text-decoration: underline;
}

figcaption,
.figcaption {
  font-size: 0.925rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  padding-top: 0.5rem;
}

/* IMAGE-ALIGNMENT IN EDITOR */
/* images (img and captions) in line */
p.align-line-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
}

p.align-line-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

figure.align-line-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: center;
}

figure.align-line-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* floating images */
@media only screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
    padding: 0;
  }
  .aligncenter {
    text-align: center;
  }
  .aligncenter img {
    margin: 0 auto;
  }
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
    padding: 0;
  }
}
/*------------------------------------*\
    1. IFRAME
\*------------------------------------*/
iframe {
  max-width: 100%;
}

/*------------------------------------*\
    1. FORMS
\*------------------------------------*/
form {
  position: relative;
}

input {
  line-height: normal;
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
textarea {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  color: rgb(0, 0, 0);
  display: block;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 0.625rem;
  padding: 0.425rem 0.5rem;
  text-align: left;
  transition: all 0.55s ease;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=date]:active,
input[type=date]:focus,
textarea:active,
textarea:focus {
  border: 1px solid rgb(0, 0, 0) !important;
  outline: none !important;
}

input[type=checkbox] {
  height: 1.65rem;
  width: 1.65rem;
}

label {
  display: block;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  border: 1px solid rgb(0, 0, 0);
  box-shadow: none;
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1rem;
  transition: all 0.55s ease;
  width: 100%;
}

textarea {
  font-family: rgb(0, 0, 0);
  font-family: "Inter", sans-serif;
  height: 6.75rem;
}

.submit-wrapper {
  display: flex;
}

input[type=submit] {
  background-color: #fd724b !important;
  border-radius: 2.5rem;
  border: 2px solid #fd724b !important;
  box-shadow: 0;
  color: rgb(255, 255, 255);
  font-weight: 700 !important;
  font-size: 1.325rem;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem 0.525rem !important;
  transition: all 0.55s ease;
  width: auto;
  -webkit-appearance: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: transparent !important;
  color: #fd724b;
}

/* CHECKBOX WRAPPER */
.checkbox-wrapper {
  display: flex;
  font-size: 1.15rem;
  line-height: 1.4;
  margin-top: 1rem;
}
.checkbox-wrapper > div:first-child {
  padding-right: 0.5rem;
}
.checkbox-wrapper .wpcf7-list-item {
  display: block;
  font-weight: 500;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.25rem;
}
.checkbox-wrapper .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.checkbox-wrapper .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox-wrapper .wpcf7-list-item input[type=checkbox]:checked + *:before {
  background-color: rgb(0, 0, 0);
  font-weight: 900;
}
.checkbox-wrapper .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.checkbox-wrapper .wpcf7-list-item .wpcf7-list-item-label:before {
  background-color: rgb(255, 255, 255);
  border: 0;
  content: "";
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  padding: 0;
  margin-right: 0.25rem;
}

/* QUIZ-WRAPPER */
.quiz-wrapper {
  margin-top: 1rem;
}
.quiz-wrapper input {
  margin-bottom: 0;
}

/* SUBMIT WRAPPER - button right and "pflichtfelder" left */
.submit-wrapper {
  display: flex;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0.75rem;
  line-height: 0.85;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.75rem;
  line-height: 0.85;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 0.75rem;
  line-height: 0.85;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 0.75rem;
  line-height: 0.85;
}

/* CONTACT-FORM 7 OVERRIDES */
body .ajax-loader,
body .wpcf7-spinner {
  display: none !important;
  display: none !important;
}
body .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  margin-top: -0.45rem;
  margin-bottom: 0.75rem;
  font-weight: 100;
}
body .wpcf7-response-output {
  border: none !important;
  font-size: 1rem;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  border: 1px solid rgb(0, 0, 0);
  font-size: 1rem;
  padding: 0.5rem 2rem !important;
}
body div.wpcf7-mail-sent-ok {
  background-color: rgb(0, 0, 0);
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  padding: 0.35rem 2rem;
}
body span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}
body {
  /* Hide sent form */
}
body .wpcf7-form.sent .form-fields-wrapper {
  display: none;
}
body {
  /* Mailchimp Checkbox */
}
body .mc4wp-checkbox {
  display: none !important;
}
body {
  /* Honey-Pot */
}
body .important-fields {
  display: none !important;
}

/*------------------------------------*\
    1. LINE
\*------------------------------------*/
hr {
  background: rgb(0, 0, 0);
  border: none;
  margin: 4rem auto 4.75rem;
  height: 1px;
  width: 75%;
}

/* 2. MODULES
 * ========================================================================== */
/*------------------------------------*\
    1. HEADER
    1.1 TOP-BAR
    1.2 LOGO
    1.3 MOBILE-BUTTON
    1.4 MAIN-NAVIGATION
    1.5 TOP-BUTTONS
    2.1 HEADER-DEFAULT
    2.2 HEADER-HERO
    2.2.2 VIDEO-BACKGROUND
\*------------------------------------*/
/* 1.1 TOP-BAR */
#main-header .top-bar {
  margin: 0 auto;
  padding: 10vw 0;
  width: 100%;
  z-index: 4001;
}
@media only screen and (min-width: 768px) {
  #main-header .top-bar {
    padding: 4vw 0;
  }
}
@media only screen and (min-width: 1180px) {
  #main-header .top-bar {
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 1179px) {
  #main-header .top-bar.top-bar-fixed {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1179px) {
  #main-header .top-bar.top-bar-scrolled {
    animation-name: topBarAnimation;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    background-color: #fd724b;
    padding: 1.25rem 0;
    position: fixed;
    top: 0%;
    left: 50%;
    width: 100%;
  }
}
#main-header .top-bar .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 85%;
  max-width: 1820px;
}

@keyframes topBarAnimation {
  from {
    transform: translateX(-50%) translateY(-100%);
  }
  to {
    transform: translateX(-50%) translateY(0%);
  }
}
/* 1.2 LOGO */
#logo {
  flex-grow: 1;
  flex-basis: 0;
  line-height: 0;
}
@media only screen and (min-width: 1180px) {
  #logo {
    padding-top: 1rem;
  }
}
#logo a {
  border-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
#logo a img {
  width: 60vw;
}
@media only screen and (min-width: 768px) {
  #logo a img {
    max-width: 360px;
  }
}
@media only screen and (min-width: 1180px) {
  #logo a img {
    max-width: none;
    width: 15.25rem;
  }
}

/* 1.3 MOBILE-BUTTON */
#mobile-button {
  display: block;
  height: 2.75rem;
  width: 3.375rem;
}
@media only screen and (min-width: 1180px) {
  #mobile-button {
    display: none;
  }
}
#mobile-button .mobile-button-inner {
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: relative;
}
#mobile-button .mobile-button-inner span {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  height: 4px;
  width: 100%;
  transition: 200ms all linear;
}
#mobile-button .mobile-button-inner span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
}
#mobile-button .mobile-button-inner span:nth-child(2) {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#mobile-button .mobile-button-inner span:nth-child(3) {
  transform-origin: bottom right;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mobile-button .mobile-button-inner.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 3.5%;
}
#mobile-button .mobile-button-inner.active span:nth-child(2) {
  opacity: 0;
}
#mobile-button .mobile-button-inner.active span:nth-child(3) {
  transform: rotate(45deg);
  bottom: 3.5%;
}

/* 1.4 MAIN-NAVIGATION */
#main-navigation button {
  margin-bottom: 1.125rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #main-navigation button {
    display: none;
  }
}
#main-navigation {
  font-family: "Geom", sans-serif;
}
@media only screen and (max-width: 1179px) {
  #main-navigation {
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* hide scrollbar */
  }
  #main-navigation::-webkit-scrollbar {
    display: none;
  }
  #main-navigation {
    background-color: rgb(255, 255, 255);
    border-radius: 0.425rem;
    opacity: 0;
    padding: 5.25vw;
    pointer-events: none;
    position: fixed;
    top: -100%;
    left: 7.5%;
    transition: 375ms all linear;
    width: 85%;
    z-index: 5001;
  }
  #main-navigation.opened {
    height: calc(100vh - 23.75vw - 8.5vw);
    height: calc(100dvh - 23.75dvw - 8.5dvw);
    opacity: 1;
    overflow: scroll;
    pointer-events: all;
    top: 23.75vw;
    bottom: 8.5vw;
  }
  #main-navigation nav .menu > li {
    margin-top: 6vw;
  }
  #main-navigation nav .menu > li > a {
    font-weight: 700;
    font-size: 5.65vw;
  }
  #main-navigation nav .menu > li:nth-child(1) {
    margin-top: 0;
  }
  #main-navigation nav .menu > li:nth-child(1) a {
    color: #fd724b;
  }
  #main-navigation nav .menu > li:nth-child(2) a {
    color: #137ca1;
  }
  #main-navigation nav .menu > li:nth-child(3) a {
    color: #7c6a90;
  }
  #main-navigation nav .sub-menu {
    font-weight: 400;
    margin-top: 1vw;
  }
  #main-navigation nav .sub-menu li a {
    display: inline-block;
    padding: 1vw 0;
  }
}
@media only screen and (min-width: 1180px) {
  #main-navigation nav {
    position: relative;
  }
  #main-navigation nav .menu {
    display: flex;
    flex-direction: row;
  }
  #main-navigation nav .menu > li > a {
    background-color: rgb(255, 255, 255);
    font-size: 1.15rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 3.425rem 3.25rem 1.85rem;
    position: relative;
    transition: none;
    z-index: 3001;
  }
}
@media only screen and (min-width: 1180px) and (min-width: 1600px) {
  #main-navigation nav .menu > li > a {
    padding: 3.425rem 3.75rem 1.85rem;
  }
}
@media only screen and (min-width: 1180px) {
  #main-navigation nav .menu > li > a.hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
  }
  #main-navigation nav .menu > li:first-child {
    border-bottom-left-radius: 0.425rem;
    overflow: hidden;
  }
  #main-navigation nav .menu > li:last-child {
    border-bottom-right-radius: 0.425rem;
    overflow: hidden;
  }
  #main-navigation nav .menu > li:nth-child(2) .sub-menu-inner ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #main-navigation nav .menu > li:nth-child(2) .sub-menu-inner ul li {
    width: 45%;
  }
  #main-navigation nav .menu > li:nth-child(2) .sub-menu-inner ul li a {
    font-weight: 400;
    transition: none;
  }
  #main-navigation nav .sub-menu {
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 0.425rem;
    border-bottom-right-radius: 0.425rem;
    opacity: 0;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    transition: 250ms opacity linear;
  }
  #main-navigation nav .sub-menu.opened {
    opacity: 1;
    position: absolute;
    top: 0;
    pointer-events: all;
    transition: 0;
    z-index: 2;
  }
  #main-navigation nav .sub-menu.opened .sub-menu-inner {
    margin: 2.75vw 0 2.25vw;
  }
  #main-navigation nav .sub-menu.opened .sub-menu-inner li {
    margin-bottom: 0.925rem;
  }
  #main-navigation nav .sub-menu.opened .sub-menu-inner li a {
    color: rgb(255, 255, 255);
  }
  #main-navigation nav .sub-menu.opened .sub-menu-inner li a:hover, #main-navigation nav .sub-menu.opened .sub-menu-inner li a:focus {
    font-weight: 600;
  }
  #main-navigation nav .menu > li:nth-child(1) .sub-menu {
    background-image: url("../img/background/pattern-fog-orange.jpg");
    background-size: cover;
    background-position: center center;
  }
  #main-navigation nav .menu > li:nth-child(2) .sub-menu {
    background-image: url("../img/background/pattern-fog-blue.jpg");
    background-size: cover;
    background-position: center center;
  }
  #main-navigation nav .menu > li:nth-child(3) .sub-menu {
    background-image: url("../img/background/pattern-fog-violet.jpg");
    background-size: cover;
    background-position: center center;
  }
}

/* 1.5 TOP-BUTTONS */
#top-buttons {
  display: none;
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 1.25vw;
}
@media only screen and (min-width: 1180px) {
  #top-buttons {
    display: flex;
    justify-content: flex-end;
  }
}
#top-buttons .button-booking {
  background-color: #e54979;
  color: rgb(255, 255, 255);
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
#top-buttons .button-booking::before {
  margin: 0;
  width: 1px;
}
#top-buttons .button-booking:hover, #top-buttons .button-booking:focus {
  background-color: rgb(255, 255, 255);
  color: #e54979;
}

/* 2.1 HEADER-DEFAULT */
#main-header.header-default {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}
#main-header.header-default.header-default-simple {
  height: auto;
}
@media only screen and (min-width: 1180px) {
  #main-header.header-default.header-default-simple {
    height: 10rem;
  }
}
#main-header.header-default .page-title-wrapper {
  margin: auto auto 0.875rem;
}
@media only screen and (min-width: 768px) {
  #main-header.header-default .page-title-wrapper {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #main-header.header-default .page-title-wrapper {
    margin-top: 4.5rem;
  }
}

/* 2.2 HEADER-HERO */
#main-header.header-hero {
  position: relative;
}
#main-header.header-hero::before {
  background: linear-gradient(180deg, rgba(253, 114, 75, 0.85) 0%, rgba(255, 255, 255, 0) 27.5%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#main-header.header-hero .inner-wrapper {
  height: 100vh;
  min-height: 42.5vw;
  position: relative;
}
#main-header.header-hero .inner-wrapper.navigation-opened {
  z-index: 3001;
}
#main-header.header-hero .inner-wrapper .quote-wrapper {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  line-height: 1.1666666667;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-header.header-hero .inner-wrapper .quote-wrapper .quote {
  font-family: "Geom", sans-serif;
  font-weight: 700;
  font-size: 1.85rem;
  text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .inner-wrapper .quote-wrapper .quote {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1180px) {
  #main-header.header-hero .inner-wrapper .quote-wrapper .quote {
    font-size: 3.125rem;
  }
}
#main-header.header-hero .inner-wrapper .quote-wrapper .quote-source {
  font-size: 1.375rem;
  font-weight: 200;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .inner-wrapper .quote-wrapper .quote-source {
    font-size: 1.275rem;
  }
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .inner-wrapper .quote-wrapper .quote-source {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1180px) {
  #main-header.header-hero .inner-wrapper .quote-wrapper .quote-source {
    font-size: 1.65rem;
  }
}
#main-header.header-hero .fast-links {
  background-color: rgb(255, 255, 255);
}
#main-header.header-hero .fast-links .inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #main-header.header-hero .fast-links .inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
#main-header.header-hero .fast-links .inner .fast-link-item {
  background-color: rgb(255, 255, 255);
  border-radius: 0.425rem;
  box-shadow: 0px -5vw 5vw 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 5vw;
  position: relative;
  transition: 175ms all linear;
  width: 100%;
  z-index: 2001;
}
@media only screen and (min-width: 1024px) {
  #main-header.header-hero .fast-links .inner .fast-link-item {
    box-shadow: none;
    hyphens: auto;
    margin-top: -6.12rem !important;
    margin-bottom: 0;
    width: 23.5%;
  }
}
@media only screen and (min-width: 1180px) {
  #main-header.header-hero .fast-links .inner .fast-link-item {
    hyphens: none;
    width: 23.5%;
  }
}
#main-header.header-hero .fast-links .inner .fast-link-item:first-child {
  margin-top: -7.5rem;
}
#main-header.header-hero .fast-links .inner .fast-link-item:hover, #main-header.header-hero .fast-links .inner .fast-link-item:focus {
  transform: translateY(-2rem);
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .fast-links .inner .fast-link-item:hover, #main-header.header-hero .fast-links .inner .fast-link-item:focus {
    box-shadow: 0px -0.75vw 0.75vw 0 rgba(0, 0, 0, 0.125);
  }
}
#main-header.header-hero .fast-links .inner .fast-link-item.checkpoint {
  background-image: url("../img/icons/checkpoint.png");
  background-position: top 4.25vw right 6.75vw;
  background-size: 35% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .fast-links .inner .fast-link-item.checkpoint {
    background-position: top 1.5rem right 2.5rem;
    background-size: 20% auto;
  }
}
@media only screen and (min-width: 1024px) {
  #main-header.header-hero .fast-links .inner .fast-link-item.checkpoint {
    background-position: top 1.25rem right 1.125rem;
    background-size: 30% auto;
  }
}
#main-header.header-hero .fast-links .inner .fast-link-item.checkpoint a .fast-link-title {
  margin-right: 35%;
}
#main-header.header-hero .fast-links .inner .fast-link-item a {
  display: block;
  padding: 5vw 6.75vw 10vw;
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .fast-links .inner .fast-link-item a {
    padding: 2rem 2.5rem 4.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  #main-header.header-hero .fast-links .inner .fast-link-item a {
    padding: 1.25rem 1.625rem 5rem;
  }
}
#main-header.header-hero .fast-links .inner .fast-link-item a .fast-link-title {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  #main-header.header-hero .fast-links .inner .fast-link-item a .fast-link-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1180px) {
  #main-header.header-hero .fast-links .inner .fast-link-item a .fast-link-title {
    font-size: 1.65rem;
  }
}
#main-header.header-hero .fast-links .inner .fast-link-item a .fast-link-text {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #main-header.header-hero .fast-links .inner .fast-link-item a .fast-link-text {
    font-size: 0.925rem;
  }
}

/* 2.2.2 VIDEO-BACKGROUND */
#video-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#video-background video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

/*------------------------------------*\
    1. TOP-FOOTER
    2. MAIN-FOOTER
\*------------------------------------*/
/* 1. TOP-FOOTER */
#top-footer .content-module {
  margin: 0 !important;
}

/* 2. MAIN-FOOTER */
#main-footer {
  background-color: rgb(255, 255, 255);
}

/* 1.1 CONTACT-WRAPPER */
#main-footer .contact-wrapper {
  background-image: url("../img/background/pattern-fog-violet.jpg");
  background-size: cover;
  background-position: center center;
  color: rgb(255, 255, 255);
  padding: 4.5rem 0;
}
@media only screen and (min-width: 768px) {
  #main-footer .contact-wrapper {
    padding: 3.375rem 0;
  }
}
#main-footer .contact-wrapper .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #main-footer .contact-wrapper .inner {
    flex-direction: row;
    align-items: center;
  }
}
#main-footer .contact-wrapper .inner > div:first-child {
  margin-bottom: 3.875rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .contact-wrapper .inner > div:first-child {
    margin-bottom: 0;
  }
}
#main-footer .contact-wrapper .inner > div:first-child a {
  color: rgb(255, 255, 255);
}
#main-footer .contact-wrapper .inner > div:last-child {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #main-footer .contact-wrapper .inner > div:last-child {
    flex-direction: row;
    margin-left: auto;
  }
}

/* 1.2 ADDRESS */
#main-footer .address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#main-footer .address span.address-name {
  flex: 0 0 100%;
}
#main-footer .address span.address-street::after, #main-footer .address span.address-place::after {
  content: "|";
  display: inline-block;
  padding: 0 0.425rem;
}
@media only screen and (max-width: 1023px) {
  #main-footer .address span.address-place::after {
    content: none !important;
  }
}
#main-footer .address span.address-phone {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #main-footer .address span.address-phone {
    width: auto;
  }
}

/* 1.3 LEGAL */
#main-footer .legal {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  #main-footer .legal {
    font-size: 0.925rem;
    margin-top: 0.5rem;
  }
}
#main-footer .legal span:first-child::after {
  content: "|";
  display: inline-block;
  padding: 0 0.425rem;
}

/* 1.3 LEGAL */
#main-footer .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .buttons {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #main-footer .buttons {
    margin-right: 1.75rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1180px) {
  #main-footer .buttons {
    flex-wrap: nowrap;
  }
}
#main-footer .buttons .button {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #main-footer .buttons .button {
    align-self: center;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }
}
@media only screen and (min-width: 1180px) {
  #main-footer .buttons .button {
    margin-bottom: 0;
  }
}
#main-footer .buttons .button:last-child {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .buttons .button:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* 1.5 SOCIAL-MEDIA */
#main-footer .social-media {
  display: flex;
  flex-direction: row;
}
#main-footer .social-media .social-link {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 3.75rem;
  width: 3.75rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .social-media .social-link {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1.75rem;
  }
}
#main-footer .social-media .social-link.link-facebook {
  background-image: url("../img/icons/icon-facebook.svg");
}
#main-footer .social-media .social-link.link-instagram {
  background-image: url("../img/icons/icon-instagram.svg");
}
#main-footer .social-media .social-link:last-child {
  margin-right: 0;
}

/* 1.5 LOGO-WRAPPER */
#main-footer .logo-wrapper {
  padding: 3rem 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .logo-wrapper {
    padding: 2.5rem 0;
  }
}
#main-footer .logo-wrapper .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #main-footer .logo-wrapper .inner {
    flex-wrap: nowrap;
  }
}
#main-footer .logo-wrapper .inner a {
  display: inline-block;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .logo-wrapper .inner a {
    margin-bottom: 0;
  }
}
#main-footer .logo-wrapper .inner a:nth-child(odd) {
  width: 55%;
}
@media only screen and (min-width: 768px) {
  #main-footer .logo-wrapper .inner a:nth-child(odd) {
    width: auto;
  }
}
#main-footer .logo-wrapper .inner a:nth-child(even) {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  #main-footer .logo-wrapper .inner a:nth-child(even) {
    width: auto;
  }
}
#main-footer .logo-wrapper .inner a img {
  height: 2.125rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  #main-footer .logo-wrapper .inner a img {
    height: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  #main-footer .logo-wrapper .inner a img {
    height: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #main-footer .logo-wrapper .inner a img {
    height: 2rem;
  }
}

/*------------------------------------*\
    1. POST-ITEM
\*------------------------------------*/
.post-item {
  margin-bottom: 2.75rem;
  width: 23.75%;
}
@media only screen and (min-width: 768px) {
  .post-item {
    margin-bottom: 0;
  }
}
.post-item.post-item-small {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .post-item.post-item-small {
    width: 45.25%;
  }
}
@media only screen and (min-width: 1024px) {
  .post-item.post-item-small {
    padding: 0 1.5%;
    width: 33.33%;
  }
}
@media only screen and (min-width: 1180px) {
  .post-item.post-item-small {
    width: 28%;
  }
}
.post-item.post-item-medium {
  margin-bottom: 3.25rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .post-item.post-item-medium {
    padding: 0 1.5%;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .post-item.post-item-medium {
    margin-bottom: 5rem;
    width: 33.33%;
  }
}
.post-item .post-link .post-thumb {
  width: 100%;
  padding-left: 7.75vw;
}
@media only screen and (min-width: 768px) {
  .post-item .post-link .post-thumb {
    padding-left: 1.6rem;
  }
}
.post-item .post-link .post-thumb .post-thumb-inner {
  border-radius: 0.425rem;
  height: 72.5vw;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .post-item .post-link .post-thumb .post-thumb-inner {
    height: 13.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-item .post-link .post-thumb .post-thumb-inner {
    height: 10rem;
  }
}
@media only screen and (min-width: 1180px) {
  .post-item .post-link .post-thumb .post-thumb-inner {
    height: 13.75rem;
  }
}
.post-item .post-link .post-thumb .post-thumb-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 175ms all linear;
}
.post-item .post-link .post-info {
  background-color: rgb(255, 255, 255);
  border-radius: 0.425rem;
  margin-top: -2.5rem;
  padding: 1rem 1.5rem 0 0;
  position: relative;
  transition: 175ms all linear;
  width: 90%;
  z-index: 2001;
}
@media only screen and (min-width: 768px) {
  .post-item .post-link .post-info {
    width: 85%;
  }
}
.post-item .post-link .post-info .post-title {
  margin-top: 0;
  margin-bottom: 0.925rem;
}
@media only screen and (min-width: 768px) {
  .post-item .post-link .post-info .post-title {
    margin-bottom: 0.425rem;
  }
}
.post-item .post-link .post-info .post-date {
  color: #e54979;
}
@media only screen and (min-width: 768px) {
  .post-item .post-link .post-info .post-date {
    font-size: 0.95rem;
  }
}
.post-item .post-link:hover .post-thumb img,
.post-item .post-link:focus .post-thumb img {
  transform: scale(1.15);
  transform-origin: center center;
}
.post-item .post-link:hover .post-info,
.post-item .post-link:focus .post-info {
  transform: translateY(-1.5rem);
}

/*------------------------------------*\
    1. APPOINTMENT/MEETING PREVIEW
\*------------------------------------*/
.appointments-wrapper a {
  border: 2px solid rgb(244, 244, 244);
  border-radius: 0.425rem;
  display: block;
  margin-bottom: 1rem;
  padding: 1.75rem 2.5rem;
}
.appointments-wrapper a:hover, .appointments-wrapper a:focus {
  background-color: rgb(244, 244, 244);
}
.appointments-wrapper a .appointment-title {
  color: #fd724b;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.appointments-wrapper a .appointment-meta {
  display: flex;
  flex-direction: row;
  color: #fd724b;
}
.appointments-wrapper a .appointment-meta .price::after {
  content: " | ";
  padding: 0 0.5rem 0 0.125rem;
}
.appointments-wrapper a .appointment-desc {
  margin-top: 1rem;
}
.appointments-wrapper a .appointment-desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    1. NEWSLETTER-BUTTON
\*------------------------------------*/
#newsletter-button {
  display: none;
  position: fixed;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  right: -1.5%;
}
@media only screen and (min-width: 1180px) {
  #newsletter-button {
    display: block;
    opacity: 1;
    transition: 250ms opacity linear;
  }
}
#newsletter-button.hidden {
  opacity: 0;
  transition: 250ms opacity linear;
}

/*------------------------------------*\
    1. MODAL-CANCEL
\*------------------------------------*/
#modal-cancel {
  display: none;
  height: 200px;
  width: 100%;
}
#modal-cancel.active {
  background-color: rgb(255, 255, 255);
  border-radius: 0.425rem;
  border: 2px solid #e54979;
  display: block;
  padding: 1.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 520px;
  height: auto;
  z-index: 5001;
}
#modal-cancel.active p {
  padding: 0;
}
#modal-cancel.active a {
  margin-top: 0.75rem !important;
}

/*------------------------------------*\
    QUESTIONNAIRE
    1. BASE
    1.1 BASE-ELEMENTS (NAVIGATION-ELEMENTS)
    2. BUTTON OPEN (FRONT-PAGE)
    3. VIEWS
    3.1 VIEWS - SPECIAL-STYLES
    3.2 VIEWS - INFO-VIEW
    5. FOOTER
    6. BODY (DISABLE-SCROLL)
    7. QUESTIONNAIRE-BOOKING-VIEW
\*------------------------------------*/
#questionnaire {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5001;
}
#questionnaire.opened {
  display: flex;
  align-items: flex-end;
}
#questionnaire > .questionnaire-inner {
  background-color: rgb(236, 236, 236);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 23.75vw);
  width: 100%;
  overflow: scroll;
  position: relative;
  z-index: 1001;
}
@media only screen and (min-width: 1024px) {
  #questionnaire > .questionnaire-inner {
    height: 100%;
  }
}
#questionnaire > .questionnaire-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#questionnaire {
  /* 1.1 BASE-ELEMENTS (NAVIGATION-ELEMENTS) */
  /* buttons */
}
#questionnaire .button-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2.975rem;
}
@media only screen and (min-width: 768px) {
  #questionnaire .button-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
#questionnaire .button-wrapper:not(:last-child) {
  margin-bottom: 2rem;
}
#questionnaire .button-wrapper button, #questionnaire .button-wrapper .button {
  font-size: 1.3125rem;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #questionnaire .button-wrapper button, #questionnaire .button-wrapper .button {
    width: auto;
  }
}
#questionnaire .button-wrapper button.hidden, #questionnaire .button-wrapper .button.hidden {
  display: none;
}
#questionnaire .button-wrapper button, #questionnaire .button-wrapper .button {
  /* when button follows button add margin-top */
}
#questionnaire .button-wrapper button + button, #questionnaire .button-wrapper button .button, #questionnaire .button-wrapper .button + button, #questionnaire .button-wrapper .button .button {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  #questionnaire .button-wrapper button + button, #questionnaire .button-wrapper button .button, #questionnaire .button-wrapper .button + button, #questionnaire .button-wrapper .button .button {
    margin-left: 1rem;
    margin-top: 0;
  }
}
#questionnaire {
  /* typo */
}
#questionnaire .highlight {
  background-color: #137ca1;
  border-radius: 0.625rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 0.75rem 1rem 0.875rem;
}
#questionnaire .highlight a {
  color: rgb(248, 194, 150);
}
#questionnaire h1 {
  margin-bottom: 1.4125rem;
  margin-top: 0;
}
#questionnaire ul {
  margin-top: 2rem;
}
#questionnaire a {
  color: #e54979;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
#questionnaire {
  /* select */
}
#questionnaire label {
  font-size: 1em;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 1024px) {
  #questionnaire label {
    font-size: 0.875rem;
  }
}
#questionnaire select {
  font-size: 1.7125rem;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  #questionnaire select {
    font-size: 1.25rem;
  }
}
#questionnaire {
  /* options */
}
#questionnaire .options-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  #questionnaire .options-wrapper {
    flex-direction: row;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1180px) {
  #questionnaire .options-wrapper.option-rows {
    flex-wrap: wrap;
  }
  #questionnaire .options-wrapper.option-rows .option {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
#questionnaire .options-wrapper .option {
  background-color: rgb(255, 255, 255);
  border: 3px solid #fd724b;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.4125rem;
  min-height: 9.25rem;
  padding: 1rem 1.4125rem;
  transition: 200ms all linear;
}
#questionnaire .options-wrapper .option:last-child {
  margin-bottom: 0;
}
#questionnaire .options-wrapper .option:hover, #questionnaire .options-wrapper .option:focus {
  background-color: rgb(248, 194, 150);
}
@media only screen and (min-width: 1180px) {
  #questionnaire .options-wrapper .option {
    flex: 1;
    margin-bottom: 0;
  }
}
#questionnaire .options-wrapper .option > *:first-child {
  margin-top: 0;
}
#questionnaire .options-wrapper .option > *:last-child {
  margin-bottom: 0;
}

/* 2. BUTTON OPEN (FRONT-PAGE) */
header .quote-wrapper #questionnaire-open {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 1180px) {
  header .quote-wrapper #questionnaire-open {
    display: none;
  }
}

/* 3. VIEWS */
#questionnaire .views-wrapper {
  display: flex;
  overflow: auto;
  flex: 0 0 auto;
  width: 100%;
}
#questionnaire .views-wrapper .view {
  font-size: 1.175rem;
  display: none;
  padding-bottom: 5.5rem;
  padding: 2.5rem 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #questionnaire .views-wrapper .view {
    padding: 10rem 2rem 2rem;
  }
}
#questionnaire .views-wrapper .view.active {
  display: flex;
  justify-content: center;
}
#questionnaire .views-wrapper .view .inner {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #questionnaire .views-wrapper .view .inner {
    width: 85%;
    max-width: 740px;
  }
}
@media only screen and (min-width: 1920px) {
  #questionnaire .views-wrapper .view .inner {
    max-width: 840px;
  }
}
@media only screen and (min-width: 1024px) {
  #questionnaire .views-wrapper .view .inner h1 {
    text-align: center;
  }
}
#questionnaire .views-wrapper .view .inner > *:last-child {
  margin-bottom: 0;
}
#questionnaire .views-wrapper .view-wide .inner {
  max-width: 1820px;
}
#questionnaire .views-wrapper .view-small .inner {
  max-width: 480px;
}
#questionnaire .views-wrapper .view-info {
  font-size: 1.275rem;
}
#questionnaire.info-view .questionnaire-inner {
  background-color: rgb(248, 194, 150);
}

/* 4. FOOTER */
#questionnaire-footer {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  padding: 0.5rem 2rem 2rem;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  #questionnaire-footer {
    padding: 0;
    position: absolute;
    top: 4.25rem;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1820px;
  }
}
#questionnaire-footer {
  /* buttons */
}
#questionnaire-footer .navigation-item {
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid #e54979;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 3.25rem;
  flex: 0 0 3.25rem;
}
#questionnaire-footer .navigation-item.navigation-item-close {
  background-image: url("../img/icons/icon-x-red-round.svg");
  background-size: 1.25rem;
}
#questionnaire-footer .navigation-item.navigation-item-close.hidden {
  opacity: 0;
  pointer-events: none;
}
#questionnaire-footer .navigation-item.navigation-item-prev {
  background-color: #e54979;
  background-image: url("../img/icons/icon-prev-white.svg");
  background-size: 1.55rem;
}
#questionnaire-footer .navigation-item.navigation-item-prev.hidden {
  opacity: 0;
  pointer-events: none;
}
#questionnaire-footer {
  /* progress */
}
#questionnaire-footer #questionnaire-progress {
  flex: 1 1 100%;
  opacity: 0;
  pointer-events: none;
}
#questionnaire-footer #questionnaire-progress .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 2em;
}
#questionnaire-footer #questionnaire-progress .inner span {
  background-color: #fd724b;
  border-radius: 50%;
  height: 1rem;
  flex: 0 0 1rem;
  margin: 0 0.2rem;
  opacity: 0.5;
}
#questionnaire-footer #questionnaire-progress .inner span.active {
  opacity: 1;
}

/* 5. BODY (DISABLE-SCROLL) */
.questionnaire-opened {
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
}
.questionnaire-opened #questionnaire {
  pointer-events: all;
}

/* 6. QUESTIONNAIRE-BOOKING VIEW */
.questionnaire-booking .appointment-meta,
.questionnaire-booking .product-desc {
  display: none !important;
}
.questionnaire-booking .cart {
  display: flex !important;
  flex-direction: column;
}
.questionnaire-booking #questionnaire-open {
  display: none;
}

/* 3. CONTENT-MODULES
 * ========================================================================== */
/*------------------------------------*\
    1. CONTENT-MODULES
\*------------------------------------*/
/* BASE STYLE */
.content-module {
  margin-top: 13.75vw;
  margin-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module {
    margin-top: 5.75vw;
    margin-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-module .module-title {
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .content-module .module-title {
    margin-bottom: 0.375rem;
  }
}

/*------------------------------------*\
    1. TEXT
\*------------------------------------*/
.content-module-text {
  line-height: 1.6363636364;
}
.content-module-text .inner-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-text .inner-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    1. TEXT-ROWS
\*------------------------------------*/
.content-module-text-rows {
  line-height: 1.6363636364;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .content-module-text-rows {
    flex-direction: row;
  }
}
.content-module-text-rows > div {
  background-size: cover;
  background-position: center center;
}
.content-module-text-rows > div:first-child {
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1024px) {
  .content-module-text-rows > div:first-child {
    width: 42.5%;
  }
}
.content-module-text-rows > div:first-child a {
  color: white;
  opacity: 0.65;
}
.content-module-text-rows > div:first-child a:hover, .content-module-text-rows > div:first-child a.focus {
  opacity: 1;
}
.content-module-text-rows > div:last-child {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) {
  .content-module-text-rows > div:last-child {
    width: 57.5%;
  }
}
.content-module-text-rows > div:last-child a {
  color: #137ca1;
  display: inline-block;
  position: relative;
}
.content-module-text-rows > div:last-child a::after {
  background-color: #137ca1;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0.175rem;
  transition: 250ms all linear;
  width: 0;
}
.content-module-text-rows > div:last-child a:hover::after, .content-module-text-rows > div:last-child a:focus::after {
  width: 100%;
}
.content-module-text-rows > div > div {
  padding: 2.75rem 7.5%;
}
@media only screen and (min-width: 1024px) {
  .content-module-text-rows > div > div {
    padding: 7.5rem;
  }
}
.content-module-text-rows > div > div *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-text-rows > div > div *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-module-text-rows {
  /* VIDEO-BACKGROUND */
}
.content-module-text-rows > .video-bg {
  position: relative;
}
.content-module-text-rows > .video-bg::before {
  background: linear-gradient(180deg, rgba(253, 114, 75, 0.75) 0%, rgba(253, 114, 75, 0) 100%);
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1001;
}
.content-module-text-rows > .video-bg .content {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1001;
}
.content-module-text-rows > .video-bg .content h1, .content-module-text-rows > .video-bg .content .title-h1 {
  text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5);
}
.content-module-text-rows > .video-bg .video-background {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.content-module-text-rows > .video-bg .video-background video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*------------------------------------*\
    1. TEXT-IMAGE
\*------------------------------------*/
.content-module-text-image .inner-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper {
    justify-content: space-between;
  }
  .content-module-text-image .inner-wrapper.row-default {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .content-module-text-image .inner-wrapper.row-default .text-wrapper {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper.row-reversed {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .content-module-text-image .inner-wrapper.row-reversed .text-wrapper {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper .text-wrapper {
    width: 27.5%;
  }
}
.content-module-text-image .inner-wrapper .text-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-text-image .inner-wrapper .text-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper .image-wrapper {
    width: 72.5%;
  }
}
.content-module-text-image .inner-wrapper .image-wrapper .image-outer {
  padding-left: 7.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper .image-wrapper .image-outer {
    padding-left: 2.75rem;
  }
}
.content-module-text-image .inner-wrapper .image-wrapper .image-outer .image-inner {
  border-radius: 0.425rem;
  height: 72.5vw;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper .image-wrapper .image-outer .image-inner {
    height: 25rem;
  }
}
.content-module-text-image .inner-wrapper .image-wrapper .image-outer .image-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 175ms all linear;
}
.content-module-text-image .inner-wrapper .image-wrapper .caption-title {
  background-color: rgb(255, 255, 255);
  border-radius: 0.425rem;
  margin: -2.5rem 0 0 0;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  transition: 175ms all linear;
  width: 90%;
  z-index: 2001;
}
@media only screen and (min-width: 768px) {
  .content-module-text-image .inner-wrapper .image-wrapper .caption-title {
    margin: -5.25rem 0 0 0;
    padding: 2.65rem 2.65rem 2.65rem 0;
    width: 67.5%;
  }
}
.content-module-text-image .image-link:hover .image-inner img,
.content-module-text-image .image-link:focus .image-inner img {
  transform: scale(1.15);
  transform-origin: center center;
}
.content-module-text-image .image-link:hover .caption-title,
.content-module-text-image .image-link:focus .caption-title {
  transform: translateY(-1.5rem);
}

/*------------------------------------*\
    1. IMAGE-DEFAULT
    1.1 IMAGE BLOG-STYLES
\*------------------------------------*/
.content-module-image {
  line-height: 1.6363636364;
}
.content-module-image .inner-wrapper {
  line-height: 0;
}
.content-module-image .inner-wrapper figure {
  padding: 0;
}
.content-module-image .inner-wrapper img {
  border-radius: 0.425rem;
}

/*------------------------------------*\
    1. VIDEO
\*------------------------------------*/
.content-module-video .frame-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.content-module-video .frame-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    1. TEXT
\*------------------------------------*/
.content-module-bubble {
  margin-bottom: 15vw !important;
}
@media only screen and (min-width: 768px) {
  .content-module-bubble {
    margin-bottom: 6.75vw !important;
  }
}
.content-module-bubble .bubble {
  background-color: #e54979;
  border-radius: 0.425rem;
  color: rgb(255, 255, 255);
  padding: 1.75rem 2.5rem;
  position: relative;
  width: 100%;
}
.content-module-bubble .bubble::after {
  background-color: #e54979;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: inline-block;
  height: 2rem;
  width: 2.5rem;
  position: absolute;
  bottom: -2rem;
  left: 3rem;
}
@media only screen and (min-width: 768px) {
  .content-module-bubble .bubble {
    width: 75%;
  }
}
@media only screen and (min-width: 1180px) {
  .content-module-bubble .bubble {
    width: 62.5%;
  }
}
.content-module-bubble .bubble > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-bubble .bubble > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-module-bubble .bubble a {
  color: rgb(255, 255, 255);
  opacity: 0.65;
}
.content-module-bubble .bubble a:hover, .content-module-bubble .bubble a:focus {
  opacity: 1;
}

/*------------------------------------*\
    1. QUESTIONS
\*------------------------------------*/
.content-module-questions {
  padding-top: 13.75vw;
  padding-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-questions {
    padding-top: 5.75vw;
    padding-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module-questions {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-module-questions {
  background-size: cover;
  background-position: center center;
}
.content-module-questions .inner-wrapper {
  border-left: 3px solid rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  padding-left: 3.25rem;
}
.content-module-questions .inner-wrapper span {
  font-weight: 300;
  display: block;
  margin-bottom: 1.25rem;
}
.content-module-questions .inner-wrapper span:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    1. TEXT
\*------------------------------------*/
.content-module-links .title-wrapper h2 {
  margin-bottom: 1.25rem;
}
.content-module-links .item {
  border-top: 3px solid rgb(0, 0, 0);
  padding: 1rem 0;
}
.content-module-links .item:last-child {
  border-bottom: 3px solid rgb(0, 0, 0);
}
.content-module-links .item .item-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/*------------------------------------*\
    1. TEXT
\*------------------------------------*/
.content-module-dropdown {
  line-height: 1.6363636364;
}
.content-module-dropdown .dropdown-wrapper .item {
  border: 3px solid rgb(0, 0, 0);
  border-radius: 0.425rem;
}
.content-module-dropdown .dropdown-wrapper .item:not(:first-child) {
  margin-top: -3px;
}
.content-module-dropdown .dropdown-wrapper .item .title {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.25rem 1.25rem 0.925rem;
}
.content-module-dropdown .dropdown-wrapper .item .title .title-h2 {
  margin: 0;
}
.content-module-dropdown .dropdown-wrapper .item .title::after {
  background-image: url("../img/icons/arrow-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  margin-left: auto;
}
.content-module-dropdown .dropdown-wrapper .item .title.opened::after {
  background-position: center left;
  transform: rotate(180deg);
}
.content-module-dropdown .dropdown-wrapper .item .content {
  display: none;
  padding: 1.5rem 2.25rem 3.5rem;
}
.content-module-dropdown .dropdown-wrapper .item .content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-dropdown .dropdown-wrapper .item .content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    1. CONTENT-MODULE DIVIDER
\*------------------------------------*/
.content-module-divider {
  height: 4rem;
}
@media only screen and (min-width: 1024px) {
  .content-module-divider {
    height: 6rem;
  }
}
.content-module-divider video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

/*------------------------------------*\
    1. CONTENT-MODULE MEETINGS
\*------------------------------------*/
.content-module-meetings h2 {
  color: #fd724b;
}

/*------------------------------------*\
    1. OFFER
\*------------------------------------*/
.content-module-offer .inner-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .content-module-offer .inner-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-offer .inner-wrapper .text-wrapper {
    width: 27.5%;
  }
}
.content-module-offer .inner-wrapper .text-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-offer .inner-wrapper .text-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .content-module-offer .inner-wrapper .item-wrapper {
    width: 48.5%;
  }
}
.content-module-offer .inner-wrapper .item-wrapper .image-outer {
  padding-left: 7.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-offer .inner-wrapper .item-wrapper .image-outer {
    padding-left: 2.75rem;
  }
}
.content-module-offer .inner-wrapper .item-wrapper .image-outer .image-inner {
  border-radius: 0.425rem;
  height: 72.5vw;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .content-module-offer .inner-wrapper .item-wrapper .image-outer .image-inner {
    height: 25rem;
  }
}
.content-module-offer .inner-wrapper .item-wrapper .image-outer .image-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 175ms all linear;
}
.content-module-offer .inner-wrapper .item-wrapper .caption-title {
  background-color: rgb(255, 255, 255);
  border-radius: 0.425rem;
  margin: -2.5rem 0 0 0;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  transition: 175ms all linear;
  width: 90%;
  z-index: 2001;
}
@media only screen and (min-width: 768px) {
  .content-module-offer .inner-wrapper .item-wrapper .caption-title {
    margin: -5.25rem 0 0 0;
    padding: 2.65rem 2.65rem 2.65rem 0;
    width: 67.5%;
  }
}
.content-module-offer .image-link:hover .image-inner img,
.content-module-offer .image-link:focus .image-inner img {
  transform: scale(1.15);
  transform-origin: center center;
}
.content-module-offer .image-link:hover .caption-title,
.content-module-offer .image-link:focus .caption-title {
  transform: translateY(-1.5rem);
}

/*------------------------------------*\
    1. CONTENT-MODULE MAGAZINE
\*------------------------------------*/
.content-module-magazine {
  background-color: rgb(255, 255, 255);
}
.content-module-magazine .inner {
  display: flex;
  flex-direction: column;
}
.content-module-magazine .inner .title-wrapper {
  width: 100%;
}
.content-module-magazine .inner .post-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-module-magazine .inner .post-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-magazine .inner .post-wrapper {
    margin: 0 -1.5%;
  }
}
.content-module-magazine .inner .post-wrapper .intro {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-module-magazine .inner .post-wrapper .intro {
    padding: 0 1.5%;
  }
}
@media only screen and (min-width: 1180px) {
  .content-module-magazine .inner .post-wrapper .intro {
    padding: 0 1.5%;
    width: 16%;
  }
}
.content-module-magazine .inner .post-wrapper .intro p {
  margin-bottom: 1.125rem;
  padding-bottom: 0;
}

/*------------------------------------*\
    1. CONTENT-MODULE TOPICS
    1.1 MODULE STYLES / VARIANTS
\*------------------------------------*/
.content-module-topics .title .module-title {
  color: rgb(255, 255, 255);
  margin-bottom: 15vw;
}
@media only screen and (min-width: 768px) {
  .content-module-topics .title .module-title {
    margin-bottom: 3.25rem;
  }
}
.content-module-topics .topics-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: -2.625rem;
}
@media only screen and (min-width: 768px) {
  .content-module-topics .topics-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
    margin-bottom: -1.375rem;
  }
}
.content-module-topics .topics-wrapper .topic-item .topic-link {
  display: block;
}
.content-module-topics .topics-wrapper .topic-item .topic-link .topic-header {
  display: flex;
  flex-wrap: wrap;
}
.content-module-topics .topics-wrapper .topic-item .topic-link .topic-header .icon-wrapper {
  line-height: 0;
  position: relative;
  width: 25%;
  transition: 200ms width linear;
}
@media only screen and (min-width: 768px) {
  .content-module-topics .topics-wrapper .topic-item .topic-link .topic-header .icon-wrapper {
    width: 17.75%;
  }
}
.content-module-topics .topics-wrapper .topic-item .topic-link .topic-header .icon-wrapper img {
  height: 3.825rem;
  width: 3.825rem;
  object-fit: contain;
  object-position: center center;
  transition: 200ms all linear;
}
@media only screen and (min-width: 768px) {
  .content-module-topics .topics-wrapper .topic-item .topic-link .topic-header .icon-wrapper img {
    height: 3rem;
    width: 3rem;
  }
}
.content-module-topics .topics-wrapper .topic-item .topic-link .topic-header .topic-title-wrapper {
  margin-top: 0;
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .content-module-topics .topics-wrapper .topic-item .topic-link .topic-header .topic-title-wrapper {
    width: 82.25%;
  }
}
.content-module-topics .topics-wrapper .topic-item .topic-link .topic-desc {
  padding-bottom: 0;
  width: 100%;
}

/* 1.1 MODULE-STYLES / VARIANTS */
.content-module-topics.module-style-title {
  background-image: url("../img/background/pattern-fog-blue.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 13.75vw;
  padding-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-topics.module-style-title {
    padding-top: 5.75vw;
    padding-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module-topics.module-style-title {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-module-topics.module-style-title .topics-wrapper {
    justify-content: space-between;
  }
}
.content-module-topics.module-style-title .topics-wrapper .topic-item {
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .content-module-topics.module-style-title .topics-wrapper .topic-item {
    margin-bottom: 1.625rem;
    width: 43.25%;
  }
}
.content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link:hover .icon-wrapper img, .content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link:focus .icon-wrapper img {
  transform: rotate(-30deg);
}
.content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link:hover .topic-title-wrapper, .content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link:focus .topic-title-wrapper {
  transform: translateX(1rem);
}
.content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link .topic-header {
  align-items: center;
}
.content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link .topic-header .topic-title-wrapper {
  transition: 200ms all linear;
}
.content-module-topics.module-style-title .topics-wrapper .topic-item .topic-link .topic-header .topic-title-wrapper .topic-title {
  color: rgb(255, 255, 255);
}
.content-module-topics.module-style-desc .topic-item {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .content-module-topics.module-style-desc .topic-item {
    margin-bottom: 4.75rem;
    width: 47.25%;
  }
}
@media only screen and (min-width: 1180px) {
  .content-module-topics.module-style-desc .topic-item {
    padding: 0 1.5%;
    width: 33.33%;
  }
}
.content-module-topics.module-style-desc .topic-item .topic-link {
  display: flex;
  flex-direction: column;
}
.content-module-topics.module-style-desc .topic-item .topic-link:hover, .content-module-topics.module-style-desc .topic-item .topic-link:focus {
  transform: translateY(-1.75rem);
}
.content-module-topics.module-style-desc .topic-item .topic-link:hover .topic-header .icon-wrapper img:first-child, .content-module-topics.module-style-desc .topic-item .topic-link:focus .topic-header .icon-wrapper img:first-child {
  display: none;
}
.content-module-topics.module-style-desc .topic-item .topic-link:hover .topic-header .icon-wrapper img:last-child, .content-module-topics.module-style-desc .topic-item .topic-link:focus .topic-header .icon-wrapper img:last-child {
  display: block;
}
.content-module-topics.module-style-desc .topic-item .topic-link .topic-header .icon-wrapper img:last-child {
  display: none;
}
.content-module-topics.module-style-desc .topic-item .topic-link .topic-header .topic-title {
  display: block;
  margin-top: 0.5rem;
}

/*------------------------------------*\
    1. CONTENT-MODULE MEDIA
\*------------------------------------*/
.content-module-media .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.content-module-media .inner .media-item,
.content-module-media .inner .link-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner .media-item,
  .content-module-media .inner .link-item {
    margin-bottom: 2.5rem !important;
    width: 46%;
  }
}
.content-module-media .inner .media-item {
  margin-bottom: 15vw;
}
.content-module-media .inner .media-item > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-module-media .inner .link-item {
  margin-bottom: 3.875rem;
}
.content-module-media .inner .link-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner .link-item {
    margin-bottom: 0;
  }
}
.content-module-media .inner .link-item .post-link .post-thumb {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner .link-item .post-link .post-thumb {
    padding-left: 1.5rem;
  }
}
.content-module-media .inner .link-item .post-link .post-thumb .post-thumb-inner {
  border-radius: 0.425rem;
  height: 45vw;
  overflow: hidden;
  width: 100%;
  mask-image: url("../img/mask/box-mask-mobile.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: bottom left;
  mask-composite: exclude;
  transition: 175ms all linear;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner .link-item .post-link .post-thumb .post-thumb-inner {
    height: 14.5rem;
    mask-image: url("../img/mask/box-mask-desktop.svg");
  }
}
.content-module-media .inner .link-item .post-link .post-thumb .post-thumb-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 175ms all linear;
}
.content-module-media .inner .link-item .post-link .post-info {
  margin-top: -2.125rem;
  padding-top: 1rem;
  position: relative;
  transition: 175ms all linear;
  transform: translateY(0);
  width: 85%;
  z-index: 2001;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner .link-item .post-link .post-info {
    border-radius: 0.425rem;
    margin-left: -2rem;
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-media .inner .link-item .post-link .post-info {
    padding: 0.8rem 2rem;
  }
}
.content-module-media .inner .link-item .post-link .post-info .post-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-module-media .inner .link-item .post-link:hover .post-thumb-inner,
  .content-module-media .inner .link-item .post-link:hover .post-info,
  .content-module-media .inner .link-item .post-link:focus .post-thumb-inner,
  .content-module-media .inner .link-item .post-link:focus .post-info {
    transform: translateY(-1rem);
  }
}
.content-module-media .inner .link-item .post-link:hover img,
.content-module-media .inner .link-item .post-link:focus img {
  transform: scale(1.15);
  transform-origin: center center;
}
.content-module-media.module-style-orange {
  background-image: url("../img/background/pattern-fog-orange.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 13.75vw;
  padding-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-media.module-style-orange {
    padding-top: 5.75vw;
    padding-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module-media.module-style-orange {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-module-media.module-style-orange {
  color: rgb(255, 255, 255);
}
.content-module-media.module-style-orange .post-link {
  color: rgb(255, 255, 255);
}
.content-module-media.module-style-orange .post-link:hover,
.content-module-media.module-style-orange .post-link:focus {
  color: rgb(255, 255, 255);
}
.content-module-media.module-style-white {
  background-color: rgb(255, 255, 255);
}

/*------------------------------------*\
    1. CONTENT-MODULE BUTTONS
\*------------------------------------*/
.content-module-buttons {
  padding-top: 13.75vw;
  padding-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-buttons {
    padding-top: 5.75vw;
    padding-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module-buttons {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-module-buttons {
  color: rgb(255, 255, 255);
  margin: 0 !important;
}
.content-module-buttons .inner {
  position: relative;
  z-index: 1001;
}
.content-module-buttons .inner .title {
  margin-bottom: 15vw;
}
@media only screen and (min-width: 768px) {
  .content-module-buttons .inner .title {
    margin-bottom: 3.5rem;
  }
}
.content-module-buttons .inner .title .section-title {
  margin-top: 0;
  margin-bottom: 0;
}
.content-module-buttons .inner .buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .content-module-buttons .inner .buttons-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.content-module-buttons .inner .buttons-wrapper .button {
  margin-bottom: 1.375rem;
}
.content-module-buttons .inner .buttons-wrapper .button:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-module-buttons .inner .buttons-wrapper .button {
    margin-bottom: 1.125rem !important;
    margin-right: 1rem;
  }
}
.content-module-buttons.video-bg {
  position: relative;
}
.content-module-buttons.video-bg .button:hover, .content-module-buttons.video-bg .button:focus {
  border-color: #fd724b;
}
.content-module-buttons.video-bg .video-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.content-module-buttons.video-bg .video-background video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*------------------------------------*\
    1. CONTENT-MODULE DONATE
\*------------------------------------*/
.content-module-donate {
  background-image: url("../img/background/pattern-fog-red.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 13.75vw;
  padding-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-donate {
    padding-top: 5.75vw;
    padding-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module-donate {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-module-donate {
  color: rgb(255, 255, 255);
}
.content-module-donate .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-module-donate .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.content-module-donate .inner .image-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto 15vw;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .content-module-donate .inner .image-wrapper {
    margin: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-donate .inner .image-wrapper {
    width: 35%;
  }
}
.content-module-donate .inner .image-wrapper img {
  width: 100%;
  height: auto;
}
.content-module-donate .inner .text-wrapper {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .content-module-donate .inner .text-wrapper {
    width: 57.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-donate .inner .text-wrapper {
    width: 46.5%;
  }
}
.content-module-donate .inner .text-wrapper .intro {
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px) {
  .content-module-donate .inner .text-wrapper .intro {
    margin-bottom: 0;
  }
}
.content-module-donate .inner .text-wrapper .intro p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-module-donate .inner .buttons-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.65vw;
}
.content-module-donate .inner .buttons-wrapper .button {
  color: #e54979;
  font-size: 4.65vw;
  margin-bottom: 5vw;
  padding: 2.25vw 5.75vw 2vw;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-module-donate .inner .buttons-wrapper .button {
    font-size: 1.65rem;
    margin-bottom: 1.85rem;
    padding: 0.8rem 2rem 0.65rem;
  }
}
.content-module-donate .inner .buttons-wrapper .button:hover, .content-module-donate .inner .buttons-wrapper .button:focus {
  background-color: transparent;
  color: rgb(255, 255, 255) !important;
}

/*------------------------------------*\
    1. services
\*------------------------------------*/
.content-module-services {
  margin-top: 13.75vw;
  margin-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .content-module-services {
    margin-top: 5.75vw;
    margin-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .content-module-services {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-module-services .services-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-module-services .services-wrapper {
    margin-bottom: -4.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-module-services .services-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.content-module-services .services-wrapper .service {
  margin-bottom: 3.5rem;
}
.content-module-services .services-wrapper .service:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-module-services .services-wrapper .service {
    margin-bottom: 4.625rem !important;
    width: 47.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-services .services-wrapper .service {
    width: 23.75%;
  }
}
.content-module-services .services-wrapper .service .service-link {
  display: flex;
  flex-direction: column;
}
.content-module-services .services-wrapper .service .service-link:hover, .content-module-services .services-wrapper .service .service-link:focus {
  transform: translateY(-2rem);
}
.content-module-services .services-wrapper .service .service-link .service-title {
  margin-top: 0;
}
.content-module-services .services-wrapper .service .service-link .service-desc {
  padding-bottom: 0;
}
.content-module-services .services-wrapper .service .service-link .service-icon {
  margin-top: 2rem;
  width: 30%;
}

/*------------------------------------*\
    1. TOPIC-INTRO
\*------------------------------------*/
.content-module-topic-intro {
  margin-top: 1.25rem !important;
}
.content-module-topic-intro .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.content-module-topic-intro .inner-wrapper .title-wrapper {
  margin-bottom: 0;
}
.content-module-topic-intro .inner-wrapper .title-wrapper h1 {
  margin-bottom: 0;
}
.content-module-topic-intro .inner-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content-module-topic-intro .inner-wrapper .content-wrapper {
    justify-content: center;
  }
}
.content-module-topic-intro .inner-wrapper .content-wrapper .icon-wrapper {
  position: absolute;
  left: 0;
  width: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .content-module-topic-intro .inner-wrapper .content-wrapper .icon-wrapper {
    width: 6.75rem;
  }
}
@media only screen and (min-width: 1180px) {
  .content-module-topic-intro .inner-wrapper .content-wrapper .icon-wrapper {
    left: -25.5%;
    width: 7.5rem;
  }
}
.content-module-topic-intro .inner-wrapper .content-wrapper .icon-wrapper .icon {
  width: 100%;
}
.content-module-topic-intro .inner-wrapper .content-wrapper .text-wrapper > *:first-child,
.content-module-topic-intro .inner-wrapper .content-wrapper .text-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-topic-intro .inner-wrapper .content-wrapper .text-wrapper > *:last-child,
.content-module-topic-intro .inner-wrapper .content-wrapper .text-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-module-topic-intro .inner-wrapper .content-wrapper.icon-active .text-wrapper {
  padding-left: 5rem;
}
@media only screen and (min-width: 768px) {
  .content-module-topic-intro .inner-wrapper .content-wrapper.icon-active .text-wrapper {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 1180px) {
  .content-module-topic-intro .inner-wrapper .content-wrapper.icon-active .text-wrapper {
    padding-left: 0;
  }
}

/*------------------------------------*\
    1. TEAM
\*------------------------------------*/
.content-module-team .title {
  margin-bottom: 2.75rem;
}
.content-module-team .people {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .content-module-team .people {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.125rem 1.5rem;
  }
}
.content-module-team .people .people-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.525;
  margin-bottom: 4rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-module-team .people .people-item {
    padding: 0 1.125rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-module-team .people .people-item {
    width: 33.33%;
  }
}
.content-module-team .people .people-item .portrait {
  border-radius: 0.5rem;
}
.content-module-team .people .people-item .name {
  margin: 1.125rem 0 0.875rem;
}
.content-module-team .people .people-item .mail {
  color: #e54979;
  display: inline-block;
  position: relative;
}
.content-module-team .people .people-item .mail::after {
  background-color: #e54979;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0.175rem;
  transition: 250ms all linear;
  width: 0;
}
.content-module-team .people .people-item .mail:hover::after, .content-module-team .people .people-item .mail:focus::after {
  width: 100%;
}
.content-module-team .freelancer-wrapper .freelancer {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-module-team .freelancer-wrapper .freelancer {
    flex-direction: row;
  }
}
.content-module-team .freelancer-wrapper .freelancer > div:first-child {
  margin-right: 15rem;
}

/* 4. VIEWS
 * ========================================================================== */
/*------------------------------------*\
    1. STYLES
\*------------------------------------*/
.content-module.content-module-topic-intro a, .content-module.content-module-text a, .content-module.content-module-dropdown a {
  color: #e54979;
  display: inline-block;
  position: relative;
  display: inline-block;
  position: relative;
}
.content-module.content-module-topic-intro a::after, .content-module.content-module-text a::after, .content-module.content-module-dropdown a::after {
  background-color: #e54979;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0.175rem;
  transition: 250ms all linear;
  width: 0;
}
.content-module.content-module-topic-intro a:hover::after, .content-module.content-module-topic-intro a:focus::after, .content-module.content-module-text a:hover::after, .content-module.content-module-text a:focus::after, .content-module.content-module-dropdown a:hover::after, .content-module.content-module-dropdown a:focus::after {
  width: 100%;
}

/* ORANGE & SERVICES-OVERVIEW / SHOP */
.page-id-197 .header-default,
.page-id-197 .top-bar-scrolled,
.page-style-orange .header-default,
.page-style-orange .top-bar-scrolled,
.page-template-library .header-default,
.page-template-library .top-bar-scrolled,
.page-template-appointments .header-default,
.page-template-appointments .top-bar-scrolled,
.woocommerce-page .header-default,
.woocommerce-page .top-bar-scrolled {
  background-image: url("../img/background/pattern-fog-orange.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-197 .content-module-text h2, .page-id-197 .content-module-text .title-h2,
.page-style-orange .content-module-text h2,
.page-style-orange .content-module-text .title-h2,
.page-template-library .content-module-text h2,
.page-template-library .content-module-text .title-h2,
.page-template-appointments .content-module-text h2,
.page-template-appointments .content-module-text .title-h2,
.woocommerce-page .content-module-text h2,
.woocommerce-page .content-module-text .title-h2 {
  color: #fd724b;
}
.page-id-197 .content-module-dropdown h2, .page-id-197 .content-module-dropdown .title-h2,
.page-id-197 .content-module-links h2,
.page-id-197 .content-module-links .title-h2,
.page-style-orange .content-module-dropdown h2,
.page-style-orange .content-module-dropdown .title-h2,
.page-style-orange .content-module-links h2,
.page-style-orange .content-module-links .title-h2,
.page-template-library .content-module-dropdown h2,
.page-template-library .content-module-dropdown .title-h2,
.page-template-library .content-module-links h2,
.page-template-library .content-module-links .title-h2,
.page-template-appointments .content-module-dropdown h2,
.page-template-appointments .content-module-dropdown .title-h2,
.page-template-appointments .content-module-links h2,
.page-template-appointments .content-module-links .title-h2,
.woocommerce-page .content-module-dropdown h2,
.woocommerce-page .content-module-dropdown .title-h2,
.woocommerce-page .content-module-links h2,
.woocommerce-page .content-module-links .title-h2 {
  color: #fd724b;
}
.page-id-197 .content-module-dropdown a,
.page-id-197 .content-module-links a,
.page-style-orange .content-module-dropdown a,
.page-style-orange .content-module-links a,
.page-template-library .content-module-dropdown a,
.page-template-library .content-module-links a,
.page-template-appointments .content-module-dropdown a,
.page-template-appointments .content-module-links a,
.woocommerce-page .content-module-dropdown a,
.woocommerce-page .content-module-links a {
  color: #fd724b;
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* module-text-rows */
}
.page-id-197 .content-module-text-rows > div:first-child,
.page-style-orange .content-module-text-rows > div:first-child,
.page-template-library .content-module-text-rows > div:first-child,
.page-template-appointments .content-module-text-rows > div:first-child,
.woocommerce-page .content-module-text-rows > div:first-child {
  background-image: url("../img/background/pattern-fog-orange.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-197 .content-module-text-rows > div:last-child,
.page-style-orange .content-module-text-rows > div:last-child,
.page-template-library .content-module-text-rows > div:last-child,
.page-template-appointments .content-module-text-rows > div:last-child,
.woocommerce-page .content-module-text-rows > div:last-child {
  background-image: url("../img/background/pattern-fog-orange-light.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-197 .content-module-text-rows > div:last-child a,
.page-style-orange .content-module-text-rows > div:last-child a,
.page-template-library .content-module-text-rows > div:last-child a,
.page-template-appointments .content-module-text-rows > div:last-child a,
.woocommerce-page .content-module-text-rows > div:last-child a {
  color: #fd724b;
}
.page-id-197 .content-module-text-rows > div:last-child a:hover, .page-id-197 .content-module-text-rows > div:last-child a:focus,
.page-style-orange .content-module-text-rows > div:last-child a:hover,
.page-style-orange .content-module-text-rows > div:last-child a:focus,
.page-template-library .content-module-text-rows > div:last-child a:hover,
.page-template-library .content-module-text-rows > div:last-child a:focus,
.page-template-appointments .content-module-text-rows > div:last-child a:hover,
.page-template-appointments .content-module-text-rows > div:last-child a:focus,
.woocommerce-page .content-module-text-rows > div:last-child a:hover,
.woocommerce-page .content-module-text-rows > div:last-child a:focus {
  opacity: 0.65;
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* module-image */
}
.page-id-197 .content-module-image figcaption,
.page-style-orange .content-module-image figcaption,
.page-template-library .content-module-image figcaption,
.page-template-appointments .content-module-image figcaption,
.woocommerce-page .content-module-image figcaption {
  color: #fd724b;
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* module-dropdown */
}
.page-id-197 .content-module-dropdown .dropdown-wrapper .item,
.page-style-orange .content-module-dropdown .dropdown-wrapper .item,
.page-template-library .content-module-dropdown .dropdown-wrapper .item,
.page-template-appointments .content-module-dropdown .dropdown-wrapper .item,
.woocommerce-page .content-module-dropdown .dropdown-wrapper .item {
  border-color: #fd724b;
}
.page-id-197 .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-style-orange .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-template-library .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-template-appointments .content-module-dropdown .dropdown-wrapper .item .title::after,
.woocommerce-page .content-module-dropdown .dropdown-wrapper .item .title::after {
  background-image: url("../img/icons/arrow-down-orange.svg");
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* module-limks */
}
.page-id-197 .content-module-links .item,
.page-style-orange .content-module-links .item,
.page-template-library .content-module-links .item,
.page-template-appointments .content-module-links .item,
.woocommerce-page .content-module-links .item {
  border-color: #fd724b;
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* module-questions */
}
.page-id-197 .content-module-questions,
.page-style-orange .content-module-questions,
.page-template-library .content-module-questions,
.page-template-appointments .content-module-questions,
.woocommerce-page .content-module-questions {
  background-image: url("../img/background/pattern-fog-orange-light.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-197 .content-module-questions .inner-wrapper,
.page-style-orange .content-module-questions .inner-wrapper,
.page-template-library .content-module-questions .inner-wrapper,
.page-template-appointments .content-module-questions .inner-wrapper,
.woocommerce-page .content-module-questions .inner-wrapper {
  border-color: #fd724b;
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* library-intro */
}
.page-id-197 .library-intro > div > div:last-child,
.page-style-orange .library-intro > div > div:last-child,
.page-template-library .library-intro > div > div:last-child,
.page-template-appointments .library-intro > div > div:last-child,
.woocommerce-page .library-intro > div > div:last-child {
  background-image: url("../img/background/pattern-fog-orange.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-197,
.page-style-orange,
.page-template-library,
.page-template-appointments,
.woocommerce-page {
  /* module-buttons */
}
.page-id-197 .content-module-buttons:not(.video-bg),
.page-style-orange .content-module-buttons:not(.video-bg),
.page-template-library .content-module-buttons:not(.video-bg),
.page-template-appointments .content-module-buttons:not(.video-bg),
.woocommerce-page .content-module-buttons:not(.video-bg) {
  background-color: #fd724b;
}
.page-id-197 .content-module-buttons:not(.video-bg) .button,
.page-style-orange .content-module-buttons:not(.video-bg) .button,
.page-template-library .content-module-buttons:not(.video-bg) .button,
.page-template-appointments .content-module-buttons:not(.video-bg) .button,
.woocommerce-page .content-module-buttons:not(.video-bg) .button {
  background-color: transparent !important;
  color: rgb(255, 255, 255) !important;
}
.page-id-197 .content-module-buttons:not(.video-bg) .button:hover, .page-id-197 .content-module-buttons:not(.video-bg) .button:focus,
.page-style-orange .content-module-buttons:not(.video-bg) .button:hover,
.page-style-orange .content-module-buttons:not(.video-bg) .button:focus,
.page-template-library .content-module-buttons:not(.video-bg) .button:hover,
.page-template-library .content-module-buttons:not(.video-bg) .button:focus,
.page-template-appointments .content-module-buttons:not(.video-bg) .button:hover,
.page-template-appointments .content-module-buttons:not(.video-bg) .button:focus,
.woocommerce-page .content-module-buttons:not(.video-bg) .button:hover,
.woocommerce-page .content-module-buttons:not(.video-bg) .button:focus {
  background-color: rgb(255, 255, 255) !important;
  color: #fd724b !important;
}

/* BLUE & TOPICS-OVERVIEW */
.page-id-119 .header-default,
.page-id-119 .top-bar-scrolled,
.page-style-blue .header-default,
.page-style-blue .top-bar-scrolled {
  background-image: url("../img/background/pattern-fog-blue.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-119 .content-module-text h2, .page-id-119 .content-module-text .title-h2,
.page-style-blue .content-module-text h2,
.page-style-blue .content-module-text .title-h2 {
  color: #137ca1;
}
.page-id-119 .content-module-dropdown h2, .page-id-119 .content-module-dropdown .title-h2,
.page-id-119 .content-module-links h2,
.page-id-119 .content-module-links .title-h2,
.page-style-blue .content-module-dropdown h2,
.page-style-blue .content-module-dropdown .title-h2,
.page-style-blue .content-module-links h2,
.page-style-blue .content-module-links .title-h2 {
  color: #137ca1;
}
.page-id-119 .content-module-dropdown a,
.page-id-119 .content-module-links a,
.page-style-blue .content-module-dropdown a,
.page-style-blue .content-module-links a {
  color: #137ca1;
}
.page-id-119,
.page-style-blue {
  /* module-text-rows */
}
.page-id-119 .content-module-text-rows > div:first-child,
.page-style-blue .content-module-text-rows > div:first-child {
  background-image: url("../img/background/pattern-fog-blue.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-119 .content-module-text-rows > div:last-child,
.page-style-blue .content-module-text-rows > div:last-child {
  background-image: url("../img/background/pattern-fog-blue-light.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-119,
.page-style-blue {
  /* module-image */
}
.page-id-119 .content-module-image figcaption,
.page-style-blue .content-module-image figcaption {
  color: #137ca1;
}
.page-id-119,
.page-style-blue {
  /* module-dropdown */
}
.page-id-119 .content-module-dropdown .dropdown-wrapper .item,
.page-style-blue .content-module-dropdown .dropdown-wrapper .item {
  border-color: #137ca1;
}
.page-id-119 .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-style-blue .content-module-dropdown .dropdown-wrapper .item .title::after {
  background-image: url("../img/icons/arrow-down-blue.svg");
}
.page-id-119,
.page-style-blue {
  /* module-limks */
}
.page-id-119 .content-module-links .item,
.page-style-blue .content-module-links .item {
  border-color: #137ca1;
}
.page-id-119,
.page-style-blue {
  /* module-questions */
}
.page-id-119 .content-module-questions,
.page-style-blue .content-module-questions {
  background-image: url("../img/background/pattern-fog-blue-light.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-119 .content-module-questions .inner-wrapper,
.page-style-blue .content-module-questions .inner-wrapper {
  border-color: #137ca1;
}
.page-id-119,
.page-style-blue {
  /* module-buttons */
}
.page-id-119 .content-module-buttons:not(.video-bg),
.page-style-blue .content-module-buttons:not(.video-bg) {
  background-color: #137ca1;
}
.page-id-119 .content-module-buttons:not(.video-bg) .button,
.page-style-blue .content-module-buttons:not(.video-bg) .button {
  background-color: transparent !important;
  color: rgb(255, 255, 255) !important;
}
.page-id-119 .content-module-buttons:not(.video-bg) .button:hover, .page-id-119 .content-module-buttons:not(.video-bg) .button:focus,
.page-style-blue .content-module-buttons:not(.video-bg) .button:hover,
.page-style-blue .content-module-buttons:not(.video-bg) .button:focus {
  background-color: rgb(255, 255, 255) !important;
  color: #137ca1 !important;
}

/* VIOLET & ABOUT / DONATE */
.page-id-478 .header-default,
.page-id-478 .top-bar-scrolled,
.page-style-violet .header-default,
.page-style-violet .top-bar-scrolled,
.page-template-donation .header-default,
.page-template-donation .top-bar-scrolled,
.error404 .header-default,
.error404 .top-bar-scrolled {
  background-image: url("../img/background/pattern-fog-violet.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-478 .content-module-text h2, .page-id-478 .content-module-text .title-h2,
.page-style-violet .content-module-text h2,
.page-style-violet .content-module-text .title-h2,
.page-template-donation .content-module-text h2,
.page-template-donation .content-module-text .title-h2,
.error404 .content-module-text h2,
.error404 .content-module-text .title-h2 {
  color: #7c6a90;
}
.page-id-478 .content-module-dropdown h2, .page-id-478 .content-module-dropdown .title-h2,
.page-id-478 .content-module-links h2,
.page-id-478 .content-module-links .title-h2,
.page-style-violet .content-module-dropdown h2,
.page-style-violet .content-module-dropdown .title-h2,
.page-style-violet .content-module-links h2,
.page-style-violet .content-module-links .title-h2,
.page-template-donation .content-module-dropdown h2,
.page-template-donation .content-module-dropdown .title-h2,
.page-template-donation .content-module-links h2,
.page-template-donation .content-module-links .title-h2,
.error404 .content-module-dropdown h2,
.error404 .content-module-dropdown .title-h2,
.error404 .content-module-links h2,
.error404 .content-module-links .title-h2 {
  color: #7c6a90;
}
.page-id-478 .content-module-dropdown a,
.page-id-478 .content-module-links a,
.page-style-violet .content-module-dropdown a,
.page-style-violet .content-module-links a,
.page-template-donation .content-module-dropdown a,
.page-template-donation .content-module-links a,
.error404 .content-module-dropdown a,
.error404 .content-module-links a {
  color: #7c6a90;
}
.page-id-478,
.page-style-violet,
.page-template-donation,
.error404 {
  /* module-text-rows */
}
.page-id-478 .content-module-text-rows > div:first-child,
.page-style-violet .content-module-text-rows > div:first-child,
.page-template-donation .content-module-text-rows > div:first-child,
.error404 .content-module-text-rows > div:first-child {
  background-image: url("../img/background/pattern-fog-violet.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-478 .content-module-text-rows > div:last-child,
.page-style-violet .content-module-text-rows > div:last-child,
.page-template-donation .content-module-text-rows > div:last-child,
.error404 .content-module-text-rows > div:last-child {
  background-image: url("../img/background/pattern-fog-violet-light.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-478,
.page-style-violet,
.page-template-donation,
.error404 {
  /* module-image */
}
.page-id-478 .content-module-image figcaption,
.page-style-violet .content-module-image figcaption,
.page-template-donation .content-module-image figcaption,
.error404 .content-module-image figcaption {
  color: #7c6a90;
}
.page-id-478,
.page-style-violet,
.page-template-donation,
.error404 {
  /* module-dropdown */
}
.page-id-478 .content-module-dropdown .dropdown-wrapper .item,
.page-style-violet .content-module-dropdown .dropdown-wrapper .item,
.page-template-donation .content-module-dropdown .dropdown-wrapper .item,
.error404 .content-module-dropdown .dropdown-wrapper .item {
  border-color: #7c6a90;
}
.page-id-478 .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-style-violet .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-template-donation .content-module-dropdown .dropdown-wrapper .item .title::after,
.error404 .content-module-dropdown .dropdown-wrapper .item .title::after {
  background-image: url("../img/icons/arrow-down-violet.svg");
}
.page-id-478,
.page-style-violet,
.page-template-donation,
.error404 {
  /* module-limks */
}
.page-id-478 .content-module-links .item,
.page-style-violet .content-module-links .item,
.page-template-donation .content-module-links .item,
.error404 .content-module-links .item {
  border-color: #7c6a90;
}
.page-id-478,
.page-style-violet,
.page-template-donation,
.error404 {
  /* module-questions */
}
.page-id-478 .content-module-questions,
.page-style-violet .content-module-questions,
.page-template-donation .content-module-questions,
.error404 .content-module-questions {
  background-image: url("../img/background/pattern-fog-violet-light.jpg");
  background-size: cover;
  background-position: center center;
}
.page-id-478 .content-module-questions .inner-wrapper,
.page-style-violet .content-module-questions .inner-wrapper,
.page-template-donation .content-module-questions .inner-wrapper,
.error404 .content-module-questions .inner-wrapper {
  border-color: #7c6a90;
}
.page-id-478,
.page-style-violet,
.page-template-donation,
.error404 {
  /* module-buttons */
}
.page-id-478 .content-module-buttons:not(.video-bg),
.page-style-violet .content-module-buttons:not(.video-bg),
.page-template-donation .content-module-buttons:not(.video-bg),
.error404 .content-module-buttons:not(.video-bg) {
  background-color: #7c6a90;
}
.page-id-478 .content-module-buttons:not(.video-bg) .button,
.page-style-violet .content-module-buttons:not(.video-bg) .button,
.page-template-donation .content-module-buttons:not(.video-bg) .button,
.error404 .content-module-buttons:not(.video-bg) .button {
  background-color: transparent !important;
  color: rgb(255, 255, 255) !important;
}
.page-id-478 .content-module-buttons:not(.video-bg) .button:hover, .page-id-478 .content-module-buttons:not(.video-bg) .button:focus,
.page-style-violet .content-module-buttons:not(.video-bg) .button:hover,
.page-style-violet .content-module-buttons:not(.video-bg) .button:focus,
.page-template-donation .content-module-buttons:not(.video-bg) .button:hover,
.page-template-donation .content-module-buttons:not(.video-bg) .button:focus,
.error404 .content-module-buttons:not(.video-bg) .button:hover,
.error404 .content-module-buttons:not(.video-bg) .button:focus {
  background-color: rgb(255, 255, 255) !important;
  color: #7c6a90 !important;
}

/* RED & MAGAZINE / BLOG / POSTS */
.blog .header-default,
.page-style-red .header-default,
.single-post .header-default,
.top-bar-scrolled .header-default {
  background-image: url("../img/background/pattern-fog-red.jpg");
  background-size: cover;
  background-position: center center;
}
.blog .content-module-text h2, .blog .content-module-text .title-h2,
.page-style-red .content-module-text h2,
.page-style-red .content-module-text .title-h2,
.single-post .content-module-text h2,
.single-post .content-module-text .title-h2,
.top-bar-scrolled .content-module-text h2,
.top-bar-scrolled .content-module-text .title-h2 {
  color: #e54979;
}
.blog .content-module-dropdown h2, .blog .content-module-dropdown .title-h2,
.blog .content-module-links h2,
.blog .content-module-links .title-h2,
.page-style-red .content-module-dropdown h2,
.page-style-red .content-module-dropdown .title-h2,
.page-style-red .content-module-links h2,
.page-style-red .content-module-links .title-h2,
.single-post .content-module-dropdown h2,
.single-post .content-module-dropdown .title-h2,
.single-post .content-module-links h2,
.single-post .content-module-links .title-h2,
.top-bar-scrolled .content-module-dropdown h2,
.top-bar-scrolled .content-module-dropdown .title-h2,
.top-bar-scrolled .content-module-links h2,
.top-bar-scrolled .content-module-links .title-h2 {
  color: #e54979;
}
.blog .content-module-dropdown a,
.blog .content-module-links a,
.page-style-red .content-module-dropdown a,
.page-style-red .content-module-links a,
.single-post .content-module-dropdown a,
.single-post .content-module-links a,
.top-bar-scrolled .content-module-dropdown a,
.top-bar-scrolled .content-module-links a {
  color: #e54979;
}
.blog,
.page-style-red,
.single-post,
.top-bar-scrolled {
  /* module-text-rows */
}
.blog .content-module-text-rows > div:first-child,
.page-style-red .content-module-text-rows > div:first-child,
.single-post .content-module-text-rows > div:first-child,
.top-bar-scrolled .content-module-text-rows > div:first-child {
  background-image: url("../img/background/pattern-fog-red.jpg");
  background-size: cover;
  background-position: center center;
}
.blog .content-module-text-rows > div:last-child,
.page-style-red .content-module-text-rows > div:last-child,
.single-post .content-module-text-rows > div:last-child,
.top-bar-scrolled .content-module-text-rows > div:last-child {
  background-image: url("../img/background/pattern-fog-red-light.jpg");
  background-size: cover;
  background-position: center center;
}
.blog,
.page-style-red,
.single-post,
.top-bar-scrolled {
  /* module-image */
}
.blog .content-module-image figcaption,
.page-style-red .content-module-image figcaption,
.single-post .content-module-image figcaption,
.top-bar-scrolled .content-module-image figcaption {
  color: #e54979;
}
.blog,
.page-style-red,
.single-post,
.top-bar-scrolled {
  /* module-dropdown */
}
.blog .content-module-dropdown .dropdown-wrapper .item,
.page-style-red .content-module-dropdown .dropdown-wrapper .item,
.single-post .content-module-dropdown .dropdown-wrapper .item,
.top-bar-scrolled .content-module-dropdown .dropdown-wrapper .item {
  border-color: #e54979;
}
.blog .content-module-dropdown .dropdown-wrapper .item .title::after,
.page-style-red .content-module-dropdown .dropdown-wrapper .item .title::after,
.single-post .content-module-dropdown .dropdown-wrapper .item .title::after,
.top-bar-scrolled .content-module-dropdown .dropdown-wrapper .item .title::after {
  background-image: url("../img/icons/arrow-down-red.svg");
}
.blog,
.page-style-red,
.single-post,
.top-bar-scrolled {
  /* module-limks */
}
.blog .content-module-links .item,
.page-style-red .content-module-links .item,
.single-post .content-module-links .item,
.top-bar-scrolled .content-module-links .item {
  border-color: #e54979;
}
.blog,
.page-style-red,
.single-post,
.top-bar-scrolled {
  /* module-questions */
}
.blog .content-module-questions,
.page-style-red .content-module-questions,
.single-post .content-module-questions,
.top-bar-scrolled .content-module-questions {
  background-image: url("../img/background/pattern-fog-red-light.jpg");
  background-size: cover;
  background-position: center center;
}
.blog .content-module-questions .inner-wrapper,
.page-style-red .content-module-questions .inner-wrapper,
.single-post .content-module-questions .inner-wrapper,
.top-bar-scrolled .content-module-questions .inner-wrapper {
  border-color: #e54979;
}
.blog,
.page-style-red,
.single-post,
.top-bar-scrolled {
  /* module-buttons */
}
.blog .content-module-buttons:not(.video-bg),
.page-style-red .content-module-buttons:not(.video-bg),
.single-post .content-module-buttons:not(.video-bg),
.top-bar-scrolled .content-module-buttons:not(.video-bg) {
  background-color: #e54979;
}
.blog .content-module-buttons:not(.video-bg) .button,
.page-style-red .content-module-buttons:not(.video-bg) .button,
.single-post .content-module-buttons:not(.video-bg) .button,
.top-bar-scrolled .content-module-buttons:not(.video-bg) .button {
  background-color: transparent !important;
  color: rgb(255, 255, 255) !important;
}
.blog .content-module-buttons:not(.video-bg) .button:hover, .blog .content-module-buttons:not(.video-bg) .button:focus,
.page-style-red .content-module-buttons:not(.video-bg) .button:hover,
.page-style-red .content-module-buttons:not(.video-bg) .button:focus,
.single-post .content-module-buttons:not(.video-bg) .button:hover,
.single-post .content-module-buttons:not(.video-bg) .button:focus,
.top-bar-scrolled .content-module-buttons:not(.video-bg) .button:hover,
.top-bar-scrolled .content-module-buttons:not(.video-bg) .button:focus {
  background-color: rgb(255, 255, 255) !important;
  color: #e54979 !important;
}

/* BG-COLOR / GREY-BACKGROUND */
.page-bg-grey {
  background-color: rgb(244, 244, 244);
}

/*------------------------------------*\
    1. FRONT-PAGE
\*------------------------------------*/
.home main .content-module {
  padding-top: 13.75vw;
  padding-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .home main .content-module {
    padding-top: 5.75vw;
    padding-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .home main .content-module {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.home main .content-module {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home main .content-module.content-module-buttons {
  background-color: transparent !important;
}

/*------------------------------------*\
    1. FRONT-PAGE
\*------------------------------------*/
.blog .posts-wrapper {
  margin-top: 13.75vw;
  margin-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  .blog .posts-wrapper {
    margin-top: 5.75vw;
    margin-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  .blog .posts-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.blog .posts-wrapper .posts-wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .blog .posts-wrapper .posts-wrapper-inner {
    margin: 0 -1.5rem;
  }
}
.blog .pagination-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.blog .pagination-wrapper .inner {
  display: flex;
  width: 100%;
}
.blog .pagination-wrapper .inner a.next {
  margin-left: auto;
}

/*------------------------------------*\
    1. LIBRARY
\*------------------------------------*/
.page-template-library section {
  padding-top: 1.25rem;
}
.page-template-library section .section-title {
  margin-bottom: 3.5rem;
}
.page-template-library section .products-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-template-library section .product-link {
  color: #e54979;
  display: inline-block;
  margin-top: 0.625rem;
}
.page-template-library section .product-link::before {
  background-image: url("../img/icons/icon-cart-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: -0.25rem;
}
.page-template-library {
  /* CLASSROOM-MATERIAL CUSTOMIZATION */
}
.page-template-library .classroom-material .section-title h1 {
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .page-template-library .classroom-material .products-wrapper .inner-wrapper {
    margin: 0 -1.5rem;
  }
}
.page-template-library {
  /* LIBRARY CUSTOMIZATION */
}
@media only screen and (min-width: 768px) {
  .page-template-library .library .products-wrapper .inner-wrapper {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}
.page-template-library .library .products-wrapper .product-item {
  display: none;
  margin-bottom: 4rem;
}
.page-template-library .library .products-wrapper .product-item:nth-child(-n+10) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-template-library .library .products-wrapper .product-item {
    padding: 0 2.75rem;
    width: 33.33% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-library .library .products-wrapper .product-item {
    width: 20% !important;
  }
}
.page-template-library .library .products-wrapper .product-item img {
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: top center;
  height: 32.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-library .library .products-wrapper .product-item img {
    height: 17.5rem;
  }
}
.page-template-library .library .products-wrapper .product-item .product-title {
  margin-top: 0.5rem;
}
.page-template-library .library .show-all-products-link-wrapper {
  margin: 0 auto 4rem;
  text-align: center;
}
.page-template-library {
  /* DOWNLOADS CUSTOMIZATION */
}
@media only screen and (min-width: 768px) {
  .page-template-library .downloads .products-wrapper .inner-wrapper {
    margin: 0 -1.5rem;
  }
}

/*------------------------------------*\
    1. DONATION
\*------------------------------------*/
.page-template-donation .content-module-topic-intro {
  margin-bottom: 2rem;
}

#qr-code {
  margin-top: 13.75vw;
  margin-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  #qr-code {
    margin-top: 5.75vw;
    margin-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  #qr-code {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
#qr-code {
  display: none;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
#qr-code img {
  max-width: 280px !important;
}

#donation-frame {
  margin-top: 13.75vw;
  margin-bottom: 13.75vw;
}
@media only screen and (min-width: 768px) {
  #donation-frame {
    margin-top: 5.75vw;
    margin-bottom: 5.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  #donation-frame {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
#donation-frame {
  border: 1px solid #7c6a90;
  height: 940px;
  margin-top: 2rem !important;
  overflow: hidden !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #donation-frame {
    height: 1120px;
  }
}

/*------------------------------------*\
    1. APPOINTMENTS
\*------------------------------------*/
.page-template-appointments .appointments-wrapper a {
  border: 2px solid rgb(244, 244, 244);
  border-radius: 0.425rem;
  display: block;
  margin-bottom: 1rem;
  padding: 1.75rem 2.5rem;
}
.page-template-appointments .appointments-wrapper a:hover, .page-template-appointments .appointments-wrapper a:focus {
  background-color: rgb(244, 244, 244);
}
.page-template-appointments .appointments-wrapper a .appointment-title {
  color: #fd724b;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.page-template-appointments .appointments-wrapper a .appointment-meta {
  display: flex;
  flex-direction: row;
  color: #fd724b;
}
.page-template-appointments .appointments-wrapper a .appointment-meta .price::after {
  content: " | ";
  padding: 0 0.5rem 0 0.125rem;
}
.page-template-appointments .appointments-wrapper a .appointment-desc {
  margin-top: 1rem;
}
.page-template-appointments .appointments-wrapper a .appointment-desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    1. MAGAZINE-SINGLE / ARTICLE
\*------------------------------------*/
.single-post article .magazine-article-title-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem !important;
}
@media only screen and (min-width: 1180px) {
  .single-post article .magazine-article-title-wrapper {
    flex-direction: row;
    align-items: baseline;
  }
}
.single-post article .magazine-article-title-wrapper .magazine-article-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 1180px) {
  .single-post article .magazine-article-title-wrapper .magazine-article-title {
    width: 85%;
  }
}
.single-post article .magazine-article-title-wrapper .magazine-article-date {
  color: #e54979;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1180px) {
  .single-post article .magazine-article-title-wrapper .magazine-article-date {
    font-size: 1rem;
    margin-left: auto;
  }
}
.single-post article .magazine-article-thumbnail {
  margin-top: 2.5rem;
}
.single-post article .magazine-article-module-wrapper {
  line-height: 1.6363636364;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1180px) {
  .single-post article .magazine-article-module-wrapper {
    margin-top: 4.5rem;
  }
}
.single-post article .magazine-article-module-wrapper > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.single-post article .magazine-article-module-wrapper > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single-post article .magazine-article-module-wrapper a {
  color: #e54979;
}

/* 5. SHOP
 * ========================================================================== */
/*------------------------------------*\
    1. SHOP-BUTTONS
    2. INFO-MESSAGE
\*------------------------------------*/
/* 1. SHOP-BUTTONS */
#place_order,
.wc-bookings-booking-form-button {
  background-color: #fd724b;
  border: 2px solid #fd724b;
  box-shadow: none;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-left: auto;
  transition: 200ms all linear;
}
#place_order:hover, #place_order:focus,
.wc-bookings-booking-form-button:hover,
.wc-bookings-booking-form-button:focus {
  background-color: transparent;
  color: #fd724b;
}

/* 2. INFO */
.woocommerce-info {
  margin-top: 2rem;
}

/*------------------------------------*\
    1. PRODUCT (APPOINTMENT)
    1.1 BASE-STYLE
    1.2 SPECIAL-PRODUCT - CAMPAIGN-MONTH
    1.3 HIDE CALENDAR FOR APPOINTMENTS
\*------------------------------------*/
/* 1.1 BASE-STYLE */
.single-product.product-template-default .content-area {
  margin: 0 auto;
  max-width: 1080px;
  width: 85%;
}
@media only screen and (min-width: 1180px) {
  .single-product.product-template-default .content-area {
    width: 56.25%;
  }
}
.single-product.product-template-default .content-area {
  margin-top: 1.25rem;
  margin-bottom: 4rem;
}
.single-product.product-template-default .content-area .appointment-meta {
  display: flex;
  flex-direction: row;
}
.single-product.product-template-default .content-area .appointment-meta .price::after {
  content: "|";
  padding: 0 0.5rem 0 0.125rem;
}
.single-product.product-template-default .content-area .product-desc {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single-product.product-template-default .content-area .product-desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form {
  border: none !important;
  padding: 0 !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .wc-bookings-date-picker {
  border: none !important;
  padding: 0;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker-header {
  background-color: #fd724b !important;
  background-image: none !important;
  border: 0 !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker-header .ui-datepicker-title,
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker-header .ui-datepicker-prev,
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker-header .ui-datepicker-next {
  background-color: #fd724b;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker {
  border: 1px solid #fd724b;
  box-shadow: none;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker table tbody td a.ui-state-default {
  background-color: transparent !important;
  color: rgb(0, 0, 0) !important;
  text-shadow: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker table tbody td a.ui-state-highlight {
  background-color: transparent !important;
  color: rgb(0, 0, 0) !important;
  text-shadow: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker table tbody td a.ui-state-active {
  background-color: #fd724b !important;
  color: rgb(255, 255, 255) !important;
  text-shadow: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker table tbody td.ui-datepicker-unselectable span {
  color: rgb(160, 160, 160);
  opacity: 1 !important;
  text-decoration: line-through !important;
  text-shadow: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker table tbody td.ui-datepicker-current-day.bookable a {
  background-color: transparent !important;
  color: rgb(0, 0, 0) !important;
  text-shadow: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .ui-datepicker table tbody td.bookable-range a {
  background-color: #fd724b !important;
  color: rgb(255, 255, 255) !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .block-picker {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .block-picker li a {
  background-color: transparent !important;
  color: rgb(0, 0, 0) !important;
  cursor: pointer !important;
  text-align: center;
  transition: none !important;
  width: 100% !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .block-picker li a.selected {
  border: 1px solid #fd724b !important;
  color: #fd724b !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .block-picker li a .booking-spaces-left {
  display: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form .wc-bookings-booking-cost {
  display: none !important;
}
.single-product.product-template-default .content-area .cart .wc-bookings-booking-form-button {
  margin-left: auto;
  width: auto;
}

/* 1.2 SPECIAL-PRODUCT - CAMPAIGN-MONTH */
#product-1555 .wc-bookings-booking-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522 {
  background-color: rgb(255, 255, 255);
  border: 2px solid #fd724b;
  border-radius: 2.5rem;
  padding: 0.5rem 1rem 0.525rem !important;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521:hover, #product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521:focus,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522:hover,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522:focus {
  cursor: pointer;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521.active,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522.active {
  background-color: #fd724b;
  border: 2px solid #fd724b;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521 label,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521 input,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522 label,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522 input {
  display: none;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521::before,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522::before {
  color: #fd724b;
  font-weight: 700;
  text-transform: uppercase;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521.active::before,
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522.active::before {
  color: rgb(255, 255, 255);
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521 {
  margin-right: 0.75rem;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14521::before {
  content: "Nur HIV und Syphilis 0.-";
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522 {
  margin-right: 0.75rem;
}
#product-1555 .wc-bookings-booking-form .wc_bookings_field_persons_14522::before {
  content: "Zusätzlich Chlamydien und Gonorrhoe (Tripper) 50.-";
}
#product-1555 .wc-bookings-booking-form .wc-bookings-date-picker {
  width: 100%;
}
#product-1555 {
  /* HIDE ELEMENTS BEFORE SELECTED */
}
#product-1555 .wc-bookings-date-picker,
#product-1555 .wc-bookings-date-picker + *,
#product-1555 .wc-bookings-booking-form-button {
  display: none !important;
}
#product-1555 {
  /* SHOW ELEMENTS AFTER SELECTED */
}
#product-1555.visible .wc-bookings-date-picker,
#product-1555.visible .wc-bookings-date-picker + *,
#product-1555.visible .wc-bookings-booking-form-button {
  display: block !important;
}

/* 1.3 */
.product-cat-termin .cart {
  display: none;
}

/*------------------------------------*\
    1. CHECKOUT
\*------------------------------------*/
.woocommerce-checkout #content-wrapper {
  background-color: rgb(244, 244, 244);
}
.woocommerce-checkout #content-wrapper main {
  margin: 0 auto;
  max-width: 1160px;
  width: 85%;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-checkout #content-wrapper main {
    width: 60%;
  }
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout #content-wrapper main .woocommerce-checkout {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  background-color: rgb(255, 255, 255);
  color: #fd724b;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 100%;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #customer_details {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout #content-wrapper main .woocommerce-checkout #customer_details {
    width: 50%;
  }
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #customer_details .woocommerce-billing-fields .required {
  border-bottom: 0;
  text-decoration: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .woocommerce-additional-fields h3 {
  margin-top: 0;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review {
  margin-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review {
    width: 40%;
  }
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner h3 {
  background-color: rgb(255, 255, 255);
  padding: 1.5rem 1.5rem 0;
  display: block;
  margin-top: 0;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table {
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 1.5rem 1rem;
  width: 100%;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table thead {
  display: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item {
  border-top: 1px solid #fd724b;
  padding-top: 1.25rem;
  display: block;
  width: 100%;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item:first-child {
  border-top: none;
  padding-top: 0;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .product-quantity {
  display: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .product-total {
  display: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation {
  margin-bottom: 0;
  margin-top: 1rem;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation dd, .woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation dt {
  margin-left: 0;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation dd.variation-Buchungstyp, .woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation dt.variation-Buchungstyp {
  display: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation dd p, .woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tbody .cart_item .variation dt p {
  margin-bottom: 1rem !important;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tfoot .order-total {
  display: block;
  margin-top: -0.5rem !important;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout .order-review .order-review-inner .shop_table tfoot .cart-subtotal {
  display: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #payment .wc_payment_methods {
  background-color: rgb(255, 255, 255);
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 1.5rem 1.5rem;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #payment .checkbox {
  margin-top: 2rem;
  padding-left: 2.5rem;
  position: relative;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #payment .checkbox input {
  position: absolute;
  left: 0;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #payment .info-confirm {
  margin-bottom: 0 !important;
}
.woocommerce-checkout #content-wrapper main .woocommerce-checkout #payment #place_order {
  margin: 1rem 0 2rem;
  width: 100%;
}
.woocommerce-checkout.cart-item-appointment .woocommerce-billing-fields h3::after {
  content: "Deine Daten werden von uns nach 3 Monaten automatisch aus dem System entfernt.";
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}
.woocommerce-checkout.cart-item-appointment #billing_email_field::after {
  content: "Falls du deine aktuelle E-Mail-Adresse nicht angeben möchtest, erstelle eine anonyme Adresse bei einem Anbieter deiner Wahl.";
  display: inline-block;
  font-size: 0.825rem;
}
.woocommerce-checkout {
  /* VALIDATION */
}
.woocommerce-checkout .woocommerce-invalid-required-field input {
  border: 1px solid #fd724b !important;
}

/*------------------------------------*\
    1. CONFIRMATION
\*------------------------------------*/
.woocommerce-order-received main {
  margin: 2rem auto 4rem !important;
}
.woocommerce-order-received main .woocommerce-order-overview {
  display: none;
}
.woocommerce-order-received main .order_details {
  width: 100%;
}
.woocommerce-order-received main .order_details thead {
  display: none;
}
.woocommerce-order-received main .order_details tbody .order_item {
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  padding: 1.5rem;
  width: 100%;
}
.woocommerce-order-received main .order_details tbody .order_item .product-name > a {
  color: #fd724b;
  font-weight: 700;
}
.woocommerce-order-received main .order_details tbody .order_item .product-quantity {
  display: none;
}
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary {
  border: none;
  margin-bottom: 0;
  margin-top: 0.25rem !important;
  padding: 0;
}
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary .wc-booking-summary-number {
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary .status-paid,
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary .status-confirmed,
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary .cancel-link {
  display: none !important;
}
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary .cancel {
  display: none !important;
}
.woocommerce-order-received main .order_details tbody .order_item .wc-booking-summary .wc-booking-summary-list {
  margin-top: 0.125rem;
}
.woocommerce-order-received main .order_details tbody .woocommerce-Price-amount {
  padding-left: 2rem;
}
.woocommerce-order-received main .order_details tfoot {
  display: none;
}
.woocommerce-order-received main .order-again {
  display: none;
}
.woocommerce-order-received main .woocommerce-customer-details {
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 1.5rem;
}
.woocommerce-order-received main .woocommerce-customer-details h2 {
  margin-top: 0;
}
.woocommerce-order-received main .woocommerce-customer-details p {
  padding: 0;
}
