#th3_msform {
    display: block;
    /*border: 1px solid #ff00ff;*/
    max-width: 870px;
    margin-left: 100px;
/*    margin-left: 50%;
    transform: translateX(-50%);*/
    
}

#th3_msform input[type="checkbox"] {
    margin-right: 5px; 
    float: left;
    width: 20px;
    height: 20px;
}


#th3_msform label {
    /*min-width: 300px;*/
    /*margin-right: 50px;*/
    display: inline;
    
    
}


#th3_msform label span {
    /*display: inline-block;*/
    float: left;
}

.th3_clear{
    display: table;
    content: '';
    clear: both;
}


.rederror{
    color: #ff0000;
}



#th3_msform .button, #th3_msform input[type="submit"]{
    float: left;
    /*padding: 6px 18px;*/
    border: 0;
    background: #F06400!important;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}







#result {
    display: block;
    max-width: 870px;
    margin-left: 100px;
    
}
#result .error{
    color: #9c111c;
    font-weight: bold;
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
    padding: 30px;
    border: 2px #9c111c solid;
    z-index: 1231234;

}


#result .hura{
    color: #109e00;
    font-weight: bold;
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
    padding: 30px;
    border: 2px #109e00 solid;
    z-index: 1231234;
}




input[type="submit"], .submitBTN, .next {
  padding: 6px 18px;
  border: 0;
  background: #F06400;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}

.question input[type="checkbox"] {
    margin-left: 30px;
}




.th3_gws_frage{
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    padding-bottom: 20px;
    padding-top: 20px;
    /*margin-left: 100px;*/
}
.th3_gws_frageH2{
    margin-left: 100px;
}







.BildTrigger{
    width: calc(33% - 15px);
    margin-right: 10px;
    margin-bottom: 30px;
    float: left;
    padding: 15px;
    
}
.BildTrigger img{
    margin-bottom: 10px;

    
}


.BildTrigger.aktiveImgGS{
    border: 1px solid #F06400;
    background-color: #F06400;
  color: #fff;
    
    
}


.th3_gew_{
    margin-bottom: 30px;
    width: 100%;
}


.submitGWS {
  float: left;
  padding: 6px 18px;
  border: 0;
  background: #F06400 !important;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}




.BildTrigger{
    cursor: pointer;
}


.BildTrigger:hover{
  border: 1px solid #F06400;
  background-color: #F06400;
  color: #fff;
}


.clear{
    clear: both;
    margin-top: 40px;
    display: table;
    width: 100%;
}


    .cbxGws{
        margin-bottom: 5px!important;
    }
    

@media screen and (max-width: 991px) {
    #th3_msform label span {
        font-size: 0.9em;
        max-width: 80%;
        
    }


}