body, html{
    margin: 0;
    color: #484444;
    font-family: 'Roboto', sans-serif;
}

hr{
    width: 80%;
}

th{
    font-weight: normal;
}

#background{
    background-image: url("images/peilstein.jpg");
    background-attachment: fixed;
    background-size: 140%;
    height: 100%;
    width: 100%;
    margin-top: 0;
    position: fixed;
}

#menu{
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 50px;
    display: flex;
    text-transform: uppercase;
    background: rgba(174, 174, 174, 0.8);
    text-decoration: none;
    color: #484444;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#divInhaltStart{
    width: 50%;
    text-align: left;
    margin: 0px auto 0px auto;
    color: #484444;
    font-family: 'Roboto', sans-serif;
}

#menu a{
    color: snow;
    font-family: 'Roboto', sans-serif;
    /*color: dimgray;*/
    text-decoration: none;
}

.menupunkt{
    font-size: 1.7em;
    height: 50px;
    text-shadow: 1px 1px 2px #484444;
}

.linkmenu{

}

#menupunkte{
    display: flex;
    flex: 4;
    flex-shrink: 1;
    justify-content: space-around;
    line-height: 50px;
}

.leerbox{
    flex: 1;
    flex-shrink: 5;
}

#menuinfos{
    flex: 1;
}

#menuanmeldung{
    flex: 1;
}

#menukontakt{
    flex: 1;
}

#start{
    z-index: 23;
    margin-top: 50px;
    padding-bottom: 0%;
    min-height: 710px;
}

#infos{
    z-index: 24;

}

#anmeldung{
    z-index: 25;
}

#kontakt{
    z-index: 26;

}

.content{
    background: rgba(200,200,200,0.5);
    text-align: center;
    min-height: 780px;
    padding-bottom: 10%;
}

#inhaltbox{
    display: flex;
}

.emptybox{
    flex: 1;
    flex-shrink: 5;
}

#divcontent{
    display: flex;
    flex: 3;
    flex-shrink: 1;
    justify-content: space-between;
    flex-direction: column;
}

h1{
    font-size: 80px;
    color: snow;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px #484444;
}

#h2header{
    font-size: 35px;
    color: snow;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 8px;
}

#h1infos{
    margin-bottom: 0px;
}

h2{
    font-size: 24px;
    color: snow;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    margin-top: -8px;
}


.contentBox{
    display: flex;
}

p{
    font-size: 20px;
    color: #484444;
}

#divPersonFormContent {
    font-size: 20px;
    color: #484444;
    text-align: left;
    flex: 3;
    flex-shrink: 1;
}

#vTable tbody tr td{
    padding-top: 15px;
}

table .vHidden{
    width: 80%;
}

.divVeranstaltungenListe{
    text-align: left;
    margin-left: 40%;
}

#divPersonForm{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#divVorname, #divPlz, #divStrasse {
    margin-right: 8%;
}

#divVorname, #divNachname{
    flex: 4;
    min-width: 45%;
}

#divNachname, #divHausnummer, #divOrt{
    padding-right: 4px;
}

#divHausnummer, #divPlz{
    flex: 1;
    min-width: 17%;
}

#divStrasse, #divOrt{
    flex: 3;
    min-width: 67%;
}


#divPersonForm input{
    font-size: 18px;
    height: 30px;
    line-height: 35px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

#divPersonForm label{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

#divPersonFormContent .cbx_label_container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 20px 10px 0;
}

#divPersonFormContent #cbxFotosContainer {
    display: none;
}
#divPersonFormContent #cbxFotosContainer.show {
    display: block;
    padding-left: 20px;
}

#divPersonFormContent .lowFont a {
    color: #484444;
}

.lowFont{
    font-size: 12px;
    color: #484444;
}

#buttonWeiter, #buttonBack, #pSubmit, #buttonNew {
    display: block;
    text-decoration: none;
    background-color: #44c85e;
    border: 2px snow solid;
    color: snow;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

#buttonWeiter:hover, #buttonBack:hover, #pSubmit:hover, #buttonNew:hover, #buttonPdf:hover{
    background-color: #44b963;
    border: 2px #e7e2e2 solid;
}

#linkButtonPdf{
    display: block;
    margin: 25px 43.5% 0 auto;
    width: 20%;
    text-align: center;
}

#buttonPdf {
    display: block;
    text-decoration: none;
    background-color: #44c85e;
    border: 2px snow solid;
    color: snow;
    padding: 0px 35px 0px 35px;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

#buttonBack a{
    background-color: #ff9680;
}

#buttonBack a:hover{
    background-color: #db756e;
}

#menubutton{
    position: absolute;
    display: none;
}

#veranstaltungenDD{
    font-size: 1.0em;
    /*height: 10%;*/
}

#divTable{
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 1.2em;
    color: snow;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#divTableTeilWarte{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#tableVeranstaltungInfos{
    width: 100%;
    text-align: left;
    margin-left: 10%;
    padding-right: 15%;
}

select{
    padding: 10px;
    background: rgba(174, 174, 174, 0.3);
    border: 3px solid #848484;
}


#tableTeilnehmer, #tableWarteliste {
    width: 50%;
}

.tablepublic th{
    color: #484444;
}

.tablepublic{
    text-align: center;
    margin: 0 auto;

}

#headerbild{
    padding-top: 10%;
    width: 70%;
}

@media (max-width: 600px) {
    /*#menupunkte{
        flex-direction: column;
        margin-left: 20px;
        background-repeat: no-repeat;
        font-weight: bold;
    }

    h1{
        font-size: 50px;
    }

    #menu {
        height: 150px;
    }

    .linkmenu{
        padding-left: 70px;
    }

    #menubutton{
        display: block;
    }

    .menupunkt{
        display: block;
    }*/
}



@media (max-width: 1000px) {

    .content{
        padding-top: 25px;
    }

    #background{
        background-image: url("images/peilstein.jpg");
        background-size: cover;
        margin-top: 0;
        position: fixed;
    }

    .emptybox{
        flex: 0;
    }

    .leerbox{
        flex: 0;
    }

    h1{
        margin-top: 70px;
    }

    .menupunkt{
        font-size: 1.0em;
    }

    #divPersonFormContent {
        font-size: 25px;
        color: snow;
        text-align: left;
        flex: 3;
        flex-shrink: 1;
        padding-left: 10%;
        padding-right: 10%;
    }

    #divPersonForm input {
        height: 60px;
        font-size: 50px;
    }

    #menu {
        height: 60px;
        padding-top: 2%;
        font-size: 30px;
    }

    #divPersonForm{
        flex-flow: column;
    }

    #divVorname, #divPlz, #divStrasse {
        margin-right: 0px;
    }

    #divNachname, #divHausnummer, #divOrt{
        padding-right: 0px;
    }

    #divTable{

        flex-direction: column;
    }

    #divTableTeilWarte{

        flex-direction: column;
    }

    .tablepublic{

        margin-bottom: 5%;
    }


}