
/* GESUNDHEITSPARTNER.PORTAL/[Layout]/portal.css


zeilenkonzeptmetacontainer "Zusätzliche HTML Klasse":
    Custom1: .meta_container.mc-custom1:
        Bei 3-spaltigem ColumnContainer ist die mittlere Kachel schmäler.
    Custom2: .meta_container.mc-custom2:
        MetaContainer hat oben und unten mehr padding.
        lcheadline ohne Icon bekommt ein Icon aus dem Icon-Font.
lctile Element-Typ:
    Typ 2: .tile.tile_type02:
        Kachel mit Schatten.
        Kachel-Bild wird oben über die Kachel hinaus geschoben.
lctile Element-Typ:
    Typ 3: .meta_container.mc-custom1 .tile.tile_type03:
        Bilder (esvbild) innerhalb eines Paragaph werden nebeneinander dargestellt.
*/


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

/* color definition */

:root {
    --lc-text-color: #475256;

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

    --lc-lcbackgrounddesign-bg-color-grey: #F2F5F5;

    --p-link-bg-color: rgb(0, 135, 92);

    --p-shadow-color: rgba(0, 0, 0, 0.3);
    --p-shadow-color-02: #000;
}


/* body */

html,
body {
    font-size: 17px;
    line-height: 24px;
}


/* content */

.content {
    margin-top: 0;
}


/* font */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

h1,
.text h1,
.tile h1,
.free_column h1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.3rem;
}

h2,
.text h2,
.tile h2,
.free_column h2 {
    color: var(--g-headline-color);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    margin-bottom: 0;
}


/* Besondere Link Darstellung */

a.esvlink_button_right,
a.esvlink_button_left,
a.esvlink_button_center {
    background-color: var(--p-link-bg-color);
}


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

#esv-header,
#esv-header .logo {
    height: 110px;
}

#esv-header .logo {
    top: 0;
}

#esv-header .logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* fixed header */

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

.fixed #esv-header .logo {
    top: 0;
}

.fixed #esv-header .logo a,
.fixed #esv-header .logo img {
    height: 48px;
}

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


@media (max-width: 960px) {

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

    #esv-header .logo a,
    #esv-header .logo img {
        height: 48px;
    }

    .menuicon {
        background: none;
        height: 40px;
        padding: 0;
        width: 41px;
    }

    .menuicon img {
        height: 36px;
    }


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

}


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

nav {
    font-family: "Roboto", sans-serif;
}

#esv-header .main {
    background: none;
    display: flex;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
}

#esv-header .main>ul {
    justify-content: flex-end;
    padding-left: 280px;
}

#esv-header .main .menu-item {
    text-transform: none;
}

#esv-header .main li.menu-item {
    padding: 0 65px;
}

#esv-header .main li.menu-item:first-child {
    padding-left: 0;
}

#esv-header .main li.menu-item:last-child {
    padding-right: 0;
}

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


@media (max-width: 960px) {

    #esv-header .main li.menu-item {
        padding: 0 35px;
    }

}

@media (max-width: 600px) {

    #esv-header .main li.menu-item {
        padding: 0 15px;
    }

}

@media (max-width: 430px) {

    #esv-header .main li.menu-item {
        padding: 0 7px;
    }

}

@media (max-width: 400px) {

    #esv-header .main li.menu-item {
        padding: 0 4px;
    }

    #esv-header .main a {
        font-size: 0.764rem;
        letter-spacing: normal;
    }

}


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

.lc_navigations {
    display: none;
}


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

.lc_pageheader,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper {
    margin: 0;
    padding: 0;
}

.lc_pageheader .bigimage_teaser .teaser_text {
    align-items: end;
}

.lc_pageheader .bigimage_teaser .freetext {
    bottom: 10%;
}

.lc_pageheader .freetext.text {
    font-size: 3rem;
    line-height: 3rem;
}

.lc_pageheader .freetext.text p {
    padding-left: 15rem;
}

.lc_pageheader .freetext.text p:first-child {
    padding-left: 0;
}

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

.lc_pageheader .freetext.text p span {
    border-radius: 10px;
    padding: 0 10px;
    text-shadow: 0 0 20px var(--p-shadow-color-02);
}


@media (max-width: 1300px) {

    .lc_pageheader .freetext.text {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .lc_pageheader .freetext.text p:first-child,
    .lc_pageheader .freetext.text p {
        padding-left: 0;
    }

}

@media (max-width: 960px) {

    .lc_pageheader .bigimage_teaser {
        height: 60vh;
        max-height: 345px;
    }

}

@media (max-width: 600px) {

    .lc_pageheader .bigimage_teaser {
        height: 50vh;
    }

    .lc_pageheader .freetext.text {
        font-size: 1.9rem;
        line-height: 1.7rem;
    }

}

@media (max-width: 400px) {

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

}


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

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

.meta_container[class*='bg_'],
.meta_container[class*='bg-'] {
    margin: 0;
}

.meta_container:last-child {
    padding-bottom: 0;
}


/* Zusätzliche HTML Klasse: Custom1 */

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

.meta_container.mc-custom1 .lc_columnContainer {
    padding: 0;
}

.meta_container.mc-custom1 .columns3_layout {
    grid-template-columns: 35% 22% 35%;
    grid-column-gap: 4%;
}

.meta_container.mc-custom1 .tile .textbox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.meta_container.mc-custom1 .tile .text {
    padding: 0;
}

.meta_container.mc-custom1 .tile h1 {
    font-size: 1.352rem;
    font-weight: 500;
    line-height: 1.76rem;
    margin: 0;
}

#esv-container .meta_container.mc-custom1 .tile p {
    padding: 0;
}

.meta_container.mc-custom1 .tile a.esvlink_button_center {
    border-radius: 40px;
    border: none;
    letter-spacing: 1px;
    margin: 0 auto 12px auto;
    max-width: 380px;
    min-height: 70px;
    width: calc(100% - 1px);
}


/* Zusätzliche HTML Klasse: Custom1 */
/* lctile - Element-Typ: Typ 3 */

.meta_container.mc-custom1 .tile.tile_type03 p {
    display: flex;
    justify-content: flex-end;
}

.meta_container.mc-custom1 .tile.tile_type03 picture {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

.meta_container.mc-custom1 .tile.tile_type03 img {
    height: 50px;
    margin: 0 0 0 10px;
    width: auto;
}

.meta_container.mc-custom1 .tile.tile_type03 picture:first-child img {
    margin: 0;
}

.meta_container.mc-custom1 .tile.tile_type03 img.size_50pc {
    height: 40px;
    max-width: none;
}


/* Zusätzliche HTML Klasse: Custom2 */

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

.meta_container.mc-custom2.slim .center {
    padding-left: 250px;
    padding-right: 250px;
}

.meta_container.mc-custom2 .no-lcheadline-icon .text:before {
    content: "\e9b2";
    display: block;
    font-family: "sv_icons" !important;
    font-size: 70px;
    text-align: center;
}


@media (max-width: 1300px) {

    /* Zusätzliche HTML Klasse: Custom2 */

    .meta_container.mc-custom2.slim .center {
        padding-left: 13%;
        padding-right: 13%;
    }

}

@media (max-width: 1200px) {

    /* Zusätzliche HTML Klasse: Custom1 */

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


    /* Zusätzliche HTML Klasse: Custom1 */
    /* lctile - Element-Typ: Typ 3 */

    .meta_container.mc-custom1 .tile.tile_type03 p {
        justify-content: center;
    }

}

@media (max-width: 960px) {

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

}


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

.lcheadline .text {
    width: 100%;
}

.lcheadline h2 {
    color: var(--lc-text-color);
    font-size: 2.64rem;
    font-weight: 300;
    line-height: 2.941rem;
    margin: 0 auto 20px auto;
    text-align: center;
}


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

/* Element-Typ: Typ 2 */

.tile.tile_type02,
.lc_columnContainer.slick-carousel-tagtyp-wrapper .tile.tile_type02 {
    border-radius: 7px;
    box-shadow: 0px 3px 11px -5px var(--p-shadow-color);
    margin-top: 65px;
    overflow: unset;
}

.tile.tile_type02 .imagebox {
    left: 50%;
    position: absolute;
    top: -70px;
    transform: translateX(-50%);
}

.tile.tile_type02 .tileimg {
    width: 130px;
}

.tile.tile_type02 .textbox {
    padding-top: 80px;
}

.tile.tile_type02 h3 {
    font-weight: 500;
    font-size: 1.352rem;
    line-height: 1.76rem;
}

.tile.tile_type02.no_link .text {
    padding-bottom: 40px;
}


/* Element-Typ: Typ 2 in Karussell */

.lc_columnContainer.slick-carousel-tagtyp-wrapper .tile.tile_type02 {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 7px;
}


@media (max-width: 959px) {

    .lc_columnContainer.slick-carousel-tagtyp-wrapper .tile.tile_type02 {
        margin-left: 7px;
        margin-right: 7px;
    }

}


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

.footer-content {
    display: flex;
    float: none;
    justify-content: center;
}

.footer-content .linkbox {
    border: none;
    margin-bottom: 50px;
    padding: 0;
}

#esv-footer .footer-content ul,
#esv-footer .footer-content li {
    width: 100%;
}

#esv-footer .footer-content .linkbox .esvlinks li {
    padding: 0;
}

#esv-footer .footer-content a {
    display: block;
    text-align: center;
    width: 100%;
}

.footer-contact {
    display: block;
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.footer-contact .address {
    display: block;
}

.footerlogo img {
    margin-left: 23px;
    width: 240px;
}


@media (max-width: 960px) {

    .footer-contact .address {
        width: 100%;
    }

}

@media (max-width: 600px) {

    .footer-content {
        flex-direction: column;
    }

    .footer-content .linkbox {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-content .linkbox:nth-child(2n+1) {
        padding: 0;
    }

    .footer-content .linkbox:not(:last-child) {
        margin-bottom: 20px;
    }

}
