
/* SV.EINLOESEN/[Layout]/portal.css


16px = 0.727rem
18px = 0.818rem
22px = 1rem (base)
24px = 1.090rem
26px = 1.181rem
28px = 1.272rem
30px = 1.363rem
44px = 2rem
48px = 2.181rem
55px = 2.5rem


zeilenkonzeptmetacontainer "Zusätzliche HTML Klasse":
    Custom1: .meta_container.mc-custom1:
        - Oben und unten abgeschrägt
        - Maximale Breite für den Inhalt
    Custom2: .meta_container.mc-custom2 .lc_freetextpart:
        Angepasste Darstellung im zeilenkonzeptfreetextpart:
            - Schriftgröße
            - rechtsbündig
            - verfügbare Textbreite
    Custom3: .meta_container.mc-custom3:
        Maximale Breite für den Inhalt

zeilenkonzeptfreetextpart "Zusätzliche HTML Klasse":
    Custom1: .lc_freetextpart.custom1:
        Paragraph mit größerer Schrift.

lctile Element-Typ:
    Typ 2: .tile.tile_type02:
        Kachel-Bilder werden mobile kleiner dargestellt.

/*


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

/* color definition */

:root {
    --p-text-color: #008859;

    --g-link-text-color-02: #434A54;

    --g-nav-text-color: #434A54;

    --lc-lcbackgrounddesign-bg-color-grey: #F1F5F6;
    --lc-lcbackgrounddesign-bg-color-lightgreen: #EEF7F7;

    --g-nav-bg-color-05: #ffffff;
    --g-footer-bg-color: #434A54;
    --g-carrierdropdown-bg-color: #DDDDDD;

    --p-shadow-color: #ffffff;
    --p-shadow-color-02: rgba(0, 0, 0, 0.10);
}


/* html, body */
 
body,
html {
    font-size: 22px;
    line-height: 1.272rem
}


/* font */

h1,
.text h1,
.tile h1,
.titlezone h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

h2,
.text h2,
.tile h2,
.detail .text h2,
h3,
.text h3,
.tile h3 {
    font-size: 2rem;
    line-height: 2.181rem;
}

h4,
.text h4,
.tile h4
h5,
.text h5,
.tile h5,
h6,
.text h6,
.tile h6 {
    font-size: 1.09rem;
    line-height: 1.363rem;
}

#esv-container p:has(.size_25pc) {
    padding-bottom: 6px;
}


/* content */

.main > ul,
.lc_pageheader .bigimage_teaser .teaser_text,
.center {
  width: 1460px;
}

.bigimage_teaser .teaser_text {
    left: unset;
    width: 100%;
}

.bigimage_teaser .freetext {
    max-width: 1460px;
}


/* Besondere Link Darstellung */

a.esvlink_button_right,
a.esvlink_button_left,
a.esvlink-only-border.esvlink_arrow_right {
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.181rem;
    margin: 30px 0 0 0;
    padding: 15px 40px;
    text-transform: uppercase;
    width: fit-content;
}

a.esvlink_button_left:link,
a.esvlink_button_left:hover,
a.esvlink_button_left:active,
a.esvlink_button_left:visited,
a.esvlink_button_right:link,
a.esvlink_button_right:hover,
a.esvlink_button_right:active,
a.esvlink_button_right:visited,
a.esvlink-only-border.esvlink_arrow_right {
  border-width: 1px;
}

a.esvlink_button_right:hover,
a.esvlink_button_left:hover {
    background: var(--g-bg-color-02);
    color: var(--g-link-text-color);
}

ul + p a.esvlink_button_right,
ul + p a.esvlink_button_left,
ul + p a.esvlink-only-border.esvlink_arrow_right {
    margin-top: 45px;
}

a.esvlink_button_right {
    margin-left: auto;
}

a.esvlink_button_right:before,
a.esvlink_button_left:before,
a.esvlink-only-border.esvlink_arrow_right:before {
    content: "\e969";
    font-family: 'sv_icons' !important;
    font-size: 23px;
}

a.esvlink-only-border.esvlink_arrow_right:before {
    align-items: center;
    display: flex;
    position: static;
}

a.esvlink_button_right .esvlink-linktext,
a.esvlink_button_left .esvlink-linktext,
a.esvlink-only-border.esvlink_arrow_right .esvlink-linktext {
    padding-left: 15px;
}

a.esvlink-only-border.esvlink_arrow_right .esvlink-linktext {
    text-decoration: none;
}


/* list */

ul {
    margin: 0 0 30px 0;
}

.text li {
    padding: 0;
}


@media (max-width: 1960px) {

    /* html, body */
 
    body,
    html {
        font-size: 20px;
    }

}

@media (max-width: 1590px) {

    .main > ul,
    .lc_pageheader .bigimage_teaser .teaser_text,
    .center,
    #esv-header .center,
    footer .center {
        width: 92%;
    }

    .bigimage_teaser .freetext {
        max-width: 100%;
    }

}

@media (max-width: 1470px) {

    /* html, body */
 
    body,
    html {
        font-size: 18px;
    }

}

@media (max-width: 1300px) {

    .bigimage_teaser {
        height: unset;
    }

}

@media (max-width: 1080px) {

    /* html, body */
 
    body,
    html {
        font-size: 16px;
    }

}

@media (max-width: 960px) {

    /* content */

    .center,
    footer .center,
    .meta_container.mc-custom2 .center {
        max-width: 600px;
    }

    #esv-header .center {
        max-width: none;
        width: calc(100% - 36px);
    }


    /* font */

    h1,
    .text h1,
    .tile h1 {
        margin-bottom: 22px;
    }

    h2,
    .text h2,
    .tile h2,
    h3,
    .text h3,
    .tile h3 {
        margin: 12px 0 22px 0;
    }

    h4,
    .text h4,
    .tile h4
    h5,
    .text h5,
    .tile h5,
    h6,
    .text h6,
    .tile h6 {
        margin-bottom: 10px;
    }

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


    /* Besondere Link Darstellung */

    a.esvlink_button_right,
    a.esvlink_button_left,
    a.esvlink-only-border.esvlink_arrow_right {
        margin-top: 15px;
        min-height: unset;
        padding: 12px 40px;
    }

    .tile a.esvlink_button_right,
    .tile a.esvlink_button_left {
        margin-bottom: 22px;
    }

    .tile a.esvlink-only-border.esvlink_arrow_right {
        margin: 22px 0;
    }

    ul + p a.esvlink_button_right,
    ul + p a.esvlink_button_left,
    ul + p a.esvlink-only-border.esvlink_arrow_right {
        margin-top: 30px;
    }


    /* list */

    ul {
        margin-bottom: 22px;
    }

}

@media (max-width: 600px) {

    /* html, body */
 
    body,
    html {
        font-size: 15px;
    }


    /* content */

    .contentline .center,
    #esv-header .center,
    footer .center {
        width: 94%;
    }

    /* font */

    h1,
    .text h1,
    .tile h1 {
        margin-bottom: 15px;
    }

    h2,
    .text h2,
    .tile h2,
    h3,
    .text h3,
    .tile h3 {
        margin: 8px 0 15px 0;
    }

    h4,
    .text h4,
    .tile h4
    h5,
    .text h5,
    .tile h5,
    h6,
    .text h6,
    .tile h6 {
        margin-bottom: 8px;
    }

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


    /* Besondere Link Darstellung */

    a.esvlink_button_right,
    a.esvlink_button_left,
    a.esvlink-only-border.esvlink_arrow_right {
        padding: 8px 25px;
    }

    .tile a.esvlink_button_right,
    .tile a.esvlink_button_left {
        margin-bottom: 15px;
    }

    .tile a.esvlink-only-border.esvlink_arrow_right {
        margin: 15px 0;
    }

    /* list */

    ul {
        margin-bottom: 15px;
    }

}

@media (max-width: 360px) {

    /* Besondere Link Darstellung */

    a.esvlink_button_right,
    a.esvlink_button_left,
    a.esvlink-only-border.esvlink_arrow_right {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 330px) {

    /* content */

    .center {
        padding: 0;
    }

}


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

#esv-header {
    box-shadow: 0px -1px 2px 0px var(--p-shadow-color-02), 0px 10px 20px 0px var(--p-shadow-color-02);
    height: 100px;
}

#esv-header .center {
    height: 100%;
}

#esv-header .logo,
.fixed #esv-header .logo {
    top: 50%;
    transform: translateY(-50%);
}

#esv-header .logo img,
.fixed #esv-header .logo img {
    display: block;
    height: 82px;
}

.tools {
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    width: 116px;
    z-index: 1;
}

.tools .column1,
.tools .column2 {
    min-height: unset;
    width: 58px;
}

.accessicon,
.login,
.menuicon {
    height: 39px;
    margin-left: 20px;
}

.accessicon {
    padding: 0;
}

#kontrastmodus,
.login > a,
.menuicon>a {
    height: 39px;
}

.accessicon img,
img#login_icon,
.menuicon img {
    padding: 0 3px;
    width: 38px;
}

.tools .column2 {
    background: unset;
    display: flex;
}

.login {
    background: unset;
    float: none;
    width: 38px;
}

.menuicon img {
    display: block;
}


/* fixed header */

.fixed #esv-header {
    height: 100px;
}

.fixed #esv-header .accessicon {
    display: block;
}

.fixed #esv-header .menuicon {
    padding: 0;
}


@media (max-width: 1200px) {

    .tools {
        display: none;
        width: 138px;
    }

    .tools.tools-visible {
        display: flex;
    }

    .tools .column1 {
        width: 46px;
    }

    .tools .column2 {
        width: 92px;
    }

    .accessicon,
    .login,
    .menuicon {
        margin-left: 8px;
    }

    .menuicon {
        display: block;
    }


    /* fixed header */

    .fixed #esv-header {
        height: 50px;
    }

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

    .fixed #esv-header .menuicon {
        display: block;
    }

}

@media (max-width: 960px) {

    #esv-header {
        height: 50px;
    }

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

    .accessicon,
    .login,
    .menuicon {
        padding: 0;
        width: 38px;
    }

    .accessicon img,
    .menuicon img {
        height: 39px;
    }

    .login {
        padding: 0;
    }

    .login a#login_link {
        padding-top: 0;
    }

    .menuicon {
        background: none;
    }

}


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

#esv-header .main {
    background: unset;
    font-family: 'Roboto', sans-serif;
    height: unset;
}

#esv-header .main>ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 131px;
}

#esv-header .main .menu-item {
    margin: 0 15px 20px 15px;
    padding: 0;
    text-transform: none;
}

#esv-header .main .menu-item a {
    height: unset;
    font-weight: 600;
    letter-spacing: normal;
    padding: 15px;
}

#esv-header .main .menu-item a:visited {
    color: var(--g-link-text-color-02);
}

#esv-header .main .menu-item a:hover,
#esv-header .main .current-menu-item a,
#esv-header .main .current-menu-item a:visited {
    color: var(--g-link-text-color);
    text-decoration: underline 2px;
    text-underline-offset: 35px;
}

#esv-header .main .menu-item.current-menu-item a:visited {
    color: var(--g-link-text-color);
}


@media (max-width: 1200px) {

    #esv-header .main {
        display: none;
    }

}


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

@media (max-width: 1200px) {

    .mobilenavi {
        padding: 15px;
    }

    .mobilenavi>ul {
        padding-top: 68px;
    }

    .mobilenavi .menu-item {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.875rem;
    }

    .mobilenavi li {
        padding: 0;
        text-transform: none;
    }

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

    .mobilenavi li ul {
        margin: 0;
        padding: 0;
    }

    .mobilenavi li li:first-child {
        margin-top: 0;
    }

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

    .mobilenavi li a {
        margin: 10px 0;
        padding: 10px 0;
        text-align: center;
    }

    .mobilenavi li a:visited {
        color: var(--g-nav-text-color);
    }

    .mobilenavi .current-menu-item>a,
    .mobilenavi .current-menu-item>a:visited,
    .mobilenavi li a:hover {
        color: var(--g-link-text-color);
    }

    .mobilenavi .closenavi {
        height: 40px;
        right: 15px;
        text-decoration: none;
        top: 15px;
        width: 40px;
    }

    .mobilenavi .closenavi,
    .mobilenavi .closenavi:visited {
        color: var(--g-link-text-color-02);
    }

    .mobilenavi .closenavi:after {
        content: "\e955";
        font-family: 'sv_icons' !important;
        font-size: 34px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mobilenavi .closenavi img {
        width: 0;
    }

}


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

.lc_pageheader {
    margin-top: 0;
}

.lc_pageheader .bigimage_teaser {
    max-height: 744px;
}

.lc_pageheader .bigimage_teaser.light {
    color: var(--g-text-color);
}

.lc_pageheader .cover {
    max-height: 744px;
    object-fit: cover;
}

.lc_pageheader .bigimage_teaser .teaser_text {
    align-items: end;
    justify-content: right;
    left: calc((100% - 1460px) / 2 );
}

.lc_pageheader .bigimage_teaser .freetext {
    margin-bottom: 110px;
    max-width: 470px;
    text-align: right;
    text-shadow: 0px 0px 10px var(--p-shadow-color), 0px 0px 200px var(--p-shadow-color), 0px 0px 50px var(--p-shadow-color);
}

.lc_pageheader h1 span {
    display: block;
    font-size: 0.818rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 0.818rem;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.lc_pageheader p {
    font-size: 1.272rem;
    font-weight: 500;
    line-height: 1.363rem;
}

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

.lc_pageheader .bigimage_teaser .freetext a.esvlink_button_right {
    text-shadow: none;
}


/* copyright */

.lc_pageheader .bigimage_teaser>picture .img-copyright {
    display: inline-block;
    width: 100vw;
}

.lc_pageheader .open-img-copyright-icon .img-copyright-icon {
    bottom: unset;
    right: unset;
    top: 0;
}

.lc_pageheader .open-img-copyright-text .img-copyright-text {
    bottom: unset;
    padding-left: 0;
    padding-right: 5px;
    top: 0;
}

.lc_pageheader .open-img-copyright-text .img-copyright-text span {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 25px;
}

.lc_pageheader .open-img-copyright-text .img-copyright-close {
    left: 0;
    right: unset;
}


@media (max-width: 1590px) {

    .lc_pageheader .bigimage_teaser .teaser_text {
        left: 4%;
    }

}

@media (max-width: 960px) {

    .lc_pageheader .bigimage_teaser {
        max-height: none;
    }

    .lc_pageheader .cover {
        float: none;
        max-height: 50vh;
    }

    .lc_pageheader picture {
        position: relative;
    }

    .lc_pageheader picture:after {
        background: var(--g-bg-color-02);
        clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
        content: "";
        height: 75px;
        left: 0;
        position: absolute;
        bottom: -32px;
        width: 100%;
    }

    .lc_pageheader .bigimage_teaser .teaser_text {
        position: static;
    }

    .lc_pageheader .bigimage_teaser .freetext {
        margin: 0 auto;
        max-width: 600px;
        padding: 60px 10px;
        text-align: center;
    }

    .lc_pageheader h1 span {
        margin-bottom: 22px;
    }

    .lc_pageheader a.esvlink_button_right {
        margin-right: auto;
    }

}

@media (max-width: 600px) {

    .lc_pageheader picture:after {
        height: 50px;
        bottom: -20px;
    }

    .lc_pageheader .bigimage_teaser .freetext {
        margin: 0 auto;
        max-width: 600px;
        padding: 40px 8px;
        text-align: center;
    }

    .lc_pageheader h1 span {
        margin-bottom: 15px;
    }

}


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

/* Hintergrundfarbe */

.meta_container.bg_grey,
.meta_container.bg-lightgreen {
    margin-bottom: 0;
}


/* Zusätzliche HTML Klasse: Custom1 */

.meta_container.mc-custom1 {
    padding: 65px 0;
    position: relative;
}

.meta_container.mc-custom1:before,
.meta_container.mc-custom1:after {
    background: var(--lc-lcbackgrounddesign-bg-color-lightgreen);
    content: "";
    height: 110px;
    left: 0;
    position: absolute;
    width: 100%;
}

.meta_container.mc-custom1:before {
    clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
    top: -76px;
}

.meta_container.mc-custom1:after {
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 0% 100%);
    bottom: -76px;
}

.meta_container.mc-custom1 h2 {
    margin-top: 0;
}


/* Zusätzliche HTML Klasse: Custom2 */

.meta_container.mc-custom2.bgimage {
    padding-bottom: 0;
}

.meta_container.mc-custom2 .bigimage_teaser .teaser_text {
    padding: 80px 0;
}

.meta_container.mc-custom2 .lc_freetextpart .freetext {
    margin-left: auto;
    max-width: 40%;
}

.meta_container.mc-custom2 .lc_freetextpart .freetext.text {
    line-height: 1.272rem;
}

.meta_container.mc-custom2 .lc_freetextpart .freetext>* {
    text-align: right;
}

.meta_container.mc-custom2 .lc_freetextpart .freetext h3 {
    margin-top: 30px;
}


@media (min-width: 1471px) {

    .meta_container.mc-custom2 .cover {
        min-height: 615px;
        object-fit: cover;
    }

}

@media (max-width: 1470px) {

    /* Zusätzliche HTML Klasse: Custom2 */

    .meta_container.mc-custom2 .center {
        max-width: 1080px;
    }

    .meta_container.mc-custom2 .bigimage_teaser .teaser_text {
        padding: 0 0 30px 0;
        position: static;
    }

    .meta_container.mc-custom2 .bigimage_teaser .cover {
        margin-left: 6%;
        max-width: none;
        width: 140%;
    }

    .meta_container.mc-custom2 .lc_freetextpart .freetext {
        max-width: 100%;
    }

    .meta_container.mc-custom2 .lc_freetextpart .freetext>* {
        text-align: left;
    }

    .meta_container.mc-custom2 .lc_freetextpart a.esvlink-only-border.esvlink_arrow_right {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 961px) {

    /* Zusätzliche HTML Klasse: Custom1 und Custom3 */

    .meta_container.mc-custom1 .center,
    .meta_container.mc-custom3 .center {
        max-width: 1080px;
    }

}

@media (max-width: 960px) {

    .meta_container {
        padding: 60px 0 0 0;
    }

    .meta_container:last-child {
        padding-bottom: 60px;
    }


    /* Zusätzliche HTML Klasse: Custom1 */

    .meta_container.mc-custom1 {
        padding: 144px 0;
    }

    .meta_container.mc-custom1:before,
    .meta_container.mc-custom1:after {
        height: 75px;
    }

    .meta_container.mc-custom1:before {
        top: -38px;
    }

    .meta_container.mc-custom1:after {
        bottom: -38px;
    }
    
    
    /* Zusätzliche HTML Klasse: Custom2 */

    .meta_container.mc-custom2 {
        margin: 60px 0 22px 0;
        padding-bottom: 22px;
    }

    .meta_container.mc-custom2 .bigimage_teaser .cover {
        margin-left:-12%;
        width: 200%;
    }

    .meta_container.mc-custom2 .bigimage_teaser .freetext {
        margin-top: 22px;
    }

}

@media (max-width: 600px) {

    .meta_container {
        padding: 40px 0 0 0;
    }

    .meta_container:last-child {
        padding-bottom: 40px;
    }


    /* Zusätzliche HTML Klasse: Custom1 */

    .meta_container.mc-custom1 {
        padding: 85px 0;
    }

    .meta_container.mc-custom1:before,
    .meta_container.mc-custom1:after {
        height: 50px;
    }

    .meta_container.mc-custom1:before {
        top: -25px;
    }

    .meta_container.mc-custom1:after {
        bottom: -25px;
    }


    /* Zusätzliche HTML Klasse: Custom2 */

    .meta_container.mc-custom2 {
        margin: 40px 0 15px 0;
        padding-bottom: 15px;
    }

    .meta_container.mc-custom2 .bigimage_teaser .cover {
        margin-left:-38%;
        width: 280%;
    }

    .meta_container.mc-custom2 .bigimage_teaser .freetext {
        margin-top: 15px;
    }

}


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

.lc_columnContainer .columns4_layout {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px);
}

.lc_columnContainer .columnContainer-freetext {
    margin-bottom: 42px;
}

.lc_columnContainer .columnContainer-freetext h2 {
    margin-bottom: 0;
}


@media (max-width: 960px) {

    .lc_columnContainer .columns4_layout {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: calc(50% - 11px) calc(50% - 11px);
    }

    .lc_columnContainer .columnContainer-freetext {
        margin-bottom: 22px;
    }

}

@media (max-width: 600px) {

    .lc_columnContainer .columns4_layout {
        grid-row-gap: 15px;
        grid-template-columns: 100%;
    }

    .lc_columnContainer .columnContainer-freetext {
        margin-bottom: 0;
    }

}


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

.tile {
    padding: 0 30px;
}

.tile .textbox .text {
    line-height: 1.272rem;
}

.tile .textbox .text,
.tile .text.noHeadline {
    padding: 30px 0;
}

.tile strong {
    line-height: 1.181rem;
}

.tile .more_link {
    display: none;
}


/* image position */

.tile.image_left,
.tile.image_right {
    margin-bottom: 80px;
    padding: 0;
}

.tile.image_left:last-child,
.tile.image_right:last-child {
    margin-bottom: 0;
}

.tile.image_left .imagebox,
.tile.image_right .imagebox,
.tile.image_left .textbox,
.tile.image_right .textbox {
    width: calc(50% - 40px);
}

.tile.image_left .img-copyright,
.tile.image_right .img-copyright {
    aspect-ratio: 1 / 1;
}

.tile.image_left .tileimg,
.tile.image_right .tileimg {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tile.image_left h3,
.tile.image_right h3 {
    margin-bottom: 45px;
}

#esv-container .tile.image_left p:last-child,
#esv-container .tile.image_right p:last-child {
    padding-bottom: 15px;
}


@media (max-width: 1200px) {

    /* image position */

    .tile.image_left,
    .tile.image_right {
        flex-direction: column;
    }

    .tile.image_left .imagebox,
    .tile.image_right .imagebox {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        width: 100%;
    }

    .tile.image_right .imagebox {
        order: unset;
    }

    .tile.image_left .textbox,
    .tile.image_right .textbox {
        width: 100%;
    }

    .tile.image_left .textbox .text,
    .tile.image_right .textbox .text {
        padding-top: 60px;
    }

    .tile.image_left h3,
    .tile.image_right h3 {
        margin-bottom: 34px;
    }

    .tile.image_left a.esvlink-only-border.esvlink_arrow_right,
    .tile.image_right a.esvlink-only-border.esvlink_arrow_right {
        display: flex;
    }

    .tile.image_left a.esvlink_button_right,
    .tile.image_left a.esvlink_button_left,
    .tile.image_left a.esvlink-only-border.esvlink_arrow_right,
    .tile.image_right a.esvlink_button_right,
    .tile.image_right a.esvlink_button_left,
    .tile.image_right a.esvlink-only-border.esvlink_arrow_right {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 960px) {

    .tile {
        padding: 0;
    }

    .tile .textbox .text,
    .tile .text.noHeadline {
        padding: 22px 0;
    }

    .tile p:last-child a.esvlink_button_right,
    .tile p:last-child a.esvlink_button_left,
    .tile p:last-child a.esvlink-only-border.esvlink_arrow_right {
        margin-bottom: 0;
    }


    /* image position */

    .tile.image_left,
    .tile.image_right {
        margin-bottom: 60px;
    }

    #esv-container .tile.image_left p:last-child,
    #esv-container .tile.image_right p:last-child {
        padding-bottom: 0;
    }

}

@media (max-width: 600px) {

    .tile {
        padding: 0 15px;
    }

    .tile .textbox .text,
    .tile .text.noHeadline {
        padding: 15px 0;
    }

    /* image position */

    .tile.image_left,
    .tile.image_right {
        margin-bottom: 40px;
    }

    .lc_columnContainer:has(.tile.image_left) .center,
    .lc_columnContainer:has(.tile.image_right) .center {
        width: 100%;
    }

    .tile.image_left .textbox,
    .tile.image_right .textbox {
        margin: 0 auto;
        width: 94%;
    }

    .tile.image_left .textbox .text,
    .tile.image_right .textbox .text {
        padding-top: 40px;
    }

    .tile.image_left h3,
    .tile.image_right h3 {
        margin-bottom: 23px;
    }


    /* Element-Typ: Typ 2 */

    .tile.tile_type02 .imagebox .tilelink img {
        width: 290px;
    }

}


/* ============================================ */
/* zeilenkonzeptfreetextpart            - Start */
/* ============================================ */

/* Zusätzliche HTML Klasse: Custom1 */

.lc_freetextpart.custom1 p {
    font-size: 1.272rem;
    font-weight: 500;
    line-height: 1.363rem;
}


/* Zusätzliche HTML Klasse: Custom2 */

.lc_freetextpart.custom2 {
    color: var(--p-text-color);
}

.lc_freetextpart.custom2 p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.181rem;
}

#esv-container .lc_freetextpart.custom2 p:last-child {
    padding-bottom: 15px;
}


@media (max-width: 960px) {

    /* Zusätzliche HTML Klasse: Custom2 */

    .meta_container:has(.lc_freetextpart.custom2) {
        margin-top: 60px;
    }

    #esv-container .lc_freetextpart.custom2 p:last-child {
        padding-bottom: 10px;
    }

}

@media (max-width: 600px) {

    /* Zusätzliche HTML Klasse: Custom2 */

    .meta_container:has(.lc_freetextpart.custom2) {
        margin-top: 40px;
    }

    #esv-container .lc_freetextpart.custom2 p:last-child {
        padding-bottom: 8px;
    }

}


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

.accordion dt a {
    font-size: 1.272rem;
    line-height: 1.363;
}

.accordion .freetext.text {
    line-height: 1.272rem;
}


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

.reset-contextfilter a {
    line-height: 1.318rem;
}

.faq-result .faq-categories p span {
    font-size: 0.7rem;
}


/* ============================================ */
/* esvlink                              - Start */
/* ============================================ */

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


/* ============================================ */
/* esvcustomtextformat                  - Start */
/* ============================================ */

.custom-text-format-bigger {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2.5rem;
}


/* ============================================ */
/* esvbild                              - Start */
/* ============================================ */

.size_25pc {
    margin-top: 43px;
    max-width: 88px;
}


@media (max-width: 1200px) {

    .size_25pc {
        margin-top: 0;
    }

}


/* ============================================ */
/* footer                               - Start */
/* ============================================ */

#esv-footer {
    margin-top: 52px;
    padding: 80px 0;
    position: relative;
}

#esv-footer:before {
    background: var(--g-footer-bg-color);
    clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    height: 110px;
    left: 0;
    position: absolute;
    top: -55px;
    width: 100%;
}

.top {
    font-family: 'Roboto', sans-serif;
    font-size: 0.727rem;
    letter-spacing: normal;
    line-height: 1rem;
    margin: 0 0 80px 0;
    padding: 33px 0 25px;
    position: relative;
    text-transform: none;
}

.top:before {
    content: "\e919";
    font-family: "sv_icons" !important;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

#esv-footer .column1 {
    width: 78.5%;
}

#esv-footer .others,
#esv-footer .partner {
    font-family: 'Roboto', sans-serif;
    height: unset;
    margin-right: 19%;
    position: relative;
    width: 31%;
}

#esv-footer a.carrierajaxurl {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.181rem;
    padding: 15px 55px 15px 15px;
    text-align: center;
}

.others img,
.partner img {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.others-bot .carrier_dropdown {
    bottom: 50px;
}

.column1 .linkbox .esvlinks li a {
    font-family: 'Roboto', sans-serif;
}


.footer_contact {
    padding: 0;
    width: 21.5%;
}

.contacticons {
    display: none;
}

.footerlogo img {
    height: 65px;
    margin-bottom: 15px;
    width: auto;
}

.addresstitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.181rem;
    margin: 0;
}

.address span {
    font-size: 0.818rem;
    font-weight: 500;
    line-height: 1.181rem;
}

.footer_content {
    margin-top: 80px;
}

.footer_content .linkbox {
    margin-bottom: 118px;
    padding: 0;
}

.footer_content li {
    font-size: 0.818rem;
    line-height: 1rem;
    text-align: center;
}


@media (max-width: 960px) {

    #esv-footer {
        padding: 60px 0;
    }

    #esv-footer:before {
        height: 75px;
        top: -38px;
    }

    .top {
        margin-bottom: 60px;
        padding-bottom: 22px;
        padding-top: 28px;
    }

    #esv-footer .column1 {
        margin-top: 0;
        width: 100%;
    }

    #esv-footer a.carrierajaxurl {
        padding: 10px 10px 10px 10px;
    }

    .others-bot .carrier_dropdown {
        bottom: 35px;
    }

    .others img,
    .partner img {
        right: 10px;
    }

    #esv-footer .others,
    #esv-footer .partner {
        margin: 0 0 22px 0;
        width: 100%;
    }

    .footer_contact {
        margin-top: 60px;
        text-align: center;
        width: 100%;
    }

    .footerlogo img {
        margin-bottom: 10px;
    }

    .footer_content {
        margin-top: 60px;
    }

    .footer_content .linkbox {
        margin-bottom: 22px;
        width: 100%;
    }

    .footer_content .linkbox:last-child {
        margin-bottom: 0;
    }

}

@media (max-width: 600px) {

    #esv-footer {
        padding: 40px 0;
    }

    #esv-footer:before {
        height: 50px;
        top: -25px;
    }

    .top {
        margin-bottom: 40px;
        padding-bottom: 15px;
        padding-top: 24px;
    }

    #esv-footer a.carrierajaxurl {
        padding: 8px 8px 8px 8px;
    }

    .others img,
    .partner img {
        right: 8px;
    }

    #esv-footer .others,
    #esv-footer .partner {
        margin-bottom: 22px;
    }

    .others-bot .carrier_dropdown {
        bottom: 27px;
    }

    .footer_contact {
        margin-top: 40px;
    }

    .footer_content {
        margin-top: 40px;
    }

    .footer_content .linkbox {
        margin-bottom: 15px;
    }

    .footer_content .linkbox:nth-child(2n+1) {
        padding: 0;
        width: 100%;
    }

}
