/*site-tag-elements-*/
body {
    -webkit-font-smoothing: antialiased;
    background: rgb(192, 192, 192);
    color: rgb(77, 86, 102);
    font-family: "BentonSans-Regular", "Open Sans", arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
}

body:not(.path-frontpage) .normal-page__header-paragraphs + .normal-page__content-paragraphs {
    position: relative;
}

/* site */
.container-fluid {
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* header */
.header-wrapper > .header {
    background-color: rgb(255, 255, 255);
}

.header-wrapper > .header .title-wrapper {
    min-height: 49px;
}

.header-wrapper > .header .title-wrapper .title {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    height: 100%;
    width: 100%;
}

@media (max-width: 479px) {
    .header-wrapper > .header .title-wrapper .title {
        font-size: 1.3rem;
    }
}

.header-wrapper > .header .secondary-menu {
    min-height: 40px;
}

@media (min-width: 1200px) {
    .header-wrapper > .header .secondary-menu {
        min-height: 49px;
    }
}

.header-wrapper > .header .header__branding {
    min-height: 5.5rem;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-wrapper > .header .header__slogan {
    display: flex;
    justify-content: start;
}

@media (max-width: 479px) {
    .header-wrapper > .header .header__slogan {
        justify-content: center;
    }
}

@media (min-width: 480px) {
    .header-wrapper > .header .col-sm-6 {
        width: 50%;
    }
}

.header-wrapper > .header .header__slogan_link img, .header__logo_link img {
    max-height: 3.4375rem;
    width: auto;
}

.header-wrapper > .header .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.header-wrapper > .header img {
    border: 0;
    vertical-align: middle;
}

.header-wrapper > .header .header__logo {
    display: flex;
    justify-content: end;
}

@media (max-width: 479px) {
    .header-wrapper > .header .header__logo {
        display: flex;
        padding-top: 20px;
        justify-content: center;
    }
}

.header-wrapper > .header .header__menu {
    min-height: 130px;
    padding-left: 0;
    padding-right: 0;
}

.secondary-menu .menu_wrapper {
    display: none;
}

.secondary-menu .menu_wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

@media (max-width: 480px) {
    .secondary-menu .menu_wrapper {
        flex-direction: column;
    }

    .secondary-menu nav {
        width: 100%;
    }

    .nrw-menu-header__icon.active-trail::after {
        display: none;
    }
}

.secondary-menu .menu_wrapper .nrw-menu-header__col {
    list-style: none;
}


.nrw-menu__header-link-area {
    position: relative;
}

.secondary-menu .menu_wrapper .nrw-menu-header__col .nrw-menu__header-link-area > .link {
    display: inline-block;
    word-break: unset;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
    padding: 10px 20px;
}

.secondary-menu .menu_wrapper .nrw-menu-header__col .nrw-menu__header-link-area > .link:hover {
    background-color: #61758b;
}

.secondary-menu .menu_wrapper .nrw-menu-header__col.current-item {
    background: #61758b;
}

@media (min-width: 1200px) {
    .secondary-menu .menu_wrapper .nrw-menu-header__col .nrw-menu__header-link-area > .link {
        padding: 15px 20px;
    }
}

.header-wrapper a {
    word-break: break-word;
    word-wrap: break-word;
}

.header__menu .primary-menu, .header__menu .secondary-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header__menu .primary-menu, .header__menu .secondary-menu {
    position: relative;
}

.header__menu .primary-menu {
    margin-top: 10px;
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(90deg, rgba(222, 222, 222, 0) 0%, rgba(222, 222, 222, 0.66) 15%, #dedede 50%, rgba(222, 222, 222, 0.66) 85%, rgba(222, 222, 222, 0) 100%) border-box;
    border-top: 2px solid transparent;
}

@media (max-width: 360px) {
    .header__menu .primary-menu {
        flex-direction: column;
    }
}

.header__menu .primary-menu .secondary-menu .menu_wrapper, .header__menu .secondary-menu .secondary-menu .menu_wrapper {
    position: static;
}

.header__menu .primary-menu .block-menu-right {
    border-left: 1px solid rgb(234, 239, 246);
    margin-left: auto;
}

@media (max-width: 360px) {

    .header__menu .primary-menu .block-menu-right {
        border-left: none;
        margin-left: 0;
    }
}

/*header-menü icons*/

.header__menu .nrw-menu-header__icons {
    display: none;
    position: relative;
    height: 100%;
}

.header__menu .nrw-menu-header__icons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.header__menu .nrw-menu-header__icons > li:first-child {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .header__menu .nrw-menu-header__icons > li {
        max-width: 8.75rem;
    }
}

@media (min-width: 992px) {
    .header__menu .nrw-menu-header__icons > li {
        max-width: 8.125rem;
    }
}

@media (min-width: 992px) {
    .header__menu .nrw-menu-header__icons > li div > i:before {
        font-size: 1.375rem;
    }
}

.header__menu .nrw-menu-header__icons > li {
    flex-basis: 0;
    margin: 0;
    box-sizing: border-box;
    display: block;
    width: auto;
    flex-grow: 1;
    max-width: 6.25rem;
}

.header__menu .nrw-menu-header__icons > li > div, .header__menu .nrw-menu-header__icons > li > a {
    padding: 0 3px 7px;
}

.header__menu .nrw-menu-header__icons > li div > span {
    display: block;
    max-width: 100%;
    padding-bottom: 4px;
}


.header__menu .nrw-menu-header__icons > li div > i {
    padding: 0.625rem 2rem 0;
}

@media (min-width: 1200px) {
    .header__menu .nrw-menu-header__icons > li div > i {
        padding: 0.9375rem 3.4375rem 0;
    }
}

/*header-menü icon*/
.nrw-menu-header__icon {
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 0.3125rem 0 0.3125rem;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border-right: 1px solid #EAEFF6;
}

.nrw-menu-header__icon > div > span {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.header__menu .nrw-menu-header__icon i {
    z-index: 1;
    margin-bottom: 0.625rem;
}

.header__menu .fa-solid, .fas {
    font-weight: 900;
}

.header__menu .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.path-suche .nrw-menu-header__icon.menu-search:after, .nrw-menu-header__icon.active-trail:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #61758b;
    border-bottom-color: currentColor;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


@media (max-width: 992px) {
    .path-suche .nrw-menu-header__icon.menu-search:after, .nrw-menu-header__icon.active-trail:after {
        bottom: 0;
    }
}

.nrw-menu-header__wrapper .nrw-menu-header__col .nrw-menu__header-link-area > .link:hover {
    background-color: #61758b;
}

.nrw-menu-header__wrapper .nrw-menu-header__col.current-item {
    background: #61758b;
}


.header__menu .nrw-menu-header__icon > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header__menu .nrw-menu-header__icons #kontaktlink {
    padding: 0 !important;
}

.header__menu .nrw-menu-header__icons > li.last > a {
    border-right: 0;
}

.header__menu .nrw-menu-header__icons > li > div, .header__menu .nrw-menu-header__icons > li > a {
    padding: 0 3px 7px;
}

.header__menu .nrw-menu-header__icons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    max-height: 78px;
}


@media (max-width: 360px) {
    .header__menu .nrw-menu-header__icons {
        max-height: 100%;
    }
}

.header__menu .nrw-menu-header__icons > li {
    flex-basis: 0;
    margin: 0;
    box-sizing: border-box;
    display: block;
    width: auto;
    flex-grow: 1;
    max-width: 6.25rem;
}

@media (min-width: 992px) {
    .header__menu .nrw-menu-header__icons > li {
        max-width: 8.125rem;
    }
}

@media (min-width: 1200px) {
    .header__menu .nrw-menu-header__icons > li {
        max-width: 8.75rem;
    }
}

.nrw-menu-header__icon:hover, .nrw-menu-header__icon:focus {
    text-decoration: none;
    background-color: #4d5666;
    color: rgb(255, 255, 255);
}

.nrw-menu-header__icon > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media (min-width: 992px) {
    .nrw-menu-header__icon {
        padding: 0.3125rem 0 0;
    }
}


/* main */
.main-container {
    background-color: rgb(255, 255, 255);
    position: relative;
    padding-top: 60px;
    padding-bottom: 1px;
}

@media (max-width: 767px) {
    .main-container {
        padding-top: 30px;
    }
}

.main-container #content h2, .main-container #content p {
    padding-left: 0;
}

.main-container #content form input + p {
    padding: 0.5rem
}

.main-container .teaser h2 {
    font-weight: bold;
}

.main-container .teaser ol {
    max-width: 75%;
}

.main-container .teaser ul {
    list-style-type: none;
}

.main-container .teaser .standardlist {
    padding-top: 0.5em;
    word-break: keep-all;
    overflow-wrap: normal;
}

.main-container .teaser .standardlist ul {
    list-style-type: disc;
}

#content {
    clear: both;
    max-width: 1200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    padding: 15px 0 20px 0;
}

#content ul li {
    padding: 0 0 0 10px;
    margin: 3px 0;
}

#content #dateneingabe_info {
    padding: 1rem;
}

.frontend_nem_dashboard #content a {
    text-decoration: underline;
}

/*footer */
.header-wrapper a:after, body .footer-wrapper a:after {
    content: "" !important;
}

footer {
    padding: 0;
    min-height: 94px;
}

.footer-wrapper > footer .footer__bottom-menu {
    padding: 1.25rem 0 1.25rem 0;
    font-size: 0.75rem;
    font-weight: bold;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu {
    list-style: none;
    text-align: right;
    float: right;
    margin: 0;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li {
    display: inline-block;
    float: left;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li a {
    display: inline-block;
    padding: 0;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li.first::after {
    content: "|";
    padding: 0 0.46875rem;
}

.footer-wrapper > footer .footer__footer_menu ul {
    padding-left: 0;
    float: right;
}

.footer-wrapper > footer .footer__footer_menu ul li {
    list-style-type: none;
}

.footer-wrapper > footer .footer__footer_menu .contextual-region:after {
    clear: both;
}

.footer-wrapper > footer .footer__footer_menu .contextual-region:before, .footer__footer_menu .contextual-region:after {
    display: table;
    content: " ";
}

/*Dateneingabe*/
#dateneingabe_wrapper .btn-group button {
    margin-right: 15px;
}