.camp-wrapper{
max-width: 1280px;
margin: 0 auto;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.camp-left, .camp-right{
width: 50%;
display: block;
padding: 25px;
}
.camp-left label, .camp-right label{
font-size: 18px;
color: #000;
}
.camp-left input, .camp-right input, .camp-left select{
width: 100%;
padding: 10px;
border: 1px solid #000;
margin-top: 15px;
}
.camp-submit .gl-mitgliedschaft-cta{
background-color: #fff;
}
.camp-submit .gl-mitgliedschaft-cta:hover{
background-color: #e30613;
}
.camp-right h2{
font-size:21px;
font-weight:600;
padding-bottom: 0px;
margin-top: 30px;
}
.camp-right h2 span{
font-weight: 400;
}
.camp-right .date1, .camp-right .date2, .camp-right .date3,.camp-right .date4, .camp-right .date5, .camp-right .date6{
display: none;
}
.camp-wrapper .invalidInput{
color: red;
border: 1px solid red;
}
.camp-message{
display: none;
max-width: 1280px;
margin: 0 auto;
margin-bottom: 0px;
text-align: center;
width: 320px;
border: 1px solid green;
background-color: green;
color: #fff;
font-size: 21px;
padding: 10px;
margin-bottom: 50px;
}