
img{
    border-radius: 1vw;
}

body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body p{
    font-size: 1.5rem;
}

body ul li{
    
        font-size: 1.5rem;
        list-style-position: inside;
        line-height: 1.1;
        
    
}

ul{
    margin-top: 0;
    margin-bottom: 0;
}

h2{
    text-decoration: underline;
}





#logo1{
    display: none;
}



.swiper{
    height: 0;
    width: 0;
}

div.swiper-button-prev, div.swiper-button-next{
    color: #c2d6d6;
 }

 .swiper-pagination-bullet-active{
     background-color: #c2d6d6 !important;
 }







.logo{
    text-align: center;
    display: block;
   
}

.logo .line a{
    text-decoration: none;
    height: 5vw;
    max-height: 5vw;
}

.logo a img{
    height: 8vh;
    max-height: 8vh;
}

body{
    display:flex;
    flex-direction: column; 
    font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman";  
}

var{
    font-style: normal;
}


h1{
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 2vh;
    margin-top: 0px;
    margin-bottom: 0;
    max-width: 100vw;
    
}

h1:after{
    content: " ";
    justify-content: center;
    display: block;
    position: relative;
    left: 30%;
    width: 40%;
    border-radius: 10px;
    border: 2px solid black;
}





.line{
    margin-left: 5vw;
}


.menu{
    display: flex;
    list-style-type: none;
    position: sticky;
    top:0;
    z-index: 1;
    background-color: white;
    height: 8vh;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100vw;
}

.menu li{
    flex:1;
    text-align: center;
    text-decoration: none;
}

.menu li a{
    padding: 20%;
    
    text-decoration: none;
    font-size: 2.5rem;
    color: black;
    font-weight: bold;
    
}

.menu li a:hover{
    text-decoration: underline;
}



.hamburger{
    z-index: 0;
    opacity: 0;
}


html{
    scroll-behavior: smooth;
    will-change: scroll-position;
    scroll-margin-top: 200px;
    margin: 0;
    padding: 0;
}


#triangle{
    height: 20vw;
    background-color: black;
    display: flex;
    clip-path: polygon(0vw 0vw,
                        100vw 0vw,
                        100vw 15vw,
                        50vw 20vw,
                        0vw 15vw);
    width: 100vw;
    
}

#close_btn{
    position: absolute;
    max-width: 5vw;
    top: 5vh;
    right: 5vw;
    z-index: 100;
}

#close_btn img{
    max-width: 6vw;
}

.emptyforscrolling{
    height: 0vh;
    position: relative;
    
    top: -3vh;
}

.emptyforscrollingAboutMe{
    height: 0vh;
    position: relative;
    top: -5vh;
}

.emptyforscrollingKontakt{
    height: 0vh;
    position: relative;
    top: 0vh;
    
}
#triangleleft{
    width: 30vw;
    object-position: 0vw -2vw;
    
}

#trianglemiddle{
    width: 40vw;
    object-position: 0vw ;
    
}

#triangleright{
    width: 30vw;
    object-position: 0vw -2.2vw;
    
}

#triangle img{
    border-radius: 0;
    }



.exception img{
    height: 50vw;
}

.wrapper{
    display: flex;
    flex-direction: row;
    margin-top: 5vh;
}

#Turnierbild{
    display: flex;
    padding-left: 5vw;
    padding-right: 5vw;
    justify-content: center;
    align-items: center;
}

#Turnierbild img{    
    max-width: 40vw; 
    
    padding-right: auto;
    padding-left: auto;
    display: flex;   
    max-height: 40vw;
    
}



#TextHome{
    max-width: 60vw;
    margin-left: 5vw;
    margin-right: 10vw;
    margin-top: 2vh;
}

#BildRechts{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40vw;
}


#BildRechts img{
    max-width: 40vw; 
    max-height: 40vw;
    margin-left: 0vw;
    margin-right: 5vw;
    padding-right: auto;
    padding-left: auto;
    display: flex;   
    justify-content: center;
    align-items: center;
}

#TextAusbildung{
    max-width: 50vw;
    margin-right: 5vw;
    margin-left: 5vw;
    margin-top: 5vh;
}

#TextAusbildung img{
    height: 0;
}

#BildBalken{
    margin-top: 5vh;
    max-height: 30vw;
    margin-bottom: 5vh;
    padding: 0;
    margin-left: 0;
}

#BildBalken img{
    max-height: 30vw;
    width: 100%;
    margin: 0;
    padding: 0;
}

.BilderRund{
    
    position: relative;
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    max-height: 20vw;
    min-height: 5vw;
    width: 100vw;
    padding-top: 5vw;
    
 
 

}





.picturerighttotext{
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    
    
}

.picturerighttotext img{
    height: 0;
    
}


.BilderRund img{
    max-width: 20%;
    min-width: 20%;
    min-height: 20%;
    max-height: 20%;
    object-fit: contain;
    border-radius: 50%;
    
}

.BilderRund img:hover{
    transform: scale(1.5);
    transition: 0.2s;
    cursor: pointer;
}

.BilderRund img:not(:hover){
    transform: scale(1.0);
    transition: 0.2s;
}

#Pictures4 img:hover{
    transform: scale(1.5);
    transition: 0.2s;
}

#Pictures4 img:not(:hover){
    transform: scale(1.0);
    transition: 0.2s;
}

#BildLinks{
    width: 40vw;
    margin-left: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#BildLinks img{ 
   
    max-width: 40vw; 
   
    max-height: 40vw;
    padding-right: auto;
    padding-left: auto;
    display: flex;   
    
    

}

#TextHaltung{
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0;
    margin-bottom: 5vw;
}




#TextaboutMe{
    padding-left: 5vw;
    padding-right: 5vw;
    width: 60vw;
    
}



#TextaboutMe #Bildfloatedright img{
    max-width: 0vw;
    float: right;
}

#BildRight{
    display: flex;
    padding-left: 5vw;
    padding-right: 5vw;
    justify-content: center;
    align-items: center;
}

#BildRight img{    
    max-width: 40vw; 
    padding-right: auto;
    padding-left: auto;
    display: flex;   
    max-height: 40vw;
    
}

#BildBalkenUnten{
    margin-top: 5vw;
    padding-bottom: 10vw;
    height: 20vw;
    
}

#BildBalkenUnten img{
    max-height: 30vw;
    width: 100vw;
    margin-bottom: 5vw;
}

#Bilder4{
    display: flex;
    justify-content: space-between;
}

#Bilder4 img{
    max-width: 18%;
    border-radius: 50%;
}

#Bilder4 img:hover{
    transform: scale(1.5);
    transition: 0.2s;  
}

#Bilder4 img:not(:hover){
    transform: scale(1.0);
    transition: 0.2s;
}

#Kontaktformular{
    width: 50vw;
    max-width: 50vw;
    padding: 5%;
    padding-top: 7vh;
    
}

.input{
    margin: 2vw;
    width: 100%;
}

.field{
    outline: none;
    background-color: light-grey;
    border: none;
    border-bottom: 2px solid grey;
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
    font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman";  

    
 
}
   

label{
    text-align: center;
    font-size: 1.5rem;
   
}

#absenden{
    width: 100%;
    border-radius: 10px;
    background-color: #2d9770;
    margin-right: 0;
    margin-left: 2vw;
    margin-top: 4vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 3rem;
}

#absenden:hover{
    cursor: pointer;
}

#TextKontakt{
    margin-left: 5vw;
    padding-top: 5vh;
    max-width: 50vw;
    
}

#TextKontakt img{
    width: 30vw;
    object-fit: contain;
    border-radius: 1vw;
    
}

#logoinsert{
    display: flex;
    flex-direction: row;
}

#logoinsert img{
    max-width: 100px;
}

#logoinside{
    margin-left: 2.8vw;
}

#Footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #4d4d4d;
    height: 5vh;
}

#Footer a{
    color: white;
    text-decoration: none;
}

#Footer a:hover{
    text-decoration: underline;
}

#emptyforimpressum{
    height: 5vh;
}

#popupswiper{
    display: none;
    position: fixed;
    height: 100%;
    width: 100vw;
    background-color: rgba(0,0,0,0.6);
    z-index: 49;
}




.popupswiperinside{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 53.33vw;
    width: 80vw;
    z-index: 50;
    
}

#popupswiperinside1{
    z-index: 50;
  
}

#close_btn{
    display: none;
    position: fixed;
    top: 5vw;
    right: 5vw;
    height: 5vw;
    width: 100vw;
    
    z-index: 49;
    border-radius: 50%;

}

#close_btn:hover{
    cursor: pointer;
}
#popupswiperinside2{
    z-index: 50;
}

#popupswiperinside3{
    z-index: 50;
}

#popupswiperinside4{
    z-index: 50;
}


.pop{
    display: none;
    width: 80vw;
    max-height: 53.33vw;
}

.pop img{
    max-width: 80vw;
    max-height: 53.33vw;
}

.Balken{
    border-radius: 0;
}

#copyright{
    
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #4d4d4d;
    height: 5vh;
    color: white;
    text-decoration: none;
    
    
}

#copyright p{
    font-size: 1rem;
}



@media only screen and (max-width:1700px){
    .menu li a{
        font-size: 1.5rem;
    }

    p{
        font-size: 1.3rem;
    }
}

/** Mobile Version **/

@media only screen and (max-width:1000px){
    html{
        
        margin: 0;
        padding: 0;
       
    }

   



    body{
        display: flex;
        margin: 0;
        padding: 0;
       
    }

    #close_btn{
        display: none;
    }

    p{
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .emptyforscrolling{
        position: relative;
        height: 0vh;
        top: -15vh;
    }

    .emptyforscrollingAboutMe{
        position: relative;
        height: 0vh;
        top: -17vh;
    }

    .emptyforscrollingKontakt{
        position: relative;
        height: 0vh;
        top: -15vh;
    }

    #logo1{
       
        margin: 0;
        padding: 0;
        position: sticky;
        display: block;
        z-index: 50;
        height: 15vh;
        max-height: 15vh;
        width: 100vw;
        max-width: 100vw;
    }

    .line{
        margin: 0;
        padding: 0;
        position: sticky;
        z-index: 50;
        height: 15vh;
    }

    .swiper{
        width: 100vw;
        height: 66.67vw;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .swiper-slide img{
        max-width: 100vw;
    }


    .menu{
        
        background-color: white;
        position: sticky;
        display: flex;
        flex-direction: column;
        z-index: 0;
        text-align: right;
        top: 0;
        padding: 0;
        margin: 0;
        transition: 0.2s;
        margin-left: 100vw;
        height: 0;
        display: none;
        
    }

    .menu.is-active img{
        display: none;
    }

    


    .menu.is-active{
        left: 0vw;
        margin: 0;
        padding: 0;
        background-color: white;
        height: 85vh;
        max-width: 100vw;
        position: sticky;
        top: 15vh;
        display: block;
        z-index: 200;
        margin-bottom: 0;
        overflow: hidden;
       
        
    }

   
    .menu.is-active li{
        max-width: 60vw;
    }

    .swiper{
        z-index: 2;
    }

    .menu li{
        position: relative;
        left: 20vw;
        
        text-align: left;
        text-decoration: none;
        padding: 4vw;
        
    }
    
    .menu li a{
        padding: 0;
        padding-top: 0;
        text-decoration: none;
        font-size: 2rem;
        color: black;
        font-weight: bold;
        
    }

    

    .logo{
        display: block;
        position: sticky;
        top: 0;
        text-align: left;
        margin: 0;
        background-color: white ;
        height: 15vh;
        max-height: 15vh;
        z-index: 1;
        max-width: 80vw;
        
        
        
    }

    .logo a{
        height: 15vh;
    }
    .logo a img{
        object-fit: contain;
        height: 15vh;
        max-height: 15vh;
        max-width: 80vw;
    }


    

    
    .hamburger{
        float: right;
        margin-right: 10vw;
        max-width: 10vw;
        width: auto;
        height: auto;
        max-height: 15vh;
        animation: test2;
        animation-duration: 1s;
        opacity: 1;
       
        
    }


    

    .hamburger.is-active{
        animation: test;
        animation-duration: 1s;
       
        
        z-index: 3;
    
    }


    @keyframes test2 {

        

        50%{
            transform: rotate(45deg);
        }

        
        
    }
    
    @keyframes test{
        50%{
            transform: rotate(-45deg);
        }

    }

    
        
    

    .wrapper{
        flex-direction: column-reverse;
        margin: 0;
    }

    #TextHome{
        max-width: 100vw;
        text-align: center;
    }

    #TextAusbildung{
        max-width: 100vw;
        margin-right: 5vw;
        margin-left: 5vw;
    }

    #TextKontakt{
        max-width: 100vw;
        text-align: center;
    }
    .leftright{
        flex-direction: column;
    }



    #logoinsert{
        justify-content: space-around;
    }

    #Kontaktme{
        
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100vw;
        justify-content: space-around;
        
    }

   
    #TextaboutMe{
        width: 90vw;
        max-width: 100vw;
        padding-right: 5vw;
        padding-left: 5vw;
    }

    #Kontaktformular{
        width: 80vw;
        margin-left: 3vw;
        margin-right: 5vw;
        max-width: 100vw;
    }

    .line{
        height: 5vh;
        z-index: 500;
    }

    .BilderRund{
        display: none;
    }

    #Turnierbild img{
        width: 0;
    }

    .picturerighttotext{
        max-width: 100vw;
    }

    .picturerighttotext .list li{
        text-align: left;
        margin-left: 0;
        list-style-position: outside;
        font-size: 1.2rem;
        overflow-wrap: break-word;
       
    }

    .list{
        display: flex;
        justify-content: left;
    }

    .picturerighttotext .verticalcenter img{
        height: auto;
        max-width: 30vw;
        object-fit: contain;

    }

    .verticalcenter{
        margin-top: auto;
        margin-bottom: auto;
    }

    #BildRechts img{
        display: none;
    }

    .exception img{
        height: 30vw;
        max-width: 90vw;
    }

    #BildBalken img{
        display: none;
    }

    #BildLinks img{
        display: none;

    }

    #BildBalkenUnten img{
        display: none;
    }
    
    #logo{
        z-index: 50;
        height: 5vh;
        
    }
    
    #logo img{
        height: 100%;
    }
    .leftright{
        display: flex;
        justify-content: space-around;
    }


    #TextaboutMe #Bildfloatedright img{
        margin: 3vw;
        max-width: 40vw;
        float: right;
      

    }

    #BildRight img{
        display: none;
    }

    #BildBalkenUnten{
        display: none;
    }

    .Kontaktwrapper{
        display: flex;
        flex-direction: column;
        margin-right: 5vw;
        
    }

    

    #TextKontakt img{
        width: 80vw;
        object-fit: contain;
        border-radius: 1vw;
        margin-left: 5vw;
        margin-right: 5vw;
       
        
    }

    #TextAusbildung img{
        height: 30vw;
    }

    #BildInText{
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    #leftright{
        justify-content: space-around;
    }

    

    #Logoinside{
        width: 20vw;
    }

    #adresse{
        max-width: 50vw;
    }

   
}

