@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

:root {
    --bgDesign: #2a2674;
    --bgDesignDark: #012411;
    --fontDesign: #2a2674;
    --designFont: 'Overpass', sans-serif;
}
.logo, header, .navbar, .navbar-nav, .nav-item, .nav-link, .navContainer {
      -webkit-transition: all .3s;
    transition: all .3s;  
}

html{
  position:relative;
  min-height:100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family:var(--designFont);
  background-color:white;
  line-height:1.8;
  color:#606060;
  padding: 0;
}
a{
  color: var(--fontDesign);
  text-decoration: none;
}
.teanLink {
  font-size: 1.25rem !important;
  font-weight: 200 !important;
}
p {
  font-size: 1.25rem;
  font-weight: 200;
}
hr {
    border-top: solid 1px #ffffff;
    opacity: 1;
}
hr.blue {
    border-top: solid 1px #2a2674;
    opacity: 1;
}

ul {
    list-style-type: none;
}
.introWrapper ul {
  list-style-type: disclosure-closed;
  font-size: 1.25rem;
  font-weight: 200;  
}

.designFont {
	color: var(--fontDesign);
}
.bgDesign {
  	background: var(--bgDesign);
}

.bgPattern {
    background: url(/img/dots.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
.bg-light {
  background-color: #e9e9e9 !important;
}

/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}

.btn {
    -webkit-transition: all .3s ease-in-out 0s;
  	transition: all .3s ease-in-out 0s;
	border-radius: 100px;
    padding-top: .5rem !important;
    padding-left: 17px;
    padding-right: 17px;
}

.btn-design, .btn-design:visited {
    background: var(--bgDesign);
    border: solid 1px #501946;
  	color: white;
}
.btn-design:hover, .btn-design:active {
    background: white;
    border: solid 1px #501946;
  	color: var(--fontDesign);
}
.btn-design-dark, .btn-design-dark:visited {
    background: var(--bgDesignDark);
    border: solid 1px var(--bgDesignDark);
  	color: white;
    border-radius: 0px;
}
.btn-design-dark:hover, .btn-design-dark:active {
    background: white;
    border: solid 1px var(--bgDesignDark);
  	color: var(--fontDesign);
}
.btn-white, .btn-white:visited {
    background: var(--bgDesign);
    border: solid 2px white;
  	color: white;
    font-weight: 200;
}
.btn-white:hover, .btn-white:active {
    background: white;
    border: solid 1px white;
  	color: var(--fontDesign);
}
/*********/
/*Navbar*/
.logo {
    max-height: 50px;
}
.nav-link {
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.active {
    text-decoration: underline;
}
.nav-link:focus, .nav-link:hover {
    color: black !important;
}
.navbar {
  background-color: transparent;
}
.navbar-brand img {
    max-height: 85px;
}
/**********/

/* intro */
#intro img {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
}
  #intro h1 {
	position: absolute;
    bottom: 36vh;
    right: 3rem;
    text-align: right;
    width: 100%;
    z-index:2;
  }
#intro {
  height: 75vh;
}
#splash {
    animation: fadeOutIntro 0.6s ease-in 0.75s forwards; /* Fades out after 1 second */
    pointer-events:none;
      transform-origin: center;
}

@keyframes fadeOutIntro {
    0% {
        opacity: 1;

        filter: blur(0px);
    }   
    10% {
        opacity: 1;

        filter: blur(0px);
    }  
    100% {
        opacity: 0;
        visibility: hidden; /* Ensures the element is hidden after the fade */

        filter: blur(5px);
    }
}
#fernwartung {
    height: 25vh;
}
#outroBG img, #middleBG img, #intro img {
  width: 100vw;
  height: auto;
}
.cardHeight {
    min-height: 350px;
}
/* intro end */

/* timeline */

        .timeline-container {
            position: relative;
            padding: 30px 0;
        }

        .timeline-step {
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            background-color: white;
            position: relative;
            z-index: 2;
            border: 1px solid  var(--fontDesign);
        }

        .timeline-step:after {
        	content: '';
            position: absolute;
            top: 50px;
            bottom: 0;
            right: -25px;
            width: 0;
            height: 0;
            border-style: solid;
        }

        .timeline-step:nth-child(1) {
            border-color:  var(--fontDesign);
        }

        .timeline-step:nth-child(1):after {
            border-width: 50px 0 50px 25px;
            border-color: transparent transparent transparent  var(--fontDesign);
        }

        .timeline-step:nth-child(2) {
            border-color:  var(--fontDesign);
        }

        .timeline-step:nth-child(2):after {
            border-width: 50px 0 50px 25px;
            border-color: transparent transparent transparent  var(--fontDesign);
        }

        .timeline-step:nth-child(3) {
            border-color:  var(--fontDesign);
        }

        .timeline-step:nth-child(3):after {
            border-width: 50px 0 50px 25px;
            border-color: transparent transparent transparent  var(--fontDesign);
        }

        .timeline-step:nth-child(4) {
            border-color:  var(--fontDesign);
        }

        .timeline-step:nth-child(4):after {
            border-width: 50px 0 50px 25px;
            border-color: transparent transparent transparent  var(--fontDesign);
        }

        .timeline-step h4 {
            font-weight: bold;
        }

        .timeline-step p {
            font-size: 14px;
        }

        @media (max-width: 992px) {
            .timeline-step:after {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .timeline-container {
                flex-direction: column;
            }

            .timeline-step {
                margin-bottom: 30px;
            }

            .timeline-step:after {
                display: none;
            }

            .timeline-step:nth-child(2n) {
                margin-right: 0;
            }
        }

/* timeline end */

/*Form*/
.kontaktBox input.form-control, .kontaktBox textarea.form-control {
	border: 1px solid #501946;
    color: black;
    padding: 10px;
    box-shadow: none;
    background: white;
}
select#gender {
    border: #501946 solid 1px;
    background: #501946;
    color: white;
}

form {
  color: #222;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
}
.success-message-main {
  display: none;
  font-family:'Quicksand', sans-serif;
  background: #7bc557 !important;
  border: solid 2px #7bc557 !important;
  border-radius: 0px !important;
  color: #fff !important;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
.form-control {
    border-radius: 5px;
}
/******/

footer {
  background: #222222;
}
.footerLogo {
    height: 20px;
    margin-top: 19px;
    margin-bottom: 12px;
    width: auto;
    filter: brightness(0.5);
}
.companies {
    background: #222222;
}
/* screenconnect */
#screenconnect {
    padding-left: 0 !important;
}
#screenconnect .modal-content {
    height: 560px;
    border-radius: 0 !important;
}
#screenconnect .modal-header {
    background: #2a2674;
    border-radius: 0;
}
#screenconnect h5 {
    color: white !important;
}
#screenconnect button.close {
    opacity: 1;
    color: white;
    background: black;
    border: none;
    border-radius: 300px;
    width: 28px;
    height: 28px;
}
/*
.comeIn {
    transform: translateY(500px);
    animation: slideIn 1.5s ease-out forwards;
}
*/
@keyframes slideIn {
    0% {
        transform: translateY(500px);
    } 
    100% {
        transform: translateY(0px); /* Settle at 0px */
    }
}
/*Responsive*/
@media (max-width:1920px){
#intro {
  height: 70vh;
}
#fernwartung {
    height: 30vh;
}
  }
@media (max-width:1399px){
  #navbarCollapse {
      height: 100vh;
      text-align: right;
  }
  .cardHeight {
    min-height: 375px;
  }
}
@media (max-width:1199px){
  .cardHeight {
    min-height: 410px;
  }
}
@media (max-width:991px){
  #intro {
    height: 70vh;
  }
  #fernwartung {
      height: 30vh;
  }
  .cardHeight {
    min-height: unset;
  }    
}
@media (max-width:767px){
  .navbar-brand img {
      max-height: 50px;
      margin-top: 0px;
  }  
  .companies img {
    max-height: 25px;
  }
  #intro {
    height: 50vh;
  }
  #fernwartung {
      height: 50vh;
  }
  #intro h1 {
    bottom: 15vh;
  }  
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #21282f;
  border: solid 1px #21282f;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bgDesign); 
  border: solid 1px var(--bgDesign);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bgDesign); 
}

	/* timeline */
	

*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.height-200 {
  height:200px;
}
.timeline h1 {
  background: var(--fontDesign);
  padding: 70px 0;
  font-size: 2.5em;
  text-align: center;
}
.timeline ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}
.timeline ul li {
  background: var(--fontDesign);
    position: relative;
    margin: 0 auto;
    width: 4px;
    padding-bottom: 40px;
    list-style-type: none;
}
.timeline ul li:first-child {
  width: 0;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
  width: 0;
}
.timeline ul li:before {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 59px;
    height: 60px;
    border: 1.1px solid var(--fontDesign);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.timeline ul li:first-child:before {
  display:none;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
 	position: relative;
    top: -51px;
    width: 315px;
    padding: 20px;
}
.timeline ul li .year {
    position: relative;
    top: -51px;
    padding: 20px;
    width: 100px !important;
}
.timeline ul li .content:nth-child(even) {
  	left: -350px !important;
    top: -175px !important;
    position: relative;
    background: transparent !important;
}
.timeline ul li:nth-child(odd) .content:nth-child(even) {
      left: 40px !important;
}
.timeline ul li:nth-child(odd) .content:nth-child(odd) {
      width: 120px;
    left: -357px;
}
.timeline ul li .content:nth-child(even):before {
  display:none;
}
.timeline ul li .content h2 {
      color: var(--fontDesign);
  		margin-top:15px;
}
.timeline ul li .content p {
  text-align: left;
}
.timeline ul li .content:before {
  content: '';
    background: var(--fontDesign);
    position: absolute;
    top: 55px;
    width: 235px;
    height: 4px;
}
.timeline ul li:nth-child(even) .content {
   left: 250px;
    background: #ffffff;
}
.timeline ul li:nth-child(even) .content:before {
  left: -220px;
}
.timeline ul li:nth-child(odd) .content {
  left: -442px;
  background: #fff;
}
.timeline ul li:nth-child(odd) .content:before {
  right: -230px;
}
.timeline-button {
  margin: auto;
    padding: 28px 50px;
    position: relative;
    background-color: var(--fontDesign);
    text-align: center;
    width: 410px;
    z-index: 1;
    margin-bottom: -40px;
  font-family: Verona-Bold;
    font-weight: lighter;
}
.timeline-button a {
  color: var(--fontDesign);
  text-decoration:none;
  font-weight:400;
  font-size: 18px;
}
 .timeline ul li:first-child .content:before {
    display:none;
  }

/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 60vw;
  }

  .timeline ul li:nth-child(odd) .content {
    left: -442px;
  background: #fff;
  }
  .timeline ul {
    padding-left: 0px;
}
  .timeline ul li .content:nth-child(even) {
    left: 10px !important;
    top: -78px !important;
    position: relative;
    background: transparent !important;
}
  .timeline ul li:nth-child(odd) .content:nth-child(odd) {
    width: 120px;
    left: 65px;
}
 .timeline ul li:first-child .content:before {
    display:block;
   	top: 51px;
    width: 0px;
   	left: -59px !important;
  }
  .timeline-button {
           width: 96%;
    padding: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content h2 {
    text-align: initial;
  }
  .timeline ul li:nth-child(odd) .content {
    left: 64px;
    
  }
  .timeline ul li:nth-child(even) .content {
    left: 64px;
 
}
  .timeline ul li:nth-child(odd) .content:before {
    left: -33px;
  }
  .timeline ul li:nth-child(even) .content:before {
    left: -33px;
  }
  .timeline ul li .content:before {
    content: '';
    background: var(--fontDesign);
    position: absolute;
    top: 55px;
    width: 33px;
    height: 5px;
    display:block;
}
.timeline ul li:nth-child(odd) .content:nth-child(even) {
    left: 10px !important;
}  
}
@media screen and (max-width: 543px) {
  .timeline ul li .content {
    width: 75vw;
  }
}  

.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.fadeIn.delayed {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.fadeIn.visible {
  opacity: 1;
}
