/* Styles, on top zum Originaltheme von Helloworld Studios hinzugefügt wurden */

/* Mobile overflow beheben */
.cituroContainer>button.cituroBookingButton {
    box-sizing: border-box !important;
}

.contact-form {
    max-width: 600px;
    /*margin: 2rem auto;*/
    /*padding: 2rem;*/
    /*background: #f6f7f8;*/
    border-radius: 8px;
    font-family: sans-serif;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
}
.contact-form label {
    display: block;
    margin-bottom: 0.25rem;
    padding-left: .5rem;
    font-weight: 600;
    /*color: white;*/
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid black;
    background-color: white;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    resize: none;
}
.contact-form .message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #9b0230;
    color: #9b0230;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding-left: .5rem;
}

.form-checkbox input[type="checkbox"] {
    transform: scale(1.2);
    margin: 0;
    width: 30px;
}

.form-checkbox label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.contact-form-section .uk-first-column h2, .contact-form-section .uk-first-column p {
    max-width: 550px;
}

.uk-background-light-grey{
    background-color: #e7e7e7;
    /*color: white;*/
}
.uk-background-light-grey h2{
    /*color: white;*/
    margin-top: 1rem;
}
.form-icon svg{
    width: 50px;
    color: #9b0230;
}


