.navbar-dark .navbar-nav .nav-link {
  color: #FFF;}
.fixed-header .navbar {
  border-bottom: 2px solid #00b4ec;}
.high-quality-engineering {
      font-family: 'Segoe Script'; }  
.navbar-nav > .nav-item > .nav-link {
      font-weight: 700 !important;
      text-transform: none;
      font-size: 1.08rem !important;}
.reveal{
position: relative;
transform: translateX(-50px);  
opacity: 0;
transition: 0.5s all ease-in;}
.reveal.active{
transform: translateX(0);
opacity: 1;}
/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
font-weight: 400;
line-height: 1.5;}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #356eb5;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #356eb5;
  z-index: -1;}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;  
  padding: 0px 25px;}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #356eb5;}
.timeline-article .content-left-container {
  float: left;}
.timeline-article .content-right-container {
  float: right;}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50.5%;
  width: 50px;
  height: 50px;
  margin-left: -31px;
  color: #356eb5;    
  background: #FFF;
  border: 2px solid #356eb5;
  border-radius: 3px;}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;}
.timeline-article .meta-date .date {
  font-size: 25px;
  line-height: 50px;}
/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 20px;
    min-height: 53px;  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;  }
  .timeline-article .content-right:before {
    display: none;  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;  }
  .timeline-article p span.article-number {
    display: none;  }  
}
/*===== // Resonsive Vertical Timeline =====*/
/*===== // Resonsive Horizontal Timeline =====*/
#timeline {
  display: flex;
  background-color: #031625;}
#timeline:hover .tl-item {
  width: 23.3333%;}
.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 80vh;
  min-height: 400px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;}
.tl-item:after {
  background: rgba(53, 110, 181, 0.55);
  opacity: 1;
  transition: opacity 0.5s ease;}
.tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #356eb5 95%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;}
.tl-item:hover {
  width: 30% !important;}
.tl-item:hover:after {
  opacity: 0;}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;}
.tl-item:hover .tl-bg {
  filter: grayscale(0);}
.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;}
.tl-content h1 {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;}
.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;}
.tl-year p {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.728rem;
  line-height: 0;}
.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(50%);}
@media (max-width: 992px) {
  #timeline {
      display: none;  }
  }
  .rund {
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;      }
.align-cobot {
align-content:center;
justify-content: center;
display: flex;}
.align-cobot2 {
float: right;}
.center-text {
display: flex; 
flex-direction: column; 
justify-content:center;}
.icon-large {
width: 7rem;
height: 7rem;}
.icon-large i {
font-size: 5rem; }
.theme-hover-bg-gradient:hover {
  background: linear-gradient(180deg, #356eb5 50%, #29568e 100%) repeat-x !important; }
.theme-hover-bg-gradient:hover h6, .theme-hover-bg-gradient:hover .h6 {
    color: white; }
.theme-hover-bg-gradient:hover p {
    color: white; }
    .theme-hover-bg-gradient:hover li {
      color: white; }
.img-header-cobot {
width: 68% !important;
height: auto !important;}
.zoom-in {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
/* VERZÖGERUNG */
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
.zoom-in:hover {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transform: scale(1.02);}
@media (max-width: 767px) { 
.hidden-xs { 
  display: none !important; } 
}
.navbar {
border-bottom: 1px solid #FFFFFF ;}
.navbar-light .navbar-nav .nav-link {
color: #444444;}
.card-hover {
color: #171347;}
.card-hover:hover {
color: #FFFFFF;}
.card-bg-hover:hover {
background: #FFFFFF;
color: #171347;}
.list-type-02 li i {
color: #356eb5 !important;}
.row-stl {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: var(--bs-gutter-y);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;  }
.border-left{
border-left:1px solid #356eb5!important;}
.accordion-button:not(.collapsed) {
color: #ffffff!important;
background: #356eb5;}
.accordion-header {
background: #ffffff;}
.bd-link a {
color: #FFFFFF !important;
}

.containerproduktbild {
    position: relative;
    display: inline-block;
  }

  /* Das Produktbild */
  .product-image {
    display: block;
    width: 1000px; /* Passe die Größe nach Bedarf an */
  }

  /* Positionierung der Zahlen auf dem Bild */
  .number {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 50px;
    color: black;
  }

  /* Beispielpositionen für die Zahlen */
  .number1 { top: 80%; left: 50%; }
  .number2 { top: 35%; left: 55%; }
  .number3 { top: 57%; left: 62%; }
  .number4 { top: 45%; left: 20%; }
  .number5 { top: 24%; left: 75%; }
  .number6 { top: 3%; left: 40%; }
  .number7 { top: 0%; left: 60%; }
  .number8 { top: 70%; left: 47%; }
  .number9 { top: 40%; left: 71%; }
  .number10 { top: 50%; left: 50%; }
  /* Füge bei Bedarf weitere Positionen hinzu */


   video {
    filter: grayscale(100%); /* Wähle einen Wert zwischen 0 und 100 % */
  }
