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


lctile Element-Typ:
    Typ 2: .tile.tile_type02:
        Kachel mit Schatten.
        Kachel-Bild wird oben über die Kachel hinaus geschoben.
*/


/* ============================================ */
/* 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);
}


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

.lc_navigations {
    display: none;
}


/* ============================================ */
/* 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;
}


@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.588rem;
    font-weight: 900;
    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;
    }

}
