





h1{
  font-family: favorit_b;
  font-weight: 100;
  font-size: 12pt;
}






p{
  font-family: favorit_r;
  font-size: 12pt;
}




body{
  background-color: #fbf5eb;
  text-decoration: none;
}


.cta{
  background-color: #000000;
  color: #fbf5eb;
  padding: 8px 30px 8px 30px;
  border-radius: 20px;

  stroke: none;

  width: fit-content;
  
  font-family: favorit_r;
  font-size: 12pt;

}



/* _______navbar_____________________________________________________________________________ */



.logo{
margin-top: 32px;
margin-bottom: 32px;


}


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



header{
  position: fixed;
  width: 50%;
  top: 0%;
  /* border-bottom: #5a5a5a 1px solid; */

  z-index: +1;


  background-color: #fbf5eb;
}


 

li{
  list-style: none;


}


a{
  color: #000;
  text-decoration: none;

}



.navbar{
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0px 32px 0px 32px;
  
 

}

.nav-menu{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 20px;

}

.nav-branding{
  font-family: favorit_b;
  font-weight: 100;
  font-size: 12pt;
  color: #000;
}




.nav-link{
  font-family: favorit_r;
  font-weight: 100;
  font-size: 12pt;
  color: #000;
  padding: 0px 0px 2px 18px;
  margin: 0px 0px 0px -20px;
  height: 22px;


 
  

}




.nav-link:hover {
  /* font-family: favorit_b; */
  font-size: 12pt;
  transition-duration: 0.1s;
  text-shadow: .4px 0 0 black; 
}



.hamburger{
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  cursor: pointer;
}

.bar{
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}



.deskt a{
display: none;
}


.selected{
  font-family: favorit_b;
  font-weight: 100;
  font-size: 12pt;
}




.Impressum{
  display: none;
}

/* _______section_____________________________________________________________________________ */

.page{
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.page_left{
  margin:0px 0px 0px 0px ; 
  width: 50%;

}


.text{
  width: calc(100% - 180px);
  margin: 160px 32px 0px 32px ;
}










.hands_m{

  /* background-color: aqua; */
  display: none;

  justify-content: center;
  align-items: center;
  height: 100vh;
  
  }
  
  .hands_m img{
    width: 50%;
  }
  

.hands_d{

/* background-color: aqua; */

display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.hands_d img{
  width: 50%;
}








ul {list-style: none}
li {list-style: none}


li p::before {
  content: "•"; 
  color: black;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
 
}





.cv li{



  margin-left: 22px;
  
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24pt;
  color: #000;
}





.slider_start{
  width: 50vw;
  overflow: hidden;
  right: 0;
  top: 0;
  position: fixed;

}





.slider{
  width: 50vw;
  overflow: hidden;
  right: 0;
  top: 0;
  position: fixed;

}

.slides{
  width: 500%;
 height: 100vh;
  display: flex;
  
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition:  ease 0.5s;

  
}

.slide img{
    width: 50vw;
    height: 100vh;
    object-fit: cover;
}


.slide video{
    width: 50vw;
    height: 100vh;
    object-fit: cover;
}

.navigation-mannual{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.mannual-btn{
  display: none;

  border: 2px solid #ccc;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.mannual-btn:not(:last-child){
  margin-right: 40px;
}

.mannual-btn:hover{
  background-color: #ccc;
}

#radio1:checked ~ .first{
  margin-left: 0%;
     transition: opacity 0.01s;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

#radio5:checked ~ .first{
  margin-left: -80%;
}

#radio6:checked ~ .first{
  margin-left: -100%;
}

#radio7:checked ~ .first{
  margin-left: -120%;
}

#radio8:checked ~ .first{
  margin-left: -140%;
}

#radio9:checked ~ .first{
  margin-left: -160%;
}

/* Automatic Navigation */
.navigation-auto{
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div{
  border: 2px solid #333;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~.navigation-auto .auto-btn-1{
  background: #ccc;
}

#radio2:checked ~.navigation-auto .auto-btn-2{
  background: #ccc;
}


#radio3:checked ~.navigation-auto .auto-btn-3{
  background: #ccc;
}

#radio4:checked ~.navigation-auto .auto-btn-4{
  background: #ccc;
}

#radio5:checked ~.navigation-auto .auto-btn-5{
  background: #ccc;
}

#radio6:checked ~.navigation-auto .auto-btn-6{
  background: #ccc;
}


#radio7:checked ~.navigation-auto .auto-btn-7{
  background: #ccc;
}

#radio8:checked ~.navigation-auto .auto-btn-8{
  background: #ccc;
}

#radio8:checked ~.navigation-auto .auto-btn-9{
  background: #ccc;
}

/* _______footer_____________________________________________________________________________ */


footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 40px;
  position: fixed;
  bottom: 0;
  padding: 0 32px;
  background-color: #fbf5eb; 
}












.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.kurs-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 400px;
}

.kurs-form input {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.kurs-form button {
  background-color: black;
  color: #fbf5eb;
  padding: 12px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.kurs-form button:hover {
  opacity: 0.85;
}

/* Custom Dropdown */
.custom-dropdown {
  position: relative;
  user-select: none;
}

.dropdown-selected {
  padding: 10px 40px 10px 12px; /* Platz für Pfeil rechts */
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;

  font-family: favorit_r;
  font-size: 12pt;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fbf5eb;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: none;
  max-height: 220px;
  overflow-y: auto;


  font-family: favorit_r;
  font-size: 12pt;
}

.dropdown-options li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-options li:hover {
  background-color: #f0f0f0;
}