@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}

h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 200px;
  font-weight: normal;
  color: white;
  line-height: 0.8;
  margin-top: 20px;
}

h1 span{
  font-size: 150px;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #DF736E;
}

h2 img{
  margin-left: 15px;
}

h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #155E66;
  margin-bottom: 40px;
}

h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #155E66;
}

p{
  font-size: 16px;
}

.mb-4-5{
  margin-bottom: 2rem;
}

.color-blue{
  color: #155E66;
}

.bg-white{
  background-color: white;
}

.bg-blue{
  background-color: #dbe6e7;
}

.pright-5{
  padding-right: 5px;
}

.pleft-5{
  padding-left: 5px;
}

.header{
  overflow: hidden;
  position: relative;
}

video{
  min-width: 100vw;
}

.menu-icon{
  position: absolute;
  top: 10px;
  right: 80px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.menu-icon.blueNav{
  position: fixed;
  color: #155E66;
  z-index: 10;
}

.header-border{
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

#logo{
  width: 350px;
  margin: 80px -50px 0 0;
}

.logo-container{
  text-align: right;
  transition: 0.7s ease-in-out;
  width: 100%;
}

.menu-open .logo-container{
  width: 0%;
  transition: 0.7s ease-in-out;
}

.navigation{
  float: right;
  text-align: right;  
  margin: 10px 25px 0 0;
  opacity: 0;
}

.navigation.blueNav{
  position: fixed;
  right: 60px;
  top: 60px;
  z-index: 10;
}

.menu-open .navigation{
  opacity: 1;
  width: auto;
  transition: opacity 0.5s ease-in-out;
}

.navigation a{
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.navigation.blueNav a{
  color: #155E66;
}

.navigation a:hover{
  font-weight: bold;
}

.intro-text{
  color: white;
  border-bottom: 2px solid white;
  font-size: 40px;
  display: inline-block;
  line-height: 1.25;
  padding-bottom: 10px;
  margin-top: 70px;
  font-family: Arial, Helvetica, sans-serif;
}

.header-overlay{
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px;
  height: 100vh;
  width: 100vw;
}

.about-card-container .card{
  height: 100%;
  border: none;
  border-radius: unset;
  padding: 40px;
}

.about-card-container .card-img-top{
  max-width: 120px;
}

.solution-headline,
.solution-footer{
  position: relative;
}

.solution-headline .corner-left-top{
  position: absolute;
  left: -40px;
  top: -40px;
  width: 190px;
}

.solution-footer .corner-right-bottom{
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 190px;
}

.red-quote{
  color: #DF736E;
  border-top: 1px solid #DF736E;
  border-bottom: 1px solid #DF736E;
  text-align: center;
  font-weight: bold;
  font-size: 15x;
  padding: 8px 0;
}

.strategic-goals{
  background-image: url("../img/strategic_goals_bg.jpg");
  background-size: cover;
}

.strategic-goals-content{
  margin-top: 60vh;
  position: relative;
  padding: 25px;
}

.strategic-goals-content h3{
  margin-bottom: 30px;
}

.strategic-goals-content .corner-left-top{
  position: absolute;
  top: -8px;
  left: -8px;
  width: 190px;
}

.strategic-goals-content .corner-right-bottom{
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 190px;
}

.advanced-technology-platform{
  background-color: #dbe6e7;
}

.modular-elements{
  background-image: url("../img/T.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.modular-elements-content{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}

.modular-elements-content li,
.modular-elements-content p{
  font-size: 20px;
}

.modular-elements-content ul{
  padding: 0;
  margin-left: 15px;
}

.modular-elements-content li{
  list-style-image: url(../img/Bulletpoint_Arrow_small.png);
  padding-left: 25px;
}

.modulare-container{
  background-image: url("../img/TCBalance_Circle_modulare.png");
  background-size: 80% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.modulare-stone{
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modulare-stone.blue{
  top: 30%;
  transition: top 1.5s ease-in-out;
}

.modulare-stone.red{
  top: 60%;
  transition: top 1.5s ease-in-out;
}

.modulare-stone.green{
  top: 80%;
  transition: top 1.5s ease-in-out;
}

.viewable .modulare-stone.blue{
  top: 50%;
  transition: top 1.5s ease-in-out;
}

.viewable .modulare-stone.red{
  top: 50%;
  transition: top 1.5s ease-in-out;
}

.viewable .modulare-stone.green{
  top: 50%;
  transition: top 1.5s ease-in-out;
}

.our-team .card{
  border: none;
  width: 80%;
  margin: 0 auto;
}

.our-team .card .card-img-top{
  border: 20px solid #F8E2E1;
  border-radius: 100%;
}

.our-team .card:hover .card-img-top{
  border: 20px solid #F5D5D2;
}

.our-team .card .card-body{
  text-align: center;
}

.our-team .card h5{
  text-align: center;
  font-size: 16px;
}

.our-team .card h6{
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}

.person-information{
  visibility: hidden;
  border-top: 2px solid #dbe6e7;
  border-bottom: 2px solid #dbe6e7;
  text-align: left;
}

.our-team .card:hover .person-information{
  visibility: visible;
}

.our-team .card .arrow{
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
  margin: 10px 0 15px;
}

.our-team .card:hover .arrow{
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

.company-name{
  color: #DF736E;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
} 

.contact a{
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.contact a:hover{
  color: #155E66;
}

.fa-envelope{
  color: #155E66;
  font-size: 20px;
  margin-top: 10px;
}

#contact-form{
  background: white;
  padding: 30px 30px;
  text-align: center;
}

#contact-form .float-right{
  float: right;
}

#contact-form .float-left{
  float: left;
}

#contact-form input,
#contact-form textarea{
  border: none;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  text-align: left;
}

#contact-form .input-full{
  width: 100%;
}

#contact-form .input-half{
  width: 45%
}

#contact-form #AGB{
  margin-bottom: 0;
  accent-color: #155E66;
}

.AGB-label{
  margin-bottom: 20px;
  text-align: left;
}

.AGB-label span{
  margin-left: 25px;
  display: block;
  margin-top: -30px;
}

#contact-form #submit-button{
  background-color: #155E66;
  margin: 0 auto;
  padding: 10px 80px;
  color: white;
  text-align: center;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#contact-form #submit-button:hover{
  background-color: #DF736E;
}

.footer p{
  color: white;
}

.footer-links{
  text-align: right;
}

.footer a{
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.footer-links a{
  color: white;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px
}

.footer-links a:hover{
  color: #DF736E;
}


.policy .header{
  height: 320px;
}

.policy h1{
  font-size: 40px;
  color: black;
  margin-bottom: 30px;
}

.policy h2{
  font-size: 30px;
  color: black;
}

.uk-text-large{
  font-size: 24px;
  margin-top: 20px;
}

#contact-form .error{
  border-bottom: 1px solid red;
}

#contact-form .AGB-label.error{
  border-bottom: none;
  color: red;
}

#contact-message{
  display: none;
  margin-top: 70px;
}

/*********************responsive*****************************/


/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
  h1{
    line-height: 0.7;
    font-size: 190px;
  }
  h1 span {
    font-size: 110px;
 }

 .solution-headline .corner-left-top{
  left: -20px;
  width: 150px;
 }

 .solution-footer .corner-right-bottom{
  right: -20px;
  width: 150px;
 }

 .strategic-goals-content {
  margin-top: 50vh;
 }

 .modular-elements-content {
   margin-left: 70px;
 }

}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
  h1{
    font-size: 170px;
  }
  h1 span {
    font-size: 90px;
 }

 .solution-headline .corner-left-top{
  left: -10px;
 }

 .solution-footer .corner-right-bottom{
  right: -10px;
 }

 .strategic-goals-content {
  margin-top: 40vh;
 }

 .modulare-stone{
  width: 200px;
 }

}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
  h1{
    font-size: 130px;
    margin-top: 50px;
  }
  h1 span {
    font-size: 70px;
 }
 .intro-text{
  font-size: 35px;
 }
 #logo{
  width: 300px;
  margin: 65px -80px 0 0;
 }
 .card{
  margin: 20px;
 }
 .pright-5,.pleft-5{
  padding: 0;
 }
 .pright-5{
  margin-bottom: 30px;
 }

 .modulare-stone{
  width: 170px;
 }

 .person-information{
  visibility: visible;
  display: none;
  margin-bottom: 30px;
 }

 .our-team .card:hover .person-information{
  display: block;
}

#contact-form{
  margin-top: 40px;
}

}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
  h1{
    font-size: 90px;
    margin-top: 50px;
  }
  h1 span {
    font-size: 45px;
 }
 .intro-text{
  font-size: 27px;
  margin-top: 30px;
 }
 #logo{
  width: 200px;
  margin: 40px -90px 0 0;
 }
 .modulare-container{
   background-size: 65% auto;
 }
 .modular-elements-content {
  margin-left: 40px;
  top: 20px;
  transform: none;
}
.modulare-stone{
  width: 120px;
 }
 .modulare-container{
  top: 25px;
 }
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
  h1{
    font-size: 80px;
  }

  h1 span{
    font-size: 40px;
  }

  h3{
    font-size: 35px;
  }

  .header-overlay{
    padding-left: 20px;
  }
  .solution-headline .corner-left-top{
    left: 0;
    width: 100px;
   }
  
   .solution-footer .corner-right-bottom{
    right: 0;
    width: 100px;
   }

   .modulare-container{
    top: 80px;
   }

   .strategic-goals-content {
    margin-top: 10vh;
}
}


.cookies-eu-banner {
	background: #444;
	color: #fff;
	padding: 6px;
	font-size: 13px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
  }
  
  .cookies-eu-banner button {
	text-decoration: none;
	background: #222;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	font-size: 13px;
	font-weight: 700;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
  }
  
  .cookies-eu-banner button:hover {
	background: #fff;
	color: #222;
  }

  .cookie-hidden{
	display: none;
  }