@font-face {
    font-family: 'lucida_sansregular';
    src: url('./fonts/lucida_sans-webfont.woff2') format('woff2'),
         url('./fonts/lucida_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2%;
    border-left: 50px solid rgb(181, 21, 43);
    font-family: 'Lucida Sans';
    background-color: white;
}
.questionbox div {
    display:flex;
}
.container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1%;
}
.logos {
    display: flex;
    align-self: flex-end;
    margin-right: 5%;
    margin-top: 2%;
}
.logos img {
    display: flex;
    max-height: 125px;
    max-width: 250px;
    height: auto;
    margin-top: 10px;
    padding: 0px 15px;
}

.headline {
    display: flex;
    margin: auto;
    text-transform: uppercase;
    font-family: 'Lucida Sans';
}
.content {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    font-family: 'Lucida Sans'!important;
}
.content img {
    display: flex;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.content p{
    font-family: 'Lucida Sans';
}
.content .einladung {
    margin-top: 10px;
    word-wrap:break-word;
}
.questionbox {
    display: flex;
    padding-top: 10px;
    text-align:left;
}
.label-text {
    display: inline-block;
}
.answer {
    padding-top: 10px;
}
.emtip {
    display: flex;
    align-items: center;
}
.question-container {
    display: flex;
    flex-direction: column;
}
.questionhelp {
    display: flex;
    align-items: center;
    padding-right: 5px;
    color: rgb(181, 21, 43) ;
}
.questionhelp:hover {
    display: flex;
    align-items: center;
    padding-right: 5px;
    color: rgb(181, 21, 43) ;
}
.fa {
    padding-right: 5px;
}
#index {
    display: none;
}
#movenextbtn {
    background-color:rgb(181, 21, 43);
    border-style: none;
}
#moveprevbtn {
    background-color:rgb(181, 21, 43);
    border-style: none;
}
#movesubmitbtn {
    background-color:rgb(181, 21, 43);
    border-style: none;
}
#movesubmitbtn:hover {
    background-color:rgb(141, 19, 35);
    border-style: none;
}
.form-group {
    display: flex;
}
@media (max-width: 480px) {
    body {
        border-left:0px;
    }
}
.hide-tip .good {display: none;}
.hide-tip .error {display: none;}
.input-error .hide-tip .error {display: block;}