
/* SV.EINLOESEN/[Layout]/sveinloesen-node-group.css /*


/* ============================================ */
/* base settings                        - Start */
/* ============================================ */

/* color definition */

:root {
    --g-carrier-color: #008859;
 
    --g-headline-color: #434A54;
 
    --g-text-color: #434A54;
    --gr-text-color: #008859;

    --g-link-text-color: #008859;

    --lc-filter-bg-color: #EEF7F7;
    --lc-filter-bg-color-02: #008859;

    --g-img-copyright-bg-color: #EEF7F7;

    --gr-outline-color: #008859;
}


/* html, body */
 
body,
html {
    color: var(--g-text-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* content */

.content {
    margin-top: 0;
}


/* font */

h1,
.text h1,
.tile h1,
.titlezone h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}

h2,
.text h2,
.tile h2,
.detail .text h2,
h3,
.text h3,
.tile h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 15px 0 30px 0;
}

h4,
.text h4,
.tile h4
h5,
.text h5,
.tile h5,
h6,
.text h6,
.tile h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

#esv-container p {
    padding-bottom: 15px;
}

#esv-container p:last-child {
    padding-bottom: 0;
}


/* content */

.contentline {
    padding: 0;
}


/* ============================================ */
/* header                               - Start */
/* ============================================ */

.tools {
    font-family: 'Roboto', sans-serif;
}


/* eingeloggter Zustand */

button#login_pulldown_button {
    background-color: var(--g-carrier-color);
    border-radius: 20px;
    height: 38px;
    padding: 0;
}

.usernameShort {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 26px;
}

.userlinks {
    border-radius: 15px;
    padding: 16px;
    top: 38px;
    width: 254px;
}

.userlinks li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding-bottom: 16px;
    position: relative;
}

.userlinks li:last-child {
    padding-bottom: 0;
}

.login a.logout {
    float: none;
}

#loggedInUser {
    letter-spacing: normal;
    line-height: 18px;
}

.login .userlink-sveinloesen,
.login a.logout {
    float: none;
    padding-left: 26px;
    padding-top: 0;
}

.userlink-sveinloesen .sv-right {
    font-size: 22px;
    left: -2px;
    position: absolute;
    top: -3px;
}

.login .userlinks .sv-logout {
    font-size: 18px;
    left: 0;
    position: absolute;
    top: -1px;
}

#close_userlinks {
    background-color: unset;
    font-size: 24px;
    height: 24px;
}

.close-userlinks-text {
    font-size: 0;
    position: absolute;
}


/* ============================================ */
/* breadcrumb                           - Start */
/* ============================================ */

.lc_navigations {
    display: none;
}


/* ============================================ */
/* zeilenkonzeptmetacontainer           - Start */
/* ============================================ */

.meta_container {
    padding: 80px 0;
}


/* ============================================ */
/* lcheadline                           - Start */
/* ============================================ */

.lcheadline {
    margin-bottom: 60px;
}


@media (max-width: 960px) {

    .lcheadline {
        margin-bottom: 44px;
    }

}

@media (max-width: 600px) {

    .lcheadline {
        margin-bottom: 30px;
    }

}


/* ============================================ */
/* accordion                            - Start */
/* ============================================ */

.accordion {
    margin-bottom: 25px;
}

.accordion dt {
    background-color: unset;
    margin-bottom: 25px;
}

.accordion dt.open {
    background-color: unset;
}

.accordion dt a {
    color: var(--g-link-text-color);
    font-weight: 500;
    padding: 0 0 25px 65px;
}

.accordion dd {
    padding: 0 0 25px 65px;
    margin: 0;
}


@media (max-width: 960px) {

    .accordion {
        margin-bottom: 22px;
    }

    .accordion dt {
        margin-bottom: 22px;
    }

    .accordion dt a {
        padding: 0 0 22px 59px;
    }

    .accordion dd {
        padding: 0 0 22px 59px;
    }

}

@media (max-width: 600px) {

    .accordion {
        margin-bottom: 15px;
    }

    .accordion dt {
        margin-bottom: 15px;
    }

    .accordion dt a {
        padding: 0 0 15px 45px;
    }

    .accordion dd {
        padding: 0 0 15px 45px;
    }

}


/* ============================================ */
/* faq                                  - Start */
/* ============================================ */

.contextsearch-contextfilter {
    margin-bottom: 60px;
}

.contextsearch input {
    color: var(--gr-text-color);
}

.contextsearch input:focus {
    outline: 3px solid var(--gr-outline-color);
}

.contextsearch .sv-search_b,
.contextsearch .sv-close {
    color: var(--g-link-text-color);
}

.contextfilter li {
    margin: 6px 11px;
}

.contextfilter li a {
    background: none;
}

.contextfilter li a:hover {
    text-decoration: none;
}

.contextfilter li a.active-contextfilter-category {
    text-decoration: none;
}

.contextfilter li.reset-contextfilter {
    margin-top: auto;
}

.reset-contextfilter a {
    margin: auto 0;
}

.reset-contextfilter .sv-menu_close {
    margin-top: 1px;
}

.faq-result .faq-categories {
    margin-left: -14px;
    padding-top: 0;
}

.faq-result .faq-categories p span.active-contextfilter-category {
    color: var(--g-text-color-02);
}

.faq-result dl.accordion dt a span.sv-down {
    font-size: 40px;
    left: -65px;
    right: unset;
}

.faq-result dl.accordion dt a span.sv-down:before {
    content: "\e95a";
}

.faq-result dl.accordion dt.open a span.sv-down:before {
    content: "\e958";
}

.faq-result .faq-categories p {
    justify-content: flex-start;
}

.faq-result .faq-categories p span {
    border: none;
    color: var(--g-link-text-color);
}


@media (max-width: 960px) {

    .contextsearch-contextfilter {
        margin-bottom: 44px;
    }

    .contextsearch {
        margin-bottom: 22px;
    }

    .contextfilter ul {
        justify-content: center;
    }

    .faq-result dl.accordion dt a span.sv-down {
        font-size: 35px;
        left: -59px;
    }

}

@media (max-width: 600px) {

    .contextsearch-contextfilter {
        margin-bottom: 30px;
    }

    .contextsearch {
        margin-bottom: 15px;
    }

    .faq-result dl.accordion dt a span.sv-down {
        font-size: 30px;
        left: -45px;
    }

}
