::placeholder {
    opacity: 0.7 !important;
}

.et_pb_button:focus {
    outline: 4px solid #da3655 !important;
    border-radius: 25px !important;
    outline-offset: 3px !important;
}

input:focus {
    outline: 4px solid #da3655 !important;
    border-radius: 25px !important;
    outline-offset: 3px !important;
}

.et_pb_toggle:focus {
	border: 4px solid #da3655 !important;
    border-radius: 0px !important;
	outline: unset !important;
    outline-offset: unset !important;
}

*:focus {
    outline: 4px solid #da3655 !important;
    border-radius: 3px !important;
    outline-offset: 3px !important;
}

*:focus:not(:focus-visible) {
    outline: none !important;
    border-radius: 0px !important;
    outline-offset: 0px !important;
}

*:focus-visible {
    outline: 4px solid #da3655 !important;
    border-radius: 3px !important;
    outline-offset: 3px !important;
}

@font-face {
    font-family: Bundes Sans Regular;
    src: url(/wp-content/uploads/et-fonts/BundesSans-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: Bundes Sans Bold;
    src: url(/wp-content/uploads/et-fonts/BundesSans-Bold.otf);
    font-weight: normal;
}

@font-face {
    font-family: Bundes Sans Medium;
    src: url(/wp-content/uploads/et-fonts/BundesSans-Medium.otf);
    font-weight: normal;
}

@font-face {
    font-family: Bundes Serif Bold;
    src: url(/wp-content/uploads/et-fonts/BundesSerif-Bold.otf);
    font-weight: normal;
}

*:focus:not(:focus-visible) {
    outline: none;
}

*:focus-visible,
.page-id-127 .et_pb_column.et_pb_column_1_2.et_pb_column_9.et_clickable.et_pb_css_mix_blend_mode_passthrough:focus-visible,
#login-annonym-blob:focus-visible {
    outline: 1px solid #da3655;
}

#post-411 .et_pb_column_1_2.et_pb_column_5,
div#dashboard-page-blob1 {
    cursor: pointer;
}

#high_school_redirect {
    cursor: pointer;
}

#menu-menus>li a:hover,
#menu-menus-1>li a:hover,
#menu-menus-2>li a:hover {
    color: #da3655 !important;
    transition: all 0.5s ease-in;
}

.using-mouse input:focus {
    outline: none;
}

input:focus {
    outline: 1px solid #da3655;
}

a:focus-visible {
    outline: 1px solid #da3655;
}

div#mobile-homepage-blob1:focus-visible,
div#mobile-homepage-blob2:focus-visible,
.focus-blob:focus-visible {
    outline: 1px solid #da3655;
}

ul>li {
    list-style-type: unset;
}

.et_pb_column:focus-visible {
    outline: 1px solid #da3655;
}

/* Form  */
/*  Radio  */
input[type=radio]+label>i,
input[type=checkbox]+label>i {
    width: 47px !important;
    height: 48px !important;
    background-color: #fff !important;
    border: solid 1px #267d98;
    border-radius: 37.5px;
    margin-right: 30px !important;
}

input[type=radio]+label>i::before,
input[type=checkbox]+label>i::before {
    content: '' !important;
    width: 28px !important;
    height: 29px !important;
    border-radius: 37.5px;
    background-color: #192b46 !important;

}

[data-type=radio]>.et_pb_contact_field_options_wrapper {
    margin: 25px 0px 30px;
}

[data-type=radio]>.et_pb_contact_field_options_wrapper>.et_pb_contact_field_options_title,
[data-type=checkbox]>.et_pb_contact_field_options_wrapper>.et_pb_contact_field_options_title {
    display: none !important;
}

[data-type=radio]>.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list>.et_pb_contact_field_radio {
    margin-top: 26px;
}

[data-type=radio]>.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list>.et_pb_contact_field_radio:first-child {
    margin-top: 30px;
    margin-bottom: 26px;
}

[data-type=radio]>.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list>.et_pb_contact_field_radio:not(:last-child) {

    margin-bottom: 26px;
}

input[type=password] {
    letter-spacing: 2px;
}

input[type=password]::after {
    content: '*';
    display: inline-block;
    font-size: 28px;
    width: 30px;
    height: 30px;
}

input[type=text],
input[type=password] {
    margin: 25px 0 30px;

}

form p.et_pb_contact_field {
    margin-bottom: 0px;
}
/* form Error */
form .error-required:has('> .error') input{
    margin-bottom:10px;
}
form .error{
    padding-left:21px;
}

.form-disabled {
    opacity: .3;
}

[data-type=checkbox]>.et_pb_contact_field_options_wrapper>.et_pb_contact_field_options_list>.et_pb_contact_field_checkbox {
    margin-top: 26px;
    font-size: 28px;
}

[data-type=checkbox]>.et_pb_contact_field_options_wrapper>.et_pb_contact_field_options_list>.et_pb_contact_field_checkbox:first-child {
    margin-top: 30px;
    margin-bottom: 26px;
}

[data-type=checkbox]>.et_pb_contact_field_options_wrapper>.et_pb_contact_field_options_list>.et_pb_contact_field_checkbox:not(:last-child) {
    margin-bottom: 26px;
}

.custom-checkbox {
    position: relative;
    display: flex;

}

.custom-checkbox>input[type=checkbox] {
    position: absolute;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    margin: 0;
    width: auto;
    max-width: none;
    padding: 0;

    padding-top: 30px;
    padding-bottom: 19px;
    padding-left: 50px;
    z-index: 1;
    opacity: 0;
}

.custom-checkbox>label {
    display: flex;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    line-height: 1.7em;
    min-height: 1.7em;
}

.custom-checkbox>label>i {

    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;

}

.custom-checkbox>input[type=checkbox]:checked+label i:before {

    font-family: dashicons;
    color: #2ea3f2;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.custom-checkbox>label>p {
    flex: 1;
}

.btn-disabled {
    opacity: .5;
    pointer-events: none;
}

.error-required>label {
    color: #da3655 !important;
}

.error-required>label~input[type=text],
.error-required>label~input[type=password],
.error-required>label~input[type=email] {
    border: solid 1px #da3655 !important;
}

/* // for radio */
.error-required input[type=radio]+label {
    color: #da3655 !important;
}


/*  NAVIGETION Nav Manu*/
/* mobile on top */
#mobile_menu2 {
    text-align: right;
    width: 100vw;
    margin-left: -20px;
    height: 100vh;
}

#mobile_menu2.et_mobile_menu li a {
    padding: 10px 15% 20px;
    border-bottom: none;

}

.mobile_menu_bar::before,
.mobile_menu_bar::after {
    font-size: 42px;
    font-weight: 600;
}

.opened .mobile_menu_bar::after {
    font-family: ETmodules !important;
    content: '\004D';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #192B46;
}

/* FOOTER */
footer .et_mobile_nav_menu {
    display: none !important
}

.et_pb_menu_0_tb_footer.et_pb_menu ul li a {
    font-weight: bold;
}

footer .et_pb_menu__menu {
    display: block !important;
}

@media(min-width:300px) and (max-width:980px) {
    footer .et_pb_row--with-menu.et_pb_row_1-4_1-4_1-2>div:not(:last-child) {
        width: 47.25% !important;
    }

    .et_pb_contact_form_label {
        font-size: 20px !important;
    }
}

/*Login Button Desktop */
.et_pb_menu_page_id-127 {
    display: none;
}

@media(min-width:768px) and (max-width: 980px) {
    .et-last-child.et_pb_column--with-menu {
        width: 100% !important;
    }

    .et_pb_column_3_tb_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #big-blob-homepage .et_pb_column_8 {
        background-size: contain !important;
        min-height: 398px;
        padding-top: 10%;
        padding-right: 4%;
        padding-left: 5%;
    }
}

@media(max-width:768px) and (min-width: 666px) {

    #dashboard-column1,
    #dashboard-column2,
    #dashboard-column3,
    #dashboard-column4,
    #dashboard-column5,
    #dashboard-column6 {
        width: 50% !important;
    }

}

@media screen and (max-width: 768px) {

    .et_pb_module.et_pb_image_2_tb_header {
        margin-top: 0px !important;
    }

    .et_pb_module.et_pb_menu_1_tb_header.et_pb_menu {
        background-color: transparent;
        margin-top: 0px !important;
    }


    #faq-one .et_pb_toggle_title,
    #faq-two .et_pb_toggle_title,
    #faq-three .et_pb_toggle_title {
        width: 90%;
    }



    .page-id-226 .et_pb_toggle .et_pb_toggle_title::before {
        right: 0;
        left: 100%;
    }

    .et_pb_menu_inner_container .et_pb_menu__wrap {
        justify-content: center !important;
    }

    .menu-menus-2 {
        width: 90%;
        margin: auto;
    }

    .et_pb_image_2_tb_footer {
        margin-right: 0 !important;
    }

    footer .et_pb_column--with-menu.et_pb_menu__wrap {
        justify-content: center;
    }

    .et_pb_menu .et_pb_menu__menu>nav>ul,
    footer .et_pb_menu .et_pb_menu__menu>nav>ul {
        justify-content: center !important;
    }

    .et_pb_column_3_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .et_pb_menu_0_tb_footer {
        max-width: 100% !important;
    }

    .et_pb_text_0_tb_footer {
        font-size: 12px;
        letter-spacing: -0.27px;
        /* max-width: 196px; */
        max-width: 100%;
        display: flex;
        justify-content: center
    }

    .et_pb_text_0_tb_footer {
        max-width: 50% !important;
        text-align: center;
    }

    #login-forgot-password .et_pb_text_inner .p1 span {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    #bedenken-left-align .et_pb_text_inner h1 {
        text-align: right;
    }

    #mobile_menu2 {
        width: 250% !important;
        margin-left: -120% !important;
        background: radial-gradient(#ffffff54, #ffffff54)
    }


    #game-launch-btn .et_pb_bg_layout_light {
        display: flex;
        align-items: center;
    }
}

/* Page */

/* register page */
.page-id-150 form {
    width: 100%;
    max-width: 780px;

}

.page-id-150 header .et_pb_css_mix_blend_mode_passthrough .et_pb_module.et_pb_image.et_pb_image_1_tb_header {
    margin-left: -2%;
}

.page-id-150 form [data-id=sonstige_tätigkeit]>label,
.page-id-150 form [data-id=field_10]>label {
    display: none !important;
}

.page-id-150 form .static-text-form {
    padding-left: 3%;
}

.page-id-150 form .et_contact_bottom_container {
    display: flex;
    margin-top: 46px;
    float: none;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

.page-id-150 form .et_contact_bottom_container button.et_pb_button {
    width: 226px;
    height: 47px;
}

.page-id-150 form .et_contact_bottom_container .checkbox-confirm-form {
    max-width: 439px;
}

.page-id-150 #register-form .et-pb-contact-message {
    font-size: 28px;
    color: #da3655;
    line-height: 38px;
}

.page-id-150 #register-form .et-pb-contact-message ul {
    line-height: 38px;
}

.page-id-150 #register-form .et_contact_bottom_container {
    display: none;
}

/* login page */
.page-id-127 .form-login-box {
    margin-top: 0;
    padding-top: 0;
}

.page-id-127 form {
    margin-top: 45px;
    width: 100%;
    max-width: calc(780px + 3%);
}

.page-id-127 div#login>div {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* button login */
.page-id-127 div#login a#login {
    width: 208px;
    text-align: center;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
}

.page-id-127 .form-login-box .et_pb_text_2 .et_pb_text_inner {
    max-width: 950px;
}

.page-id-127 .form-login-box .et_pb_text_1 .et_pb_text_inner>.p1 {
    padding-bottom: 0px;
}

.page-id-127 footer>.et_builder_inner_content.et_pb_gutters3>.et_pb_section.et_pb_section_0_tb_footer.et_section_regular {
    margin-top: 65px;
}


/* FAQ page */
.page-id-226 .et_pb_toggle {
    border-color: #192b46;
    border-left: none;
    border-right: none;

}

.page-id-226 .et_pb_toggle.et_pb_toggle_open {
    background-color: #f5f5f5 !important;
}

.page-id-226 .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    transform: rotate(180deg);
}

.et_pb_text_inner h1 {
    text-align: end;
}

.s1 {
    line-height: 20px;
}

@media screen and (max-width: 600px) {


    .et_pb_row #blobColumn2,
    .et_pb_row #blobColumn1 {
        width: 100% !important;
    }

}

@media only screen and (max-width:480px) {

    .et_pb_text_0_tb_footer {
        max-width: 225px !important;
    }

    .et_pb_menu__wrap .et_pb_menu__menu {
        width: 70% !important;
        margin: auto !important;
    }

    .et_pb_column.et_pb_column_1_6 {
        margin: 0 !important;
    }

    #landing-pageBlob2 .et_pb_blurb_content {
        word-break: break-all;
    }

    #anonym-h1 {
        margin-right: -70%;
    }

    #information-h2 {
        min-width: 230px;
    }

    #material-zertifikat {
        min-width: 200px;
        margin-right: -30%;
    }

    #big-blob-homepage .et_pb_column_8 {
        background-size: contain;
        /* min-height: 300px !important; */
    }

    #big-blob-homepage .et_pb_column_4_4 {
        width: 225px !important;
    }

    #big-blob-homepage .et_pb_text_inner h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }


    #landingpage-blob1,
    #landing-pageBlob2 {
        background-size: 80% 100% !important;
    }

    #big-blob-homepage .et_pb_column_8 {
        padding-top: 0% !important;
        padding-left: 14%;
    }

    #big-blob-homepage {
        padding-bottom: 97px !important;
        width: 300px;
        padding-top: 40px !important;
        padding-left: 14% !important;
    }

    #faqs-rows .et_pb_column .et_pb_module h2 {
        width: 85% !important;
        font-size: 24px !important;
        padding: 23px 10px !important;

    }

    .page-id-226 .et_pb_toggle .et_pb_toggle_title::before {
        right: 0;
        left: 95%;
        top: 70%;
    }

    header.et-l.et-l--header {
        margin-top: -10px !important;
    }

    #dashboard-page-blob1,
    #dashboard-page-blob2,
    #dashboard-page-blob3,
    #dashboard-page-blob4,
    #dashboard-page-blob5,
    #dashboard-page-blob6 {
        min-height: 180px !important;
    }

    #dashboard-page-blob2.et_pb_module {
        padding-top: 64px !important;
    }
}

/* -- Feedback Tablet Bedenken--*/

#dashboard-page-blob2 {
    padding-left: 36px !important;
    padding-top: 72px !important;
}

#dashboard-page-blob2 .et_pb_blurb_content {
    width: 393px !important;
}


@media only screen and (max-width: 320px) {
    .et_pb_menu__wrap .et_pb_menu__menu {
        width: 80% !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light h1 {
        text-align: left;
    }

    .et_pb_gutters2 .et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 20px;
    }

    .et_pb_text_inner .p1 .s1 b {
        font-size: 28px;
    }

    #big-blob-homepage.et_pb_row_5.et_pb_row {
        padding-top: 0px !important;
        padding-right: 14% !important;
        padding-bottom: 0px !important;
        padding-left: 14% !important;
        margin-bottom: 8px !important;
        padding-top: 10% !important;
        padding-right: 30% !important;
        padding-bottom: 0px !important;
        padding-left: 30% !important;
    }
}

/* .et_pb_blurb_1 .et_pb_blurb_content {
  max-width: 250px !important;
} */


.menu-item-1554 {
    display: none !important;
}


/* Fixing Responsive Menu Across Devices */
.et_pb_row.et_pb_row_1_tb_header.et_pb_gutters1.et_pb_row--with-menu {
    margin-top: 25px !important;
}

.mobile_nav.opened .mobile_menu_bar::before {
    opacity: 0;
    transition: all 0.2s;
}

@media only screen and (max-width: 980px) {
    .et_pb_menu_page_id-127 {
        display: block;
    }

    #mobile_menu2 {
        width: 250% !important;
        margin-left: -120% !important;
        background: radial-gradient(#ffffff54, #ffffff54);
    }

    #haufig-h1 .et_pb_text_inner h1 {
        text-align: right;
        margin-right: 5%;
    }

    #mein-grund .et_pb_text_inner h1 {
        text-align: right;
    }

    #dashboard-page-blob2 .et_pb_blurb_content {
        width: 100% !important;
    }

    #dashboard-page-blob2 {
        padding-top: 48px !important;
    }

    /*header alignments */


    #big-blob-homepage.et_pb_row.et_pb_row_5 {
        background-position: top center !important;
        padding-left: 100px !important;
        padding-top: 0px !important;
    }

    #dashboard-page-blob1,
    #dashboard-page-blob2,
    #dashboard-page-blob3,
    #dashboard-page-blob4,
    #dashboard-page-blob5,
    #dashboard-page-blob6 {
        min-height: 250px;
        background-size: contain;
        display: flex;
        align-items: center;
    }

    #homepage-blob-container .et_pb_row.et_pb_row_8.et_pb_gutters2 {
        max-width: 100% !important;
    }

    /* .et_pb_blurb_1.et_pb_blurb { */

    #homepage-blob-container {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }


    /* Dashboard */

    .et_pb_menu_inner_container .et_pb_menu__wrap {
        justify-content: flex-end !important;
    }

    .menu-item-1554 {
        display: block !important;
    }


    .mobile_nav.opened .mobile_menu_bar::before {
        opacity: 0;
        transition: all 0.2s;
    }

    .et_mobile_menu a {
        font-weight: bold;
    }


    #menu-menus-2 .menu-item-1554 {
        display: none !important;
    }
}

/* Homepage */

@media only screen and (max-width: 780px) {

    #game-launch-btn .et_pb_bg_layout_light {
        display: flex;
        align-items: center;
    }

    #blobColumn2,
    #blobColumn1 {
        width: 50% !important;
    }

    #landingpage-blob1 .et_pb_blurb_content {
        max-width: 70% !important;
    }

    #landing-pageBlob2 .et_pb_blurb_content {
        max-width: 70% !important;
    }

    #landingpage-blob1,
    #landing-pageBlob2 {
        background-size: 80% 100% !important;
    }

    #big-blob-homepage .et_pb_column>.et_pb_text_5 {
        max-width: 100% !important;

    }

    #big-blob-homepage .et_pb_column_8 {
        background-size: contain;
    }

    #dashboard-page-blob1,
    #dashboard-page-blob2,
    #dashboard-page-blob3,
    #dashboard-page-blob4,
    #dashboard-page-blob5,
    #dashboard-page-blob6 {
        min-height: 150px;
    }

    #zur-anmeldung.et_pb_blurb_1.et_pb_blurb {
        background-size: 100% 90% !important;
    }
}

.page-id-226 .et_pb_toggle .et_pb_toggle_title::before {
    content: '' !important;
    background-image: url('/wp-content/uploads/2021/06/noun-arrow-34068.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    display: inline-block;
    height: 29px;
    right: -5%;
}

#faqs-rows .et_pb_toggle_content {
    background: #fff;
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 50px;
    padding-left: 18px;
}

#faqs-rows .et_pb_column .et_pb_module h2 {
    color: #192B46 !important;
    width: 90%;
    line-height: 1.5;
    font-weight: bold;
    font-size: 30px;
}

#faqs-rows .et_pb_column .et_pb_module.et_pb_toggle_open h2::before {
    transform: rotate(360deg);
}


#faqs-rows .et_pb_column .et_pb_module h2::before {
    background-image: url('/wp-content/uploads/2021/06/noun-arrow-34068.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    display: inline-block;
    height: 29px;
    right: -5%;
    content: '' !important;
    transform: rotate(180deg);
}


#faq-rows .et_pb_toggle_title {
    padding: 23px 18px !important;
    font-weight: bold;
}

#faq-one .et_pb_toggle_title,
#faq-two .et_pb_toggle_title,
#faq-three .et_pb_toggle_title {
    padding: 23px 18px !important;
    font-weight: bold;
}

#faq-one,
#faq-two,
#faq-three {
    padding: 0 !important;
}



/* Remove this for padding homepage */
.et_pb_section_sticky_mobile {
    margin-top: 30px;
}


header.et-l.et-l--header {
    margin-top: 30px;
}

/* TYPOGRAPHY ALIGNMENT */

@media only screen and (max-width:769px) {

    #anonym-h1 {
        display: flex;
        margin-right: -50%;
        justify-content: flex-end;
    }

    #information-h2 .et_pb_text_inner .p1,
    #initiative-h2 .et_pb_text_inner .p1,
    #material-zertifikat .et_pb_text_inner .p1 {
        text-align: right !important;
    }

    #initiative-h2 {
        display: flex;
        margin-right: -50%;
        justify-content: flex-end;
    }

}

/* FAQ Linking */
#login-anmeldung-blob1,
#login-annonym-blob,
#faq-anonym-redirect,
#landing-pageBlob2,
#landingpage-blob1,
#facebook-redirect,
#twitter-redirect,
#whatsapp-redirect,
#custom-link-redirect {
    cursor: pointer;
}

/* HOMEPAGE --MEDIA--BLOBS --- */
@media only screen and (max-width: 330px) {

    #dashboard-page-blob1,
    #dashboard-page-blob2,
    #dashboard-page-blob3,
    #dashboard-page-blob4,
    #dashboard-page-blob5,
    #dashboard-page-blob6 {
        margin: -20px !important;
    }
}

/* ReadSpeaker Button Mobile */
@media only screen and (max-width: 480px) {
    #readspeaker_button2 {
        width: 50%;
        margin-top: 10px;
    }

    .rsbtn_tooltoggle {
        left: inherit;
        right: inherit !important;
    }

    #dashboard-page-blob1,
    #dashboard-page-blob2,
    #dashboard-page-blob3,
    #dashboard-page-blob4,
    #dashboard-page-blob5,
    #dashboard-page-blob6 {
        margin: -10px !important;
    }
}

@media only screen and (max-width: 767px) {

    #image-block-homepage.et_pb_section_4.et_section_regular {
        padding: 0 !important;
    }

    #big-blob-homepage.et_pb_row.et_pb_row_5 {
        width: 320px;
        min-height: 400px;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 30px !important;
    }

}

/* Clipboard Styling */
#custom-link-redirect::after {
    content: 'Link wurde kopiert';
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

#custom-link-redirect.intro::after {
    opacity: 1;
}

/* Bedenken FAQ Additonal FAQ Button*/



#bedenken-faq #faq-one .et_pb_toggle_title::before {
    content: '' !important;
    background-image: url('/wp-content/uploads/2021/06/noun-arrow-34068.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    display: inline-block;
    height: 29px;
    right: -5%;
    transform: rotate(180deg);
}


#bedenken-faq #faq-one.et_pb_toggle_open h2::before {
    transform: rotate(360deg) !important;
}

#faq-one.et_pb_toggle_open .et_pb_toggle_title::before {
    transform: rotate(180deg);
}


/* Login Button Font */
#nav_login {
    font-family: Bundes Serif Bold;
}

#forgotpw {
    cursor: pointer;
}

/* text to Speech */

#readspeaker_button1 {
    transition: all 0.5s ease-in;
    opacity: 0;
}

#readspeaker_button1.show {
    opacity: 1;
}

#readspeaker_button2 {
    display: flex;
    float: right;
    z-index: 99;
    opacity: 0;
    transition: all 0.5s ease-in;
}

/* .rsbtn_tooltoggle {
  left: inherit !important;
  right: 132px !important;
} */

#readspeaker_button2.show {
    opacity: 1;
}

.rsbtn .rs-player-loadindicator {
    left: 0 !important;
}

/* Bedenken FAQ */

#bedenken-faq-questions .et_pb_toggle_content {
    background: #fff;
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 50px;
    padding-left: 18px;
    width: 90%;
}

#bedenken-faq-questions .et_pb_toggle_title {
    color: #192B46 !important;
    line-height: 1.5;
    font-weight: bold;
    font-size: 30px;
    width: 90%;
}

/* #bedenken-faq  */

/* Video Player Background */
.et_pb_video_play {
    color: #000 !important;
}

.et_pb_video_overlay {
    background-size: initial !important;
}

.password-pseduo::after {
    content: '(mind. 8 Zeichen, ein Groß- & ein Kleinbuchstabe, eine Ziffer, ein Sonderzeichen)';
    padding-left: 20px;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    bottom: -115%;
    left: 5px;
}

.mt-50 {
    margin-top: 50px !important;
}

/* Password Rule Mobile */
@media screen and (max-width: 480px) {

    .mt-50 {
        margin-top: 80px !important;
    }

    #zur-anmeldung.et_pb_blurb_1.et_pb_blurb {
        padding-right: 42px !important;
        background-size: 100% 90% !important;
    }

    .password-pseduo::after {
        bottom: -250%;
        left: 5px;
        font-size: 14px;
    }

    #game-launch-btn .et_pb_bg_layout_light {
        display: flex;
        align-items: center;
    }
}


#mit-anmeldung-starten {
    cursor: pointer;
}

/* Red Hover Links */

div#ul.info-block1-links a:hover {
    color: #e0294b !important;
}

div#teilnahmes-row {
    cursor: pointer;
}

/* mouse pointer for donwload link */
#download-certificate {
    cursor: pointer;
}

/* Home page Title */
#home-title {
    margin-left: 20%;
    margin-top: -5%;
    width: 240px;

}

@media(min-width:575px) {
    #home-title {
        margin-left: 40%;
    }
}

@media(min-width:768px) {
    #home-title {
        margin-top: 0;
        margin-left: 25%;
        margin-right: 25%;
        width: 350px;
        line-height: 30px;
    }
}

/*email input field register-opin*/
.page-id-234 #et_pb_contact_form_0 label.et_pb_contact_form_label {
    display: block;
    font-size: 28px;
    padding-left: 21px;
}

.et_pb_contact p #et_pb_contact_email_0 {
    font-family: 'Bundes Sans Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 28px;
    text-align: left;
    border-radius: 35px;
    overflow: hidden;
    border-width: 1px;
    border-color: #267D98;
    background-color: #FFFFFF;

}

.et_pb_contact p #et_pb_contact_email_0,
.contact-form-email-box p input,
.contact-form-email-box p textarea {
    font-family: 'Bundes Sans Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 28px;
    text-align: left;
    border-radius: 35px;
    overflow: hidden;
    border-width: 1px;
    border-color: #267D98;
    background-color: #FFFFFF;
}

.contact-form-email-box p textarea {
    margin: 25px 0;
    resize: none;
    color: #192b46;
}

.contact-form-email-box p label {
    display: block;
    font-size: 28px;
    letter-spacing: -0.64px;
    padding-left: 21px !important;
}

.contact-form-email-box button[type=submit],
.contact-form-email-box button[type=submit]:hover {
    color: #ffffff;
    border-width: 0px !important;
    border-color: RGBA(0, 0, 0, 0);
    letter-spacing: -0.45px;
    background-color: #192B46;
    padding: 8px 2rem !important;
    margin-top: 20px;
}

.contact-form-email-box .et-pb-contact-message {
    color: #ff0000;
}


/* accordion  */
.et_pb_toggle .et_pb_toggle_content a {
    text-decoration: underline;
}

.et_pb_toggle .et_pb_toggle_content a:hover {
    color: #da3655;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 20px !important;
}



/* bedenken new layout */

.video-grid-box ul.et_pb_row > li{
    display:flex; 
    flex-direction: column-reverse;
}
.video-grid-box ul.et_pb_row > li p{
	font-size:28px;
}
.video-grid-box ul.et_pb_row > li .et_pb_video,
.video-grid-box ul.et_pb_row > li .et_pb_video iframe{
   height: auto;
	aspect-ratio: 16/9;
}

.video-grid-box ul{
    display:grid;
    grid-template-columns:100%;
    grid-gap:20px;
    padding-left:18px!important;
    padding-right:18px!important;
	margin:0 auto;
}
@media(min-width:870px){
    .video-grid-box ul{
		
        grid-template-columns:calc(50% - 20px) calc(50% - 20px);
    }
}

@media only screen and (max-width: 767px){
	.video-grid-box ul.et_pb_row_2.et_pb_row{
	 padding-left:18px!important;
    padding-right:18px!important;
	}
}

.video-grid-box ul li{
    width:100%!important;
}

.video-grid-box ul li .et_pb_video,
.video-grid-box ul li .et_pb_video iframe{
    height:608px;
}
.video-grid-box ul li .et_pb_video + .et_pb_text{
    margin-top: 40px;
}

/* Hamber menu */
.wilmj-hamburger:focus{
    border-radius:50%!important;
}

/* Contack page */
.et_pb_contact_form .input{
    border-radius: 35px 35px 35px 35px;
    overflow: hidden;
    border-width: 1px;
    border-color: #267D98;
    font-family: 'Bundes Sans Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px;
    text-align: left;
	background-color:transparent;
}

#dataShareForm .checklabel.error-required input[type=checkbox]{
    outline:2px solid #c00;
}