@font-face {
    font-family: 'GillSans';
    src: local('Gill Sans Light'), local('Gill-Sans-Light'),
    url('/local/assets/fonts/GillSansC-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.ce_form .widget.widget-checkbox:not(.checkbox-select):not(.filter-checkbox).long legend {
    width: 100%;
    padding-left: 32px;
}

.ce_form .widget.widget-checkbox:not(.checkbox-select):not(.filter-checkbox).long {
    text-align: left;
    margin-top: 10px;
}

.addok {
    margin-top: 40px;
}

legend {
    font-size: 16px;
}

.control-label {
    color: #333 !important;
}

.formbody {
    margin-top: 20px;
}

.form-group.pmd-textfield {

    line-height: 32px;
    height: 30px;
    margin-bottom: 30px !important;
}

.pmd-textfield-floating-label label {
    transform: translateY(26px);
    -moz-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -o-transform: translateY(26px);
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 4px;
}

.pmd-textfield .inputtext {
    padding-bottom: 6 px;
}

input[type=submit] {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

input[type=submit]:hover {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.widget-submit:hover input[type=submit]:before {
    background: url(arrow_right_red.svg) no-repeat center center;
    transition: all 0.5s linear;
}

.widget-submit input[type=submit]:before {
    content: "";
    display: inline-block;
    background: url(arrow_right_white.svg) no-repeat center center;
    width: 50px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

*:before, *:after {
    box-sizing: border-box;
}

.checkbox-register {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .ce_form .widget.widget-checkbox:not(.checkbox-select):not(.filter-checkbox) legend {
        width: 100% !important;
    }

    .widget.widget-checkbox.mandatory > .checkbox_container.mandatory > legend + span {
        margin-top: 50px;
    }

    .widget.widget-checkbox.long.mandatory > .checkbox_container.mandatory > legend + span {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .ce_form.registration .widget {
        max-width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .ce_form .widget.articlenumber, .ce_form .widget.widget-checkbox:not(.checkbox-select):not(.controll):not(.filter-checkbox):not(.widget-saison) {
        width: 100% !important;
    }
}

@media (min-width: 78.75em) {
    .ce_form .widget.articlenumber, .ce_form .widget.widget-checkbox:not(.checkbox-select):not(.controll):not(.filter-checkbox):not(.widget-saison), .ce_form .widget.widget-text:not(.widget-auftragsdatum):not(.search-widget):not(.widget-datepicker):not(.articlenumber):not(.widget-start-width) {
        width: 30% !important;
    }
}

@media (min-width: 64em) {
    .ce_form .widget.widget-text:not(.widget-start-width) {
        max-width: 50%;
    }

    .ce_form .widget.widget-text:not(.widget-start-width) {
        max-width: 100%;
    }

    .ce_form.registration .widget {
        max-width: 30% !important;
    }
}

@media (min-width: 78.75em) {
    .ce_form .widget {
        max-width: 31%;
    }
}

@media (min-width: 64em) {
    .ce_form .widget {
        max-width: 40%;
    }

    .ce_form .widget {
        transition: all 0.3s;
        padding: 0rem 0;
        margin-bottom: 30px;
        margin-bottom: 3rem;
        position: relative;
        clear: both;
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 30em) {
    .ce_form .widget.widget-checkbox:not(.checkbox-select):not(.filter-checkbox) .checkbox_container {
        display: inline-block;
    }
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 60px 30px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    color: black;
    margin: auto;
    position: relative;
}

.modal-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
}

.modal-close-btn {
    margin-top: 20px;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background: unset;
}

.demo-link {
    height: 45px;
    font-family: 'GillSansNova', sans-sarif, serif;
    font-size: 15px;
    text-decoration: none;
    max-width: 246px;
    margin: 0 auto;
    border: 1px solid #000;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal h3 {
    position: relative;
    padding-bottom: 15px;
}

.modal h3:after {
    background-color: #e2001a;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: -31px;
    position: absolute;
    width: 62px;

}


.ce_form .widget.widget-submit {
    border-color: #000;

}

.ce_form .widget.widget-submit input.submit {
    background-color: #000;
    font-size: 15px;
}

@media (max-width: 768px) {
    .ce_form .widget.widget-submit input.submit, .demo-link {
        font-size: 12px;
    }
}

.ce_form .widget.widget-submit input.submit:hover {
    color: #fff;
}

.ce_form .widget.long.widget-checkbox input[type="checkbox"]:checked ~ span.svg-animation {
    background: #000;
    border: 1px solid #000;
}

.ce_form .widget.long.widget-checkbox input[type="checkbox"]:checked:hover ~ span.svg-animation {
    background: #000;
}

#logo.wortmann-group > a {
    background: transparent url(/local/templates/wortmann_inner/images/register_logo.png) center center / contain no-repeat !important;
}

.authorize__title {
    font-family: 'GillSans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

#logo.wortmann-group a {
    width: 170px;
}

.wcom #wrapper #container {
    margin-top: 0;
}

.ce_form .formbody .fields .widget.widget-submit {
    width: 246px;
}

.ce_form .fields .widget.widget-checkbox.long.mandatory {
    margin: 10px auto;
}

.modal .widget.widget-submit {
    background-color: #000;
    border: 2px solid #000;
}

.modal .widget.widget-submit:hover {
    background-color: #000;
    border: 2px solid #000;
}

.modal .widget.widget-submit:hover a {
    color: #fff;
}
