
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-family: 'Montserrat';
  font-weight: 500;
  scroll-behavior: smooth;
}
body {
  background-color: #1B2929;
}
header {
  color: #F9F7F7;
  position: fixed;
  top: 0px;
  width: 100%;
  overflow-x: hidden;
  background-color: #1B2929;
}
header nav {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  margin-top: 16px;
}
header nav ul {
  margin-top: 12px;
  flex-grow: 1;
  text-align: right;
}
header nav li {
  display: inline-block;
  margin-left: 32px;
}
header nav li.contact {
  background-color: #0D7C7B;
  padding: 8px 32px;
  border-radius: 16px;
}
header nav li a{
  color: #F9F7F7;
  text-decoration: none;
  cursor: pointer;
}
footer {
  width: 100%;
  color: #F9F7F7;
  margin: 0 auto;
  background-color: #091919;  
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.bg {
  background-image: url(../img/IT_Landschaft_80.webp);
  background-position: center top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.footer-box {
  width: 1240px;
  margin: 0 auto;
  padding: 60px 0;
}
.sec-1 {
  color: #F9F7F7;
  padding-top: 200px;
  text-align: center;
}
.sec-1 h1 {
  color: #9AEFEA;
  font-size:233px; 
  line-height:240px;
  transition: opacity 1s, padding-top 1s, margin-bottom  1s; 
}
.sec-1 h2 {
  font-size:67px; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height:94px;
  transition: opacity 1s 0.25s, padding-top 1s 0.25s, margin-bottom  1s 0.25s; 
}
.sec-1 #sec1svg {
  margin-top: 30px;
  transition: opacity 1s 0.75s, padding-top 1s 0.75s, margin-bottom  1s 0.75s; 
}
.sec-2 {
  color: #F9F7F7;
  margin: 0 auto;
  margin-top: 900px;
  padding-top: 100px;
}
.sec-2 h2, .sec-3 h2, .sec-4 h2  {
  text-align: center;
  font-size:90px; 
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height:126px;
  margin-top: 100px;
  color: #0D7C7B;
}
.sec-2 h3{
  font-size: 43px;
}
.sec-3 {
  background-color: #F8EFEA;
  background-image: url(../img/bg-sec2-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  color: #324B4A;
}
.sec-3 ul {
  margin-left: 18px;
  font-size: 26px;
  color: #324B4A;
  line-height: 160%;
}
.sec-3-1{
  color: #324B4A;
  background-image: url(../img/laptop_1.png);
  background-position: -50px top;
  background-repeat: no-repeat;
  height: 800px; 
  padding-top: 200px;
  padding-left: 900px;
}
.sec-3-2{
  color: #324B4A;
  background-image: url(../img/treppe_1.png);
  background-position: 1190px -50px;
  background-repeat: no-repeat;
  height: 800px; 
  padding-top: 200px;
  padding-left: 300px;
}
.sec-3-3{
  color: #324B4A;
  background-image: url(../img/training_01.png);
  background-position: 0px -150px;
  background-repeat: no-repeat;
  height: 800px; 
  padding-top: 100px;
  padding-left: 1000px;
}
.sec-3 h3{
  color: #0D7C7B;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 64px;
  line-height: 150%;
}
.sec-3 h2, .sec-4 h2 {
  color: #0D7C7B;
  /*margin-top: 50px;*/
}
.sec-4 {
  background-color: #F9F7F7;
  background-image: url(../img/bg-sec3-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.sec-4 h3{
  color: #324B4A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 43px;
  line-height: 150%;
  background-image: url(../img/dot24px.png);
  background-repeat: no-repeat;
  padding-top: 1em;
}
.cols3 {
  display: flex;
  margin: 5em auto 0 auto;
  width: 1140px;
  padding-bottom: 10em;
}
.cols3 div {
  flex-flow: row;
  width: 380px;
  padding-right: 1em;
}
.cols3 p {
  font-size: 20px;
  font-family: 'Montserrat';
  line-height: 150%;
}
.title-addendum {
  font-size: 32px;
  color: #324B4A;
  margin: 0 auto;
  text-align: center;
}
.news-box {
  display: flex;
  flex-direction: row;
  /*align-items: ;*/
  justify-content: center;
}
.news-box-nav-left {
  min-width: 82px;
  width: 82px;
  cursor: pointer;
  z-index: 9999;
  background-image: url(../img/Pfeil_Links.png);
  background-position-y: center;
  height: 316px;
  position: absolute;
  left: 0px;
  opacity: 0.01;
  transition: opacity 1s;
}
.news-box-nav-right {
  min-width: 82px;
  width: 82px;
  cursor: pointer;
  z-index: 9999;
  background-image: url(../img/Pfeil_Rechts.png);
  background-position-y: center;
  height: 316px;
  position: absolute;
  right: 0px;
  opacity: 0.01;
  transition: opacity 1s;
}
.news-box-nav-right:hover, .news-box-nav-left:hover {
  opacity: 1;
}
.news-box-content > div {
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: left;
  overflow: hidden;
  transition: margin-left 1s;
}
.news-box-content > div > div {
  width: 380px;
  min-width: 380px;  
  padding-right: 20px;
}
.news-date {
  margin-bottom: 32px;
}
.news-box p {
  line-height: 34px;
}
.footer-box h2{
  font-size: 32px;
  line-height: 51px;
}

.footer-box > div{
  display: inline-table;
  height: 380px;
}
.footer-copy {
  width: 580px;
}
.footer-legal {
  width: 360px;
}
.opaque {
  opacity: 1.0 !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
.hidden {
  opacity: 0 !important;
  padding-top: 40px !important;
  margin-bottom: -40px !important;
}