

.main {
    position: relative;
    top: 25px;

    width: 100vw;
    max-width: 600px;
    overflow: hidden;
    padding-bottom: 50px;

    margin-left: auto;
    margin-right: auto;

    /*max-width: 600px;*7
    height: auto;
    overflow: hidden;
    /*height: 100vh;*/
}

.zsm {
    margin: 10px;
    overflow: hidden;
}

.keinTraining {
    margin-top: 75px;
    width: 100%;
    /*max-width: 600px;*/
    text-align: center;
    font-size: 1.8em;
    /*position: fixed;*/

}


.trainingZusammenfassung {
    /*width: calc(100vw - 40px);*/
    /*width: 100%;*/
    /*max-width: 600px;*/
    height: auto;
    overflow: hidden;
    background-color: rgba(255,0,0,0.95);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}



.margin {
    width: 100%;
    height: 50px;
}



.infoTraining {
    margin-bottom: 10px;
    padding: 0;
}

.infoTraining:last-child {
    margin-bottom: 0;
}

.infoTraining p {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}

.einzelAnzeige {
    margin-left: 30px;
}

.abstand_trainingsgruppen {
    height: 10px;
}

.hinzu_einzeln {
    margin-top: 10px;
    width: 100%;
    /*max-width: 600px;*/
}

.name_speicher_margin {
    width: 100%;
    top: 50px;
    height: 25px;
    background-color: #fbfbfb;
    z-index: 1;
}

.name_speicher {
    text-align: center;
    font-size: 1.8em;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,0,0,0.95);
    width: 100%;
    /*max-width: 600px;*/
    top: 75px;
    z-index: 1;
}

.eingabe_speicher {
    margin-top: 75px;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    /*max-width: 600px;*/
}

.eingabe_speicher p {
    text-align: center;
    font-size: 1.75em;
}

.zaehler {
    margin-bottom: 50px;
    text-align: center;
}

.zaehler p{
    display:inline;
}

.zaehler .zeichen {
    font-size: 2.5em;
    cursor: pointer;
}

.zaehler .rechts {
    margin-left: 100px;
}

.zaehler .links {
    margin-right: 100px;
}

.zaehler .zahl {
    font-size: 2em;
}

.string {
    padding: 0;
    margin: 0;
    margin-top: 100px;
    width: 75%;
    text-align: center;
    margin-left: 12.5%;
    background-color: #000;
    padding-bottom: 1px;
}

.string input {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    font-size: 30px;
    width: 100%;
    background: #fbfbfb;
    border: none;
    /*border-bottom: 1px solid #000000;*/
    text-align: center;
}

.liste {
    margin: 10px;
    width: auto;
    height: auto;
    margin-top: 0px;
}

.liste_element {
    width: calc(100%-2px);
    height: 30px;
    /*background-color: rgba(255,0,0,0.95);*/
    padding: 10px;
    font-size: 1.75em;
    border: 1px solid black;
    margin-bottom: 10px;
    cursor: pointer;
}

.liste_element:last-child {
    margin-bottom: 0;
}

.abfrage_ja_nein {
    margin-top: 75px;
    width: calc(100% - 20px);
    /*max-width: 600px;*/
    text-align: center;
    font-size: 1.8em;
    height: 200px;

}

.abfrage_einzel {
    margin-top: 20px;
    padding: 20px;
    width: 25%;
    margin-left: calc(37.5% - 20px);

    background-color: rgba(255,0,0,0.95);
    border-radius: 10px;
}
