.wrapper.header{
    background-image:url("https://hr.logmedia.eu/bild.jpg");
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #C3F182;
    
}


.round {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 1em;
  }
  
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 2.5em;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.5em;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 3em;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 2.5em;
  }    
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }

  .finall{
      margin-top: 30px;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
    
  }
  .round.round{
    margin-top: 20px;
    margin-left: 40px;
  }
  

  .finall{
    background-color: #C3F182;
    height: 100px;
    margin-top: 45px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    display: block;
    font-size: 20px;
    padding-top: 35px;
}
  
  
  
  
  
  
  







* {
    font-family: 'Coda', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
}

.headline {
    font-size: 1.8em;
}

.ueberschrift {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5E5E60;
    border-left: 5px solid #5E5E60;
    border-right: 5px solid #5E5E60;
}




body {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.wrapper {
    position: relative;
}

.header-container {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.header-container div {
    display: inline-block;
    padding: 25px;
}

.header-container h1 {
    font-weight: normal;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 90px;
}

#name {
    width: 30%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}





.text {
    margin-bottom: 1em;
    /*margin-top: 0.5em;*/
    padding-top: 0.5em;
    display: block;
    font-size: 20px;
}

#wo1, #wo2, #wo3, #wo4 {
    background-color: #C3F182;
}

.number {
    letter-spacing: 0.12em;
    font-size: 1.5em;
}

.bg {
    background-color: #C3F182;
    height: 100px;
    margin-top: 45px;
}

button {
    border: none;
    background-color: #BDEB50;
    cursor: pointer;
    font-size: 1em;
    width: 170px;
    height: 50px;
    text-transform: uppercase;
    margin-top: 1em;
}

button:hover {
    background-color: #A0E204;
}

.text-final {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5E5E60;
    padding: 1.5em;
}
a:focus, a:hover {
    color: #BDEB50!important;
    text-decoration: underline;
}
a{
    color: #5E5E60!important;
}
a button:hover {
    color:#fff!important;
}

label {
    border: 10px solid #5E5E60;
}
.headline1 {
    margin-top:70px;
    margin-bottom:30px;
}
p.finall {
    font-size: 3em!important;
    height: fit-content;
    margin-top: 50px;
    padding: 20px 15px;
}
.ueberschrift {
    font-size: 2em;
    margin-top: 50px;
}

@media only screen and (max-width: 1300px) {
    /* .header-container {
        height: 1000px;
    } */

    /* .headline {
        font-size: 20px;
    } */


}

@media only screen and (max-width: 1000px) {
    /* .headline {
        font-size: 6em;
    } */

    .headline1 {
        font-size: 2.5em;
    }

    #container {
        width: 100% !important;
    }

    .bg {
        background-color: #C3F182;
        height: 250px;
        margin-top: 60px;
    }

    .round {
        margin: 50px;
    }

   .round label {
        transform: scale(3);
        margin-top: 15px;
        margin-left: 20px;
    }

    .number {
        margin-top: 45px;
        font-size: 6em;
    }

    .text {
        font-size: 4em;
    }


    #acon button {
        border: none;
        background-color: #BDEB50;
        cursor: pointer;
        font-size: 40px;
        width: 900px;
        height: 150px;
        text-transform: uppercase;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #name {
        width: 100%;
        font-size: 24px;

    }
    .round.round {
        margin-top: 40px!important;
        margin-left: 40px;
    }
    .round input {
        margin-bottom: 30px;
    }
}