/*!
 * Theme Name:     hks
 * Template:       Divi
 * Description:    Divi child theme for Hamburger Klimaschutzstiftung
 * Author:         Heiko Rutz, xi-quadrat GmbH
 * Author URI:     http://www.xi-quadrat.de
 * Version:        1.1.1
 * License:        None
 * Copyright:      © 2022 by xi-quadrat GmbH (http://www.xi-quadrat.de)
 *
 */


html body h1,
html body h2,
html body blockquote,
.hks-social-share .hks-social-share-link,
.hks-social-share .hks-social-share-link:focus,
.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title,
.et_pb_fullwidth_header .et_pb_module_header {
    font-family: 'interstate-condensed', sans-serif;
    font-weight: 500;
    font-style: normal
}

html body h3,
html body h4,
html body h5,
.hks-slider .slick-list h4,
.hks-slider .slick-list h4 a,
.hks-social-share .hks-social-share-hint,
.et_pb_column_1_4 .et_pb_team_member .et_pb_team_member_description .et_pb_module_header,
.et_pb_column_1_5 .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
    font-family: 'interstate-condensed', sans-serif;
    font-weight: 700;
    font-style: normal
}

.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title {
    font-family: 'interstate', sans-serif;
    font-weight: 700;
    font-style: normal
}

html body,
#footer-widgets a,
#top-menu a,
.et-fixed-header #top-menu a,
#top-menu .sub-menu li a,
#top-menu .nav li ul li a,
.et-fixed-header #top-menu .sub-menu li a,
.et-fixed-header #top-menu .nav li ul li a,
#hks-header-meta .wp-block-search__input,
.dpdfg_filtergrid .dp-dfg-items .dp-dfg-header .entry-title {
    font-family: 'DIN Next LT W01 Regular', 'Segoe UI Bold', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-style: normal
}

html body b,
html body strong,
html body a,
html body h6,
#page-container .et_pb_button,
#page-container .et_pb_button:hover,
#page-container .et_button_no_icon .et_pb_button .et_button_no_icon .et_pb_button:hover,
.dpdfg_filtergrid,
.dpdfg_filtergrid .dp-dfg-search .dp-dfg-search-input,
.hks-social-slider .slick-list h4,
.et_pb_column .et_pb_team_member .et_pb_module_header,
.et_pb_column_1_4 .et_pb_team_member,
.et_pb_column_1_5 .et_pb_team_member {
    font-family: 'DIN Next LT W01 Regular', 'Segoe UI Bold', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-style: normal
}

html body {
    font-size: 18px;
    line-height: 1.5
}

html body a:hover {
    opacity: .75
}

html body h1 {
    font-size: 40px;
    line-height: 1.2
}

@media only screen and (max-width: 980px) {
    html body h1 {
        font-size: 4vw !important
    }
}

@media only screen and (max-width: 625px) {
    html body h1 {
        font-size: 25px !important
    }
}

html body h2 {
    padding-bottom: .75em;
    font-size: 35px;
    line-height: 1.3
}

@media only screen and (max-width: 980px) {
    html body h2 {
        font-size: 4vw !important
    }
}

@media only screen and (max-width: 625px) {
    html body h2 {
        font-size: 25px !important
    }
}

html body h3 {
    padding-bottom: 1em;
    font-size: 23px;
    line-height: 1.2
}

html body h4 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5
}

html body h5 {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase
}

html body h6 {
    padding-bottom: 0;
    color: #3d4543;
    font-size: 18px;
    line-height: 1.5
}

html body a {
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

html body blockquote {
    position: relative;
    padding-left: 90px;
    border: none;
    color: #006174;
    font-size: 35px
}

html body blockquote::before {
    display: block;
    position: absolute;
    top: 10px;
    left: -3px;
    z-index: -1;
    height: 75px;
    width: 75px;
    background: transparent url("img/blockquote.svg") no-repeat top left;
    background-size: contain;
    content: ''
}

@media only screen and (max-width: 980px) {
    html body blockquote {
        padding-left: 10vw;
        font-size: 4vw
    }

    html body blockquote::before {
        top: 1vw;
        left: -.75vw;
        height: 8vw;
        width: 8vw
    }
}

@media only screen and (max-width: 625px) {
    html body blockquote {
        padding-left: 60px;
        font-size: 25px
    }

    html body blockquote::before {
        top: 8px;
        left: -2px;
        height: 45px;
        width: 45px
    }
}

html body .et_pb_text h2:last-child {
    padding-bottom: 0
}

html body ::-moz-selection {
    color: #fff;
    background: #97bf0d
}

html body ::selection {
    color: #fff;
    background: #97bf0d
}

.et_pb_scroll_top.et-visible,
.et_pb_scroll_top.et-hidden {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 75vh;
    right: 2vw;
    z-index: 101;
    height: 45px;
    width: 45px;
    margin-right: .75em;
    padding: 0;
    overflow: hidden;
    border: 2px solid #009ee0;
    border-radius: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #009ee0;
    font-size: 18px;
    cursor: pointer
}

.et_pb_scroll_top.et-visible:hover,
.et_pb_scroll_top.et-hidden:hover {
    border-color: #97bf0d;
    color: #97bf0d
}

.et_pb_scroll_top.et-visible::before,
.et_pb_scroll_top.et-hidden::before {
    display: block;
    font-size: 40px;
    text-align: center;
    -webkit-transform: translate(-0.01em, -0.025em);
    transform: translate(-0.01em, -0.025em);
    content: '2'
}

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

    .et_pb_scroll_top.et-visible,
    .et_pb_scroll_top.et-hidden {
        top: auto;
        bottom: 4.75em
    }
}

#footer-widgets .footer-widget li {
    padding-left: 0
}

#footer-widgets .footer-widget li::before {
    display: none
}

#footer-widgets .footer-widget .title {
    font-size: 23px
}

#footer-widgets .footer-widget .wp-block-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .5em
}

#footer-widgets .footer-widget .wp-social-link {
    margin-top: .3em;
    background-color: #00869d
}

#footer-widgets .footer-widget .wp-social-link a {
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

#footer-widgets .widget_nav_menu li {
    margin: 0;
    font-size: 16px;
    line-height: 2
}

#footer-widgets .widget_nav_menu .title {
    font-size: 23px
}

#footer-bottom {
    font-size: 14.5px
}

#et-top-navigation {
    padding-left: 0 !important
}

#top-menu .sub-menu,
#top-menu .nav li ul,
.et-fixed-header #top-menu .sub-menu,
.et-fixed-header #top-menu .nav li ul {
    width: auto;
    max-width: 240px;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #dcecf1
}

#top-menu .sub-menu li,
#top-menu .nav li ul li,
.et-fixed-header #top-menu .sub-menu li,
.et-fixed-header #top-menu .nav li ul li {
    padding: 0 10px
}

#top-menu .sub-menu li.current-menu-item a,
#top-menu .nav li ul li.current-menu-item a,
.et-fixed-header #top-menu .sub-menu li.current-menu-item a,
.et-fixed-header #top-menu .nav li ul li.current-menu-item a {
    background: #97bf0d;
    color: #fff !important
}

#top-menu .sub-menu li:not(.current-menu-item) a:hover,
#top-menu .nav li ul li:not(.current-menu-item) a:hover,
.et-fixed-header #top-menu .sub-menu li:not(.current-menu-item) a:hover,
.et-fixed-header #top-menu .nav li ul li:not(.current-menu-item) a:hover {
    background-color: unset;
    color: #009ee0 !important;
    opacity: 1
}

#top-menu .sub-menu li a,
#top-menu .nav li ul li a,
.et-fixed-header #top-menu .sub-menu li a,
.et-fixed-header #top-menu .nav li ul li a {
    padding: .25em 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.2
}

#hks-header-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: .5em;
    right: 0;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right
}

#hks-header-meta .wp-block-search__inside-wrapper {
    width: auto !important;
    padding: 0 2em 0 0
}

#hks-header-meta .hks-search-button,
#hks-header-meta .wp-block-search__button {
    position: relative;
    height: 1.75em;
    width: 1.75em;
    margin-left: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: 'ETmodules';
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    cursor: pointer
}

#hks-header-meta .hks-search-button svg,
#hks-header-meta .wp-block-search__button svg {
    display: none
}

#hks-header-meta .hks-search-button::after,
#hks-header-meta .wp-block-search__button::after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: 'U';
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

#hks-header-meta .wp-block-search__input {
    padding: 0 1em;
    border: 1px dashed #676d71;
    border-radius: 19px;
    background: unset;
    color: #3d4543;
    font-size: 16px;
    line-height: 1.9em;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

#hks-header-meta .wp-block-search__button {
    display: none
}

#hks-header-meta .visible .wp-block-search__button {
    display: block
}

#hks-header-meta .visible .hks-search-button {
    display: none
}

#hks-header-meta .visible .wp-block-search__input {
    opacity: 1;
    pointer-events: all
}

#hks-header-meta .wp-block-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .5em;
    font-size: 24px
}

#hks-header-meta .wp-block-social-links svg {
    width: .75em;
    height: .75em
}

#hks-header-meta .wp-block-social-links .wp-social-link {
    background-color: rgba(151, 191, 13, 1);
}

.logo_container .logo_helper {
    display: none
}

.logo_container a {
    display: block;
    height: auto;
    width: 240px;
    margin: 48px 0 0 1px
}

.logo_container img {
    margin: 0
}

@media only screen and (max-width: 1240px) {
    .logo_container a {
        width: 220px;
        margin: 10px 0 0 0
    }

    #et-top-navigation,
    #top-menu-nav,
    #top-menu {
        float: none !important
    }

    #top-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

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

    #top-menu,
    #hks-header-meta {
        display: none
    }

    #et_mobile_nav_menu {
        margin-top: 19px
    }

    #main-header {
        height: 110px
    }

    #main-header #et-top-navigation .mobile_menu_bar {
        padding-bottom: 35px
    }

    .logo_container a {
        width: 200px;
        margin: 10px 0 0 0
    }

    .logo_container #logo {
        width: 100%;
        max-width: none
    }
}

@media only screen and (min-width: 981px) {
    .et_fixed_nav.et_show_nav #page-container {
        padding-top: 170px
    }

    .et_header_style_left #et-top-navigation nav>ul>li,
    .et_header_style_split #et-top-navigation nav>ul>li {
        margin-top: 48px
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a,
    .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 30px !important
    }

    .et_header_style_left #et-top-navigation nav>ul>li::after,
    .et_header_style_split #et-top-navigation nav>ul>li::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 0;
        width: 0;
        overflow: hidden;
        border: 10px solid transparent;
        border-bottom: 10px solid #dcecf1;
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
        opacity: 0;
        content: ''
    }

    .et_header_style_left #et-top-navigation nav>ul>li.et-show-dropdown::after,
    .et_header_style_split #et-top-navigation nav>ul>li.et-show-dropdown::after {
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
}

.mobile_nav.opened .mobile_menu_bar_toggle::before {
    content: 'M'
}

.hks-mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 125%;
    margin: 0 -12.5%;
    padding: 1em 0;
    background: rgba(255, 255, 255, 0.9)
}

.hks-mobile-menu>li {
    width: 80%;
    margin: 0 auto .5em;
    border-radius: 10px
}

.hks-mobile-menu>li>a {
    display: block;
    padding: .25em 0;
    color: #006174;
    cursor: pointer
}

.hks-mobile-menu>li.has-children>a::after {
    display: inline-block;
    padding-left: .1em;
    font-family: 'ETmodules';
    font-size: 16px;
    font-weight: 800;
    vertical-align: text-top;
    content: "5"
}

.hks-mobile-menu>li.has-children.open>a::after {
    content: '3'
}

.hks-mobile-menu>li.current>a {
    color: #97bf0d
}

.hks-mobile-menu>li ul {
    display: block;
    padding-left: 1em
}

.hks-mobile-menu>li li {
    font-size: 16px
}

.hks-mobile-menu>li li a {
    display: block;
    padding: .25em 0;
    color: #676d71
}

.hks-mobile-menu>li li.current>a {
    color: #97bf0d
}

.et_pb_toggle,
.et_pb_accordion {
    margin-bottom: 15px !important
}

.et_pb_toggle {
    padding: 0;
    border: 0;
    border-radius: 10px
}

.et_pb_toggle.et_pb_toggle_close {
    background: #fff
}

.et_pb_toggle.et_pb_toggle_open {
    border-radius: 10px
}

.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title {
    background: #97bf0d;
    color: #fff
}

.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before,
.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title::before {
    display: block;
    background-color: #fff;
    background-position: bottom
}

.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title {
    padding: 12px 12px 12px 45px;
    border-radius: 10px;
    background: rgba(161, 200, 210, 0.7);
    color: #3d4543;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.et_pb_toggle .et_pb_toggle_title::before,
.et_pb_toggle h5.et_pb_toggle_title::before {
    display: block;
    position: absolute;
    left: 15px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #009ee0;
    background-image: url("img/toggle.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 15px;
    content: '';
    -webkit-transition: background-, color .2s ease-in-out;
    transition: background-, color .2s ease-in-out
}

.et_pb_toggle .et_pb_toggle_content {
    padding: 15px;
}

.et_pb_toggle .et_pb_toggle_content img {
    width: 100%;
}

#page-container .et_pb_button,
#page-container .et_pb_button:hover,
#page-container .et_button_no_icon .et_pb_button .et_button_no_icon .et_pb_button:hover {
    min-width: 200px;
    padding: 4px 20px !important;
    border: none;
    background: #009ee0;
    color: #fff;
    letter-spacing: .025em !important;
    text-align: center
}

#page-container .et_pb_button:hover,
#page-container .et_pb_button:hover:hover,
#page-container .et_button_no_icon .et_pb_button .et_button_no_icon .et_pb_button:hover:hover {
    background: rgba(0, 158, 224, 0.8)
}

#page-container .et_pb_bg_layout_dark .et_pb_button,
#page-container .et_pb_bg_layout_dark .et_pb_button:hover,
#page-container .et_pb_bg_layout_dark .et_button_no_icon .et_pb_button .et_pb_bg_layout_dark .et_button_no_icon .et_pb_button:hover,
#page-container .et_pb_bg_layout_dark.et_pb_button,
#page-container .et_pb_bg_layout_dark.et_pb_button:hover,
#page-container .et_pb_bg_layout_dark.et_button_no_icon .et_pb_button .et_pb_bg_layout_dark.et_button_no_icon .et_pb_button:hover {
    padding: 2px 20px !important;
    border: 2px solid #fff;
    background: transparent
}

#page-container .et_pb_bg_layout_dark .et_pb_button:hover,
#page-container .et_pb_bg_layout_dark .et_pb_button:hover:hover,
#page-container .et_pb_bg_layout_dark .et_button_no_icon .et_pb_button .et_pb_bg_layout_dark .et_button_no_icon .et_pb_button:hover:hover,
#page-container .et_pb_bg_layout_dark.et_pb_button:hover,
#page-container .et_pb_bg_layout_dark.et_pb_button:hover:hover,
#page-container .et_pb_bg_layout_dark.et_button_no_icon .et_pb_button .et_pb_bg_layout_dark.et_button_no_icon .et_pb_button:hover:hover {
    background: rgba(255, 255, 255, 0.1)
}

.dpdfg_filtergrid {
    grid-template-columns: 66% 33%
}

.dpdfg_filtergrid .dp-dfg-container.dp-dfg-layout-grid {
    row-gap: 1em
}

.dpdfg_filtergrid .dp-dfg-filters {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    grid-column: 1 / span 2;
    margin-bottom: 3em
}

.dpdfg_filtergrid .dp-dfg-filters ul.dp-dfg-level {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -.75em
}

.dpdfg_filtergrid .dp-dfg-filters ul.dp-dfg-level li .dp-dfg-filter-link {
    padding: .5em .75em;
    border: none;
    background: unset;
    color: #009ee0;
    font-size: 18px
}

.dpdfg_filtergrid .dp-dfg-filters ul.dp-dfg-level li .dp-dfg-filter-link:hover {
    opacity: .5
}

.dpdfg_filtergrid .dp-dfg-filters ul.dp-dfg-level li .dp-dfg-filter-link.active {
    color: #97bf0d
}

.dpdfg_filtergrid .dp-dfg-items {
    margin-bottom: 4em;
    padding-bottom: 2em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    grid-column: 1 / span 2
}

.dpdfg_filtergrid .dp-dfg-items::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    background: #dcecf1;
    content: '';
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw)
}

.dpdfg_filtergrid .dp-dfg-items .dp-dfg-item {
    padding: 0 20px;
    border: none
}

.dpdfg_filtergrid .dp-dfg-items .dp-dfg-item:hover .dp-dfg-image {
    opacity: .75
}

.dpdfg_filtergrid .dp-dfg-items .dp-dfg-item.active .entry-title {
    color: #97bf0d
}

@media only screen and (min-width: 768px) {
    .dpdfg_filtergrid .dp-dfg-items .dp-dfg-item:nth-child(3n+1) {
        border-radius: 0 0 0 10px
    }

    .dpdfg_filtergrid .dp-dfg-items .dp-dfg-item:nth-child(3n) {
        border-radius: 0 0 10px 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dpdfg_filtergrid .dp-dfg-items .dp-dfg-item:nth-child(2n+1) {
        border-radius: 0 0 0 10px
    }

    .dpdfg_filtergrid .dp-dfg-items .dp-dfg-item:nth-child(2n) {
        border-radius: 0 0 10px 0
    }
}

@media only screen and (max-width: 479px) {
    .dpdfg_filtergrid .dp-dfg-items .dp-dfg-item {
        border-radius: 0 0 10px 10px
    }
}

.dpdfg_filtergrid .dp-dfg-items .dp-dfg-image {
    margin: 0 -20px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.dpdfg_filtergrid .dp-dfg-items .dp-dfg-header {
    padding: .75em 0 !important
}

.dpdfg_filtergrid .dp-dfg-items .dp-dfg-header .entry-title {
    color: #676d71;
    font-size: 16px;
    line-height: 1.2
}

.dpdfg_filtergrid .dp-dfg-pagination {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    grid-column: 1
}

.dpdfg_filtergrid .dp-dfg-pagination ul.pagination {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dpdfg_filtergrid .dp-dfg-pagination ul.pagination .pagination-item a {
    padding: 0.5em 0.75em;
    border: none;
    border-radius: 100%;
    background: unset;
    color: #676d71;
    font-size: 18px
}

.dpdfg_filtergrid .dp-dfg-pagination ul.pagination .pagination-item:hover a {
    opacity: .5
}

.dpdfg_filtergrid .dp-dfg-pagination ul.pagination .pagination-item.active a {
    background: #dcecf1;
    color: #009ee0
}

@media only screen and (max-width: 600px) {
    .dpdfg_filtergrid .dp-dfg-pagination {
        grid-column: 1 / span 2
    }
}

.dpdfg_filtergrid .dp-dfg-search {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    grid-column: 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dpdfg_filtergrid .dp-dfg-search .dp-dfg-search-input {
    padding: 0 1em;
    border: 1px dashed #676d71;
    border-radius: 19px;
    background: unset;
    color: #3d4543;
    font-size: 16px;
    line-height: 1.9em;
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.dpdfg_filtergrid .dp-dfg-search .hks-search-icon,
.dpdfg_filtergrid .dp-dfg-search .et-pb-icon.dp-dfg-search-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 1.75em;
    width: 1.75em;
    margin-left: 0;
    border: 0;
    background: transparent;
    background-color: unset;
    color: inherit;
    opacity: 1 !important;
    font-family: 'ETmodules';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.dpdfg_filtergrid .dp-dfg-search .hks-search-icon:hover,
.dpdfg_filtergrid .dp-dfg-search .et-pb-icon.dp-dfg-search-icon:hover {
    color: #009ee0
}

.dpdfg_filtergrid .dp-dfg-search .et-pb-icon.dp-dfg-search-icon {
    display: none
}

.dpdfg_filtergrid .dp-dfg-search.visible .et-pb-icon.dp-dfg-search-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dpdfg_filtergrid .dp-dfg-search.visible .hks-search-icon {
    display: none
}

.dpdfg_filtergrid .dp-dfg-search.visible .dp-dfg-search-input {
    opacity: 1 !important;
    pointer-events: all
}

@media only screen and (max-width: 600px) {
    .dpdfg_filtergrid .dp-dfg-search {
        grid-column: 1 / span 2;
        padding-top: 2em
    }

    .dpdfg_filtergrid .dp-dfg-search .dp-dfg-search-input {
        width: 100%
    }
}

.et_pb_section.hks-overview-link {
    padding: 0
}

.et_pb_section.hks-overview-link a {
    display: inline-block;
    position: relative;
    padding-left: 1em
}

.et_pb_section.hks-overview-link a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'ETmodules';
    font-size: inherit;
    font-weight: 800;
    content: "4"
}

.hks-slider-section h2 {
    padding: 0 0 .25em 0
}

.hks-slider-section .slick-slider {
    overflow: hidden
}

.hks-slider .slick-list {
    margin: 0 -5px;
    border-radius: 0 0 10px 10px
}

.hks-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.hks-slider .slick-list .slick-slide {
    height: inherit;
    margin: 0 5px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    font-size: 14.5px
}

.hks-slider .slick-list .et_clickable:hover .et_pb_image_wrap {
    opacity: .75
}

.hks-slider .slick-list h4,
.hks-slider .slick-list h4 a {
    padding: .5em 0 .25em;
    color: #006174;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.hks-slider .slick-list .et_pb_main_blurb_image {
    margin: 0
}

.hks-slider .slick-list .et_pb_image_wrap {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.hks-slider .slick-list .et_pb_blurb_container {
    padding: 0
}

.hks-slider .slick-list .et_pb_blurb_content {
    height: 100%
}

.hks-slider .hks-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: .1em;
    background: #006174;
    opacity: 0;
    color: #fff;
    font-family: ETmodules !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.hks-slider .hks-slider-arrow.slick-disabled {
    cursor: default
}

.hks-slider .hks-slider-arrow.hks-slider-arrow-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em)
}

.hks-slider .hks-slider-arrow.hks-slider-arrow-next {
    right: 0;
    border-radius: 10px 0 0 10px;
    -webkit-transform: translateX(2em);
    transform: translateX(2em)
}

.hks-slider:hover .hks-slider-arrow:not(.slick-disabled) {
    opacity: .6;
    -webkit-transform: none;
    transform: none
}

.hks-slider:hover .hks-slider-arrow:not(.slick-disabled):hover {
    opacity: 1
}

.hks-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: unset;
    margin: 0;
    padding: 2em 0 0;
    list-style-type: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hks-slider .slick-dots li button {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    border: 3px solid rgba(161, 200, 210, 0.7);
    border-radius: 100%;
    background: transparent;
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.hks-slider .slick-dots li button::before {
    display: none
}

.hks-slider .slick-dots li button:hover {
    background: rgba(161, 200, 210, 0.3)
}

.hks-slider .slick-dots li.slick-active button {
    border-color: transparent;
    background: rgba(161, 200, 210, 0.7)
}

.hks-slider .slick-dots li.slick-active button:hover {
    background: rgba(161, 200, 210, 0.7)
}

.hks-social-section h2 {
    padding: 0 0 .25em 0
}

.hks-social-slider .slick-list {
    margin: 0 -5px;
    border-radius: 0 0 10px 10px
}

.hks-social-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hks-social-slider .slick-list .slick-slide {
    margin: 0 5px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    font-size: 14.5px
}

.hks-social-slider .slick-list .hks-social-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    padding: 20px 0;
    border-top: 1px solid #676d71;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #3d4543;
    font-family: 'ETmodules' !important;
    font-size: 18px;
    font-weight: 400 !important
}

.hks-social-slider .slick-list .hks-social-link {
    height: 100%;
    font-family: inherit;
    font-weight: inherit;
    color: inherit
}

.hks-social-slider .slick-list .hks-social-link:hover {
    opacity: 1
}

.hks-social-slider .slick-list .hks-social-link:hover h4 {
    color: #97bf0d
}

.hks-social-slider .slick-list .hks-social-link:hover .et_pb_image_wrap {
    opacity: .75
}

.hks-social-slider .slick-list h4 {
    font-size: inherit;
    color: #3d4543;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.hks-social-slider .slick-list .et_pb_main_blurb_image {
    margin: 0
}

.hks-social-slider .slick-list .et_pb_image_wrap {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.hks-social-slider .slick-list .et_pb_blurb_container {
    padding: 20px 20px 95px
}

.hks-social-slider .slick-list .et_pb_blurb_content {
    height: 100%
}

.hks-social-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: unset;
    margin: 0;
    padding: 2em 0;
    list-style-type: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hks-social-slider .slick-dots li button {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    border: 3px solid rgba(161, 200, 210, 0.7);
    border-radius: 100%;
    background: transparent;
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.hks-social-slider .slick-dots li button::before {
    display: none
}

.hks-social-slider .slick-dots li button:hover {
    background: rgba(161, 200, 210, 0.3)
}

.hks-social-slider .slick-dots li.slick-active button {
    border-color: transparent;
    background: rgba(161, 200, 210, 0.7)
}

.hks-social-slider .slick-dots li.slick-active button:hover {
    background: rgba(161, 200, 210, 0.7)
}

.hks-social-share {
    position: fixed;
    top: 81vh;
    right: 2vw;
    z-index: 100;
    padding: .75em
}

@media only screen and (max-width: 980px) {
    .hks-social-share {
        top: auto;
        bottom: .5em
    }
}

.hks-social-share.open .hks-social-share-button {
    background: #97bf0d
}

.hks-social-share.open .hks-social-share-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    opacity: 1;
    visibility: visible
}

.hks-social-share .hks-social-share-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: -2.5em;
    height: 100%;
    padding: 0 7em 0 .75em;
    border-radius: 10px;
    background: #006174;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hks-social-share .hks-social-share-button,
.hks-social-share .hks-social-share-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 100%;
    background: #009ee0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #fff;
    font-family: 'ETmodules' !important;
    font-size: 18px;
    font-weight: 400 !important;
    cursor: pointer
}

.hks-social-share .hks-social-share-button {
    position: relative;
    z-index: 1;
    height: 45px;
    width: 45px
}

.hks-social-share .hks-social-share-button:hover {
    background: #97bf0d
}

.hks-social-share .hks-social-share-icon {
    height: 36px;
    width: 36px;
    margin: 0 0 0 5px
}

.hks-social-share .hks-social-share-icon:first-child {
    margin: 0
}

.hks-social-share .hks-social-share-icon:hover {
    opacity: .75
}

.hks-social-share .hks-social-share-hint {
    padding: 0 2em;
    color: #dcecf1
}

.hks-social-share .hks-social-share-link,
.hks-social-share .hks-social-share-link:focus {
    height: 36px;
    width: auto;
    padding: 0 2em;
    border-radius: 18px;
    border: 1px solid #97bf0d;
    background: transparent;
    color: #fff;
    text-align: center
}

@media only screen and (max-width: 849px) {
    .hks-social-share .hks-social-share-content {
        top: auto;
        bottom: 0;
        height: auto;
        width: 96vw;
        padding-top: .75em;
        padding-right: 4em;
        padding-bottom: .75em;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hks-social-share .hks-social-share-link {
        min-width: 50vw;
        margin-top: .75em
    }

    .hks-social-share .hks-social-share-hint {
        padding-right: 0;
        padding-left: 4vw
    }
}

.et_pb_column .et_pb_team_member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.et_pb_column .et_pb_team_member p, .et_pb_column .et_pb_team_member a {
    font-family: 'Interstate-condensed', sans-serif;
    font-weight: 400;
}

.et_pb_column .et_pb_team_member .et_pb_team_member_image {
    width: 105px;
    margin: 0
}

.et_pb_column .et_pb_team_member .et_pb_team_member_description {
    margin: 0 0 0 20px
}

.et_pb_column .et_pb_team_member .et_pb_module_header {
    padding: 0;
    color: #3d4543;
    font-size: 18px;
    line-height: inherit
}

.et_pb_column .et_pb_team_member .et_pb_member_position {
    color: #676d71
}

.et_pb_column_1_4 .et_pb_team_member,
.et_pb_column_1_5 .et_pb_team_member {
    display: block;
    background: #fff;
    font-size: 18px
}

.et_pb_column_1_4 .et_pb_team_member .et_pb_team_member_image,
.et_pb_column_1_5 .et_pb_team_member .et_pb_team_member_image {
    width: 100%;
    margin: 0 0 12px
}

.et_pb_column_1_4 .et_pb_team_member .et_pb_team_member_description .et_pb_module_header,
.et_pb_column_1_5 .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
    color: #006174
}

.et_pb_column_1_4 .et_pb_team_member a,
.et_pb_column_1_4 .et_pb_team_member .et_pb_member_position,
.et_pb_column_1_4 .et_pb_team_member .et_pb_team_member_description,
.et_pb_column_1_5 .et_pb_team_member a,
.et_pb_column_1_5 .et_pb_team_member .et_pb_member_position,
.et_pb_column_1_5 .et_pb_team_member .et_pb_team_member_description {
    color: #3d4543
}

.et_pb_column_1_4 .et_pb_team_member a:hover,
.et_pb_column_1_5 .et_pb_team_member a:hover {
    color: #009ee0
}

.et_pb_column_1_4 .et_pb_team_member .et_pb_team_member_description,
.et_pb_column_1_5 .et_pb_team_member .et_pb_team_member_description {
    padding: 0 20px 20px;
    margin: 0
}

.et_pb_column_1_4 .et_pb_team_member .et_pb_team_member_description>div:last-child,
.et_pb_column_1_5 .et_pb_team_member .et_pb_team_member_description>div:last-child {
    margin-top: 1.5em
}

.et_pb_promo .et_pb_promo_description {
    padding-bottom: 0
}

.et_pb_column_4_4 .et_pb_promo_description {
    font-size: 21.5px
}

.et_pb_gallery_image a {
    pointer-events: none;
    cursor: default
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title,
.et_pb_fullwidth_header .et_pb_module_header {
    font-size: 40px;
    line-height: 1
}

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

    .et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title,
    .et_pb_fullwidth_header .et_pb_module_header {
        font-size: 4vw !important
    }
}

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

    .et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title,
    .et_pb_fullwidth_header .et_pb_module_header {
        font-size: 25px !important
    }
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .original,
.et_pb_fullwidth_header .et_pb_module_header .original {
    display: none
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .nowrap,
.et_pb_fullwidth_header .et_pb_module_header .nowrap {
    white-space: nowrap
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .display span,
.et_pb_fullwidth_header .et_pb_module_header .display span {
    display: inline-block;
    position: relative;
    padding: 10px .1em;
    margin: 0 0 5px
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .display span.first,
.et_pb_fullwidth_header .et_pb_module_header .display span.first {
    padding-left: 20px
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .display span.first::before,
.et_pb_fullwidth_header .et_pb_module_header .display span.first::before {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .display span.last,
.et_pb_fullwidth_header .et_pb_module_header .display span.last {
    padding-right: 20px
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .display span.last::before,
.et_pb_fullwidth_header .et_pb_module_header .display span.last::before {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_title .display span::before,
.et_pb_fullwidth_header .et_pb_module_header .display span::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgba(151, 191, 13, .8);
    content: ''
}

.et_pb_slider .et_pb_slide {
    text-align: left
}

@media only screen and (max-width: 980px) {
    .et_pb_slider .et-pb-slider-arrows {
        display: none
    }
}

.et_pb_slider .et-pb-arrow-prev,
.et_pb_slider .et-pb-arrow-next {
    margin-top: -20px;
    background: rgba(151, 191, 13, .6);
    font-size: 40px;
    color: #fff !important
}

.et_pb_slider .et-pb-arrow-prev {
    padding: 0 10px 0 5px;
    border-radius: 0 10px 10px 0
}

.et_pb_slider .et-pb-arrow-next {
    padding: 0 5px 0 10px;
    border-radius: 10px 0 0 10px
}

.et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_slider:hover .et-pb-arrow-next {
    opacity: .6
}

.et_pb_slider:hover .et-pb-arrow-prev:hover,
.et_pb_slider:hover .et-pb-arrow-next:hover {
    opacity: 1
}

.et_pb_slider:hover .et-pb-arrow-prev {
    left: 0
}

.et_pb_slider:hover .et-pb-arrow-next {
    right: 0
}

.et_pb_slider .et-pb-controllers {
    bottom: 1em
}

.et_pb_slider .et-pb-controllers a {
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    border-radius: 100%;
    opacity: 1;
    background: transparent;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.et_pb_slider .et-pb-controllers a:hover {
    background: rgba(255, 255, 255, 0.2)
}

.et_pb_slider .et-pb-controllers .et-pb-active-control {
    background: #fff
}

.et_pb_slider .et-pb-controllers .et-pb-active-control:hover {
    background: #fff
}

.et_pb_fullwidth_section .et_pb_slider {
    height: 650px
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slides {
    height: 100%
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide {
    height: 100%;
    width: 100%
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide_description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1120px;
    margin: auto;
    padding: 4% 0 0
}

.et_pb_fullwidth_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 350px
}

.et_pb_fullwidth_header .et_pb_module_header {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition: all .7s ease-in-out .9s;
    transition: all .7s ease-in-out .9s
}

.et_pb_fullwidth_header .et_pb_module_header.hks-active {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

div#column-wrapper,
div#column-wrapper .et_pb_row {
    padding: 0;
	max-width: none;
    margin: 0;
    width: 100%;
}

#column-wrapper .et_pb_column {
    padding: 48px 24px 0 24px;
}

#column-wrapper .et_pb_column .et_pb_promo{
    margin: 0 -24px
}
@media (min-width: 981px) {
#column-wrapper .et_pb_column_0 {
	margin-left: 5.5%;
    margin-right: 0;
}
	}

#article-teaser-yellow .et_pb_blurb_description {
	padding: 24px 12px 42px 24px;
}

#article-teaser-yellow .et_pb_blurb_description .et_pb_button.et_pb_promo_button {
border-color: #006174 !important;
	color: #006174;
}

#article-teaser-blue .et_pb_blurb_description{
	padding: 24px 12px 42px 24px;
}

#article-teaser-blue .et_pb_button.et_pb_promo_button {
	border-color: #fff !important;
	color: #fff;
}
#custom-table table {
    border-collapse: collapse;
    width: 100%;
}

#custom-table table tr,
#custom-table table td{
    border: none;
	padding: 0;
	height: auto !important;
}

#custom-table table td:first-child {
    font-weight: bold;
}

#top-menu li li a {
	width: 210px !important;
}

.fobi24 input[type="submit"] {
    color: #FFFFFF;
    border-color: #009EE0;
    background-color: rgba(0, 158, 224, 1);
    padding: 2px 20px;
    border: 2px solid #fff;
    padding: 2px 20px;
    min-width: 200px;
    letter-spacing: .025em;
    text-align: center;
    font-family: 'DIN Next LT W01 Regular', 'Segoe UI Bold', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    border-radius: 50px;
    min-height: 40px;
	max-height: 40px;
	margin-bottom:14px;
}
.fobi24 input[type="submit"]:hover,
.fobi24 input[type="submit"]:active {
    background-color: rgba(0, 158, 224, 0.9);
}

.fobi24 form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.fobi24 .select-filter {
    flex: 1 1 30%;
    max-width: 33.33%;
    min-width: 150px;
}

.fobi24 .select-filter label {
    display: block;
    margin-bottom: 0.3em;
}

.fobi24 .select-filter select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.4em;
}


.NL-Formular {
    margin-bottom: 42px;
}

.NL-Formular h3 {
    font-family: 'Interstate-condensed';
    font-weight: 500;
}

.nf-field-label,
.nf-form-fields-required,
.ninja-forms-req-symbol {
    display: none;
}

.nf-form-cont input[type="submit"] {
  background: #009ee0;
  color: #fff;
  border: none;
  padding: 6px 40px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
}
.nf-form-cont input[type="submit"]:hover {
  background: #0193c4;
}

/* --- Ninja Forms Feld-Styling --- */
.NL-Formular input[type="text"],
.NL-Formular input[type="email"] {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Interstate';
    font-size: 12px;
    color: #222; /* Benutzertext: fast schwarz */
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 1px;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.NL-Formular .nf-field-container {
    margin-bottom: 10px;
}

/* Placeholder (grau, fett, groß geschrieben) */
.NL-Formular input[type="text"]::placeholder,
.NL-Formular input[type="email"]::placeholder {
    color: #b0bec5;      /* Helles Grau */
    opacity: 1;
    font-family: 'Interstate';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Fokus (beim Klick): Optionaler blauer Schatten */
.NL-Formular input[type="text"]:focus,
.NL-Formular input[type="email"]:focus {
    box-shadow: 0 0 0 4px #00acee33;
    color: #111;         /* User-Text bleibt schwarz */
}

/* Fehler- und Hinweisfelder ggf. auch anpassen */
.NL-Formular .nf-error-msg, 
.NL-Formular .ninja-forms-req-symbol {
    color: #c30a23 !important;
    font-size: 12px;
}


/*# sourceMappingURL=style.css.map */