@charset "UTF-8";
/* khand-regular - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Khand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/khand-v21-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* khand-500 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Khand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/khand-v21-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* khand-600 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Khand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/khand-v21-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* khand-700 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Khand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/khand-v21-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v22-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v22-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v22-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v22-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --fontSize15: 0.75rem;
  --fontSize16: 0.8rem;
  --fontSize17: 0.85rem;
  --fontSize18: 0.9rem;
  --fontSize19: 0.95rem;
  --fontSize20: 1rem;
  --fontSize21: 1.05rem;
  --fontSize22: 1.1rem;
  --fontSize23: 1.15rem;
  --fontSize24: 1.2rem;
  --fontSize25: 1.25rem;
  --fontSize26: 1.3rem;
  --fontSize27: 1.35rem;
  --fontSize28: 1.4rem;
  --fontSize29: 1.45rem;
  --fontSize30: 1.5rem;
  --fontSize31: 1.55rem;
  --fontSize32: 1.6rem;
  --fontSize33: 1.65rem;
  --fontSize34: 1.7rem;
  --fontSize35: 1.75rem;
  --fontSize36: 1.8rem;
  --fontSize37: 1.85rem;
  --fontSize38: 1.9rem;
  --fontSize39: 1.95rem;
  --fontSize40: 2rem;
  --fontSize41: 2.05rem;
  --fontSize42: 2.1rem;
  --fontSize43: 2.15rem;
  --fontSize44: 2.2rem;
  --fontSize45: 2.25rem;
  --fontSize46: 2.3rem;
  --fontSize47: 2.35rem;
  --fontSize48: 2.4rem;
  --fontSize49: 2.45rem;
  --fontSize50: 2.5rem;
  --fontSize51: 2.55rem;
  --fontSize52: 2.6rem;
  --fontSize53: 2.65rem;
  --fontSize54: 2.7rem;
  --fontSize55: 2.75rem;
  --fontSize56: 2.8rem;
  --fontSize57: 2.85rem;
  --fontSize58: 2.9rem;
  --fontSize59: 2.95rem;
  --fontSize60: 3rem;
  --sideSpacing: 2rem;
  --colorFirst: #3c66aa;
  --colorSecond: #b4ccd8;
  --colorThree: #6ea5ce;
  --colorFour: #8f9091;
  --colorWhite: #FFF;
}
@media only screen and (max-width: 600px) {
  :root {
    --sideSpacing: 1.3rem;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 21px;
}
@media only screen and (max-width: 1620px) {
  html {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 4.5vw;
  }
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Khand";
  font-weight: 400;
  font-size: var(--fontSize22);
  line-height: 1.4;
}

body,
html {
  width: 100%;
  height: 100%;
}

img {
  border: 0;
}

p {
  position: relative;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Khand";
}

.wrapper {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 var(--sideSpacing);
}
.wrapper p a {
  color: inherit;
}
.wrapper table {
  padding: 0;
  margin: 1.4rem 0;
}
.wrapper table tbody tr td:first-child {
  padding: 0 50px 0 35px;
  background-image: url(../../images/sprite.png);
  background-size: 100px 250px;
  background-repeat: no-repeat;
  background-position: left -227px;
}
.wrapper table tbody tr td:last-child {
  text-align: right;
}
.wrapper table tfoot tr td {
  font-size: 0.7em;
  text-align: left;
  padding-left: 35px;
}

.videowrapper video {
  width: 100%;
  height: auto;
}

.cta__button {
  background-color: var(--colorFirst);
  color: var(--colorWhite) !important;
  display: inline-block;
  border-radius: 2rem;
  font-size: var(--fontSize20);
  text-decoration: none;
  padding: 0.5em 1em;
  font-size: var(--fontSize22);
  line-height: 1;
}
.cta__button.with-icon {
  display: inline-grid;
  grid-template-columns: 1em 1fr;
  align-items: center;
  gap: 0 0.5em;
}
.cta__button.with-icon svg {
  width: 100%;
  height: auto;
}
.cta__button.with-icon span {
  transform: translateY(0.05em);
}

header {
  background-color: #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
header .wrapper {
  padding-block: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 0 1rem;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 600px) {
  header .wrapper {
    grid-template-columns: auto 1fr auto;
  }
}
header .wrapper .new_clients {
  position: absolute;
  right: var(--sideSpacing);
  top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #8bb2cf;
  color: var(--colorWhite);
  font-size: var(--fontSize20);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.3rem 1rem 0.2rem 1rem;
}
@media only screen and (max-width: 600px) {
  header .wrapper .new_clients {
    font-size: var(--fontSize18);
  }
}
header #logo {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 9.5rem;
}
@media only screen and (max-width: 1024px) {
  header #logo {
    width: 7.5rem;
  }
}
header #logo img {
  width: 100%;
  height: auto;
}
header nav {
  font-size: var(--fontSize24);
  line-height: 1;
  margin: 0;
  font-weight: 500;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 23px;
  float: left;
}
header nav ul li a {
  color: var(--colorFour);
  text-decoration: none;
}
header nav ul li a:hover {
  color: var(--colorFirst);
  text-decoration: underline;
}
header nav ul li.current a {
  color: var(--colorFirst);
  text-decoration: underline;
}
header nav ul li.sfHover a, header nav ul li.current a {
  color: var(--colorFirst);
  text-decoration: underline;
}
header nav ul li.sfHover ul li a, header nav ul li.current ul li a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #a9ceea;
}
header nav ul li.sfHover ul li a:hover, header nav ul li.current ul li a:hover {
  background-color: var(--colorFirst);
  color: #FFFFFF;
  text-decoration: none;
}
header nav ul li ul {
  font-size: var(--fontSize20);
  line-height: 20px;
  width: 330px;
  padding-top: 35px;
}
header nav ul li ul:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 10px;
  margin-left: -10px;
  margin-bottom: -35px;
}
header nav ul li ul.subnav1:after {
  left: 82px;
}
header nav ul li ul.subnav2:after {
  left: 78px;
}
header nav ul li ul li {
  display: block;
  padding: 0;
  float: none;
  text-align: left;
}
header nav ul li ul li a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #a9ceea;
  padding: 6px 25px 4px 25px;
  font-size: var(--fontSize20);
  line-height: 20px;
  background-color: rgba(110, 165, 206, 0.9);
}
header nav ul li ul li a:hover {
  background-color: var(--colorFirst);
  color: #FFFFFF;
  text-decoration: none;
}
header nav ul li ul li:last-child a {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
header .social_icon {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2rem;
}
@media only screen and (max-width: 600px) {
  header .social_icon {
    margin-left: auto;
  }
}
header .social_icon svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  header .cta__button {
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  header .cta__button {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
  }
}
header .hamburger {
  padding: 0;
  border: 0;
  margin: auto 0;
  background-color: transparent;
  width: 1.8rem;
  display: none;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger svg {
  width: 100%;
  height: auto;
}

.section__start-new {
  background-color: #EFF5FF;
  position: relative;
  background-size: 100% 100%;
  padding: 0;
}
.section__start-new:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1920' height='919' fill='none' viewBox='0 0 1920 919'><path fill='%23fff' d='M0-41h1920v1080H0z' opacity='.5'/><g filter='url(%23a)' opacity='.15'><ellipse cx='1717.96' cy='931.973' fill='%23017DDC' rx='202.041' ry='107.027'/></g><g filter='url(%23b)' opacity='.15'><ellipse cx='1498.78' cy='716.622' fill='%23017DDC' rx='360' ry='190.703'/></g><g filter='url(%23c)' opacity='.1'><ellipse cx='44' cy='144.703' fill='%23017DDC' rx='360' ry='190.703'/></g><defs><filter id='a' width='804.082' height='614.054' x='1315.92' y='624.946' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur result='effect1_foregroundBlur_4_43' stdDeviation='100'/></filter><filter id='b' width='1120' height='781.405' x='938.776' y='325.919' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur result='effect1_foregroundBlur_4_43' stdDeviation='100'/></filter><filter id='c' width='1120' height='781.405' x='-516' y='-246' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur result='effect1_foregroundBlur_4_43' stdDeviation='100'/></filter></defs></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section__start-new .wrapper {
  display: grid;
  grid-template-columns: 1fr 33rem;
  align-items: center;
  position: relative;
  z-index: 5;
  padding-block: 4rem 4rem;
  gap: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .section__start-new .wrapper {
    grid-template-columns: 100%;
    padding-block: 2rem 4rem;
    gap: 3rem 0;
  }
}
.section__start-new .wrapper .content {
  text-align: left;
  font-size: var(--fontSize22);
  color: var(--colorFirst);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section__start-new .wrapper .content {
    order: 2;
  }
}
.section__start-new .wrapper .content .badge {
  width: 8rem;
  height: auto;
  position: absolute;
  right: -9rem;
  top: 0.5rem;
  transform: rotate(-9deg);
}
@media only screen and (max-width: 1024px) {
  .section__start-new .wrapper .content .badge {
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .section__start-new .wrapper .content .badge {
    top: -5.5rem;
    width: 7rem;
  }
}
.section__start-new .wrapper .content h1 {
  font-size: var(--fontSize60);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section__start-new .wrapper .content img {
  width: 9rem;
  height: auto;
}
.section__start-new .wrapper .content p:has(img) {
  display: inline-block;
  position: relative;
}
.section__start-new .wrapper .content p:has(img):after {
  content: "mit Team";
  background-color: #8bb2cf;
  color: var(--colorWhite);
  font-size: var(--fontSize16);
  line-height: 1;
  padding: 0.2em 1em;
  position: absolute;
  bottom: -0.5em;
  right: -1.5em;
  transform: rotate(-5deg);
  white-space: nowrap;
  border-radius: 0.75em;
}
.section__start-new .wrapper .image {
  font-size: 0;
  line-height: 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .section__start-new .wrapper .image {
    margin-inline: auto;
    max-width: 28rem;
    order: 1;
  }
}
.section__start-new .wrapper .image img {
  width: 100%;
  height: auto;
}

.section__sub-start-new {
  background-color: #EFF5FF;
  position: relative;
  background-size: 100% 100%;
  padding: 0;
}
.section__sub-start-new:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1920' height='919' fill='none' viewBox='0 0 1920 919'><path fill='%23fff' d='M0-41h1920v1080H0z' opacity='.5'/><g filter='url(%23a)' opacity='.15'><ellipse cx='1717.96' cy='931.973' fill='%23017DDC' rx='202.041' ry='107.027'/></g><g filter='url(%23b)' opacity='.15'><ellipse cx='1498.78' cy='716.622' fill='%23017DDC' rx='360' ry='190.703'/></g><g filter='url(%23c)' opacity='.1'><ellipse cx='44' cy='144.703' fill='%23017DDC' rx='360' ry='190.703'/></g><defs><filter id='a' width='804.082' height='614.054' x='1315.92' y='624.946' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur result='effect1_foregroundBlur_4_43' stdDeviation='100'/></filter><filter id='b' width='1120' height='781.405' x='938.776' y='325.919' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur result='effect1_foregroundBlur_4_43' stdDeviation='100'/></filter><filter id='c' width='1120' height='781.405' x='-516' y='-246' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur result='effect1_foregroundBlur_4_43' stdDeviation='100'/></filter></defs></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section__sub-start-new .wrapper {
  display: grid;
  grid-template-columns: 1fr 33rem;
  align-items: center;
  position: relative;
  z-index: 5;
  padding-block: 4rem 4rem;
  gap: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .section__sub-start-new .wrapper {
    grid-template-columns: 100%;
    padding-block: 2rem 4rem;
    gap: 3rem 0;
  }
}
.section__sub-start-new .wrapper .content {
  text-align: left;
  font-size: var(--fontSize22);
  color: var(--colorFirst);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section__sub-start-new .wrapper .content {
    order: 2;
  }
}
.section__sub-start-new .wrapper .content h1 {
  font-size: var(--fontSize60);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section__sub-start-new .wrapper .image {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section__sub-start-new .wrapper .image {
    margin-inline: auto;
    max-width: 28rem;
    order: 1;
  }
}
.section__sub-start-new .wrapper .image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.section__sub-start-new .wrapper .image .badge {
  width: 8rem;
  height: auto;
  position: absolute;
  left: -4rem;
  bottom: 0;
  transform: rotate(-9deg) translateY(50%);
}
@media only screen and (max-width: 600px) {
  .section__sub-start-new .wrapper .image .badge {
    width: 5rem;
    right: 1rem;
    left: auto;
  }
}

.section__teaser {
  --imageSize: 34rem;
}
.section__teaser.with-background {
  background-color: rgba(139, 178, 207, 0.2);
}
.section__teaser .wrapper {
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  align-items: center;
  gap: 0 5rem;
  padding-block: 4rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section__teaser .wrapper {
    grid-template-columns: 100%;
    gap: 3rem 0;
    padding-block: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .section__teaser .wrapper {
    gap: 2rem 0;
  }
}
.section__teaser .wrapper .content {
  text-align: left;
  color: var(--colorFirst);
}
@media only screen and (max-width: 1024px) {
  .section__teaser .wrapper .content {
    order: 2;
  }
}
.section__teaser .wrapper .content h2 {
  font-size: var(--fontSize40);
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0;
}
.section__teaser .wrapper .content img {
  width: 8rem;
  height: auto;
  position: absolute;
  right: calc(var(--sideSpacing) - 0.7rem);
  bottom: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  .section__teaser .wrapper .content img {
    width: 7rem;
    bottom: 0;
  }
}
.section__teaser .wrapper .content p:last-child {
  margin-bottom: 0;
}
.section__teaser .wrapper .image {
  font-size: 0;
  line-height: 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .section__teaser .wrapper .image {
    order: 1;
    max-width: 28rem;
    margin-inline: auto;
  }
}
.section__teaser .wrapper .image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.section__teaser.reversed .wrapper {
  grid-template-columns: 1fr var(--imageSize);
}
@media only screen and (max-width: 1024px) {
  .section__teaser.reversed .wrapper {
    grid-template-columns: 100%;
    gap: 3rem 0;
  }
}
.section__teaser.reversed .wrapper .content {
  order: 1;
}
@media only screen and (max-width: 1024px) {
  .section__teaser.reversed .wrapper .content {
    order: 2;
  }
}
.section__teaser.reversed .wrapper .image {
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .section__teaser.reversed .wrapper .image {
    order: 1;
  }
}

section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0;
  position: relative;
  z-index: 8;
}

article {
  width: 100%;
  padding: 4rem 0 2rem 0;
  position: relative;
  z-index: 8;
  text-align: left;
  font-weight: 400;
  font-size: var(--fontSize22);
  line-height: 1.4em;
  color: var(--colorFirst);
}
@media only screen and (max-width: 600px) {
  article {
    padding-top: 2rem;
  }
}
article strong {
  font-weight: 600;
}
article h1 {
  font-size: var(--fontSize54);
  color: var(--colorFirst);
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
article h2 {
  font-weight: 500;
  font-size: var(--fontSize32);
  line-height: 1.2em;
}
article h2.color_grey {
  color: var(--colorFour);
}
article h2.color_blue {
  color: var(--colorFirst);
}
article h2.centered {
  text-align: center;
  padding-inline: 7em;
}
@media only screen and (max-width: 600px) {
  article h2.centered {
    padding-inline: 0;
  }
}
article h3 {
  color: var(--colorFirst);
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--fontSize36);
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
article ul {
  display: block;
  list-style-type: none;
  margin: 1.4rem 0;
  padding: 0;
  width: 100%;
}
article ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.75rem;
  background-image: url(../../images/sprite.png);
  background-size: 5rem 12.5rem;
  background-repeat: no-repeat;
  background-position: left -11.35rem;
}
article ul li a {
  color: var(--colorFirst);
  text-decoration: underline;
}
article ul li a:hover {
  text-decoration: none;
}
article ul li strong {
  font-weight: 600;
  color: var(--colorFirst);
}
article ul:has(+ hr),
article p:has(+ hr),
article h2:has(+ hr) {
  margin-bottom: 0;
}

.contentblock {
  text-align: left;
  color: #FFFFFF;
}
.contentblock h2 {
  font-weight: 500;
  font-size: var(--fontSize50);
  line-height: 1.2em;
  margin: 0 0 0.6em 0;
  color: #FFFFFF;
  text-transform: uppercase;
}

.read_more,
.read_less {
  display: inline-block;
  border: 2px solid #FFFFFF;
  height: 38px;
  line-height: 36px;
  text-decoration: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  font-size: var(--fontSize18);
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 15px;
  -webkit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.read_more:hover,
.read_less:hover {
  background-color: var(--colorFirst);
}

hr {
  margin: 3rem 0 3rem 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--colorSecond);
  background-color: transparent;
  width: 100%;
  display: block;
  clear: both;
}

.unterschrift {
  position: absolute;
  margin-left: 10px;
}

footer {
  border-top: 4px solid var(--colorFirst);
  text-align: left;
  font-size: var(--fontSize20);
  line-height: 1.4em;
  color: var(--colorFirst);
  padding: 2rem 0 2rem 0;
  clear: both;
  margin-top: 2rem;
}
@media only screen and (max-width: 600px) {
  footer {
    padding-bottom: 6rem;
  }
}
footer .wrapper {
  display: flex;
}
@media only screen and (max-width: 600px) {
  footer .wrapper {
    flex-direction: column;
    gap: 2rem 0;
  }
}
footer .footer_floater {
  padding-right: 25px;
}
@media only screen and (max-width: 600px) {
  footer .footer_floater {
    padding-right: 0;
    width: 100% !important;
  }
}
footer .footer_floater.footer_left {
  width: 40%;
}
footer .footer_floater.footer_middle {
  width: 30%;
}
footer .footer_floater.footer_right {
  width: 30%;
}
footer .footer_floater img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  max-width: 200px;
}
footer h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: var(--fontSize20);
  line-height: 1.4em;
  text-transform: uppercase;
  color: var(--colorFirst);
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  color: var(--colorFirst);
}
footer ul li a:hover {
  text-decoration: none;
}
footer p {
  margin: 0;
}

section#topimage.page {
  background-size: auto !important;
  background-position: center center !important;
}

#mobile_navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(60, 102, 170, 0.95);
  height: 100%;
  z-index: 99999;
  padding: 30px;
  overflow-y: scroll;
  display: none;
}
#mobile_navigation .close_overlay {
  position: absolute;
  right: 1.2rem;
  top: 2.9rem;
  width: 2rem;
}
#mobile_navigation .close_overlay svg {
  width: 100%;
  height: auto;
}
#mobile_navigation ul {
  display: block;
  width: 100%;
  font-size: var(--fontSize26);
  line-height: 26px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#mobile_navigation ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
}
#mobile_navigation ul li ul {
  font-size: var(--fontSize20);
  line-height: 20px;
  font-weight: 400;
  display: none;
  top: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
#mobile_navigation ul li ul li {
  border-bottom: 0;
  border-top: 1px solid var(--colorSecond);
}
#mobile_navigation ul li ul li a {
  color: var(--colorSecond);
  padding: 6px 0;
}
#mobile_navigation ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 0;
}

header nav ul li#open_mobile_nav {
  display: none !important;
}

.articleimage {
  width: 24rem;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .articleimage {
    width: 100%;
    float: none !important;
    padding-inline: 0 !important;
    margin-block: 2rem !important;
  }
}
.articleimage a {
  display: block;
  position: relative;
  z-index: 999;
}
.articleimage img {
  width: 100%;
  height: auto;
}

.articlemap {
  width: 50%;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .articlemap {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 1rem 0 !important;
    padding: 0 !important;
  }
}
.articlemap iframe {
  width: 100%;
}

.articleimage.alignright,
.articlemap.alignright {
  float: right;
  padding-left: 3rem;
  margin: 0.5rem 0;
}

.articleimage.alignleft {
  float: left;
  padding-right: 3rem;
  margin: 0 0;
}

.articleimage.threecol {
  float: left;
  width: 33.3%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.articleimage.halfcol {
  float: left;
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: none;
}

.articleimage.twocol {
  float: left;
  width: 66.6%;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 10000px;
}

.articleimage.marginbottom {
  margin-bottom: 2.5rem;
}

.threerow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .threerow {
    gap: 1rem;
  }
  .threerow.paddingtop {
    padding-top: 1rem;
  }
}
.threerow .articleimage {
  width: 100%;
  padding-inline: 0;
  max-width: none;
  float: none;
  margin: 0 !important;
}

.tworow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .tworow {
    gap: 1rem;
  }
  .tworow.paddingtop {
    padding-top: 1rem;
  }
}
.tworow .articleimage {
  width: 100%;
  padding-inline: 0;
  max-width: none;
  float: none;
  margin: 0 !important;
}

.ueber_uns_wrapper {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 0 4rem;
  padding-block: 3rem;
}
@media only screen and (max-width: 600px) {
  .ueber_uns_wrapper {
    grid-template-columns: 100%;
    gap: 2rem 0;
  }
}
.ueber_uns_wrapper:not(:last-child) {
  border-bottom: 1px solid var(--colorSecond);
}
.ueber_uns_wrapper:first-child {
  padding-top: 0;
}

.ueber_uns_image_floater {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.ueber_uns_image_floater img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.ueber_uns_text_floater {
  width: 100%;
}
.ueber_uns_text_floater h3 {
  margin-top: -0.2rem;
}
.ueber_uns_text_floater .read_more,
.ueber_uns_text_floater .read_less {
  border-color: var(--colorFirst);
  color: var(--colorFirst);
}
.ueber_uns_text_floater .read_more:hover,
.ueber_uns_text_floater .read_less:hover {
  color: #FFFFFF;
}
.ueber_uns_text_floater .read_less {
  display: none;
}

.wrapper .ueber_uns_text_floater table tr td:last-child {
  text-align: left;
}

.wrapper .ueber_uns_text_floater table tr td:first-child {
  width: 6em;
  padding-left: 0;
  padding-right: 1rem;
  background-image: none;
  text-align: left;
  font-weight: 600;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  vertical-align: top;
}

.wrapper .ueber_uns_text_floater table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.wrapper .ueber_uns_text_floater table tr {
  width: 100%;
}
.wrapper .ueber_uns_text_floater table td {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #f0f0f0;
}

.wrapper .ueber_uns_text_floater .ueber_uns_second_table {
  display: none;
}

.section-resource {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #8bb2cf;
  padding: 1.5rem 0 1.4rem 0;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fontSize35);
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .marquee-advanced__item {
    font-size: var(--fontSize25);
  }
}

.marquee__advanced__p {
  white-space: nowrap;
  margin: 0;
  margin-right: 1.5em;
  display: flex;
  gap: 0 1em;
  color: var(--colorWhite);
  align-items: center;
}
.marquee__advanced__p svg {
  width: 0.75em;
  height: auto;
  transform: rotate(20deg);
}
.marquee__advanced__p svg:nth-child(odd) {
  transform: rotate(-20deg);
}
.marquee__advanced__p svg path {
  fill: var(--colorWhite);
}

.overlay_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: var(--colorSecond);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.overlay_bg.is-active {
  opacity: 0.75;
  pointer-events: auto;
}

.overlay {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: auto;
  max-height: 90svh;
  overflow-y: auto;
  background-color: var(--colorWhite);
  border-radius: 1rem;
  padding: 2rem;
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing));
  max-width: 40rem;
  z-index: 99;
  text-align: left;
  color: var(--colorFirst);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
@media only screen and (max-width: 1024px) {
  .overlay {
    padding: 1rem;
  }
}
.overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.overlay h2 {
  margin: 0;
  font-size: var(--fontSize40);
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0;
}
.overlay ul {
  display: flex;
  list-style-type: none;
  margin: 1.4rem 0;
  padding: 0;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem 0;
}
.overlay ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.75rem;
  background-image: url(../../images/sprite.png);
  background-size: 5rem 12.5rem;
  background-repeat: no-repeat;
  background-position: left -11.35rem;
}
.overlay ul li a {
  color: var(--colorFirst);
  text-decoration: underline;
}
.overlay ul li a:hover {
  text-decoration: none;
}
.overlay ul li strong {
  font-weight: 600;
  color: var(--colorFirst);
}
.overlay .close_overlay {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2rem;
  cursor: pointer;
}
.overlay .close_overlay svg {
  width: 100%;
  height: auto;
}

.open_overlay {
  cursor: pointer;
}

.button__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.button__list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-image: none;
}

.column__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
@media only screen and (max-width: 600px) {
  .column__wrapper {
    grid-template-columns: 100%;
  }
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
