@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Orbitron', sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #fff;
  color: #fff;
}

h1 {
  font-size: 5vh;
  font-weight: bold;
  color: #EE1D23;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1; 
  width: 65%;
}

.navbar{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 5vh;
  padding-top: 1vh;
  align-items: center; 
  background: transparent;
}

.nav-links{
  display: flex;
  flex-direction: row;
  gap: 4vw;
  margin-right: 20vw;
}

.nav-links a{
  cursor: pointer;
  padding: 1vh 1.5vh 1vh 1.5vh;
  color: #fff;
  text-decoration: none;
}

#Leistungen{
  border: 0.13rem solid #444444;
  padding: 1vh 1.5vh 1vh 1.5vh;
  border-radius: 2rem;
}

.nav-links a:hover{
  color:#EE1D23;
}

.logo {
  position: relative; 
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  left: 0;
  margin-left: 15vw;
}

.logo p {
  position: relative;
  padding: 0 0 0 1vh;
  left: 0;
  width: 100%;
  color: #EE1D23;
  font-size: 1.5vh;
  font-weight: bold;
}

.logo img { 
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  padding: 0;
  margin: 0;
}

.header {
  position: relative;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(to right, #131313, #272727);
}

.header-content{
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  height: 80%;
  width: 60%;
  z-index: 2;
}

.header-text h1{
  margin-left: 0;
  width: 100%;
  font-size: 7vh;
}

.header-text h2{
  font-family: "Calibri";
  font-size: 2.2vh;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 1vh;
  position: relative;
  z-index: 1; 
  width: 70%;
  text-align: left;
  margin-top: 2vh;
} 

header img{
  display: block;
  width: 50vw;
  height: auto;
  margin-top: 5vh;
  z-index: 10;
  border-radius: 5vw;
  filter: drop-shadow(4px 4px 10px #111111);
  margin-left: 5vw;
}

.cta-btn {
  background: #EE1D23;
  border: none; 
  padding: 2vh 3vw; 
  font-size: 2vh;
  color: #fff;
  font-weight: bold;
  word-spacing: 2%;
  cursor: pointer;
  border-radius: 3rem;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  margin-top: min(5vh, 3rem);
}

.cta-btn:hover {
  background: #88060a;
  color: #fff;
}

.header::after {
  content: "";
  position: absolute;
  top: 10vh;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 15vh solid #444444;   
  border-left: 50vw solid transparent; 
  z-index: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent; 
  border-right: 70vw solid transparent; 
  border-bottom: 30vh solid #1f1f1f;
  transform: translateX(-50%); 
  z-index: 0;
}  

.overlay-second{
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent; 
  border-right: 100vw solid transparent; 
  border-top: 10vh solid #fff;
  transform: translateX(-65%) rotate(-180deg); 
  z-index: 20;
}

.überuns{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8vh auto;
  gap: 5vw;
}

.überuns-text{
  position: relative;
  font-size: 2vh;
  color: #000;
  font-weight: 500;
  width: 50%;
}

.überuns h1{
  margin-left: 0;
  width: 100%;
}

.überuns p{
  position: relative;
  font-weight: bolder;
  font-family: "Calibri";
}

.überuns img{
  width: 30vw;
  height: auto;
  border-radius: 20%;
  filter: drop-shadow(4px 4px 10px #111111);
  align-self: center;
}

#services {
  background: #1A1A1A;
  padding: 3.125vh 0 3.125vh 0;
  min-height: 40vh; 
  justify-content: center;
  z-index: 0;
  overflow: hidden;
  position: relative;
  margin-top: 8vh;
  align-items: center;
}

#services p{
  text-align: left;
  position: relative;
  font-family: sans-serif;
  font-size: 2vh;
  margin: 1vh auto;
  width: 15rem;
}

#services h1 {
  margin: 0 0 3vh 0;
  text-align: center;
  width: 100%;
  justify-self: center;
}

.overlay-third {
  position: absolute;
  bottom: 10%; 
  left: 100%; 
  width: 0;
  height: 0;
  border-left: 50vw solid transparent; 
  border-right: 40vw solid transparent; 
  border-top: 10vh solid #323232;
  transform: translateX(-50%);
  z-index: 0;
}

.overlay-five {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 80vw solid transparent;
  border-right: 0vw solid transparent;
  border-top: 9vh solid #fff;
  transform: translateX(-30%) rotate(180deg);
  z-index: 10;
}

.overlay-six {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 80vw solid transparent;
  border-right: 0vw solid transparent;
  border-top: 17vh solid #323232;
  transform: translateX(-30%) rotate(180deg);
  z-index: 3;
}

.overlay-seven {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent; 
  border-right: 20vw solid transparent;
  border-top: 10vh solid #fff;
  transform: translateX(-50%); 
  z-index: 1;
}

.slider {
  display: flex;
}

.slider-btn {
  background: none;
  border: 0.125rem solid #EE1D23;
  padding: 2rem 1.5rem;
  font-size: 2vh;
  margin-top: 4dvh;
  color: #fff;
  font-weight: bold;
  word-spacing: 2%;
  cursor: pointer;
  border-radius: 3rem;
  position: absolute; 
  z-index: 10;
  transition: 0.5s;
  top: 65%;
  left: 50%;
  transform: translateY(-50%);
}

.slider-btn.left {
  transform: translate(-100%, -50%);
  margin-left: -1vh; 
}

.slider-btn.right {
  transform: translate(0%, -50%);
  margin-left: 1vh; 
}

.slider-btn:hover{
  background: #EE1D23;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-slide {
  display: none;
}

.slider-slide.active {
  display: block;
}

#mitarbeiter{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-self: center;
  width: 30%;
  margin: 8vh auto;
  color: #000;
}

.overlay-ten {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 40vw solid transparent;
  border-right: 0vw solid transparent;
  border-top: 17vh solid #323232;
  transform: translateX(-30%) rotate(180deg);
  z-index: 1;
}

.overlay-eleven {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 0vw solid transparent;
  border-top: 9vh solid #ffffff;
  transform: translateX(+100%);
  z-index: 10;
}

#standortundöffnungszeiten{
  margin: 8vh auto;
  background: linear-gradient(to right, #131313, #272727);
  padding: 5rem 0 3rem 0;
  justify-content: center;
  position: relative;
}

#standortundöffnungszeiten h1{
  margin: 0 auto 3vh auto;
  text-align: center;
}

#standortundöffnungszeiten h3{
  color: #797878
}

#standortundöffnungszeiten p{
  margin-bottom: 3vh;
  font-weight: bolder;
  font-size: 2.2vh;
}

#standortundöffnungszeiten iframe{
  width: 50vh;
  height: 50vh;
  border-radius: 3rem;
  filter: drop-shadow(4px 4px 10px #111111);
}

#standortundöffnungszeiten button{
  margin-bottom: 3vh;
  font-size: 2vh;
  margin-top: 8vh;
  color: #fff;
  background-color: transparent;
  border: 0.15em solid #EE1D23;
  padding: 1vh 1vw 1vh 1vw;
  border-radius: 2rem;
  letter-spacing: 2%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  bottom: 4vh;
}

#standortundöffnungszeiten button:hover{
  background-color: #EE1D23;
}

.standort-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5vw;
  width: 50%;
  margin: 0 auto;
  height: fit-content;
  width: fit-content;
}

.standort-text{
  display: flex;
  flex-direction: column;
}

.tageundzeiten{
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-self: center;
  text-align: left;
  width: max-content;
}

.öffnungszeiten{
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.tage{
  display: flex;
  flex-direction: column;
  gap: 3vh;
  color: #EE1D23;
}

.cta-section {
  padding: 4vh 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  margin-top: 5vh;
}

.cta-section h2 {
  font-size: 3vh;
  font-weight: bold;
  color: #EE1D23;
  margin-bottom: 2vh;
  position: relative;
  z-index: 1; 
}

.cta-section p{
  font-family: "Calibri";
  color: #000;
  position: relative;
  left: 0;
  font-weight: 600;
  width: 40%;
  font-size: 2.2vh;
  text-align: center;
}

.cta-section button {
  background: #ee1d24c9;
  border: none;
  padding: 2vh 3vw; 
  font-size: 2vh;
  color: #000;
  font-weight: bold;
  word-spacing: 2%;
  margin-top: 5vh;
  cursor: pointer;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.cta-section button:hover {
  background: #b80b11;
  color: #000;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  height: fit-content;
  padding: 20px;
  background-color: #1A1A1A;
  position: relative;
  overflow: hidden;
  margin-top: 8vh;
}

.overlay-eight {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent; 
  border-right: 20vw solid transparent;
  border-top: 10vh solid #ffffff;
  transform: translateX(-50%); 
  z-index: 1;
}

.overlay-nine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 40vw solid transparent;
  border-right: 0vw solid transparent;
  border-top: 17vh solid #323232;
  transform: translateX(-30%) rotate(180deg);
  z-index: 0;
}

footer div{
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

footer h2 {
  font-size: 3vh;
  font-weight: bold;
  color: #EE1D23;
  margin-bottom: 1vh;
  text-align: center;
}

footer h3 {
  font-size: 2.2vh;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 50%;
  font-family: "Calibri"
}

.links {
  position: relative; 
  margin-top: 10vh;
  font-family: "Calibri";
  font-size:  2vh;
}

footer a {
  font-family: "Calibri";
  color: #EE1D23;
  text-decoration: none;
  margin-bottom: 1vh;
  z-index: 1;
  font-size: 2vh;
}

footer a:hover {
  color: #8a0c10;
  text-decoration: none;
  font-weight: bold;
}

@media (orientation: portrait) {
  .nav-links{
    display: none;
  }

  header{
    height: 60vh;
  }

  .header-content img{
    display: none;
  }

  .header-content{
    width: 85%;
    margin-left: 15vw;
  }

  .überuns{
    display: flex; 
    width: 85%;
    text-align: left;
    gap: 0;
    flex-direction: row;
    justify-content: center;
    margin: 5vh auto; 
  }

  .überuns img{
    display: none;
  }

  .überuns-text{
    width: 75%;
    padding: 0;
    margin: 0;
  }

  .overlay-seven {
    border-left: 50vw solid transparent; 
    border-right: 20vw solid transparent;
    border-top: 5vh solid #fff;
  }

  #services{
    min-height: 50vh;
  }

  #services p{
    width: 50%;
  }

    #mitarbeiter{
    display: flex;
    flex-direction: column;
    gap: 7vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8vh;
    color: #000;
  }

    #mitarbeiter div{
    width: 100%;
  }

  #standortundöffnungszeiten h1{
    text-align: center;
    font-size: 5vh;
    font-weight: bold;
    color: #EE1D23;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  #standortundöffnungszeiten iframe{
    width: 80%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;   
    margin: auto auto;      
    filter: drop-shadow(4px 4px 10px #111111);
  }

  .standort-text{
    margin: auto auto;
}

  .standort-content{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .cta-section h2 {
    text-align: center;
  }

  .cta-section p{
    width: 80%;
  }

  footer h3 {
    width: 80%;
  }
  }