/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./frontend/scss/style.scss ***!
  \***********************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  
    Sets the font size depending on the current viewport size,
    linear between fs-min for vw-min and fs-max for vw-max.
    Smaller results than fs-min will lead to font size fs-min, 
    higher results than fs-max will lead to font size fs-max.

    Parameters: 

    $fs-min: the smallest font size to be set
    $fs-max: the biggest font size to be set
    $vw-min: at this viewport size and smaller, fs-min is to be set
    $vw-max: at this viewport size and bigger, fs-max is to be set
*/
/* nunito-sans-regular - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../b250c874682d6ef1f1a0.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../b250c874682d6ef1f1a0.eot?#iefix) format("embedded-opentype"), url(../f7d96f81bd2867b84374.woff2) format("woff2"), url(../33d74ef48e59b307e593.woff) format("woff"), url(../a7d2e45615bd9a124e12.ttf) format("truetype"), url(../fd53896f2cba461b01bb.svg#NunitoSans) format("svg");
  /* Legacy iOS */
}
/* nunito-sans-italic - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  src: url(../3fe856e215ccdb255bda.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../3fe856e215ccdb255bda.eot?#iefix) format("embedded-opentype"), url(../b623c356411ad38a8d32.woff2) format("woff2"), url(../0a8a1839a00c06496b71.woff) format("woff"), url(../951526f7c09f3bc4c15b.ttf) format("truetype"), url(../7967939f338307d731d6.svg#NunitoSans) format("svg");
  /* Legacy iOS */
}
/* nunito-sans-600 - latin */
/*In XD "semi-bold"*/
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../b7ef1b1e27cbb36241a7.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../b7ef1b1e27cbb36241a7.eot?#iefix) format("embedded-opentype"), url(../016aa20d03ef05548662.woff2) format("woff2"), url(../21437b6a9ea02cb79a1d.woff) format("woff"), url(../338c947b3b712d7843b2.ttf) format("truetype"), url(../4638fdb92ee0f9585c4f.svg#NunitoSans) format("svg");
  /* Legacy iOS */
}
/* nunito-sans-700 - latin */
/*In XD "bold"*/
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../1ea7b511354e8573f6eb.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../1ea7b511354e8573f6eb.eot?#iefix) format("embedded-opentype"), url(../0a964751fecfe13eb09c.woff2) format("woff2"), url(../e69c357a540d6d111571.woff) format("woff"), url(../5c1b29caed2650fff5e3.ttf) format("truetype"), url(../f89817a0aeafe0d24084.svg#NunitoSans) format("svg");
  /* Legacy iOS */
}
/* courgette-regular - latin */
@font-face {
  font-family: "Courgette";
  font-style: normal;
  font-weight: 400;
  src: url(../c4d507f2020cbc227c2c.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../c4d507f2020cbc227c2c.eot?#iefix) format("embedded-opentype"), url(../64a5a4af9de4cd674053.woff2) format("woff2"), url(../3c82fe8d05041c10a339.woff) format("woff"), url(../2b361ffe4f240c89a216.ttf) format("truetype"), url(../11f48a7bda315f0d4c1d.svg#Courgette) format("svg");
  /* Legacy iOS */
}
/* montagu-slab-700 - latin */
@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 700;
  src: url(../6ea28c60ed4609922503.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../6ea28c60ed4609922503.eot?#iefix) format("embedded-opentype"), url(../bfca92088560ca003438.woff2) format("woff2"), url(../8909c0071babc4ae2f73.woff) format("woff"), url(../58c1956eb175c7a7b19d.ttf) format("truetype"), url(../a61fcf1b5e762daab73e.svg#MontaguSlab) format("svg");
  /* Legacy iOS */
}
/* montagu-slab-regular - latin */
@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 400;
  src: url(../767c1104afa6ccfd7591.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../767c1104afa6ccfd7591.eot?#iefix) format("embedded-opentype"), url(../4276f2b432913a58861e.woff2) format("woff2"), url(../bf84be7a8c76f8a33675.woff) format("woff"), url(../f8dae7fa211ea92247fb.ttf) format("truetype"), url(../63e4bbde78b9bdfdb8ab.svg#MontaguSlab) format("svg");
  /* Legacy iOS */
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: white;
  color: #443629;
  font-family: "Nunito Sans", Verdana, sans-serif;
}

h1 {
  font-family: "Courgette", Verdana, sans-serif;
  font-weight: 700;
  /*color: #E2881E;*/
  color: #D2881E;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(36px, 2.3655913978vw + 27.4838709677px, 70px);
}

h2 {
  font-family: "Courgette", Verdana, sans-serif;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(34px, 1.7204301075vw + 27.8064516129px, 50px);
  font-weight: 400;
}

h3 {
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(30px, 1.2903225806vw + 25.3548387097px, 42px);
  font-weight: 600;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 16px;
}

.p-large {
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(16px, 0.4301075269vw + 14.4516129032px, 20px);
}

ul {
  margin-bottom: 2em;
}

.header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(16px, 0.4901960784vw + 14.2352941176px, 18px);
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  padding: .5em 0 .5em;
}
@media screen and (min-width: 768px) {
  .header {
    padding: .7em 0 .7em;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 1em 0 1em;
  }
}

.header a {
  text-decoration: none;
  color: #443629;
}
.header__nav--active {
  font-weight: 700;
}
.header__nav-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex: 1 1 0;
  }
  .header__nav-container:first-of-type {
    justify-content: flex-end;
  }
}
.header__nav-logo {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .header__nav-logo {
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-logo {
    width: 140px;
  }
}
.header__burgermenu, .header__burgerbutton, .header__cancelbutton, .header__checkbox {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header__burgermenu, .header__burgerbutton, .header__cancelbutton, .header__checkbox {
    display: none;
  }
}
.header__burgerbutton, .header__cancelbutton, .header__checkbox {
  width: 26px;
  height: 26px;
  margin: 1em 1em 0 0;
}
.header__burgerbutton {
  background-color: #E3DCD4;
  padding: 4px 0;
}
.header__burgerbutton div {
  width: 16px;
  height: 2px;
  margin: 3px auto;
  background-color: #443629;
}
.header__cancelbutton {
  background-color: white;
  display: none;
}
.header__cancelbutton div {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #443629;
}
.header__cancelbutton div:first-child {
  transform: rotate(45deg);
}
.header__cancelbutton div:last-child {
  transform: rotate(-45deg);
}
.header__checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.header__checkbox:checked ~ .header__burgermenu, .header__checkbox:checked ~ .header__cancelbutton {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__checkbox:checked ~ .header__burgermenu, .header__checkbox:checked ~ .header__cancelbutton {
    display: none;
  }
}
.header__checkbox:checked ~ .header__burgerbutton {
  display: none;
}
.header__burgermenu {
  width: 200px;
  padding-left: 1em;
  line-height: 3em;
  background-color: #E3DCD4;
  display: none;
}
.header__burgermenu a {
  display: inline-block;
}

.logotext {
  text-align: center;
}
.logotext span {
  /*color: #E2881E;*/
  color: #D2881E;
}
.logotext__company {
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(30px, 0.9803921569vw + 26.4705882353px, 34px);
  font-weight: 700;
  margin: 16px 0 0;
  line-height: 1;
}
.logotext__person {
  font-family: "Courgette", Verdana, sans-serif;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(20px, 1.4705882353vw + 14.7058823529px, 26px);
  font-weight: 400;
}
.logotext__subtitle {
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(16px, 0.4901960784vw + 14.2352941176px, 18px);
  font-weight: 600;
  line-height: 1.2;
}

.footer nav {
  display: flex;
  background-color: #E3DCD4;
  justify-content: center;
  align-items: center;
  height: 3em;
  column-gap: 5vw;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(12px, 0.6451612903vw + 9.6774193548px, 18px);
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .footer nav {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .footer nav {
    margin-top: 112px;
  }
}
.footer a {
  text-decoration: none;
  color: #443629;
}
.footer__active {
  font-weight: 700;
}

.c-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-quote__mark {
  font-family: "Montagu Slab", Verdana, sans-serif;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(130px, 7.5268817204vw + 102.9032258065px, 200px);
  font-weight: 400;
  /*color: #E2881E;*/
  color: #D2881E;
  line-height: 0;
  margin-bottom: -20px;
}
.c-quote__author {
  font-style: italic;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(12px, 0.4301075269vw + 10.4516129032px, 16px);
  font-weight: 400;
}

.c-quotebyimg {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .c-quotebyimg {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .c-quotebyimg {
    margin-top: 112px;
    flex-direction: row;
  }
}
.c-quotebyimg__quote {
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .c-quotebyimg__quote {
    width: 50vw;
    padding: 112px 56px;
  }
}
.c-quotebyimg__img-container {
  width: 100%;
  padding: 0 5vw;
}
@media screen and (min-width: 1200px) {
  .c-quotebyimg__img-container {
    width: 50vw;
  }
}

.c-textonimg {
  width: 312px;
  margin: 80px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .c-textonimg {
    width: 648px;
    margin: 96px auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-textonimg {
    width: 960px;
    margin: 112px auto 0 auto;
  }
}
.c-textonimg__img-container {
  width: 312px;
}
@media screen and (min-width: 768px) {
  .c-textonimg__img-container {
    width: 432px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textonimg__img-container {
    width: 640px;
  }
}
.c-textonimg__text-container {
  text-align: left;
  margin-top: -50%;
  width: 312px;
}
@media screen and (min-width: 768px) {
  .c-textonimg__text-container {
    width: 432px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textonimg__text-container {
    width: 640px;
  }
}
.c-textonimg--textright .c-textonimg__text-container {
  margin-left: auto;
}
.c-textonimg--textleft .c-textonimg__img-container {
  margin-left: auto;
}
.c-textonimg--textleft .c-textonimg__text-container {
  margin-right: auto;
}
.c-textonimg--textcent {
  text-align: center;
  width: 312px;
  margin: 80px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .c-textonimg--textcent {
    width: 432px;
    margin: 96px auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-textonimg--textcent {
    width: 640px;
    margin: 112px auto 0 auto;
  }
}
.c-textonimg--textcent .c-textonimg__text-container {
  margin-top: -50%;
}

.c-circledimg {
  position: relative;
}
.c-circledimg__bg-img {
  margin: 0 auto;
}
.c-circledimg__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: white;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-circledimg__circle img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 50%;
}

.c-textbyimg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .c-textbyimg {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textbyimg {
    margin-top: 112px;
  }
}
.c-textbyimg .c-textbyimg__imgcontainer {
  width: 312px;
}
@media screen and (min-width: 768px) {
  .c-textbyimg .c-textbyimg__imgcontainer {
    width: 648px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textbyimg .c-textbyimg__imgcontainer {
    padding: 0 5vw;
    flex: 1 1 0;
    align-self: flex-start;
  }
}
.c-textbyimg .c-textbyimg__textcontainer {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .c-textbyimg .c-textbyimg__textcontainer {
    flex: 1 1 0;
    padding: 112px 56px;
    text-align: left;
  }
}
.c-textbyimg .c-textbyimg__textcontainer div {
  margin: 0 auto;
  max-width: 312px;
}
@media screen and (min-width: 768px) {
  .c-textbyimg .c-textbyimg__textcontainer div {
    max-width: 432px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textbyimg .c-textbyimg__textcontainer div {
    max-width: 640px;
  }
}
.c-textbyimg--textright {
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .c-textbyimg--textright {
    flex-direction: row;
  }
}
.c-textbyimg--textleft {
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .c-textbyimg--textleft {
    flex-direction: row-reverse;
  }
}
.c-textbyimg--textcent {
  text-align: center;
  width: 312px;
  margin: 80px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .c-textbyimg--textcent {
    width: 648px;
    margin: 96px auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-textbyimg--textcent {
    width: 960px;
    margin: 112px auto 0 auto;
  }
}
.c-textbyimg--textcent .c-textbyimg__textcontainer {
  margin-top: -10vw;
  position: relative;
}
.c-textbyimg--textcent .c-textbyimg__textcontainer div {
  margin: 0 auto;
  width: 312px;
}
@media screen and (min-width: 768px) {
  .c-textbyimg--textcent .c-textbyimg__textcontainer div {
    width: 432px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textbyimg--textcent .c-textbyimg__textcontainer div {
    width: 640px;
  }
}

.c-sephorz {
  margin: 80px auto 0 auto;
  height: 1px;
  background-color: #443629;
}
@media screen and (min-width: 768px) {
  .c-sephorz {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .c-sephorz {
    margin-top: 112px;
  }
}
.c-sephorz--large {
  width: 50vw;
}
.c-sephorz--small {
  width: 33.3333333333vw;
}

.c-textseponbgi {
  margin-top: 96px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-textseponbgi {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textseponbgi {
    margin-top: 112px;
  }
}
.c-textseponbgi__bgicontainer {
  width: calc(100vw - 20px);
  height: 82vh;
  position: sticky;
  top: 18vh;
  text-align: center;
  z-index: -1;
}
.c-textseponbgi__bgicontainer img {
  max-height: 82vh;
  min-width: 312px;
}
@media screen and (min-width: 768px) {
  .c-textseponbgi__bgicontainer img {
    min-width: 648px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textseponbgi__bgicontainer img {
    min-width: 960px;
  }
}
.c-textseponbgi__content {
  margin-top: -82vh;
}
.c-textseponbgi__textcontainer {
  margin: 0 auto;
  padding-top: 40px;
  width: 312px;
}
.c-textseponbgi__textcontainer p, .c-textseponbgi__textcontainer li {
  font-size: clamp(16px, 0.4301075269vw + 14.4516129032px, 20px);
}
.c-textseponbgi__textcontainer h4 {
font-size: clamp(20px, 1.2903225806vw + 15.3548387097px, 32px);
font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-textseponbgi__textcontainer {
    padding-top: 48px;
    width: 432px;
  }
}
@media screen and (min-width: 1200px) {
  .c-textseponbgi__textcontainer {
    padding-top: 56px;
    width: 640px;
  }
}

.c-pagetopic {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-pagetopic {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .c-pagetopic {
    margin-top: 112px;
  }
}
.c-pagetopic__headline-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.c-pagetopic__headline {
  margin-bottom: 0;
}
.c-pagetopic__subheading {
  font-family: "Nunito Sans", Verdana, sans-serif;
  font-weight: 700;
  text-align: center;
  /*
      Explanation for the calculation:

      Imagine a coordinate system with x-axis: vw and y-axis: fs (font size)
      The two points vw-min/fs-min and vw-max/fs-max are connected through a line. 
      This line is defined through the function:
      fs(vw) = s*vw + fs0
      where the slope: s = (fs-max - fs-min)/(vw-max - vw-min)
      and the y-axis-intersection: fs0 = fs-min - s * vw-min
  */
  font-size: clamp(16px, 1.0752688172vw + 12.1290322581px, 26px);
}
