body {
    color: rgba(0, 0, 0, 0.68);
}
.body-loading{
   display: none;
}

.readMoreLess{
   cursor: pointer;
}
.form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 60px;
}



.content-container {
    max-width: 1200px;
    margin: auto;
}

.stylingblock-content-wrapper {
    flex: 2 0 35%;
    min-width: 0 !important;
}
.form-item-lastChild{
    flex: 0 0 auto;
    padding-right: 30px;
    width: 50%;
}

.form-container > :last-child {
  /* Styles for the last child */
    flex: 0 0 100%;
}


body,
.header-text,
input,
form,
.socialIcons,
.footer,
.mdc-text-field,
label,
.mdc-floating-label,
select,
option,
.select-btn {
    color: rgba(0, 0, 0, 0.68) !important;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.header-text {
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 600px) {
    .overlaptext {
        margin: 41.6% auto 0px !important;
    }
    .footer{
      display: flex;
      flex-direction: column;
    }
    .form-container {
        flex-direction: column;
    }
   
    .form-item-lastChild{
        flex: 0 0 auto;
        padding-right: 0;
        width: 100%;
    }

    .stylingblock-content-wrapper {
        flex: 0 0 100%;
        margin-right: 0;
    }


}
#salutation-div {
    width: auto;
    min-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  #salutation-div {
      width: auto;
      min-width: 90vw;
  }
}

table {
    line-height: normal;
}

.layout-canvas-g {
    background-color: #FFFFFF;
    border: none;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
}

.layout-canvas-g>.header,
.layout-canvas-g>.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow-wrap: break-word;
}

.layout-canvas-g>.section {
    margin: 10px 0px;
}

.layout-canvas-g>.section>.columns {
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.layout-canvas-g>.section>.columns {
    width: 100%;
}

/* HEADER - NAVBAR, LOGO, LANGUAGE SELECT */
.logo {
    display: block;
    height: 36px;
    left: 1381px;
    top: 22px;
    opacity: 1;
    border: 0px;
    margin-right: 24px;
}

.navbar {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 0px;
    height: 64px;
    box-shadow: 0px 4px 8px #00000033;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.languageSelect {
    color: #00893d;
    position: absolute;
    top: 10px;
    z-index: 101;
    padding-left: 16px;
}

.select-container {
    width: 70px !important;
    height: 24px;
    font-size: 16px;
    color: #ced5da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    box-shadow: none;
    box-sizing: border-box;
    bottom: -9px;
}

#language-select {
    box-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    display: inline-block;
    width: 70px;
    z-index: 2;
    background-color: transparent;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: none;
    border: 1px solid #ced5da;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 13px !important;
    text-align-last: center;
    padding-right: 20px;
    letter-spacing: 0.5px;
}
.select-btn {
    position: absolute;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 28% !important;
    height: 100%;
    border: none;
    border-left: 1px solid #ced5da;
    text-align: center;
    background: url(https://image.mail.schaeffler/lib/fe3a117175640479701171/m/1/bc146738-0e39-4982-aaa7-06b683032b43.png) 50% / 50% no-repeat #dde3e6;
    color: #404547;
    cursor: pointer;
    pointer-events: none;
    display: inline-block;
}

option {
    text-align: center;
    width: 70px;
    text-align-last: center;
}

#language-select:focus:not(:focus-visible) {
    background: transparent;
    outline: none;
}

#language-select:focus {
    outline: none;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #00893d;
}

#language-select:focus-visible {
    outline: none;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #00893d;
}

#language-select:active {
    outline: none;
    border-radius: 3px;
}

#language-select:hover {
    cursor: pointer;
}

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

/* BUTTON */
.mdc-button,
.mdc-fab {
    background-color: #00893D !important;
    color: #ffffff !important;
    min-width: 89px;
    height: 36px;
}

.mdc-button--plain,
.mdc-fab--plain {
    background-color: transparent !important;
    color: #00893D !important;
}

.mdc-button--raised.mdc-ripple-upgraded::before,
.mdc-button--raised.mdc-ripple-upgraded::after {
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.mdc-button--plain.mdc-ripple-upgraded::before,
.mdc-button--plain.mdc-ripple-upgraded::after {
    background-color: rgba(0, 137, 61, 0.06) !important;
}

.mdc-fab.mdc-ripple-upgraded::after {
    background-color: rgba(255, 255, 255, 0.16) !important;
}

.mdc-fab--plain.mdc-ripple-upgraded::after {
    background-color: rgba(0, 137, 61, 0.16) !important;
}

.mdc-button--raised:disabled {
    background: rgb(225 221 221) !important;
    color: rgb(133 131 131) !important;
}

/*  RADIO BUTTONS & CHECKBOXES */
.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
    background-color: #00893D !important;
    border-color: #00893D !important;
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #00893D !important;
}

.mdc-checkbox__background::before,
.mdc-radio__background::before {
    background-color: #00893D !important;
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
    transition: opacity 350ms linear;
    background-color: #00893D !important;
}

.mdc-radio {
    -webkit-tap-highlight-color: rgb(10 221 17);
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded::before,
.mdc-checkbox.mdc-ripple-upgraded--unbounded::after,
.mdc-radio.mdc-ripple-upgraded--unbounded::before,
.mdc-radio.mdc-ripple-upgraded--unbounded::after {
    background-color: rgba(0, 137, 61, 0.14) !important;
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded::before,
.mdc-checkbox.mdc-ripple-upgraded--unbounded::after,
.mdc-radio.mdc-ripple-upgraded--unbounded::before,
.mdc-radio.mdc-ripple-upgraded--unbounded::after {
    background-color: rgba(1, 63, 12, 0.14) !important;
}

.mdc-checkbox__native-control:checked:not(:disabled)~.mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate:not(:disabled)~.mdc-checkbox__background {
    background-color: #00893D !important;
    border-color: #00893D !important;
}

.mdc-radio:hover {
    box-shadow: inset 0px 0px 20px 20px rgb(0 255 28 / 11%);
    border-radius: 50px;
}

.mdc-radio:focus {
    box-shadow: inset 0px 0px 20px 0px #00893d9e;
    border-radius: 50px;
}

.mdc-radio:active {
    box-shadow: inset 0px 0px 20px 0px rgb(0 255 28 / 32%);
    border-radius: 50px;
}

.mdc-checkbox:hover {
    box-shadow: inset 0px 0px 20px 20px rgb(0 255 28 / 11%);
    border-radius: 50px;
}

.mdc-checkbox:focus {
    box-shadow: inset 0px 0px 20px 0px #00893d9e;
    border-radius: 50px;
}

.mdc-checkbox:active {
    box-shadow: inset 0px 0px 20px 0px rgb(0 255 28 / 32%);
    border-radius: 50px;
}

/* TEXT INPUT FIELD / TEXTFIELD / SELECT INPUT FIELD */
.mdc-form-field>label {
    font-style: normal;
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-right: 15px;
    margin-left: -2px;
}

.mdc-text-field {
    flex-shrink: 0;
    width: 100%;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #00893D !important;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #00893D !important;
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
    border-bottom-color: #00893D !important;
}

.mdc-text-field--filled .mdc-line-ripple::after {
    border-bottom-color: #00893D !important;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
    fill: #00893D !important;
}

.mdc-select {
    width: 100%;
}

.mdc-text-field .mdc-text-field__input {
    caret-color: #00893D !important;
    max-width: 520px;
    width: 90%;
}

.mdc-text-field--textarea {
    min-height: 130px;
    max-height: 300px;
    min-width: 150px;
    max-width: 500px;
}

.mdc-text-field__resizer {
    height: 140px;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #00893D !important;
}

/* ERROR */
.mdc-text-field-helper-line {
    margin-top: -23px;
    margin-left: -4px;
}

/* SPINNER */
.spinner {
    display: inline-block;
    margin-left: 10px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #00893D;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    margin-bottom: -5px;
}

.spinner-hide {
    display: inline-block;
    position: relative;
    top: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.last-input-group {
    max-width: calc(50% - 30px);

}

.input-group {
   height: 100px;
}





.eventSubtitle {
    display: block;
    margin-top: -8px;
    color: #646464;
}

.Body2 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px
}
.footer-section{ 
  width: 50%; 
  display: inline-block; 
  float: left;
}

/* CONTENT PADDINGS */
@media only screen and (max-width: 1200px) {
    .content-container {
        margin: 0 20px;
    }

    .logo {
        margin-right: 24px !important;
    }

    .languageSelect {
        padding-left: 16px !important;
    }
}

@media only screen and (max-width: 800px) {
    .overlaptext {
        padding: 22px 24px !important;
        max-width: 460px !important;
        width: 100% !important;
        font-size: 22px !important;
        border-width: 0px 0px 0px 20px !important;
        margin: 19% auto 0px !important;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .column {
        float: left;
        min-width: 100% !important;
        display: block !important;
        padding: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .header-text {
        padding-top: 40px !important;
    }
    .footer-section{ 
      width: 100%; 
    }
    .overlaptext {
        padding: 14px 19px !important;
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        font-size: 22px !important;
        border-width: 0px 0px 0px 20px !important;
        margin: 41.6% auto 0px !important;
        background-color: #F5F5F5 !important;
        min-height: 100px;
    }

    .last-input-group {
        min-width: 100% !important;
    }
    .input-group{        
        height: auto;
        margin-bottom: 20px;
    }
}

/* POPUP DESKTOP STYLING */
.popup-img img {
    width: 56px;
}

.popup-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-container {
    width: 100%;
    padding: 47px;
    display: flex;
    justify-content: center;
}

.popup {
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    max-width: 560px;
    text-align: center;
    z-index: 100;
}

.popup-img {
    background-color: #F5F5F5 !important;
    border-radius: 4px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 104px;
}

.popup-main-text {
    font-family: Roboto !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #000000E8 !important;
    letter-spacing: 0.15px !important;
    line-height: 24px !important;
    text-align: left !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.popup-sub-text {
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000AD !important;
    letter-spacing: 0.15px !important;
    line-height: 24px !important;
    text-align: left !important;
    padding: 0px 24px 24px 24px !important;
}

.popup-cl {
    padding-right: 24px !important;
    padding-bottom: 24px !important;
    font-family: Roboto !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00893D !important;
    letter-spacing: 1.25px !important;
    line-height: 16px !important;
    display: flex;
    justify-content: right
}

.popup-close {
    text-decoration: none;
    color: #00893D !important;
    cursor: pointer;

}

.logo-table {
    table-layout: auto;
    width: 100%;
    height: 64px;
    z-index: 200;
}

.consent-container {
    display: flex;
}

.consent-container>.mdc-checkbox {
    margin-top: -10px;
}

.required {
    margin-top: -20px;
    padding-bottom: 20px;
}

/* SCROLLBARS */
/* Styles the handlebar */
::-webkit-scrollbar-thumb,
.mdc-menu-surface::-webkit-scrollbar-thumb,
.mdc-deprecated-list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px !important;
}

:hover::-webkit-scrollbar-thumb,
:enabled::-webkit-scrollbar-thumb,
:focus::-webkit-scrollbar-thumb,
:active::-webkit-scrollbar-thumb {
    background-color: #525252 !important;
}

/* Styles the scrollbar track */
::-webkit-scrollbar {
    width: 4px !important;
}

/* Styles the scrollbar track */
::-webkit-scrollbar-track {
    background-color: transparent !important;
}

/* BEGINNING OF MOBILE STYLING */
@media only screen and (max-width: 480px) {
    label[for=language-select] {
        display: none !important;
    }



    .salutation-list>div {
        padding-bottom: 4px;

    }

    .consent-container {
        margin-bottom: 5px
    }

    .required {
        margin-top: -10px;
        padding-bottom: 60px;
    }

    #salutation-div {
        padding-bottom: 50px !important;
    }

    .languageSelect {
        top: 8px !important;
    }

    .logo-table,
    .navbar {
        height: 56px;
    }

    .logo {
        height: 28px;
        width: 140px;
    }

    div.input-group input {
        position: absolute !important;
        bottom: 5px !important;
    }

    .stylingblock-content-margin-cell {
        padding: 0 10px 0 20px !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }

    .select-container {
        border: none;
    }

    .select-container button {
        border: none background:none;
    }

    .select-btn {
        background: url(https://image.mail.schaeffler/lib/fe3a117175640479701171/m/1/bc146738-0e39-4982-aaa7-06b683032b43.png) 50% / 46% no-repeat !important;
        border-left: 0px;
    }

    select#language-select option {
        text-align: center !important;
    }

    .input-group {
        width: 100% !important;
    }

    .mdc-text-field,
    .mdc-select {
        width: 100% !important;
    }

    .salutation-list {
        display: flex;
        flex-direction: column;
    }

    .mobile-hidden {
        display: none !important;
    }

    .responsive-td {
        width: 100% !important;
        display: block !important;
        padding: 0px !important;
    }

    .overlaptext {
        padding: 10px 14px !important;
        font-size: 20px !important;
        border-width: 0px 0px 0px 22px !important;
        font-weight: 500;
        letter-spacing: 0.15px !important;
        line-height: 24px !important;
    }

    .column {
        float: left;
        min-width: 100% !important;
        display: block !important;
        padding: 0px !important;
    }

    .mdc-radio {
        -webkit-tap-highlight-color: rgb(10 221 17 / 0%) !important;
    }

    li.mdc-deprecated-list-item {
        font-family: Roboto !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #000000E8 !important;
        letter-spacing: 0.25px !important;
        line-height: 20px !important;
        opacity: 100% !important;
        text-align: left !important;
    }

    div.Body2 span {
        font-family: Roboto !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #000000AD !important;
        letter-spacing: 0.25px !important;
        line-height: 20px !important;
        opacity: 100% !important;
    }

    .col label[for=checkbox-1] {
        margin-bottom: 11px !important;
    }
}

/* END OF MOBILE STYLING */
.overlaptext {
    border-width: 0px 0px 0px 40px;
    border-style: solid;
    border-color: #00893D;
    padding: 40px 20px;
    max-width: 700px;
    width: 100%;
    height: auto;
    position: absolute;
    margin: 25% auto 0px;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 34px;
    text-align: left;
    letter-spacing: 0.25px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.91);
    opacity: 1;
}

/* BODY */
body {
    -webkit-font-smoothing: antialiased;
    color: #000000AD;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-style: normal;
}

/* HEADLINE h1 */
h1 {
    color: rgba(0, 0, 0, 0.68);
    font-size: 48px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 56px;
    letter-spacing: 0px;
    font-weight: normal;
    word-break: break-word;
}

/* SUBLINE h2 */
h2 {
    color: rgba(0, 0, 0, 0.68);
    font-size: 34px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 36px;
    letter-spacing: 0.25px;
    font-weight: normal;
}

/* SUBLINE h3 */
h3 {
    color: rgba(0, 0, 0, 0.91);
    font-size: 24px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 24px;
    letter-spacing:
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgb(245, 245, 245) inset !important;
    box-shadow: 0 0 0px 1000px rgb(245, 245, 245) inset !important;
}