
/* oegk-node-group.css */

/*
13px = 0.723rem
12px = 0.75rem
14px = 0.778rem
16px = 0.889rem
17px = 0.944rem
18px = 1rem (base)
20px = 1.111rem
22px = 1.222rem
24px = 1.334rem
26px = 1.444rem
27px = 1.5rem
28px = 1.555rem
29px = 1.611rem
30px = 1.667rem
33px = 1.833rem
34px = 1.889rem
36px = 2rem
37px = 2.056rem
40px = 2.222rem
42px = 2.333rem
44px = 2.444rem
49px = 2.722rem
54px = 3rem
60px = 3.333rem
*/

/*
.meta_container.mc-custom1:
    .tile.tile_type01: (Anpassung für Stellenausschreibungen)
        Schriftgröße des Paraph wie bei der Standard-Kachel
        h1 und h3 in grüner Schriftfarbe
        wenn kein Bild verknüpft wurde, geht der Text über die gesamte Zeile

.lc_columnContainer.custom1:
        .tile: blaue Hintergrundfarbe, weiße Schriftfarbe, Überschrift wird unabhängig von heading-level als "h3" dargestellt
        .tile.tile_type02: grüne Hintergrundfarbe, weiße Schriftfarbe
.lc_columnContainer.custom2: (Anpassung für Stellenausschreibungen)
        mobile werden die Kacheln in umgekehrter Reihenfolge dargestellt (die erste als letzte)
        .tile.tile_type03: grüne Hintergrundfarbe, helle Schriftfarbe

lctile Element-Typ:
    Typ 1: .tile.tile_type01: Text links, Bild rechts
    Typ 2: .tile.tile_type02: weißer Hintergrund, Kachelbild wird als Icon dargestellt (linke obere Ecke), more-Link als Pfeil in der rechten oberen Ecke
                              Überschrift wird unabhängig von heading-level als "h3" dargestellt
    Typ 3: .tile.tile_type03: blauer Hintergrund, Kachelbild wird als Icon dargestellt (linke obere Ecke), more-Link als Pfeil in der rechten oberen Ecke
                              Überschrift wird unabhängig von heading-level als "h3" dargestellt
    Typ 4: .tile.tile_type04: Kachel-Bild wird als Icon dargestellt
    Typ 5: .tile.tile_type05: Kachel mit hell-grünem Rahmen
    Typ 6: .tile.tile_type06: Kachel mit grauem Rahmen, Kachelbild wird als Icon dargestellt, Kachelüberschrift ist neben Kachelbild
    Typ 7: .tile.tile_type07: Schriftgröße des Paragraph in der Kachel gleich wie im Zeilenkonzept_FreitextBereich
    Typ 8: .tile.tile_type08: Bild, Überschrift und Verlinkungspfeil werden in einer Zeile dargestellt; der Inhalt des Aloha-Feldes wird nicht dargestellt
    Typ 9: .tile.tile_type09: Bei hover auf das Kachel-Bild wird dieses animiert vergrößert.
    Typ 10: .tile.tile_type10: Text wird zentriert dargestellt und der eSV_Counter wird größer und fett dargestellt.
    ohne Typ: .free_column: font-size, line-height, font-weight wie bei ".tile.tile_type01"
*/


/* ============================================ */
/* font settings                        - Start */
/* ============================================ */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: local('Inter Thin'), local('Inter-Thin'), url("/esvportal/layouts/fonts/inter/Inter-Thin.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: local('Inter Extra Light'), local('Inter-ExtraLight'), url("/esvportal/layouts/fonts/inter/Inter-ExtraLight.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: local('Inter Light'), local('Inter-Light'), url("/esvportal/layouts/fonts/inter/Inter-Light.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local('Inter Regular'), local('Inter-Regular'), url("/esvportal/layouts/fonts/inter/Inter-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: local('Inter Medium'), local('Inter-Medium'), url("/esvportal/layouts/fonts/inter/Inter-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local('Inter SemiBold'), local('Inter-SemiBold'), url("/esvportal/layouts/fonts/inter/Inter-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local('Inter Bold'), local('Inter-Bold'), url("/esvportal/layouts/fonts/inter/Inter-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: local('Inter ExtraBold'), local('Inter-ExtraBold'), url("/esvportal/layouts/fonts/inter/Inter-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: local('Inter Black'), local('Inter-Black'), url("/esvportal/layouts/fonts/inter/Inter-Black.ttf") format('truetype');
}

/* ============================================ */
/* font settings                          - End */
/* ============================================ */


/* ============================================ */
/* color                                - Start */
/* ============================================ */

:root {
    --g-carrier-color: #009058;
    --gr-carrier-color: #001E50;

    --g-text-color: #001E50;
    --gr-text-color: #E5F7F0;
    --gr-text-color-02: #05498C;
    --gr-text-color-03: #F1F5F9;

    --g-link-text-color: #009058;
    --gr-link-text-color: #E5F7F0;
    --gr-link-text-color-02: #001E50;

    --g-bg-color-16: #009058;

    --gr-bg-color: rgba(0, 30, 80, 0);
    --gr-bg-color-02: rgba(0, 30, 80, 0.7);
    --gr-bg-color-03: #00B46E;
    --gr-bg-color-04: rgba(255, 255, 255, 0.6);
    --gr-bg-color-05: #E5F1F5;

    --main-bg-color: #001E50;
    --main-bg-color-light-green: #E5F7F0;
    --main-bg-color-grey: #E5E8ED;
    --main-bg-color-light-grey: #F7F7F7;
    --main-bg-color-white: #FFFFFF;
    --main-text-color: #001E50;
    --main-text-color-green: #009058;
    --main-text-color-light-green: #E5F7F0;
    --main-text-color-white: #FFFFFF;

    --lc-lcbackgrounddesign-bg-color-darkblue: #001E50;
    --lc-lcbackgrounddesign-bg-color-blue: #05498C;
    --lc-lcbackgrounddesign-bg-color-lightblue: #3786a8;
    --lc-lcbackgrounddesign-bg-color-turquoise: #6bb5b8;

    --lc-border-color-08: #001E50;

    --gr-border-color: #DDDDDD;
    --gr-border-color-02: #001E50;
    --gr-border-color-03: rgba(0, 180, 110, 0.1);
    --gr-border-color-04: #5FAF75;

    --link-border-color: #E5E7EC;
    --archiv-border-color: #5FAF75;
    --archiv-link-color: #4C8C5F;
    --icon-bg-color: #00B46E;
    --box-shadow-color: #0000000B;
    --footer-border-color: #E9F6F0;
    --interferer-background-red: #C0046B;
    --interferer-background-green: #00B46E;
    --interferer-background-blue: #346394;
    --interferer-background-cyan: #00747a;
    --gr-interferer-background-orange: #EE720A;
    --locationfinder-strong-color: #333;
    --gz-link-color: #99E1C5;

    --gr-interferer-border-orange: #EE720A;
}


/* ============================================ */
/* color                                  - End */
/* ============================================ */


/* ============================================ */
/* body settings                        - Start */
/* ============================================ */

body,
html {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: var(--main-text-color);
}

body b,
body strong {
    color: var(--main-text-color);
}

/* ============================================ */
/* body settings                          - End */
/* ============================================ */


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

.tile.tile_type01.tile-img-copyright-text-is-open {
    z-index: 52;
}


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

#esv-header {
    box-shadow: 0px 2px 3px var(--box-shadow-color);
    height: 166px;
}

#esv-header .logo {
    top: 83px;
}

#esv-header .logo img {
    height: 64px;
}

#esv-header .toolline {
    background: linear-gradient(to right, var(--main-bg-color-grey) 70%, var(--icon-bg-color) 0%);
    height: 40px;
}

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

#esv-header .tools,
#esv-header .tools nav {
    font-size: 0.723rem;
    line-height: 0.889rem;
}

#esv-header .tools {
    display: flex;
    justify-content: flex-end;
    top: 0;
    width: 100%;
}

#esv-header .column1 {
    display: flex;
    height: 40px;
    justify-content: flex-end;
    width: auto;
}

#esv-header .accessicon {
    float: none;
    padding-right: 8px;
    width: 44px;
}

#esv-header .accessicon a {
    width: 100%;
}

.oegk-head-links a,
.oegk-head-links a:visited {
    color: var(--main-text-color);
    display: table-cell;
    height: 40px;
    padding: 0 20px;
    vertical-align: middle;
}

#esv-header .tools .column2 {
    background: none;
    height: fit-content;
    width: auto;
}

.meineoegk-head-link {
    background: var(--icon-bg-color);
    display: flex;
    float: left;
    font-size: 0.8rem;
    min-height: 40px;
    padding: 0;
}

.meineoegk-head-link a {
    align-self: center;
    color: var(--main-bg-color-white);
    font-weight: 700;
    padding: 0 20px;
}

.meineoegk-head-link a:hover,
.meineoegk-head-link a:active,
.meineoegk-head-link a:visited {
    color: var(--main-bg-color-light-green);
}

.oegk-head-links .meineoegk-head-link {
    background-color: var(--icon-bg-color);
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 0.889rem;
}


@media (max-width: 960px) {
    #esv-header .tools .column2 .meineoegk-head-link {
        display: none;
    }
}

.oegk-head-groupselect {
    align-items: center;
    background: var(--main-bg-color);
    display: flex;
    float: left;
    height: 40px;
    justify-content: space-between;
    position: relative;
    min-width: 262px;
}

a.oegk-head-groupselect-link,
a.oegk-head-groupselect-link:visited {
    color: var(--main-text-color-white);
    padding-left: 28px;
    z-index: 204;
}

a.oegk-head-groupselect-link:after {
    content: "\e911";
    font-family: "sv_icons";
    font-size: 25px;
    position: absolute;
    right: 18px;
    z-index: 204;
}

a.oegk-head-groupselect-link[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.oegk-head-groupselect ul {
    height: 40px;
    overflow: visible;
    min-width: 170px;
}

.oegk-head-groupselect ul.open {
    background: var(--main-bg-color);
    height: auto;
    left: 0;
    padding-left: 92px;
    position: absolute;
    top: 0;
    min-width: 100%;
    z-index: 203;
}

.oegk-head-groupselect nav li>a {
    color: var(--main-text-color-white);
    display: none;
    height: 0px;
    overflow: visible;
    padding: 0 12px;
    transition: all .3s;
}

.oegk-head-groupselect nav>ul.open li>a,
.oegk-head-groupselect li>a.selected {
    align-items: center;
    display: flex;
    height: 40px;
}

.oegk-head-groupselect li>a span {
    display: none;
}

.oegk-head-groupselect li>a.selected span {
    display: inline-block;
}

.oegk-head-groupselect li>a.selected {
    position: relative;
}

.oegk-head-groupselect li>a.selected>.sv-up_down {
    position: absolute;
    right: 10px;
    top: 13px;
}

#esv-header #search,
#esv-header .searchicon {
    position: absolute;
    right: 0;
    width: 400px;
}

#esv-header .searchicon {
    display: block;
    height: 32px;
    top: 66px;
    width: 32px;
    z-index: 9;
}

#esv-header .searchicon img {
    width: 32px;
}

#esv-header #search {
    display: none;
    top: 60px;
    width: 400px;
    z-index: 10;
}

#esv-header .searchbox {
    border: 3px solid var(--icon-bg-color);
    border-radius: 20px;
    height: 40px;
    margin-top: 0;
    width: 84%;
}

#esv-header .searchbutton[type="submit"],
#esv-header .searchbutton {
    background: none;
    height: 32px;
    margin-right: 0;
    margin-top: 5px;
    padding: 0;
    width: 32px;
}

#esv-header #search img {
    float: right;
    width: 32px;
}


@media (min-width: 2900px) {

    #esv-header .toolline {
        background: linear-gradient(to right, var(--main-bg-color-grey) 60%, var(--icon-bg-color) 0%);
    }

}

@media (max-width: 1050px) {

    .oegk-head-links a,
    .oegk-head-links a:visited {
        padding: 0 10px;
    }

}

@media (max-width: 960px) {

    #esv-header {
        height: 57px;
    }

    #esv-header .toolline {
        background: none;
    }

    #esv-header .oegk-head-links,
    #esv-header .oegk-head-groupselect {
        display: none;
    }

    #esv-header .logo {
        left: 7px;
        top: 9px;
    }

    #esv-header .logo img {
        height: 40px;
    }

    #esv-header .accessicon {
        padding-right: 0;
        padding-top: 8px;
        position: absolute;
        right: 100px;
        top: 3px;
        width: 50px;
    }

    #esv-header.searching .accessicon {
        right: 51px;
    }

    #esv-header.searching .searchicon {
        display: none;
    }

    #esv-header .searchicon {
        background: none;
        height: 50px;
        padding: 0;
        right: 50px;
        top: -37px;
        width: 50px;
    }

    #esv-header .searchicon img {
        height: 40px;
        margin-top: 5px;
        width: 40px;
    }

    #esv-header #search {
        background: none;
        top: 14px;
        width: 100%
    }

    #esv-header .searchbox {
        margin-left: 7px;
        width: calc(100% - 70px);
    }

    #esv-header .searchbutton[type="submit"],
    #esv-header .searchbutton {
        height: 40px;
        margin-right: 15px;
        margin-top: 0;
        padding-right: 0;
        width: 40px;
    }

    #esv-header #search img {
        width: 40px;
    }

    #esv-header .menuicon {
        background: none;
        position: absolute;
        right: 0;
        padding-top: 2px;
        top: -37px;
    }

    #esv-header .menuicon img {
        height: 45px;
    }

	/* Hide mobile navigation when no navigation items are present */
	#esv-header.mobile-menu-hidden .searchicon {
		right: 0;
	}

	#esv-header.mobile-menu-hidden .accessicon {
		right: 50px;
	}
	#esv-header.mobile-menu-hidden.searching .accessicon {
		right: 1px;
	}

}

@media (max-width: 325px) {

    #esv-header .accessicon,
    #esv-header .searchicon,
    #esv-header .menuicon {
        width: 40px;
    }

    #esv-header .accessicon {
        right: 82px;
    }

    #esv-header .searchicon {
        right: 41px;
    }

	/* Hide mobile navigation when no navigation items are present */
	#esv-header.mobile-menu-hidden .accessicon {
		right: 41px;
	}

}

/* ============================================ */
/* header                                 - End */
/* ============================================ */

/* ============================================ */
/* bildnavigation                       - Start */
/* ============================================ */

.imgnavitext {
    overflow: visible;
}

.imgnavitext h2 {
    font-size: 16px;
}

.imgnavitext h2 .opener,
.imgnavitext h2.open .closer {
    color: var(--main-bg-color-white);
    height: 18px;
    max-height: 20px;
    margin-bottom: 0px;
}

.imgnavitext {
    background: rgba(0, 181, 110, 0.9);
    /*oegk*/
}

.imgnavitext h2 a,
.imgnavitext .text a,
.imgnavitext .text,
.neutral .imgnavitext h2 a,
.neutral .imgnavitext .text a,
.neutral .imgnavitext .text {
    color: var(--main-bg-color-white);
}

/* ============================================ */
/* bildnavigation                       - End */
/* ============================================ */


/* ============================================ */
/* fluid cetered frame for all pages    - Start */
/* ============================================ */

body.template-Standardzeilenkonzept #esv-container,
body.template-OEGK_Locationfinder #esv-container {
    flex-wrap: wrap;
    table-layout: unset;
}

body.esv-application #esv-container,
#esv-container {
    display: flex;
    width: 100%;
}

body.esv-application #esv-container {
    flex-wrap: wrap;
}

body.esv-application .detail .text h3,
body.esv-application h3,
.text h3 {
    font-size: 0.8rem;
}

#esv-container #esv-content_mitnav {
    flex: 1 1 auto;
}

body.template-Landingpage #esv-navigation:not(.show) nav.left {
    display: none;
}

.right {
    margin: 0;
}


@media (min-width: 1300px) {

    .right {
        width: 975px;
    }

    body.esv-application .right {
        max-width: 896px;
    }

    body.template-Landingpage #esv-navigation:not(.show) {
        display: block;
    }

}

.main>ul,
.center,
.pbr-body {
    float: none;
    width: 1280px;
    margin: 0 auto;
}

#esv-container .right .breadcrumb {
    margin-left: -374px;
}

#esv-container .landing .right .breadcrumb {
    margin-left: -360px;
}

.right .showsub {
    top: 12px;
    left: -357px;
}

.center .showsub {
    top: 12px;
}

.showsub img {
    height: 39px;
    width: 39px;
}

@media (max-width: 1300px) {

    .main>ul,
    .center,
    .pbr-body {
        width: 96%;
    }

    .meta {
        right: 2%;
    }

    #esv-navigation {
        width: 25%;
        flex: none;
    }

    .visible_navigation #esv-content_mitnav {
        width: 75%;
    }

    #esv-container .landing .right .breadcrumb {
        margin-left: calc(98% / 75 * -25 + 27px);
    }
    

    #esv-container .right .breadcrumb {
        margin-left: calc(96% / 70 * -30);     
        padding-left: 0;   
    }

    .right .showsub {
        left: calc(98% / 75 * -25 + 16px);
    }

    .left,
    .right {
        width: 100%;
    }

    .context_menu .left,
    .left {
        padding-left: 6%;
    }

    .right {
        padding: 0 2% 0 0;
    }

    body.template-Landingpage .right {
        padding: 0;
    }

}

@media (min-width: 1301px) {

    body.template-Standardpublikation #esv-container.visible_navigation .breadcrumb,
    body.template-Leistungsübersicht #esv-container.visible_navigation .breadcrumb {
        padding-left: 70px;
    }
    
}

@media (min-width: 961px) {

    body.template-Standardpublikation #esv-navigation,
    body.template-Leistungsübersicht #esv-navigation,
    body.esv-application #esv-navigation {
        margin-top: 100px;
    }

    body.template-Standardpublikation #esv-content_with_nav,
    body.template-Standardpublikation #esv-content_mitnav,
    body.template-Leistungsübersicht #esv-content_with_nav,
    body.template-Leistungsübersicht #esv-content_mitnav,
	body.template-Sitemap #esv-content_with_nav,
    body.template-Sitemap #esv-content_mitnav {
        width: initial;
    }

    body.esv-application #esv-content_with_nav {
        width: 70%;
        max-width: 896px;
    }

    body.esv-application #esv-container.visible_navigation .breadcrumb {
        padding-left: 30px;
    }

}


@media (max-width: 960px) {

    #esv-header .center,
    body.template-Startseite .center {
        width: 100%;
    }

    #esv-content_without_nav,
    #esv-content_withnav,
    /*m+ 2fix call it withvav */
    #esv-content_mitnav,
    .visible_navigation #esv-content_mitnav,
    .visible_navigation #esv-content_withnav {
        width: 100%;
    }

    .contentline .center {
        width: 96%;
    }

    .right {
        padding: 0 2%;
    }

    .lc_showsub {
        display: none !important;
    }

    #esv-container .landing .right .breadcrumb,
    #esv-container .right .breadcrumb,
    #esv-container.center .breadcrumb {
        padding: 16px 0;
        margin-left: 0;
    }

}

@media (max-width: 400px) {

    body.template-Leistungsübersicht .offers .list .listline h2,
    body.template-Leistungsübersicht .offers .list .listline .text {
        padding-left: 60px;
    }

}

/* ============================================ */
/* fluid cetered frame for all pages      - End */
/* ============================================ */


/* ============================================ */
/* navigation                           - Start */
/* ============================================ */

nav.meta {
    display: none;
}

.main {
    background: none;
    bottom: 17px;
}

.main ul {
    padding-left: 375px;
    padding-right: 110px;
}

nav.main a {
    color: var(--main-text-color);
    font-size: 0.778rem;
    line-height: 0.944rem;
}

nav.main .current-menu-item a {
    color: var(--main-text-color-green);
}

.main .menu-item a {
    text-align: left;
}

.main a:first-line {
    font-weight: normal;
}


@media (max-width: 1050px) {

    .main ul {
        padding-left: 330px;
        padding-right: 50px;
    }

}

/* ============================================ */
/* navigation                             - End */
/* ============================================ */


/* ============================================ */
/* mobilenavigation                     - Start */
/* ============================================ */

#esv-navigation.lightbox {
    background: var(--main-bg-color-white);
}

.mobilenavi {
    padding: 20px 0 0 48px;
    width: 80%;
}

#esv-container #esv-navigation .mobilenavi>ul.menu>.hide-in-sub>a {
    display: none;
}

.mobilenavi li {
    padding-top: 15px;
}

.mobilenavi li ul {
    padding-left: 28px;
}

.mobilenavi li li,
.mobilenavi li li li {
    padding-top: 15px;
}

.mobilenavi li a.toggle-link {
    float: left;
    margin-left: 0;
    margin-top: 4px;
    min-height: 25px;
    min-width: 25px;
}

.mobilenavi .plus img,
.mobilenavi .minus img {
    display: none;
}

.mobilenavi li,
.mobilenavi li li:first-child {
    box-shadow: none;
}

.mobilenavi .menu-item {
    font-size: 0.889rem;
    letter-spacing: 1.28px;
    line-height: 1rem;
}

.mobilenavi .menu-item a,
.mobilenavi .current-menu-item .sub-menu a {
    color: var(--main-text-color);
}

.mobilenavi li.current-menu-ancestor>a,
.mobilenavi li.current-menu-item>a {
    font-weight: 600;
}

.mobilenavi li li ul {
    border: none;
}

.mobilenavi .has-children a {
    margin-left: 40px;
    padding-left: 0;
}

.mobilenavi li.current-menu-ancestor>a:not(.toggle-link),
.mobilenavi li.current-menu-item>a:not(.toggle-link) {
    position: relative;
    padding-bottom: 12px;
}

.mobilenavi li.current-menu-ancestor>a:not(.toggle-link):after,
.mobilenavi li.current-menu-item>a:not(.toggle-link):after {
    border-bottom: 3px solid var(--archiv-border-color);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
}

.mobilenavi .closenavi {
    right: 7px;
    top: 0;
    z-index: 300;
}

.mobilenavi .closenavi img {
    width: 40px;
}

.mobilenavi>ul>li>ul {
    margin-left: 0;
    padding-left: 0;
}

.mobilenavi>ul>li>ul>li>a {
    font-size: 1.222rem;
    letter-spacing: 2.2px;
    line-height: 1.5rem;
}

#esv-navigation .mobilenavi>ul>li>ul>li>a.plus:before,
#esv-navigation .mobilenavi>ul>li>ul>li>a.minus:before {
    font-size: 1.833rem;
}

.mobilenavi>ul>li>ul>li>ul>li>a {
    font-size: 1rem;
    letter-spacing: 1.44px;
    line-height: 0.889rem;
}

#esv-navigation .mobilenavi>ul>li>ul>li>ul>li>a.plus:before,
#esv-navigation .mobilenavi>ul>li>ul>li>ul>li>a.minus:before {
    font-size: 1.555rem;
}


@media (min-width: 961px) {

    #esv-navigation .oegk-head-groupselect,
    #esv-navigation .oegk-head-links {
        display: none;
    }

}

@media (max-width: 960px) {

    #esv-navigation.lightbox {
        background: var(--main-bg-color-white);
        background-image: url('/cdscontent/load?contentid=10008.752711&version=1632336623');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 96%;
    }

    #esv-navigation .oegk-head-groupselect {
        padding: 0 20px 0 48px;
        width: calc(100% - 50px);
    }

    #esv-navigation .oegk-head-links {
        width: calc(100% - 50px);
        padding: 0;
    }

    #esv-navigation .oegk-head-groupselect-link,
    #esv-navigation .oegk-head-links a,
    #esv-navigation #usernameInitials {
        margin: 0 0 0 40px;
        padding: 0;
    }

    #esv-navigation .oegk-head-groupselect {
        float: none;
        justify-content: normal;
    }

    #esv-navigation a.oegk-head-groupselect-link,
    #esv-navigation a.oegk-head-groupselect-link:visited {
        width: 78px;
    }

    #esv-navigation a.oegk-head-groupselect-link:after {
        right: unset;
        left: 44px;
    }

    #esv-navigation .oegk-head-groupselect nav {
        width: 100%;
    }

    #esv-navigation .oegk-head-groupselect ul {
        width: 100%;
    }

    #esv-navigation .oegk-head-links {
        background: var(--main-bg-color-grey);
        display: inline-block;
        padding-top: 5px;
    }

    #esv-navigation .oegk-head-links a,
    #esv-navigation .oegk-head-links a:visited {
        display: block;
        height: 40px;
        padding: 10px 48px;
    }

    #esv-navigation .oegk-head-groupselect ul.open {
        padding-left: 156px;
    }

}


@media (max-width: 600px) {

    .mobilenavi {
        padding: 60px 0 0 10px;
        width: calc(100% - 50px);
    }

    #esv-navigation .oegk-head-links a {
        padding: 12px 0 0 0px;
    }

    #esv-navigation .oegk-head-groupselect,
    #esv-navigation .oegk-head-links {
        padding: 0;
    }

    #esv-navigation .oegk-head-groupselect-link,
    #esv-navigation .oegk-head-links a {
        padding-left: 10px;
    }

    #esv-navigation .userlinks {
        padding-left: 50px;
    }

    #esv-navigation a.oegk-head-groupselect-link:after {
        left: 6px;
    }

    #esv-navigation .oegk-head-groupselect ul.open {
        padding-left: 118px;
    }

}

@media (max-width: 400px) {

    .mobilenavi {
        width: 96%;
    }

    #esv-navigation .oegk-head-groupselect,
    #esv-navigation .oegk-head-links {
        width: 100%;
    }

    #esv-navigation .oegk-head-groupselect-link,
    #esv-navigation .oegk-head-links a,
    #esv-navigation #usernameInitials {
        margin: 0 0 0 30px;
    }

    #esv-navigation .oegk-head-groupselect ul.open {
        padding-left: 108px;
    }

    #esv-navigation .userlinks {
        padding-left: 40px;
    }

    #esv-navigation .userlinks {
        padding-left: 40px;
    }

    .mobilenavi li ul {
        padding-left: 18px;
    }

    .mobilenavi .has-children a {
        margin-left: 30px;
    }

    .mobilenavi .closenavi {
        right: 0px;
    }

    .mobilenavi .closenavi img {
        width: 40px;
        background: var(--main-bg-color-white);
        border-radius: 50%;
    }

}

/* ============================================ */
/* mobilenavigation                       - End */
/* ============================================ */


/* ============================================ */
/* subnavigation                        - Start */
/* ============================================ */

#esv-navigation {
    background: none;
    padding-top: 0;
    width: calc(((100% - 1280px) / 2) + 305px);
}

nav,
#esv-nav_portal_detail,
#esv-navigation {
    font-family: 'Inter', sans-serif;
    line-height: 0.889rem;
}

.left {
    padding-right: 50px;
    width: 305px;
}

.left ul {
    font-size: 0.778rem;
}

.left .plus,
.left .minus {
    display: none;
}

#esv-navigation .left li a.toggle-link {
    margin-left: 0;
    position: relative;
    top: 2px;
}

#esv-navigation a.plus:before {
    content: '\e95a';
    font-family: 'sv_icons';
}

#esv-navigation a.minus:before {
    content: '\e958';
    font-family: 'sv_icons';
}

#esv-navigation a.plus:before,
#esv-navigation a.minus:before {
    background: var(--main-bg-color-white);
    border-radius: 50%;
    color: var(--main-text-color-green);
    font-size: 1.24rem;
    font-weight: normal;
    position: relative;
    top: 3px;
}

.left a,
.left a:visited {
    color: var(--main-bg-color);
    letter-spacing: 1.12px;
}

.left a:hover {
    text-decoration: none;
}

.left .has-children a {
    margin-left: 30px;
    padding-left: 0;
}

.left li.current-menu-ancestor>a,
.left li.current-menu-item>a {
    font-weight: 600;
    margin-bottom: 4px;
}

.left li.current-menu-ancestor>a:not(.toggle-link),
.left li.current-menu-item>a:not(.toggle-link) {
    position: relative;
    padding-bottom: 12px;
}

.left li.current-menu-ancestor>a:not(.toggle-link):after,
.left li.current-menu-item>a:not(.toggle-link):after {
    border-bottom: 3px solid var(--archiv-border-color);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
}

.left>ul>li>ul>li>ul>li>a {
    margin-top: 15px;
}

#esv-navigation .left>ul>li>ul>li>ul>li>a.toggle-link {
    top: 17px;
}

.left>ul>li>ul>li>ul>li>a:not(.toggle-link) {
    text-transform: uppercase;
}

.left ul ul ul ul li {
    border: none;
    padding-left: 15px;
}

.left ul ul ul ul ul li {
    padding-left: 15px;
}


@media (max-width: 1300px) {

    #esv-navigation {
        width: 30%;
    }

    .left {
        padding-right: 40px;
        width: 100%;
    }

}


@media (max-width: 1300px) {

    #esv-navigation {
        padding-left: 0;
    }

}


/* ============================================ */
/* subnavigation                          - End */
/* ============================================ */


/* ============================================ */
/* subnavigation openable               - Start */
/* ============================================ */

@media(min-width:961px) {

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht):not(.esv-application) div#esv-content_with_nav.pushed {
        padding: 0;
        width: 100%;
    }

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht):not(.esv-application) .pushed .center {
        margin: 0 auto;
    }

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht) #esv-navigation {
        display: block;
    }

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht):not(.template-Sitemap):not(.esv-application):not(.template-Schlagzeilenanzeige) #esv-navigation {
        background: var(--main-bg-color-white);
        height: 100%;
        left: 0;
        position: fixed;
        overflow: hidden;
        overflow-y: auto;
        top: 0;
        transition: width .5s;
        width: 0;
        z-index: 200;
    }

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht):not(.esv-application):not(.template-Schlagzeilenanzeige) #esv-navigation.show {
        border-right: 10px solid var(--main-bg-color-grey);
    }

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht):not(.template-Sitemap):not(.esv-application) #esv-navigation:not(.show) nav {
        display: none;
    }

    body:not(.pp-visible-navigation):not(.template-Standardpublikation):not(.template-Leistungsübersicht):not(.esv-application):not(.template-Schlagzeilenanzeige) #esv-navigation.show {
        padding-top: 250px;
        width: 424px;
    }

    body:not(.pp-visible-navigation) .lc_showsub {
        left: -5px;
        top: 20px;
        transition: all 1s;
        width: 48px;
        z-index: 201;
    }

    body:not(.pp-visible-navigation) .lc_showsub.open {
        left: 362px;
        position: fixed;
        top: 185px;
    }

    body:not(.pp-visible-navigation) .lc_showsub.open .sv-menu {
        background: var(--main-bg-color-grey);
        font-size: 47px;
        padding: 4px;
    }

    body:not(.pp-visible-navigation) .lc_showsub.open .sv-menu:before {
        content: "\e955";
    }

    body:not(.pp-visible-navigation) .breadcrumb {
        padding-left: 60px;
    }

    body:not(.pp-visible-navigation) .pushed .center {
        padding-left: 0;
    }


    /* only for template Landingpage */

    body.template-Landingpage #esv-navigation {
        width: 0;
    }

    body.template-Landingpage #esv-content_with_nav {
        width: 100%;
    }

    body.template-Landingpage #esv-navigation .center {
        margin: 0 auto;
        width: 1280px;
    }

    body.template-Landingpage #esv-container .center .showsub {
        left: 0;
    }

    body.template-Landingpage #esv-container .center .breadcrumb {
        margin-left: 0;
    }

    body.template-Landingpage .detail {
        padding-left: 0;
    }


    /* only for template Landingpage if subnavigation is open */

    body.template-Landingpage #esv-container .right {
        margin: 0 auto;
        width: 1280px;
    }

    body.template-Landingpage #esv-container .right .showsub.open {
        background: var(--main-bg-color-grey);
        height: 55px;
        left: 359px;
        position: fixed;
        top: 180px;
        width: 55px;
        z-index: 201;
    }

    body.template-Landingpage #esv-container .right .showsub.open:after {
        content: "\e955";
        font-family: "sv_icons";
        font-size: 47px;
        position: absolute;
        right: 3px;
        top: 14px;
    }

    body.template-Landingpage #esv-container .right .showsub.open img {
        display: none;
    }

    body.template-Landingpage #esv-container .landing .right .breadcrumb {
        margin-left: 0;
    }

    body.template-Landingpage .right .landingline {
        display: table;
        margin: 0;
    }

    body.template-Landingpage .right .titlezone .titletext {
        padding: 0 5% 0 0;
    }

    body.template-Landingpage .right .landingline {
        margin-bottom: 50px;
    }

    body.template-Landingpage .right .landingitem {
        display: table-cell;
        width: 31.3%;
    }

    body.template-Landingpage .right .landingitem.columns2 {
        width: 65.6%;
    }

    body.template-Landingpage .right .landingitem.columns3 {
        width: 100%;
    }

    body.template-Landingpage .broad .right .landingline {
        width: 100%;
    }

    body.template-Landingpage .broad .right .landingitem {
        width: 23.5%;
    }

    body.template-Landingpage .broad .right .landingitem.columns2 {
        width: 48.5%;
    }

    body.template-Landingpage .broad .right .landingitem.columns3 {
        width: 100%;
    }

    body.template-Landingpage .broad .right .cellspace {
        display: table-cell;
        width: 1.5%;
    }

    body.template-Landingpage .broad .right .cellspace:last-child {
        display: none;
    }

    body.template-Landingpage .right .pagefooter {
        padding-left: 0;
    }


    /* only for template Schlagzeilenanzeige if subnavigation is open */

    .template-Schlagzeilenanzeige #esv-navigation.show {
        padding-top: 100px;      
    }

}

@media (max-width: 1300px) and (min-width: 961px) {

    body.template-Landingpage #esv-container .right {
        width: 96%;
    }

}

/* ============================================ */
/* subnavigation openable                 - End */
/* ============================================ */


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

.lc_navigations {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.lc_showsub {
    background: none;
    bottom: -10px;
}

.lc_showsub.open {
    display: none;
}

.lc_showsub a {
    color: var(--main-text-color);
}

.lc_showsub .sv-menu:before {
    content: '\e96a';
}

.center .breadcrumb,
.breadcrumb {
    color: var(--main-text-color);
    font-family: 'Inter', sans-serif;
    line-height: 1.444rem;
    padding-top: 30px;
}

body.pp-visible-navigation #esv-container.visible_navigation .breadcrumb {
    padding-left: 0;
}

.breadcrumb a,
.breadcrumb a:visited {
    color: var(--main-text-color);
}

.breadcrumb br {
    display: none;
}


/* lcnavigation in zeilenkonzeptpageheader */

.lc_pageheader:not(.pageheader-bg-color) .lc_navigations {
    margin-bottom: 0;
    margin-top: 30px;
    position: absolute;
}

.lc_pageheader.lc-navigation-in-pageheader .bigimage_teaser {
    z-index: auto;
}

.lc_pageheader .lc_navigations {
    margin-bottom: 40px;
}

.lc_pageheader .lc_navigations .center {
    padding: 0;
}

.lc_pageheader.pageheader-toc .bigimage_teaser .lc_navigations .center {
    margin-left: calc(((100% / 64.3 * 100) - 1280px) / 2);
    margin-right: 9.3%;
    width: calc(100% - (((100% / 64.3 * 100) - 1280px) / 2) - 9.3%);
}

.lc_pageheader.lc-navigation-in-pageheader .lc_showsub {
    top: -10px;
}

.lc_pageheader .breadcrumb {
    padding-top: 0;
    position: relative;
    z-index: 200;
}

.pp-visible-navigation .lc_pageheader .breadcrumb {
    padding-left: 0;
}


@media (min-width: 601px) {

    /* lcnavigation in zeilenkonzeptpageheader */

    .lc_pageheader.pageheader-bg-color.lc-navigation-in-pageheader .fullwidth {
        padding-top: 30px;
    }

}

@media (max-width: 1300px) {

    /* lcnavigation in zeilenkonzeptpageheader */

    .lc_pageheader.pageheader-toc .bigimage_teaser .lc_navigations .center {
        margin-left: 2vw;
        width: calc(100% - 2vw - 9.3%);
    }

}

@media (max-width: 960px) {

    #esv-container.visible_navigation .breadcrumb {
        padding-left: 0;
    }

    /* lcnavigation in zeilenkonzeptpageheader */

    .lc_pageheader.pageheader-toc .bigimage_teaser .lc_navigations .center {
        margin: 0 auto;
        width: 96%;
    }

}

@media (max-width: 600px) {

    .lc_navigations {
        display: none;
    }

}

/* ============================================ */
/* breadcrumb                             - End */
/* ============================================ */


/* ============================================ */
/* sitemap                              - Start */
/* ============================================ */

body.template-Sitemap #esv-container {
    padding-top: 30px;
}

.sitemap .mobilenavi ul li a {
    font-size: 0.889rem;
    letter-spacing: 1.28px;
    line-height: 1rem;
}

.sitemap .mobilenavi > ul > li.has-no-children > a {
	margin-left: 40px;
	padding-left: 0;
}

.sitemap a.plus:before {
    content: '\e95a';
    font-family: 'sv_icons';
}

.sitemap a.minus:before {
    content: '\e958';
    font-family: 'sv_icons';
}

.sitemap a.plus:before,
.sitemap a.minus:before {
    background: var(--main-bg-color-white);
    border-radius: 50%;
    color: var(--main-text-color-green);
    font-size: 1.24rem;
    font-weight: normal;
    left: 1px;
    position: relative;
    top: 3px;
}

.sitemap .mobilenavi li ul {
	margin-left: 12px;
	padding-left: 18px;
}


/* ============================================ */
/* Page Header / Slider                 - Start */
/* ============================================ */

.lc_pageheader,
.lc_pageheader_slider,
.fullwidth .freetext {
    margin-top: 0;
    color: var(--main-text-color);
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth strong,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth b {
    color: var(--main-text-color);
}

.gradient .bigimage_teaser:before {
    background: linear-gradient(-90deg, #7a7979, rgb(230 230 230 / 24%));
    height: 100%;
    width: 100%;
}

.contentline.lc_pageheader_slider.slick-carousel-tagtyp-wrapper {
    padding: 0px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton {
    color: var(--gr-carrier-color);
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-dots li.slick-active button {
    border-color: var(--gr-carrier-color);
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-dots li.slick-active button:before {
    background: var(--gr-carrier-color);
}

.teaser_text.h-align_right {
    justify-content: center;
}

.bigimage_teaser .teaser_text .text p a {
    font-size: 1rem;
    line-height: normal;
    border-width: 0px;
    letter-spacing: normal;
}

.bigimage_teaser .teaser_text .text p {
    font-size: 2.444rem;
    line-height: 2.722rem;
    letter-spacing: 3.1px;
    margin-bottom: 0px;
}

.bigimage_teaser .teaser_text {
    text-align: right;
}

.bigimage_teaser .teaser_text.h-align_left {
    text-align: left;
}

.bigimage_teaser .teaser_text .text p {
    margin-top: 15px;
}

.bigimage_teaser .h-align_right p {
    clear: right;
}

.bigimage_teaser .esvlink.esvlink_button_center {
    float: right;
}

.bigimage_teaser .h-align_left .esvlink.esvlink_button_center {
    float: left;
}

.bigimage_teaser .h-align_center .esvlink.esvlink_button_center {
    margin-left: auto;
    margin-right: auto;
    float: initial;
}

.bigimage_teaser a.esvlink_button_center,
.bigimage_teaser a.esvlink_button_left {
    background: var(--main-bg-color);
}

.bigimage_teaser .freetext.text .esvlink-linktext {
    background-color: unset;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev, 
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next {
    background: none;
    top: calc(50% - 42px);
    width: 63px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next:before {
    font-family: 'sv_icons';
    visibility: visible;
    font-size: 3.5rem;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next:before {
    content: '\e917';
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before {
    content: '\e913';
}


@media(max-width:1450px) {

    .bigimage_teaser .freetext.text {
        width: calc(100% - 140px);
    }

}

@media (max-width: 700px) {

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before,
    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next:before {
        font-size: 3rem;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before {
        padding-right: 3px;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next:before {
        padding-left: 3px;
    }

}

@media (max-width: 680px) {

    .bigimage_teaser .teaser_text .text p {
        font-size: 2rem;
        line-height: 2rem;
    }

}

@media (max-width: 600px) {

    .bigimage_teaser .freetext.text {
        width: calc(100% - 90px);
    }

    .bigimage_teaser a.esvlink_button_center {
        margin-bottom: 5px;
        margin-top: 5px;
        min-height: 35px;
        min-width: 150px;
        padding: 7px 15px;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next,
    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev {
        top: calc(50% - 22px);
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before,
    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next:before {
        font-size: 2rem;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before {
        padding-right: 2px;
    }

}

@media (max-width: 440px) {

    .bigimage_teaser .teaser_text .text p {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .bigimage_teaser .teaser_text .text p a {
        font-size: 0.778rem;
    }

}

@media (max-width: 400px) {

    .bigimage_teaser .freetext.text {
        width: calc(100% - 70px);
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
        left: -13px;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev:before {
        padding-right: 0;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
        right: -13px;
    }

    .lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next:before {
        padding-left: 0;
    }

}

.bigimage_teaser .freetext.text span {
    background-color: var(--gr-bg-color-04);
    border-radius: 30px;
    display: inline-block;
    padding: 6px 15px;
}

.bigimage_teaser .freetext.text span span {
    background-color: unset;
}

/* ============================================ */
/* Page Header / Slider                 - End   */
/* ============================================ */


/* ============================================ */
/* pagemetatoc                          - Start */
/* ============================================ */

.lc_pageheader.pageheader-toc.pageheader-bg-color {
    background-color: var(--gr-carrier-color);
}

.lc_pageheader .pagemetatoc {
    background: var(--gr-carrier-color);
}

.lc_pageheader .pagemetatoc .pagemetatoc-headline {
    color: var(--gr-text-color);
}

.lc_pageheader .pagemetatoc.pageheadertoc-not-ontop .pagemetatoc-list-wrapper:before {
    background-image: linear-gradient(var(--gr-bg-color-02) 40%, var(--gr-bg-color));
}

.lc_pageheader .pagemetatoc.pageheadertoc-not-onbottom .pagemetatoc-list-wrapper:after {
    background-image: linear-gradient(var(--gr-bg-color), var(--gr-bg-color-02) 40%);
}

.lc_pageheader .pagemetatoc a,
.lc_pageheader .pagemetatoc a:visited,
.lc_pageheader .pagemetatoc a:hover,
.lc_pageheader .pagemetatoc a:focus,
.lc_pageheader .pagemetatoc a:active {
    color: var(--gr-link-text-color);
}


/* ============================================ */
/* content                              - Start */
/* ============================================ */

#esv-container {
    background-image: url('/cdscontent/load?contentid=10008.752711&version=1632336623');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 940px;
}

#esv-content_with_nav,
#esv-content_mitnav {
    width: 100%;
}

.content {
    margin-top: 0;
}

.breadcrumb {
    background-color: transparent;
}

div#esv-content_with_nav.pushed {
    padding-top: 25px;
    width: calc(((100% - 1280px) / 2) + 923px);
}

.pushed .center {
    width: 1280px;
}

body.pp-visible-navigation .pushed .center {
    width: 975px;
}

.text h1,
.text h2 {
    margin-top: 20px;
}

.text h3,
.text h4 {
    margin-top: 15px;
}

.text h5,
.text h6 {
    margin-top: 10px;
}

.freetext.text ul {
    margin-bottom: 15px;
}

.freetext.text ul ul {
    margin-bottom: 0;
}


@media (min-width: 1301px) {

    #esv-container:not(.visible_navigation) #esv-content_mitnav.pushed,
    #esv-container:not(.visible_navigation) #esv-content_with_nav.pushed {
        width: calc(((100% - 1280px) / 2) + 923px);
    }

}

@media (max-width: 1300px) {

    #esv-container {
        background-size: 72%;
    }

    #esv-container:not(.visible_navigation) #esv-content_mitnav.pushed,
    #esv-container:not(.visible_navigation) #esv-content_with_nav.pushed,
    div#esv-content_with_nav.pushed {
        width: 70%;
    }

    .pushed .center,
    body.pp-visible-navigation .pushed .center {
        width: 96%;
    }

}

@media (max-width: 960px) {

    #esv-container:not(.visible_navigation) #esv-content_mitnav.pushed,
    #esv-container:not(.visible_navigation) #esv-content_with_nav.pushed,
    div#esv-content_with_nav.pushed {
        width: 100%;
    }

}

@media (max-width: 600px) {

    #esv-container {
        background-size: 96%;
    }

}

@media (max-width: 325px) {

    .center {
        min-width: 300px;
    }

}

/* ============================================ */
/* content                                - End */
/* ============================================ */


/* ============================================ */
/* font                                 - Start */
/* ============================================ */

h1,
.text h1,
.tile h1,
.fontsize-h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    line-height: 3.333rem;
}

h2,
.text h2,
.tile h2,
.free_column h2,
.detail .text h2,
.lead h2,
.sup h2,
.fontsize-h2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.833rem;
    line-height: 2.056rem;
}

h3,
.text h3,
.tile h3,
.free_column h3,
.detail .text h3,
.fontsize-h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.222rem;
    line-height: 1.5rem;
}

h4,
.text h4,
.tile h4,
.free_column h4,
.detail .text h4,
.sup h4,
.fontsize-h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}

h5,
.text h5,
.tile h5,
.free_column h5,
.detail .text h5,
.fontsize-h5 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.444rem;
}

h6,
.text h6,
.detail .text h6,
.fontsize-h6 {
    font-family: 'Inter', sans-serif;
    font-size: 0.889rem;
    line-height: 1.444rem;
}

.freetext.text {
    line-height: 1.5;
}


@media (max-width: 600px) {

	h1,
	.text h1,
	.tile h1,
	.fontsize-h1 {
		font-size: 2.444rem;
		line-height: 2.778rem;
	}

}

/* ============================================ */
/* font                                   - End */
/* ============================================ */


/* ============================================ */
/* elements                             - Start */
/* ============================================ */

button {
    background-color: var(--icon-bg-color);
}

/* ============================================ */
/* elements                               - End */
/* ============================================ */


/* ============================================ */
/* links                                - Start */
/* ============================================ */

a,
a:visited,
a:active,
a:focus,
a:hover {
    color: var(--main-text-color-green);
    text-decoration: none;
}

.text a.esvlink,
.text a.esvlink_auto,
.ui-tooltip a.esvlink {
    text-decoration: underline;
}

.text a.esvlink:hover,
.text a.esvlink_auto:hover,
.ui-tooltip a.esvlink:hover {
    text-decoration: none;
}

.text a.esvlink_button_left,
.text a.esvlink_button_center,
.text a.esvlink_button_right,
.text a.esvlink_button_center.color2,
.text a.esvlink_button_left.esvlink_white,
.text a.esvlink_button_left.color2,
.text a.esvlink_button_right.color,
.text a.esvlink-only-border,
.text a.esvlink-only-border.esvlink_arrow_right,
.text a.button,
.text a.esvlink_arrow_down,
.text a.esvlink-arrow-left {
    text-decoration: none;
}

a.esvlink_arrow_down:before {
    content: "\e911";
    font-family: 'sv_icons';
    position: relative;
    top: 3px;
    padding-right: 3px;
}

a.esvlink_button_center,
a.esvlink_button_left {
    color: var(--main-text-color-light-green);
    background: var(--main-bg-color);
    border-color: var(--main-bg-color);
    border-radius: 35px;
    padding: 20px;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 400px;
}

a.esvlink_button_center {
    margin-left: auto;
    margin-right: auto;
}

a.esvlink_arrow_right {
    padding-left: 17px;
}

a.esvlink_arrow_right:before {
    content: "\e917";
    font-family: 'sv_icons';
    position: absolute;
    left: 0;
}

a.esvlink_arrow_right:after {
    display: none;
}

a .link_file_size,
a .esvlink-image-type-size {
    font-size: 0.556rem;
}

/* ============================================ */
/* links                                  - End */
/* ============================================ */


/* ============================================ */
/* pagination                           - Start */
/* ============================================ */

.pager .prevpage,
.pager .nextpage {
    width: 44px;
}

/* ============================================ */
/* pagination                             - End */
/* ============================================ */


/* ============================================ */
/* esvlinkbox                           - Start */
/* ============================================ */

.linkbox {
    font-size: 0.889rem;
    line-height: 1.5;
}

.linkbox ul.esvlinks a {
    text-decoration: underline;
}

.linkbox ul.esvlinks a:hover {
    text-decoration: none;
}

.linkbox ul.esvlinks a.esvlink_button_left,
.linkbox ul.esvlinks a.esvlink_button_center,
.linkbox ul.esvlinks a.esvlink_button_right,
.linkbox ul.esvlinks a.esvlink_button_center.color2,
.linkbox ul.esvlinks a.esvlink_button_left.esvlink_white,
.linkbox ul.esvlinks a.esvlink_button_left.color2,
.linkbox ul.esvlinks a.esvlink_button_right.color,
.linkbox ul.esvlinks a.esvlink-only-border,
.linkbox ul.esvlinks a.esvlink-only-border.esvlink_arrow_right,
.linkbox ul.esvlinks a.button {
    text-decoration: none;
}

.linkbox li.list-element-with-img>.esvlink img {
    left: 0px;
    margin-left: 0px;
    position: absolute;
}

.linkbox .esvlinks li.list-element-with-img {
    padding-left: 20px;
    position: relative;
}

.tile .linkbox .esvlinks li {
    padding-bottom: 0;
    padding-top: 0;
}

.linkbox h3 img {
    height: 35px;
    width: auto;
}

.tile .linkbox h3 {
    padding-left: 0;
}

.linkbox .esvlinks li {
    padding-left: 0;
}

.linkbox .esvlinks li a.esvlink_arrow_right {
    display: flex;
    padding-left: 17px;
    position: relative;
}

.tile.tile_type05 .linkbox .esvlinks li a.esvlink_arrow_right {
    padding-left: 0px;
}

.linkbox li>.esvlink img {
    margin-left: 0;
}

/* Box Typ: Link mit Rahmen */

.linkbox.linkbox-link-with-border .esvlinks li {
    border: 5px solid var(--link-border-color);
}

.linkbox.linkbox-link-with-border .esvlinks li .esvlink:before {
    font-size: 1.222rem;
    left: -26px;
    top: -6px;
}

/* Box Typ: Sprunglinks */

.tile .linkbox-jumplinks h3 {
    padding-left: 30px;
}

.linkbox.linkbox-jumplinks .esvlinks {
    position: relative;
}

.linkbox.linkbox-jumplinks .esvlinks li {
    padding: 0;
}

.linkbox.linkbox-jumplinks .esvlinks:before {
    content: "\e9b5";
    font-family: 'sv_icons';
    font-size: 2.333rem;
    color: var(--main-text-color-green);
    position: absolute;
    top: calc(50% - 11px);
    left: -80px;
    transform: rotate(90deg);
}

.linkbox.linkbox-jumplinks .esvlinks li .esvlink {
    line-height: 1.611rem;
    background: var(--main-bg-color-light-green);
    padding: 2px 9px;
    border-radius: 12px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.linkbox.linkbox-jumplinks .esvlinks li .esvlink:before {
    content: "";
}

.tile .linkbox {
    padding-bottom: 0;
}

.tile .linkbox.linkbox-jumplinks .esvlinks li {
    padding: 0 0 0 30px;
}

.tile .linkbox.linkbox-jumplinks ul.esvlinks:before {
    left: -10px;
}


/* box with freetext */

.linkbox li .esv-linkbox-aloha-text {
    margin-top: -10px;
    margin-bottom: 5px;
}

.tile .linkbox li .esv-linkbox-aloha-text {
    margin-top: 3px;
    margin-bottom: 13px;
}


@media (max-width: 1430px) {

    /* Box Typ: Sprunglinks */

    .linkbox.linkbox-jumplinks ul.esvlinks:before {
        left: -10px;
    }

    .linkbox.linkbox-jumplinks .esvlinks li {
        padding: 0 0 0 30px;
    }

}

/* ============================================ */
/* esvlinkbox                             - End */
/* ============================================ */


/* ============================================ */
/* zeilenkonzeptpageheader              - Start */
/* ============================================ */

.lc_pageheader.contentline {
    padding-bottom: 0;
}

/* ============================================ */
/* zeilenkonzeptpageheader                - End */
/* ============================================ */


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

.meta_container.bg_color1 {
    background-color: var(--main-bg-color-light-green);
}

.meta_container.bg_color1 a {
    color: var(--main-text-color-green);
}

.meta_container.bg_grey {
    background-color: var(--main-bg-color-light-grey);
    margin-bottom: 0;
}

.meta_container .contentline {
    padding-top: 50px;
    padding-bottom: 48px;
}

.meta_container.slim .center,
body:not(.pp-visible-navigation) .pushed .meta_container.slim .center {
    padding-left: 117px;
    padding-right: 117px;
}


/* columns2_container_layout */

.meta_container.columns2_container_layout {
    display: grid;
    grid-template-columns: 50% 50%;
}

.meta_container.columns2_container_layout .lc_columnContainer {
    text-align: center;
}

.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) {
    background: var(--main-bg-color);
}

.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd),
.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) b,
.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) strong,
.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) .tile h3,
.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) .tile .more_link:after {
    color: var(--main-text-color-light-green);
}

.meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) .center,
body .pushed .meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) .center {
    margin: 0 118px 0 auto;
}

.meta_container.columns2_container_layout .lc_columnContainer:nth-child(even) {
    background: var(--main-bg-color-light-green);
    margin-top: 0;
}

.meta_container.columns2_container_layout .lc_columnContainer:nth-child(even) .center,
body .pushed .meta_container.columns2_container_layout .lc_columnContainer:nth-child(even) .center {
    margin: 0 auto 0 118px;
}

.meta_container.columns2_container_layout .lc_columnContainer .center {
    width: 340px;
}

.meta_container.columns2_container_layout .lc_columnContainer .center>h2 {
    font-size: 1rem;
}

.meta_container.columns2_container_layout .lc_columnContainer .tile .textbox>h3,
.meta_container.columns2_container_layout .lc_columnContainer .tile .textbox .tilelink>h3 {
    font-size: 2.444rem;
    line-height: 2.722rem;
}

.meta_container.columns2_container_layout .lc_columnContainer .tile .text {
    font-size: 1.222rem;
    line-height: 1.5;
    padding-bottom: 10px;
}

.meta_container.columns2_container_layout .lc_columnContainer .tile .more_link {
    position: initial;
}

.meta_container.columns2_container_layout .lc_columnContainer .tile .more_link:after {
    position: absolute;
    left: calc(50% - 22px);
    bottom: 5px;
}


/* Anpassung für Stellenausschreibungen
.meta_container.mc-custom1:
    .tile.tile_type01:
        Schriftgröße des Paraph wie bei der Standard-Kachel
        h1 und h3 in grüner Schriftfarbe
        wenn kein Bild verknüpft wurde, geht der Text über die gesamte Zeile
*/

.meta_container.mc-custom1 .tile.tile_type01 .textbox:only-child {
    padding-right: 0;
}

.meta_container.mc-custom1 .tile.tile_type01 .textbox .text {
    font-size: 1rem;
    line-height: 1.5;
}

.meta_container.mc-custom1 .tile.tile_type01 h1,
.meta_container.mc-custom1 .tile.tile_type01 h3 {
    color: var(--main-text-color-green);
}


@media (max-width: 1300px) {

    .meta_container.slim .center,
    body:not(.pp-visible-navigation) .pushed .meta_container.slim .center {
        padding-left: 9%;
        padding-right: 9%;
    }

}

@media (max-width: 1150px) {

    .meta_container.columns2_container_layout .lc_columnContainer:nth-child(odd) .center,
    .meta_container.columns2_container_layout .lc_columnContainer:nth-child(even) .center {
        margin: 0 auto;
    }

}

@media (max-width: 700px) {

    .meta_container.columns2_container_layout {
        grid-template-columns: 100%;
    }

}

@media (max-width: 340px) {
    .meta_container.columns2_container_layout .lc_columnContainer .center {
        width: 100%;
    }
}

/* ============================================ */
/* zeilenkonzeptmetacontainer             - End */
/* ============================================ */


/* ============================================ */
/* zeilenkonzeptcolumncontainer        - Start  */
/* ============================================ */

/* carousel */

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton {
	color: var(--gr-carrier-color);
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-dots li.slick-active button {
    border-color: var(--gr-carrier-color);
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-dots li.slick-active button:before {
    background: var(--gr-carrier-color);
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-dots,
.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-dots {
	margin-bottom: 11px;
	margin-top: 11px;
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-arrow {
	color: var(--gr-carrier-color);
    font-size: 72px;
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-arrow span:after {
    height: 30px;
    width: 30px;
}


/*
.lc_columnContainer.custom1:
    .tile: blaue Hintergrundfarbe, weiße Schriftfarbe
    .tile.tile_type02: grüne Hintergrundfarbe, weiße Schriftfarbe
*/

.lc_columnContainer.custom1 .columns3_layout {
    margin: 0 auto;
    max-width: 1070px;
}

.lc_columnContainer.custom1 .tile .textbox {
    background-color: var(--main-bg-color);
    color: var(--main-text-color-white);
    flex: 1 1 auto;
}

.lc_columnContainer.custom1 .tile.bg-turquoise .textbox {
    background-color: var(--lc-lcbackgrounddesign-bg-color-turquoise);
}

.lc_columnContainer.custom1 .tile.bg-lightblue .textbox {
    background-color: var(--lc-lcbackgrounddesign-bg-color-lightblue);
}

.lc_columnContainer.custom1 .tile:not([class*='tile_type']):not(.tile_transparent) .textbox > :not(.text),
.lc_columnContainer.custom1 .tile:not([class*='tile_type']):not(.tile_transparent) .textbox .tilelink > * {
    color: var(--main-text-color-white);
    font-size: 1.222rem;
    font-weight: 300;
    line-height: 1.222rem;
}

.lc_columnContainer.custom1 .tile .textbox b,
.lc_columnContainer.custom1 .tile .textbox strong {
    color: var(--main-text-color-white);
}

.lc_columnContainer.custom1 .tile .imagebox {
    overflow: hidden;
    padding-top: 75%;
    position: relative;
}

.lc_columnContainer.custom1 .tile .imagebox .img-copyright {
    position: initial;
    width: 100%;
}

.lc_columnContainer.custom1 .tile .imagebox img {
    left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 100%;
}

.lc_columnContainer.custom1 .tile .more_link:after,
.lc_columnContainer.custom1 .tile .textbox h3 {
    color: var(--main-text-color-white);
}

.lc_columnContainer.custom1 .tile .textbox>h3,
.lc_columnContainer.custom1 .tile .textbox .tilelink>h3 {
    font-weight: 300;
}


@media (max-width: 960px) {


    .lc_columnContainer.custom1 .columns3_layout {
        grid-template-columns: 49% 49%;
    }

}

@media (max-width: 600px) {


    .lc_columnContainer.custom1 .columns3_layout {
        max-width: 400px;
    }

    .lc_columnContainer.custom1 .columns3_layout {
        grid-template-columns: 100%;
    }

}

/*green one*/

.lc_columnContainer.custom1 .tile.tile_type02 {
    padding: 0;
}

.lc_columnContainer.custom1 .tile.tile_type02 .textbox {
    background: var(--main-text-color-green);
}

.lc_columnContainer.custom1 .tile.tile_type02 .textbox b,
.lc_columnContainer.custom1 .tile.tile_type02 .textbox strong {
    color: var(--main-text-color-white);
}

.lc_columnContainer.custom1 .tile.tile_type02 .textbox>h3,
.lc_columnContainer.custom1 .tile.tile_type02 .textbox .tilelink>h3 {
    margin: 18px 0;
    padding: 0 18px;
}

.lc_columnContainer.custom1 .tile.tile_type02 .more_link {
    bottom: 0;
    right: 0;
    top: auto;
}

.lc_columnContainer.custom1 .tile.tile_type02 .more_link:after {
    color: var(--main-text-color-white);
}


.lc_columnContainer.custom1 .tile.tile_type02 .imagebox {
    width: 100%;
}

.lc_columnContainer.custom1 .tile.tile_type02 .tileimg {
    border-radius: 0;
}

.lc_columnContainer.custom1 .tile.tile_type02 .text {
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
}


/* Anpassung für Stellenausschreibungen
.lc_columnContainer.custom2:
        mobile werden die Kacheln in umgekehrter Reihenfolge dargestellt (die erste als letzte)
        .tile.tile_type03: grüne Hintergrundfarbe, helle Schriftfarbe
*/

.lc_columnContainer.custom2 .tile.tile_type03 {
    background: var(--main-bg-color-light-green);
}

.lc_columnContainer.custom2 .tile.tile_type03,
.lc_columnContainer.custom2 .tile.tile_type03 .textbox *,
.lc_columnContainer.custom2 .tile.tile_type03 .more_link:after {
    color: var(--main-text-color);
}

.lc_columnContainer.custom2 .tile.tile_type03 .imagebox {
    width: 100%;
}

.lc_columnContainer.custom2 .tile.tile_type03 .tileimg {
    border-radius: 0;
    width: auto;
}

.lc_columnContainer.custom2 .tile.tile_type03 .text {
    padding-bottom: 60px;
}

.lc_columnContainer.custom2 .tile.tile_type03.no_link .text {
    padding-bottom: 0;
}

.lc_columnContainer.custom2 .tile.tile_type03 .esvlink {
    color: var(--main-text-color-green);
    font-size: 0.778rem;
    font-weight: 500;
    line-height: 1.222rem;
}

.lc_columnContainer.custom2 .tile.tile_type03 .more_link {
    top: unset;
}


/* striplinebelow */

.lc_columnContainer.striplinebelow .center hr:not(.dashed):not(.dotted):not(.hidden_clearer) {
    border-color: var(--lc-border-color-08);
}


@media (max-width: 800px) {

    .lc_columnContainer.custom2 .columns3_layout {
        display: flex;
        flex-direction: column-reverse;
    }

}

/* ============================================ */
/* zeilenkonzeptcolumncontainer           - End */
/* ============================================ */


/* ============================================ */
/* lctile                               - Start */
/* ============================================ */

.tile h1,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.free_column h1,
.free_column h2,
.free_column h3,
.free_column h4,
.free_column h5 {
    color: var(--main-text-color);
}

.tile.bg_color2 .textbox :not(.text),
.tile.bg_color2 .textbox > .tilelink *,
.tile.bg_color2 .more_link:after,
.tile.bg-darkblue .textbox :not(.text),
.tile.bg-darkblue .textbox > .tilelink *,
.tile.bg-darkblue .more_link:after,
.tile.bg-turquoise .textbox :not(.text),
.tile.bg-turquoise .textbox > .tilelink *,
.tile.bg-turquoise .more_link:after,
.tile.bg-lightblue .textbox :not(.text),
.tile.bg-lightblue .textbox > .tilelink *,
.tile.bg-lightblue .more_link:after {
    color: var(--main-text-color-white);
}

.tile .textbox>h3,
.tile .textbox .tilelink>h3,
.free_column .textbox>h3,
.free_column .textbox .tilelink>h3 {
    font-size: 1.222rem;
    line-height: 1.222rem;
}

.tile .textbox>h2:first-line,
.tile .textbox .tilelink>h2:first-line,
.tile:not(.tile_type01) .textbox>h3:first-line,
.tile:not(.tile_type01) .textbox .tilelink>h3:first-line,
.tile .textbox>h4:first-line,
.tile .textbox .tilelink>h4:first-line,
.tile .textbox>h5:first-line,
.tile .textbox .tilelink>h5:first-line,
.free_column .textbox>h2:first-line,
.free_column .textbox .tilelink>h2:first-line,
.free_column .textbox>h3:first-line,
.free_column .textbox .tilelink>h3:first-line,
.free_column .textbox>h4:first-line,
.free_column .textbox .tilelink>h4:first-line,
.free_column .textbox>h5:first-line,
.free_column .textbox .tilelink>h5:first-line {
    font-weight: 500;
}

.tile .textbox .text,
.free_column .textbox .text {
    font-size: 0.778rem;
    line-height: 1.222rem;
}

.free_column .textbox>h1,
.free_column .textbox>h2,
.free_column .textbox>h3,
.free_column .textbox>h4,
.free_column .textbox>h5,
.free_column .textbox>h6,
.free_column .textbox>.tilelink>h1,
.free_column .textbox>.tilelink>h2,
.free_column .textbox>.tilelink>h3,
.free_column .textbox>.tilelink>h4,
.free_column .textbox>.tilelink>h5,
.free_column .textbox>.tilelink>h6,
.free_column .text {
    padding-left: 18px;
    padding-right: 18px;
}

.tile .more_link,
.free_column .more_link {
    visibility: hidden;
}

.tile .more_link:hover {
    opacity: 0.5;
    text-decoration: none;
}

.tile .more_link:after,
.free_column .more_link:after {
    content: '\e9b5';
    font-family: 'sv_icons';
    visibility: visible;
    font-size: 2.444rem;
    color: var(--main-text-color);
}


/* Element-Typ "Typ 1": .tile.tile_type01: Text links, Bild rechts */
/* Element-Typ "ohne Typ": .free_column: font-size, line-height, font-weight wie bei "Typ 1" */

body.pp-visible-navigation .meta_container .tile.tile_type01 {
    margin-top: -50px;
}

.tile.tile_type01 {
    background: none;
    color: var(--main-text-color);
    flex-direction: row;
    z-index: 1;
}

.tile.tile_type01 .imagebox {
    order: 2;
}

.tile.tile_type01 .imagebox img {
    height: 286px;
    width: 286px;
    max-width: 286px;
}

.tile.tile_type01 .textbox {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 40px;
    width: 100%;
}

.tile.tile_type01 .textbox:only-child {
    padding-right: 368px;
}

.tile.tile_type01 .textbox h1,
.tile.tile_type01 .textbox>h3,
.free_column .textbox h1,
.free_column .textbox>h3 {
    font-size: 3rem;
    line-height: 3.333rem;
    margin-top: 0;
    padding: 0;
}

.tile.tile_type01 .tilelink *,
.tile.tile_type01 .more_link {
    color: var(--main-text-color);
    text-decoration: none;
}

.free_column .textbox>h3 {
    margin-bottom: revert;
}

.tile.tile_type01 .textbox .text,
.free_column .textbox .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
}

.tile.tile_type01 .text .esvlink {
    color: var(--main-text-color-green);
}

.tile.tile_type01 .text .esvlink:hover {
    text-decoration: none;
}

.tile.tile_type01 .text a.esvlink_button_left,
.tile.tile_type01 .text a.esvlink_button_center,
.tile.tile_type01 .text a.esvlink_button_right,
.tile.tile_type01 .text a.esvlink_button_center.color2,
.tile.tile_type01 .text a.esvlink_button_left.esvlink_white,
.tile.tile_type01 .text a.esvlink_button_left.color2,
.tile.tile_type01 .text a.esvlink_button_right.color,
.tile.tile_type01 .text a.esvlink-only-border,
.tile.tile_type01 .text a.esvlink-only-border.esvlink_arrow_right,
.tile.tile_type01 .text a.button {
    text-decoration: none;
}


/* Element-typ: Typ 2 + Typ 3 */

.tile.tile_type02 {
    background: var(--main-bg-color-white);
}

.tile.tile_type02 b,
.tile.tile_type02 strong {
    color: var(--main-text-color-green);
}

.tile.tile_type03 {
    background: var(--main-bg-color);
}

.tile.tile_type03 b,
.tile.tile_type03 strong {
    color: var(--main-text-color-light-green);
}

.tile.tile_type02,
.tile.tile_type02 h3,
.tile.tile_type02 .more_link:after {
    color: var(--main-text-color-green);
}

.tile.tile_type03,
.tile.tile_type03 h3,
.tile.tile_type03 .more_link:after,
.tile.tile_type03 .esvlink {
    color: var(--main-text-color-light-green);
}

.tile.tile_type02 .imagebox,
.tile.tile_type03 .imagebox {
    width: 49px;
}

.tile.tile_type02 .tileimg,
.tile.tile_type03 .tileimg {
    width: 49px;
}

.tile.tile_type02 .tileimg {
    background: var(--icon-bg-color);
    border-radius: 50%;
}

.tile.tile_type03 .tileimg {
    border: 1px solid var(--main-text-color-light-green);
    border-radius: 50%;
}

.tile.tile_type02,
.tile.tile_type03 {
    padding: 30px;
}

.tile.tile_type02 .textbox > :not(.text),
.tile.tile_type02 .textbox .tilelink > *,
.tile.tile_type03 .textbox > :not(.text),
.tile.tile_type03 .textbox .tilelink > * {
    font-size: 1.222rem;
    line-height: 1.222rem;
    margin-top: 34px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}

.tile.tile_type02 .textbox > :not(.text),
.tile.tile_type02 .textbox .tilelink > * {
    color: var(--main-text-color-green);
}

.tile.tile_type02.no_tileimage:not(.no_link) .textbox .tilelink > *,
.tile.tile_type03.no_tileimage:not(.no_link) .textbox .tilelink > * {
    margin-top: 40px;
}

.tile.tile_type03 .textbox > :not(.text),
.tile.tile_type03 .textbox .tilelink > * {
    color: var(--main-text-color-light-green);
}

.lc_columnContainer.custom1 .tile:not([class*='tile_type']):not(.tile_transparent) .textbox > :not(.text):first-line,
.lc_columnContainer.custom1 .tile:not([class*='tile_type']):not(.tile_transparent) .textbox .tilelink > *:first-line,
.tile.tile_type02 .textbox > :not(.text):first-line,
.tile.tile_type02 .textbox .tilelink > *:first-line,
.tile.tile_type03 .textbox > :not(.text):first-line,
.tile.tile_type03 .textbox .tilelink > *:first-line {
    font-weight: 500;
}

.tile.tile_type02 .text,
.tile.tile_type03 .text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.tile.tile_type03 .esvlink {
    font-size: 2rem;
    line-height: 2.444rem;
}

.tile.tile_type02 .more_link,
.tile.tile_type03 .more_link {
    right: 12px;
    top: 11px;
}

.tile.tile_type02.no_tileimage:not(.no_link) .more_link,
.tile.tile_type03.no_tileimage:not(.no_link) .more_link {
    padding-top: 0;
    top: 5px;
}


/* Element-Typ: Typ 4 */

.tile.tile_type04 .tileimg {
    width: 49px;
    background: var(--icon-bg-color);
    border-radius: 50%;
}

.tile.tile_type04 .textbox>h3,
.tile.tile_type04 .textbox .tilelink>h3 {
    text-align: center;
    color: var(--main-text-color-green);
}

.tile.tile_type04 .more_link {
    display: none;
}


/* Element-Typ: Typ 5 */

.tile.tile_type05 {
    border: 15px solid var(--main-bg-color-light-green);
}

.tile.tile_type05 .textbox>h1,
.tile.tile_type05 .textbox>h2,
.tile.tile_type05 .textbox>h3,
.tile.tile_type05 .textbox>h3,
.tile.tile_type05 .textbox>h4,
.tile.tile_type05 .textbox>.tilelink h1,
.tile.tile_type05 .textbox>.tilelink h2,
.tile.tile_type05 .textbox>.tilelink h3,
.tile.tile_type05 .textbox>.tilelink h3,
.tile.tile_type05 .textbox>.tilelink h4 {
    padding-left: 10px;
    padding-right: 10px;
}

.tile.tile_type05.no_link {
    border: none;
}

.tile.tile_type05.no_link .imagebox,
.tile.tile_type05.no_link .textbox,
.tile.tile_type05.no_link.no_tileimage .textbox {
    border: 15px solid var(--main-bg-color-light-green);
}

.tile.tile_type05.no_link .imagebox {
    border-bottom: none;
}

.tile.tile_type05.no_link .textbox {
    border-top: none;
}

.tile.tile_type05 .text {
    padding: 10px;
}

.tile.tile_type05 .linkbox .esvlinks li {
    margin-left: 12px;
}

.tile.tile_type05 .linkbox .esvlinks li a.esvlink_arrow_right:before {
    left: 17px;
}


/* Element-Typ: Typ 6 */

.tile.tile_type06 {
    border: 15px solid var(--main-bg-color-grey);
}

.tile.tile_type06.no_link {
    border: none;
}

.tile.tile_type06.no_link .imagebox,
.tile.tile_type06.no_link .textbox,
.tile.tile_type06.no_link.no_tileimage .textbox {
    border: 15px solid var(--main-bg-color-grey);
}

.tile.tile_type06.no_link .imagebox {
    border-bottom: none;
}

.tile.tile_type06.no_link .textbox {
    border-top: none;
}

.tile.tile_type06 .tileimg {
    width: 32px;
    border: 1px solid var(--main-text-color);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}

.tile.tile_type06.no_link .tileimg {
    top: 30px;
    left: 30px;
}

.tile.tile_type06 .textbox>h3,
.tile.tile_type06 .textbox .tilelink>h3 {
    margin-top: 20px;
}

.tile.tile_type06 .imagebox~.textbox>h3,
.tile.tile_type06 .imagebox~.textbox .tilelink>h3 {
    margin-left: 40px;
}

.tile.tile_type06 .text {
    padding: 5px 10px 10px 40px;
}

.tile.tile_type06 .text a.esvlink_arrow_right {
    padding-left: 0;
}

.tile.tile_type06 .text a.esvlink_arrow_right:before {
    left: 24px;
}

.tile.tile_type06 .text .linkbox {
    padding-bottom: 5px;
}


/* Element-Typ: Typ 8 */

.tile.tile_type08 {
    align-items: center;
}

.tile.tile_type08.no_tileimage {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.tile.tile_type08 .imagebox {
    padding-left: 60px;
    width: 120px;
}

.tile.tile_type08 .tileimg {
    margin: 0;
    width: 60px;
}

.tile.tile_type08 .textbox {
    padding: 28px;
    text-align: center;
    width: calc(100% - 240px);
}

.tile.tile_type08.no_tileimage .textbox {
    text-align: left;
}

.tile.tile_type08 h2.tile-headline {
    font-size: 1.222rem;
    line-height: 1.222rem;
}

.tile.tile_type08 .textbox .text {
    display: none;
}

.tile.tile_type08 .more_link {
    font-size: 0;
    margin-right: 60px;
    padding: 0;
    position: static;
    text-align: right;
    width: 60px;
}


@media (max-width: 960px) {

    .tile.tile_type08 .imagebox {
        padding-left: 40px;
        width: 100px;
    }

    .tile.tile_type08 .textbox {
        width: calc(100% - 200px);
    }

    .tile.tile_type08 .textbox .tilelink *,
    .tile.tile_type08 .textbox * {
        padding-left: 0;
        padding-right: 0;
    }

    .tile.tile_type08 .more_link {
        margin-right: 40px;
    }

}

@media (max-width: 800px) {

    .tile.tile_type01 .imagebox {
        display: none;
    }

    .tile.tile_type01 .textbox:only-child {
        padding-right: 0;
    }

}

@media (max-width: 600px) {

    .tile .more_link:after,
    .free_column .more_link:after {
        font-size: 2rem;
    }

	.tile.tile_type01 .textbox h1,
	.tile.tile_type01 .textbox>h3,
	.free_column .textbox h1,
	.free_column .textbox>h3 {
		font-size: 2.444rem;
		line-height: 2.778rem;
	}

    .tile.tile_type08,
    .tile.tile_type08.no_tileimage {
        flex-direction: column;
        padding: 30px;
    }

    .tile.tile_type08 .imagebox {
        padding: 0;
        width: 100%;
    }

    .tile.tile_type08 img.tileimg {
        margin: 0 auto;
    }

    .tile.tile_type08 .textbox {
        padding: 0;
        width: 100%;
    }

    .tile.tile_type08 .more_link {
        margin-right: 0;
        width: 100%;
    }

}


/* Element-Typ: Typ 7 */

.tile.tile_type07 .textbox .text {
    font-size: 1rem;
    line-height: 1.5;
}


/* Element-Typ: Typ 9 */

.tile.tile_type09 .textbox .text {
	font-size: 1rem;
	line-height: 1.5;
}

.tile.tile_type09 .tileimg {
    transition: 0.3s ease;
}

.tile.tile_type09 .tileimg:hover,
.tile.tile_type09 .tileimg:focus {
    transform: scale(1.1);
}


/* Element-Typ: Typ 10 */

.tile.tile_type10 .text .numscroller,
.tile.tile_type10 .numscroller-unit {
    font-size: 1.222rem;
    font-weight: 500;
    line-height: 1.222rem;
}

.tile.tile_type10 .textbox {
    text-align: center;
}


/* ============================================ */
/* lctile                                 - End */
/* ============================================ */


/* ============================================ */
/* lctilelink                           - Start */
/* ============================================ */

/* linked with template Kontakt */

.tile.tile-contact img {
    border-radius: 50%;
    margin-bottom: 35px;
    min-width: 160px;
    width: 160px;
}

.tile.tile-contact .contact-function {
    padding-top: 0;
    margin-bottom: 10px;
}

.tile.tile-contact h3 {
    font-size: 2.444rem;
    line-height: 2.722rem;
    margin-top: 0;
}

.tile-contact .contact-mail .esvlink {
    font-weight: 300;
    padding: 5px 10px;
    min-height: 0;
    min-width: 0;
    margin-top: -20px;
}

.tile-contact .contact-mail .esvlink .sv-mail1 {
    font-size: 1.555rem;
    padding-right: 3px;
}

.tile-contact .img-copyright {
	margin-bottom: 35px;
}


@media (max-width: 600px) {

    .tile.tile-contact h3 {
        font-size: 1.889rem;
        line-height: 2.056rem;
    }

}


/* ============================================ */
/* lcregionalcontacts                   - Start */
/* ============================================ */

.lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon {
    padding-left: 70px;
}

.lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon:before {
    color: var(--icon-bg-color);
    content: '\e93d';
    font-family: 'sv_icons';
    font-size: 50px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lc-regionalcontacts .lc-regionalcontact-link span:first-line {
    font-weight: 600;
}

.lc-regionalcontacts .lc-regionalcontact-content .lc-regionalcontact-map-headline:first-line,
.lc-regionalcontacts .lc-regionalcontact-content .lc-regionalcontact-interferer span {
    font-weight: normal;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact.no-contact-img {
    padding-top: 10px;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact.no-contact-img:before {
    color: var(--main-text-color);
    content: '\e93d';
    font-family: 'sv_icons';
    font-size: 50px;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact.no-contact-img .lc-regionalcontact-name {
    margin-top: 14px;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
    font-size: 2rem;
    line-height: 2.444rem;
}

.lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
.lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
    font-size: 1.444rem;
    line-height: 1.889rem;
}

.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
    font-size: 1.222rem;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
    padding-left: 60px;
    position: relative;
}

.lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
    padding-left: 45px;
}

.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
    padding-left: 35px;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
    content: '\e941';
    font-family: 'sv_icons';
    font-size: 3rem;
    left: 0;
    position: absolute;
}

.lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
    font-size: 2.333rem;
}

.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
    font-size: 1.778rem;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
    font-size: 1.222rem;
    line-height: 1.333rem;
}

.lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
    font-size: 1rem;
}

.lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a:after {
    bottom: 3px;
}


@media (min-width: 961px) {

    body.pp-visible-navigation .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    body.pp-visible-navigation .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.444rem;
        line-height: 1.889rem;
    }

    body.pp-visible-navigation .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 45px;
    }

    body.pp-visible-navigation .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 2.222rem;
    }

}

@media (max-width: 1420px) {

    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1rem;
        line-height: 1.333rem;
    }

    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
        font-size: 1rem;
        margin-right: 30px;
    }

    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a:after {
        font-size: 1.444rem;
    }

}

@media (max-width: 1250px) and (min-width: 961px) {

    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon {
        padding-left: 15px;
    }

    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon:before {
        margin: 25px auto 4px auto;
        position: initial;
    }

}

@media (max-width: 1250px) {

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1rem;
        line-height: 1.333rem;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 30px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 1.389rem;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
        font-size: 0.889rem;
        margin-right: 35px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a:after {
        font-size: 1.444rem;
    }

}

@media (max-width: 1200px) {

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.444rem;
        line-height: 1.889rem;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 45px;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 2.222rem;
    }

}

@media (max-width: 1060px) and (min-width: 961px) {

    body.pp-visible-navigation .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon {
        padding-left: 15px;
    }

    body.pp-visible-navigation .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon:before {
        margin: 25px auto 4px auto;
        position: initial;
    }

}

@media (max-width: 1010px) and (min-width: 961px) {

    body.pp-visible-navigation .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    body.pp-visible-navigation .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.833rem;
    }

    body.pp-visible-navigation .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 2.833rem;
    }

}

@media (max-width: 1000px) and (min-width: 961px) {

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon {
        padding-left: 15px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-link.lc-regionalcontact-no-icon:before {
        margin: 25px auto 4px auto;
        position: initial;
    }

}

@media (max-width: 960px) {

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.111rem;
        line-height: 1.555rem;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 2rem;
        line-height: 2.444rem;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 35px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 60px;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 1.667rem;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 3rem;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
        font-size: 1rem;
        margin-right: 45px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
        font-size: 1.222rem;
        margin-right: 55px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a:after,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a:after {
        font-size: 2rem;
    }

}

@media (max-width: 800px) {


    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 2rem;
        line-height: 2.444rem;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 60px;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 3rem;
    }

    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-contact-link a {
        font-size: 1.222rem;
        margin-right: 55px;
    }

}

@media (max-width: 800px) and (min-width: 601px) {

    .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.444rem;
        line-height: 1.889rem;
    }

    .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 45px;
    }

    .lc_columnContainer .columns2_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 2.222rem;
    }

}

@media (max-width: 770px) {

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.222rem;
        line-height: 1.555rem;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 35px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 1.667rem;
    }

}

@media (max-width: 600px) {

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 2rem;
        line-height: 2.444rem;
    }


    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 60px;
    }

    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 3rem;
    }

}

@media (max-width: 400px) {

    .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-tel a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        font-size: 1.444rem;
        line-height: 1.889rem;
    }

    .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a {
        padding-left: 45px;
    }

    .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before,
    .lc_columnContainer .columns3_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before,
    .lc_columnContainer .columns4_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before,
    .lc_columnContainer .columns5_layout .lc-regionalcontacts .lc-regionalcontact-allcontacts .lc-regionalcontact-contact .lc-regionalcontact-mail a:before {
        font-size: 2.222rem;
    }

}

/* ============================================ */
/* lcregionalcontacts                     - End */
/* ============================================ */


/* ============================================ */
/* lclinkstack                          - Start */
/* ============================================ */

.lc-linkstack .lc-linkstack-linktolinks span:first-line {
    font-weight: 600; 
} 


/* ============================================ */
/* lclinkstack                            - End */
/* ============================================ */


/* ============================================ */
/* lclinkedpagepverview                 - Start */
/* ============================================ */

.lc_linkedpageoverview .lc_linkedpageoverview_headline h2 {
    font-size: 3rem;
    line-height: 3.333rem;
    text-align: center;
    margin-top: 39px;
    margin-bottom: 112px;
}

.lc_linkedpageoverview .featured .imagebox {
    width: 30%;
}

.lc_linkedpageoverview .featured .textbox {
    width: calc(70% - 30px);
} 

.lc_linkedpageoverview .featured .article:first-of-type .textbox {
    margin-top: 20px;
}

.lc_linkedpageoverview .featured .article:first-of-type .textbox .date {
    margin-top: 0;
}

.lc_linkedpageoverview .article .textbox .date {
    -webkit-box-decoration-break: clone;
    background: var(--gr-bg-color-03);
    box-decoration-break: clone;
    color: var(--g-text-color-02);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding: 1px 8px 0 8px;
    width: -moz-fit-content;
    width: fit-content;
}

.lc_linkedpageoverview .article .textbox>h3 {
    font-size: 2rem;
    line-height: 2.444rem;
    margin-bottom: 25px;
}

.lc_linkedpageoverview .article .textbox .text {
    font-size: 0.889rem;
}

.lc_linkedpageoverview .article .textbox .more_link {
    line-height: 1;
    padding: 0;
    visibility: hidden;
}

.lc_linkedpageoverview .columns2_layout .article .textbox .more_link,
.lc_linkedpageoverview .columns3_layout .article .textbox .more_link,
.lc_linkedpageoverview .columns4_layout .article .textbox .more_link,
.lc_linkedpageoverview .columns5_layout .article .textbox .more_link,
.lc_linkedpageoverview .columns2_layout .article.image_right .textbox .more_link,
.lc_linkedpageoverview .columns3_layout .article.image_right .textbox .more_link,
.lc_linkedpageoverview .columns4_layout .article.image_right .textbox .more_link,
.lc_linkedpageoverview .columns5_layout .article.image_right .textbox .more_link {
    bottom: 0;
}

.lc_linkedpageoverview .article .more_link:hover {
    opacity: 0.5;
    text-decoration: none;
}

.lc_linkedpageoverview .article .textbox .more_link:after {
    content: '\e9b5';
    font-family: 'sv_icons';
    visibility: visible;
    font-size: 2.444rem;
    color: var(--main-text-color);
}

.lc_linkedpageoverview_archivelink {
    height: 227px;
    width: 227px;
    border: 2px solid var(--archiv-border-color);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    position: relative;
    display: table;
}

.lc_linkedpageoverview_archivelink a {
    border-radius: 50%;
    display: table-cell;
    font-size: 1.222rem;
    line-height: 1.334rem;
    text-align: center;
    vertical-align: middle;
}

div.lc_linkedpageoverview_archivelink a {
    border: 2px solid var(--archiv-border-color);
}

.lc_linkedpageoverview_archivelink a:first-line {
    font-weight: 600;
}

.lc_linkedpageoverview_archivelink a:hover {
    background: var(--archiv-border-color);
    color: var(--main-text-color-white);
}

.lc_linkedpageoverview_archivelink a:after {
    content: '\e9b5';
    font-family: 'sv_icons';
    visibility: visible;
    font-size: 2.444rem;
    color: var(--archiv-link-color);
    position: absolute;
    bottom: 21px;
    left: 91.5px;
}

.lc_linkedpageoverview_archivelink a:hover:after {
    color: var(--main-text-color-white);
}


/* layout 1 */

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article {
    height: 453px;
    justify-content: center;
    overflow: auto;
    padding-bottom: 0;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .imagebox {
    background: var(--main-bg-color-light-green);
    padding: 66px;
    width: 453px;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox {
    height: 360px;
    overflow: auto;
    padding-left: 63px;
    padding-top: 60px;
    scrollbar-width: none;
    width: 453px;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .text {
    margin-bottom: unset;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link {
    bottom: 20px;
    line-height: 1.5;
    padding: 18px 0;
    right: calc((100% / 2) - 44px - 63px);
}


/* layout 1 - no-image */

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article .textbox,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article.no-image .textbox {
    margin-left: 453px;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article .textbox:before,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article.no-image .textbox:before {
    content: "";
    width: 453px;
    height: 453px;
    display: block;
    position: absolute;
    left: calc((100% / 2) - 453px);
    bottom: 0;
    background: var(--main-bg-color-light-green);
}


/* layout 1 - every second article */

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .imagebox {
    order: 2;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox {
    padding-left: 0;
    padding-right: 63px;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link {
    right: calc((100% / 2) + 63px);
}


.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link:after {
    content: '\e9b4';
}


.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(2n) .textbox,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2n).no-image .textbox {
    margin-left: 0;
    margin-right: 453px;
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(2n) .textbox:before,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2n).no-image .textbox:before {
    left: calc(100% / 2);
}


/* layout 1 - change background-color */

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2) .imagebox,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2n +3) .imagebox,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(2) .textbox:before,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(2n + 3) .textbox:before,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2).no-image .textbox:before,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2n + 3).no-image .textbox:before {
    background: var(--main-bg-color-grey);
}

.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(3n) .imagebox,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(3n) .textbox:before,
.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(3n).no-image .textbox:before {
    background: var(--main-bg-color-light-grey);
}

.meta_container.bg_grey .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(3n) .imagebox,
.meta_container.bg_grey .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(3n) .textbox:before,
.meta_container.bg_grey .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(3n).no-image .textbox:before {
    background: var(--main-bg-color-white);
}


@media (max-width: 960px) {

    .lc_linkedpageoverview .columns2_layout,
    .lc_linkedpageoverview .columns2_layout.featured {
        grid-template-columns: 100%;
    }

    .lc_linkedpageoverview .featured .article:first-of-type {
        margin-right: 0;
    }

    /* layout 1 */

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article .textbox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article.no-image .textbox {
        margin-left: 50%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .imagebox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox {
        max-width: 453px;
        width: 50%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .imagebox {
        padding: 5%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox {
        height: 380px;
        padding-top: 5%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(odd) .textbox {
        padding-left: 5%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link {
        right: calc((100% / 2) - 44px - 5%);
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox {
        padding-right: 5%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .no-image-list .article:nth-child(even) .textbox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even).no-image .textbox {
        margin-right: 50%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link {
        bottom: 0;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link {
        right: calc((100% / 2) + 5%);
    }

}


@media (max-width: 600px) {

    .lc_linkedpageoverview .featured .article {
        flex-direction: column;
    }

    .lc_linkedpageoverview .featured .imagebox,
    .lc_linkedpageoverview .featured .textbox {
        width: 100%;
    }

    .lc_linkedpageoverview .featured .textbox {
        margin-top: 20px;
    }


    /* layout 1 */

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .lc_linkedpageoverview_headline h2 {
        font-size: 1.889rem;
        line-height: 2.222rem;
        margin-bottom: 50px;
        margin-top: 24px;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article {
        display: block;
        height: auto;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .imagebox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox {
        max-width: 100%;
        width: 100%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .imagebox {
        padding: 47px;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .imagebox img {
        margin: auto;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(odd) .textbox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox {
        height: auto;
        padding: 25px 47px 50px 47px;
        position: relative;
    }

	.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox>h3 {
		font-size: 1.555rem;
		line-height: 1.889rem;
	}

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .text {
        margin-bottom: 35px;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link {
        bottom: 25px;
        right: 47px;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link:after {
        font-size: 1.778rem;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link:after {
        content: '\e9b5';
    }


    /* layout 1 - no image */

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article.no-image .textbox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2n).no-image .textbox {
        margin-left: 0;
        margin-right: 0;
    }


    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article.no-image .textbox:before,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2).no-image .textbox:before,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(2n + 3).no-image .textbox:before,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(3n).no-image .textbox:before,
    .meta_container.bg_grey .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(3n).no-image .textbox:before {
        background: none;
    }

}

@media (max-width: 375px) {

    /* layout 1 */

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .imagebox {
        padding: 6%;
    }


    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(odd) .textbox,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox {
        padding: 25px 6% 50px 6%;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link,
    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link {
        right: 6%;
    }

}

/* ============================================ */
/* lclinkedpagepverview                   - End */
/* ============================================ */


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

.accordion dt,
.accordion dt.open {
    background-color: transparent;
}

.accordion dt a {
    font-size: 1rem;
    line-height: 1.444rem;
    font-weight: 500;
    color: var(--main-text-color-green);
    border-bottom: 5px solid var(--main-bg-color-light-green);
    padding-bottom: 26px;
}

dl.accordion dt a span.sv-down,
dl.accordion dt.open a span.sv-down {
    font-size: 2.056rem;
    top: 15px;
}

.accordion .sv-down:before {
    content: "\e95a";
}

.accordion dt.open .sv-down:before {
    content: "\e958";
}

.accordion dt a:before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc((100% / 2) + 7px);
    bottom: -14px;
    transform: rotate(45deg);
    border-right: 5px solid var(--main-bg-color-light-green);
    border-bottom: 5px solid var(--main-bg-color-light-green);
    background: var(--main-bg-color-white);
}

.accordion dd {
    padding: 28px 0 0 0;
}


/* accordion in accordion */

.lc_accordion.contentline .accordion dd,
.lc_accordion.contentline .lc_accordion.contentline {
    padding-top: 0;
}

.lc_accordion.contentline .lc_accordion.contentline .center {
    width: 96%;
}

/* ============================================ */
/* accordion                              - End */
/* ============================================ */


/* ============================================ */
/* zeilenkonzeptblockquote              - Start */
/* ============================================ */

.text blockquote,
.text blockquote .quote_end,
.text blockquote .quote_start {
    color: var(--main-text-color-green);
}

/* ============================================ */
/* zeilenkonzeptblockquote                - End */
/* ============================================ */


/* ============================================ */
/* esvcoloredtextbox                    - Start */
/* ============================================ */

.esv-colored-textbox *:not(.headline-info) {
    font-size: 0.889rem;
}

.esv-colored-textbox.tippbox,
.esv-colored-textbox.esv_infobox,
.esv-colored-textbox.infobox-no-icon,
.esv-colored-textbox.infobox-optional-icon {
    color: var(--main-text-color-green);
    background-color: var(--main-bg-color-white);
    border: 5px solid var(--main-bg-color-light-green);
    position: relative;
    padding: 40px 38px 38px;
    border-radius: 0;
}

.esv-colored-textbox.tippbox .icon_tip,
.esv-colored-textbox.esv_infobox .icon_info,
.esv-colored-textbox.infobox-optional-icon .icon_optional {
    height: 48px;
    margin: 0;
    position: absolute;
    top: 29px;
    width: auto;
}

.esv-colored-textbox .icon_info:first-child:nth-last-child(1),
.esv-colored-textbox .icon_tip:first-child:nth-last-child(1),
.esv-colored-textbox .icon_optional:first-child:nth-last-child(1) {
    position: initial;
    margin-bottom: 4px;
}

.esv-colored-textbox h1.headline-info,
.esv-colored-textbox h2.headline-info,
.esv-colored-textbox h3.headline-info,
.esv-colored-textbox h4.headline-info,
.esv-colored-textbox h5.headline-info {
    margin: 0;
    text-align: initial;
}

.esv-colored-textbox .headline-info {
    padding-left: 50px;
    padding-bottom: 13px;
}

.esv-colored-textbox.infobox-no-icon .headline-info {
    padding-left: 0;
}

.esv-colored-textbox b,
.esv-colored-textbox strong {
    color: var(--main-text-color-green);
}

.esv-colored-textbox .esvlink {
    color: var(--main-text-color);
}

/* ============================================ */
/* esvcoloredtextbox                      - End */
/* ============================================ */


/* ============================================ */
/* oegcontextsearch                     - Start */
/* ============================================ */

.kontext-search {
    margin-bottom: -10px;
    margin-top: -213px;
    position: relative;
}

.kontext-search #kontext-search-input {
    border: 24px solid #00B46E;
    border-radius: 102px;
    color: #00B46E;
    font-size: 1.222rem;
    height: 61px;
    letter-spacing: 2.2px;
    padding: 24px 10px;
    position: relative;
    text-align: center;
    width: 578px;
    z-index: 50;
}

.kontext-search #kontext-search-input::placeholder {
    color: #00B46E;
}

.kontext-search #kontext-search-input-wrapper .sv-close {
    display: none;
}

.kontext-search .sv-search_b {
    display: none;
}

.kontext-search #kontext-search-input-wrapper.active .sv-close {
    background-color: #ffffff;
    color: #001E50;
    cursor: pointer;
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    left: -77px;
    line-height: 40px;
    position: relative;
    top: 10px;
    z-index: 50;
}

.kontext-search #searchResult .row-icon {
    line-height: 0;
}

.kontext-search #searchResult .row-icon a {
    display: inline-block;
}

.kontext-search #searchResult .bottom-close {
    margin-top: 50px;
    text-align: center;
}

.kontext-search #searchResult .bottom-close .sv-close:before {
    background-color: #ffffff;
    color: #00B46E;
    cursor: pointer;
    display: block;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    position: relative;
    z-index: 50;
}

.kontext-search #searchResult .bottom-close .sv-close {
    color: #009058;
    display: block;
    font: normal normal normal 0.75rem/0.889rem Inter;
    letter-spacing: 1.2px;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
}

.kontext-search h2 {
    color: #99E1C5;
    font: normal normal normal 0.778rem/1.444rem Inter;
    left: 50px;
    letter-spacing: 2.52px;
    max-width: 465px;
    opacity: 1;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 175px;
    z-index: 51;
}

.kontext-search #kontext-search-interf {
    background: #C0046B 0% 0% no-repeat padding-box;
    border-radius: 50%;
    color: #ffffff;
    height: 130px;
    left: 500px;
    letter-spacing: 0.9px;
    opacity: 1;
    position: relative;
    text-align: center;
    transform: matrix(0.95, 0.33, -0.33, 0.95, 0, 0);
    top: 17px;
    width: 130px;
    z-index: 51;
}

.kontext-search #kontext-search-interf .interf-text {
    color: var(--main-text-color-white);
    font: normal normal normal 1rem/1.111rem Inter;
    letter-spacing: 0.9px;
    position: relative;
    text-align: center;
    top: 26px;
}

.kontext-search #kontext-search-interf .interf-text strong {
    color: var(--main-text-color-white);
}

.kontext-search #kontext-search-interf:before {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #C0046B;
    border-top: 20px solid transparent;
    bottom: -12px;
    content: '';
    left: 36px;
    position: absolute;
    transform: rotate(40deg);
}

.kontext-search .search-center {
    padding-left: calc(50% - (578px / 2));
}

.kontext-search #kontext-search-input {
    font-family: 'Inter', sans-serif;
}

.kontext-search #searchResult.active {
    background-color: #fff;
    border: 3px solid #00B46E;
    border-radius: 33px;
    margin-left: calc(50% - (1058px / 2));
    max-width: 1058px;
    padding: 62px;
    position: absolute;
    top: 220px;
    width: 1058px;
    z-index: 40;
}

.kontext-search #searchResult .result-row {
    align-items: center;
    border-top: 3px solid #00B46E;
    display: flex;
    padding: 10px 0px;
}

.kontext-search #searchResult .result-row .sv-arrow_long_r {
    background-color: #ffffff;
    color: #00B46E;
    float: right;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    position: relative;
}

.kontext-search #searchResult .result-row:first-child {
    border-top: none;
}

.kontext-search #searchResult .result-row .result-name {
    color: #009058;
    font: normal normal 600 1.222rem/1.334rem Inter;
    letter-spacing: 2.2px;
    opacity: 1;
    padding: 15px 0;
    text-align: left;
}

.kontext-search #searchResult .result-row .result-description {
    font-size: 0.778rem;
    font-weight: 400;
    line-height: 1.222rem;
    text-align: left;
    width: calc(100% - 50px);
}

.kontext-search #searchResult.no-result .result-row .result-description {
    text-align: center;
    width: 100%;
}

.kontext-search #searchResult .result-row .result-description a {
    color: #001E50;
    font: normal normal normal 0.778rem/1.222rem Inter;
    letter-spacing: 0.7px;
    opacity: 1;
    text-align: left;
}

.kontext-search #searchResult .result-row .row-text {
    max-width: calc(100% - 40px);
    padding-right: 50px;
    width: 100%;
}

.kontext-search #searchResult.no-result .result-row .row-text {
    margin-top: 15px;
    padding-right: 0;
}

.kontext-search #searchResult .bottom-text {
    color: #009058;
    font: normal normal normal 0.75rem/0.889rem Inter;
    letter-spacing: 1.2px;
    opacity: 1;
    text-transform: uppercase;
}


@media (max-width: 1100px) {

    .kontext-search #searchResult.active {
        margin-left: 0px;
        max-width: 100%;
    }

}

@media (max-width: 800px) {

    .kontext-search {
        margin-top: -140px;
    }

}

@media (max-width: 750px) {

    .kontext-search .search-center {
        padding-left: 0;
    }

    .kontext-search h2 {
        left: calc(8% + 45px);
        width: calc(100% - 165px);
    }

    .kontext-search #kontext-search-interf {
        left: calc(100% - 135px);
    }

    .kontext-search #kontext-search-input-wrapper {
        padding-left: 8%;
        padding-right: 8%;
        position: relative;
    }

    .kontext-search #kontext-search-input {
        width: 100%;
    }

    .kontext-search #kontext-search-input-wrapper.active .sv-close {
        left: unset;
        position: absolute;
        right: calc(8% + 35px);
        top: 28px;
    }

}

@media (max-width: 600px) {

    .kontext-search {
        margin-bottom: -40px;
    }

    .kontext-search #searchResult .result-row .result-description {
        width: 100%;
    }

    .kontext-search #searchResult .result-row .row-text {
        padding-right: 20px;
    }

}

@media (max-width: 450px) {

    .kontext-search {
        margin-top: -125px;
    }

    .kontext-search .center {
        min-width: 96%;
        padding: 0;
    }

    .kontext-search .search-center {
        padding-left: 0;
    }

    .kontext-search h2 {
        left: 40px;
        width: calc(100% - 90px);
    }

    .kontext-search #kontext-search-interf {
        left: calc(100% - 143px);
        top: 2px;
    }

    .kontext-search #kontext-search-input-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .kontext-search #kontext-search-input {
        font-size: 1rem;
        width: 100%;
    }

    .kontext-search #kontext-search-input-wrapper.active .sv-close {
        border-radius: 50%;
        right: 25px;
    }

    .kontext-search #searchResult.active {
        padding: 50px 15px;
    }

}

@media (max-width: 350px) {
  
    .kontext-search #kontext-search-input {
        font-size: 0.8rem;
    }
    
}

/* ============================================ */
/* oegkcontextsearch                     - End  */
/* ============================================ */


/* ============================================ */
/* oegkfilter                            - Start*/
/* ============================================ */

#category-filter:not(.no-interferer-active) {
    margin-top: 40px;
}

.category-filter .meta_container.columns2_container_layout .lc_columnContainer .center {
    width: calc(1280px / 2);
    margin: 0;
    height: 100%;
}

.category-filter .meta_container.columns2_container_layout .lc_columnContainer .center:after {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    bottom: -77px;
    transform: rotate(45deg);
    left: calc(50% - 19px);
    background-color: var(--main-bg-color-light-green);
}

@media(max-width:600px){
    .category-filter .meta_container.columns2_container_layout .lc_columnContainer .center:after {
        display: none;
    }
}

.category-filter .meta_container.columns2_container_layout .lc_columnContainer.filter-left .center,
.pushed .category-filter .meta_container.columns2_container_layout .lc_columnContainer.filter-left .center {
    margin: 0 0 0 auto;
}

.category-filter .meta_container.columns2_container_layout .lc_columnContainer.filter-left .center:after {
    background-color: var(--main-bg-color);
}

.pushed .category-filter .meta_container.columns2_container_layout .lc_columnContainer.filter-right .center {
    margin: 0;
}

.category-filter .kontext-search {
    margin: 0;
    top: -100px;
}

.category-filter h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -55px;
    left: 0;
    font-size: 0.778rem;
    font-weight: 300;
    letter-spacing: .05rem;
    text-transform: uppercase;
    color: #99E1C5;
    z-index: 2;
}

.category-filter .filter-left,
.category-filter .filter-right {
    padding-bottom: 58px;
}

.category-filter .filter-right h3 {
    color: #6BB5B8;
}


.category-filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 17px;
}

.category-filter li {
    letter-spacing: 0.9px;
    list-style: none;
    font-weight: 500;
    min-width: 50%;
    padding: 15px 0;
}

.category-filter li a {
    color: var(--main-bg-color-white);
}

.category-filter .filter-right li a {
    color: var(--main-text-color);
}

.category-filter li a {
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}

.category-filter li a.active:after {
    content: "\e910";
    font-family: 'sv_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: -6px;
    margin: -10px 0;
}

.category-filter li a.active {
    padding: 5px 5px 5px 15px;
}

.category-filter .filter-left .category-list-element.active {
    background-color: var(--main-bg-color-white);
    color: var(--main-text-color);
}

.category-filter .filter-right .state-list-element.active {
    background-color: var(--main-bg-color);
    color: var(--main-bg-color-white);
}

.category-filter .categorys-icon,
.category-filter .states-icon {
    width: 64px;
}

.category-filter .category-icon {
    display: none;
}

[data-behavior="resetOEGKfilter"] {
    background-color: #001e50;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0px 20px;
    text-align: center;
}

.category-filter .center:not(.filter-selected)>.category-icon,
.category-filter .active .category-icon {
    display: block;
    font-size: 3.8rem;
    position: absolute;
    top: 5px;
    left: calc(50% - 30px);
}

.category-filter .filter-left .active .category-icon {
    color: var(--main-bg-color-white);
}

.category-filter .filter-right .active .category-icon {
    color: var(--main-text-color);
}

.category-filter .kontext-search #kontext-search-interf {
    left: 150%;
    height: 150px;
    position: absolute;
    top: -80px;
    width: 150px;
    position: absolute;
}

.category-filter .kontext-search #kontext-search-interf .interf-text {
    top: 35px;
}

#category-filter .category-filter-result {
    margin-top: 0;
    padding-top: 0;
}

.category-filter-result #filter-result {
    margin-top: 80px;
}

.freetext.text .category-filter-result h3 {
    margin-top: 0px;
}

.category-filter-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox:first-child {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    padding: 40px 0;
}

.category-filter-result .article .textbox>h3 {
    letter-spacing: 3.6px;
    margin-bottom: 80px;
}

.category-filter-result .article .textbox:first-child>h3 {
    grid-row: span 10;
    text-align: right;
}

.category-filter-result .article-category-wrapper {
    font-size: 0.778rem;
    line-height: 0.944rem;
    margin-bottom: 5px;
}

.category-filter-result .article-category-wrapper .article-category {
    letter-spacing: 1.4px;
    position: relative;
    width: fit-content;
}

.category-filter-result .result-row:nth-child(odd) .article-category-wrapper .article-category {
    float: right;
    padding-right: 40px;
}

.category-filter-result .result-row:nth-child(even) .article-category-wrapper .article-category {
    padding-left: 40px;
}

.category-filter-result .article-category-wrapper .article-category span {
    bottom: -7px;
    color: var(--main-text-color-green);
    font-size: 35px;
    position: absolute;
}

.category-filter-result .result-row:nth-child(odd) .article-category-wrapper .article-category span {
    right: 0;
}

.category-filter-result .result-row:nth-child(even) .article-category-wrapper .article-category span {
    left: 0;
}

.category-filter-result .article .textbox .text {
    letter-spacing: 0.8px;
    line-height: 1.334rem;
    margin-bottom: 0;
}

.search-result #esv-navigation {
    height: 100%;
    left: 0;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
}

.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link,
.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:last-child .textbox .more_link {
    bottom: 20px;
    color: var(--main-text-color);
    font-size: 0;
    left: calc(50% - 73px);
    right: auto;
    visibility: hidden;
}

.category-filter-result .article .textbox:first-child>.more_link {
    grid-column-start: 1;
    margin-top: 10px;
}

.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link:hover {
    color: var(--main-text-color-green);
    text-decoration: none;
}

.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox .more_link:after {
    content: '\e9b5';
    font-family: 'sv_icons';
    font-size: 2.444rem;
    visibility: visible;
}

.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(odd) .textbox .more_link {
    left: calc(50% + 30px);
}

.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(odd) .textbox .more_link:after {
    content: '\e9b4';
}

.search-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article:nth-child(even) .textbox .more_link:after {
    content: '\e9b5';
}

.category-filter-result .article:nth-child(odd) .textbox:first-child>h3 {
    grid-column-start: 2;
    text-align: left;
}

.category-filter-result .article:nth-child(odd) .textbox:first-child>.article-author,
.category-filter-result .article:nth-child(odd) .textbox:first-child>.article-category-wrapper,
.category-filter-result .article:nth-child(odd) .textbox:first-child>.text {
    text-align: right;
}

.category-filter-result .article:nth-child(odd) .textbox:first-child>.more_link {
    grid-column-start: 2;
}

.category-filter-result .article:nth-child(odd) .textbox:first-child>.more_link:after {
    content: '\e9b4';
}

.category-filter-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article,
.category-filter-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox {
    height: auto;
}

.category-filter-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 li.loadingImage {
    list-style: none;
}

.category-filter-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 li.loadingImage img {
    position: relative;
    left: calc(50% - 50px);
}

.category-filter-result .pager.center {
    min-width: 294px;
}


@media (max-width: 1280px) {

    .category-filter .meta_container.columns2_container_layout .lc_columnContainer .center {
        width: 95%;
    }

}

@media (max-width: 960px) {

    .category-filter .meta_container.columns2_container_layout .lc_columnContainer .center {
        width: 100%;
    }

    .category-filter .filter-left ul,
    .category-filter .filter-right ul {
        flex-direction: column;
    }

    .lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox {
        max-width: none;
    }

}

@media (max-width: 800px) {

    #category-filter:not(.no-interferer-active) {
        margin-top: 80px;
    }

}

@media (max-width: 700px) {

    .category-filter .kontext-search #kontext-search-interf {
        left: unset;
        right: 30px;
    }

}

@media (max-width: 600px) {

    .category-filter-result.lc_linkedpageoverview.lc-linkedpageoverview-layout-01 .article .textbox:first-child {
        display: block;

    }

    .category-filter-result .article .textbox>h3 {
        margin-bottom: 0;
    }

    .category-filter-result .article .textbox:first-child>h3 {
        padding-bottom: 5px;
    }

    .category-filter-result .article .textbox:first-child>h3,
    .category-filter-result .article:nth-child(odd) .textbox:first-child>.article-author,
    .category-filter-result .article:nth-child(odd) .textbox:first-child>.article-category-wrapper,
    .category-filter-result .article:nth-child(odd) .textbox:first-child>.text {
        text-align: unset;
    }

    .category-filter-result .result-row:nth-child(odd) .article-category-wrapper .article-category {
        float: none;
    }

    .category-filter-result .result-row:nth-child(odd) .article-category-wrapper .article-category,
    .category-filter-result .result-row:nth-child(even) .article-category-wrapper .article-category {
        padding: 0 0 0 40px;
    }

    .category-filter-result .article-category-wrapper .article-category span {
        left: 0;
    }

    .category-filter-result .article .textbox>.more_link {
        display: none;
    }

}

@media (max-width: 450px) {

    #category-filter .kontext-search {
        top: -100px;
    }

}

/* ============================================ */
/* oegkfilter                            - End  */
/* ============================================ */


/* ============================================ */
/* esvtrennlinie                        - Start */
/* ============================================ */

hr:not(.dashed):not(.dotted):not(.hidden_clearer),
hr,
hr.zonecloser,
.text hr {
    border-color: var(--main-text-color-green);
}

/* ============================================ */
/* esvtrennlinie                          - End */
/* ============================================ */


/* ============================================ */
/* Interferer color overwrites          - Start */
/* ============================================ */

/* Kontextsuche Rot*/
.kontext-search #kontext-search-interf.interf-color-red {
    background: var(--interferer-background-red) 0% 0% no-repeat padding-box;
}

.kontext-search #kontext-search-interf.interf-color-red:before {
    border-right: 20px solid var(--interferer-background-red);
}

/* Kontextsuche Grün*/
.kontext-search #kontext-search-interf.interf-color-green {
    background: var(--interferer-background-green) 0% 0% no-repeat padding-box;
}

.kontext-search #kontext-search-interf.interf-color-green:before {
    border-right: 20px solid var(--interferer-background-green);
}

/* Kontextsuche Blau*/
.kontext-search #kontext-search-interf.interf-color-blue {
    background: var(--interferer-background-blue) 0% 0% no-repeat padding-box;
}

.kontext-search #kontext-search-interf.interf-color-blue:before {
    border-right: 20px solid var(--interferer-background-blue);
}

/* Kontextsuche Türkis*/
.kontext-search #kontext-search-interf.interf-color-cyan {
    background: var(--interferer-background-cyan) 0% 0% no-repeat padding-box;
}

.kontext-search #kontext-search-interf.interf-color-cyan:before {
    border-right: 20px solid var(--interferer-background-cyan);
}

/* Kontextsuche Orange*/
.kontext-search #kontext-search-interf.interf-color-orange {
    background: var(--gr-interferer-background-orange) 0% 0% no-repeat padding-box;
}

.kontext-search #kontext-search-interf.interf-color-orange:before {
    border-right: 20px solid var(--gr-interferer-border-orange);
}

/* Kontextsuche kein Störer*/
.kontext-search #kontext-search-interf.interf-color-display-none {
    visibility: hidden;
}


/* ============================================ */
/* Interferer color overwrites           - End  */
/* ============================================ */

/* ============================================ */
/* esvgooglemap & esvyoutube            - Start */
/* ============================================ */

.googlemap-privacypolicy-wrapper .googlemap-privacypolicy-info input[type='button'],
.youtube_video_wrapper .youtube_video_trigger input[type='button'] {
    font-family: 'Inter', sans-serif;
}

/* ============================================ */
/* Location-Finder                      - Start */
/* ============================================ */

#oc-wrapper b,
#oc-wrapper strong {
    color: var(--locationfinder-strong-color);
}

/* ============================================ */
/* OEGK_Gesundheitszentrum              - Start */
/* ============================================ */

body.template-OEGK_Gesundheitszentrum #esv-container {
    flex-wrap: wrap;
}

.template-OEGK_Gesundheitszentrum .content a {
    text-decoration: underline;
}

.template-OEGK_Gesundheitszentrum .content a:hover {
    text-decoration: none;
}

.template-OEGK_Gesundheitszentrum .content a.esvlink_button_left,
.template-OEGK_Gesundheitszentrum .content a.esvlink_button_center,
.template-OEGK_Gesundheitszentrum .content a.esvlink_button_right,
.template-OEGK_Gesundheitszentrum .content a.esvlink_button_center.color2,
.template-OEGK_Gesundheitszentrum .content a.esvlink_button_left.esvlink_white,
.template-OEGK_Gesundheitszentrum .content a.esvlink_button_left.color2,
.template-OEGK_Gesundheitszentrum .content a.esvlink_button_right.color,
.template-OEGK_Gesundheitszentrum .content a.esvlink-only-border,
.template-OEGK_Gesundheitszentrum .content a.esvlink-only-border.esvlink_arrow_right,
.template-OEGK_Gesundheitszentrum .content a.button,
.template-OEGK_Gesundheitszentrum .content a.img-copyright-icon,
.template-OEGK_Gesundheitszentrum .content a.img-copyright-close {
	text-decoration: none;
}

/* titleline */

.titleline {
    margin-top: 50px;
    padding-bottom: 55px;
}

.oegk-gz-no-locationimage.oegk-gz-no-interferer .oegk-gz-titleline,
.oegk-gz-no-locationimage.oegk-gz-no-interferer .oegk-gz-titleline .oegk-gz-titletext>h1,
.oegk-gz-no-locationimage.oegk-gz-no-interferer .oegk-gz-titleline p {
    width: 100%;
}

.oegk-gz-titleline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.oegk-gz-no-locationimage .oegk-gz-titleline {
    width: 75%;
}

.oegk-gz-titleline .oegk-gz-titletext>h1 {
    margin-bottom: 32px;
    margin-top: 32px;
    width: 83%;
}

.oegk-gz-titleline p {
    line-height: 1.5;
    width: 65%;
}

.oegk-gz-titleline .oegk-gz-titleimg {
    height: max-content;
    max-width: 25%;
}


/* interferer */

.titleline .interferer {
    background: var(--icon-bg-color);
    border-radius: 50%;
    bottom: -75px;
    display: flex;
    height: 246px;
    left: 59%;
    position: absolute;
    width: 246px;
    z-index: 10;
}

.titleline .interferer,
.interferer #toggle-openable-interferer {
    font-size: 1.222rem;
    line-height: 1.444rem;
}

.titleline .interferer .interferer-link,
.titleline .interferer #toggle-openable-interferer {
    padding-top: 125px;
    text-align: center;
    width: 100%;
}

.titleline .interferer .interferer-link,
.titleline .interferer .interferer-link strong,
.titleline .interferer #toggle-openable-interferer,
.titleline .interferer #toggle-openable-interferer strong {
    color: var(--main-text-color-white);
}

.titleline .interferer .interferer-link:before,
.titleline .interferer #toggle-openable-interferer:before {
    background-image: url('/cdscontent/load?contentid=10008.762854&version=1639586279');
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 80px;
    content: "";
    height: 34%;
    position: absolute;
    top: 25px;
    width: 57%;
}

.titleline .interferer .interferer-link:after,
.titleline .interferer #toggle-openable-interferer:after {
    bottom: 18px;
    content: '\e9b5';
    font-family: 'sv_icons';
    font-size: 44px;
    left: 101px;
    position: absolute;
}


/* openable interferer */

.openable-interferer-wrapper {
    position: relative;
    width: 100%;
}

.openable-interferer-wrapper #toggle-openable-interferer {
    background-color: unset;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    height: 100%;
    letter-spacing: normal;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: underline;
}

.openable-interferer-wrapper #toggle-openable-interferer:hover {
    text-decoration: none;
}

.openable-interferer-wrapper #toggle-openable-interferer:before {
    left: 50%;
    transform: translateX(-50%);
}
 
.openable-interferer-wrapper #toggle-openable-interferer span {
    display: block;
    height: 100%;
}

.openable-interferer-wrapper #openable-interferer-links-wrapper {
    background: var(--g-bg-color-02);
    border-radius: 32px;
    border: 1px solid var(--g-carrier-color);
    display: none;
    left: -42px;
    padding: 17px 27px 15px 27px;
    position: absolute;
    top: 200px;
    width: 330px;
}

.openable-interferer-wrapper .openable-interferer-headline {
    color: var(--g-carrier-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.444rem;
    margin-bottom: 18px;
    padding-left: 5px;
}

.openable-interferer-wrapper .linkbox {
    border: none;
    margin: 0;
    padding: 0;
}

.openable-interferer-wrapper .linkblock_title {
    display: none;
}

.openable-interferer-wrapper .linkbox ul.esvlinks {
    margin: 0;
}

.openable-interferer-wrapper .linkbox .esvlinks li {
    border-bottom: 2px solid var(--g-border-color-02);
    margin-bottom: 9px;
    padding: 0 0 7px 0;
}

.openable-interferer-wrapper .linkbox .esvlinks li:has(a:hover),
.openable-interferer-wrapper .linkbox .esvlinks li:focus-within {
    border-bottom: 2px solid var(--gr-border-color-04);
}

.openable-interferer-wrapper .linkbox ul.esvlinks a {
    color: var(--gr-link-text-color-02);
    display: inline-block;
    font-size: 0.889rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 24px;
    padding-left: 5px;
    text-decoration: none;
}

.openable-interferer-wrapper .linkbox ul.esvlinks a:hover,
.openable-interferer-wrapper .linkbox ul.esvlinks a:focus-visible {
    color: var(--g-link-text-color);
    font-weight: 700;
}

.openable-interferer-wrapper .linkbox .esvlinks li:has(.esv-linkbox-aloha-text),
.openable-interferer-wrapper .linkbox .esvlinks li .esv-linkbox-aloha-text {
    display: none;
}

.openable-interferer-wrapper .close-openable-interferer {
    background-color: unset;
    color: var(--gr-link-text-color-02);
    padding: 0;
    position: absolute;
    right: 13px;
    top: 12px;
}

.openable-interferer-wrapper .close-openable-interferer .sv-menu_close {
    font-size: 33px;
    font-weight: 900;
}


/* Kontakt und Öffnungszeiten */

#oegk-gz-contact-openinghours.oegk-gz-no-openinghours {
    display: block;
}

#oegk-gz-contact-openinghours .contentline {
    font-size: 0.889rem;
    line-height: 1.556rem;
    padding-bottom: 58px;
    padding-top: 82px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact,
#oegk-gz-contact-openinghours .oegk-gz-openinghours {
    text-align: left;
    width: calc(1280px / 2);
}

#oegk-gz-contact-openinghours .oegk-gz-contact {
    margin-left: auto;
    padding-bottom: 107px;
    padding-right: 113px;
}

#oegk-gz-contact-openinghours.oegk-gz-no-openinghours .oegk-gz-contact {
    margin-right: auto;
    position: relative;
}

#oegk-gz-contact-openinghours .oegk-gz-contact a {
    color: var(--gz-link-color);
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-contact1 {
    position: relative;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-contact1:before,
#oegk-gz-contact-openinghours .oegk-gz-openinghours .sv-history1:before {
    font-size: 1.8rem;
    position: absolute;
    top: -4px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact h2,
#oegk-gz-contact-openinghours .oegk-gz-openinghours h2 {
    font-size: 1.222rem;
    line-height: 1.5rem;
    margin: 0 0 17px 37px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-contact1:before {
    font-size: 1.8rem;
    left: -40px;
    position: absolute;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-phone {
    display: inline-block;
    position: relative;
    width: 1.14rem;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-fax1 {
    display: inline-block;
    position: relative;
    width: 1.3rem;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-mail1 {
    display: inline-block;
    position: relative;
    width: 1.5rem;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-locked1 {
    display: inline-block;
    position: relative;
    width: 1.3rem;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-phone:before {
    font-size: 1.3rem;
    left: 0px;
    position: absolute;
    top: -18px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-fax1:before {
    font-size: 1.3rem;
    left: 0px;
    position: absolute;
    top: -19px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-mail1:before {
    font-size: 1.4rem;
    left: 0px;
    position: absolute;
    top: -18px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .sv-locked1:before {
    font-size: 1.1rem;
    left: 0px;
    position: absolute;
    top: -15px;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .additional-phones .esvlink {
    padding-left: 25px;
    position: relative;
}

#oegk-gz-contact-openinghours .oegk-gz-contact .additional-phones .esvlink:before {
    color: var(--main-text-color-light-green);
    content: "\e964";
	font-family: 'sv_icons';
    font-size: 1.3rem;
    left: 0;
    position: absolute;
}

#oegk-gz-contact-openinghours .oegk-gz-locatorlink {
    bottom: 30px;
    font-size: 1.222rem;
    line-height: 1.334rem;
    padding-right: 76px;
    position: absolute;
    right: 35px;
    text-align: right;
}

#oegk-gz-contact-openinghours.oegk-gz-no-openinghours .oegk-gz-locatorlink {
    bottom: -30px;
}

#oegk-gz-contact-openinghours .oegk-gz-locatorlink strong {
    color: var(--gz-link-color);
}

#oegk-gz-contact-openinghours .oegk-gz-locatorlink .sv-arrow_long_r:before {
    bottom: 3px;
    font-size: 2.4rem;
    position: absolute;
    right: -10px;
    transform: rotate(90deg);
}

#oegk-gz-contact-openinghours .oegk-gz-openinghours {
    margin-right: auto;
    padding-left: 113px;
}

#oegk-gz-contact-openinghours .oegk-gz-openinghours .sv-history1 {
    position: relative;
}

#oegk-gz-contact-openinghours .oegk-gz-openinghours .sv-history1:before {
    font-size: 1.8rem;
    left: -40px;
    position: absolute;
}

#oegk-gz-contact-openinghours .oegk-gz-specialhours-date,
#oegk-gz-contact-openinghours .oegk-gz-specialhours-time {
    font-weight: 400;
    padding-bottom: 20px;
}

#oegk-gz-contact-openinghours .oegk-gz-regularopeninghours p {
    display: flex;
    flex-direction: row;
}

#oegk-gz-contact-openinghours .oegk-gz-regularopeninghours .oekg-gz-weekday {
    min-width: 100px;
}


/* Informationen für Besucher und Kontakt */

#oegk-gz-info {
    clear: both;
    padding-top: 67px;
}

#oegk-gz-info .center {
    display: flex;
    flex-direction: row;
    gap: 110px;
}

#oegk-gz-info .oegk-gz-visitorinfo,
#oegk-gz-info .oegk-gz-contactperson {
    width: 100%;
}


#oegk-gz-info .oegk-gz-visitorinfo {
    font-size: 0.889rem;
    line-height: 1.555rem;
}

#oegk-gz-info .oegk-gz-visitorinfo .sv-info1:before {
    font-size: 2.1rem;
    left: -4px;
    position: absolute;
    top: 28px;
}

#oegk-gz-info .oegk-gz-visitorinfo h2 {
    padding-left: 35px;
}

#oegk-gz-info .oegk-gz-visitorinfo>h3 {
    padding-left: 38px;
    margin-bottom: 17px;
}

#oegk-gz-info .oegk-gz-additionalvisitorinfo {
    padding-top: 10px;
}

#oegk-gz-info .oegk-gz-accessibleinfo {
    padding-left: 35px;
    padding-top: 15px;
    position: relative;
}

#oegk-gz-info .oegk-gz-accessibleinfo .sv-wheelchair {
    position: absolute;
    font-size: 1.8rem;
    top: 12px;
    left: -5px;
    top: 12px;
}

#oegk-gz-info .oegk-gz-contactperson .tile.tile-contact {
    max-width: 500px;
}

#oegk-gz-info .oegk-gz-contactperson:first-child .tile.tile-contact {
    margin-left: auto;
    margin-right: auto;
}


/* additionalcontacts */

#oegk-gz-additionalcontacts {
    clear: both;
}

.columns4_layout .tile.tile-contact h3,
.columns5_layout .tile.tile-contact h3 {
    font-size: 1.4rem;
    line-height: 1.5rem;
}


/* Zeilenkonzept_ContentContainer */

#oegk-gz-content {
    background: var(--main-bg-color-light-grey);
    clear: both;
}

#oegk-gz-content:after {
    content: " ";
    display: block;
    clear: both;
}

#oegk-gz-content .tile .textbox h2::first-line {
    font-weight: 400;
  }

#oegk-gz-content .linkbox.linkbox-link-with-border .esvlinks li,
#oegk-gz-content .tile.tile_type06 .imagebox,
#oegk-gz-content .tile.tile_type06 .textbox {
    background: var(--main-bg-color-white);
}

/* locator */

body.template-OEGK_Gesundheitszentrum #oc-store-locator {
    clear: both;
    height: 528px;
    margin-bottom: 30px;
    margin-top: 43px;
}

body.template-OEGK_Gesundheitszentrum .oegkgesundheitszentrumlocation .googlemap-privacypolicy-wrapper {
    clear: both;
    margin-bottom: 30px;
    margin-top: 43px;
    min-height: 528px;
    width: 100%;
}

/* only for child-pages */

.oekg-gz-detailpage.lc_navigations {
    background: var(--main-bg-color);
    color: var(--main-text-color-white);
    height: 177px;
}

.oekg-gz-detailpage .lc_showsub {
    top: 21px;
}

.oekg-gz-detailpage .lc_showsub .sv-menu:before,
.oekg-gz-detailpage .breadcrumb,
.oekg-gz-detailpage .breadcrumb a {
    color: var(--main-text-color-white);
}

.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb {
    display: flex;
}

.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text {
    height: 177px;
    width: 100%;
}

.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text .oegk-gz-detailpage-breadcrumb-linktoparent {
    bottom: 38px;
    color: var(--main-text-color-white);
    font-size: 1.222rem;
    left: 60px;
    line-height: 1.5rem;
    max-width: 69%;
    position: absolute;
}

.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text .oegk-gz-detailpage-breadcrumb-linktoparent b,
.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text .oegk-gz-detailpage-breadcrumb-linktoparent strong {
    color: var(--main-text-color-white);
}

.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text .oegk-gz-detailpage-breadcrumb-linktoparent:before {
    content: "\e9b4";
    font-family: "sv_icons";
    font-size: 40px;
    left: -60px;
    position: absolute;
}

.oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-img {
    margin: auto 0;
    max-height: 123px;
}

.oekg-gz-detailpage .oegk-gz-titleline {
    width: 75%;
}

.meta_container.columns2_container_layout.oekg-gz-detailpage .lc_columnContainer:nth-child(odd) {
    background: var(--main-bg-color-light-green);
}

.oekg-gz-detailpage .lc_columnContainer:nth-child(odd) b,
.oekg-gz-detailpage .lc_columnContainer:nth-child(odd) strong,
.oekg-gz-detailpage h2,
.oekg-gz-detailpage p,
#oegk-gz-contact-openinghours.oekg-gz-detailpage .oegk-gz-contact .additional-phones .esvlink:before {
    color: var(--main-text-color);
}

#oegk-gz-contact-openinghours.oekg-gz-detailpage .oegk-gz-contact a,
#oegk-gz-contact-openinghours.oekg-gz-detailpage .oegk-gz-locatorlink strong {
    color: var(--main-text-color-green);
}

.meta_container.columns2_container_layout.oekg-gz-detailpage .lc_columnContainer:nth-child(even) {
    background: var(--main-bg-color-light-grey);
}

@media (max-width: 1300px) {

    #oegk-gz-contact-openinghours:not(.oegk-gz-no-openinghours) .oegk-gz-contact,
    #oegk-gz-contact-openinghours .oegk-gz-openinghours {
        width: 100%
    }

    #oegk-gz-contact-openinghours .oegk-gz-contact {
        padding-left: 4%;
    }

    #oegk-gz-contact-openinghours .oegk-gz-openinghours {
        padding-right: 4%;
    }

}

@media (max-width: 1100px) {

    #oegk-gz-contact-openinghours .oegk-gz-contact {
        padding-right: 65px;
    }

    #oegk-gz-contact-openinghours .oegk-gz-openinghours {
        padding-left: 65px;
    }

}

@media (max-width: 960px) {

    #oegk-gz-contact-openinghours.oegk-gz-no-openinghours .oegk-gz-contact {
        width: 100%
    }

    .oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-img {
        max-height: 80px;
    }

    .oegk-gz-titleline {
        display: block;
    }

    .oegk-gz-no-locationimage .oegk-gz-titleline,
    .oekg-gz-detailpage .oegk-gz-titleline {
        margin-bottom: 170px;
        width: 100%;
    }

    .oegk-gz-no-locationimage.oegk-gz-no-interferer .oegk-gz-titleline,
    .oekg-gz-detailpage.oegk-gz-no-interferer .oegk-gz-titleline {
        margin-bottom: 0;
    }

    .oegk-gz-titleline .oegk-gz-titletext>h1 {
        margin-top: 0;
    }

    .oegk-gz-titleline p {
        width: 100%;
    }

    .oegk-gz-titleline .oegk-gz-titleimg {
        margin-top: 15px;
        max-width: calc(100% - 225px);
    }

    .oegk-gz-no-interferer .oegk-gz-titleline .oegk-gz-titleimg {
        max-width: 100%;
    }

    .titleline .interferer {
        left: unset;
        right: 35px;
    }

    .titleline.oegk-gz-no-locationimage .interferer,
    .titleline.oekg-gz-detailpage .interferer {
        bottom: -245px;
    }

    #oegk-gz-contact-openinghours .oegk-gz-contact {
        padding-right: 4%;
    }

    #oegk-gz-contact-openinghours .oegk-gz-openinghours {
        padding-left: 4%;
    }

    #oegk-gz-info .center {
        gap: 4%;
    }

}

@media (max-width: 800px) {

    #oegk-gz-info .center {
        display: block;
    }

    #oegk-gz-info .oegk-gz-visitorinfo .sv-info1:before {
        top: 1px;
    }

    #oegk-gz-info .oegk-gz-contactperson {
        margin-top: 40px;
    }

    #oegk-gz-info .oegk-gz-contactperson .tile.tile-contact {
        max-width: 100%;
    }

}

@media (max-width: 700px) {

    .oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text .oegk-gz-detailpage-breadcrumb-linktoparent {
        max-width: 90%;
    }

    .oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-img {
        margin-top: 15px;
    }

}

@media (max-width: 600px) {

    .oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-img {
        display: none;
    }

    .oegk-gz-titleline {
        margin-bottom: 150px;
    }

    .oegk-gz-no-locationimage .oegk-gz-titleline {
        margin-bottom: 176px;
    }

    .oegk-gz-no-interferer .oegk-gz-titleline {
        margin-bottom: 0;
    }

    .oegk-gz-titleline .oegk-gz-titleimg {
        max-width: 100%;
    }

    .titleline .interferer {
        bottom: -219px;
        right: calc((100% - 246px) / 2);
    }

    .titleline.oegk-gz-no-locationimage .interferer {
        bottom: -245px;
    }

}

@media (max-width: 400px) {
    .oekg-gz-detailpage .oegk-gz-detailpage-breadcrumb-text .oegk-gz-detailpage-breadcrumb-linktoparent {
        bottom: 15px;
    }
}

@media (max-width: 340px) {

    .openable-interferer-wrapper #openable-interferer-links-wrapper {
        left: -35px;
        width: 316px;
    }

}

@media (max-width: 330px) {

    #oegk-gz-contact-openinghours .contentline {
        font-size: 0.833rem;
    }

    #oegk-gz-contact-openinghours .oegk-gz-regularopeninghours .oekg-gz-weekday {
        min-width: 90px;
    }

}

/* ============================================ */
/* OEGK_Locationfinder                  - Start */
/* ============================================ */

/* locator in OEGK_Locationfinder */

body.template-OEGK_Locationfinder .oegkgesundheitszentrumlocation {
    clear: both;
} 

body.template-OEGK_Locationfinder .oegkgesundheitszentrumlocation .googlemap-privacypolicy-wrapper {
    margin: 43px 0 30px 0;
}

body.template-OEGK_Locationfinder .oegkgesundheitszentrumlocation .googlemap-privacypolicy-wrapper,
body.template-OEGK_Locationfinder .oegkgesundheitszentrumlocation .googlemap-privacypolicy-wrapper picture img {
    clear: both;
    min-height: 80vh;
    width: 100%;
} 


body.template-OEGK_Locationfinder #oc-store-locator {
    clear: both;
    height: 80vh;
    margin-bottom: 30px;
    margin-top: 43px;
}

/* ============================================ */
/* searchresult-page                    - Start */
/* ============================================ */

body.search-result #esv-nav_portal_detail.show,
body.search-result #esv-navigation.show,
body.search-result.template-Standardpublikation #esv-navigation,
body.search-result.template-Leistungsübersicht #esv-navigation {
    display: none;
}

body.search-result #esv-content_with_nav {
    width: 100%;
}

.search-result .searchlist>.center {
    width: 100%;
}

.search-result .searchlist>.center .titlezone .titletext,
.search-result .searchlist>.center .titlezone .titeltext,
.search-result .searchlist>.center .titelzone .titletext,
.search-result .searchlist>.center .titelzone .titeltext {
    padding: 0;
}

.search-result .search {
    border: none;
    max-width: none;
    padding-left: calc(50% - (570px / 2));
}

.search-result .titlezone {
    padding-bottom: 0;
}

.search-result .searchlist .titlezone h1 {
    float: left;
    font-weight: 500;
    width: calc(100% - 255px);
}

.search-result .searchlist .titlezone h1.extend-bot {
    padding-bottom: 90px;
}

.search-result .portal-picker {
    border-left: 3px solid var(--main-bg-color-light-green);
    color: var(--main-bg-color);
    float: right;
    font: normal normal 600 0.889rem/1.667rem Inter;
    letter-spacing: 0.8px;
    padding-left: 39px;
    width: 255px;
}

.search-result .portal-picker label {
    padding-left: 5px;
}

.search-result input[name="portalPicker"] {
    color: var(--main-bg-color);
    font: normal normal medium 0.723rem/1.667rem Inter;
    letter-spacing: 1.56px;
    text-align: left;
    text-transform: uppercase;
}

.search-result input[name="portalPicker"]:checked {
    font: normal normal bold 0.723rem/1.667rem Inter;
}

.search-result .titlezone h2 {
    color: var(--main-bg-color-light-green);
    font: normal normal normal 0.778rem/1.444rem Inter;
    left: 50px;
    letter-spacing: 2.52px;
    max-width: 465px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 36px;
    z-index: 51;
    /* Inputfield +1 Layer */
}

.search-result #search-input-wrapper {
    position: relative;
}

.search-result #input_search_content {
    border-radius: 102px;
    border: 24px solid var(--main-bg-color);
    color: var(--main-bg-color);
    font-size: 1.222rem;
    height: 61px;
    letter-spacing: 2.2px;
    padding: 24px 20px 24px 10px;
    position: relative;
    text-align: center;
    width: 570px;
    z-index: 50;
    /* base z index for searchfield */
}

/* fix only for firefox */
@supports (-moz-appearance:none) {
    .search-result #input_search_content {
        padding-right: 35px;
    }
}

.search-result #input_search_content::placeholder {
    color: var(--main-bg-color);
}

.search-result #search-input-wrapper .sv-close,
.search-result #search-input-wrapper .sv-search {
    display: none;
    font-size: 1.5rem;
    font-weight: 500;
    left: 510px;
    position: absolute;
    top: 36px;
    z-index: 50;
    /* base z index for searchfield */
}

.search-result #search-input-wrapper .sv-search {
    font-weight: bold;
}

.search-result .detail {
    background-color: var(--main-bg-color-light-green);
    height: 100%;
    padding-bottom: 17px;
    padding-top: 100px;
    position: relative;
    top: -90px;
}

.search-result .detail .search_navigation {
    border: none;
    max-width: 800px;
    margin: 0 auto;
}

.search-result .detail .search_navigation li.menu-item {
    background: var(--main-bg-color-light-green);
    border: none;
}

#esv-container .content .search_navigation li.menu-item a {
    color: var(--main-bg-color);
    font: normal normal bold 1rem/1.444rem Inter;
    letter-spacing: 0.9px;
    text-decoration: none;
}

.search-result .detail .search_navigation li.current-menu-item {
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    border-radius: 102px;
    max-width: 250px;
}

#esv-container .content .search_navigation li.current-menu-item a {
    color: var(--main-bg-color-light-green);
}

.search-result .detail .lead {
    font: normal normal normal 0.778rem/1.444rem Inter;
    letter-spacing: 0.7px;
    text-align: center;
}

.search-result .detail .lead .searchcount {
    font: normal normal bold 0.778rem/1.444rem Inter;
}

.search-result .detail .style-pointer {
    background: var(--main-bg-color-light-green) 0% 0% no-repeat padding-box;
    height: 38px;
    left: calc(50% - 20px);
    position: relative;
    top: 36px;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    width: 38px;
}

.search-result .list .listline {
    display: block;
    margin-top: 100px;
}

.search-result .list .listline:first-child {
    margin-top: 40px;
}

.search-result .list .listline .textbox {
    display: block;
}

.search-result .list .listline .textbox h3 {
    color: var(--main-text-color-green);
    float: left;
    font: normal normal normal 2rem/2.444rem Inter;
    letter-spacing: 3.6px;
    width: calc((100% - 6%) / 2);
    text-align: right;
    word-break: break-word;
}

.search-result .list .listline:nth-child(even) .textbox h3 {
    float: right;
    text-align: left;
}

.search-result .list .listline .textbox .text {
    color: var(--main-bg-color);
    float: right;
    font: normal normal normal 0.889rem/1.334rem Inter;
    letter-spacing: 0.8px;
    text-align: left;
    width: calc((100% - 6%) / 2);
}

.search-result .list .listline:nth-child(even) .textbox .text {
    float: left;
    text-align: right;
}

.search-result .sv-arrow_long_r,
.search-result .sv-arrow_long_l {
    color: var(--main-bg-color);
    font-size: 2.444rem;
}

.search-result a:hover .sv-arrow_long_r,
.search-result a:hover .sv-arrow_long_l {
    text-decoration: underline;
}

.search-result .pager b {
    border-bottom: none;
    border-radius: 50%;
    border: 1px solid var(--archiv-border-color);
    padding-top: 5px;
}

.search-result .pager a {
    padding-top: 5px;
}

.search-result .icon_print,
.search-result #searchSubmitContent,
.search-result .zonecloser,
.search-result .linemeta {
    display: none;
}

.search-result .pager .nextpage a,
.search-result .pager .prevpage a {
    height: 50px;
}

@media (max-width: 960px) {

    .search-result .breadcrumb.center,
    .search-result .titlezone.center,
    .search-result .detail .center,
    .search-result .center.list,
    .search-result .pager.center {
        min-width: 96%;
    }

    .search-result.template-Startseite .breadcrumb.center,
    .search-result.template-Startseite .titlezone.center,
    .search-result.template-Startseite .detail .center,
    .search-result.template-Startseite .center.list,
    .search-result.template-Startseite .pager.center {
        width: 96%;
    }

    .search-result .searchlist .titlezone h1 {
        float: none;
        width: 100%;
    }

    .search-result .portal-picker {
        border: none;
        float: none;
        margin-top: 15px;
        padding-left: 0;
    }

    .search-result .list .listline {
        margin-top: 60px;
    }

    .search-result .list .listline:first-child {
        margin-top: 0;
    }

    .search-result .list .listline .textbox h3 {
        margin-bottom: 10px;
    }

    .search-result .list .listline .textbox h3,
    .search-result .list .listline:nth-child(even) .textbox h3,
    .search-result .list .listline .textbox .text,
    .search-result .list .listline:nth-child(even) .textbox .text {
        float: none;
        text-align: left;
        width: 100%;
    }

    .search-result .listline .text .sv-arrow_long_r,
    .search-result .listline .text .sv-arrow_long_l {
        display: none;
    }

}

@media (max-width: 600px) {

    .search-result .titlezone {
        padding: 0;
    }

    .search-result .titlezone h2 {
        letter-spacing: normal;
        max-width: 325px;
    }

    .search-result #input_search_content {
        width: 100%;
    }

    .search-result #search-input-wrapper .sv-close,
    .search-result #search-input-wrapper .sv-search {
        left: unset;
        right: 30px;
    }

    .search-result .list .listline .textbox h3 {
        font-size: 1.611rem;
        line-height: 2rem;
    }

}

@media (max-width: 400px) {

    .search-result #input_search_content {
        font-size: 0.833rem;
    }

    .search-result .titlezone h2 {
        font-size: 0.611rem;
        left: 40px;
        max-width: 240px;
        top: 34px;
    }

}

@media (max-width: 330px) {

    .search-result .titlezone h2 {
        font-size: 0.556rem;
        left: 35px;
    }

    .search-result .pager.center {
        padding-right: 0;
    }

}

/* ============================================ */
/* searchresult-page                      - End */
/* ============================================ */

/* ============================================ */
/* no lineconzept-layout                - Start */
/* ============================================ */

.detail {
    padding-left: 18px;
}

.date {
    font-family: 'Inter', sans-serif;
}


/*title*/

.titlezone {
    padding-bottom: 40px;
}

.titlezone .titletext,
.titelzone .titeltext {
    padding: 0 0 0 18px;
}

.titlezone h1 {
    font-size: 3rem;
    line-height: 3.333rem;
    display: inline-block;
    margin: 0;
    padding-bottom: 18px;
}

.titlezone .titletext {
    padding-right: 40px;
}

.titlezone .titleimg {
    width: 25%;
    position: relative;
    flex: none;
}

.titlezone .titleimg .img-copyright-esvbild {
    width: 90%
}

.titlezone .titleimg picture {
    display: block;
    border-radius: 50%;
    position: relative;
    width: 90%;
    padding-bottom: 90%;
    overflow: hidden;
}

.titlezone .titleimg .img-copyright-esvbild picture {
    padding-bottom: 0;
    width: 100%
}

.titlezone .titleimg img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.titlezone .titleimg .img-copyright-esvbild img {
    position: static;
}

.titlezone .lead {
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    color: var(--main-text-color);
}

.titlezone .lead a.esvlink {
    text-decoration: underline;
}

.titlezone .lead a.esvlink:hover {
    text-decoration: none;
}

.titlezone .lead a.esvlink_button_left,
.titlezone .lead a.esvlink_button_center,
.titlezone .lead a.esvlink_button_right,
.titlezone .lead a.esvlink_button_center.color2,
.titlezone .lead a.esvlink_button_left.esvlink_white,
.titlezone .lead a.esvlink_button_left.color2,
.titlezone .lead a.esvlink_button_right.color,
.titlezone .lead a.esvlink-only-border,
.titlezone .lead a.esvlink-only-border.esvlink_arrow_right,
.titlezone .lead a.button {
    text-decoration: none;
}


/* backlink */

.right .pagefooter {
    padding-left: 18px;
}

a#backlink {
    color: rgb(71, 82, 86);
    font-size: 0.778rem;
    font-weight: 400;
    letter-spacing: .05rem;
    opacity: 1;
    padding-left: 13px;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
}

a#backlink:before {
    content: '\e913';
    font-family: 'sv_icons';
    font-size: 23px;
    left: -10px;
    position: absolute;
    top: -4px;
}

a#backlink img {
    display: none;
}


@media (max-width: 960px) {

    .right .pagefooter {
        padding-left: 0;
    }

}

/*landingpage*/

.center .landingline {
    margin-bottom: 50px;
}

.landingitem>h2 {
    background: none;
    border: none;
    font-size: 1.222rem;
    line-height: 1.222rem;
    letter-spacing: .05rem;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    min-height: 80px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.landingitem>h2:first-line {
    font-weight: 600;
}

.landingitem {
    border: none;
}

body.template-Landingpage .detail .landingitem .text {
    border: 5px solid var(--main-bg-color-light-green);
    padding-top: 25px;
    background: white;
}

.landingitem .esvlinks li {
    padding-bottom: 14px;
}

.landingitem .esvlinks li a {
    text-decoration: underline;
}

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

.landingitem .esvlinks li a.esvlink_button_left,
.landingitem .esvlinks li a.esvlink_button_center,
.landingitem .esvlinks li a.esvlink_button_right,
.landingitem .esvlinks li a.esvlink_button_center.color2,
.landingitem .esvlinks li a.esvlink_button_left.esvlink_white,
.landingitem .esvlinks li a.esvlink_button_left.color2,
.landingitem .esvlinks li a.esvlink_button_right.color,
.landingitem .esvlinks li a.esvlink-only-border,
.landingitem .esvlinks li a.esvlink-only-border.esvlink_arrow_right,
.landingitem .esvlinks li a.button {
    text-decoration: none;
}

.landing .titlezone {
    display: flex;
    padding: 0 9%;
}


@media (max-width: 600px) {

    .titlezone {
        display: flex;
        flex-direction: column;
    }

    .titlezone h1 {
        font-size: 2.444rem;
        line-height: 2.778rem;
    }

}


/*Standardpub*/

.detail .text {
    font-size: 0.889rem;
    line-height: 1.334rem;
}


.searchlist .titlezone h1 {
    display: block;
}

.detail .text h2 {
    margin-top: 40px;
}

.detail .text li {
    padding-bottom: 14px;
}

.up {
    display: none;
}


/*icons*/

.pagetools .icon_print {
    height: 35px;
}

.tippbox .icon_tip,
.esv_infobox .icon_info {
    width: 30px;
    margin-bottom: 10px;
}

.inpagenavi {
    position: relative;
}

.inpagenavi:before {
    content: '\e9b5';
    font-family: 'sv_icons';
    font-size: 2.444rem;
    color: var(--main-text-color-green);
    position: absolute;
    transform: rotate(90deg);
    left: -60px;
    top: calc(50% - 5px);
}

.icon_jump,
.inpagenavi .inpageCntBox1 {
    display: none;
}

.inpagenavi a {
    display: inline-block;
    background: var(--main-bg-color-light-green);
    font-family: 'Inter', sans-serif;
    border-radius: 15px;
    padding: 4px 8px 4px 6px;
    font-size: 0.778rem;
    font-weight: 400;
    letter-spacing: .05rem;
}

.inpagenavi li {
    padding-bottom: 4px;
}


@media (max-width: 600px) {

    .inpagenavi li {
        text-align: center;
    }

}

.linkbox h3 img {
    width: 30px;
}

.esvlink_mail img {
    vertical-align: -2px;
}


/*sidebar*/

.sidebar .linkbox {
    border-bottom: 5px solid var(--main-bg-color-light-green);
}

.sidebar .linkbox h3 {
    font-size: 1.222rem;
    letter-spacing: 0.05rem;
    line-height: 1.222rem;
    margin: 0 0 25px 38px;
    text-transform: none;
}

.sidebar .linkbox h3:first-line {
    font-weight: 500;
}

.sidebar .text {
    font-size: 0.778rem;
    line-height: 1rem;
}

.sidebar a.esvlink {
    font-size: 0.778rem;
    font-weight: 400;
    letter-spacing: .05rem;
    padding-bottom: 7px;
}


/* sidebar linkbox-dropdown */

.sidebar .linkbox.links_dropdown h3 {
    margin: 8px 0;
}

.sidebar .linkbox.links_dropdown .esvlinks li.list-element-with-img {
    padding-left: 0;
}


/*color-correction*/

#esv-nav_portal_detail,
#esv-navigation,
#nav,
.showsub,
.blog.sidebar {
    background: none;
}

table th,
table caption {
    background: #f8f8f8;
}

table th,
table caption,
table td {
    border-color: #ededed;
}

hr.zonecloser {
    background: none;
}

.titelzone h1,
/* old */
.titlezone h1,
.newslist .column1 h3,
.linkbox h3 {
    color: var(--main-text-color);
}

.scores {
    color: red;
}

a.feedback,
.esv-td-header,
.score {
    background: red;
}

td,
.linkbox.links_dropdown {
    border: 1px solid var(--main-bg-color-light-green);
}

.linkbox.links_dropdown {
    border: 5px solid var(--main-bg-color-light-green);
}

.esv-bullet li:before,
.esv-karo li:before,
.esv-arrow li:before {
    border-color: var(--main-text-color);
}

.dotted,
.dashed {
    border-color: var(--main-text-color);
}

.linkbox,
.pager b,
.pager a:hover {
    border-bottom: 1px solid var(--main-text-color);
}

.list.images .textbox h3 {
    border-top: 1px solid var(--main-text-color);
}


@media (max-width: 960px) {

    .detail {
        padding-left: 0;
    }

    .landing .center {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }

}

/* ============================================ */
/* no lineconzept-layout              - End */
/* ============================================ */

/* ============================================ */
/* Template Schlagzeilenanzeige         - Start */
/* ============================================ */

.template-Schlagzeilenanzeige:not(.search-result) #esv-content_with_nav,
.template-Schlagzeilenanzeige:not(.search-result) #esv-content_mitnav {
    width: initial;
}

.template-Schlagzeilenanzeige #esv-container .right .breadcrumb {
    margin-left: -365px; 
}

.template-Schlagzeilenanzeige .right .list {
    margin-top: 20px;
    padding: 0px 0px 50px 18px;
    width: 66.6%;
}

.template-Schlagzeilenanzeige .right .list .listline:first-child {
    margin-top: 0px;
}

.template-Schlagzeilenanzeige .right .list .date {       
    color: var(--g-text-color-04);    
    font-size: 0.723rem;    
    font-weight: 300;
    margin-left: -6px;
} 

.template-Schlagzeilenanzeige .right .list a.more_link {    
    font-size: 0.889rem; 
    font-weight: 300;    
}

.template-Schlagzeilenanzeige .contentline .right .pager {
    padding: 5% 0px 5% 18px;
    width: 66.66%;
}

.template-Schlagzeilenanzeige .contentline .right .pager .prevpage,
.template-Schlagzeilenanzeige .contentline .right .pager .nextpage {
    width: 44px;
}

.template-Schlagzeilenanzeige .contentline .right .pager .prevpage img,
.template-Schlagzeilenanzeige .contentline .right .pager .nextpage img {
    display: none;
}

.template-Schlagzeilenanzeige .contentline .right .pager b {
    border-radius: 50%;
    border: 1px solid var(--archiv-border-color);
    padding-top: 5px;
}

.template-Schlagzeilenanzeige .contentline .right .pager a, .pager b {
    padding-top: 5px;
}

.template-Schlagzeilenanzeige .contentline .right .pager .prevpage a::before {
    color: var(--main-bg-color);
    content: "\e9b4";
    font-family: "sv_icons" !important;
    font-size: 2.444rem;
}

.template-Schlagzeilenanzeige .contentline .right .pager .nextpage a::after {
    color: var(--main-bg-color);
    content: "\e9b5";
    font-family: "sv_icons" !important;
    font-size: 2.444rem;
}

.template-Schlagzeilenanzeige .contentline .right .pager .prevpage:hover a::before {
    text-decoration: underline;
}

.template-Schlagzeilenanzeige .contentline .right .pager .nextpage:hover a::after {
    text-decoration: underline;
}

@media (min-width: 1301px) {

    .template-Schlagzeilenanzeige .contentline .right {
        width: 975px;
    }

}

@media (max-width: 1300px) {

    .template-Schlagzeilenanzeige #esv-container .right .breadcrumb {
        margin-left: calc(96% / 70 * -30);
        padding-left: 0;
    }

}

@media (max-width: 960px) {

    .template-Schlagzeilenanzeige #esv-container .right .breadcrumb {
        margin-left: 0px;
    }

    .template-Schlagzeilenanzeige .contentline .right .pager{
        padding: 5% 0;
        width:66.6%;
    }

    .template-Schlagzeilenanzeige .right .list {
        padding: 0;
    }

}

@media (max-width: 600px){

    .template-Schlagzeilenanzeige .contentline .right .list {
        width:100%;
    }

    .template-Schlagzeilenanzeige .contentline .right .pager{
        width: 100%;
    }

}

/* ============================================ */
/* Template Schlagzeilenanzeige           - End */
/* ============================================ */


/* ============================================ */
/* OEGK Bewerbermanagement Tool         - Start */
/* ============================================ */

.meta_container .contentline:has(.oegkbewerbermanagementtool) {
    padding-top: 0;
}

.oegkbewerbermanagementtool .search-filter {
    display: flex;
    flex-direction: column;
}

.oegkbewerbermanagementtool .search {
    border-top: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.oegkbewerbermanagementtool .search:before {
    color: var(--gr-text-color-03);
    content: 'TITEL DER STELLE';
    font-size: 0.778rem;
    left: 50px;
    letter-spacing: 2.52px;
    position: absolute;
    top: 2px;
}

.oegkbewerbermanagementtool .search input {
    border-radius: 50px;
    border: 24px solid var(--gr-border-color-02);
    font-size: 1.222rem;
    font-weight: 500;
    padding: 15px 60px;
    text-align: center;
    width: 100%;
}

.oegkbewerbermanagementtool .search-filter a {
    color: var(--gr-link-text-color-02);
}

.oegkbewerbermanagementtool .search .sv-search_b,
.oegkbewerbermanagementtool .search .sv-close {
    font-size: 48px;
    position: absolute;
    right: 35px;
    top: 50%;
	transform: translateY(-50%);
}

.oegkbewerbermanagementtool .search:not(:has(input:placeholder-shown)) .sv-search_b {
    display: none;
}

.oegkbewerbermanagementtool .search-filter .filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: -50px;
    padding: 50px 0 40px 0;
    position: relative;
}

.oegkbewerbermanagementtool .search-filter .filter:before {
    background: var(--gr-carrier-color);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin-left: calc((var(--actual-screenwidth) - 1280px) / -2);
    position: absolute;
    width: var(--actual-screenwidth);
}

.oegkbewerbermanagementtool .reset-all-filters {
    font-size: 0.889rem;
    margin: 0 auto;
    position: relative;
}

.oegkbewerbermanagementtool .reset-all-filters a {
    color: var(--g-link-text-color-03);
    padding: 10px 15px 10px 36px;
    text-decoration: underline;
}

.oegkbewerbermanagementtool .reset-all-filters:hover a {
    text-decoration: none;
}

.oegkbewerbermanagementtool .filter .reset-all-filters .sv-menu_close {
    bottom: unset;
    font-size: 1.5rem;
    position: absolute;
    left: 5px;
    top: calc(50% + 1px);
	transform: translateY(-50%);
}

.oegkbewerbermanagementtool .search-filter .filter-selects-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.oegkbewerbermanagementtool .search-filter .filter-selects-container.compact {
	justify-content: center;
	gap: 40px;
}

.oegkbewerbermanagementtool .bundesland-filter,
.oegkbewerbermanagementtool .taetigkeitsbereich-filter,
.oegkbewerbermanagementtool .beschaeftigungstyp-filter {
    font-size: 0.889rem;
    width: 375px;
}

.oegkbewerbermanagementtool .filter-title {
    background: var(--g-bg-color-02);
    border-radius: 27px;
    border: 1px solid var(--gr-carrier-color);
    font-weight: 600;
    hyphens: auto;
    position: relative;
}

.oegkbewerbermanagementtool .filter a {
    display: inline-block;
    width: 100%;
}

.oegkbewerbermanagementtool .filter-title a {
    padding: 10px 40px 10px 28px;
}

.oegkbewerbermanagementtool .filter-counter {
    background: var(--gr-carrier-color);
    border-radius: 10px;
    color: var(--g-text-color-02);
    display: inline-block;
    font-weight: 700;
    height: 20px;
    line-height: 20px; 
    margin-left: 10px;
    min-width: 20px;
    text-align: center;
}

.oegkbewerbermanagementtool .filter-counter[data-status="false"] {
    display: none;
}

.oegkbewerbermanagementtool .filter .sv-down,
.oegkbewerbermanagementtool .filter .sv-up {
    bottom: unset;
    font-size: 34px;
    position: absolute;
    right: 5px;
    top: 50%;
	transform: translateY(-50%);
}

.oegkbewerbermanagementtool .filter .sv-down {
    top: calc(50% + 1px);
}

.oegkbewerbermanagementtool .filter ul {
    background: var(--g-bg-color-02);
    border-radius: 27px;
    border: 1px solid var(--gr-border-color);
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    scrollbar-color: var(--gr-carrier-color) var(--gr-border-color);
    scrollbar-width: thin;
    width: 375px;
    z-index: 1;
}

.oegkbewerbermanagementtool .filter ul li {
    hyphens: auto;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
}

.oegkbewerbermanagementtool .filter ul li:last-of-type {
    margin-bottom: 0;
}

.oegkbewerbermanagementtool .filter ul li:not(.no-elements):hover,
.oegkbewerbermanagementtool .filter ul li:has(.selected-filteritem) {
    background: var(--gr-bg-color-05);
    border-radius: 27px;
}

.oegkbewerbermanagementtool .filter ul li a {
    padding: 6px 50px 6px 18px;
}

.oegkbewerbermanagementtool .filter ul li .selected-filteritem {
    font-weight: 600;
}

.oegkbewerbermanagementtool .sv-check {
    display: none;
}

.oegkbewerbermanagementtool .selected-filteritem .sv-check,
.oegkbewerbermanagementtool .sv-menu_close {
    bottom: 0;
    display: inline;
    font-size: 1.889rem;
    position: absolute;
    right: 8px;
}

.oegkbewerbermanagementtool .selected-filteritem .sv-check {
    bottom: 50%;
	transform: translateY(50%);
}

.oegkbewerbermanagementtool .bundesland-filter .bundesland-list[data-status="false"],
.oegkbewerbermanagementtool .taetigkeitsbereich-filter .taetigkeitsbereich-list[data-status="false"],
.oegkbewerbermanagementtool .beschaeftigungstyp-filter .beschaeftigungstyp-list[data-status="false"] {
    display: none;
}

.oegkbewerbermanagementtool .result {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(max(400px, calc((100% - 60px) / 3)), 1fr));
    hyphens: auto;
    word-break: break-word;
}

.oegkbewerbermanagementtool .result .loading-icon {
    grid-column: 1 / -1;
    text-align: center;
}

.oegkbewerbermanagementtool .result-element {
    border: 12px solid var(--gr-border-color-03);
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    padding: 35px 25px 20px 25px;
}

.oegkbewerbermanagementtool .result-element .textbox {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.oegkbewerbermanagementtool .result-element .dienstort {
    color: var(--gr-carrier-color);
    letter-spacing: 1.4px;
    padding-left: 51px;
    position: relative;
}

.oegkbewerbermanagementtool .result-element .dienstort,
.oegkbewerbermanagementtool .result-element .beschaeftigungstyp,
.oegkbewerbermanagementtool .result-element .dienststart {
    font-size: 0.778rem;
}

.oegkbewerbermanagementtool .result-element .dienstort span {
    bottom: -7px;
    font-size: 40px;
    left: 0;
    position: absolute;
}

.oegkbewerbermanagementtool .result-element .headline {
    color: var(--gr-text-color-02);
    font-size: 1.334rem;
    font-weight: 600;
    line-height: 1.611rem;
    margin: 5px 0;
}

.oegkbewerbermanagementtool .result-element .beschaeftigungstyp,
.oegkbewerbermanagementtool .result-element .dienststart {
    color: var(--gr-text-color-02);
}

.oegkbewerbermanagementtool .result-element .taetigkeitsbereich {
    color: var(--gr-carrier-color);
    font-size: 0.889rem
}

.oegkbewerbermanagementtool .result-element .additional-information {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.oegkbewerbermanagementtool .result-element .additional-information .detaillink {
    font-size: 40px;
    line-height: 1;
}

.oegkbewerbermanagementtool .result-element .additional-information a {
    color: var(--gr-carrier-color);
}

.oegkbewerbermanagementtool .result .no-jobresults {
    font-size: 1rem;
    font-weight: 600;
    grid-column: 1 / -1;
    padding: 30px 0;
    text-align: center;
}


/* Pagination */

.oegkbewerbermanagementtool .pager .prevpage,
.oegkbewerbermanagementtool .pager .nextpage {
    width: 2.444rem;
}

.oegkbewerbermanagementtool .sv-arrow_long_r,
.oegkbewerbermanagementtool .sv-arrow_long_l {
    color: var(--main-text-color);
    font-size: 2.444rem;
}

.oegkbewerbermanagementtool #pagination-numbers a {
    display: inline-block;
	height: 35px;
	margin-top: 5px;
    padding-top: 3px;
	text-decoration: none;
	vertical-align: top;
	width: 35px;
}

.oegkbewerbermanagementtool #pagination-numbers a.active {
    border-bottom: none;
    border-radius: 50%;
    border: 1px solid var(--archiv-border-color);
    color: var(--main-text-color);
    font-weight: 500;
    padding-top: 3px;
}


@media (max-width: 1300px) {
    
    .oegkbewerbermanagementtool .search-filter .filter:before {
        margin-left: calc((var(--actual-screenwidth) - 100%) / -2);
    }

    .oegkbewerbermanagementtool .bundesland-filter,
    .oegkbewerbermanagementtool .taetigkeitsbereich-filter,
    .oegkbewerbermanagementtool .beschaeftigungstyp-filter,
    .oegkbewerbermanagementtool .filter ul {
        width: 300px;
    }
    
}

@media (max-width: 1000px) {

    .oegkbewerbermanagementtool .bundesland-filter,
    .oegkbewerbermanagementtool .taetigkeitsbereich-filter,
    .oegkbewerbermanagementtool .beschaeftigungstyp-filter,
    .oegkbewerbermanagementtool .filter ul {
        width: 260px;
    }
    
}

@media (max-width: 850px) {

    .oegkbewerbermanagementtool .search-filter .filter-selects-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .oegkbewerbermanagementtool .bundesland-filter,
    .oegkbewerbermanagementtool .taetigkeitsbereich-filter,
    .oegkbewerbermanagementtool .beschaeftigungstyp-filter,
    .oegkbewerbermanagementtool .filter ul {
        max-width: 375px;
        width: 100%;
    }

    .oegkbewerbermanagementtool .filter ul {
        position: relative;
    }
    
}

@media (max-width: 600px) {

    .oegkbewerbermanagementtool .result {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .oegkbewerbermanagementtool .search input {
        font-size: 1rem;
        padding: 15px 60px 15px 40px;
    }
}

@media (max-width: 350px) {
    .oegkbewerbermanagementtool .search input {
        font-size: 0.8rem;
    }
}


/* ============================================ */
/* BEWE                                 - Start */
/* ============================================ */

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_link,
#BEWE_WEB-allgemeinesBestellwesenForm fieldset input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
#BEWE_WEB-allgemeinesBestellwesenForm .formelement label,
#BEWE_WEB-allgemeinesBestellwesenForm .customer-data.active legend,
#BEWE_WEB-allgemeinesBestellwesenForm input.button,
#BEWE_WEB-allgemeinesBestellwesen input.button,
.beweSent-final-description,
.beweSent-confirmation-mail {
    font-family: 'Inter', sans-serif;
}

#BEWE_WEB-allgemeinesBestellwesenForm .download-button,
#BEWE_WEB-allgemeinesBestellwesenForm .flipbook-button,
#BEWE_WEB-allgemeinesBestellwesenForm .cart-button,
#BEWE_WEB-allgemeinesBestellwesenForm .delete-button,
.confirm-header-container .confirm-header-container-return-link .return-to-shopping-cart,
.returnToNewOrder .new-order {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}


/* Suche Filter */

.bewe-suchefilter .contextsearch-input .sv-search_b:before,
.bewe-suchefilter .contextsearch-input .sv-close:before{
    font-size: 2.222rem;
}

.bewe-suchefilter .contextfilter li {
    line-height: 1.778rem;
    margin: 0;
}

.bewe-suchefilter .contextfilter li:not(.reset-contextfilter) a {
    font-size: 0.889rem;
    letter-spacing: 0.03em;
    padding: 7px 41px 7px 15px;
}

.bewe-suchefilter .contextfilter li a.selected {
    padding-right: 4px;
}

.bewe-suchefilter .contextfilter li a.selected:after {
    display: inline-block;
    font-size: 1.778rem;
    line-height: 0.889rem;
    width: 32px;
}

.bewe-suchefilter .button.filter-reset-btn {
    font-family: 'Inter', sans-serif;
    text-underline-offset: 1px;
}

.bewe-suchefilter .filter-reset [class^="sv-"].sv-menu_close:before {
    font-size: 2.667rem;
}

/* Bestell- und Warenkorbansicht */

#BEWE_WEB-allgemeinesBestellwesenForm .row-view .bestellung_container .bestellung_links {
	margin-right: 30px;
	width: 100px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_link a,
#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_link div.artikel-titel {
	font-size: 1.15rem;
}

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_preis {
	font-size: 1.15rem;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-button-wrapper {
	line-height: 0;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-button-wrapper,
#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button.decrement,
#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button.increment {
	height: 30px;
	width: 30px;
}

#BEWE_WEB-allgemeinesBestellwesenForm button {
	min-height: 30px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .download-button {
	min-height: 40px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button {
	font-size: 1.5rem;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button .sv-minus:before {
	top: 3px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .formelement input.input-field-article:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
	font-size: 0.9rem;
	height: 30px;
	min-height: 30px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button .sv-plus:before {
	left: 2px;
	top: 3px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_out_of_stock {
	font-size: 0.9rem;
}


/* Bestell- und Warenkorbansicht im Zeilenlayout */

#BEWE_WEB-allgemeinesBestellwesenForm .row-view.column-view .bestellung_links {
	margin-right: 0;
	width: 100%;
}


/* Warenkorbansicht */

#BEWE_WEB-allgemeinesBestellwesenForm .row-view .bestellung_container.active .bestellung_links {
	margin-right: 0;
	max-width: 100px;
	width: auto;
}


@media (max-width: 722px) {

    /* Bestell- und Warenkorbansicht im Spaltenlayout */

    #BEWE_WEB-allgemeinesBestellwesenForm .column-view .article-list .bestellung_container {
        width: 100%;
    }

    #BEWE_WEB-allgemeinesBestellwesenForm .column-view .article-list .add-article-container {
        left: unset;
        right: 0;
    }

    #BEWE_WEB-allgemeinesBestellwesenForm .column-view .article-list .bestellung_rechts .bestellung_preis {
        text-align: right;
    }

}

@media (max-width: 690px) {

    /* Bestell- und Warenkorbansicht im Zeilenlayout */

	#BEWE_WEB-allgemeinesBestellwesenForm .row-view .bestellung_container.active .bestellung_links {
		max-width: 100%;
	}

    #BEWE_WEB-allgemeinesBestellwesenForm .row-view.column-view .article-list .bestellung_bild img {
        height: 100%;
        max-height: 250px;
        width: auto;
    }

}

/* ============================================ */
/* cms-incident-message                 - Start */
/* ============================================ */

.cms-incident-message .message .esvlink:hover .esvlink-linktext,
.main-incident-message .message .esvlink:hover .esvlink-linktext {
	text-decoration: unset;
}

.cms-incident-message .message .icon_small,
.main-incident-message .message .icon_small {
	filter: brightness(0);
}


/* ============================================ */
/* cookie-banner                        - Start */
/* ============================================ */

.consent-left a.esvlink span.esvlink-linktext {
    text-decoration: underline;
}
  
.consent-left a.esvlink span.esvlink-linktext:hover {
    text-decoration: none;
}


/* ============================================ */
/* footer                               - Start */
/* ============================================ */

#esv-footer {
    background: var(--main-bg-color);
    color: var(--main-text-color-light-green);
    padding-bottom: 110px;
}

#esv-footer a {
    color: var(--main-text-color-light-green);
}

#esv-footer .top {
    margin-top: 40px;
}

#esv-footer .top .sv-up {
    font-size: 2.722rem;
}

#esv-footer .footer-contact {
    margin-bottom: 60px;
    text-align: center;
}

#esv-footer .footerlogo img {
    height: 67px;
    margin-bottom: 32px;
    width: auto;
}

#esv-footer .footer-contact .text {
    font-size: 0.778rem;
    letter-spacing: 1.4px;
    line-height: 1.222rem;
}

#esv-footer .footer-contact .text p {
    padding-bottom: 0;
}

#esv-footer .footer-content .linkbox {
    border: none;
    font-size: 0.778rem;
    letter-spacing: 2.52px;
    line-height: 1.111rem;
    margin-bottom: 0;
    width: 33.33%
}

#esv-footer .footer-content .linkbox li {
    padding: 0;
}

#esv-footer .footer-content .linkbox:nth-child(2) {
    text-align: center;
}

#esv-footer .footer-content .linkbox:nth-child(3) {
    text-align: right;
}

#esv-footer .footer-content .linkbox a {
    display: inline-block;
    min-height: 24px;
}

#esv-footer .footer-content .linkbox a .esvlink-linktext {
    vertical-align: middle;
}

#esv-footer .contacticons {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 35px;
    width: 360px;
}

#esv-footer .footer-freetext-two {
    font-size: 0.778rem;
    letter-spacing: 1.4px;
    line-height: 1.222rem;
    text-align: center;
}

#esv-footer .footer-freetext-two p {
    padding-bottom: 0;
}

#esv-footer .footer-freetext-two img {
    float: none;
    margin: 5px 10px 0 10px;
    vertical-align: middle;
    width: 150px;
}

#esv-footer .menu-others {
    margin: 45px auto 0 auto;
    max-width: 659px;
}

#esv-footer .others,
#esv-footer .partner {
    background: none;
    border: 2px solid var(--footer-border-color);
    border-radius: 34px;
    font-family: 'Inter', sans-serif;
    font-size: 0.778rem;
    font-weight: normal;
    height: 50px;
    letter-spacing: 1.4px;
    line-height: 0.944rem;
    margin-right: 0;
    max-width: 312px;
    width: 100%;
}

#esv-footer .others {
    margin-right: 35px;
}

#esv-footer a.carrierajaxurl {
    color: var(--main-text-color-light-green);
    padding: 15px 15px 14px 15px;
    position: relative;
    text-align: center;
}

#esv-footer .others a.carrierajaxurl {
    z-index: 11;
}

#esv-footer .partner a.carrierajaxurl {
    z-index: 13;
}

#esv-footer .menu-others .sv-down {
    font-size: 2.222rem;
    position: absolute;
    right: 10px;
    top: 6px;
}

#esv-footer .others .carrier_dropdown {
    z-index: 10;
}

#esv-footer .partner .carrier_dropdown {
    z-index: 12;
}

#esv-footer .others-bot .carrier_dropdown {
    background: var(--main-bg-color);
    border: 2px solid var(--footer-border-color);
    border-radius: 23px;
    bottom: -2px;
    color: var(--main-text-color-light-green);
    left: -2px;
    padding-bottom: 50px;
    width: calc(100% + 4px);
}

#esv-footer .others-bot .carrier_dropdown li {
    border: none;
}

#esv-footer .carrier_dropdown a {
    color: var(--main-text-color-light-green);
    padding: 8px 15px;
    position: relative;
}

#esv-footer .carrier_dropdown a:hover,
#esv-footer .carrier_linklist a:hover {
    color: var(--main-text-color-light-green);
    background: none;
}

#esv-footer .close_carrierlinks a {
    height: 40px;
}

#esv-footer .carrier_dropdown .close_carrierlinks a img {
    display: none;
}

#esv-footer .carrier_dropdown .close_carrierlinks a:before {
    bottom: 15px;
    content: "\e919";
    font-family: 'sv_icons';
    font-size: 2.222rem;
    left: calc(50% - 20px);
    position: absolute;
}


@media (max-width: 960px) {

    #esv-footer .partner {
        margin-left: 0;
    }

}

@media (max-width: 700px) {

    #esv-footer {
        padding-bottom: 40px;
    }

    #esv-footer .footer-content {
        margin-bottom: 40px;
    }

    #esv-footer .footer-content .linkbox {
        float: none;
        width: 100%;
    }

    #esv-footer .footer-content .linkbox,
    #esv-footer .footer-content .linkbox:nth-child(2),
    #esv-footer .footer-content .linkbox:nth-child(3) {
        text-align: center;
    }

    #esv-footer .contacticons {
        padding-bottom: 30px;
        width: 260px;
    }

    #esv-footer .menu-others {
        margin-top: 40px;
    }

    #esv-footer .others,
    #esv-footer .partner {
        float: none;
        margin: 0 auto 40px auto;
    }

}

/* ============================================ */
/* footer                                 - End */
/* ============================================ */
