html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
  flex-direction: column;
  background-color: #EDEAD8;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
a{
  color: #FBAA2A;
}
h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
}
.all{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  min-height: 5em;
  flex: 1;
}
.navbar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #00000050;
}

.navbar-logo a{
   font-size: 24px;
   color: #FBAA2A;
   z-index: 3;
   text-decoration: none;
}

.menu-items {
   list-style: none;
   display: flex;
   margin: 0;
   padding: 0;
   
}

.menu-items li {
   margin-right: 20px;
   
}

.menu-items a{
   text-decoration: none;
}
.menu-items a:hover{
   text-decoration:underline;
}

.burger-menu {
   display: none;
   flex-direction: column;
   cursor: pointer;
   z-index: 3;
}

.burger-menu .bar {
   width: 30px;
   height: 3px;
   background-color: #FBAA2A;
   margin: 3px 0;
   transition: 0.4s;
}


/* Styles for when the menu is active */
.burger-menu.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6.5px);
}

.burger-menu.active .bar:nth-child(2) {
  opacity: 0;
}

.burger-menu.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6.5px);
}


@media screen and (max-width: 768px) {

  @keyframes slideInUp {
    0% {
        transform: translateY(-200%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideOutUp {
 0% {
     transform: translateY(0);
 }
 100% {
     transform: translateY(-200%);
 }
}
.menu-items {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  background: #00000050;
  z-index: 1;
}

   .menu-items.show {
       display: flex;
       animation: slideInUp 0.5s ease-in-out;
       z-index: 2;
     
   }

   .menu-items.hide {
    animation: slideOutUp 0.5s ease-in-out;
}

   .menu-items a{
      font-size: 22px;
      
      
   }
   .menu-items li{
      margin: 10px;
   }

   .burger-menu {
       display: flex;
       
   }
}






.video-container {
  width: 100%;
  max-width: 1920px; /* Optional: Begrenze die Breite des Containers auf 1920px */
  height: 50vh; /* Höhe auf die gewünschte Höhe (die Hälfte deiner Bildschirmhöhe) setzen */
  overflow: hidden; /* Verhindert Überlauf */
}

video{
    width: 100%;
    object-fit: cover; /* Skaliert das Video proportional, um es vollständig im Container anzuzeigen */
}


.overlay {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height:50vh;
  background: rgba(0, 0, 0, 0.6);
}

.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.logo-container img{
  width: 80%;
  filter: drop-shadow(0 0 60px rgb(213, 213, 213));
  max-width: 400px;
}




.trenner1 {
  position: relative;
  width: 100%;
  margin: 0px auto;
  max-width: 400px; /* Ändere dies entsprechend deiner Anforderung für maximale Linienlänge */
}
.trenner2 {
  position: relative;
  width: 100%;
  
  margin: 0px auto;
  max-width: 400px; /* Ändere dies entsprechend deiner Anforderung für maximale Linienlänge */
}

.line {
  position: absolute;
  top: 50%;
  width:25%; /* 50px ist der Abstand zwischen den Linien */
  height: 3px;
  background-color: #4d3324;
}

.left-line{
  left: 10px;
}
.right-line{
  right: 10px;
}

.svg-container {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 150px; 
  text-align: center;
}

.svg-container img {
  width: auto;
  height: 40px;
  display: inline-block;
  padding: 5px;
}

@media screen and (max-width: 600px) {
  .line {
      width:15%; /* Ändere die Breite der Linien für kleinere Bildschirme */
  }
  .left-line{
    left: 60px;
  }
  .right-line{
    right: 60px;
  }
}



.centered-text {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 25px;
}
.centered-text h2{
  font-weight:normal;
  max-width: 1000px;
  padding: 50px;
}
.border-line{
  text-align: center;
}



#Service {
  margin: 0px auto;
  margin-top: 150px;
  margin-bottom: 0px;
  flex-wrap: wrap;
  padding: 50px;
  display: flex;
  flex-direction: column;
  max-width: 55%;
}

.ihr, .sie, .wir{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 50px;
}

.large-text h2{
  font-weight: 300;
  font-size: 3em;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 0;

}

.small-text h2{
  font-weight:normal;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .ihr, .sie, .wir{
    display: flex;
    flex-direction: column; /* Ändert die Anordnung auf vertikal */
    justify-content: center;
    align-items: center; /* Zentriert den Text innerhalb der Elemente */
    padding: 40px 0px;
  }
  #Service {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .small-text h2, .large-text h2{
    margin-right: 0px;
    justify-content: center;
    align-items: center; /* Zentriert den Text innerhalb der Elemente */
    text-align: center;
  }

}





.additional-content {
  margin: 20px auto; /* Abstand zwischen den beiden Abschnitten */
  text-align: center; /* Zentrieren des Textes im Container */
  max-width: 1000px;
  margin-bottom: 100px;
  padding: 50px;
}
.additional-content h1{
  font-weight: 300;
  padding: 10px;
}
.additional-content h2{
  font-weight: normal;
  padding: 10px;
  padding-bottom: 20px;
}











button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #4d3324;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#Kontakt {
  border: solid 3px #4d3324;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #000000;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #4d3324;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}


.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], [type='number'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, [type='number']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.nachricht {
	float: none;
}

.name {
	float: left;
	width: 45%;
}


select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telefon {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #000000;
}

:-moz-placeholder { 
	color: #000000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
}

#form_button {
  background: none;
  border: solid 2px #3a261a;
  color: #3a261a;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #3a261a;
  color: #F2F3EB;
}
@media screen and (max-width: 768px) {
  #Kontakt {
    margin: 20px auto;
    width: 85%;
  }

  .name,
  .email,
  .telefon,
  .mitarbeiter,
  .nachricht {
    width: 100%;
    float: none;
  }

  #contact_form {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 36px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], [type='number'], select, textarea {
    font-size: 0.875em;
  }
}



















.video-container1 {
  width: 100%;
  max-width: 1920px; /* Optional: Begrenze die Breite des Containers auf 1920px */
  height: 70vh; /* Höhe auf die gewünschte Höhe (die Hälfte deiner Bildschirmhöhe) setzen */
  overflow: hidden; /* Verhindert Überlauf */
}

video{
    width: 100%;
    object-fit: cover; /* Skaliert das Video proportional, um es vollständig im Container anzuzeigen */
}






.overlay1 {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height:70vh;
  background: rgba(0, 0, 0, 0.3);
}

.footer {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe des Footers */
  color: white; /* Textfarbe */
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 10;

}



.footer a {
  color:#FBAA2A; /* Helles Blau für Links im Footer */
  text-decoration: none;
  padding: 20px;

}

/* Medienabfrage für Mobilgeräte */
@media (max-width: 768px) {
  .footer a {
      display: block; /* Links untereinander anzeigen */
      margin: 10px 0; /* Abstand zwischen den Links */
      text-align: center;
  }
}