.section-form input {
    line-height: 38px;
    border-radius: 2px;
    border: 1px solid #dddfe2;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.section-form input[type="submit"] {
    font-size: 14px;
}
.section-form {
    padding: 20px 0;
}

.section-form p {
    margin: 5px 0 15px;
    color: #8b94a1;
    line-height: 22px;
}

.section-form h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #333333;
}

.section-form h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #333333;
}

.col-3 {
    width: 33.333%;
    float: left;
    display: block;
    padding-left: 0;
    padding-right: 25px;
}
.col-6 {
    width: 66.633%;
    float: left;
    display: block;
    padding-left: 0;
    padding-right: 25px;
}

.stando {
    padding-right: 0!important;
}

.section-form .inner-accor label:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #969EAA;
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
}

.inner-accor p input:checked ~ label span:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #2046b3;
    left: 7px;
    top: 8px;
    color: #2046b3;
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

.section-form textarea {
    border-radius: 2px;
    border: 1px solid #dddfe2;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    height: 95px;
    outline: none;
    padding: 15px;
    font-size: 14px;
}

.section-form select {
    border: 1px solid #dddfe2;
    background: url(../img/front/icon1.png) no-repeat 95% 50% #fff;
    outline: none;
    line-height: 38px;
    padding: 0 15px;
    width: 100%;
    color: #272727;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
}

.section-form .speichern {
    float: none;
    width: 10%;
    text-align: right;
    margin-top: 30px;
}

.section-form .speichern input {
    width: 150px;
    height: 40px;
    border: none;
    background-color: #3248af;
    color: #fff;
    cursor: pointer;
}

.section-form .col-5 {
    padding-right: 25px;
    padding-left: 0;
}

.form-filling {
    display: inline-block;
    
    width: 100%;
}

.form-filling .inner-accor {
    clear: both;
}

.col-3 .registe_ahre {
    width: 25%;
    float: left;
}
.col-3 .registe_title {
    width: 70%;
    float: right;
    text-align: left;
}