@charset "utf-8";
/* CSS Document */

@font-face { font-family: 'sinewssanspro';
    src: url('https://sommerfest.bergstation.nrw/media/font/sinewssanspro_regular.ttf'); 
}
a:link{
    color: black;
    text-decoration: none;
}

a:active{
    color: black;
    text-decoration: none;
}
a:visited{
    color: black;
    text-decoration: none;
}

div{
    color: white;
}
body{
    margin: 0;
    font-family: 'sinewssanspro';
}

.start{
    background-image: url('/media/pic/außenwand.webp');
    background-size: cover;
    background-position: center;
    /*background-color: #14387F;*/
    height: 100vh;
    width: 100vw;
}
.mainHead{
    font-size: 4rem;
}
.subHead{
    font-size: 3rem;
}
.handyMainHead{
    display: none;
}

.icon{
    display: none;
}

.gast{
    position: absolute; 
    bottom: 50px; 
    right:50px; 
    text-align: right;
    font-size: 2rem
}

.zwei{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100vw;
    min-height: 100vh;
    height: auto;
}

.links{
    background-color: #14387F;
    min-height: 100vh;
    height: auto;
    width: 50vw
}

.rechts{
    background-image: url('/media/pic/prost.webp');
    background-size: cover;
    background-position: center;
    width: 50vw
}

.rechtsYannick{
    background-image: url('/media/pic/yannick.webp');
    background-size: cover;
    background-position: center;
    width: 50vw;

}
.rechtsJakob{
    background-image: url('/media/pic/jakob.webp');
    background-size: cover;
    background-position: center;
    width: 50vw;
}
.rechtsBlock{
    background-image: url('/media/pic/battle.webp');
    background-size: cover;
    background-position: center;
    width: 50vw;
}
.rechtsPodcast{
    background-image: url('/media/pic/juliane.webp');
    background-size: cover;
    background-position: center;
    width: 50vw
}

.linksInfo{
    background-image: url('/media/pic/kicker.webp');
    background-size: cover;
    background-position: center;
    width: 50vw
}

.linksEssen{
    background-image: url('/media/pic/essen.webp');
    background-size: cover;
    background-position: center;
    width: 50vw
}

.blau{
    background-color: #14387F;
    min-height: 100vh;
    height: auto;
    width: 100vw;
}

.center{
    position: relative;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.navLine{
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    top: 20px;
    height: 70px;
    width: 90vw;
    background-color: white;
    opacity: 0.7;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    display: grid;
    grid-template-columns:repeat(7, 12.85714vw) ;
    align-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 10000;
}

.navPoint{
    font-size: 16px;
    text-align: center;
    color: black;
}

.navPoint:first-child{
    margin-top: 9px;
}

.mitte{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}

.mitteJakob{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 
}

.mblock{
    padding: 5px 10px;
    text-align: center;
}

.miniInfo{
    font-size: 1rem;
}

.kurseMain{
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    margin: 15px;
}

.kurseBox{
    background-color: black;
    border-radius: 20px;
    min-height: 25vh;
    margin: 15px;
    padding: 15px;
}

.kursHead{
    text-align: center;
    font-size: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kursinhalt{
    height: calc(25vh - 40px - 30px - 22px) ;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.kursAnmelden{
    height: 30px;
    font-size: 22.5px;
    text-align: center;
}

.partner{
    height: auto;
    width: 100vw;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(7, 14.2857143vw);
    align-content: space-between;
}

.partnerLogoDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width:  14.2857143vw
}
.partnerLogoDivPlus{
    display: flex;
    justify-content: center;
    align-items: center;
    width:  14.2857143vw
}

.partnerLogo{
    width: 9vw
}

.partnerLogoPlus{
    width: 15vw
}

.partnerLogoKlein{
    width: 7vw
}
.partnerLogoKleinM{
    width: 4vw
}

.footer{
    height: 50px;
    width: 100vw;
    background-color: #2b3a44;
    display: grid;
    grid-template-columns: repeat(4, 25vw);
}
.footerHeadline{
    background-color: white; 
    color: black; 
    text-align: center; 
    font-size: xx-large; 
    margin: 20px;
}

.block{
    position: relative; 
    top: 0px;
    height: 120px;
}

.headline{
    height: 75px;
    font-size: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subHeadline{
    height: 50px;
    font-size: 32px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.content{
    height: auto;
    min-height: calc(100vh - 120px - 75px - 50px);
    font-size: 18px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentLeft{
    height: auto;
    min-height: calc(100vh - 120px - 75px - 50px);
    font-size: 18px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerInhalt{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.footerInhalt:visited{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.popUp{
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);
    padding: 40px;
    background-color: rgba(200, 200, 200, 0.95);
    border-radius: 10px;
    width: 80%;
    height: auto;
    font-size: 20px;
    display: flex;
    z-index: 99;
}
.popUpKurse{
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);
    padding: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 80%;
    height: auto;
    max-height: 80%;
    font-size: 20px;
    display: flex;
    z-index: 99000;
    overflow-y: auto;
}

.popUpFlex{
    flex: 1 1 auto;
}

#popUpEnde {
	color: black;
	position: fixed;
 	top: 0px;
 	right: 50px;
	font-size: 100px;
}
.handyPartnerLogoDiv{
    display: none;
}

input{
    width: 99%;
    font-size: 24px;
    font-family: sinewssanspro;
    padding: 7.5px;
    margin: 5px;
    border-radius: 5px;
    border-color: black;
    color: black;
}

form{
    color: black;
}

.anmelden{
    color: black;
    font-size: larger;

}



@media screen and (max-width: 1366px) and (orientation: landscape){
    .content{
        font-size: 14px;
    }
    .contentLeft{
        font-size: 14px;
    }  
    .miniInfo{
        font-size: 0.75rem;
    } 
    
}

@media screen and (max-width: 1366px) and (orientation: portrait) {

    .content{
        font-size: 14px;
    }
    .contentLeft{
        font-size: 14px;
    }
    .subHeadline{
        font-size: 20px;       
    }
    .miniInfo{
        font-size: 0.75rem;
    }
}

@media (max-width : 850px), (max-device-width : 700px) {
    .nav{
        display: none;
    }
    .zwei{
        display: block;
    }
    .icon{
        display: block;
    }
    .links{
        width: 100vw;
    }
    .contentLeft{
        font-size: 35px;
        padding: 20px;
    }
    .content{
        font-size: 45px;
    }
    .headline{
        height: 100px;
        font-size: 70px;
    }  
    .subHeadline{
        height: 50px;
        font-size: 45px;
        color: white;
    }
    .handyPicProgram{
        background-image: url('/media/pic/prost.webp');
        background-size: cover;
        background-position: center;
    }
    .handyPicInfo{
        background-image: url('/media/pic/kicker.webp');
        background-size: cover;
        background-position: center;
    }
    .handyPicPodcast{
        background-image: url('/media/pic/beb.webp');
        background-size: cover;
        background-position: center;
    }
    .handyPicKurse{
        background-image: url('/media/pic/kurse.webp');
        background-size: cover;
        background-position: center;
    }
    .handyPicEssen{
        background-image: url('/media/pic/essen.webp');
        background-size: cover;
        background-position: center;
    }
    .handyPicBattle{
        background-image: url('/media/pic/sommerfest.webp');
        background-size: cover;
        background-position: center;
    }

    .handyBlock{
        height: 300px;
    }
    .handyColor{
        background: rgba(0, 0, 0, 0.35);
    }
    .miniInfo{
        font-size: 2rem;
    }
    .kurseMain{
        grid-template-columns: 100%;
        grid-template-rows: repeat(4, 25%);
        margin: 15px;
    }
    .kurseBox{
        height: 15vh;
    }
    .kursHead{
        font-size: 45px;
        height: 50px;
    }
    .kursinhalt{
        height: calc(100% - 50px - 80px - 22px) ;
        font-size: 40px;
    }
    .kursAnmelden{
        height: 80px;
        font-size: 45px;
    }
    .gast{
        bottom: 50px; 
        left:50px; 
        text-align: left;
        font-size: 3rem
    }

    .menuB{
        position: fixed;
        right:  50px;
        bottom: 50px;
        height: 120px;
        width: 120px;
        background-color: rgba(200, 200, 200, 0.95);
        border-radius: 120px;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .navPoint{
        margin: 25px;
        font-size: 32px;
        text-align: center;
        color: black;
    }
    .footer{
        grid-template-columns: 100%;
        height: 150px;
        font-size: larger;
    }
    .partner{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .handyPartnerLogoDiv{
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-start: 1;
        grid-column-end: 3;
        width:  100vw
    }

    .partnerLogoDiv{
        width:  50vw;
        margin: 25px
    }
    .partnerLogoDivPlus{
        display: none;
    }
    .partnerLogo{
        width: 25vw
    }
    .partnerLogoPlus{
        width: 30vw
    }
    .partnerLogoKlein{
        width: 20vw
    }
    .partnerLogoKleinM{
        width: 15vw
    }
    .footerHeadline{
        background-color: white; 
        color: black; 
        text-align: center; 
        font-size: 50px; 
        margin: 20px;
    }
    .mainHead{
        display: none;
    }
    .subHead{
        font-size: 4rem;
    }
    .handyMainHead{
        display: block;
        font-size: 4rem;
    }
    .rechtsYannick{
        width: 100vw;
    
    }
    .rechtsJakob{
        width: 100vw;
    }
}


