body {
  overflow-x: clip;
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/MuliItalic-Rpvnv.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Muli-1GDlj.ttf') format('truetype'); 
}


@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/MuliLightItalic-nRvDR.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/MuliLight-lg9VZ.ttf') format('truetype'); 
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/MuliExtraLightItalic-9YKBZ.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/MuliExtralight-ywL02.ttf') format('truetype'); 
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/MuliSemiBoldItalic-8MarZ.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/MuliSemibold-BW0dG.ttf') format('truetype'); 
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/Muli-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Muli-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-slate-grey: #00586a;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: white;
  --bright: #65b0c0;
}

body {
  color: #333;
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-grey);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 36px;
}

h5 {
  color: var(--tomato);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  text-decoration: underline;
}

.type-column-1 {
  padding-right: 20px;
}

.tag-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.example-image {
  color: #2220;
  background-image: url('../images/All-H1-headings-example.png');
  background-position: 0 0;
  background-size: 250px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 434px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 5px 50px #0000004d;
}

.example-image:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/All-H1-headings-example.png');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.tags-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px #0000;
}

.tag-holder:hover {
  box-shadow: 0 0 75px #00000012;
}

.tags-section {
  background-color: #fff;
  border-radius: 4px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 75px #0000000d;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.basic_container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.basic_container.inverted {
  --dark-slate-grey: #002f61;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: white;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: black;
  --darkerheader: #002f61;
  --bright: #65b0c0;
}

.section {
  background-image: url('../images/BaBo_Header_Image.svg');
  background-position: 50% -141px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header_left {
  z-index: 10;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 206px;
  position: relative;
}

.white {
  color: #fff;
  text-align: left;
  width: 100%;
}

.white.aligncenter {
  text-align: center;
  margin-top: -54px;
}

.paragraph {
  color: #fff;
}

.navbar {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading_dark {
  perspective: 2000px;
  perspective-origin: 0%;
  max-width: 700px;
}

.heading_dark.hidden {
  display: none;
}

.basic_section {
  padding-top: 100px;
  padding-bottom: 0;
}

.basic_section.blueish {
  background-color: #17b3e5;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.basic_section.footer {
  height: var(--footerheight);
  min-height: var(--footerheight);
  background-color: #1879c0;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.basic_section.grey {
  background-color: #fff;
}

.basic_section.grey.filledbg {
  --dark-slate-grey: #002f61;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: white;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: black;
  --darkerheader: #002f61;
  --bright: #65b0c0;
  background-color: #1879c0;
  margin-top: 60px;
  padding-top: 135px;
  padding-bottom: 93px;
  position: relative;
}

.basic_section._2nd, .basic_section.hidden {
  display: none;
}

.basic_section.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1879c0;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300px;
  padding-top: 0;
  position: relative;
}

.basic_section.hero.textsite {
  height: 260px;
}

.basic_section.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1879c0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  padding-top: 0;
  display: block;
  position: relative;
}

.special-text {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
}

.text-left {
  z-index: 10;
  align-self: flex-start;
  max-width: 600px;
  margin-top: 40px;
  position: relative;
}

.image-right {
  align-self: flex-end;
  position: relative;
}

.heading, .heading-2 {
  align-self: flex-start;
}

.feature-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.feature-item {
  border: 2px solid #fff;
  border-radius: 1px;
  flex-direction: column;
  flex-basis: 365px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: border .2s;
  display: flex;
}

.feature-item:hover {
  border: 2px solid #0087cd;
}

.feature-item.hidden {
  display: none;
}

.feature-heading {
  color: var(--black);
  text-align: center;
  width: 100%;
  min-height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.feature-text {
  color: #777;
  text-align: center;
  font-weight: 400;
}

.basic_button {
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  width: 100px;
  transition: all 1s;
  display: flex;
  transform: translate(0);
}

.basic_button:hover {
  text-shadow: 1px 1px 6px #fdfdfd;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: scale(1.04);
}

.basic_button.social {
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  width: 100px;
  margin: 14px;
  text-decoration: none;
  display: flex;
}

.basic_button.social:hover {
  text-shadow: 1px 1px 4px #fdfdfd;
  font-style: normal;
}

.basic_button.wp {
  width: 200px;
}

.join_community {
  color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 20px;
  font-style: italic;
  line-height: 29px;
}

.copyright {
  color: #ccc;
  padding-left: 0;
}

.paragraph-2 {
  color: #777;
}

.footer_logo {
  width: var(--logoscalefooter);
  align-self: center;
  margin-bottom: 8px;
}

.image {
  position: absolute;
  top: 247px;
  left: 70%;
  right: 30%;
}

.head_right {
  position: absolute;
  bottom: -420px;
  right: 0;
}

.header_image {
  z-index: 4;
  background-image: url('../images/Chabo_Header_Image_Box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 600px;
  padding-top: 1px;
  position: relative;
}

.logo_animated {
  z-index: 5;
  position: absolute;
  top: 92px;
  left: 46%;
  right: 50%;
}

.teaser {
  color: red;
  text-transform: uppercase;
  margin-top: 33px;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  transition: all 1s;
  display: none;
  position: static;
  top: 0;
  right: 44px;
}

.teaser:hover {
  text-shadow: 1px 1px 6px #f86161;
}

.div-block {
  margin-top: 42px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 19px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 42px;
}

.arrow {
  color: #fff;
  margin-top: 139px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 48px;
}

.cookiewarning {
  z-index: 99;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey));
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}

.text-block-2 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.button {
  color: var(--dark-slate-grey);
  background-image: linear-gradient(#fff, #fff);
  margin-left: 10px;
  margin-right: 10px;
}

.scrollbar {
  z-index: 99;
  transform-origin: 0%;
  background-image: linear-gradient(#ff0e00, #ff0e00);
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.cookie_warning {
  z-index: 99;
  background-image: linear-gradient(#00586a, #00586a);
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}

.cookiebutton {
  color: #00586a;
  background-image: linear-gradient(#fff, #fff);
  margin-left: 10px;
  margin-right: 10px;
}

.cookiebutton:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  text-decoration: none;
}

.progress {
  z-index: 99;
  transform-origin: 0%;
  background-image: linear-gradient(red, red);
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.heading-3 {
  padding: 35px 126px;
}

.heading-3.teaserr {
  text-align: justify;
  text-transform: none;
  padding-top: 93px;
  padding-bottom: 93px;
}

.hl {
  color: var(--tomato);
}

.particle {
  object-fit: contain;
  object-position: 0% 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1300px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.menu {
  z-index: 10;
  background-image: linear-gradient(to top, #000, #005d6e);
  width: 240px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.mainholder {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.main {
  width: 100vw;
  height: 100vh;
}

.mainheader {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mainmain {
  background-color: #f5f6fa;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 70px 0 25px 240px;
  display: flex;
  position: static;
}

.menuheader {
  z-index: 0;
  background-image: linear-gradient(#fff, #fff);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.menumain {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  height: 70px;
}

.menuelements {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}

.container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 209px;
  padding-left: 5px;
  display: flex;
}

.navbar-2 {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  top: 0;
  left: 0;
}

.melement {
  flex-direction: row;
  align-items: center;
  height: 50px;
  display: flex;
}

.nav-link {
  color: #70b9c7;
  width: 230px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.div-block-2 {
  background-image: url('../images/circle_b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  padding-left: 51px;
  transition: all .2s;
}

.div-block-2:hover {
  background-image: url('../images/circle_w.svg');
  background-size: 20px;
}

.menelement {
  background-color: #0000;
  background-image: url('../images/01_Dashboard_b.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 50px;
  display: block;
}

.menelement:hover {
  background-image: url('../images/01_Dashboard_w.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.menelement.w--current {
  background-image: url('../images/01_Dashboard_b.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.menelement.w--current:hover, .menelement.w--current:focus {
  background-image: url('../images/01_Dashboard_w.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.menelement.i {
  background-image: url('../images/02_ICO_b.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.menelement.i:hover {
  background-image: url('../images/02_ICO_w.svg');
  background-size: contain;
}

.menelement.i:focus {
  background-image: url('../images/02_ICO_w.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.menelement.s {
  background-image: url('../images/03_feat_b.svg');
}

.menelement.s:hover {
  background-image: url('../images/03_feat_w.svg');
  background-size: contain;
}

.menelement.s:focus {
  background-image: url('../images/03_feat_w.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
}

.menelement.a {
  background-image: url('../images/04_ana_b.svg');
}

.menelement.a:hover {
  background-image: url('../images/04_ana_w.svg');
  background-size: contain;
}

.menelement.b {
  background-image: url('../images/05_bill_b.svg');
}

.menelement.b:hover {
  background-image: url('../images/05_bill_w.svg');
  background-size: contain;
}

.menelement.d {
  background-image: url('../images/06_down_b.svg');
}

.menelement.d:hover {
  background-image: url('../images/06_down_w.svg');
  background-size: contain;
}

.header {
  width: auto;
}

.heading-4 {
  color: var(--dark-slate-grey);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  position: static;
}

.div-block-3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.quick-overview {
  background-image: linear-gradient(#00586a, #00586a);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  height: 150px;
  margin: 5px;
  display: flex;
}

.quick-overview.center {
  margin: 5px 20px;
}

.quick-overview._2white {
  background-image: linear-gradient(#fff, #fff);
  justify-content: space-between;
  width: 722px;
  height: 275px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
}

.quick-overview._2white.details {
  justify-content: center;
  height: auto;
}

.div-block-4 {
  width: 240px;
  height: 70px;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block {
  background-image: url('../images/BaBo_wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
  width: 240px;
  height: 70px;
}

.link-block-2 {
  background-image: url('../images/LogOut_BaBo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.headerinoverview {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.numberinover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.headerquickheader {
  color: #fff;
  font-size: 16px;
}

.headerquickheader.blue {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.statustime {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
}

.div-block-6 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.properties_w {
  background-image: url('../images/Einstellung_icon_BaBo-7_w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.properties_w.b {
  background-image: url('../images/Einstellung_icon_BaBo-7.svg');
  background-size: 20px;
}

.headerquick {
  justify-content: space-between;
  width: 480px;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
}

.change {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 20px;
  margin-top: 22px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.up {
  background-image: url('../images/Dreieck-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  width: 15px;
  height: 20px;
  margin-left: 10px;
}

.up.down {
  background-image: url('../images/Dreieck.svg');
  background-position: 50%;
  background-size: 12px 15px;
}

.box {
  flex-wrap: wrap;
  justify-content: center;
  width: 80vw;
  display: flex;
}

.box.detailss {
  flex-direction: column;
  align-items: center;
}

.header2white {
  justify-content: space-between;
  width: 722px;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  width: 1550px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-5 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
}

.paragraph-3 {
  color: var(--dark-slate-grey);
  display: flex;
}

.timestamp {
  border-top: 1px solid var(--dark-slate-grey);
  justify-content: flex-start;
  align-items: center;
  width: 722px;
  height: auto;
  min-height: 25px;
  margin-top: 52px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.timestamp.most {
  margin-top: 32px;
}

.text-block-7 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 0;
}

.ranking {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.number {
  color: var(--dark-slate-grey);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.text-block-8 {
  color: #005d6e;
  width: 180px;
}

.text-block-9, .text-block-10 {
  color: #005d6e;
  justify-content: flex-end;
  width: 80px;
  display: flex;
}

.saleexample {
  background-image: url('../images/01_graph.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 180px;
  margin-bottom: 15px;
}

.growthexample {
  background-image: url('../images/02_graph.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 180px;
  margin-bottom: 15px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accountname {
  color: var(--dark-slate-grey);
  font-weight: 700;
}

.accountname:hover {
  text-decoration: none;
}

.accountpic {
  background-image: url('../images/Johannes_Straußbrich.png');
  background-position: 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  margin-right: 25px;
}

.link-block-3 {
  background-image: url('../images/LogOut_BaBo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 1px #000;
  border-left: 1px solid #65b0c0;
  width: 70px;
  height: 70px;
}

.text-block-12 {
  color: #65b0c0;
  font-size: 16px;
  font-weight: 700;
}

.icon-2 {
  color: #65b0c0;
  transition: all .2s;
  transform: rotate(90deg);
}

.dropdown-link {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.dropdown-link:hover {
  text-decoration: none;
}

.features {
  background-image: linear-gradient(#00000080, #00000080);
  align-items: center;
  width: 240px;
  height: 50px;
  margin-left: -5px;
  display: flex;
}

.activity {
  border-radius: 45px;
  width: 5px;
  height: 5px;
  margin-left: 39px;
  margin-right: 9px;
  padding: 0;
}

.activity.offline {
  background-image: linear-gradient(#ec504780, #ec504780);
}

.link {
  min-width: 180px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}

.featureoptin {
  justify-content: center;
  align-items: center;
  width: 722px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.form-block {
  height: 20px;
  margin-bottom: 0;
}

.basis {
  color: #005d6e;
  width: 250px;
}

.bbasis {
  color: #005d6e;
  justify-content: flex-end;
  width: 60px;
  display: flex;
}

.peru {
  color: #005d6e;
  text-align: center;
  justify-content: flex-end;
  width: 150px;
  display: flex;
}

.price {
  color: var(--dark-slate-grey);
  text-align: right;
  width: 90px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.text-field {
  border: 1px solid #707070;
  border-radius: 5px;
  width: 200px;
  margin-bottom: 0;
}

.text-field-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  border: 1px solid #707070;
  border-radius: 5px;
}

.text-field-2::placeholder {
  color: var(--dark-slate-grey);
  font-weight: 700;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
  display: flex;
}

.submit-button {
  background-color: #00869e;
  border-radius: 5px 0 0 5px;
  margin-bottom: 0;
  margin-left: 0;
}

.text-block-13 {
  color: var(--dark-slate-grey);
  width: 690px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.text-block-14 {
  color: #fff;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 20px;
  font-weight: 900;
}

.calculatoricon {
  cursor: pointer;
  background-image: url('../images/calculate.svg'), linear-gradient(#00869c, #00869c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 14px 14px, auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 30px;
  height: 38px;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: var(--dark-slate-grey);
  margin-bottom: 12px;
  line-height: 25px;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #00869a;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 400;
}

.button-2:hover {
  text-decoration: none;
}

.dokuicon {
  cursor: pointer;
  background-image: url('../images/Dokumentation.svg'), linear-gradient(#00869c, #00869c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 14px 14px, auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 30px;
  height: 38px;
}

.text-block-16 {
  color: var(--dark-slate-grey);
  margin-right: 14px;
}

.code {
  justify-content: flex-start;
  align-items: center;
  width: 720px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 72px;
  display: flex;
}

.tutorial {
  color: var(--dark-slate-grey);
  text-transform: none;
  margin-bottom: 28px;
  padding: 28px 55px 0;
}

.registerfield {
  border: 1px solid #707070;
  border-radius: 5px;
  width: 400px;
  margin: 5px auto;
  display: block;
}

.profil {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  display: flex;
}

.profil.lefted {
  align-items: flex-start;
}

.details {
  color: #333;
}

.details-variables {
  color: var(--dark-slate-grey);
  margin-top: 5px;
  margin-bottom: 21px;
  font-size: 18px;
}

.submit-button-profile {
  background-color: #00869e;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 0;
}

.onlymobile {
  display: none;
}

.grid_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 1200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.text_container.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  left: auto;
}

.triangletop {
  box-sizing: border-box;
  height: var(--topbumperheight);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 0% 0%;
  background-image: url('../images/TriangleBlueDarkFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  outline: 3px #333;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 38px auto auto 0%;
  overflow: hidden;
}

.trianglesplitwhitefull {
  height: var(--splitterheight);
  object-fit: fill;
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.div-block-17 {
  height: var(--topbumperheight);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/TriangleBlueDarkFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-18 {
  height: var(--splitterheight);
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-19 {
  height: var(--splitterheight);
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph-4, .paragraph-5 {
  color: var(--black);
}

.heading-6 {
  color: var(--dark-slate-grey);
}

.div-block-20 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Chabo_Header_Sengi_Box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-top: 51px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.div-block-21 {
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
  display: none;
}

.image-2 {
  width: var(--logoscale);
}

.bottomtriangle {
  height: var(--splitterheight);
  background-image: url('../images/TriangleBlueFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-slider-large {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  width: 35%;
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-17 {
  text-align: right;
  width: 100%;
}

.div-block-22 {
  text-align: left;
}

.navbar-3 {
  background-color: #004b9c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.phoneicon {
  font-family: "Font awesome 5 free 400", sans-serif;
  font-size: 26px;
}

.brand-2 {
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.brand-2.w--current {
  height: 80px;
}

.nav-link-2 {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #ffffffb3;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-2.w--current:hover, .nav-link-2.w--current:active {
  color: #ffffffb3;
}

.nav-link-2.call {
  letter-spacing: 1px;
  background-color: #3594b1;
  align-items: center;
  height: 80px;
  margin-right: 0;
  padding-left: 39px;
  padding-right: 39px;
  font-size: 28px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-link-2.call:hover {
  color: #fff;
}

.nav-link-2.appslink {
  color: #3594b1;
  background-color: #0000;
  margin-left: 2px;
  margin-right: 2px;
}

.nav-link-2.appslink:hover {
  color: #3594b1b3;
}

.nav-link-2.appslink.externallink {
  color: #205c6e;
  background-color: #98e7ff;
  border-radius: 10px;
}

.nav-link-2.hidden {
  display: none;
}

.phoneico {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 24px;
}

.image-3 {
  margin-left: 20px;
}

.container-3 {
  justify-content: flex-end;
  align-items: center;
  width: 0;
  min-width: 1300px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-block-18 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 15px;
  text-decoration: underline;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.impressholder {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.logoholder {
  margin-bottom: 34px;
  padding-left: 13vw;
  display: flex;
}

.footertext {
  color: #fff;
  padding-left: 43px;
  padding-right: 43px;
  font-size: 15px;
  line-height: 30px;
}

.footertext.copyr {
  text-align: right;
  width: 100vw;
  padding-bottom: 0;
  padding-left: 236px;
  position: relative;
}

.footertext.rightalign {
  text-align: right;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-25 {
  display: flex;
  position: relative;
}

.impresslinksholder {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 59px;
  padding-left: 51px;
  padding-right: 51px;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
}

.link-2 {
  color: #fff;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  text-decoration: none;
}

.link-2.hidden {
  display: none;
}

.div-block-31 {
  flex-direction: column;
  padding-top: 66px;
  display: flex;
}

.footerbox {
  border-right: 1px solid #fff;
  width: 50vw;
  height: auto;
}

.footerbox.right {
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.footer {
  background-color: #1879c0;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.heading2 {
  letter-spacing: 0;
  margin-top: 74px;
  margin-bottom: 74px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.heading2.bx {
  letter-spacing: 0;
  width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.heading2.bx.left {
  margin-left: 0;
}

.stroke {
  background-image: linear-gradient(#fff, #fff);
  width: 60px;
  height: 4px;
  margin-top: 7px;
}

.stroke.left {
  background-image: linear-gradient(#333, #333);
  border: 1px solid #333;
}

.code-embed {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.heading-7 {
  color: var(--white);
}

.image-14, .image-15, .image-16 {
  width: 200px;
  height: 200px;
}

.heading-8 {
  color: var(--dark-slate-grey);
  display: none;
}

.heading-9 {
  display: none;
}

.content-2 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  max-width: 500px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.heading-10, .text-block-19 {
  color: #fff;
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar-4 {
  background-color: #004b9c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-32 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/splash.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-top: 51px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.navbar-5 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.brand-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.image-17 {
  width: 220px;
}

.triangletop-2 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 0% 0%;
  background-image: url('../images/TriangleBlueDarkFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  outline: 3px #333;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 128px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 38px auto auto 0%;
  overflow: hidden;
}

.trianglesplitwhitefull-2 {
  object-fit: fill;
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
}

.text-block-20 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-21 {
  color: #fff;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 20px;
  font-weight: 900;
}

.text_container-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: none;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.text_container-2.aligncenter {
  width: 100%;
  left: 0%;
}

.div-block-34 {
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
  display: none;
}

.heading-11 {
  padding: 35px 126px;
}

.heading-11.teaserr {
  text-align: justify;
  text-transform: none;
  padding-top: 93px;
  padding-bottom: 93px;
}

.hl-2 {
  color: #ec5047;
}

.special-text-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
}

.paragraph-6 {
  color: #777;
}

.image-18 {
  width: 200px;
  height: 200px;
}

.image-19, .image-20, .image-21 {
  width: 170px;
  height: 170px;
}

.paragraph-7 {
  color: var(--black);
}

.div-block-35 {
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-36 {
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heading-12 {
  color: var(--darkerheader);
}

.div-block-37 {
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-22 {
  color: #fff;
  text-align: center;
}

.div-block-38 {
  margin-top: 42px;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
}

.bottomtriangle-2 {
  background-image: url('../images/TriangleBlueFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  height: 160px;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text_container-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 43%;
  max-width: 1200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.text_container-3.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  left: auto;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  margin-bottom: 19px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 42px;
}

.body {
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
}

.div-block-39 {
  flex-direction: column;
}

.div-block-41 {
  display: flex;
  position: relative;
}

.link-3 {
  color: #fff;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  text-decoration: none;
}

.link-3.hidden {
  display: none;
}

.div-block-42 {
  flex-direction: column;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/TriangleBlueDarkFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 128px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-24 {
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  font-size: 15px;
  text-decoration: underline;
}

.div-block-45 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.image-23 {
  margin-left: 20px;
}

.brand-4 {
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.brand-4.w--current {
  height: 80px;
}

.div-block-46 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Chabo_Header_Sengi_Box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-top: 51px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.navbar-6 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-24 {
  width: 220px;
}

.text_container-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 1200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.text-block-25 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-26 {
  color: #fff;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 20px;
  font-weight: 900;
}

.trianglesplitwhitefull-3 {
  object-fit: fill;
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
}

.heading-14 {
  display: none;
}

.special-text-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
  display: none;
}

.paragraph-8 {
  color: #777;
}

.image-25 {
  display: none;
}

.image-26 {
  width: 200px;
  height: 200px;
  display: none;
}

.image-27, .image-28 {
  display: none;
}

.image-29, .image-30 {
  width: 200px;
  height: 200px;
  display: none;
}

.heading-15 {
  display: none;
}

.heading-16 {
  color: #fff;
}

.paragraph-9 {
  color: var(--black);
}

.div-block-47 {
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-48 {
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heading-17 {
  color: var(--darkerheader);
}

.div-block-49 {
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-18 {
  color: #fff;
  text-align: center;
}

.text_container-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 1200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.text_container-5.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  left: auto;
}

.text-block-27 {
  color: #fff;
  text-align: center;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  margin-bottom: 19px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 42px;
}

.div-block-50 {
  flex-direction: column;
}

.div-block-52 {
  display: flex;
  position: relative;
}

.div-block-53 {
  flex-direction: column;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/TriangleBlueDarkFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 128px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-29 {
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  font-size: 15px;
  text-decoration: underline;
}

.body-2 {
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
}

.div-block-56 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/5ae1e53653613b2501181327_Illu1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 80%;
  margin-top: 51px;
  display: block;
  position: absolute;
  inset: auto 0% 0 auto;
  overflow: visible;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.div-block-57 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.image-32 {
  margin-left: 20px;
}

.brand-5 {
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.brand-5.w--current {
  height: 80px;
}

.navbar-7 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.brand-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.image-33 {
  width: 220px;
}

.text-block-30 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-31 {
  color: #fff;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 20px;
  font-weight: 900;
}

.trianglesplitwhitefull-4 {
  object-fit: fill;
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
}

.text_container-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 43%;
  max-width: 1200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.heading-19 {
  display: none;
}

.paragraph-10 {
  color: #777;
}

.paragraph-11 {
  color: var(--black);
}

.div-block-58 {
  background-image: url('../images/WhiteTriangleFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-59 {
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-20 {
  color: #00586a;
  display: none;
}

.div-block-60 {
  background-image: url('../images/WhiteTriangleFlipY.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.text_container-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 43%;
  max-width: 1200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 7%;
}

.text_container-7.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  left: auto;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  margin-bottom: 19px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 42px;
}

.div-block-61 {
  flex-direction: column;
}

.div-block-63 {
  display: flex;
  position: relative;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/TriangleBlueDarkFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 128px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-65 {
  flex-direction: column;
  display: flex;
}

.div-block-66 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-33 {
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  font-size: 15px;
  text-decoration: underline;
}

.body-3 {
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
}

.wrapperlegallinks {
  flex-direction: column;
  margin-top: 68px;
  margin-bottom: 68px;
  display: flex;
}

.containerbasic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.greenghostbutton {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #4fb3d2;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 400;
}

.legaltext {
  margin-top: 50px;
  margin-bottom: 50px;
}

.body-4 {
  --dark-slate-grey: #1879c0;
  --tomato: #ec5047;
  --footerheight: 300px;
  --footerheighttablet: 200px;
  --topbumperheighttablet: 96px;
  --footerheightphone: 150px;
  --black: black;
  --logoscalefooter: 200px;
  --logoscalefootertablet: 160px;
  --logoscalefooterphone: 140px;
  --topbumperheight: 128px;
  --splitterheightphone: 80px;
  --splitterheight: 160px;
  --splitterheighttablet: 120px;
  --topbumperheightphone: 64px;
  --logoscale: 220px;
  --logoscaletablet: 180px;
  --logoscalephone: 140px;
  --white: white;
  --darkerheader: #002f61;
  --bright: #65b0c0;
}

.div-block-67 {
  flex-direction: column;
}

.div-block-69 {
  display: flex;
  position: relative;
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/TriangleBlueDarkFlipX.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 128px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-71 {
  flex-direction: column;
  display: flex;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34 {
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .basic_container {
    flex-flow: column;
    position: relative;
  }

  .header_left {
    margin-top: 85px;
  }

  .white.smalltitle {
    margin-top: 102px;
  }

  .basic_section {
    padding-top: 58px;
    padding-bottom: 58px;
    overflow: hidden;
  }

  .basic_section.footer {
    height: var(--footerheighttablet);
    min-height: var(--footerheighttablet);
    padding-top: 0;
  }

  .basic_section.hero {
    background-position: 50% 100%;
    background-size: cover;
    height: 700px;
  }

  .text-left {
    max-width: 100%;
  }

  .image-right {
    align-self: center;
    position: relative;
    right: auto;
  }

  .feature-item {
    flex-basis: 341px;
  }

  .footer_logo {
    width: var(--logoscalefootertablet);
  }

  .cookiewarning {
    width: 650px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .cookie_warning {
    width: 650px;
  }

  .menu {
    width: 0;
  }

  .mainmain {
    padding-left: 0;
  }

  .nav-menu {
    background-image: linear-gradient(to top, #000, #fff 0%);
  }

  .navbar-2 {
    flex-direction: row-reverse;
    width: 209px;
    display: flex;
  }

  .div-block-3 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: stretch;
  }

  .quick-overview {
    background-image: linear-gradient(#00586a, #00586a);
    width: 63vw;
  }

  .quick-overview._2white {
    width: 63vw;
    height: auto;
  }

  .div-block-4 {
    width: 150px;
  }

  .link-block {
    background-image: url('../images/BaseBlocks_b.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 23px;
    width: 150px;
  }

  .headerquick {
    width: 63vw;
  }

  .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header2white {
    width: 63vw;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .timestamp, .saleexample, .growthexample {
    width: 63vw;
  }

  .icon {
    color: #000;
  }

  .menu-button {
    background-color: #0000;
    width: 60px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .features {
    width: 209px;
  }

  .link {
    direction: ltr;
    text-align: left;
    min-width: 140px;
  }

  .basis {
    width: 150px;
  }

  .peru {
    width: 120px;
  }

  .form {
    width: 60vw;
  }

  .code {
    width: 63vw;
  }

  .tutorial {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .profil {
    width: 60vw;
  }

  .text_container {
    flex-flow: column;
    position: absolute;
  }

  .triangletop {
    height: var(--topbumperheighttablet);
  }

  .trianglesplitwhitefull {
    height: var(--splitterheighttablet);
  }

  .div-block-17 {
    height: var(--topbumperheighttablet);
  }

  .div-block-18, .div-block-19 {
    height: var(--splitterheighttablet);
  }

  .image-2 {
    width: var(--logoscaletablet);
  }

  .bottomtriangle {
    height: var(--splitterheighttablet);
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .navbar-3 {
    justify-content: center;
  }

  .brand-2.w--current {
    justify-content: flex-start;
  }

  .menu-button-2 {
    color: #fff;
    background-image: linear-gradient(#004b9c, #004b9c);
    border: 0 solid #fff;
    font-size: 32px;
  }

  .menu-button-2.w--open {
    background-color: #004b9c;
  }

  .nav-menu-2 {
    background-image: linear-gradient(#0087cd, #0087cd);
    border-bottom: 1px solid #005a8b;
  }

  .container-3 {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  .text-block-18 {
    margin-top: 74px;
  }

  .impressholder {
    flex-flow: row;
  }

  .logoholder {
    padding-left: 6vw;
  }

  .footertext.copyr {
    color: #fff;
    margin-top: 14px;
    padding-left: 0;
  }

  .impresslinksholder {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31 {
    padding-top: 0;
  }

  .content {
    width: 360px;
    padding-right: 30px;
  }

  .heading2.bx {
    width: 360px;
  }

  .content-2 {
    width: 360px;
    padding-right: 30px;
  }

  .navbar-4 {
    justify-content: center;
  }

  .image-17 {
    width: 180px;
  }

  .triangletop-2 {
    height: 96px;
  }

  .trianglesplitwhitefull-2 {
    height: 120px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .text_container-2 {
    flex-flow: column;
    position: absolute;
  }

  .div-block-35, .div-block-36, .div-block-37, .bottomtriangle-2 {
    height: 120px;
  }

  .text_container-3 {
    flex-flow: column;
    position: absolute;
  }

  .div-block-43 {
    height: 96px;
  }

  .text-block-24 {
    margin-top: 103px;
  }

  .brand-4.w--current {
    justify-content: flex-start;
  }

  .image-24 {
    width: 180px;
  }

  .text_container-4 {
    flex-flow: column;
    position: absolute;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .trianglesplitwhitefull-3, .div-block-47, .div-block-48, .div-block-49 {
    height: 120px;
  }

  .text_container-5 {
    flex-flow: column;
    position: absolute;
  }

  .div-block-54 {
    height: 96px;
  }

  .text-block-29 {
    margin-top: 103px;
  }

  .brand-5.w--current {
    justify-content: flex-start;
  }

  .image-33 {
    width: 180px;
  }

  .text-block-30 {
    font-size: 12px;
  }

  .trianglesplitwhitefull-4 {
    height: 120px;
  }

  .text_container-6 {
    flex-flow: column;
    position: absolute;
  }

  .div-block-58, .div-block-59, .div-block-60 {
    height: 120px;
  }

  .text_container-7 {
    flex-flow: column;
    position: absolute;
  }

  .div-block-64 {
    height: 96px;
  }

  .text-block-33 {
    margin-top: 103px;
  }

  .div-block-70 {
    height: 96px;
  }

  .text-block-34 {
    margin-top: 103px;
  }
}

@media screen and (max-width: 767px) {
  .header_left {
    margin-top: 89px;
  }

  .white.smalltitle {
    margin-top: 103px;
    font-size: 28px;
    line-height: 32px;
  }

  .basic_section.footer {
    height: var(--footerheighttablet);
    min-height: var(--topbumperheighttablet);
    padding-top: 0;
    padding-bottom: 0;
  }

  .basic_section.hero {
    background-position: 50% 100%;
  }

  .image-right {
    position: relative;
    right: auto;
  }

  .feature-item {
    flex-basis: 259px;
  }

  .footer_logo {
    width: var(--logoscalefootertablet);
  }

  .cookiewarning {
    width: 400px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .cookie_warning {
    width: 400px;
  }

  .heading-3 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .quick-overview {
    width: 90vw;
  }

  .quick-overview._2white {
    width: 90vw;
    height: auto;
  }

  .headerquick, .header2white, .timestamp {
    width: 90vw;
  }

  .saleexample, .growthexample {
    width: 85vw;
  }

  .form, .registerfield {
    width: 80vw;
  }

  .profil {
    align-items: center;
    width: 80vw;
  }

  .footer_container {
    display: flex;
  }

  .div-block-17 {
    height: var(--topbumperheighttablet);
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .brand-2, .brand-2.w--current {
    width: 200px;
    height: auto;
  }

  .menu-button-2 {
    border-width: 0;
  }

  .nav-menu-2 {
    background-image: linear-gradient(#004b9c, #004b9c);
  }

  .container-3 {
    min-width: 430px;
  }

  .text-block-18 {
    margin-top: 0;
    text-decoration: underline;
  }

  .impressholder {
    flex-direction: column;
    align-items: center;
  }

  .logoholder {
    padding-left: 0;
  }

  .footertext {
    display: block;
  }

  .footertext.copyr {
    color: #fff;
    text-align: center;
    margin-top: 18px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25 {
    justify-content: center;
  }

  .impresslinksholder {
    align-items: center;
    height: 200px;
    min-height: 200px;
    margin-bottom: -52px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    height: 600px;
  }

  .link-2 {
    text-align: center;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    padding-top: 43px;
  }

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

  .footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content {
    width: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading2.bx {
    width: 250px;
    padding-right: 50px;
  }

  .content-2 {
    width: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .text-block-20 {
    font-size: 10px;
  }

  .heading-11 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-39 {
    height: 600px;
  }

  .div-block-41 {
    justify-content: center;
  }

  .div-block-42 {
    justify-content: center;
    align-items: center;
  }

  .div-block-43 {
    height: 96px;
  }

  .text-block-24 {
    margin-top: 0;
    text-decoration: underline;
  }

  .brand-4 {
    width: 100px;
  }

  .brand-4.w--current {
    width: 100px;
    height: auto;
  }

  .text-block-25 {
    font-size: 10px;
  }

  .div-block-50 {
    height: 600px;
  }

  .div-block-52 {
    justify-content: center;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
  }

  .div-block-54 {
    height: 96px;
  }

  .text-block-29 {
    margin-top: 0;
    text-decoration: underline;
  }

  .brand-5 {
    width: 100px;
  }

  .brand-5.w--current {
    width: 100px;
    height: auto;
  }

  .text-block-30 {
    font-size: 10px;
  }

  .div-block-61 {
    height: 600px;
  }

  .div-block-63 {
    justify-content: center;
  }

  .div-block-64 {
    height: 96px;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
  }

  .text-block-33 {
    margin-top: 0;
    text-decoration: underline;
  }

  .div-block-67 {
    height: 600px;
  }

  .div-block-69 {
    justify-content: center;
  }

  .div-block-70 {
    height: 96px;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
  }

  .text-block-34 {
    margin-top: 0;
    text-decoration: underline;
  }
}

@media screen and (max-width: 479px) {
  .white.smalltitle {
    margin-top: 51px;
  }

  .basic_section.blueish {
    position: relative;
  }

  .basic_section.footer {
    height: var(--footerheightphone);
    min-height: 100px;
    padding-top: 0;
  }

  .basic_section.hero {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-position-x: left;
    background-clip: border-box;
  }

  .footer_logo {
    width: var(--logoscalefooterphone);
  }

  .teaser {
    color: red;
    line-height: 30px;
  }

  .cookiewarning, .cookie_warning {
    width: 300px;
  }

  .heading-3 {
    padding: 0 18px;
  }

  .menuheader {
    z-index: 3;
    width: 100vw;
    display: none;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    z-index: 10;
    width: 100vw;
  }

  .navbar-2 {
    background-color: #fff;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
  }

  .quick-overview {
    width: 90vw;
  }

  .quick-overview._2white {
    width: 90vw;
    height: auto;
  }

  .div-block-4 {
    width: 30px;
  }

  .link-block {
    background-image: url('../images/bb_logo.svg');
    background-position: 50%;
    background-size: 23px 23px;
    width: 30px;
    margin-left: -7px;
  }

  .headerquick, .header2white, .timestamp.most {
    width: 90vw;
  }

  .text-block-8 {
    width: 80px;
  }

  .text-block-10 {
    width: 65px;
  }

  .saleexample, .growthexample {
    width: 85vw;
  }

  .accountname {
    font-size: 12px;
  }

  .link-block-3 {
    position: fixed;
    top: 0;
    right: 0;
  }

  .menu-button {
    position: fixed;
    top: 5px;
    left: 0;
  }

  .features {
    width: 100vw;
  }

  .link {
    min-width: 79vw;
  }

  .basis {
    width: 70px;
    font-size: 12px;
  }

  .bbasis {
    width: 45px;
    font-size: 12px;
  }

  .peru {
    width: 80px;
    font-size: 8px;
  }

  .price {
    width: 60px;
  }

  .form {
    width: 85vw;
  }

  .submit-button {
    margin-top: 16px;
  }

  .text-block-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-15 {
    align-items: flex-end;
  }

  .code {
    padding-left: 0;
  }

  .tutorial {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .profil {
    width: 85vw;
  }

  .submit-button-profile {
    margin-top: 16px;
  }

  .onlymobile {
    display: flex;
  }

  .footer_container {
    min-height: auto;
  }

  .text_container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 85%;
    margin-top: 72px;
  }

  .triangletop {
    height: var(--splitterheightphone);
    width: 100%;
  }

  .trianglesplitwhitefull {
    height: var(--topbumperheightphone);
  }

  .div-block-17 {
    height: var(--splitterheightphone);
    width: 100%;
  }

  .div-block-18, .div-block-19 {
    height: var(--splitterheightphone);
  }

  .div-block-20 {
    display: none;
  }

  .image-2 {
    width: var(--logoscalephone);
  }

  .bottomtriangle {
    height: var(--splitterheightphone);
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .navbar-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .brand-2 {
    width: 160px;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
  }

  .brand-2.w--current {
    width: 160px;
    height: auto;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2.call {
    justify-content: center;
    height: 70px;
    margin-left: 41px;
    font-size: 16px;
  }

  .phoneico {
    font-size: 18px;
  }

  .nav-menu-2 {
    border-bottom: 1px solid #005a8b;
  }

  .image-3 {
    height: 80px;
    margin-left: 0;
  }

  .container-3 {
    justify-content: flex-end;
    min-width: 100vw;
  }

  .footertext {
    text-align: center;
  }

  .footertext.copyr {
    color: #fff;
    text-align: center;
    padding-left: 0;
    position: relative;
  }

  .footertext.rightalign {
    text-align: center;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-24 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .link-2 {
    text-align: center;
  }

  .footerbox {
    border-style: none;
    width: 300px;
  }

  .content {
    width: 300px;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .heading2.bx {
    width: 300px;
    padding-right: 0;
    font-size: 20px;
  }

  .content-2 {
    width: 300px;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .navbar-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .div-block-32 {
    display: none;
  }

  .image-17 {
    width: 140px;
  }

  .triangletop-2 {
    width: 100%;
    height: 80px;
  }

  .trianglesplitwhitefull-2 {
    height: 64px;
  }

  .text-block-21 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text_container-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 88%;
  }

  .heading-11 {
    padding: 0 18px;
  }

  .div-block-35, .div-block-36, .div-block-37 {
    height: 80px;
  }

  .bottomtriangle-2 {
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .text_container-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-39 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-43 {
    width: 100%;
    height: 80px;
  }

  .image-23 {
    margin-left: 0;
  }

  .brand-4 {
    width: 160px;
    height: auto;
    display: flex;
  }

  .brand-4.w--current {
    padding-left: 95px;
    display: none;
  }

  .div-block-46 {
    display: none;
  }

  .image-24 {
    width: 140px;
  }

  .text_container-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 87%;
  }

  .text-block-26 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .trianglesplitwhitefull-3 {
    height: 64px;
  }

  .div-block-47, .div-block-48, .div-block-49 {
    height: 80px;
  }

  .text_container-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-50 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-54 {
    width: 100%;
    height: 80px;
  }

  .div-block-56 {
    display: none;
  }

  .image-32 {
    margin-left: 0;
  }

  .brand-5 {
    width: 160px;
    height: auto;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
  }

  .brand-5.w--current {
    padding-left: 95px;
    display: none;
  }

  .image-33 {
    width: 140px;
  }

  .text-block-31 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .trianglesplitwhitefull-4 {
    height: 64px;
  }

  .text_container-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 87%;
  }

  .div-block-58, .div-block-59, .div-block-60 {
    height: 80px;
  }

  .text_container-7 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-61 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block-63 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-64 {
    width: 100%;
    height: 80px;
  }

  .section-17 {
    display: block;
  }

  .columns {
    max-width: 100vw;
  }

  .div-block-67 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block-69 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-70 {
    width: 100%;
    height: 80px;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}