div.ext_FormBuilder label {
    
}

div.form input,
div.form textarea,
div.ext_FormBuilder textarea,
div.ext_FormBuilder input {
    border: 1px solid #000;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

div.form textarea,
div.ext_FormBuilder textarea {
    
}

div.form input[type=submit],
div.form input[type=reset],
div.ext_FormBuilder input[type=submit],
div.ext_FormBuilder input[type=reset] {
    cursor: pointer;
    float: right;
}

div.form input[type=radio],
div.ext_FormBuilder input[type=radio] {
    width: auto;
    margin-top: 12px;
}

div.form {
    height: auto !important;
    width: 400px !important;
    border: 2px solid #5F809E !important;
}

div.form input {
    border: 1px solid #5F809E !important;
    width: auto !important;
}

div.ext_FormBuilder input[type=submit]:hover {
    color: #fff !important;
    background-color:#5F809E !important;
}

div.form span.plus {
    top: 5px;
    right: 5px;
    position: absolute;
    width: 25px;
    color: transparent;
    cursor: pointer;
}

.feeld {
    padding: 10px;
}

#FormBuilder0 label,
#FormBuilder1 label,
#FormBuilder2 label,
#FormBuilder3 label,
#FormBuilder4 label,
#FormBuilder5 label,
#FormBuilder7 label,
#FormBuilder9 label,
#FormBuilder14 label {
    display: none;
}

#FormBuilder15 label {
    width: 180px;
    float: left;
}

#FormBuilder15 label img {
    width: 120px;
}

#FormBuilder15 input {
    width: calc(100% - 180px);
    float: right;
}

.Karriere {
    border: 3px solid rgb(204, 204, 204);
    overflow: hidden;
}

.Karriere img.CMSimage {
    margin: 0 !important;
    margin-bottom: -1% !important;
    margin-left: -1% !important;
    padding: 0 !important;
    width: 100% !important;
}

.Karriere > div:last-child {
    position: absolute;
    bottom: -100px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
    width: 100%;
    -webkit-transition-property: bottom;
	-moz-transition-property: bottom;
	 -ms-transition-property: bottom;
	  -o-transition-property: bottom;
	     transition-property: bottom;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	 -ms-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	     transition-duration: 0.3s
}

.Karriere:hover > div:last-child {
    bottom: 0px;
}
.CaptchaImage > label,
.CaptchaImage label img.CaptchaImage {
    width: 125px;
}

.CaptchaImage > input {
    display: inline-block;
    float: right;
    width: calc(100% - 130px);
}

.CaptchaImage label {
    display: inline-block !important;
}

.grecaptcha-badge {
    opacity: 0;
}

@media only screen and (max-width: 700px) {
    #content {
        padding-right: 5%;
        padding-left: 5%;
    }
    #content #FormBuilder0,
    #content #FormBuilder1,
    #content #FormBuilder2,
    #content #FormBuilder3 {
        width: 100% !important;
    }
    
    ,
    div.form input,
    div.form textarea,
    div.ext_FormBuilder textarea,
    div.ext_FormBuilder input {
        width: 100% !important;
    }
}