@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

body {
  min-height: 100vh;
}

button {
  border: none;
  outline: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

html,
body {
  scroll-behavior: smooth;
}

button,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

/* Normalize for Wordpress*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  border-style: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

input[type=search] {
  padding: 3px 5px;
  border: 1px solid #000;
  outline: none;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2.5em 0 3.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  /* flex-shrink: 0; */
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* video */
figure.wp-block-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

figure.wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* fix */
.newsfeed-item img.attachment-post-thumbnail.size-post-thumbnail {
  aspect-ratio: 16/9;
}

.wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}

/* 
* MAIN STYLES 
*/
.fixed body {
  overflow: hidden;
}

.fixed:after {
  opacity: 0.2;
  visibility: visible;
  transition: all 0.3s ease;
}

html {
  margin-top: 0 !important;
}

html:after {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

:root {
  --mainFont: "Syne", sans-serif;
  --aimsrot: #C7183E;
  --aimsblau: #0F597B;
  --schwarz: #4C4C4C;
  --black: #0F172A;
  --textcolor: #010915;
}

body {
  position: relative;
  font-family: var(--mainFont);
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 31px;
  color: var(--textcolor);
  background: #fff;
  min-width: 375px;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.main-wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

[class*=__container] {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

[class*=__container-xl] {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}

h1 {
  font-size: 76px;
  line-height: 86px;
  font-weight: bold;
}
@media screen and (max-width: 1179px) {
  h1 {
    font-size: 35px;
    line-height: 41px;
  }
}

h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 54px;
}
@media screen and (max-width: 1179px) {
  h2 {
    font-size: 26px;
    line-height: 33px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 1179px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media screen and (max-width: 1179px) {
  h4 {
    font-size: 18px;
    line-height: 39px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 1179px) {
  h5 {
    font-size: 16px;
    line-height: 18px;
  }
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 1179px) {
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
}

p {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}
@media screen and (max-width: 1179px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  p.is-empty {
    display: none;
  }
}

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

ol,
ul {
  font-size: inherit;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  ol,
  ul {
    font-size: 16px;
    line-height: 22px;
  }
  ol li,
  ul li {
    margin-bottom: 5px;
  }
  ol li:last-child,
  ul li:last-child {
    margin-bottom: 0;
  }
}

blockquote,
blockquote.wp-block-quote {
  overflow-wrap: break-word;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 126%;
  color: #6F6C8F;
  text-align: center;
}

blockquote p,
blockquote.wp-block-quote p {
  font-weight: 500;
  margin-bottom: 10px;
}

blockquote cite,
blockquote.wp-block-quote cite {
  font-size: 14px;
}

blockquote {
  padding: 0;
  background: transparent;
  font-size: 20px;
  line-height: 126%;
  color: #6F6C8F;
  text-align: center;
}

blockquote p.quote-text {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 126%;
}
blockquote p.quote-text svg.quote-icon {
  vertical-align: super;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
  outline: 0;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  padding: 5px 14px;
  width: 100%;
  background-position: center right 14px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: all 0.25s ease-in;
}

input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #707173;
}

input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #707173;
}

input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #707173;
}

input[type=date]:focus-within,
input[type=datetime-local]:focus-within,
input[type=email]:focus-within,
input[type=month]:focus-within,
input[type=number]:focus-within,
input[type=password]:focus-within,
input[type=search]:focus-within,
input[type=tel]:focus-within,
input[type=text]:focus-within,
input[type=time]:focus-within,
input[type=url]:focus-within,
textarea:focus-within {
  border-color: var(--aimsrot);
  transition: all 0.25s ease-in;
}

input[type=date]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=month]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=time]:-webkit-autofill,
input[type=url]:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #eef1f5 !important;
  -webkit-box-shadow: 0 0 0 1000px #eef1f5 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=date]:-moz-autofill,
input[type=datetime-local]:-moz-autofill,
input[type=email]:-moz-autofill,
input[type=month]:-moz-autofill,
input[type=number]:-moz-autofill,
input[type=password]:-moz-autofill,
input[type=search]:-moz-autofill,
input[type=tel]:-moz-autofill,
input[type=text]:-moz-autofill,
input[type=time]:-moz-autofill,
input[type=url]:-moz-autofill,
textarea:-moz-autofill {
  box-shadow: 0 0 0 1000px #eef1f5 inset !important;
  -moz-box-shadow: 0 0 0 1000px #eef1f5 inset !important;
  background-color: #eef1f5 !important;
}

@media screen and (max-width: 1179px) {
  input[type=date],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  textarea {
    font-size: 16px;
  }
}
textarea {
  resize: none;
}

.site-indent {
  display: none;
}

/* 
* BUTTONS
*/
.button-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 17px 22px;
  background-color: var(--aimsrot);
  border-radius: 50px;
  outline: 1px solid var(--aimsrot);
  outline-offset: -1px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.button-primary.large {
  padding: 17px 54px;
}
@media (any-hover: hover) {
  .button-primary:hover {
    background-color: #fff;
    color: var(--aimsrot);
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (max-width: 1179px) {
  .button-primary {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.button-primary.button-primary--grey {
  background-color: var(--highlight);
  color: var(--white);
}

@media (any-hover: hover) {
  .button-primary.button-primary--grey:hover {
    color: var(--white);
    background-color: var(--pink);
    transition: all 0.3s ease-in-out;
  }
}
.button-primary.button-primary--small {
  font-size: 15px;
  padding: 10px 4px;
}

.button-primary.button-primary--small::after {
  display: none;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 89px;
  width: 100%;
  height: 48px;
  font-size: 0;
  background-color: #f6f6f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0iI0UyMDA3QSIvPgo8L3N2Zz4K);
  transition: background-color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .button-link:hover {
    background-color: var(--highlight);
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  }
}
.button-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--schwarz);
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 50px;
  outline: 1px solid var(--aimsrot);
  outline-offset: -1px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.button-outline.large {
  padding: 17px 40px;
}
@media (any-hover: hover) {
  .button-outline:hover {
    background-color: var(--aimsrot);
    color: #fff;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (max-width: 1024px) {
  .button-outline {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.kein-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 89px;
  width: 100%;
  height: 48px;
  font-size: 0;
  background-color: var(--hellgrau);
}

@media screen and (max-width: 1365px) {
  header.site-header .button-primary {
    min-height: 66px;
  }
}
/*
* HERO SECTION
*/
.hero {
  position: relative;
  width: 100%;
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  margin-bottom: 180px;
  max-height: 966px;
  height: -moz-max-content;
  height: max-content;
}
.hero__container {
  padding-top: 210px;
}
.hero h1 span.title-primary {
  display: block;
  margin-bottom: 42px;
}
.hero h1 span.title-secondary {
  display: block;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  max-width: 755px;
}
.hero__base-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.hero-media {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: -1;
  opacity: 0.8;
  pointer-events: none;
}
.hero-media picture.hero-media__image {
  display: flex;
  justify-content: flex-end;
  max-width: 702px;
  width: clamp(273px, 36.8vw, 702px);
  position: absolute;
  right: -30px;
  bottom: -36px;
}

.trust {
  position: relative;
  top: 50px;
}

.trust__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

picture.trust__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
picture.trust__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trust__inner-leftcol {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}
.trust__inner-leftcol picture.trust__image {
  filter: drop-shadow(0px 2px 10px rgba(25, 33, 61, 0.1));
  border-radius: 10px;
  overflow: hidden;
}

.trust__inner-rightcol {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}
.trust__inner-rightcol picture.trust__image {
  border: 1px solid #0F597B;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  min-width: 80px;
  flex: 1 1 auto;
}

@media screen and (max-width: 1024px) {
  .hero {
    margin-bottom: 124px;
  }
  .hero h1 span.title-primary {
    margin-bottom: 32px;
  }
  .hero h1 span.title-secondary {
    font-size: 22px;
  }
  .hero__container {
    padding-top: 88px;
  }
  .hero__base-foot {
    margin-top: 65px;
  }
}
@media screen and (max-width: 820px) {
  .hero-media {
    opacity: 0.3;
  }
  .hero-media picture.hero-media__image {
    right: -80px;
    bottom: auto;
    top: 160px;
  }
  .trust__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 56px;
  }
  .trust__inner-leftcol picture.trust__image:nth-child(1) {
    max-width: 270px;
  }
}
@media screen and (max-width: 580px) {
  .trust__inner-leftcol picture.trust__image:nth-child(n+2) {
    display: none;
  }
}
/*
* PAGE HEADING
*/
.pageheading {
  position: relative;
  display: flex;
  background-image: url(../img/pageheading-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 160px;
  padding-top: 166px;
  padding-bottom: 62px;
  min-height: 662px;
}
.pageheading h1 span.title-primary {
  display: block;
  margin-bottom: 42px;
  letter-spacing: -1.52px;
}
.pageheading h1 span.title-secondary {
  display: block;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  max-width: 864px;
}
.pageheading .section-bage {
  margin-bottom: 20px;
}
.pageheading .pageheading__container {
  display: flex;
  position: relative;
}
.pageheading .pageheading__base {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.pageheading .trust {
  position: absolute;
  top: 89%;
  max-width: 1310px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.pageheading .trust__inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.pageheading .trust__inner-col {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.pageheading picture.trust__image {
  border: 1px solid #0F597B;
  border-radius: 10px;
  overflow: hidden;
}

.pageheading__base-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  max-width: 640px;
  width: 100%;
}

/*
* LOGOS LIST
*/
.logos {
  margin-bottom: 120px;
  margin-top: 120px;
}
.logos .logos__heading {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.logos .swiper.logos__slider .swiper-wrapper {
  align-items: center;
}
.logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logos .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .logos {
    margin-bottom: 90px;
    margin-top: 90px;
  }
}
/*
* PARTNERS
*/
.partners {
  margin-bottom: 160px;
}

.partners__heading {
  margin-bottom: 55px;
}

.partners__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 92px;
}

.partners .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
}
.partners .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
* INFOTEXT
*/
.infotext {
  margin-top: 120px;
  margin-bottom: 120px;
}
.infotext.infortext-variant2 .infotext__container {
  max-width: 1310px;
}
.infotext.infortext-variant2 .infotext__content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}
.infotext.infortext-variant2 .infotext__content p {
  text-align: left;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
.infotext.infortext-variant2 .infotext__content p strong {
  font-weight: bold;
}
.infotext.infortext-variant2 .infotext__content::after {
  display: none;
}
.infotext.infortext-variant2 .infotext__content-text {
  position: relative;
  flex: 1 320px;
}
.infotext.infortext-variant2 .infotext__content-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-color: #C7183E;
  opacity: 0.6;
  z-index: -1;
  filter: blur(62px);
}
.infotext.infortext-variant2 picture.infotext__image {
  display: flex;
  align-items: baseline;
  max-width: 410px;
  width: 100%;
  flex: 1 200px;
}
.infotext.infortext-variant2 picture.infotext__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
}

.infotext__container {
  max-width: 1050px;
}

.infotext__content {
  position: relative;
  color: var(--schwarz);
  z-index: 0;
}
.infotext__content p {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}
.infotext__content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-color: #C7183E;
  opacity: 0.6;
  z-index: -1;
  filter: blur(62px);
}

@media screen and (max-width: 1024px) {
  .infotext {
    margin-top: 90px;
    margin-bottom: 110px;
  }
  .infotext__container {
    max-width: 768px;
  }
  .infotext__content p {
    font-size: 18px;
    line-height: 135%;
    font-weight: 500;
  }
  .infotext__content::after {
    filter: blur(90px);
  }
}
/*
*  BIOTEXT
*/
.biotext {
  margin-top: 100px;
  margin-bottom: 200px;
}

.biotext__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.biotext__content-title {
  text-align: right;
  flex: 1 320px;
}

.biotext__content-text {
  color: #333333;
}

/*
* STEPSBOX
*/
.stepsbox {
  margin-bottom: 120px;
}

.stepsbox__heading {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}

.stepsbox__description {
  margin-bottom: 40px;
}
.stepsbox__description ol {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.stepsbox__description ol li {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.stepsbox__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 32px;
}

.stepsbox__step {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(8, 23, 46, 0.08);
  transition: box-shadow 0.12s ease-in-out;
}
.stepsbox__step:hover {
  box-shadow: 1px 10px 40px 1px rgba(8, 23, 46, 0.08);
}

.stepbox__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.stepsbox__step-title {
  color: var(--aimsrot);
}

.stepsbox__step-text {
  color: var(--schwarz);
}

@media screen and (max-width: 1196px) {
  .stepsbox__content {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(190px, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .stepsbox {
    margin-bottom: 90px;
  }
  .stepsbox__heading {
    margin-bottom: 38px;
  }
  .stepsbox__description {
    margin-bottom: 25px;
  }
  .stepsbox__description ol {
    justify-content: center;
  }
  .stepsbox__description ol li {
    font-size: 18px;
    line-height: 24px;
  }
  .stepsbox__step-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 580px) {
  .stepsbox__step {
    padding: 15px 6px 6px 6px;
  }
  .stepbox__step-icon {
    margin-bottom: 12px;
  }
  .stepsbox__description ol {
    gap: 10px;
  }
  .stepsbox__description ol li {
    font-size: 15px;
    line-height: 20px;
  }
  .stepbox__step-icon svg {
    width: 13px;
    height: 13px;
  }
  .stepsbox__step-title {
    font-size: 15px;
    line-height: 20px;
  }
  .stepsbox__step-text {
    font-size: 13px;
    line-height: 20px;
  }
}
/*
* TEXTBILD
*/
.textbild {
  position: relative;
  padding-top: 67px;
  padding-bottom: 0px;
  overflow: hidden;
  z-index: 0;
}
.textbild:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/textbild-bg.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}
.textbild .textbild__foot.textbild__foot-mobile {
  display: none;
}
.textbild .textbild__text ul {
  list-style: none;
  padding: 0;
}
.textbild .textbild__text ul li {
  position: relative;
  padding-left: 36px;
}
.textbild .textbild__text ul li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 2px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDBDMTAuNDI4OCAwIDcuOTE1NDMgMC43NjI0MzYgNS43Nzc1OSAyLjE5MDg5QzMuNjM5NzUgMy42MTkzNSAxLjk3MzUxIDUuNjQ5NjcgMC45ODk1NzIgOC4wMjUxMUMwLjAwNTYzMjcyIDEwLjQwMDYgLTAuMjUxODExIDEzLjAxNDQgMC4yNDk3OTcgMTUuNTM2MkMwLjc1MTQwNSAxOC4wNTc5IDEuOTg5NTMgMjAuMzc0MyAzLjgwNzYyIDIyLjE5MjRDNS42MjU3IDI0LjAxMDUgNy45NDIwOCAyNS4yNDg2IDEwLjQ2MzggMjUuNzUwMkMxMi45ODU2IDI2LjI1MTggMTUuNTk5NCAyNS45OTQ0IDE3Ljk3NDkgMjUuMDEwNEMyMC4zNTAzIDI0LjAyNjUgMjIuMzgwNiAyMi4zNjAyIDIzLjgwOTEgMjAuMjIyNEMyNS4yMzc2IDE4LjA4NDYgMjYgMTUuNTcxMiAyNiAxM0MyNiA5LjU1MjE4IDI0LjYzMDQgNi4yNDU1OCAyMi4xOTI0IDMuODA3NjFDMTkuNzU0NCAxLjM2OTY0IDE2LjQ0NzggMCAxMyAwWk0xOS4xMSA5LjMzMTExTDEyLjY5NjcgMTguMjI4OUMxMi41MDU2IDE4LjQ4NjggMTIuMjI2OCAxOC42NjU5IDExLjkxMjkgMTguNzMyNEMxMS41OTg5IDE4Ljc5ODkgMTEuMjcxNCAxOC43NDgzIDEwLjk5MjIgMTguNTlMNy4zMDg4OSAxNi40Mzc4QzcuMDEwMDggMTYuMjU3NyA2Ljc5NTA0IDE1Ljk2NjMgNi43MTEwNiAxNS42Mjc3QzYuNjI3MDkgMTUuMjg5MSA2LjY4MTA2IDE0LjkzMSA2Ljg2MTExIDE0LjYzMjJDNy4wNDExNyAxNC4zMzM0IDcuMzMyNTUgMTQuMTE4NCA3LjY3MTE1IDE0LjAzNDRDOC4wMDk3NiAxMy45NTA0IDguMzY3ODYgMTQuMDA0NCA4LjY2NjY3IDE0LjE4NDRMMTEuMjgxMSAxNS43NDQ0TDE3LjA1ODkgNy44MTQ0NEMxNy4yNzMzIDcuNTk5NjIgMTcuNTU2MiA3LjQ2NjYgMTcuODU4NCA3LjQzODQ1QzE4LjE2MDYgNy40MTAzIDE4LjQ2MzIgNy40ODg3OCAxOC43MTM2IDcuNjYwMzFDMTguOTY0IDcuODMxODMgMTkuMTQ2NSA4LjA4NTU3IDE5LjIyOTUgOC4zNzc1NEMxOS4zMTI0IDguNjY5NTIgMTkuMjkwNiA4Ljk4MTMxIDE5LjE2NzggOS4yNTg4OUwxOS4xMSA5LjMzMTExWiIgZmlsbD0iIzM0Qzc1OSIvPgo8L3N2Zz4K");
}
.textbild.textbild-type1 .textbild__col:first-child {
  background-image: url(../img/pattern-6.svg);
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.textbild.textbild-type1 .textbild__col-grid {
  gap: 20px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image {
  transition: transform 0.12s ease-in-out;
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image:hover {
  cursor: pointer;
  transform: scale(1.25);
  z-index: 10;
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image img {
  border-radius: 8px;
  overflow: hidden;
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image:nth-child(n+7) {
  transform-origin: 50% 250%;
}
.textbild.textbild-type2 {
  padding-top: 110px;
  padding-bottom: 96px;
  margin-bottom: 170px;
  padding-right: 100px;
  padding-left: 100px;
}
.textbild.textbild-type2 .textbild__col {
  background-image: none !important;
}
.textbild.textbild-type2 .textbild__container {
  position: relative;
}
.textbild.textbild-type2 .textbild__container::after {
  position: absolute;
  content: "";
  right: -90px;
  bottom: 5px;
  width: 525px;
  height: 590px;
  background-image: url(../img/pattern-4.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.textbild.textbild-type2 .textbild__wrapper {
  gap: 26px;
}
.textbild.textbild-type2:before {
  top: 0;
}
.textbild.textbild-type2 .textbild__title {
  margin-bottom: 100px;
}
.textbild.textbild-type2 .textbild__col:nth-child(2) {
  position: relative;
  margin-bottom: 0;
}
.textbild.textbild-type2 .textbild__foot {
  justify-content: center;
  margin-top: 80px;
}
.textbild.textbild-type2 .textbild__image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1435px) {
  .textbild.textbild-type2 .textbild__container::after {
    bottom: 10px;
    width: 425px;
    background-size: contain;
  }
}
@media screen and (max-width: 1280px) {
  .textbild.textbild-type2 {
    padding-left: 0;
    padding-right: 0;
  }
  .textbild.textbild-type2 .textbild__container::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .textbild.textbild-type2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .textbild.textbild-type2 .textbild__title {
    margin-bottom: 30px;
  }
  .textbild.textbild-type2 .textbild__text ul li:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 1px;
  }
  .textbild.textbild-type2 .textbild__text ul {
    margin-bottom: 20px;
  }
  .textbild.textbild-type2 .textbild__text ul li {
    padding-left: 26px;
  }
  .textbild.textbild-type2 .textbild__wrapper {
    padding-bottom: 0;
  }
  .textbild.textbild-type2 .textbild__foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .textbild .textbild__title {
    margin-bottom: 30px;
  }
  .textbild .textbild__text p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  .textbild .textbild__col {
    flex: auto;
  }
}

.textbild__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.textbild__col {
  flex: 1 315px;
}
.textbild__col:nth-child(2) {
  margin-bottom: -72px;
}

.section-bage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 16px 18px 16px;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  color: #040404;
  border-radius: 20px;
  overflow: hidden;
  background: #F9C269;
  background: linear-gradient(180deg, rgb(249, 194, 105) 26%, rgba(252, 221, 172, 0.56) 69%, rgb(255, 255, 255) 100%);
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .section-bage {
    font-size: 18px;
    padding: 10px 13px 15px 13px;
    margin-bottom: 20px;
  }
}
.textbild__title {
  margin-bottom: 55px;
}

.textbild__text p {
  color: #000;
}
.textbild__text p strong {
  color: #000;
  font-weight: bold;
}

.textbild__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 32px;
}

.textbild__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.textbild__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .textbild.textbild-type1::before {
    display: none;
  }
  .textbild.textbild-type1 .textbild__col:first-child {
    padding-bottom: 50px;
    background-position: left bottom 50px;
  }
}
@media screen and (max-width: 1024px) {
  .textbild__wrapper {
    padding-bottom: 50px;
  }
  .textbild.textbild-type1 .textbild__col:first-child {
    padding-bottom: 0;
    background-position: left bottom;
  }
  .textbild.textbild-type1 .textbild__col:nth-child(2) {
    margin-bottom: 0;
  }
  .textbild.textbild-type1 .textbild__col-grid {
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .textbild__title {
    margin-bottom: 30px;
  }
  .textbild__text p {
    margin-bottom: 30px;
  }
  .textbild__text p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .textbild.textbild-type1 .textbild__col:first-child {
    background-image: none;
  }
  .textbild.textbild-type1 .textbild__col:first-child .textbild__foot {
    display: none;
  }
  .textbild .textbild__foot.textbild__foot-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .textbild__wrapper {
    flex-direction: column;
  }
}
/*
* SCHEDULE
*/
.schedule {
  padding-top: 150px;
  margin-bottom: 150px;
}

.schedule__heading {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
}

.schedule__description {
  color: var(--aimsrot);
}

.schedule__content {
  position: relative;
  margin-top: 150px;
}
.schedule__content svg {
  width: 100%;
  height: 100%;
}

#schedule-animation {
  --fillColor: #C7183E;
}
#schedule-animation .schedule-icon {
  transition: transform 0.5s ease-out, fill 0.5s ease-out;
}
#schedule-animation .schedule-search-icon.schedule-icon {
  transform-origin: 50% 25%;
}
#schedule-animation .step-02-icon.schedule-icon {
  transform-origin: 68% 33%;
}
#schedule-animation .step-03-icon.schedule-icon {
  transform-origin: 75% 50%;
}
#schedule-animation .step-04-icon.schedule-icon {
  transform-origin: 67% 67%;
}
#schedule-animation .step-05-icon.schedule-icon {
  transform-origin: 50% 75%;
}
#schedule-animation .step-06-icon.schedule-icon {
  transform-origin: 33% 67%;
}
#schedule-animation .step-07-icon.schedule-icon {
  transform-origin: 24% 50%;
}
#schedule-animation .step-08-icon.schedule-icon {
  transform-origin: 32% 32%;
}
#schedule-animation .animate-schedule-base-vector {
  stroke: var(--fillColor);
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 5s ease-in-out;
}
#schedule-animation g#schedule-mobile-texts {
  display: none;
}
#schedule-animation.loaded .animate-schedule-base-vector {
  stroke-dashoffset: 0;
  transition-delay: 0s;
}
#schedule-animation.loaded .schedule-title-anim {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 1s;
}
#schedule-animation.loaded .schedule-search-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 1s;
}
#schedule-animation.loaded .schedule-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 1s;
}
#schedule-animation.loaded .schedule-line-circle {
  fill: var(--fillColor);
  transition-delay: 1s;
}
#schedule-animation.loaded .schedule-fill-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 1s;
  transition: stroke 0.5s ease-out;
  transition-delay: 1s;
}
#schedule-animation.loaded .schedule-number {
  fill: #fff;
  transition-delay: 1s;
}
#schedule-animation.loaded .schedule-step-02-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 1.5s;
}
#schedule-animation.loaded .step-02-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 1.5s;
}
#schedule-animation.loaded .step-02-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 1.5s;
}
#schedule-animation.loaded .step-02-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 1.5s;
  transition: stroke 0.5s ease-out;
  transition-delay: 1.5s;
}
#schedule-animation.loaded .step-02-number {
  fill: #fff;
  transition-delay: 1.5s;
}
#schedule-animation.loaded .schedule-step-03-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 2s;
}
#schedule-animation.loaded .step-03-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 2s;
}
#schedule-animation.loaded .step-03-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 2s;
}
#schedule-animation.loaded .step-03-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 2s;
  transition: stroke 0.5s ease-out;
  transition-delay: 2s;
}
#schedule-animation.loaded .step-03-number {
  fill: #fff;
  transition-delay: 2s;
}
#schedule-animation.loaded .schedule-step-04-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 2.35s;
}
#schedule-animation.loaded .step-04-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 2.35s;
}
#schedule-animation.loaded .step-04-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 2.35s;
}
#schedule-animation.loaded .step-04-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 2.35s;
  transition: stroke 0.5s ease-out;
  transition-delay: 2.35s;
}
#schedule-animation.loaded .step-04-number {
  fill: #fff;
  transition-delay: 2.35s;
}
#schedule-animation.loaded .schedule-step-05-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 2.7s;
}
#schedule-animation.loaded .step-05-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 2.7s;
}
#schedule-animation.loaded .step-05-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 2.7s;
}
#schedule-animation.loaded .step-05-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 2.7s;
  transition: stroke 0.5s ease-out;
  transition-delay: 2.7s;
}
#schedule-animation.loaded .step-05-number {
  fill: #fff;
  transition-delay: 2.7s;
}
#schedule-animation.loaded .schedule-step-06-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 3s;
}
#schedule-animation.loaded .step-06-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 3s;
}
#schedule-animation.loaded .step-06-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 3s;
}
#schedule-animation.loaded .step-06-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 3s;
  transition: stroke 0.5s ease-out;
  transition-delay: 3s;
}
#schedule-animation.loaded .step-06-number {
  fill: #fff;
  transition-delay: 3s;
}
#schedule-animation.loaded .schedule-step-07-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 3.35s;
}
#schedule-animation.loaded .step-07-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 3.35s;
}
#schedule-animation.loaded .step-07-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 3.35s;
}
#schedule-animation.loaded .step-07-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 3.35s;
  transition: stroke 0.5s ease-out;
  transition-delay: 3.35s;
}
#schedule-animation.loaded .step-07-number {
  fill: #fff;
  transition-delay: 3.35s;
}
#schedule-animation.loaded .schedule-step-08-title {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 3.8s;
}
#schedule-animation.loaded .step-08-vline {
  fill: var(--fillColor);
  transition: fill 1s ease-out;
  transition-delay: 3.8s;
}
#schedule-animation.loaded .step-08-icon {
  transform: scale(2);
  fill: var(--fillColor);
  transition-delay: 3.8s;
}
#schedule-animation.loaded .step-08-circle {
  stroke: var(--fillColor);
  fill: var(--fillColor);
  fill-opacity: 0;
  animation: fillOpacity 0.25s ease-out forwards;
  animation-delay: 3.8s;
  transition: stroke 0.5s ease-out;
  transition-delay: 3.8s;
}
#schedule-animation.loaded .step-08-number {
  fill: #fff;
  transition-delay: 3.8s;
}
@media screen and (max-width: 820px) {
  #schedule-animation.loaded {
    transform: scale(1.5);
    overflow: hidden;
  }
  #schedule-animation.loaded .shedule-small-round {
    display: none;
  }
  #schedule-animation.loaded .shedule-medium-round {
    display: none;
  }
  #schedule-animation.loaded g#shedule-texts {
    display: none;
  }
  #schedule-animation.loaded g#schedule-mobile-texts {
    display: block;
  }
  #schedule-animation.loaded .schedule-mobile-text-1 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 1s;
  }
  #schedule-animation.loaded .schedule-mobile-text-2 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 1.35s;
  }
  #schedule-animation.loaded .schedule-mobile-text-3 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 1.7s;
  }
  #schedule-animation.loaded .schedule-mobile-text-4 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 2.05s;
  }
  #schedule-animation.loaded .schedule-mobile-text-5 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 2.4s;
  }
  #schedule-animation.loaded .schedule-mobile-text-6 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 2.75s;
  }
  #schedule-animation.loaded .schedule-mobile-text-7 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 3.1s;
  }
  #schedule-animation.loaded .schedule-mobile-text-8 {
    fill: var(--fillColor);
    transition: fill 1s ease-out;
    transition-delay: 3.45s;
  }
}
@keyframes fillOpacity {
  to {
    fill-opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .schedule {
    padding-top: 90px;
    margin-bottom: 90px;
  }
  .schedule__heading {
    font-size: 32px;
    line-height: 40px;
  }
  .schedule__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .schedule {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .schedule__heading {
    font-size: 26px;
    line-height: 33px;
  }
  .schedule__content {
    margin-top: 50px;
  }
}
/*
* FREEEDITOR
*/
.freeeditor {
  margin-top: 150px;
  margin-bottom: 150px;
}

/*
* STEPSBOX-BANNER
*/
.stepsbox-banner {
  margin-bottom: 170px;
  margin-top: 160px;
}

.stepsbox-banner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.stepsbox-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 320px;
  -o-object-position: left;
     object-position: left;
}

.stepsbox-banner__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 18px 37px 18px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0F597B;
  margin-top: -150px;
  background-image: url(../img/pattern.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.stepsbox-banner__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  text-align: center;
  color: #fff;
  z-index: 0;
  gap: 30px;
}
.stepsbox-banner__step::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  transform-origin: 0 0;
  z-index: -1;
}
.stepsbox-banner__step:last-child::after {
  display: none;
}
.stepsbox-banner__step:nth-child(odd) {
  margin-top: 40px;
}
.stepsbox-banner__step:nth-child(odd)::after {
  transform: rotate(-7deg);
}
.stepsbox-banner__step:nth-child(even)::after {
  transform: rotate(7deg);
}

.stepsbox-banner__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #0f597b;
}

.stepsbox-banner__step-text {
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 1200px) {
  .stepsbox-banner__step::after {
    transition: transform 0.5s ease-in-out;
  }
  .stepsbox-banner__step:nth-child(even)::after {
    transform: rotate(5deg);
  }
  .stepsbox-banner__step:nth-child(odd)::after {
    transform: rotate(-5deg);
  }
}
@media screen and (max-width: 1024px) {
  .stepsbox-banner {
    margin-bottom: 90px;
    margin-top: 90px;
  }
  .stepsbox-banner__content {
    padding: 15px 18px 15px 18px;
    margin-top: -80px;
  }
  .stepsbox-banner__step:nth-child(odd) {
    margin-top: 20px;
  }
  .stepsbox-banner__step-text {
    font-size: 16px;
    line-height: 20px;
  }
  .stepsbox-banner__step {
    gap: 15px;
  }
}
@media screen and (max-width: 820px) {
  .stepsbox-banner__step::after {
    display: none;
  }
  .stepsbox-banner__step:nth-child(odd) {
    margin: 0;
  }
  .stepsbox-banner__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 30px 10px;
  }
  .stepsbox-banner__step-text {
    font-size: 14px;
    line-height: 18px;
  }
}
/*
* TEXTVIDEO
*/
.textvideo {
  margin-bottom: 270px;
}

.textvideo__container {
  max-width: 1440px;
}

.textvideo__wrapper {
  display: flex;
  align-self: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.textvideo__col {
  flex: 1 320px;
}
.textvideo__col:first-child {
  flex: 1 222px;
  padding: 36px 16px;
  border-radius: 10px;
  background-size: 150% 150%;
  background-position: 0% 0%;
  animation: gradientMove 10s ease infinite;
  background-color: hsl(203, 74%, 82%);
  background-image: radial-gradient(at 32% 79%, hsl(201, 100%, 86%) 0px, transparent 50%), radial-gradient(at 100% 77%, hsl(212, 100%, 64%) 0px, transparent 50%), radial-gradient(at 57% 0%, hsl(235, 86%, 90%) 0px, transparent 50%), radial-gradient(at 8% 15%, hsl(52, 100%, 93%) 0px, transparent 50%);
  overflow: hidden;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.textvideo__col video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 630px;
  max-height: 450px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 18px 3px rgba(0, 0, 0, 0.25);
}
.textvideo__col:nth-child(2) {
  background-image: url(../img/pattern-2.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 70px;
  padding-bottom: 32px;
  transition: padding 0.3s ease-in-out;
}

.textvideo__title {
  margin-bottom: 55px;
}

.textvideo__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 36px;
}

/*
* TEXTBILD3
*/
.textbild3 {
  margin-bottom: 180px;
}

.textbild3__container-xl {
  max-width: 1440px;
}

.textbild3__wrapper {
  position: relative;
  display: flex;
  align-self: flex-start;
  gap: 46px;
  flex-wrap: wrap;
}

.textbild3__col:first-child {
  max-width: 614px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.textbild3__col {
  flex: 1 320px;
}

picture.textbild3__col {
  display: flex;
  padding-left: 56px;
  background-image: url(../img/textbild3-pattern.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 74px;
  padding-right: 40px;
}
picture.textbild3__col img {
  width: 100%;
  max-height: 385px;
  max-width: 590px;
  border-radius: 10px;
  overflow: hidden;
}

.textbild3__title {
  margin-bottom: 55px;
}

.textbild3__text {
  margin-bottom: 70px;
}
.textbild3__text p strong {
  font-weight: bold;
}

.textbild3__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}

@media screen and (max-width: 1055px) {
  .textvideo__col:nth-child(2) {
    background-image: none;
    padding-right: 0;
    padding-bottom: 0;
    transition: padding 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .textvideo {
    margin-bottom: 100px;
  }
  h2.textvideo__title {
    margin-bottom: 30px;
  }
  .textvideo__text p {
    margin-bottom: 20px;
  }
  .textvideo__text p:last-child {
    margin-bottom: 0;
  }
  .textvideo__wrapper {
    gap: 18px;
  }
  .textvideo__col:first-child {
    padding: 18px;
  }
}
@media screen and (max-width: 820px) {
  .textvideo__wrapper {
    gap: 18px;
    flex-direction: column;
  }
  .textvideo__col:first-child {
    flex: auto;
  }
  .textvideo__col video {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
/*
* GOOGLE REVIEWS
*/
.googlereviews {
  margin-bottom: 230px;
}

.googlereviews .section-title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .googlereviews {
    margin-bottom: 100px;
  }
  .googlereviews .section-title {
    margin-bottom: 30px;
  }
}
/*
* TARIFSBOX
*/
.tarifsbox {
  margin-bottom: 110px;
}
.tarifsbox__title {
  margin-bottom: 60px;
  text-align: center;
}

.tarifsbox__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.tarifsbox__tarifcard {
  flex: 1 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
  border-radius: 32px;
  overflow: hidden;
}
.tarifsbox__tarifcard:nth-child(even) {
  background: #F7DCE2;
  background: linear-gradient(180deg, rgba(29, 140, 233, 0.15) 0%, rgb(255, 255, 255) 100%);
}

.tarifsbox__tarifcard-top {
  padding: 36px 20px 28px 30px;
}

.tarifsbox__tarifcard-title {
  margin-bottom: 30px;
  color: #170F49;
}
.tarifsbox__tarifcard-title span.tarifsbox__tarifcard-subtitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: normal;
}

.tarifsbox__tarifcard-prices {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.tarifsbox__tarifcard-prices.col-2 {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.tarifsbox__tarifcard-prices.col-2 .pricebox-desc {
  width: 100%;
}
.tarifsbox__tarifcard-prices .pricebox {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #170F49;
  margin-bottom: 7px;
}
.tarifsbox__tarifcard-prices .pricebox-desc {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.tarifsbox__tarifcard-prices .pricebox-desc span {
  display: block;
  flex: 1 100px;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsbox__tarifcard-licenz {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tarifsbox__tarifcard-licenz .pricelicenz {
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  color: #170F49;
}
.tarifsbox__tarifcard-licenz .pricelicenz-info {
  flex: 1 120px;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsbox__tarifcard-licenzfoot {
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
}
.tarifsbox__tarifcard-licenzfoot p {
  width: 100%;
  color: #6F6C8F;
  text-align: left;
}
.tarifsbox__tarifcard-licenzfoot a.button-primary {
  width: 100%;
}

.tarifsbox__tarifcard-additional {
  padding: 0px 32px 25px 30px;
}

.tarifsbox__tarifcard-additionalunion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-additionalunion svg {
  opacity: 0.5;
}

.tarifsbox__tarifcard-additionaltext p {
  color: #6F6C8F;
}
.tarifsbox__tarifcard-additionaltext p strong {
  font-weight: normal;
  color: #000;
}

.tarifsbox__tarifcard-additionalprice {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tarifsbox__tarifcard-additionalprice span {
  display: inline-block;
  font-size: 40px;
  line-height: normal;
  color: #000;
}
.tarifsbox__tarifcard-additionalprice p {
  color: #6F6C8F;
}

.tarifsbox__tarifcard-standarts ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-standarts ul:last-child {
  margin-bottom: 0;
}
.tarifsbox__tarifcard-standarts ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsbox__tarifcard-standarts ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsbox__tarifcard-addsbutton {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifsbox__tarifcard-addsbutton a.button-primary {
  width: 100%;
}

.tarifsbox__tarifcard-foot {
  border-top: 1px solid #F1F2F9;
  padding: 24px 32px 25px 30px;
}
.tarifsbox__tarifcard-foot button.expand-card {
  width: 100%;
  margin-top: 17px;
  font-size: 0;
  border-top: 1px solid var(--aimsrot);
  padding: 0;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
}
.tarifsbox__tarifcard-foot button.expand-card svg {
  transition: transform 0.3s ease;
}

.tarifsbox__tarifcard-descbox p,
.tarifsbox__tarifcard-moreinfo p {
  color: #6F6C8F;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-descbox p strong,
.tarifsbox__tarifcard-moreinfo p strong {
  color: #170F49;
  font-weight: bold;
}
.tarifsbox__tarifcard-descbox ul,
.tarifsbox__tarifcard-moreinfo ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-descbox ul:last-child,
.tarifsbox__tarifcard-moreinfo ul:last-child {
  margin-bottom: 0;
}
.tarifsbox__tarifcard-descbox ul li,
.tarifsbox__tarifcard-moreinfo ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsbox__tarifcard-descbox ul li::before,
.tarifsbox__tarifcard-moreinfo ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsbox__tarifcard-descbox {
  margin-bottom: 20px;
}

.tarifsbox__tarifcard-moreinfo {
  max-height: 170px;
  overflow: hidden;
  transition: max-height 1s ease;
  will-change: max-height;
}
.tarifsbox__tarifcard-moreinfo.active {
  max-height: var(--descHeight);
  transition: max-height 1s ease;
  will-change: max-height;
}
.tarifsbox__tarifcard-moreinfo.active ~ .expand-card svg {
  transform: rotate(180deg);
}
.tarifsbox__tarifcard-moreinfo ol {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-moreinfo ol:last-child {
  margin-bottom: 0;
}
.tarifsbox__tarifcard-moreinfo ol li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsbox__tarifcard-moreinfo ol li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1180px) {
  .tarifsbox__title {
    margin-bottom: 30px;
  }
  .tarifsbox__tarifcard-title span.tarifsbox__tarifcard-subtitle {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
  }
  .tarifsbox__tarifcard-title {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-prices {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-prices .pricebox {
    font-size: 30px;
  }
  .tarifsbox__tarifcard-prices .pricebox-desc {
    gap: 20px;
  }
  .tarifsbox__tarifcard-prices .pricebox-desc span {
    font-size: 14px;
  }
  .tarifsbox__tarifcard-additional {
    padding: 20px;
  }
  .tarifsbox__tarifcard-licenz {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-licenz .pricelicenz {
    font-size: 30px;
  }
  .tarifsbox__tarifcard-licenz .pricelicenz-info {
    font-size: 14px;
  }
  .tarifsbox__tarifcard-licenzfoot {
    gap: 20px;
  }
  .tarifsbox__tarifcard-top {
    padding: 20px;
  }
  .tarifsbox__tarifcard-foot {
    padding: 20px;
  }
  .tarifsbox__tarifcard-descbox p, .tarifsbox__tarifcard-moreinfo p {
    margin-bottom: 10px;
  }
  .tarifsbox__tarifcard-descbox ul, .tarifsbox__tarifcard-moreinfo ul {
    gap: 10px;
  }
  .tarifsbox__tarifcard-descbox ul li, .tarifsbox__tarifcard-moreinfo ul li {
    font-size: 14px;
    line-height: 120%;
  }
  .tarifsbox__tarifcard-additional {
    padding: 20px;
  }
  .tarifsbox__tarifcard-moreinfo ol {
    gap: 10px;
  }
  .tarifsbox__tarifcard-moreinfo ol li {
    font-size: 14px;
    line-height: 120%;
  }
  .tarifsbox__tarifcard-moreinfo {
    min-height: 186px;
  }
  .tarifsbox__tarifcard-licenzfoot p {
    font-size: 14px;
    line-height: 140%;
  }
  .tarifsbox__tarifcard-additionaltext p {
    font-size: 14px;
    line-height: 140%;
  }
  .tarifsbox__tarifcard-additionalprice span {
    font-size: 30px;
  }
  .tarifsbox__tarifcard-additionalprice p {
    font-size: 14px;
  }
  .tarifsbox__tarifcard-additionalprice {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-standarts ul {
    gap: 10px;
  }
  .tarifsbox__tarifcard-standarts ul li {
    font-size: 14px;
    line-height: 120%;
  }
  .tarifsbox__tarifcard-addsbutton {
    margin-top: 30px;
  }
}
/*
* TARIF SINGLE
*/
.tarifsingle {
  margin-top: 126px;
  margin-bottom: 140px;
}

.tarifsingle__title {
  margin-bottom: 140px;
}

.tarifsingle__wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../img/skizze.svg);
  background-size: auto;
  background-position: right bottom 180px;
  background-repeat: no-repeat;
}

.tarifsingle__tarifcard {
  flex: 1 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
  border-radius: 32px;
  overflow: hidden;
  max-width: 737px;
  width: 100%;
  background: #F7DCE2;
  background: linear-gradient(180deg, rgb(247, 220, 226) 0%, rgb(255, 255, 255) 38%);
}

.tarifsingle .tarifsbox__tarifcard-moreinfo {
  max-height: initial;
}

.tarifsingle__tarifcard-descbox {
  margin-bottom: 20px;
}

.tarifsingle__tarifcard-top {
  padding: 36px 20px 26px 30px;
}

.tarifsingle__tarifcard-title {
  margin-bottom: 30px;
  color: #170F49;
}
.tarifsingle__tarifcard-title span.tarifsbox__tarifcard-subtitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: normal;
}

.tarifsingle__tarifcard-prices {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.tarifsingle__tarifcard-prices.col-2 {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.tarifsingle__tarifcard-prices.col-2 .pricebox-desc {
  width: 100%;
}
.tarifsingle__tarifcard-prices .pricebox {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #170F49;
  margin-bottom: 7px;
}
.tarifsingle__tarifcard-prices .pricebox-desc {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.tarifsingle__tarifcard-prices .pricebox-desc span {
  display: block;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsingle__tarifcard-licenz {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.tarifsingle__tarifcard-licenz .pricelicenz {
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  color: #170F49;
}
.tarifsingle__tarifcard-licenz .pricelicenz-info {
  flex: 1 120px;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsingle__tarifcard-licenzfoot {
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
}
.tarifsingle__tarifcard-licenzfoot p {
  width: 100%;
  color: #6F6C8F;
  line-height: 24px;
  text-align: left;
}
.tarifsingle__tarifcard-licenzfoot a.button-primary {
  width: 100%;
}

.tarifsingle__tarifcard-additional {
  padding: 0px 32px 25px 30px;
}

.tarifsingle__tarifcard-additionalunion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-additionalunion svg {
  opacity: 0.5;
}

.tarifsingle__tarifcard-additionaltext p {
  color: #6F6C8F;
}
.tarifsingle__tarifcard-additionaltext p strong {
  font-weight: normal;
  color: #000;
}

.tarifsingle__tarifcard-additionalprice {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tarifsingle__tarifcard-additionalprice span {
  display: inline-block;
  font-size: 40px;
  line-height: normal;
  color: #000;
}
.tarifsingle__tarifcard-additionalprice p {
  color: #6F6C8F;
}

.tarifsingle__tarifcard-standarts ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-standarts ul:last-child {
  margin-bottom: 0;
}
.tarifsingle__tarifcard-standarts ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsingle__tarifcard-standarts ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsingle__tarifcard-addsbutton {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifsingle__tarifcard-addsbutton a.button-primary {
  width: 100%;
}

.tarifsingle__tarifcard-foot {
  border-top: 1px solid #F1F2F9;
  padding: 24px 32px 25px 30px;
}
.tarifsingle__tarifcard-foot button.expand-card {
  width: 100%;
  margin-top: 17px;
  font-size: 0;
  border-top: 1px solid var(--aimsrot);
  padding: 0;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
}

.tarifsingle__tarifcard-descbox p {
  color: #6F6C8F;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-descbox p strong {
  color: #170F49;
  font-weight: bold;
}
.tarifsingle__tarifcard-descbox ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-descbox ul:last-child {
  margin-bottom: 0;
}
.tarifsingle__tarifcard-descbox ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsingle__tarifcard-descbox ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsingle__tarifbenefits {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  gap: 32px;
}

.tarifsingle__tarifbenefit {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(8, 23, 46, 0.08);
}

.tarifsingle__tarifbenefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.tarifsingle__tarifbenefit-title {
  color: var(--aimsrot);
}

.tarifsingle__tarifbenefit-text {
  opacity: 0.7;
  color: var(--schwarz);
}

/*
* PRICESBOX
*/
.pricesbox {
  margin-bottom: 130px;
}

.pricesbox__container {
  max-width: 1120px;
}

.pricesbox__title {
  text-align: center;
  margin-bottom: 60px;
}

.pricesbox__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px;
}

.pricebox__box-col {
  display: flex;
  justify-content: flex-end;
  max-width: 667px;
  width: 100%;
  background-image: url(../img/pattern-3.svg);
  background-size: 39px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.pricebox__box {
  max-width: 426px;
  width: 100%;
  padding: 20px 20px 30px 30px;
  background: linear-gradient(180deg, rgba(52, 199, 89, 0.1) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.pricebox__box-title {
  margin-bottom: 52px;
}

.pricebox__box-prices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricebox__box-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.pricebox__box-price span {
  font-size: 40px;
  color: #170F49;
}
.pricebox__box-price p {
  font-size: 17px;
  line-height: 17px;
  color: #6F6C8F;
}

.pricebox__box-desc {
  margin-top: 45px;
  color: #6F6C8F;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.pricebox__box-total {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 60%;
  width: 100%;
  margin-left: auto;
}

.pricebox__box-totalprice span {
  display: block;
  font-size: 60px;
  color: #170F49;
  font-weight: 600;
  line-height: 0.9;
  text-align: left;
}

.pricebox__box-totalprice p {
  text-align: left;
  font-size: 17px;
  line-height: 1;
  color: #6F6C8F;
}

.pricebox__box-monthprice span {
  display: block;
  font-size: 40px;
  color: #6F6C8F;
  font-weight: 500;
  text-align: right;
}

.pricebox__box-monthprice p {
  text-align: left;
  font-size: 17px;
  line-height: 1;
  color: #6F6C8F;
}

.pricebox__box-totaldesc {
  margin-top: 20px;
  line-height: 24px;
  color: #6F6C8F;
}

.pricebox__box-foot {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricebox__box-foot a.button-primary {
  width: 100%;
}

.pricesbox__quote {
  flex: 1 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

picture.pricesbox__quote-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 42px;
}

picture.pricesbox__quote-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricesbox__quote-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 22px;
}

.pricesbox__quote-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.pricesbox__quote-head span.quote-name {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

.pricesbox__quote-head span.quote-position {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .pricesbox {
    margin-bottom: 100px;
  }
  .pricesbox__title {
    margin-bottom: 30px;
  }
  .pricesbox__wrapper {
    justify-content: center;
    gap: 50px 20px;
  }
  .pricebox__box {
    padding: 20px;
  }
  .pricebox__box-title {
    margin-bottom: 30px;
  }
  .pricebox__box-price span {
    font-size: 30px;
  }
  .pricebox__box-price p {
    font-size: 14px;
    line-height: 120%;
  }
  .pricebox__box-prices {
    gap: 10px;
  }
  .pricebox__box-desc {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .pricebox__box-totalprice p {
    font-size: 14px;
    line-height: 120%;
  }
  .pricebox__box-totalprice span {
    font-size: 40px;
  }
  .pricebox__box-total {
    gap: 10px;
  }
  .pricebox__box-monthprice p {
    font-size: 14px;
    line-height: 120%;
  }
  .pricebox__box-monthprice span {
    font-size: 30px;
  }
  .pricebox__box-totaldesc {
    font-size: 14px;
    line-height: 120%;
  }
  picture.pricesbox__quote-image {
    margin-bottom: 30px;
  }
  .pricesbox__quote-head {
    margin-bottom: 20px;
  }
  .pricesbox__quote-head span.quote-name {
    font-size: 24px;
  }
  .pricesbox__quote-head span.quote-position {
    font-size: 18px;
  }
  blockquote {
    font-size: 14px;
    line-height: 120%;
  }
  blockquote p.quote-text {
    font-size: 14px;
    line-height: 120%;
  }
  .pricebox__box-col {
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .pricebox__box-col {
    background-image: none;
  }
}
/*
* ARTICLE FEED
*/
.articlefeed {
  margin-bottom: 150px;
}

.articlefeed__head {
  text-align: center;
  margin-bottom: 60px;
}

.articlefeed__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 45px;
}

.articlefeed__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.article-item {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 35px 30px;
  border-radius: 10px;
  border: 1px solid rgba(1, 9, 21, 0.1);
  overflow: hidden;
}

.article-item__header {
  position: relative;
  margin-bottom: 26px;
}
.article-item__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 350/245;
}

.article-item__category {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0px;
  top: -16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.aricle-item__category-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 22px;
  background-color: var(--aimsrot);
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
}

.article-item__title {
  margin-bottom: 0px;
}

.article-item__date {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.article-item__date .article-item__date-icon {
  display: flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
}
.article-item__date .article-item__date-date {
  display: block;
  color: #707070;
  font-weight: normal;
}

.article-item__text {
  margin-top: 10px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  color: #707070;
}

.article-item__footer {
  margin-top: 30px;
}

.link-more {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
.link-more .link-more__icon {
  width: 14px;
  height: 14px;
}
.link-more .link-more__text {
  font-size: 20px;
  line-height: 31px;
  font-weight: normal;
  color: #010915;
}
.link-more:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .articlefeed {
    margin-bottom: 100px;
  }
  .articlefeed__content {
    gap: 20px;
  }
  .articlefeed__head {
    margin-bottom: 30px;
  }
  .article-item {
    padding: 15px;
  }
  .article-item__header {
    margin-bottom: 20px;
  }
  .aricle-item__category-name {
    font-size: 12px;
    line-height: 18px;
  }
  .article-item__category {
    top: -6px;
  }
  .article-item__date .article-item__date-date {
    font-size: 14px;
    line-height: 140%;
  }
  .article-item__footer {
    margin-top: 15px;
  }
  .link-more .link-more__text {
    font-size: 16px;
    line-height: 22px;
  }
  .articlefeed__button {
    margin-top: 50px;
  }
}
/*
* FAQ LIST
*/
.faqlist {
  margin-bottom: 150px;
}

.faqlist__head {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .faqlist {
    margin-bottom: 100px;
  }
}
/*
* SPOILER
*/
.spoiler-item {
  border: 1px solid #c5c5c5;
  padding: 20px 30px 15px 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spoiler-item:last-child {
  margin-bottom: 0;
}

.spoiler-item.active .spoiler-item__title::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDMwIDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIyOS40OTUxIiB5MT0iMC41IiB4Mj0iMC4zOTM3NzIiIHkyPSIwLjQ5OTk5OCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
  transition: background-image 0.3s ease;
}

.spoiler-item__content {
  display: none;
  padding-top: 18px;
  max-width: 954px;
  width: 100%;
}
.spoiler-item__content p {
  color: #737B7D;
}

.spoiler-item__title {
  position: relative;
  display: flex;
  padding-right: 50px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.spoiler-item__title p {
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  color: #000;
}

.spoiler-item__title:hover {
  cursor: pointer;
}

.spoiler-item__title::after {
  position: absolute;
  display: flex;
  align-items: center;
  content: "";
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjI5LjQ5NTEiIHkxPSIxNC40NjA5IiB4Mj0iMC4zOTM3NzIiIHkyPSIxNC40NjA5IiBzdHJva2U9ImJsYWNrIi8+CjxsaW5lIHgxPSIxNC40NDQzIiB5MT0iMjYuOTYwOSIgeDI9IjE0LjQ0NDMiIHkyPSIwLjk2MDkzOCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1179px) {
  .spoiler-item {
    padding: 10px 15px 8px 8px;
  }
  .spoiler-item__title p {
    font-size: 16px;
    line-height: 22px;
  }
  .spoiler-item__content p {
    font-size: 14px;
    line-height: 160%;
  }
}
/*
* FORMBANNER
*/
.formbanner {
  margin-bottom: 200px;
}

.formbanner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.formbanner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 320px;
}

.formbanner__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 45px 80px 24px 50px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0F597B;
  margin-top: -150px;
  background-image: url(../img/banner-patterm-2.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.formbanner__title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
}

.formbanner__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.formbanner__content-text {
  max-width: 765px;
  width: 100%;
}
.formbanner__content-text p {
  color: #fff;
}
.formbanner__content-text p strong {
  font-weight: bold;
}

.formbanner__content-form {
  max-width: 300px;
  width: 100%;
  flex: 1 200px;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control {
  color: #fff !important;
  padding: 7px 20px 6px 25px !important;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control::-moz-placeholder {
  color: #fff !important;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control::placeholder {
  color: #fff !important;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control[type=email] {
  background-image: url(../img/main-icon.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1180px) {
  .formbanner {
    margin-bottom: 100px;
  }
  .formbanner__wrapper {
    padding: 30px 20px;
    margin-top: -100px;
  }
  .formbanner__title {
    margin-bottom: 20px;
  }
  .formbanner__content-text {
    flex: 1 370px;
  }
}
@media screen and (max-width: 767px) {
  .formbanner__image img {
    -o-object-position: right;
       object-position: right;
  }
}
.fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 17px 22px;
  background-color: var(--aimsrot);
  border-radius: 50px;
  outline: 1px solid var(--aimsrot);
  outline-offset: -1px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
.fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit:focus, .fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit:hover,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style):focus,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style):hover {
  opacity: 1;
  background-color: #fff;
  color: var(--aimsrot);
  transition: color 0.3s ease, background-color 0.3s ease;
}

.ff-el-form-check.ff-el-tc.ff_item_selected label.ff-el-form-check-label span::after {
  opacity: 1;
  visibility: visible;
}

.fluentform {
  /* Невалидные поля */
  /* Валидные поля */
  /*  автозаполнение  */
}
.fluentform .text-with-iconuser input[type=text] {
  background-image: url(../img/user.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform #ff_1_2_names_first_name_:invalid:not(:-moz-placeholder), .fluentform #ff_1_2_subject:invalid:not(:-moz-placeholder), .fluentform #ff_1_2_email:invalid:not(:-moz-placeholder) {
  border-color: #ff4444 !important;
  background-color: transparent !important;
}
.fluentform #ff_1_2_names_first_name_:invalid:not(:placeholder-shown),
.fluentform #ff_1_2_subject:invalid:not(:placeholder-shown),
.fluentform #ff_1_2_email:invalid:not(:placeholder-shown) {
  border-color: #ff4444 !important;
  background-color: transparent !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:-moz-placeholder), .fluentform #ff_1_2_subject:valid:not(:-moz-placeholder), .fluentform #ff_1_2_email:valid:not(:-moz-placeholder) {
  border-color: rgba(0, 200, 81, 0.4196078431) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:placeholder-shown),
.fluentform #ff_1_2_subject:valid:not(:placeholder-shown),
.fluentform #ff_1_2_email:valid:not(:placeholder-shown) {
  border-color: rgba(0, 200, 81, 0.4196078431) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:-moz-placeholder) {
  background-image: url(../img/user-valid.svg) !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:placeholder-shown) {
  background-image: url(../img/user-valid.svg) !important;
}
.fluentform #ff_1_2_subject:valid:not(:-moz-placeholder) {
  background-image: url(../img/haus-valid.svg) !important;
}
.fluentform #ff_1_2_subject:valid:not(:placeholder-shown) {
  background-image: url(../img/haus-valid.svg) !important;
}
.fluentform #ff_1_2_email:valid:not(:-moz-placeholder) {
  background-image: url(../img/brief-valid.svg) !important;
}
.fluentform #ff_1_2_email:valid:not(:placeholder-shown) {
  background-image: url(../img/brief-valid.svg) !important;
}
.fluentform #ff_1_2_names_first_name_:-webkit-autofill,
.fluentform #ff_1_2_subject:-webkit-autofill,
.fluentform #ff_1_2_email:-webkit-autofill,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:hover,
.fluentform #ff_1_2_subject:-webkit-autofill:hover,
.fluentform #ff_1_2_email:-webkit-autofill:hover,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:focus,
.fluentform #ff_1_2_subject:-webkit-autofill:focus,
.fluentform #ff_1_2_email:-webkit-autofill:focus {
  box-shadow: none !important;
  -webkit-text-fill-color: #333 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: transparent !important;
}
.fluentform #ff_1_2_names_first_name_:-webkit-autofill,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:hover,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:focus {
  background-image: url(../img/user.svg) !important;
}
.fluentform #ff_1_2_subject:-webkit-autofill,
.fluentform #ff_1_2_subject:-webkit-autofill:hover,
.fluentform #ff_1_2_subject:-webkit-autofill:focus {
  background-image: url(../img/haus.svg) !important;
}
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:focus,
.fluentform #ff_1_2_subject:-webkit-autofill:focus,
.fluentform #ff_1_2_email:-webkit-autofill:focus {
  background-image: url(../img/brief.svg) !important;
}

.fluentform input.ff-el-form-control {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(1, 9, 21, 0.1) !important;
  border-radius: 50px !important;
  color: #4C4C4C !important;
  font-family: var(--mainFont) !important;
  font-size: 20px;
  padding: 10px 20px 9px 25px !important;
}
.fluentform input.ff-el-form-control[type=email].email-with-icon {
  background-image: url(../img/brief.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform input.ff-el-form-control[type=text].text-with-iconhouse {
  background-image: url(../img/haus.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform input.ff-el-form-control[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield-number;
}
.fluentform input.ff-el-form-control[type=number].tel-with-icon {
  background-image: url(../img/tel.svg);
  background-size: 16px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform input.ff-el-form-control::-moz-placeholder {
  color: #4C4C4C !important;
}
.fluentform input.ff-el-form-control::placeholder {
  color: #4C4C4C !important;
}
.fluentform input.ff-el-form-control:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.ff-el-group.contactform-row {
  margin-top: 32px;
  margin-bottom: 28px;
  color: #333333;
}
.ff-el-group.contactform-row .ff-el-input--label label {
  margin-bottom: 20px;
}

.ff-default .ff-el-input--label label {
  color: #333333;
}

label.ff-el-form-check-label.ff_tc_label p {
  color: #333333;
}

textarea.ff-el-form-control {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(1, 9, 21, 0.1) !important;
  border-radius: 10px !important;
  color: #4C4C4C !important;
  font-family: var(--mainFont) !important;
  font-size: 20px;
  padding: 10px 14px 10px 14px !important;
}
textarea.ff-el-form-control::-moz-placeholder {
  color: #4C4C4C !important;
}
textarea.ff-el-form-control::placeholder {
  color: #4C4C4C !important;
}
textarea.ff-el-form-control:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0;
  }
  .fluentform input.ff-el-form-control {
    font-size: 16px;
  }
  .ff-el-group.contactform-row {
    margin-top: 20px;
  }
  .ff-el-group.contactform-row .ff-el-input--label label {
    margin-bottom: 10px;
  }
  label.ff-el-form-check-label span {
    font-size: 16px;
  }
  .ff-default .ff-el-form-check label.ff-el-form-check-label {
    margin-bottom: 0;
  }
  textarea.ff-el-form-control {
    font-size: 16px;
  }
}
/*
* CONTACT FORM
*/
.contactform {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(../img/contactform-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contactform .section-title {
  text-align: center;
  margin-bottom: 78px;
}
.contactform .fluentform .ff-el-group {
  margin-bottom: 15px;
}
.contactform .fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit,
.contactform .fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style) {
  width: auto;
  padding: 17px 70px;
}

.contactform__contactinfo {
  padding: 42px 15px 30px 15px;
  background-image: url(../img/contactinfo-pattern.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0F597B;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 20px 130px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.contactinfo-item {
  max-width: 305px;
  width: 100%;
  flex: 1 200px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.contactinfo-item p {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #fff;
}
.contactinfo-item p strong {
  font-weight: bold;
}

.contactform__form {
  display: flex;
  align-items: flex-start;
  gap: 32px 142px;
  flex-wrap: wrap;
}

.contactform__form-info {
  display: flex;
  flex-direction: column;
  max-width: 305px;
  width: 100%;
}
.contactform__form-info a.button-outline {
  margin-top: 80px;
  width: 100%;
}

.contactform__form-infotext {
  color: #333333;
}

.contactform__form-shortcode {
  position: relative;
  flex: 1 320px;
  max-width: 740px;
  z-index: 0;
}
.contactform__form-shortcode::after {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(100% + 30px);
  width: 285px;
  height: 932px;
  background-image: url(../img/pattern-5.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.fluentform .ff-el-group {
  margin-bottom: 10px;
}

form.frm-fluent-form .ff-el-form-check {
  margin-top: 0px;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label {
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
}

form.frm-fluent-form .ff-el-form-check-label .ff-el-form-check-input {
  position: relative;
  top: 8px;
  vertical-align: middle;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox {
  display: inline-flex;
  width: 14px;
  height: 14px;
  position: relative;
  padding: 0 !important;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border-radius: 0px;
  border: 1px solid #B1B1B1;
  background: #fff;
  cursor: pointer;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #B1B1B1;
  border-bottom: 2px solid #B1B1B1;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label .ff_t_c {
  color: #595959;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label .ff_t_c a {
  color: var(--blue3);
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-underline-offset: 3px;
}

label.ff-el-form-check-label {
  display: block;
  position: relative;
}
label.ff-el-form-check-label input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  opacity: 0;
}
label.ff-el-form-check-label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
label.ff-el-form-check-label span {
  display: block;
  position: relative;
  padding-left: 22px;
}
label.ff-el-form-check-label span::before {
  content: "" !important;
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #B1B1B1;
}
label.ff-el-form-check-label span::after {
  content: "" !important;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #B1B1B1;
  border-bottom: 2px solid #B1B1B1;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .contactform {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contactform .fluentform .ff-el-group {
    margin-bottom: 10px;
  }
  .contactform .section-title {
    margin-bottom: 35px;
  }
  .contactform__contactinfo {
    padding: 20px 15px;
    gap: 20px 70px;
    margin-bottom: 40px;
  }
  .contactinfo-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .contactform__form-info {
    flex: 1 200px;
  }
  .contactform__form {
    gap: 32px 70px;
  }
  .contactform__form-info a.button-outline {
    margin-top: 40px;
  }
}
/*
* TABLEBOX
*/
.tablebox {
  margin-top: 200px;
  margin-bottom: 180px;
}
.tablebox .tablebox__head {
  margin-bottom: 130px;
}

.tablebox__container {
  position: relative;
}
.tablebox__container::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -160px;
  width: 100%;
  height: 100%;
  background-image: url(../img/table-pattern.svg);
  background-size: 690px;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.tablebox__tablewrap {
  border: 1px solid #B9B9B9;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
}

table {
  border: none;
}
table tbody tr:first-child td:first-child {
  border-left: none;
  border-top: none;
}
table tbody tr:first-child td {
  border: 1px solid #B9B9B9;
  border-top: none;
  min-width: 174px;
  padding: 10px 12px 40px 12px;
  background: #F7DCE2;
  background: linear-gradient(180deg, rgb(247, 220, 226) 0%, rgb(255, 255, 255) 100%);
}
table tbody tr:first-child td:last-child {
  border-right: none;
  border-top: none;
}
table tbody tr td:first-child {
  border: 1px solid #B9B9B9;
  border-left: none;
  text-align: left;
}
table tbody tr td {
  border: 1px solid #B9B9B9;
  text-align: center;
  padding: 10px 12px 23px 12px;
}
table tbody tr td img.aligncenter {
  margin: auto;
}
table tbody tr td strong {
  font-weight: bold;
}
table tbody tr td:last-child {
  border: 1px solid #B9B9B9;
  border-right: none;
}
table tbody tr:last-child td:first-child {
  border-left: none;
}
table tbody tr:last-child td {
  border: 1px solid #B9B9B9;
  border-bottom: none;
}
table tbody tr:last-child td:last-child {
  border-right: none;
}

.tablebox__button {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
* TEAM
*/
.team {
  margin-top: 100px;
  margin-bottom: 200px;
}

.team-title {
  text-align: center;
  margin-bottom: 70px;
}

.team-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 408px;
  width: 100%;
  flex: 1 320px;
}

.team-card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  max-width: 420px;
  max-height: 405px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.team-card__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}

.team-card__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.team-card__important {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  max-width: 89px;
  width: 100%;
  height: 48px;
  font-size: 0;
  background-color: #fff;
}

.team-card__name {
  text-align: center;
  margin-bottom: 26px;
}

.team-card__positions {
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  color: #333333;
  font-weight: normal;
}

.team-card__text {
  margin-top: 20px;
  color: #4C4C4C;
}
.team-card__text p {
  font-size: 16px;
}

.team-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 112px;
}

@media screen and (max-width: 1179px) {
  .team {
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .team .section-title {
    text-align: left;
  }
  .team-title {
    margin-bottom: 74px;
  }
  .team-content {
    gap: 100px 20px;
  }
  .team-card__image {
    position: relative;
    max-height: 394px;
    overflow: hidden;
    margin-bottom: 35px;
    aspect-ratio: 402/394;
  }
  .team-card__image picture {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .team-card__image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .team-card__image .button-link {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .team-card__positions {
    font-size: 16px;
    line-height: 39px;
  }
  .team-buttons {
    margin-top: 70px;
  }
}
header.post-header {
  display: flex;
  padding-top: 210px;
  padding-bottom: 60px;
  min-height: 598px;
  margin-bottom: 38px;
  background-image: url(../img/article-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.post-date .post-date-icon {
  display: flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
}

.post-date .post-date-date {
  display: block;
  color: #707070;
  font-weight: normal;
}

.post-category {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.post-category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 22px;
  background-color: var(--aimsrot);
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
}

.post-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 65px;
}

.post-content__text {
  flex: 1 480px;
  color: #333333;
}
.post-content__text strong {
  font-weight: bold;
}

.post-content__text p {
  margin-bottom: 30px;
}
.post-content__text p strong {
  font-weight: bold;
}

.post-content__thumb {
  flex: 1 auto;
  max-width: 520px;
}
.post-content__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.post-content__thumb-caption {
  margin-top: 16px;
  font-size: 18px;
  color: #333333;
  line-height: normal;
}

body.single-post article.post,
body.single-case-studies article.case-studies {
  margin-bottom: 220px;
}

.newsfeed__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 45px;
}

.news-page__header {
  margin-bottom: 120px;
}

.newsfeed__categories-wrapper {
  margin-bottom: 25px;
}

.newsfeed__categories-listcats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-item-active a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #737b7d;
  line-height: 32px;
  font-weight: 600;
  gap: 5px;
  flex-wrap: nowrap;
  transition: color 0.12s ease;
}

.filter-item-active a:hover {
  color: rgba(115, 123, 125, 0.368627451);
  transition: color 0.12s ease;
}

.filter-item-active a:hover span.remove-active-icon svg path {
  stroke: var(--pink);
  transition: stroke 0.12s ease;
}

.filter-item-active a span.remove-active-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

ul.newsfeed__categories {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.active-filters {
  display: flex;
  width: 100%;
}

.newsfeed__categories-listcats > span {
  display: inline-block;
  color: #737b7d;
  font-size: 18px;
  line-height: 32px;
}

ul.newsfeed__categories li a {
  font-size: 18px;
  color: #737b7d;
  line-height: 32px;
  font-weight: 700;
}

ul.newsfeed__categories li {
  position: relative;
  display: flex;
}

ul.newsfeed__categories li:after {
  content: "|";
  font-size: 18px;
  color: #737b7d;
  line-height: 32px;
  font-weight: 700;
  padding-left: 10px;
}

ul.newsfeed__categories li:last-child::after {
  display: none;
}

ul.newsfeed__categories li:hover a {
  color: var(--pink);
}

.newsfeed__content-wrapper.loading .newsfeed__content {
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
}

.newsfeed__categories-wrapper.loading {
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
}

.archive-page {
  padding: 100px 0;
}

.archive-page header.page-header {
  text-align: center;
  margin-bottom: 50px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination .pagination-next,
.pagination .pagination-prev {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #707173;
  border: 1px solid #707173;
  line-height: 1;
  transition: all 0.12s ease;
}

.pagination .pagination-next svg path,
.pagination .pagination-prev svg path {
  transition: fill 0.12s ease;
}

.pagination .pagination-next:hover,
.pagination .pagination-prev:hover {
  cursor: pointer;
  border-color: var(--pink);
}

.pagination .pagination-next:hover svg path,
.pagination .pagination-prev:hover svg path {
  fill: var(--pink);
}

.pagination .pagination-next.disabled,
.pagination .pagination-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-pageslist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-pageslist .next.page-numbers,
.pagination-pageslist .prev.page-numbers {
  display: none;
}

.pagination-pageslist .page-numbers {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #707173;
  border: 1px solid #707173;
  line-height: 1;
}

.pagination-pageslist .page-numbers.current,
.pagination-pageslist .page-numbers:hover {
  cursor: pointer;
  border-color: var(--pink);
  color: var(--pink);
}

.loader-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.loader-wrapper .loader-loader {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input.wpcf7-form-control.wpcf7-not-valid {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NjM4XzYwNzApIj4KPHBhdGggZD0iTTguMDAwNjUgNS4zMzMzN1Y4LjAwMDA0TTguMDAwNjUgMTAuNjY2N0g4LjAwNzMyTTE0LjY2NzMgOC4wMDAwNEMxNC42NjczIDExLjY4MTkgMTEuNjgyNiAxNC42NjY3IDguMDAwNjUgMTQuNjY2N0M0LjMxODc1IDE0LjY2NjcgMS4zMzM5OCAxMS42ODE5IDEuMzMzOTggOC4wMDAwNEMxLjMzMzk4IDQuMzE4MTQgNC4zMTg3NSAxLjMzMzM3IDguMDAwNjUgMS4zMzMzN0MxMS42ODI2IDEuMzMzMzcgMTQuNjY3MyA0LjMxODE0IDE0LjY2NzMgOC4wMDAwNFoiIHN0cm9rZT0iI0YwNDQzOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzYzOF82MDcwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  border-color: #f04438;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wpcf7-not-valid-tip {
  color: #f04438;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  margin-top: 6px;
}

.form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
}

.form-foot {
  position: relative;
  width: 100%;
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

span.wpcf7-spinner {
  position: absolute;
  left: 0;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.2;
  pointer-events: none;
}

.form-grid .form-row {
  display: grid;
  grid-template-columns: 33% auto;
  gap: 0;
}

.form-grid .form-col:first-child {
  padding: 15px 5px 15px 15px;
  border-right: 1px solid #e3e3e3;
}

.form-grid .form-col:last-child {
  padding: 15px;
  background: #f6f6f6;
}

.form-grid .form-foot {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 64px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 992px) {
  .form-grid .form-row {
    grid-template-columns: 50% auto;
  }
}
@media screen and (max-width: 579px) {
  .form-grid .form-row {
    grid-template-columns: 1fr;
  }
}
.form-col {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  flex: 1;
}

.form-row {
  display: flex;
  gap: 20px;
}

span.field-hint {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  display: block;
  position: relative;
}

.wpcf7-acceptance label:hover {
  cursor: pointer;
}

.wpcf7-acceptance label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.wpcf7-acceptance label input[type=checkbox]:checked + span::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.wpcf7-acceptance label input[type=checkbox]:checked + span::before {
  border-color: var(--pink);
  outline-color: var(--pink);
  transition: border-color 0.12s ease-in-out, outline-color 0.12s ease-in-out;
}

.wpcf7-acceptance label span {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 32px;
  color: var(--black);
}

.wpcf7-acceptance label span a {
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.12s ease-in-out;
}

@media (any-hover: hover) {
  .wpcf7-acceptance label span a:hover {
    text-decoration-color: transparent;
    transition: text-decoration-color 0.12s ease-in-out;
  }
}
.wpcf7-acceptance label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #b1b1b1;
  background-color: transparent;
  transition: border-color 0.12s ease-in-out, outline-color 0.12s ease-in-out;
  outline: 4px solid transparent;
  outline-offset: -8px;
}

form.wpcf7 {
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

form.wpcf7.form-sended {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-base {
  position: relative;
}

.formular-base .formular-success-message {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-base .formular-success-message.success-send {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-base .formular-success-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin: auto;
  text-align: center;
  gap: 25px;
}

img.alignleft {
  float: left;
  margin: 20px 38px 0 38px;
}

img.alignleft:first-child {
  margin-left: 0;
}

nav.social-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

nav.social-menu ul li a {
  display: flex;
  transition: color 0.12s ease-in-out;
}

nav.social-menu ul li a .social-icon {
  display: flex;
  font-size: 24px;
}

@media (any-hover: hover) {
  nav.social-menu ul li:hover a {
    color: var(--highlight);
  }
}
.not-found {
  padding: 150px 0;
}

.not-found__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found h1 {
  font-size: 98px;
}

.not-found .page-header {
  text-align: center;
}

.ti-widget.ti-goog .ti-controls {
  display: block !important;
}/*# sourceMappingURL=main.css.map */