:root{
--base-color: white;
--hover-color: #808080;
--basic-black: #000;
--dark-grey: #282929;
}
*{
padding: 0;
margin: 0;
border: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 20rem;
  background-color: var(--base-color);
  color: var(--basic-black);
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  min-height: 100%;
  overflow: clip;
  display: flex;
  flex-direction: column;
}

/*================================================================================================================================*/


.logo{
    font-size: 30px;
    cursor: pointer;
}

body{
    font-family: "Poppins";
}
a{
    text-decoration: none;
}

.headerList{
    display: flex;
    align-items: center;
}

.mainList{
    margin-left: 20px;
}

ul,ol{
    list-style: none;
}

.headerMenuLink{
    color: var(--basic-black);
    transition: 0.3s ease;
    
}

[class *= "__container"]{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1078px;
    margin: 0 auto;
}

.headerMenuLink:hover{
    color: var(--hover-color);
}

header{
    border-bottom: 1px solid var(--basic-black);
}



.navMenu{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.mainList:hover{
    
  transform: scale(1.3);
  padding-left: .6875rem;
  padding-right: .6875rem;
} 

.mainList {
  transition: all 0.3s;
  
}

img{
  pointer-events: none;
}

.main{
  flex: 1 1 auto;
}

.footer{
  color:var(--base-color);

  padding-bottom: 8px;
  padding-top: 8px;
  background-color: var(--hover-color);
}

.footer__container{
  display: flex;
  gap: 10px;
  align-items: end;

}

.darkmode{
  --base-color:#000;
  --basic-black:#fff;
  background-color: #000;
  --dark-grey: #fff;
}

#theme-switch{
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: var(--basic-black);
  display: flex;
  justify-content: center;
  align-items: center;
  

}

.themeSwitchButton{
}

#theme-switch svg{
  fill: var(--base-color);
}

#theme-switch svg:last-child{
  display: none;
}

.darkmode #theme-switch svg:first-child{
  display: none;
}

.darkmode #theme-switch svg:last-child{
  display: block;
}

#theme-switch:hover{
  cursor: pointer;
}

.wrapper{
  background-color: var(--base-color);
}

.bar{
  width: 1.5625rem;
  height: .1875rem;
  margin: .3125rem auto;
  transition: all 0.3s ease-in-out;
  border-radius: .3125rem;
  color: var(--basic-black);
  -webkit-transition: all 0.3s ease-in-out;
  background-color: var(--basic-black);
}

.hamburger{
  display: none;
  cursor: pointer;
}



@media(max-width: 690px){
  .bar{
    display: block;
  }
  .hamburger{
    display: block;
    z-index: 4;
  }
  .hamburger.active .bar:nth-child(2){
    opacity: 0;

  }

  .hamburger.active .bar:nth-child(1){
    transform: rotate(45deg) translateY(.7188rem)
  }

  .hamburger.active .bar:nth-child(3){
    transform: rotate(-45deg) translateY(-.7188rem)
  }

  .headerList{
    padding-top: 2.5rem;
    position: fixed;
    right: -100%;
    top: 20px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background-color: var(--base-color);
    transition: 0.4s;
    height: 100vh;
    z-index: 3;
    
  }

  .headerList.active{
    right: 0;
    z-index: 3;
  }
  .themeSwitchButton{
    margin-left: 0;
    justify-content: center;
  }
  
  .mainList{
    margin-left: 0;
    margin-top: 1.5rem;
    font-size: 2.2rem;
  }
}

footer{
  color: var(--base-color);
}

@media(max-width: 965px){
  .aboutMeImageADP{
    margin-top: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .imageAndText{
    justify-content: center;
  }

  .aboutMeText{
    text-align: center;
  }

  .mainImageDiv img{
    width: 100%;
    height: auto;
  }
}

@media(max-width: 740px){
  .imageAndText{
    display: block;
  }

  .image_and_nav{
    
    padding: 20px 0 0 0;
    margin: 0 0 0 0 ;
  }

}




.volleyballText{
  padding-top: .5rem;
}

.centerContentADP{
  justify-content: center;

}

.adressText{
  max-width: 27rem;
}

.mapsAndText{
  flex-wrap: wrap;
}

@media(max-width: 1080px){
  .centerContentADP{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }

  .googleMaps{
    padding-top: 15px;
    justify-content: center;
  }

  .adressText{
    text-align: center;
  }

 


}

@media(max-width: 635px){
  .Kontakt{
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .kontaktItems{
    padding-left: 1.25rem;
    margin-top: .9375rem;
  }
}

.HobbysTextADP{
  margin-bottom: 1.5625rem;
}

.VolleyballFirstBlock{
  display: flex;
  flex-wrap: wrap-reverse;
}

.SimracingFirstBlock{
  display: flex;
  flex-wrap: wrap-reverse;
}

.Volleyball{
  justify-content: center;
}

@media(max-width: 800px){
  .aboutMeImageADP{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  
}

@media(max-width: 966px){
  .WebsiteTextAndImageADP{
    display: block;
  }

  .WebsiteTextAndImage img{
    max-width: 60%;
  }

  .TextRight{
    justify-content: center;
  }

}

@media (max-width:833px) {
  .VolleyballTextAndImageADP{
    display: block;
  }

  .BoldText{
    justify-self: center;
  }

  .description{
    justify-content: center;
    text-align: center;
    margin-bottom: .625rem;
  }

  .VolleyballImage{
    display: flex;
    justify-content: center;
    
  }

  .VolleyballImage img{
    max-width: 80%;
    padding-left: 0px;
    margin-left: 0px;
  }

  .VolleyballText{
    font-size: larger;
  }

  .FitnessTextAndImage{
    display: block;
  }

  .FitnessImage{
    display: flex;
    justify-content: center;
  }

  .FitnessImage img{
    max-width: 80%;
    padding-right: 0px;
    margin-right: 0px;
  }

  .FitnessText{
    font-size: larger;
    margin-top: .625rem;
  }

  .SimracingTextAndImage{
    display: block;
  }

  .SimracingImage img{
    max-width: 80%;
    padding-left: 0px;
    margin-left: 0px;
  }

  .SimracingImage{
    display: flex;
    justify-content: center;
  }

  .SimracingText{
    font-size: larger;
    margin-top: .625rem
  }
  
}

@media  (max-width:900px){
  .WebsiteTextAndImageADP{
    display: block;
    
  }

  .BoldTextADP{
    text-align: center;
  }

  .WebsiteImage img{
    margin-right: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    
  }

  h2{
    text-align: center;
  }

  .WebsiteImage{
    display: flex;
    justify-content: center;
   
  }

  .TournierTextAndImage{
    display: block;
  }

  .TournierImage{
    display: flex;
    justify-content: center;
  }

  .TournierImage img{
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .Schnupperlehre1TextAndImage{
    display: block;
  }

  .Schnupperlehre1Image{
    display: flex;
    justify-content: center;
  }

  .Schnupperlehre1Image img{
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 15px;
  }
}