@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

.signin-form{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.signin-welcome{
    color: white;
}

.text-center{
    text-align: center;
}

body.full-height{
    height: 100%;
    background-color: #536942;
}

.form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#confirmation-box{
    color: white;
}
#error-box{
    color: white;
}

*{
    padding: 0;
    margin: 0;
    max-width: 100%;
    box-sizing:  border-box;
}

:root {
    --primary: #536942;
    --secondary: #ffd936;
    --white: #efefef;
}

body {
    font-family: "Fredoka", sans-serif;
    color: var(--primary);
}

section{
    margin: 10 0;
}

#main {
    background-image: url(../images/Harz_Bild.jpg);
    min-height:50vh;
    background-position: center;
    background-size: cover;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1200px;
    padding: 16px;
    margin: auto;
}

.intro-container{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.orga-container{
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.impressum-container{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.navbar{
    width: 100%;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.nav-menu ul{
    display: block;
    padding-right: 30px;
}

.nav-menu ul li{
    list-style: none;
    float: left;
    padding: 15px 25px;
}

.nav-menu ul li a{
    text-decoration: none;
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}

.nav-menu ul li:hover{
    background-color: var(--secondary);
    transition: 0.2s ease;
}

.toggle-btn{
    position: absolute;
    top:25px;
    right:30px;
    display: none;
    justify-content: space-between;
    flex-direction: column;
    height: 22px;
    width: 32px;
}

.toggle-btn .bar{
    height: 4px;
    width: 100%;
    background-color: var(--white);
    border-radius: 10px;
}

@media screen and (max-width:768px){
    .toggle-btn{
        display: flex;
    }
    .nav-menu{
        display: none;
        width:100%;
    }
    .navbar{
        width:100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-menu ul{
        width: 100%;
        background-color: var(--primary);
        flex-direction: column;
        padding-right: 0px;
    }
    .nav-menu ul li{
        padding-left: 30px;
        float: none;
    }
    .nav-menu ul li a{
        font-size: 17px;
    }
    .nav-menu.active{
        display: flex;
    }
    .timeline-image{
        height: 25vh;
    }
}

.btn {
    padding: 12px 20px;
    background: transparent;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn-primary {
    border: none;
    background: var(--secondary);
    color: var(--primary);
}

.btn-secondary {
    border: 2px solid var(--white);
    color: var(--white);
    font-weight: bold;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    color: var(--white);
}

.main-content .intro-heading {
    font-size: 25px;
    margin-top: 0px;
}

.main-content .main-heading {
    font-size: 40px;
    margin-top: 5px;
}



.kreis-image{
    width: 100%;
    height: 25vh;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}

.kreis-image img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: center;
    border: 2px solid var(--primary)
}

.kreis-image p{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.ansprache {
    position: absolute;
    font-size: 25px;
    left: 50px;
    right: 50px;
}

/*Überschriften H2 aller Navigationspunkte*/
.header2-container {
    background-color: var(--primary);
    
    /*Transparenz des Kastens auf 60%*/
    opacity: 0.6;
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 40px 0 20px 0;
}

.header2-container h2{
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 20px;
}

.header2-container p{
    color: var(--white);
}





.horizontal-line{
    border-color: var(--white);
    border-width: 1.5px;
    width: 200px;
    margin-top: 0;
    margin-bottom: 10px;
}

.coming-soon {
    min-height: 75vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 1px;
}

.countdown {
    display: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 10px;
}

.day {
    display: inline-block;
    padding: .3em;
    margin: .3em;
    width: 100px;
    height: 100px;
    line-height: 65px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    background-color: var(--primary);
    text-align: center;
    font-size: 40px;
    color: var(--white);
}

.hour {
    display: inline-block;
    padding: .3em;
    margin: .3em;
    width: 100px;
    height: 100px;
    line-height: 65px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    background-color: var(--primary);
    text-align: center;
    font-size: 40px;
    color: var(--white);
}

.minute {
    display: inline-block;
    padding: .3em;
    margin: .3em;
    width: 100px;
    height: 100px;
    line-height: 65px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    background-color: var(--primary);
    text-align: center;
    font-size: 40px;
    color: var(--white);
}

.second {
    display: inline-block;
    padding: .3em;
    margin: .3em;
    width: 100px;
    height: 100px;
    line-height: 65px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    background-color: var(--primary);
    text-align: center;
    font-size: 40px;
    color: var(--white);
}

.timeline-image{
    width: 100%;
    height: 22vh;
    text-align: center;
}

.timeline-image img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: center;
    border: 2px solid var(--primary);
}

.contact-box p{ 
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    }

.contact-box h5{ 
        text-align: center;
        font-size: 30px;
        margin-top: -80px;
        margin-bottom: 30px;
    }

.text-box h5{
    color: var(--primary);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -80px;
}


.text-box-orga p{
    color: var(--primary);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-box p{
    color: var(--primary);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.impressum p{
    padding-left: 20px;
    text-align: center;
    /* display: flex; */
}

.EndImage img {
    /* max-height: 320px; */
    object-fit: cover;
}


.text-box-location1 p{
    color: var(--primary);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-box-unterkunft {
    color: var(--primary);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.text-box-location {
    color: var(--primary);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.text-box-unterkunft .text-unterkunft {
    color: var(--primary);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: lighter;
}

.hexagon {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: white;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    flex-direction: column;
}

.hexagon::before,
.hexagon::after{
    content:"";
    position: absolute;
    width: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
}

/*.hexagon:before{
    top: -100px;
    border-bottom: 100px solid white;
}

.hexagon:after{
    bottom: -100px;
    border-top: 100px solid white;
}*/

.hexagon iframe{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    border-radius: 50%;
    /*clip-path: polygon(50% 0%, 75% 25%, 75% 75%, 50% 100%, 25% 75%, 25% 25%);*/
}


.vertical {
    border-color: var(--primary);
    border-width: 1px;
    width: 2px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
}

.Location-Address .address {
    font-weight: bold;
}

.Location-Address .address-text p{
    color: var(--secondary);
}



.Zusagen {
    box-sizing: border-box;
    margin:0 auto;
    width: 360px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-radio {
    appearance: none;
    width: 10px;
    height: 10px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.custom-radio:checked {
    background-color: var(--primary);
}

.hidden {
    display: none;
}

#confirmation-box {
    margin: 0 auto;
    max-width: 400px;
    background-color: var(--primary);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 18px;
}
#error-box {
    margin: 0 auto;
    max-width: 400px;
    background-color: #6B434E;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 18px;
}

textarea {
    width: 100%;
    padding: 10px;
}

#submit {
    border: none;
    color: black;
    width: 200px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: var(--primary);
    
    /*Transparenz des Kastens auf 60%*/
    opacity: 0.9;
}

#submit:hover {
    background-color: var(--primary);
    opacity: 0.6;
    
}

.abc-list {
    list-style: none;
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
}

.abc-list li{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.abc-list .letter{
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 15px;
    color: var(--primary);
}

.abc-list .text{
    font-size: 16px;
    font-weight: normal;
    color: var(--primary);
}