main .contentContainer {
    max-width: 642px;
}

main .contentContainer {
    margin-bottom: var(--verticalDefaultSpacing);
}

#introduction {
    font-size: 18px;
    line-height: 23px;
    gap: 44px;
}

main #contact .contentContainer {
    margin-bottom: 0;
}

#contact {
    padding: 44px 0;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 44px;
}

.aboutInformationTexts {
    flex-basis: 100%;
    font-size: 17px;
    line-height: 25px;
}

.socialShareAndLogoContainer {
    flex-basis: auto;
}

main .claimHolder {
    margin-bottom: 44px;
}

.claim {
    padding: 16px 0;
}

h1.smallerH1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 44px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    margin: 0 0 24px 0;
}

.radio-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
}

label {
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
}

#info {
    color: #7A7C81;
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    line-height: 16px
}

#documentsTitle {
    margin-top: var(--verticalDefaultSpacing);
    max-width: 490px;
}

#documentsTitle p {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 16px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}

select::-ms-expand {
    display: none;
}

.lt-ie10 select {
    background-image: none;
}

input, select, textarea {
    font-family: Frutiger;
    font-size: 17px;
    line-height: 25px;
    border: 1px solid var(--textcolor);
    padding: .4rem 1rem .5rem;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    outline-width: 1px;
    border-radius: 0;
}

textarea {
    padding: 1.25rem 1rem;
    height: auto;
    min-height: 100px;
}

input:focus, textarea:focus {
    outline: 0 !important;
}

.field {
    margin-bottom: 24px;
}

input::placeholder, textarea::placeholder {
    color: rgba(0,0,0,0.4);
    font-weight: 300;
}

input#zip {
    width: 100px;
    float: left;
    margin-right: 10px;
}

#radio-group-title {
    display: flex;
    gap: 44px;
    align-items: center;
    margin-top: 16px;
}

#radio-group-title input[type="radio"], input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid var(--textcolor);
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    vertical-align: middle;
    background-color: transparent;
    margin: 0 8px 0 0;
    padding: 0;
}

#radio-group-title input[type="radio"]:checked::after, input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background-color: var(--textcolor);
}

#radio-group-title input[type="radio"]:focus-visible, input[type="checkbox"]:focus-visible {
    outline: 2px solid var(--textcolor);
    outline-offset: 2px;
}

#radio-group-title label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--textcolor);
}


input#notes {
    height: 70px;
}

input.attachments {
    padding: 0;
    border: none;
    font-size: 12px;
}

#copy-form label {
    font-weight: 400;
}

input#attachments {
    border: none;
}

.checkboxes {
    padding-top: 20px;
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.checkboxes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-group input {
    flex-shrink: 0;
    margin-right: 0;
}

input[type='checkbox'] + label,
.portal-search-checkbox input[type='checkbox'] + label {
    cursor: pointer;
    position: relative;
    top: -4px;
}

.btn-submit, .btn-submit:visited, .btn-submit:active, .btn-submit:focus {
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    margin-top: 32px;
}

/* Dropzone */
.dropzone-wrapper {
    margin-bottom: 24px;
}

.dropzone-container {
    border: 2px dashed #999;
    border-radius: 0;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    min-height: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.dropzone-container:hover {
    background-color: #f5f5f5;
}

.dropzone-container.has-files {
    background-color: #f9f9f9;
}

.dropzone-container.has-files:hover {
    background-color: #f5f5f5;
}

.dropzone-container.dragover {
    border-color: #000000;
}

.dropzone-label {
    flex: 1;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #000000;
    pointer-events: none;
}

.dropzone-actions {
    display: flex;
    align-items: center;
    margin-left: 16px;
    pointer-events: all;
}

.dropzone-action-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone-action-btn svg {
    display: block;
}

.dropzone-files {
    margin-top: 12px;
    padding: 0 16px;
}

.dropzone-files:empty {
    display: none;
}

.dropzone-file-item {
    margin-bottom: 6px;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.dropzone-file-item:last-child {
    margin-bottom: 0;
}

/* Parsley */
.parsley-errors-list {
    list-style: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.parsley-errors-list li::before {
    display: none;
}

.parsley-errors-list li {
    color: var(--primarycolor);
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    padding: 0 16px 0 16px;
}

#title-error li {
    padding: 0;
}

input.parsley-error {
    border: 1px solid var(--primarycolor);
}

.fullCheckboxContainer .parsley-errors-list li {
    padding: 0 16px 0 31px;
}

.parsley-error input[type="checkbox"], .parsley-error input[type="radio"], .parsley-error + label input[type="radio"], .parsley-error + label + label input[type="radio"] {
    border-color: var(--primarycolor) !important;
}

.fullCheckboxContainer .parsley-errors-list {
    margin-top: 6px;
}

.attachments-error {
    color: var(--primarycolor);
    font-size: 13px;
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 24px;
}

#attachment1-error {
    margin-top: 8px;
}

#attachment1-error .parsley-errors-list {
    margin-top: 0;
    padding-left: 0;
}

@media screen and (max-width: 540px) {
    #copy-form {
        margin-top: -20px;
        margin-bottom: 0;
    }

    .dropzone-wrapper {
        margin-bottom: 20px;
    }

    .dropzone-container {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
    }

    .dropzone-actions {
        margin-left: 0;
        margin-top: 12px;
        justify-content: flex-end;
    }

    .dropzone-label {
        margin-bottom: 0;
    }

    .dropzone-files {
        padding: 6px 10px;
    }
}

@media only screen and (min-width: 541px) and (max-width: 768px) {
    #copy-form {
        margin-top: 0;
    }

    .dropzone-container {
        padding: 10px 14px;
    }

    .dropzone-label {
        font-size: 15px;
    }

    .dropzone-action-btn {
        width: 32px;
        height: 32px;
    }

    .dropzone-action-btn svg {
        width: 16px;
        height: 16px;
    }

    .dropzone-files {
        padding: 4px 10px;
    }
}

@media only screen and (max-width: 540px) {
    #copy-form {
        margin-top: -20px;
        margin-bottom: 0;
    }

    .dropzone-wrapper {
        margin-bottom: 20px;
    }

    .dropzone-container {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
    }

    .dropzone-actions {
        margin-left: 0;
        margin-top: 12px;
        justify-content: flex-end;
    }

    .dropzone-label {
        margin-bottom: 0;
    }

    .dropzone-files {
        padding: 6px 10px;
    }
}