body {
  margin: 0;
}
  
* {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}
  
html {
  scroll-behavior: smooth !important;
  background-color: #F2F2F2;
}

/* ------ Page Loading Image ------ */

body {
  margin: 0;
  padding: 0;
  background-image: url('weisses-bild.jpg');
  background-size: cover;
  background-position: center;
  font-family: Arial, sans-serif;
}
body:not(.loaded) * {
  visibility: hidden;
}

/* ------ Page Loading Image ------ */
  
@font-face {
  font-family: ProductSans;
  src: url("fonts/productsans-regular.woff");
  font-display: swap;
}
@font-face {
  font-family: ProductSans;
  src: url("fonts/productsans-black.woff");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: ProductSans;
  src: url("fonts/productsans-medium.woff");
  font-display: swap;
  font-weight: medium;
}
@font-face {
  font-family: Consolas;
  src: url("fonts/Consolas.woff");
  font-display: swap;
}
@font-face {
  font-family: Consolas;
   src: url("fonts/Consolas-Bold.woff");
  font-display: swap;
  font-weight: bold;
}
  
.mobile-br {
  display: block;
}

/* ---------------- Header Start ---------------- */

.container-0 {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 70px;
}
.headerrow.width{
  width: 100%;
  max-width: 1050px;
  margin-left: 16px;
  margin-right: 16px;
}
.navbar {
  display: block;
  width: 100%;
}
.logoheader {
  width: 90px;
  height: auto;
}
.headerbutton {
  color: #F2F2F2;
  background-color: #333333;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border: solid 1px #333333;
  font-weight: medium;
  font-size: 16px;
  text-decoration: none;
}
.headerbutton:hover {
  background-color: #4D4D4D;
}

/* ---------------- Cookiebar Start ---------------- */

.cookie-bar {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  background-color: #f2f2f2;
  border: solid 2px #666666;
  border-radius: 50px;
  color: #333333;
  padding: 10px;
  text-align: center;
  font-family: Consolas;
  z-index: 9999;
}

.cookie-bar button {
  background-color: #333333;
  color: #f2f2f2;
  padding: 7px 15px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
.cookie-bar button:hover {
  background-color: #4D4D4D;
}

/* ---------------- Block 1 Start ---------------- */

.container-1 {
  display: flex;
  justify-content: center;
  padding-bottom: min(12vh, 120px);
}
.pill1 {
  border: 1.5px solid #d9d9d9;
  border-radius: 50px;
  padding: 5px 15px; 
  color: #666666; 
  background-color: #d9d9d9;
  font-size: 16px;
  font-weight: medium;
  width: fit-content;
  font-family: ProductSans;
}
.title {
  font-weight: bold;
  font-size: min(7vw, 80px);
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  color: #333333;
}
.infotext {
  font-family: Product Sans;
  font-weight: normal;
  font-size: 19px;
  margin-bottom: 15px;
  color: #808080;
}
.check-2 {
  margin-bottom: 2px;
  margin-right: 10px;
  color: #808080;
}
.videocontainer1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
.videocontainer2 {
  display: flex;
  justify-content: end;
  align-items: start;
  width: 500px;
  height: 500px;
}
.ads-video {
  position: absolute;
  width: auto;
  height: 400px;
  border-radius: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}
.ads-video2 {
display: none;
}
.arrows {
display: none;
  }

/* ---------------- Logos Block Start ---------------- */

.container-12 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E6E6E6;
}
.widthblock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.widthblock2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.logos{
  width: 150px;
  height: auto;
}
.logos-bigscreen{
  display: none;
}

/* ---------------- Block 2 Start ---------------- */

.pill2 {
  border: 1.5px solid #333333;
  border-radius: 50px;
  padding: 5px 15px; 
  color: #333333; 
  font-size: 16px;
  font-weight: medium;
  width: fit-content;
  font-family: Consolas;
}
.container-2 {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F2F2F2;
}
.row.width{
  max-width: 1050px;
  margin-left: 16px;
  margin-right: 16px;
}
.mehrkoennen {
  display: inline-block;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #333333;
  font-size: 52px;
  font-family: ProductSans;
}
.webtext {
  font-size: 18px;
  color: #808080;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: 70px;
}
.image-webentwicklung {
  position: relative;
  width: 70%;
  height: auto;
  padding-top: 30px;
}
.imagecontainer {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* ---------------- Block 3 Start ---------------- */

.container-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  background-color: #F2F2F2;
}
.image-marketing {
  position: relative;
  width: 70%;
  height: auto;
  padding-top: 30px;
}
.inhaltblock {
  display: block;
}
.col-md.block3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md.desktop {
  display: none;
}
.col-md.mobile {
  display: block;
}
.programme-logos {
  width: auto;
  height: 70px;
  padding-top: 25px;
}

/* ---------------- Block 4 Start ---------------- */

.container-4 {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #E6E6E6;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.platzhalter {
  width: 1050px;
  height: 0px;
}
.col-md.step2{
  font-size: 20px;
  color: #808080;
  height: 132px;
}
.centering {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* ---------------- Block 5 Start ---------------- */

 .container-5 {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  background-color: #F2F2F2;
  padding-top: 100px;
}
.col-md.ueberuns {
  display: flex;
  justify-content: left;
  align-items: center;
}
.col-md.imageportrait {
  display: flex;
  justify-content: start;
  align-items: start;
}
.image-portrait {
  position: relative;
  width: 70%;
  height: auto;
  padding-top: 30px;
}
.teamtitle {
  padding-top: 5px;
  font-family: ProductSans;
  font-weight: bold;
  font-size: 35px;
  color: #333333;
}

/* ---------------- Block 6 Start ---------------- */

.container-6 {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #E6E6E6;
}
.col-md.vorteile {
  display: flex;
  justify-content: left;
  align-items: center;
}
.col-md.vorteileimage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vorteilecontainer {
  display: block;
  width: 100%;
  height: 430px;
}
.vorteiletitle {
  padding-top: 5px;
  font-family: ProductSans;
  font-weight: bold;
  font-size: 35px;
  color: #333333;
}
.checkvorteile {
  color: #333333;
}
.vorteilblock {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  background-color: #F2F2F2;
}
.vorteilblock2 {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  background-color: white;
  margin-top: 20px;
}
.vorteilblock3 {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  background-color: #F2F2F2;
  margin-top: 20px;
}
.vorteilblock4 {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  background-color: white;
  margin-top: 20px;
}
.textdiv {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  font-family: ProductSans;
  margin-bottom: 0;
  width: 85%;
}
.icondiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 15%;
}
.bigdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 400px;
  padding-top: 50px;
}
.kreisdiv {
  width: 230px;
  height: 230px;
  background-color: white;
  border-radius: 200px;
  font-size: 30px;
}
.kreistext {
  position: absolute;
  font-family: ProductSans;
  font-size: min(8vw, 50px);
  max-width: 400px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 0;
  line-height: 60px;
}

/* ---------------- Block 7 Start ---------------- */

.container-7 {
  display: flex;
  justify-content: center;
  height: 442px;
  width: 100%;
  background-color: #F2F2F2;
  background-image: radial-gradient(#d9d9d9 2px, transparent 0);
  background-size: 40px 40px;
  background-position: -26px -19px;
}
.formularblock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.formulartitle {
  font-family: ProductSans;
  font-weight: normal;
  font-size: 35px;
  color: #333333;
  margin: 0;
}

/* ---------------- Footer Start ---------------- */

.container-8 {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #FFFA3A;
}
.platzhalterfooter {
  width: 1050px;
}
.footertext {
  font-weight: bold;
  color: black;
  font-family: ProductSans;
  margin-bottom: 16px;
}
.copyright {
  font-size: smaller;
  color: black;
  font-weight: normal;
  margin-bottom: 16px;
}
.footerlink {
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding-right: 10px;
}
.footerlinkbewerten {
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding-right: 10px;
  display: block;
  padding-top: 8px;
}
.footerlink:hover {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}
.col-md.footertext {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0;
}
.footer-logo {
  width: 30px;
  height: auto;
  padding-bottom: 3px;
}
.footerbutton {
  color: #FFFA3A;
  background-color: black;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border: solid 1px #333333;
  font-weight: medium;
  font-family: ProductSans;
  font-size: 16px;
  text-decoration: none;
}
.footerbutton:hover {
  background-color: #333333;
}
.footerbuttoncontainer {
  display: flex;
  align-items: start;
  justify-content: start;
  padding-top: 25px;
  padding-bottom: 25px;
}
.star {
  margin-bottom: 5px;
}