html, body{
  max-width: 100%;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

html, html a {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

body{
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.3px;
  /*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
  overflow-x: hidden;
  width: 100vw;
}

p {
  color: #505A6E;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul{

}

li{
  color: #505A6E;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-grid {
    background-color: #F6F9F9;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 40px 0 !important; /* Top and bottom padding */
    width: 100vw !important;
    max-width: 100% !important;
}


.image-grid img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}

.image-grid-white {
    background-color: #ffffff;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Centers content horizontally */
    justify-content: center !important; /* (Optional) Centers vertically if needed */
    gap: 0vh !important; /* Space between rows */
    padding: 40px 0 !important; /* Top and bottom padding */
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.image-grid-white img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}







.bold{
  font-weight: bold;
}

.container{
  max-width: 1200px;
}

.container.moveUp{
  margin-bottom: -180px;
}

span.small, p.small{
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: inline-block;
}


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

a {
  color: #003F64;
  text-decoration: none;
}

a:hover {
  color:#0070A3;
  text-decoration: none;
}

a:active {
  color: #0070A3;
  text-decoration: none;
}

a:focus {
  color: #0070A3;
  text-decoration: none;
}

h1 {
  color: #003F64;
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 0px;
}

h1 span{
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -1px;
  display: inline-block;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

h1.highlight{
  background: rgb(10,100,130);
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  margin-top: 230px;
}

h2 {
  color: #3D4C5B;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.5;
}

h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  color: #3D4C5B;
  margin-top: 60px;
  margin-bottom: 0px;
}

h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #7f7f7f;
  font-weight: 300;
}

h3 .highlight{
  color: #3D4C5B;
  font-weight: bold;
  margin-top: 40px;
}

h4 .highlight{
  color: #FF5800;
  font-weight: bold;
  line-height: 30px;
}


h5.highlight{
  color: #3D4C5B;
  font-weight: bold;
  font-size: 20px;
}



@media (min-width: 992px) {
   /* .container {
        width: 67%;
    }*/

  .container.bigger{
    width: 80%;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  } 
}

.row {
  padding: 0px;
  margin: 0px;
}
.row.tile{
  background: #ffffff;
  padding-left: calc(7.5% + 10px);
  padding-right: calc(7.5% + 10px);
  box-shadow: 0 -2px 25px 0 rgba(0,0,0,0.20);
  border-radius: 2px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.row.bottomRow{
  display: flex;
  align-items: flex-end;
}


@media (max-width: 991px) {
  .row.bottomRow{
    display: block;
  }
}

.row.marginTop{
  margin-top: 100px;
}

.row.smallMarginTop{
  margin-top: 20px;
}

.row.marginBottom{
  margin-bottom: 100px;
}


.row.smallMarginBottom{
  margin-bottom: 50px;
}

.row.bigMarginBottom{
  margin-bottom: 200px;
}

footer {
  color:#ffffff;
  background-color: rgb(10,100,130);
  padding-top: 60px;
  padding-bottom: 30px;
}

footer p {
  color: #ffffff;
  font-size:14px;
  line-height: 22px;
}

footer a{
  color: #ffffff;
  text-decoration: underline;
}


footer .divider{
  background-color: #fff;
}

.imprint{
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.show-imprint{
  max-height: 20000px;
  overflow: hidden;
  transition: none;
}

.footerCaps {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.footerCapsLink{
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  text-decoration: underline;
}


.divider {
  height: 1px;
  width:100%;
  display:block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #7f7f7f;
  opacity: 0.2;
}

.separator, .block{
  border-bottom: 1px solid;
  border-color: #C6C5C5;
}

.block{
  height: 100%;
}

.leftBlock, .rightBlock{
  height: 100%;
}



.smallSeperator{
  width: 70px;
  height: 2px;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #FF5800;
  opacity: 1;
}

.thinline{
  height: 1px;
  width:100%;
  display:block;
  margin-top:1px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #7f7f7f;
  opacity: 0.2;
}

/* Tabel Section
-----------------------------------------------*/
.table{
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabel{
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
  margin-top: 40px;
}

.tabel .grid{
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  gap: 30px;
}
@media (max-width: 1200px){
  .tabel .grid {
    width: 750px;
  }
}
.tabel .left{
  width: calc((100% / 5 * 2) - 15px);
}
.tabel .right{
  width: calc((100% / 5 * 3) - 15px);
}
@media (max-width: 768px){
  .tabel .grid {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
  .tabel .left{
    width: 100%;
  }
  .tabel .right{
    width: 100%;
  } 
}
.tabel .separator{
  width: 100%;
}
.tabel .textblock{
  display: flex;
  padding: 8px 0;
  padding-bottom: 6px;
}
.tabel .short{
  gap: 6px;
}
.tabel .long{
  justify-content: space-between;
}
@media (max-width: 992px){
  .tabel .long {
    flex-direction: column;
    gap: 8px;
  }
}
.tabel .labels{
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tabel .labelsleft{
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 992px){
  .tabel .labels {
    width: 100%;
  }
  .tabel .labelsleft{
    width: 100%;
  }
}

.tabel .labelWrapper{
  background-color: rgb(10,100,130)
}

.tabel .separator{
  border-color: #C6C5C5;
}

.tabelLabel{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  letter-spacing: 0.5px;
}
.tabelText{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  letter-spacing: 0.5px;
}
.label{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  height: 32px;
  padding: 0.2em 0.6em 0.2em 0.4em;
  /* or 156% */
  
  letter-spacing: 0.5px;
}

.textblock .title{
  font-size: 16px;
  text-transform: uppercase;
  min-width: 100px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #999999;
}

.textblock .title.hasMargin{
  margin-right: 30px;
}

.textblock .text{
  font-size: 16px;
  width: 200px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #505A6E;
}

.table .labelWrapper{
  background: #505A6E;
  border-radius: 2px;
  font-size: 16px;
}

.table .labelsleft{
  display: inline-block;
}

.table .labelsleft .labelWrapper{
  display: inline-block;
}



header .container{
  /*width: 100% !important;*/
}

section.gradient{
  background-image: linear-gradient(0deg, #FBFBFB 0%, #E8EBED 99%);
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
}


section.white{
  background: white;
  border-top: 1px solid #DDDDDD;
}

section.inverse{
  background: linear-gradient(0deg, #f6f6f6 0%, #ffffff 99%);
  border-top: 1px solid #DDDDDD;
}


section.robot{
  margin-bottom: -150px;
}

section.robot .container-fluid{
  padding: 0px;
}

section.moveUp{
  margin-top: -240px;
  z-index: 500;
  perspective: 100;
  position: relative;
}


.row.moveUp{
  margin-top: -200px;
}

/* Teaser Image with parallax effect
-----------------------------------------------*/

.teaser{
  overflow: hidden;
  height:700px ;
  perspective: 700px;
}

/*
.teaserOverlayImage:after{
    content: "";
    position: absolute;
    background: url(../img/diagonal.png) no-repeat top center;
    width: 100%;
    height: 240px;
    bottom: 0px;
    z-index: 100;
    background-size: 100% 240px;
}*/

.teaser .teaserDarken{
  background-color: rgba(30,35,40,1) ;
  height:700px ;
  z-index: 30 ;
  position: absolute;
  width: 100% ;
  opacity: 0;
}

.teaser .teaserOverlayImage{
  height:700px ;
  width: 100% ;
  z-index: 20 ;
  position: absolute;
  background: url(../img/dimmer.png); 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}



@media (max-width: 991px) {
  .teaser .teaserOverlayImage{
    height:700px ;
    width: 100% ;
    z-index: 20 ;
    position: absolute;
    background: url(../img/dimmer_small.png); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }
}


#videobg{
  width: 100vw;
  position: absolute;
  z-index: 11;
  object-fit: cover;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teaser .teaserBackgroundImage{
  height:700px ;
  width: 100% ;
  z-index: 10 ;
  position: relative;
  background: url(../img/header.webp) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.teaser .teaserTagLine{
  
  position: absolute;
  opacity: 1 ;
  z-index: 40 ;
  -webkit-backface-visibility: hidden;
  font-size: 32px;
  text-align: left;
 /* width: 100%;
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;*/
}

@media (min-width: 992px) {
  .teaser .teaserTagLine{
    /*width: 67%;
  margin-left: 16%;
  margin-right: 16%;*/
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }

}



.twitter{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0zOTAgMCAyODIuOSAyODIuOSI+PHN0eWxlPi5zdHlsZTB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0tMjQ4LjUgMEMtMzI2LjkgMC0zOTAgNjMuMS0zOTAgMTQxLjVzNjMuMSAxNDEuNSAxNDEuNSAxNDEuNXMxNDEuNS02My4xIDE0MS41LTE0MS41Uy0xNzAuMiAwLTI0OC41IDB6IE0tMTgyLjIgMTQ0LjdjLTE0LjEgNTcuNy0xMDkuOSA4MS42LTE1My40IDIxLjhjMTYuMyAxNi4zIDQ1LjcgMTcuNCA2NC4yLTIuMmMtMTAuOSAxLjEtMTguNS04LjctNS40LTE1LjIgYy0xMiAxLjEtMTguNS01LjQtMjEuOC0xMC45YzMuMy0zLjMgNS40LTQuNCAxMi00LjRjLTEzLjEtMy4zLTE4LjUtOS44LTE5LjYtMTcuNGMzLjMtMS4xIDguNy0xLjEgMTAuOS0xLjEgYy0xMi02LjUtMTUuMi0xNS4yLTE1LjItMjEuOGMyMC43IDcuNiAzMy43IDE0LjEgNDQuNiAxOS42YzQuNCAyLjIgOC43IDUuNCAxMy4xIDEwLjljNi41LTE2LjMgMTQuMS0zMy43IDI3LjItNDIuNCBjMCAyLjItMS4xIDMuMy0yLjIgNS40YzMuMy0zLjMgOC43LTUuNCAxNC4xLTYuNWMtMS4xIDMuMy01LjQgNS40LTguNyA2LjVjMi4yLTEuMSAxNS4yLTYuNSAxNy40LTMuM2MyLjIgMy4zLTguNyA1LjQtMTAuOSA2LjUgYy0xLjEgMC0yLjIgMS4xLTQuNCAxLjFjMTYuMy0yLjIgMzIuNiAxMiAzNyAyOS40YzAgMS4xIDEuMSAyLjIgMS4xIDQuNGM2LjUgMi4yIDE3LjQgMCAyMC43LTIuMmMtMi4yIDYuNS04LjcgMTAuOS0xOC41IDEwLjkgYzQuNCAyLjIgMTMuMSAzLjMgMTkuNiAyLjJDLTE2NS44IDE0MS41LTE3MS4zIDE0NC43LTE4Mi4yIDE0NC43eiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==) 
  no-repeat center center;
  background-size:30px 30px;
  height:30px;
  width:30px;
  opacity: 0.5;
}

.twitter:hover{
  opacity: 1;
}

.facebook{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OTkuOSA4MDAiPjxzdHlsZT4uc3R5bGUwe2ZpbGw6I0ZGRjt9PC9zdHlsZT48cGF0aCBkPSJNMzk5LjkgMEMxNzguNCAwLTAuMSAxNzguNS0wLjEgNDAwczE3OC41IDQwMCA0MDAgNDAwczQwMC0xNzguNSA0MDAtNDAwUzYyMS40IDAgMzk5LjkgMHogTTQ5NS4zIDI2NC42IGMtMTguNSAwLTM2LjkgMC00Ni4yIDBzLTE4LjUgMTIuMy0xOC41IDE4LjVzMCA0Ni4yIDAgNDYuMnM1OC41IDAgNjQuNiAwYy0zLjEgMzYuOS02LjIgNzAuOC02LjIgNzAuOGgtNTguNXYyMDYuMmgtODYuMlY0MDBoLTQwIHYtNzAuOGg0My4xYzAgMCAwLTQ2LjIgMC01NS40cy0zLjEtODAgODYuMi04MGMxMi4zIDAgNDAgMCA2NC42IDBDNDk1LjMgMjI0LjYgNDk1LjMgMjU1LjQgNDk1LjMgMjY0LjZ6IiBjbGFzcz0ic3R5bGUwIi8+PC9zdmc+) 
  no-repeat center center;
  background-size:30px 30px;
  height:30px;
  width:30px;
  opacity: 0.5;
}

.facebook:hover{
  opacity: 1;
}

.xing{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNSAyODMuNSI+PHN0eWxlPi5zdHlsZTB7ZmlsbDojRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0xNDEuNyAwQzYzLjIgMCAwIDYzLjIgMCAxNDEuN3M2My4yIDE0MS43IDE0MS43IDE0MS43czE0MS43LTYzLjIgMTQxLjctMTQxLjdTMjIwLjEgMCAxNDEuNyAweiBNNzQuMSAxNzAuMWwyNC4xLTQxLjNMNzkuNiA5Ni4xaDMxLjVsMTguNSAzMi43bC0yNC45IDQxLjNINzQuMXogTTE5MS45IDIxMy43SDE1OEwxMjUuMyAxNTdsNTAuMi04Ny4yaDMzLjdsLTUwIDg3LjJMMTkxLjkgMjEzLjcgeiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==) 
  no-repeat center center;
  background-size:30px 30px;
  height:30px;
  width:30px;
  opacity: 0.5;
}

.xing:hover{
  opacity: 1;
}

.sc-prv {
  width: 80%; /* Eltern-Container auf 100% Breite setzen */
  height: 100vh; /* Optional: Volle Höhe des Viewports */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Falls das Bild größer ist */
}

.sc-prv img {
  width: 100%;  /* Bild füllt gesamte Breite */
  height: 100%; /* Bild passt sich der Höhe an */
  object-fit: contain; /* Bild füllt den Container, ohne Verzerrung */
}


.screen0{
  width: 140%;
}

.screen2{
  width: 140%;
  margin-left: -20%;
  margin-top: -470px;
  position: absolute;
}

.screen3{
  width: 130%;
  min-width: 1000px;
  margin-top: -300px;
  margin-left: -80px;
}


.screen4{
  width: 127%;
  min-width: 1000px;
  margin-top: -500px;
  margin-left: 50%;
  margin-bottom: 0px;
  transform: translateX(-50%);
}


@media (max-width: 767px) {
  .screen4{
    width: 100%;
    min-width: initial;
    margin-top: -300px;
  }

  .screen3{
    width: 100%;
    min-width: initial;
    margin-top: 50px;
    margin-bottom: -50px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .row.bigMarginBottom{
    margin-bottom: 0px
  }
}


.img{
  width: 100%;
}

.process{
  width: 120%;
  margin-left: -10%;
}

.slider{
  width: 100%;
}



img.bigImage{
  max-height: initial;  
  object-fit: initial;
}

img.defaultImage{
  max-height: initial;  
  object-fit: initial;
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.screen1{
  background: url(../img/screen1.png) no-repeat center center;
  width: 130%;
  background-position: top center;
  height: 800px;
  background-size: contain;
  top: 0px;
  position: absolute;
  margin-top: -150px;
  margin-left: 50%;
  min-width: 1000px;
  /* transform: translateX(-50%); */
  /* left: 0px; */
  right: 0px;
  /* transform: translateX(-30%);*/

}

/* IMAGE SLIDER */

.sliderContainer{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;

}


.sliderContainer img{
  vertical-align: initial;
  pointer-events: none; /* Prevents dragging images */
  user-select: none;   
  max-height: 1000px;
  width: initial;
  margin: auto;
  display: block;
  max-width: 100%;
}

.sliderContainer.slider2{
  overflow: initial;
  max-width: 90%;
  width: 1400px;

  margin-left: 50%;
  transform: translateX(-50%);
}




.sliderContainer img{
  max-height: 950px;
  max-width: 100%;
}

img.right{
  float: right;
}

.sliderContainer .slide{
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  transform: translateX(0px);
  transition: all 0.3s ease-out;
}

.sliderContainer .slide span{
  display: block;
  text-align: center;
  width: 100%;
  white-space: normal;
}


.sliderControls{
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
  user-select: none;
}
.dot{
  margin: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #003F64;
  margin-top: 11px;
  margin-bottom: 11px;
}

.dot.selected{
  background: #003F64;
}
.prev{
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url("../img/arrow_prev.svg") no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.next{
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url("../img/arrow_next.svg") no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}



div.spacer
{
    font-size: 0; 
    height: 6vh;
    line-height: 0;
}




/* Override any container constraints for fullwidth sections */
section.fullwidth .container,
section.fullwidth .container-fluid,
section.fullwidth