:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/canstockphoto2844939.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 4px solid #69b9ff;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.hero-section.centered.kids {
  background-image: url('../images/design-desk.jpg');
}

.hero-section.centered.yorck {
  background-image: url('../images/bg_biplane-p-800x300.jpeg');
}

.hero-heading {
  float: none;
  color: #fff;
  text-align: right;
  letter-spacing: 4px;
  text-transform: lowercase;
  margin: 0 44px 30px 50px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
  position: static;
  inset: -38% 0% auto auto;
}

.hero-heading.yorck {
  text-align: left;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-top: 102px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 0;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

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

.text-span {
  color: #fcfcfc;
  text-transform: lowercase;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image {
  float: none;
  border: 1px #000;
  border-radius: 20px;
  display: inline-flex;
}

.text-span-2 {
  float: left;
  color: #fff;
  margin-bottom: 0;
}

.text-block {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 179px;
  left: 149px;
}

.text-span-3 {
  float: left;
  color: #fff;
  padding-bottom: 10px;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 179px;
  left: 120px;
}

.text-block-3 {
  color: #070707;
  position: relative;
  top: 179px;
  left: -50px;
}

.text-block-4 {
  color: #fdfdfd;
  position: relative;
  top: 179px;
  left: -50px;
}

.image-2 {
  position: absolute;
  inset: 0% auto 0% 5%;
}

.image-3 {
  max-width: 30%;
  margin-top: 10px;
}

.link-block {
  background-image: url('../images/LI-In-Bug.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  max-width: none;
  position: relative;
}

.linkedin {
  background-image: url('../images/LI-In-Bug.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 80px;
  overflow: hidden;
}

.columns {
  float: right;
}

.button-2 {
  top: 0;
}

.button-3 {
  background-color: #fff;
  background-image: url('../images/LI-In-Bug.png');
  background-position: 50%;
  background-size: cover;
}

.button-3.linkedin {
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  min-width: 50px;
  height: auto;
  min-height: 50px;
}

.button-4 {
  float: none;
  clear: both;
  color: #000;
  background-color: #fff;
  position: relative;
  top: 5px;
}

.button-5 {
  float: left;
  position: relative;
  top: -47px;
}

.button-6 {
  float: right;
  clear: none;
  background-color: #fff;
  background-image: url('../images/LI-In-Bug.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 50px;
  min-height: 50px;
  margin-right: 10px;
  position: relative;
  inset: auto 0% 0%;
}

.button-f {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  padding-right: 15px;
}

.button-f.impressum {
  color: #000;
  background-color: #fff;
}

.button-f.kontakt {
  color: #000;
  background-color: #fff;
  margin-right: 20px;
}

.image-4, .image-5 {
  border-radius: 20px;
}

.button-7 {
  background-color: #0000;
  background-image: url('../images/Main_kids-p-500x500.jpeg');
  background-position: 50%;
  background-size: contain;
  min-width: 200px;
  min-height: 200px;
}

.button-8 {
  float: none;
  color: #000;
  text-align: left;
  background-color: #00000003;
  background-image: url('../images/Main_kids-p-500x500.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  min-width: 200px;
  min-height: 200px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.button-9 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/yorck.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  min-width: 200px;
  min-height: 200px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.button-10 {
  float: right;
  background-color: #fff0;
  background-image: url('../images/DE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  position: relative;
  top: 15px;
}

.button-10.eng {
  background-image: url('../images/EN.jpg');
}

.button-10.eng.impde {
  background-image: url('../images/DE.jpg');
}

.button-10.eng.impen {
  background-image: url('../images/EN.jpg');
}

.button-10.eng.impen.de {
  background-image: url('../images/DE.jpg');
}

.button-11 {
  float: left;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/reuber.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 40px;
  min-height: 40px;
  margin-left: 20px;
}

.button-12 {
  margin-left: 10px;
}

.button-12.w--current {
  float: left;
  background-color: #fff;
  background-image: url('../images/reuber.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 40px;
  min-height: 40px;
}

.button-13 {
  background-color: #3797eb;
}

.button-13.w--current {
  float: left;
  background-color: #fff;
  background-image: url('../images/reuber.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 40px;
  min-height: 40px;
  margin-left: 10px;
}

.columns-2 {
  color: #fff;
  background-color: #fffefe00;
  border-radius: 20px;
}

.columns-2.info, .columns-2.imp {
  background-color: #fffefecc;
}

.text-block-5 {
  text-align: left;
}

.text-block-6 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  font-size: 20px;
}

.image-6 {
  max-width: 90%;
}

.text-block-7 {
  color: #000;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

.text-block-8 {
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 14px;
}

.text-block-9 {
  color: #000;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.text-block-10 {
  color: #000;
  text-align: justify;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 12px;
}

.text-block-11, .text-block-12 {
  color: #000;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.image-7 {
  border-radius: 20px;
  max-width: 220px;
  margin-top: 40px;
}

.bold-text {
  text-transform: uppercase;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.image-8 {
  border-radius: 20px;
  max-width: 220px;
  margin-top: 40px;
}

.text-block-13 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000000bd;
}

.container {
  max-width: none;
  min-height: 200px;
}

.text-block-14 {
  color: #000;
  text-align: right;
  padding-top: 10px;
  padding-left: 220px;
  font-family: Oswald, sans-serif;
}

.image-9 {
  object-fit: fill;
  border: 1px #000;
  border-radius: 20px;
  width: 200px;
  max-width: none;
  height: auto;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.button-14 {
  float: right;
  background-color: #fafafa00;
  background-image: url('../images/EN.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-right: 20px;
}

.button-14.eng {
  background-image: url('../images/EN.jpg');
  margin-top: auto;
}

.button-14.de {
  background-image: url('../images/DE.jpg');
}

.button-16 {
  float: right;
  background-color: #0000;
  background-image: url('../images/bow_xing_group2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  min-height: 30px;
  margin-top: 10px;
}

.button-16.bow {
  min-height: 40px;
}

.button-17 {
  float: right;
  background-color: #fff0;
  background-image: url('../images/vdrbw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}

.button-17.dbwv {
  background-image: url('../images/DBwV.jpg');
  min-height: 40px;
}

.button-17.rv {
  min-height: 40px;
}

.button-17.mov {
  background-image: url('../images/mov.jpg');
  min-height: 40px;
}

.button-17.pmi {
  background-image: url('../images/pmi.jpg');
  width: 100px;
  min-width: auto;
  height: 40px;
  min-height: auto;
  margin-bottom: 10px;
}

.button-17.padi {
  background-image: url('../images/PADIpro.jpg');
  width: 50px;
  height: 40px;
  min-height: auto;
}

.button-17.hellobeta {
  background-image: url('../images/hellobeta.png');
  min-height: 40px;
}

.container-2 {
  background-color: #110b41;
  background-image: linear-gradient(317deg, #070224, #1a0d4b 51%, #1f134d);
  max-width: none;
  min-height: auto;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.text-block-15 {
  float: right;
  color: #fff;
  margin-bottom: 40px;
  padding-right: 220px;
}

.columns-3 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.text-block-16 {
  color: #fff;
  text-align: right;
  -webkit-text-stroke-color: #fff;
  margin-left: 100px;
  font-weight: 400;
}

.text-block-17 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-block-18 {
  color: #fff;
  font-size: 14px;
}

.image-10 {
  padding-left: 20px;
}

.text-block-19 {
  color: #3d698f;
}

.columns-4 {
  min-height: auto;
}

.container-3 {
  background-image: linear-gradient(318deg, #070120, #241979);
  min-width: auto;
  max-width: none;
  min-height: 200px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  text-align: right;
  margin-bottom: 40px;
  padding-right: 220px;
  font-weight: 400;
}

.text-block-20 {
  color: #fff;
  text-align: right;
  padding-right: 40px;
}

.text-block-21 {
  color: #fff;
  padding-left: 0;
  font-weight: 700;
}

.text-block-22 {
  color: #fff;
  font-size: 14px;
}

.columns-5 {
  margin-top: 10px;
}

.columns-6 {
  margin-top: 20px;
}

.image-11 {
  min-width: 250px;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 140px;
  margin-left: 20px;
}

.column {
  min-height: auto;
}

.container-4 {
  max-width: none;
  min-height: 200px;
}

.image-12 {
  float: left;
  max-width: 40%;
  margin-top: 60px;
}

.mil {
  color: #08042e;
  font-size: 25px;
}

.bold-text-2 {
  float: left;
  text-align: center;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: auto;
}

.text-block-23 {
  color: #000;
  text-align: right;
  margin-right: 40px;
}

.text-block-24 {
  color: #020202;
  text-align: left;
  margin-left: 40px;
  padding-left: 0;
}

.text-block-25 {
  text-align: center;
}

.image-13 {
  float: none;
  clear: none;
  text-align: center;
  vertical-align: baseline;
  width: 150px;
  min-width: auto;
  max-width: none;
  margin-top: auto;
  margin-left: 20px;
  position: static;
}

.image-13.sto96 {
  width: 100px;
}

.image-14 {
  float: right;
  width: 150px;
  min-width: auto;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
}

.image-14.cvii94 {
  width: 80px;
  margin-right: 40px;
}

.text-block-26 {
  color: #000;
  text-align: left;
  margin-left: 220px;
}

.text-block-27 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 220px;
  font-weight: 700;
}

.columns-7 {
  margin-top: 40px;
}

.columns-7.milstat {
  margin-top: 20px;
}

.image-15 {
  width: 150px;
  min-width: auto;
  max-width: none;
}

.bold-text-3 {
  font-weight: 400;
}

.text-block-28 {
  color: #000;
  font-weight: 700;
}

.text-block-29 {
  color: #000;
  text-align: right;
  margin-right: 40px;
  font-weight: 700;
}

.text-block-30 {
  text-align: right;
  margin-right: 40px;
  font-size: 14px;
}

.text-block-31 {
  font-size: 14px;
}

.container-5 {
  background-image: linear-gradient(313deg, #03000e, #160f47);
  min-width: auto;
  max-width: none;
  min-height: 200px;
}

.text-block-32 {
  color: #fff;
  margin-top: 40px;
  margin-left: 220px;
  font-weight: 700;
}

.text-block-33 {
  color: #fff;
  text-align: justify;
  margin-top: 20px;
  margin-left: 220px;
  font-family: Oswald, sans-serif;
}

.image-16 {
  width: auto;
  max-width: none;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 220px;
}

.image-16.h2, .image-16.h3, .image-16.h4, .image-16.h6 {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .button-8, .button-9 {
    min-width: 150px;
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .button-8, .button-9 {
    min-width: 150px;
    min-height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .button-f.impressum, .button-f.kontakt {
    margin-right: auto;
  }
}


