/* 
    Author     : jankopietz.de
    Content    : Freshup template styles
*/
/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
/* 
    Author     : jankopietz.de
    Content    : Freshup template definitions
*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/* responsive breakpoints */
/* colors */
/* gradient */
/* font import */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/montserrat/montserrat-v31-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../../font/montserrat/montserrat-v31-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../font/montserrat/montserrat-v31-latin-700.woff2") format("woff2");
}
/* icon font import */
@font-face {
  font-family: "icomoon";
  src: url("../icons/fonts/icomoon.ttf?klje2c") format("truetype"), url("../icons/fonts/icomoon.woff?klje2c") format("woff"), url("../icons/fonts/icomoon.svg?klje2c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, .agenda .agenda__time:before, .feature .feature__list li:before, .box:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar-week:before {
  content: "\e900";
}

.icon-circle-half:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e902";
}

.icon-paper-plane:before {
  content: "\e903";
}

.icon-phone-volume:before {
  content: "\e904";
}

/* typography */
/* mixins */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  outline-offset: 0.3125rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  font-size: 100%;
  min-width: 20rem;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  color: #06187D;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
a:active, a:focus, a:hover {
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem dotted #06187D;
  z-index: 1;
}

p {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
p:last-child {
  margin: 0;
}
p a {
  color: #06187D;
  text-decoration: underline;
}
@media (hover: hover) {
  p a:hover {
    color: #2C529F;
    text-decoration: none;
  }
}
p a:active {
  transform: translateY(0.125rem);
}

small {
  line-height: 1.5;
  margin: 0 0 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
small:last-child {
  margin: 0;
}
small a {
  color: #06187D;
  text-decoration: underline;
}
@media (hover: hover) {
  small a:hover {
    color: #2C529F;
    text-decoration: none;
  }
}
small a:active {
  transform: translateY(0.125rem);
}

.rte {
  margin-bottom: 1.25rem;
}
.rte + .button, .rte + .link {
  margin-top: 1.25rem;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte.rte--strong p {
  font-weight: 600;
}
.rte ul, .rte ol {
  line-height: 1.5;
  list-style-type: none;
  margin: 0 0 2.5rem;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.rte ul:last-child, .rte ol:last-child {
  margin-bottom: 0;
}
.rte ul li, .rte ol li {
  padding-left: 1.25rem;
  position: relative;
}
.rte ul li + li, .rte ol li + li {
  margin-top: 0.3125rem;
}
.rte ul li a, .rte ol li a {
  color: #06187D;
  text-decoration: underline;
}
@media (hover: hover) {
  .rte ul li a:hover, .rte ol li a:hover {
    color: #2C529F;
    text-decoration: none;
  }
}
.rte ul li a:active, .rte ol li a:active {
  transform: translateY(0.125rem);
}
.rte ul li:before {
  background-color: #06187D;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  height: 0.3125rem;
  left: 0;
  top: 0.625rem;
  width: 0.3125rem;
}
.rte ol {
  counter-reset: counter;
}
.rte ol li {
  counter-increment: counter;
}
.rte ol li:before {
  content: counter(counter) ".";
  color: #06187D;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #06187D;
  font-weight: 700;
  margin: 0 0 1.25rem;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin: 0;
}
@media screen and (max-width: 570px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    hyphens: auto;
  }
}

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 770px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 770px) {
  h2, .h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h3, .h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 770px) {
  h3, .h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

h4, .h4 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 770px) {
  h4, .h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h5, .h5 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 770px) {
  h5, .h5 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

/*------------------------------------*\
    BUTTON
\*------------------------------------*/
button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  text-align: left;
  transition: all 0.1s ease 0s;
}
button:focus {
  outline: none;
}
button:focus-visible {
  outline: 0.125rem dotted black;
}
.footer button:focus-visible {
  outline-color: white;
}
button:disabled, button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button {
  border: 0.125rem solid #06187D;
  border-radius: 1.4375rem;
  color: #06187D;
  display: inline-block;
  font-weight: 600;
  padding: 0.6875rem 1.875rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
@media (hover: hover) {
  .button:hover {
    background-color: #06187D;
    color: white;
  }
}
.button:active {
  transform: translateY(0.125rem);
}
.block--background-dark .button {
  border-color: #DADFEF;
  color: #DADFEF;
}
@media (hover: hover) {
  .block--background-dark .button:hover {
    background-color: #DADFEF;
    color: #06187D;
  }
}
.button.button--solid {
  background-color: #06187D;
  color: white;
}
@media (hover: hover) {
  .button.button--solid:hover {
    background-color: #2C529F;
    border-color: #2C529F;
  }
}
.button.button--iconed {
  padding-right: 3.75rem;
}
.button.button--iconed .icon, .button.button--iconed .agenda .agenda__time:before, .agenda .button.button--iconed .agenda__time:before, .button.button--iconed .feature .feature__list li:before, .feature .feature__list .button.button--iconed li:before, .button.button--iconed .box:before {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------*\
    LINK
\*------------------------------------*/
.link {
  color: #06187D;
  display: inline-block;
  font-weight: 600;
  padding-left: 1.875rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (hover: hover) {
  .link:hover {
    color: #2C529F;
  }
}
.link:active {
  transform: translateY(0.125rem);
}
.link .icon, .link .agenda .agenda__time:before, .agenda .link .agenda__time:before, .link .feature .feature__list li:before, .feature .feature__list .link li:before, .link .box:before {
  left: 0;
  position: absolute;
  top: 0;
  font-size: 16px;
  font-size: 1rem;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 97.5rem;
  padding: 0 1.875rem;
  width: 100%;
}
@media screen and (min-width: 770px) {
  .row {
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .row {
    padding: 0 5rem;
  }
}
.row + .row {
  margin-top: 3.125rem;
}
.row.row--compact {
  max-width: 72.5rem;
}
.row.row--condensed {
  max-width: 78.75rem;
}
.row .col {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 770px) {
  .row .col {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 770px) {
  .row .col + .col {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--one-half {
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--one-third {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--one-third {
    width: 33.3333%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--two-third {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--two-third {
    width: 66.6666%;
  }
}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
.anchor {
  position: absolute;
  top: -5.0625rem;
}
@media screen and (min-width: 1100px) {
  .anchor {
    top: -6.9375rem;
  }
}

.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links li + li {
  margin-top: 0.625rem;
}

.label {
  font-weight: 600;
  margin-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.label:last-child {
  margin-bottom: 0;
}

.box {
  backdrop-filter: blur(0.625rem);
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.0625rem solid white;
  border-radius: 1.25rem;
  padding: 1.875rem 1.875rem 1.875rem 2.5rem;
  position: relative;
}
.box:before {
  color: #06187D;
  content: "\e901";
  left: 0;
  position: absolute;
  top: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.feature {
  background-color: #DADFEF;
  box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.5);
  color: #2C529F;
  padding: 3.125rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 770px) {
  .feature {
    box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1020px) {
  .feature {
    padding: 5rem 2.5rem;
  }
}
.feature .headline {
  color: #2C529F;
}
@media screen and (max-width: 1020px) {
  .feature .headline {
    hyphens: auto;
  }
}
.feature p a, .feature ul a, .feature ol a {
  color: #2C529F;
}
.feature.feature--pink {
  background-color: #E99AC3;
  color: #C41285;
}
.feature.feature--pink .headline {
  color: #C41285;
}
.feature.feature--pink .feature__list li:before {
  color: #C41285;
}
.feature.feature--pink p a, .feature.feature--pink ul a, .feature.feature--pink ol a {
  color: #C41285;
}
.feature.feature--orange {
  background-color: #FFD9B0;
  color: #F36F1D;
}
.feature.feature--orange .headline {
  color: #F36F1D;
}
.feature.feature--orange .feature__list li:before {
  color: #F36F1D;
}
.feature.feature--orange p a, .feature.feature--orange ul a, .feature.feature--orange ol a {
  color: #F36F1D;
}
.feature .feature__head {
  margin-bottom: 1.875rem;
}
.feature .feature__head:last-child {
  margin-bottom: 0;
}
.feature p, .feature ul, .feature ol {
  hyphens: auto;
  font-size: 16px;
  font-size: 1rem;
}
.feature .feature__list {
  line-height: 1.5;
  list-style-type: none;
  margin: 0 0 1.875rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}
.feature .feature__list:last-child {
  margin-bottom: 0;
}
.feature .feature__list li {
  padding-left: 1.875rem;
  position: relative;
}
.feature .feature__list li + li {
  margin-top: 0.625rem;
}
.feature .feature__list li:before {
  color: #2C529F;
  content: "\e901";
  left: 0;
  position: absolute;
  top: 0.125rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 770px) {
  .agenda {
    display: flex;
    flex-wrap: wrap;
  }
}
.agenda .label, .agenda p, .agenda ul, .agenda ol {
  font-size: 16px;
  font-size: 1rem;
}
.agenda .agenda__time {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 770px) {
  .agenda .agenda__time {
    margin-bottom: 0;
    width: 20%;
  }
}
.agenda .agenda__time:before {
  content: "\e900";
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 770px) {
  .agenda .agenda__text {
    padding-left: 2.5rem;
    width: 80%;
  }
}
.agenda .agenda__text .headline {
  margin-bottom: 0.625rem;
}

/*------------------------------------*\
    BLOCKS
\*------------------------------------*/
.block {
  padding: 6.25rem 0;
  position: relative;
}
.block:last-child {
  padding-bottom: 11.25rem;
}
.block.block--background-bright, .block.block--background-image {
  background-color: #DADFEF;
}
.block.block--background-dark {
  background-color: #06187D;
  color: #DADFEF;
}
.block.block--background-dark .headline {
  color: #DADFEF;
}
.block.block--background-dark p a {
  color: #DADFEF;
}
.block.block--background-white {
  background-color: white;
}
.block .block__content {
  position: relative;
  z-index: 1;
}
.block .block__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block .block__image.block__image--left img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.block .block__image.block__image--right img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.block .block__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.block--hero {
  padding: 10.625rem 0 12.5rem;
}
@media screen and (min-width: 770px) {
  .block--hero {
    padding: 14.375rem 0 20rem;
  }
}
.block--hero .headline {
  max-width: 40rem;
}
.block--hero .rte {
  max-width: 21.25rem;
}
.block--hero .block--hero__badge {
  bottom: -4.375rem;
  height: 11.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 11.25rem;
  z-index: 1;
}
@media screen and (min-width: 1020px) {
  .block--hero .block--hero__badge {
    bottom: -3.125rem;
    height: 13.75rem;
    transform: translateX(100%);
    width: 13.75rem;
  }
}
.block--hero .block--hero__badge img {
  height: 100%;
  width: 100%;
}

.block--content-boxes .headline {
  max-width: 51.875rem;
}
.block--content-boxes .rte {
  max-width: 64.375rem;
}
.block--content-boxes .block--content-boxes__boxes {
  margin-top: 2.5rem;
}
@media screen and (min-width: 770px) {
  .block--content-boxes .block--content-boxes__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.25rem -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box:nth-child(2) .box {
  transition-delay: 0.1s;
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box:nth-child(3) .box {
  transition-delay: 0.2s;
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box:nth-child(4) .box {
  transition-delay: 0.3s;
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box:nth-child(5) .box {
  transition-delay: 0.4s;
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box:nth-child(6) .box {
  transition-delay: 0.5s;
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box.active .box {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 770px) {
  .block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box {
    padding: 1.25rem;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box {
    width: 33.3333%;
  }
}
@media screen and (max-width: 770px) {
  .block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box + .block--content-boxes__boxes__box {
    margin-top: 1.25rem;
  }
}
.block--content-boxes .block--content-boxes__boxes .block--content-boxes__boxes__box .box {
  height: 100%;
  opacity: 0;
  transform: translateY(1.875rem);
  transition: all 0.5s ease 0s;
}

.block--feature-boxes {
  overflow: hidden;
  padding-bottom: 0;
}
.block--feature-boxes:last-child {
  padding-bottom: 5rem;
}
.block--feature-boxes .headline {
  max-width: 51.875rem;
}
.block--feature-boxes .rte {
  max-width: 34.375rem;
}
.block--feature-boxes .block--feature-boxes__boxes {
  margin: 3.75rem -1.875rem 0;
  width: calc(100% + 3.75rem);
}
@media screen and (min-width: 770px) {
  .block--feature-boxes .block--feature-boxes__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3.75rem 0 0;
    width: 100%;
  }
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box {
  opacity: 0;
  position: relative;
  transform: translateX(-1.875rem);
  transition: all 0.5s ease 0s;
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(2) {
  transition-delay: 0.1s;
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(3) {
  transition-delay: 0.2s;
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box.active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 770px) {
  .block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box {
    width: 33.3333%;
  }
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(1) {
  z-index: 3;
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(1) .feature {
  border-top-right-radius: 5rem;
}
@media screen and (min-width: 770px) {
  .block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(1) .feature {
    border-top-left-radius: 1.25rem;
  }
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(2) {
  z-index: 2;
}
@media screen and (min-width: 770px) {
  .block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(2) {
    padding-top: 5rem;
  }
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(3) {
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box:nth-child(3) {
    padding-top: 10rem;
  }
}
.block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box .feature {
  height: 100%;
}
@media screen and (min-width: 770px) {
  .block--feature-boxes .block--feature-boxes__boxes .block--feature-boxes__boxes__box .feature {
    border-top-right-radius: 5rem;
  }
}

.block--agenda .headline, .block--agenda .rte {
  max-width: 51.875rem;
}
.block--agenda .block--agenda__entries {
  margin-top: 3.75rem;
}
.block--agenda .block--agenda__entries + .button {
  margin-top: 2.5rem;
}
.block--agenda .block--agenda__entries .block--agenda__entries__entry {
  opacity: 0;
  transform: translateX(-1.875rem);
  transition: all 0.5s ease 0s;
}
.block--agenda .block--agenda__entries .block--agenda__entries__entry.active {
  opacity: 1;
  transform: translateX(0);
}
.block--agenda .block--agenda__entries .block--agenda__entries__entry + .block--agenda__entries__entry {
  margin-top: 2.5rem;
}

.block--contact .headline, .block--contact .rte {
  max-width: 51.875rem;
}
.block--contact .block--contact__boxes {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .block--contact .block--contact__boxes .col.col--one-third {
    order: 2;
  }
}
@media screen and (min-width: 1020px) {
  .block--contact .block--contact__boxes .col.col--one-third {
    width: 40%;
  }
}
@media screen and (min-width: 770px) {
  .block--contact .block--contact__boxes .col.col--two-third {
    order: 1;
  }
}
@media screen and (min-width: 1020px) {
  .block--contact .block--contact__boxes .col.col--two-third {
    width: 60%;
  }
}
.block--contact .block--contact__boxes__person {
  backdrop-filter: blur(0.625rem);
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.0625rem solid white;
  border-radius: 1.25rem;
  padding: 1.875rem;
}
.block--contact .block--contact__boxes__person .block--contact__boxes__person__image {
  border-radius: 0.9375rem;
  height: 9.375rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
  width: 9.375rem;
}
.block--contact .block--contact__boxes__person .block--contact__boxes__person__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block--contact .block--contact__boxes__person .headline {
  font-weight: 600;
  margin-bottom: 0;
}
.block--contact .block--contact__boxes__form {
  backdrop-filter: blur(0.625rem);
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.0625rem solid white;
  border-radius: 1.25rem;
  padding: 1.875rem;
}
@media screen and (min-width: 1020px) {
  .block--contact .block--contact__boxes__form {
    padding: 2.5rem;
  }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 2.0625rem 1.875rem 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1100px) {
  .header {
    padding: 2.8125rem 2.8125rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    padding: 3.75rem 3.75rem 0;
  }
}
.scrolled .header {
  backdrop-filter: blur(0.625rem);
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.0625rem solid white;
  padding: 1.25rem 1.875rem;
}
@media screen and (min-width: 1100px) {
  .scrolled .header {
    padding: 1.875rem 2.8125rem;
  }
}
@media screen and (min-width: 1400px) {
  .scrolled .header {
    padding: 1.875rem 3.75rem;
  }
}
@media screen and (max-width: 1100px) {
  .nav-active .scrolled .header {
    backdrop-filter: none;
    background-color: transparent;
    border-bottom: none;
  }
}
.header .header__logo {
  height: 2.5rem;
  position: relative;
  width: 14rem;
  z-index: 1000;
}
@media screen and (min-width: 1100px) {
  .header .header__logo {
    height: 3.125rem;
    width: 17.5rem;
  }
}
.header .header__logo img {
  height: 100%;
  width: 100%;
}
.header .header__trigger {
  background-color: #06187D;
  border-radius: 50%;
  height: 3.75rem;
  position: fixed;
  right: 1.4375rem;
  top: 1.4375rem;
  transition: all 0.2s ease 0s;
  width: 3.75rem;
  z-index: 1000;
}
.nav-active .header .header__trigger {
  transform: rotate(90deg);
}
.scrolled .header .header__trigger {
  top: 0.625rem;
}
@media screen and (min-width: 1100px) {
  .header .header__trigger {
    display: none;
  }
}
.header .header__trigger:before, .header .header__trigger:after {
  background-color: white;
  border-radius: 0.09375rem;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0.9375rem;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 1.875rem;
}
.header .header__trigger:before {
  top: 1.5rem;
}
.nav-active .header .header__trigger:before {
  top: 1.75rem;
  transform: rotate(45deg);
}
.header .header__trigger:after {
  top: 2.0625rem;
}
.nav-active .header .header__trigger:after {
  top: 1.75rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1100px) {
  .header .header__navigation {
    align-items: center;
    backdrop-filter: blur(0.625rem);
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 6.875rem 2.5rem 2.5rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 500;
  }
  .nav-active .header .header__navigation {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__navigation {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 1100px) {
  .header .header__navigation .menu {
    text-align: center;
    transform: translateY(1.25rem);
    transition: transform 0.3s ease 0s;
  }
  .nav-active .header .header__navigation .menu {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1100px) {
  .header .header__navigation .menu {
    align-items: center;
    display: flex;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 1100px) {
  .header .header__navigation .menu li + li {
    margin-top: 3.125rem;
  }
}
.header .header__navigation .menu li a:not(.button) {
  color: #06187D;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media (hover: hover) {
  .header .header__navigation .menu li a:not(.button):hover {
    color: #2C529F;
  }
}
.header .header__navigation .menu li a:not(.button):active {
  transform: translateY(0.125rem);
}

.main {
  display: block;
}

.footer {
  display: block;
  background-color: #06187D;
  border-top-right-radius: 5rem;
  margin-top: -5rem;
  padding: 3.125rem 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 770px) {
  .footer {
    padding: 2.5rem 0;
    text-align: left;
  }
}
@media screen and (min-width: 770px) {
  .footer .footer__navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: right;
  }
}
.footer .footer__navigation .menu {
  display: flex;
  gap: 3.75rem;
  justify-content: center;
}
@media screen and (min-width: 770px) {
  .footer .footer__navigation .menu {
    justify-content: flex-end;
  }
}
.footer .footer__navigation a {
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media (hover: hover) {
  .footer .footer__navigation a:hover {
    opacity: 0.6;
  }
}
.footer .footer__navigation a:active {
  transform: translateY(0.125rem);
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.menu, .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    FORM FIELDS
\*------------------------------------*/
form.invalid .wpcf7-response-output {
  background-color: #DD3333;
}
form.sent .wpcf7-response-output {
  background-color: #25C033;
}
form h1, form h2, form h3, form h4, form h5, form h6 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1020px) {
  form h1, form h2, form h3, form h4, form h5, form h6 {
    margin-bottom: 2.5rem;
  }
}
form label {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
form label + br {
  display: none;
}
form label .label__hint {
  font-weight: 400;
}
form .wpcf7-not-valid-tip {
  color: #DD3333;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
form > p {
  margin-bottom: 1.25rem;
}
form > p:last-of-type {
  margin-bottom: 0;
  text-align: right;
}
form > p a {
  color: #06187D;
}
form .wpcf7-response-output {
  border: none !important;
  border-radius: 0.9375rem;
  color: white;
  margin: 1.875rem 0 0 !important;
  padding: 0.625rem 0.9375rem !important;
  font-size: 14px;
  font-size: 0.875rem;
}

.input {
  background-color: white;
  border: 0.0625rem solid #DADFEF;
  border-radius: 0.9375rem;
  color: #06187D;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 3.375rem;
  outline: none;
  padding: 0.625rem 1.25rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
@media (hover: hover) {
  .input:hover {
    border-color: #06187D;
  }
}
.input:focus {
  border-color: #06187D;
}
.input:focus-visible {
  outline: 0.125rem dotted #06187D;
  z-index: 1;
}
.input.wpcf7-not-valid {
  border-color: #DD3333;
}
.input::-ms-expand {
  display: none;
}
.input:disabled {
  opacity: 0.3;
  pointer-events: none;
}

textarea.input {
  height: 10.125rem;
  padding: 1.25rem;
  resize: none;
}
textarea.input:focus-visible {
  outline: 0.125rem dotted #06187D;
  z-index: 1;
}

.select {
  background-color: white;
  background-image: url("../img/select-caret-down.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 3.375rem 3.375rem;
  border: 0.0625rem solid #DADFEF;
  border-radius: 0.9375rem;
  color: #06187D;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 3.375rem;
  outline: none;
  padding: 0.625rem 3.375rem 0.625rem 1.25rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
@media (hover: hover) {
  .select:hover {
    border-color: #06187D;
  }
}
.select:focus {
  border-color: #06187D;
}
.select:focus-visible {
  outline: 0.125rem dotted #06187D;
  z-index: 1;
}
.select.wpcf7-not-valid {
  border-color: #DD3333;
}
.select::-ms-expand {
  display: none;
}

/*------------------------------------*\
    BORLABS
\*------------------------------------*/
.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight {
  margin-right: 0.625rem !important;
}
.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch-status, .BorlabsCookie._brlbs-switch-consent ._brlbs-title:before {
  display: none !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #06187D;
  color: white;
  text-shadow: none;
}
::selection {
  background: #06187D;
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: #06187D;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #06187D;
  color: white;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.3125rem auto;
}

.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 0.0625rem solid #F0F0F0;
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
}/*# sourceMappingURL=freshup.css.map */