.textInputs{
    display: flex;
    justify-content: space-between;
}

.column {
    display: flex;
    flex-direction: column;
    flex: 2;
}

.column .input-field,
.second_section .input-field {
    position: relative;
    height: 66px;
    margin-bottom: 32px;
    line-height: 66px;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 100%;
}

.column .inputSection{
    display:flex;
}

.inputSecondSection{
    display:flex;
}

.column .input-field input,
.second_section .input-field input {
    position: absolute;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 0 0 16px;
    line-height: 66px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #070707;
    background: transparent;
    transition: 0.1s ease;
}

.message-field {
    flex: 2;
    position: relative;
    border-radius: 4px;
}

.textInputs .message-field textarea {
    position: relative;
    height: 95%;
    outline: none;
    font-size: 16px;
    line-height: 66px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #070707;
    background-color: #f5f5f5;
    transition: 0.1s ease;
}

.textInputs .message-field .labelField {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
}

.labelField {
    font-family: Raleway;
    font-size: 16px;
    color: #676767;
    padding: 0 16px;
    transition: 0.2s ease;
    font-weight: 400;

}

.column .input-field input:focus,
.column .input-field input:valid,
.textInputs .message-field textarea:focus,
.textInputs .message-field textarea:valid,
.inputSecondSection .dropLists .input-field:focus,
.inputSecondSection .dropLists .input-field:valid{
    color: #000000;
    border-bottom: 4px solid #D4C0DA;
}

.dropLists{
    width:100%
}

.input-field input:focus + .labelField,
.input-field input:valid + .labelField{
    margin-top: -20px;
    font-size: 12px;
    color: #676767;
}

.textInputs .input-field input:hover,
.textInputs .message-field textarea:hover {
    background-color: #1D1B2014;
    transition: background-color 0.3s ease;
}

.textInputs .message-field textarea:focus + .labelField,
.textInputs .message-field textarea:valid + .labelField {
    position: absolute;
    top: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #676767;
    z-index: 111;
}

.charCounter {
    position: absolute;
    right: 15px;
    font-size: 0.4em;
    font-weight: 400;
    color: #181718;
}

@media(max-width:760px){
    .charCounter{
        right:0
    }
}

@media (max-width: 760px) {
    .textInputs {
        flex-direction: column;
    }

    .message-field {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    .textInputs {
        width: 100%;
        box-sizing: border-box;
    }
}

.submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 16px;

}

.submit-button .submitButton {
    padding: 10px 24px 10px 24px;
}

.error-message {
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    top: 0;
    position: absolute;
    color: #AF4C5F;
    margin-left: 16px;
    margin-top: 50px;
}

@media(max-width:760px){
    .error-message{
        margin-left:0
    }
}

.message-field .textareaerror {
    position: absolute;
    width: 100%;
    margin-top: -49px
}

.textInputs .input-field input.error, .textInputs .message-field textarea.error {
    border-bottom: 3px solid #AF4C5F;
}

.success-message {
    background-color: #89BDB9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 12px;

}

.success-message p {
    color: #2E3232;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.declined-message {
    background-color: #FEBBC8;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 12px;
}

.declined-message p {
    color: #2E3232;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.message-field textarea {
    position: relative;
    height: 95%;
    outline: none;
    font-size: 16px;
    line-height: 66px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #070707;
    background-color: #f5f5f5;
    transition: 0.1s ease;
}

.message-field .labelField {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
}

.labelField {
    font-family: Raleway;
    font-size: 16px;
    color: #676767;
    padding: 0 16px;
    transition: 0.2s ease;
    font-weight: 400;
}

.message-field textarea:focus + .labelField,
.message-field textarea:valid + .labelField {
    position: absolute;
    top: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #676767;
}

@media(max-width:700px){
    .inputSection, .inputSecondSection{
        flex-direction: column;
    }
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #606060;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
}

input[type="checkbox"]:checked {
    background-color: #B78EB7;
    border: none;
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
}

.custom-radio input[type="radio"] {
    display:none;
}

.custom-radio .circle {
    position:relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #AF4C5F;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

@media(max-width:760px){
    .custom-radio .circle {
        width:25px;
    }
}

.custom-radio .circle::before{
    display:inline-block;
    content: "";
    background-color: #AF4C5F;
    width:10px;
    height:10px;
    border-color: #0c0a0a;
    border-radius: 50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:none
}

.custom-radio input[type="radio"]:checked + .circle::before{
    display:block;
}

.custom-radio {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    margin-right:40px
}

#trigger-input-1, #trigger-input-2, #trigger-input-3 {
    padding: 10px;
    border-bottom: 2px solid #000000;
    height: 70px;
    font-size: 13px;
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;

}

#trigger-input-1:focus, #trigger-input-2:focus, #trigger-input-3:focus {
    outline: none;
    border-bottom: 4px solid #D4C0DA;
}

#custom-window-1, #custom-window-2, #custom-window-3 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 210px;
    background-color: #F3EDF7;
    z-index: 2;

}

#custom-window-1 ul, #custom-window-2 ul, #custom-window-3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#custom-window-1 button, #custom-window-2 button, #custom-window-3 button {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    color: black;
}

#custom-window-1 button:hover, #custom-window-2 button:hover, #custom-window-3 button:hover {
    background-color: #D4C0DA;
    font-weight: 600;
}

.hidden {
    display: none;
}

.auswahlRadio {
    font-size: 16px;
    font-weight: 700
}

.selected-option {
    font-size: 18px;
    margin-top: -40px;
    margin-left: 10px;
    margin-bottom: 50px;
    z-index:-1;
    pointer-events:none;
}

.second_section {
    flex: 2;
    margin-bottom: 20px;
}

.checkboxes {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left:8px;
    margin-top:30px;
}

.radioButton{
    display:flex;
    margin-left:8px;
    margin-bottom:20px
}

#trigger-input-1:hover, #trigger-input-2:hover, #trigger-input-3:hover{
    background-color: #1D1B2014;
    transition: background-color 0.3s ease;
}

.container{
    position:relative;
    width:100%;
}

.container img{
    width:20px;
    pointer-events:none;
}

.messageSection{
    width:100%;

}

#trigger-input-4 {
    padding: 10px;
    border-bottom: 2px solid #000000;
    height: 70px;
    font-size: 13px;
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

#trigger-input-4:focus {
    outline: none;
    border-bottom: 4px solid #D4C0DA;
}

#custom-window-4 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 210px;
    background-color: #F3EDF7;
    z-index: 1;
}

#custom-window-4 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#custom-window-4 button {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    color: black;
}

#custom-window-4 button:hover {
    background-color: #D4C0DA;
    font-weight: 600;
}

#trigger-input-4:hover {
    background-color: #1D1B2014;
    transition: background-color 0.3s ease;
}

.hidden {
    display: none;
}