html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v20-latin-500.woff2") format("woff2"), url("../fonts/poppins-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v20-latin-600.woff2") format("woff2"), url("../fonts/poppins-v20-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/inter-v12-latin-600.woff2") format("woff2"), url("../fonts/inter-v12-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/inter-v12-latin-500.woff2") format("woff2"), url("../fonts/inter-v12-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.cky-btn {
  border-radius: 25px !important;
  padding: 12px 14px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.cky-btn-customize {
  background: #edf6ff !important;
  color: #0083FF;
  border: none !important;
}

.cky-notice .cky-title {
  display: none !important;
}

@media only screen and (min-width: 7000px) {
  .cky-box-bottom-left {
    left: 50%;
    margin-left: -220px;
    top: 50%;
    margin-top: -150px;
  }
}
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: #081233;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1160px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.header {
  padding: 40px 0;
}

.flex_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_links a {
  color: #fff;
  text-decoration: none;
  margin-left: 50px;
  font-weight: 500;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.hero strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #0083FF;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33;
  margin: 16px 0 0 0;
}

.hero p {
  opacity: 0.77;
  line-height: 1.5;
  max-width: 520px;
  margin: 28px 0 34px 0;
}

a.cta {
  background: #0083FF;
  border-radius: 25px;
  padding: 15px 34px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition: background 300ms ease;
}

a.cta:hover {
  background: #2B98FF;
}

a.cta_grey {
  background: rgba(255, 255, 255, 0.11);
}

.left_hero {
  min-width: 574px;
}

.right_hero {
  margin-left: 60px;
}

.reviews {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 26px;
}

.hero_container {
  overflow-x: hidden;
  width: 100%;
}

.grad_container_one {
  position: absolute;
  background: linear-gradient(180deg, #081131 1.93%, #07285B 93.7%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grad_container_two {
  position: absolute;
  background: linear-gradient(0deg, #07285B 0%, #062F68 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_container, .grad_one, .grad_two, .content_container_two {
  position: relative;
}

.grad_two {
  padding-bottom: 140px;
}

#benefits {
  background: linear-gradient(180deg, #08214E 0.01%, #081D46 100%);
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.services_flex {
  display: flex;
  justify-content: center;
  width: 896px;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

.services_flex div {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16.6px;
  padding: 15px 31px;
  border-radius: 30px;
  background: rgba(0, 131, 255, 0.1);
  border: 1px solid rgba(0, 131, 255, 0.33);
  margin: 16px;
}

.services_flex img {
  margin-right: 20px;
}

.radial-shadow {
  height: 300px;
  position: absolute;
  top: -100px;
  background: radial-gradient(50% 54.78% at 50% 50%, rgba(0, 131, 255, 0.2904) 0.01%, rgba(0, 131, 255, 0) 100%);
  opacity: 0.7;
  left: 30px;
  right: 30px;
}

.cta_sidu {
  padding: 50px 58px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #08295C;
  border: 1px solid rgba(0, 131, 255, 0.33);
  border-radius: 8px;
}

.side_cta {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cta_bereich {
  max-width: 645px;
}

.cta_bereich p {
  line-height: 1.55;
  opacity: 0.7;
  margin: 18px 0;
  font-size: 16px;
}

.cta_bereich h2 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

.cta_bereich strong {
  color: #0083FF;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 18px;
}

.grad_links_rechts {
  position: absolute;
  left: 0;
  width: 100%;
  height: 607px;
  top: 0;
}

.drei_vorteile {
  background: #08295C;
  margin-top: 40px;
  border: 1px solid rgba(0, 131, 255, 0.33);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.drei_vorteile > div {
  width: 33.33%;
  box-sizing: border-box;
  padding: 45px 58px;
}

.drei_vorteile h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 19px;
  margin: 16px 0;
}

.drei_vorteile p {
  line-height: 1.55;
  opacity: 0.7;
  margin: 0;
  font-size: 16px;
}

.was_macht {
  text-align: center;
  width: 620px;
  margin: 0 auto;
}

#cta_and_why .wrapper {
  position: relative;
}

#cta_and_why {
  background: #081D46;
}

.content_container {
  padding-bottom: 100px;
}

.reviews img {
  margin-right: 10px;
}

.reviews span {
  opacity: 0.7;
}

.benfits {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.benefit {
  background-color: rgba(0, 131, 255, 0.02);
  border: 2px solid rgba(0, 131, 255, 0.22);
  border-radius: 8px;
  width: 31.5%;
  text-align: center;
  padding: 30px 40px;
}

.benefit h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  margin: 0;
  margin-bottom: 10px;
}

.benefit p {
  opacity: 0.7;
  line-height: 1.55;
}

.about_text {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 100px;
}

.ranked_is {
  max-width: 798px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Helvetica", "Inter", sans-serif;
  line-height: 1.56;
}

.ranked_is u {
  text-decoration-color: #0083FF;
}

.ranked_is p {
  margin-top: 0;
  margin-bottom: 20px;
}

.statis {
  display: flex;
  margin-top: 36px;
}

.stati strong {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #0083FF;
}

.stati:first-child {
  margin-right: 50px;
}

.stati p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 156%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.77);
}

.graphi {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  left: 0;
  height: 620px;
}

.cta_section_one {
  position: relative;
  background-color: #081A41;
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  margin-top: 100px;
}

.testis_one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: space-between;
}

.testi_one {
  width: 49.9%;
  padding: 50px 50px;
  line-height: 1.55;
}

.testi_one p {
  margin: 0;
  font-size: 17px;
}

.person_testi {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testi_one:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.person_testi img {
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #0083FF;
}

.person_testi span {
  margin-top: 6px;
  display: block;
}

.cta_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}

.cta_one h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.center_between {
  margin: 0 auto;
  max-width: 706px;
  text-align: center;
}

.center_between h2 {
  font-size: 34px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.center_between p {
  line-height: 1.55;
  opacity: 0.7;
  font-size: 16px;
  margin: 0;
  margin-top: 16px;
}

.prozesse {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

.prozess {
  background: rgba(0, 131, 255, 0.1);
  border: 1px solid rgba(0, 131, 255, 0.33);
  border-radius: 8px;
  width: 31%;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.prozess h3 {
  font-size: 20px;
  margin: 0;
}

.prozess:nth-child(-n+3) {
  margin-bottom: 47px;
}

.prozess p {
  margin: 16px 30px 30px 30px;
  opacity: 0.7;
  line-height: 1.55;
}

.prozess .image_container {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.together {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}

.middle_two, .middle_three {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}

.middle_three {
  padding: 100px 0 120px 0;
  max-width: 600px;
}

.middle_three .trustpilot-widget {
  margin: 34px 0;
}

#cta_last {
  background: linear-gradient(180deg, #081D46 0%, #082758 100%);
}

.middle_two h2, .middle_three h2 {
  font-size: 34px;
  margin: 0;
}

.middle_two p, .middle_three p {
  margin: 20px 0;
  opacity: 0.7;
  line-height: 1.55;
}

.middle_two .cta {
  margin-top: 10px;
}

.methods {
  display: flex;
  justify-content: center;
}

.method {
  display: flex;
  align-items: center;
}

.method:nth-child(2) {
  margin: 0 26px;
}

.method img {
  margin-right: 15px;
}

.swiper_section {
  margin: 100px 0;
}

.swiper-slide {
  border-radius: 6px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  max-width: 410px;
}

.swiper-button-previ, .swiper-button-nexti {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 5;
}

.swiper-button-previ {
  left: 30px;
}

.swiper-button-nexti {
  right: 30px;
}

.swiper-button-nexti img {
  display: block;
}

.swiper-button-nexti img {
  transform: rotate(180deg);
}

.main-testi {
  opacity: 0.7;
  line-height: 1.55;
}

#uber {
  background: #081D46;
  padding-top: 110px;
  padding-bottom: 140px;
}

.uber_bild {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uber_text {
  max-width: 493px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.55;
}

.uber_text p {
  margin: 15px 0;
}

.uber_text h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 34px;
}

.testimonials_unten {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.testi_unten {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 26px;
  border-radius: 8px;
  width: 31%;
}

.testi_unten > p {
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.55;
}

.person_testi p {
  color: #fff;
  line-height: 1.2;
}

.footer {
  position: relative;
  background: linear-gradient(180deg, #082758 0%, #082E62 100%);
  border-top: 1px solid rgba(0, 131, 255, 0.22);
}

.footer_inner {
  position: relative;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

.footer .wrapper {
  position: relative;
}

.footer_col {
  width: 25%;
}

.logo_section {
  flex: 1;
}

.footer_col strong {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.footer_col a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin: 18px 0;
}

.grad_last {
  background: linear-gradient(0deg, #082E64 0%, rgba(8, 46, 100, 0) 100%);
  position: absolute;
  bottom: 0;
  height: 700px;
  width: 100%;
  z-index: -1;
}

.mmenu svg {
  width: 44px;
  height: 44px;
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}

.mobile_menu {
  display: none;
  opacity: 0;
  background-color: #081132;
  transition: max-height 300ms ease, opacity 300ms ease;
  background-color: rgba(8, 17, 50, 0.8);
  position: absolute;
  top: 60px;
  height: auto;
  left: 0;
  backdrop-filter: blur(10px);
  width: 100%;
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.mobile_menu a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  margin: 10px 0;
}

.mmenu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
  margin-left: 5px;
  position: relative;
  left: 7px;
  top: 2px;
}

.faq_item {
  padding: 17px 36px;
  background: rgba(0, 131, 255, 0.1);
  border: 1px solid rgba(0, 131, 255, 0.33);
  border-radius: 6px;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.faq_head img {
  transition: transform 300ms ease;
}

.faq_desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.faq_opened .faq_desc {
  max-height: 1200px;
}

.faq_opened .faq_head img {
  transform: rotate(45deg);
}

.faq_desc > p {
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.55;
  font-size: 16px;
}

#faq {
  padding-top: 120px;
  background: #081D46;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 131, 255, 0.22);
}

#faq h2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 34px;
}

@media only screen and (max-width: 1600px) {
  .graphi {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .prozess .image_container img {
    max-width: 100%;
    height: auto;
  }
  .drei_vorteile > div {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1130px) {
  .cta_bereich {
    max-width: 500px;
  }
  #benefits {
    overflow: hidden;
  }
  .grad_links_rechts {
    width: 130%;
    margin-left: -15%;
  }
  .uber_text {
    padding-right: 30px;
  }
  .uber_text h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .drei_vorteile > div {
    padding-right: 20px;
  }
  .ranked_is {
    width: 70%;
    font-size: 19px;
  }
  .prozess p {
    margin: 16px 20px 20px 20px;
  }
  .prozess {
    width: 31%;
  }
  .prozess:nth-child(-n+3) {
    margin-bottom: 27px;
  }
  .prozess .image_container img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .services_flex {
    width: 750px;
  }
  .services_flex div {
    padding: 13px 24px;
    font-size: 15px;
    margin: 9px;
  }
  .services_flex img {
    width: 28px;
    height: auto;
    margin-right: 10px;
  }
  .left_hero {
    min-width: 500px;
  }
  .hero h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 950px) {
  .uber_text h2, #faq h2 {
    font-size: 24px;
  }
  .stati p {
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 900px) {
  #faq {
    padding-top: 70px;
  }
  #uber {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .uber_bild {
    margin-top: 0;
  }
  .drei_vorteile h4 {
    font-size: 18px;
  }
  .drei_vorteile {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .drei_vorteile > div {
    padding-left: 40px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .center_between {
    width: 100%;
    max-width: 100%;
  }
  .cta_sidu {
    padding: 40px 40px;
  }
  .cta_bereich {
    max-width: 420px;
  }
  #benefits {
    padding: 70px 0;
  }
  .radial-shadow {
    display: none;
  }
  .grad_two {
    padding-bottom: 70px;
  }
  .services_flex {
    width: 530px;
  }
  .grad_links_rechts {
    display: none;
  }
  .services_flex div {
    padding: 13px 24px;
    font-size: 15px;
    margin: 9px;
  }
  .services_flex div:nth-child(5) {
    order: 5;
  }
  .services_flex div:nth-child(4) {
    order: 4;
  }
  .faq_item {
    line-height: 1.5;
    padding: 16px 30px;
  }
  .ranked_is {
    width: 100%;
    margin-top: 20px;
  }
  .about_text {
    display: block;
    margin-top: 70px;
    padding-top: 70px;
  }
  .right_hero {
    order: 1;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .right_hero img {
    max-width: 120%;
    height: auto;
  }
  .hero p {
    font-size: 16px;
  }
  .left_hero {
    min-width: 0;
    width: 100%;
  }
  .left_hero {
    order: 2;
  }
  .hero h1 {
    max-width: 588px;
  }
  .hero {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .cta_one {
    display: block;
  }
  .cta_one h3 {
    margin-bottom: 18px;
  }
  .testi_one:nth-child(2) {
    display: none;
  }
  .testi_one:nth-child(1) {
    border-right: none;
    width: 100%;
  }
  .prozess {
    width: 48%;
  }
  .together {
    display: none;
  }
  .middle_two {
    margin-top: 70px;
  }
  .prozesse div.prozess {
    margin-bottom: 20px;
  }
  .uber_bild {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .uber_text {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .testi_unten:nth-child(3) {
    display: none;
  }
  .testi_unten {
    width: 48%;
  }
  .uber_bild {
    padding: 0;
    margin-bottom: 0;
  }
  .uber_bild > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    max-width: 415px;
  }
  .footer_col {
    min-width: 170px;
  }
  .middle_three {
    padding: 70px 0;
  }
  .footer_inner {
    padding: 70px 0;
  }
  .cta_section_one {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .drei_vorteile > div {
    padding-left: 30px;
  }
  .cta_bereich {
    max-width: 100%;
  }
  .cta_sidu {
    padding: 26px;
    padding-bottom: 340px;
  }
}
@media only screen and (max-width: 850px) {
  .header {
    padding: 20px 0;
  }
  .nav_links {
    display: none;
  }
  .mobile_menu {
    max-height: 0;
    overflow: hidden;
    display: block;
  }
  .openi .mobile_menu {
    max-height: 100%;
    opacity: 1;
  }
  .mobile_menu a {
    color: #fff;
  }
  .mmenu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .services_flex {
    width: 390px;
    max-width: 100%;
  }
  .services_flex div {
    font-size: 13px;
    padding: 10px 14px 10px 10px;
    margin: 8px;
  }
  .services_flex div span {
    display: none;
  }
  .services_flex img {
    width: 25px;
    margin-right: 7px;
  }
  .graphi {
    height: 100px;
  }
  .content_container {
    padding-bottom: 0;
  }
  .grad_two {
    padding-top: 70px;
  }
  .prozesse div.prozess {
    width: 100%;
  }
  .testi_unten:nth-child(2) {
    display: none;
  }
  .testi_unten {
    width: 100%;
    padding: 30px 30px;
  }
  .middle_two h2, .middle_three h2, .center_between h2 {
    font-size: 24px;
  }
  .prozess:nth-child(2) img {
    width: 100%;
  }
  .prozess:nth-child(3) img {
    width: 100%;
  }
  .footer_inner {
    flex-wrap: wrap;
  }
  .logo_section {
    min-width: 100%;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .cta_one h3 {
    line-height: 1.5;
  }
  .cta_one {
    padding: 30px;
  }
  .testi_one {
    padding: 30px;
  }
  .about_text {
    position: relative;
  }
  .ranked_is p:first-child {
    padding-right: 140px;
  }
  .hero h1 {
    font-size: 27px;
    font-size: 6.5vw;
  }
  a.cta {
    text-align: center;
  }
  .about_wrapper {
    overflow: hidden;
    position: relative;
  }
  .about_text img {
    position: absolute;
    right: -96px;
    top: 50px;
    width: 210px;
  }
  .prozess h3 {
    font-size: 18px;
  }
  .ranked_is {
    margin-top: 0;
  }
  .ranked_is p {
    font-size: 16px;
  }
  .wrapper {
    padding: 0 15px;
  }
  .stati p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) {
  .uber_text h2 {
    font-size: 20px;
  }
  a.cta {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 20px;
  }
  .hero h1 {
    font-size: 30px;
    font-size: 9vw;
  }
}


/*# sourceMappingURL=main.css.map */
