*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
ul{
    list-style: none;
}
body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Red Hat Text', sans-serif;
  color: #FFFFFF;
    background-color: #090909;
    font-family: 'Poppins', sans-serif;
}
a{
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}
.header-section{
  width: 100%;
  height: 100vh;
  max-height: 1300px;
  min-height: 950px;
  background-image: url(../../images/app/header-image.png);
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.header-container{
  width: 100%;
  height: 100%;
}
.header-logo-container{
  margin: 0px auto;
  padding: 30px 0;
  width: max-content;
  cursor: pointer;
}
.nav-bar{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -100px;
}
.nav-bar-sticky{
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* margin-left: -100px; */
  right: 50%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.9);
 z-index: 999;
 top: -90px;
  width: 100%;
  transform: translateX(50%);
  transition: all 0.3s ease-in;
}
canvas{
  height: 1200px!important;
}
#landing{
  overflow: hidden;
  position: absolute;
  top: -100px;
  right: 50%;
  opacity: 0.7;
  transform: translateX(50%);
}
.nav-bar-sticky::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  right: 50%;
  transform: translateX(65%);
  bottom: 0px;
  background-color: rgb(239, 65, 53);
}
.nav-bar1 a{
  margin-right: 70px;
  font-size: 18px;
  position: relative;
  font-weight: 300;
}
.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #EF4135;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-bar2 a{
  margin-left: 70px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
.header-line{
  width: 3px;
  height: 826px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  background-color: #EF4135;
  top: 150px;
}
.down-button{
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 50px;
  z-index: 99;
}
.header-animation-container{
  position: absolute;
  top: 42%;
  left: 12%;
}
.animation-logo {
  position: absolute;
  z-index: 99;
  left: 150px;
  top: -80px;
  -webkit-animation: 4s ease-in-out 0s infinite alternate hover;
  animation: 4s ease-in-out 0s infinite alternate hover;
}
.animation-wall{
  position:absolute;
  left: 455px;
}
.animation-flor{
  position: absolute;
  top: 100px;
    left: -60px;
    -webkit-animation: 4s ease-in-out 0s infinite alternate shadow;
  animation: 4s ease-in-out 0s infinite alternate shadow;
}
.header-title{
  font-size: 55px;
  line-height: 66px;
  max-width: 500px;
  margin-bottom: 70px;
}
.header-title-text{
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  max-width: 500px;
}
.header-text{
  margin: 0 auto;
  padding-top: 110px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.what-we-do-section{
  min-height: 950px;
  height: 100vh;
  margin-top: 100px;
  max-height: 1300px;
  width: 100%;
  position: relative;
  scroll-margin-top: 100px;
}
.what-we-do-container{
  width: 100%;
  height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}
.shield-container{
  max-height: 800px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 180px;
    grid-row-gap: 100px;
    align-items: flex-start;
}
.shield-container div{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  z-index: 99;
  filter: drop-shadow(0 0 35px rgba(232, 39, 39,0.3));
  transition: all 0.3s ease-in
}
.shield-container div:hover{
filter:drop-shadow(0 0 35px rgba(232, 39, 39,0.5)) ;
}
/* .shield-container div::after{
  content: "";
} */
.shield-container div img{
  margin-bottom: 30px;
}
.shield-text{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
}
.shield-line1{
    height: 382px;
    width: 3px;
    right: 50%;
    top: -217px;
    transform: translateX(50%);
    position: absolute;
    background-color: #EF4135;
}
.shield-line2{
  width: 600px;
  height: 3px;
  position: absolute;
  right: 50%;
  top: 21%;
  transform: translateX(50%);
  background-color: #EF4135;
}
.shield-line3{
  position: absolute;
  top: 69%;
  width: 600px;
  height: 3px;
  right: 50%;
  transform: translateX(50%);
  background-color: #EF4135;
}
.shield-line4{
  height: 80px;
  width: 3px;
  background-color: #EF4135;
  position: absolute;
}
.shield{
  cursor: pointer;
}
.left-arrow-button{
  position: absolute;
  top: -27px;
}
.left-arrow-button img{
  height: 70px;
  width: 70px;
  cursor: pointer;
}
.mobile-line1{
  display: none;
}
.mobile-line2{
  display: none;
}
.mobile-line3{
  display: none;
}
.mobile-line4{
  display: none;
}
.mobile-line5{
  display: none;
}
.mobile-title{
  display: none;
}
.shield-popout{
  position: relative;
 width: 1100px;
  height: 800px;
  flex-direction: column;
  background-color: #090909;
  z-index: 99;
  border-radius: 20px;
  padding: 50px 100px;
  text-align: center;
  opacity: 1;
  animation: opacity 0.5s ease-in;
  border: solid 3px #EF4135;
  margin: 0 auto;
 display: none;
}
@keyframes opacity{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.shield-text-pop{
  font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin: 40px auto;
}
.shield-popout img{
  height: 230px;
}
.line-holder{
  position: relative;
}
.line-holder::before{
  position: absolute;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #EF4135;
  top: -70px;
  right: 50%;
  transform: translateX(50%);
}
.shield-line4{
display: none;
}
.company-slider::after{
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    content: "";
    top: -60px;
    width: 3px;
    height: 330px;
    background-color: #EF4135;
}
.company-slider.active::after{
  top: -152px;
  height: 424px;
}
.down-button2{
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -120px;
  z-index: 99;
}
.swiper {
  max-width: 1500px;
  height: 450px;
border: 3px solid #EF4135;
border-radius: 25px;
margin-top: 200px;
}
/* .swiper::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  b
} */
.slider-container p{
  font-size: 14px;
  line-height: 30px;
  max-width: 360px;
  margin-top: 15px;
}
.slider-container img{
  margin-bottom: 15px;
}
.swiper-button-prev , .swiper-button-next{
  color: #EF4135;
  transform: scale(0.7);
}
.swiper-slider{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-container {
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.slider-image-container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.erste1{
  margin-right: 30px;
}
.company-slider{
  margin-bottom: 120px;
  position: relative;
  padding-top: 70px;
}
.swiper-company-container{
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  cursor:grab;
}
.about-us-section{
  width: 100%;
  margin-bottom: 120px;
  position: relative;
  scroll-margin-top: 100px ;
}
.about-us-moving-text span{
  margin-left: 50px;
}
.about-us-title{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 200px;
}
.about-us-container{
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-left: 160px;
}
.about-us-text{
  max-width: 650px;
}
.about-us-text-container{
  margin-left: 120px;
}
.about-us-image-container{
  width: 480px;
  position: relative;
  height: 618px;
  background-color: #EF4135;
  border-radius: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.about-us-image-container::after{
  content: "";
  position: absolute;
  height: 830px;
  width: 3px;
  background-color: #EF4135;
  left: -80px;
  bottom: -80px;
}
.about-us-image-container::before{
  content: "";
  position: absolute;
  height: 3px;
  width: 500px;
  background-color: #EF4135;
  left: -80px;
  bottom: -80px;
}
.about-us-image{
  position: absolute;
  right: 0px;
  top: -56px;
}
.about-us-image img{
  width: 346px;
}
.about-us-image-text{
  margin-left: 45px;
  width: 250px;
  margin-bottom: 50px;
}
.about-us-image-text h2{
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 15px;
}
.about-us-image-text h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-us-image-text p{
  font-size: 14px;
  font-weight: 300;
}
.about-us-text p{
  margin-bottom: 30px;
}
#about-us-last-text{
  margin-bottom: 85px;
}
.about-us-button{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 35px 55px;
  background-color: #EF4135;
  border-radius: 20px;
  transition: background-color 0.3s ease-in;
}
.about-us-button:hover{
  background-color: #f1291a;
}
.news-section{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}
.news-title{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}
.swiper2{
  width: 100%;
  height: 630px;
  margin: 0 auto;
  position: relative;
}
.news-container{
  display: flex;
  max-width: 1400px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  z-index: 99;
  cursor: grab;
}
.news-text-container{
  padding-left: 50px;
  padding-top: 70px;
  padding-right: 100px;
}
.news-date{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 35px;
}
.news-title2{
  font-size: 25px;
  font-weight: 500;
  color: #EF4135;
  margin-bottom: 35px;
  line-height: 33px;
}
.news-text{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}
.news-link{
  font-size: 16px;
  font-weight: 300;
  color:#EF4135;
  position: relative;
  width: fit-content;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.news-link:hover{
  color: #FFFFFF;
}
.news-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #FFFFFF;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.news-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.event-main-grid{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3,212px);
  grid-template-rows: (2,176px);
  column-gap: 25px;
  row-gap: 25px;
}
.main-image-news{
  width: 550px!important;
  border-radius: 25px;
  height: 100%!important;
}
.news-button{
  position: absolute;
  right: 100px;
  bottom: 70px;
  display: none;
}
figure img{
  width: 212px;
}
.news-image img{
  width: 100%;
  border-radius: 25px;
}
.news-swiper{
  position: relative;
  height: 582px;
}
.swiper-pagination{
  bottom: -5px!important;
}
.swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  background-color: transparent;
}
.swiper-pagination2{
  position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 20px!important;
}
.swiper-pagination-bullet-active{
  background-color: #FFFFFF;
}
.swiper-pagination2-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  background-color: transparent;
}
.swiper-pagination2-bullet-active{
  background-color: #FFFFFF;
}
.footer-container{
  width: 100%;
  background-color: #EF4135;
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}
.footer-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.footer-links{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.footer-link a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo{
    margin-bottom: 70px;
}
.footer-title{
  font-size: 55px;
  line-height: 66px;
  font-weight: 700;
  max-width: 530px;
  text-align: center;
}
.footer-line-short{
  height: 1px;
  width: 53px;
  background-color: #FFFFFF;
  margin: 40px 0;
}
.footer-text{
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  max-width: 730px;
  text-align: center;
}
.footer-line-long{
  height: 1px;
  width: 1050px;
  margin: 70px 0;
  background-color: #FFFFFF;
}
.footer-link.middle{
    margin: 0 130px;
}
.footer-link a img{
    margin-right: 40px;
}
.footer-link a p{
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.copyright {
  margin-top: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
.span-line {
  margin: 0 10px;
}
.copyright p,a{
  font-size: 14px;
  font-weight: 300;
}
.mania{
  font-size: 14px;
  font-weight: 300;
}
.mania a:hover{
  color: rgb(255, 255, 52);
}
.news-text-container2 a{
    color: #ef4135;
}
.news-text-container2 a:hover{
    color: white;
}
.mania a{
  font-weight: 700;
  transition: all 0.3s ease-in;
}
.kontakt-moving-text{
  position: absolute;
  font-size: 350px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  bottom: 40%;
  animation: move 20s infinite linear;
  -webkit-animation: move 20s infinite linear;
}
.news-moving-text{
  position: absolute;
  font-size: 300px;
  font-weight: 700;
  top: 7%;
  color: rgba(255, 46, 46, 0.13);
  animation: move 20s infinite linear;
  -webkit-animation: move 20s infinite linear;
}
.about-us-moving-text{
  position: absolute;
  font-size: 300px;
  font-weight: 700;
  color: rgba(255, 46, 46, 0.13);
  top: 15%;
  animation: move 20s infinite linear;
  -webkit-animation: move 20s infinite linear;
}
.wall{
  position: absolute;
  right: -100px;
  opacity: 30%;
}
.shield-moving-text{
  position: absolute;
  font-size: 500px;
  font-weight: 700;
  color: rgba(255, 46, 46, 0.13);
  top: 5%;
  animation: move2 30s infinite linear;
  -webkit-animation: move2 30s infinite linear;
}
.moving-background{
  position: absolute;
  top: -15%;
  display: none;
}
@keyframes move {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
@-webkit-keyframes move {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
@keyframes move2 {
  from {
    right: -250%;
  }
  to {
    right: 100%;
  }
}
@-webkit-keyframes move2 {
  from {
    right: -250%;
  }
  to {
    right: 100%;
  }
}
@keyframes hover {
  from {
    top: -80px;
  }
  to {
      top: -150px;
  }
}
@-webkit-keyframes hover {
  from {
    top: -80px;
  }
  to {
      top: -150px;
  }
}
@keyframes shadow {
    from {
      filter:drop-shadow(0 0 40px rgba(255, 0, 0, 0.1))
    }
    to {
      filter:drop-shadow(0 0 40px rgba(255, 0, 0, 0.8))
    }
}
@-webkit-keyframes shadow{
  from {
    filter:drop-shadow(0 0 40px rgba(255, 0, 0, 0.1))
  }
  to {
    filter:drop-shadow(0 0 40px rgba(255, 0, 0, 0.8))
  }
}
/* SINGE NEWS PAGE*/
.news-header-section{
  width: 100%;
  margin-bottom: 130px;
}
.news-header-container{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-main-section {
  width: 100%;
  margin-bottom: 100px;
}
iframe{
  width: 100%;
  /* height: 500px; */
  height: 100%;
  border-radius: 0 0 25px 25px;
}
.iframe-container{
  height: 500px;
}
.news-main-container{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.news-main-container::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 120px;
  background-color: #EF4135;
  right: 50%;
  transform: translateX(50%);
 top: -187px;
}
.news-main-container1{
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 25px;
  position: relative;
}
.news-main-container1::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 110%;
  background-color: #EF4135;
 left: -60px;
 top: -70px;
}
.news-main-container1::before{
  position: absolute;
  content: "";
  width: 760px;
  height: 3px;
  background-color: #EF4135;
 left: -60px;
 top: -70px;
}
.news-text-container{
  display: flex;
  flex-direction: column;
  padding: 60px 100px 70px 100px;
}
.news-text-container2{
  display: flex;
  flex-direction: column;
  padding: 60px 100px 70px 100px;
}

.news-text-container2 p{
  word-break: break-word;
  font-size: 16px;
  line-height: 30px;
    margin-bottom: 10px;
}
.news-date{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 40px;
}
.news-container-title{
  max-width: 600px;
  color: #EF4135;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 70px;
}
.news-container-text{
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.news-container-text.text1 {
  margin-bottom: 40px;
}
.news-main-container2{
  display: flex;
  flex-direction: column;
  width: 400px;
}
.news-card{
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.news-card-title{
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  color: #EF4135;
  margin-bottom: 20px;
}
.news-card-text{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.news-line{
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.impressum-section{
  width: 100%;
  position: relative;
}
.impressum-container{
  max-width: 60%;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 100px 100px;
  margin: 0 auto;
  display: flex;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 100px;
  position: relative;
  min-width: 1150px;
}
.impressum-container::after{
  position: absolute;
    content: "";
    width: 3px;
    height: 120%;
    background-color: #EF4135;
    left: -60px;
    top: -70px;
}
.impressum-section::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 120px;
  background-color: #EF4135;
  right: 50%;
  transform: translateX(50%);
  top: -187px;
}
.impressum-container::before{
  position: absolute;
  content: "";
  width: 635px;
  height: 3px;
  background-color: #EF4135;
  left: -60px;
  top: -70px;
}
.impressum-title{
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #EF4135;
  margin-bottom: 30px;
}
.impressum-text{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  max-width: 100%;
}
.impressum-bold{
  font-size: 16px;
  margin-bottom: 20px;
}
.impressum-text span{
  font-weight: 600;
  margin-bottom: 30px;
}
.impresum-subtitle{
  margin-bottom: 30px;
}
.copyright a{
  position: relative;
}
.copyright a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #FFFFFF;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.copyright a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.inner-text-impressum{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 20px;
}

.error-404-container {
  background-color: rgba(255, 255, 255, 0.07);
  width: fit-content;
  border-radius: 25px;
  padding: 100px 85px;
  flex-direction: column;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.error-404-container h1{
  color: #EF4135;
  margin-bottom: 15px;
  font-size: 40px
}
.error-404-container a{
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  transition: all 0.25s ease-out;
}
.error-404-container a:hover{
  color: #EF4135;
}
.error-404{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-404 h2{
  position: absolute;
  font-size: 400px;
  right: 50%;
  top: 50%;
  color: rgba(239, 65, 53,0.03);
  transform: translate(50%,-50%);
}

.error-404-container a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #EF4135;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.error-404-container a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
