:root{
    --base-color: white;
    --hover-color: #808080;
    --basic-black: #000;
    --dark-grey: #282929;
    }



.mainImageDiv img{
    width: 400px;
    border-radius: 11px;

    
}

.mainImageDiv{
    display: flex;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.mainText{
    text-align: center;
}

.mainText h1{
    font-weight: bold;
    font-size: 32px;
}

.mainText h2{
    font-weight: 300;
    font-size: 24px;
}

.button a{
    padding: 12px 16px;
    background-color: var(--base-color);
    border: 1px solid var(--basic-black);
    border-radius: 6px;
    transition: all 0.3s;
}

.button{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    transition: 0.3s;
    
    

}

.button a:hover{
    background-color: var(--dark-grey);
    color: var(--base-color);
    transform: scale(1.3);
    
}

.aboutMeMain{
    text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2.1875rem;
}







footer{
    margin-top: 25px;
}

.additionalInfo{
    text-align: center;
   font-size: 24px;
   margin-top: 25px;
}


.Volleyball h1{
    font-size: x-large;
    font-weight: 500;
}

.Volleyball{
    display: flex;
    align-items: center;
    justify-content: space-between;
  
      
}

.volleyballText{
    max-width: 450px;
    font-size: 22px;
}

.Fitnessstudio{
   margin-top: 3.125rem;

}

.Simracing{
    margin-top: 50px;
}

.FitnessstudioText{
    text-align: right;
}

.link{
    text-decoration: underline;
    color: var(--hover-color);
}

.PorscheImage{
   width: 560px; 
}

.mapsAndText{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem; 
    position: relative;
}

.kontaktText{
    padding-top: 15px;
    text-align: left;
    
}

.kontaktItem{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    font-weight: 500;
   
}

.kontaktItem img{
    width: 3rem;
    padding-right: 2.5rem
}

.Kontakt{
    margin-top: 9.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kontaktButton{
    margin-top: 3.125rem;
}

.kontaktItem svg{
    margin-right: .9375rem;
    
}

.googleMaps iframe{
    border-radius: .5rem;
    width: 100%;
    min-width: 32.558vw;
}

.headerLogo{
    transition: all 0.3s;
}

.headerLogo:hover{
    transform: scale(1.3);
}

.footer a{
    transition: all 0.3s;
}

.footer a:hover{
    transform: scale(1.3);
    margin-right: .5rem;
    margin-left: .5rem;
}

.Fitnessstudio{
    display: flex;
    flex-wrap: wrap;
}

.slider{
    
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-bottom: 0.5rem;
    overflow: hidden;
    
}

.slider img{
    width: 10rem;
    height: auto;
    max-width: 100%;
    scroll-snap-align: start;
}

.slider_nav{
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    margin-top: .625rem;
    

}

.slider_nav div{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--basic-black);
    opacity: 0.75;
    transition: opacity ease 250ms;
    transition: 0.3s;
}

.slider_nav div:hover{
    opacity: 1;
    transform: scale(1.3)
}


.TournierTextAndImage{
    margin-top: 2.5rem;
}

.BoldText{
    font-weight: 600;
    padding-bottom: 8px;
}

.TextLeft{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; 
    position: relative;
}

.TournierImage img{
    max-width: 20rem;
    margin-left: 10rem;
    border-radius: 11px;
}

.TextRight{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; 
    position: relative;
    text-align: right;
}

.WebsiteImage img{
    max-width: 40rem;
    margin-right: 5rem;
    border-radius: 11px;
    border: solid black;
}



.WebsiteTextAndImage{
    margin-top: 10rem;
    
}

.Schnupperlehre1TextAndImage{
    margin-top: 10rem;
}

.Schnupperlehre1Image img{
    max-height: 30rem;
    border-radius: 11px;
    margin-left: 5rem;
}

.imageAndText{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}



.image_and_nav{
    padding-right: 0;
    margin-left: 5rem;
}



.slider img{
    border-radius: 11px;
    min-width:100%;
}

.aboutMeText{
    font-size: larger;
}

.VolleyballImage img{
    max-width: 30rem;
    margin-left: 5rem;
    border-radius: 11px;
}

.FitnessImage img{
    max-width: 30rem;
    margin-right: 5rem;
    border-radius: 11px;
}

.SimracingImage img{
    max-width: 30rem;
    margin-left: 5rem;
    border-radius: 11px;

}

.VolleyballTextAndImage{
    margin-top: 5rem;
}

.FitnessTextAndImage{
    margin-top: 5rem;
}

.SimracingTextAndImage{
    margin-top: 5rem;
}

.logos{
    overflow: hidden;
    white-space: nowrap;
}



.logos-slide{
    display: inline-block;
    animation: 20s logos-slider infinite linear;
}

.logos img{
    height: 100px;
    margin:2rem 2rem;
}

.logos img:hover{
    transform: scale(1.5);
}



@keyframes logos-slider {
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }
}

.TechnologienText{
    font-weight: 800;
    font-size: xx-large;
    text-align: center;
}

.VolleyballText{
    text-align: center;
}

.FitnessBold{
    text-align: center;
}

.SimracingBold{
    text-align: center;
}

.imageHome img{
    width: 75px;
}

.kontaktText{
    text-align: center;
}

.description{
    text-align: center;
}

.mapsAndText{
    padding-top: 1.25rem;
}