/* global theme fixes */

.is-expanded {
    max-height: 2048px;
}



/* layout */

.lppl--page * {
    box-sizing: border-box;
}

.lppl--page p,
.lppl--page span {
    font-weight: 300;
    line-height: 1.4;
    font-size: 1rem;
}

.lppl--page sup,
.lppl--page sub {
    line-height: 0;
}


.lppl--page .lppl--section + .lppl--section {
    margin-top: 3rem;
}

.lppl--row + .lppl--row {
    margin-top: 2rem;
}

.container.container--100 {
    max-width: 100%;
    overflow: visible;
}

.container.container--100 > .lppl--row {
    padding-left: 0;
    padding-right: 0;
}


.lppl--row {
    display: flex;
    padding: 0 50px;
}

.lppl--row-block {
    display: block;
    padding: 0 50px;
    overflow: hidden;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: calc((100% - (1 * 1.5rem)) / 2) !important;
}

.col-3 {
    width: calc((100% - (2 * 1.5rem)) / 3) !important;
}

.col-5 {
    width: calc((100% - (4 * 1.5rem)) / 5) !important;
}


.col-2 + .col-2 {
    margin-left: 1.5rem;
}

.col-3 + .col-3 {
    margin-left: 1.5rem;
}

.col-5 + .col-5 {
    margin-left: 1.5rem;
}



/* svg */

.lppl--svg-holder {
    margin: 3rem auto;
    position: relative;
    max-width: 1920px;
}

.lppl--svg-holder > img {
    display: block;
    width: 100%;
    max-width: 1520px;
    height: auto;
    margin: 0 auto;
}



/* text */

.lppl--page img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.lppl--page ul {
    margin: 0;
}

.lppl--page p,
.lppl--page span {
    color: #005670;
    margin: 0;
}

.lppl--title {
    font-weight: 700;
    color: #DA1885;
}

.lppl--page .lppl--h2 {
    margin: 0;
    line-height: 1.2;
    font-size: 3.5rem;
    color: #DA1885;
}
    
.lppl--page .lppl--h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 3rem;
    font-weight: 400;
    color: #DA1885;
}
    
.lppl--page .lppl--h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 2rem;
    color: #DA1885;
}

.lppl--page .lppl--text-smaller {
    font-size: 16px;
}

.lppl--page .lppl--text-bigger {
    font-size: 1.4rem;
}

.lppl--uppercase {
    text-transform: uppercase;
}

.lppl--bold {
    font-weight: 700 !important;
}

.lppl--italic {
    font-style: italic;
}

.lppl--magenta {
    color: #DA1885 !important;
}

.lppl--navy {
    color: #005670 !important;
}

.lppl--bg-gray {
    background: #ECEBEB;
}

.lppl--box-turquoise {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    background: #38ADB1;
}

.lppl--box-turquoise > .lppl--text {
    color: #ffffff;
}

.lppl--text--align-center {
    text-align: center;
}

.lppl--text--align-right {
    text-align: right;
}

.lppl--width--100 {
    width: 100%;
}

.lppl--align-items-center {
    align-items: center !important;
}

.lppl--with-spacing {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.equal-height-holder .lppl--card,
.equal-height-holder .lppl--card-inner {
    height: 100%;
}



/* */

.excerpt-teaser {
    display: flex;
    align-items: center;
    height: auto;
}

.excerpt-teaser .lppl--row {
    width: 100%;
    padding: 0 0 0 1.5rem;
}

.excerpt-teaser--text h2 {
    padding: 0;
}

.excerpt-teaser--btn {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.excerpt-teaser--btn .pagelinker {
    position: relative;
}

.excerpt-teaser--btn .pagelinker h3 {
    margin-bottom: 0;
}

.excerpt-teaser--btn .pagelinker h3:after {
    width: calc(100% - 1.5rem);
}

.excerpt-teaser--btn button {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}



/* banners teasers */

.lppl--section .super-teaser * {
    color: #DA1885 !important;
}

.lppl--section .super-teaser .container > .row {
    height: 100%;
    display: flex;
    align-items: center;
}

.lppl--section .super-teaser h1 {
    max-width: none;
    padding-left: 0;
    font-size: 3.5rem;
    padding-top: 0;
}

.lppl--section .super-teaser .lppl--col-teaser {
    max-width: 70% !important;
    /* padding: 2rem 0; */
}

.lppl--section .super-teaser .container {
    height: 90%;
}



.lppl--accordions-holder {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.lppl--accordion {
    padding: 0 50px;
}

.lppl--accordion + .lppl--accordion {
    margin-top: 1.2rem;
}

.accordion-tab,
.accordion-panel.is-expanded {
    padding: 0;
    margin-bottom: 0 !important;
}

.accordion-tab p.line {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    color: #ffffff;
}



.accordion ul,
.accordion ol {
    font-weight: 300;
    line-height: 1.4;
    font-size: 1rem;
    color: #005670;
}

.accordion ul li:not(:first-child),
.accordion ol li:not(:first-child) {
    margin-top: .5rem;
}



.accordion-row {
    display: flex;
    align-items: flex-start;
    padding: 2rem 2.5rem;
}

.accordion-col-icon {
    display: flex;
    width: 15rem;
    padding-right: 1.5rem;
}

.accordion-col-text {
    width: 100%;
}

.accordion-panel p {
    padding: 0;
}

.accordion .accordion-row .accordion-col-text > * + * {
    margin-top: 1rem !important;
}



.lppl--align-right {
    justify-content: flex-end;
}

.lppl--margin-0-auto {
    display: block;
    margin: 0 auto;
}



.lppl--relative {
    position: relative;
    margin: 3rem 0;
}



.lppl--flex-dir--row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lppl--flex-dir--row img + form {
    margin-left: 3rem;
}



/* cards */

.lppl--card-row + .lppl--card-row {
    margin-top: 1.5rem;
}

.lppl--card {
    background: #F2F1F1;
}

.lppl--card-inner {
    display: flex;
    width: 100%;
    padding: 1.5rem;
}

.lppl--card-horizontal .lppl--card-inner .lppl--card-content {
    width: 100%;
}

.lppl--card-horizontal .lppl--card-inner .lppl--card-image {
    width: 9rem;
}

.lppl--card-horizontal .lppl--card-inner .lppl--card-image img {
    max-width: 100%;
}

.lppl--card-horizontal .lppl--card-inner > * + * {
    margin-left: 1rem;
}

.lppl--card-inner .lppl--card-content > * + .lppl--text,
.lppl--card-inner .lppl--card-content > .lppl--icon + .lppl--sub-title {
    margin-top: .5rem;
}



/* swiper */

.section--swiper {
    overflow: hidden;
}

.section--swiper .container--swiper {
    margin-top: 2rem;
}

.section--swiper .container--swiper,
.section--swiper .container--swiper .lppl--row-block,
.section--swiper .container--swiper .lppl--swiper-container{
    overflow: unset;
    position: relative;
}

.lppl--row.lppl--relative.lppl--swiper-buttons-holder > * {
    right: 0;
    bottom: 0;
    position: relative;
}

.lppl--row.lppl--relative.lppl--swiper-buttons-holder > * + * {
    margin-left: 1rem;
}

.lppl--row.lppl--relative.lppl--swiper-buttons-holder > .lppl--swiper-button-prev img {
    transform: rotate(180deg);
}

.lppl--swiper-row {
    padding: 0 50px;
    /* overflow: hidden; */
}

.lppl--swiper-container {
    overflow: hidden;
}

.swiper-slide .lppl--card {
    display: flex;
    height: 100%;
}



/* helpers */

.lppl--no-margin {
    margin: 0 !important;
}

.lppl--no-margin-top {
    margin-top: 0 !important;
}

.lppl--margin-top {
    margin-top: 1.5rem !important;
}

.lppl--margin-to-small {
    margin-top: 1rem !important;
}


.lppl--no-padding {
    padding: 0 !important;
}



/* section 01 */

.lppl--section-01 .lppl--magenta {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



/* small */

.lppl--small {
    line-height: 1.4 !important;
    font-size: .8rem !important;
    color: #27313F !important;
}

.lppl--small li {
    line-height: 1 !important;
}

.lppl--small li:not(:first-child) {
    margin-top: 16px;
}

.lppl--small li:before {
  color: #27313F !important;
}



/* zoomable */

.lppl--zoomable {
    border: 8px solid #ffffff;
    cursor: zoom-in;
}

.lppl--zoomable.zoomed {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 3rem;
    background: rgba(9, 23, 27, .3);
    border: none;
    cursor: zoom-out;
}

.lppl--zoomable img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.lppl--zoom-btn,
.lppl--zoom-btn * {
    cursor: pointer;
}



/* icons */

.lppl--icon {
    max-width: 9rem !important;
}



/* btn */

.lppl--btn {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 1.5rem 2rem;
    background: #DA1885;
    border: none;
    cursor: pointer;
}

.lppl--btn span {
    display: block;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.lppl--btn span + img {
    margin-left: 1rem;
}

.lppl--section-iol .excerpt-teaser .excerpt-teaser--text img {
    width: 60% !important;
    max-width: 320px;
}


/* modal */


.lppl--modal {
    transform: translate(-50%, -50%) scale(0);
    transform-origin: 50% 50%;
    visibility: hidden;
    position: absolute;
    z-index: 1232;
    transition: all .3s ease-in-out;
    max-width: 37rem;
    min-width: 60%;
}

.lppl--modal-inner {
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #38ADB1;
}

.lppl--modal * {
    pointer-events: none;
    user-select: none;
    color: #ffffff;
}

.lppl--modal .lppl--modal-content * {
    color: #ffffff !important;
}

.lppl--modal.active {
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.modal-trigger {
    position: absolute;
    width: 14%;
    aspect-ratio: 1;
    cursor: pointer;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

*[data-modal="modal-01"] {
    top: 61%;
    left: 31.6%;
}

*[data-modal="modal-02"] {
    top: 40%;
    left: 68.5%;
} 

.lppl--modal-close {
    position: absolute;
    height: 2rem;
    width: 2rem;
    background: #eceaea;
    right: .5rem;
    top: .5rem
}

.lppl--modal-close:before,
.lppl--modal-close:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 1.5rem;
  background: #3CACB2;
  z-index: 5;
}

.lppl--modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lppl--modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



.lppl--page .bordered-excerpt {
    margin: 0 ;
}



/*  */

.lppl--on-desktop {
    display: block;
}

.lppl--on-mobile {
    display: none;
}



/* media queries */

@media (max-width: 1280px) {
    .lppl--card-inner {
        flex-direction: column-reverse;
        justify-content: start;
        }
        
    .lppl--page .lppl--h2 {
        font-size: 2.5rem;
    }

    .lppl--page .lppl--h3 {
        font-size: 2rem;
    }
        
    .lppl--page .lppl--h4 {
        font-size: 1.2rem;
    }

}
@media (max-width: 800px) {

    .lppl--on-desktop {
        display: none;
    }
    
    .lppl--on-mobile {
        display: block;
    }

    .lppl--section .super-teaser {
        min-height: 0;
        height: fit-content !important;
    }

    .lppl--section > .container .lppl--row {
        flex-direction: column;
        padding: 0 1.5rem;
    }

    div:not(.super-teaser) .lppl--row > .lppl--col {
        width: 100% !important;
        margin: 0;
    }

    div:not(.super-teaser) .lppl--row > .lppl--col + .lppl--col {
        margin-top: 1.5rem;
    }

    .lppl--card-inner {
        flex-direction: column-reverse;
        justify-content: start;
    }

    .lppl--card-inner .lppl--card-content > * {
        text-align: center;
        font-size: .8rem;
    }

    .lppl--section .excerpt-teaser .lppl--row {
        flex-direction: column;
    }

    .lppl--title {
        font-weight: 700;
        color: #DA1885;
    }
    
    .lppl--page .lppl--h2 {
        font-size: 2rem;
    }

    .lppl--page .lppl--h3 {
        font-size: 1.5rem;
    }
        
    .lppl--page .lppl--h4 {
        font-size: 1rem;
    }

    .lppl--accordion {
        padding: 0 1.5rem;
    }

    .lppl--section-01.section--swiper .lppl--row {
        padding: 0 1.5rem;
    }

    .lppl--swiper-row {
        padding: 0 1.5rem;
    }

    .lppl--section-01 .lppl--text--align-right * {
        justify-content: center;
        text-align: center;
    }

    .accordion-row {
        flex-direction: column;
    }

    .lppl--accordions-holder.lppl--on-mobile {
        margin: 2rem 0;
    }

    .lppl--accordions-holder.lppl--on-mobile .lppl--accordion{
        padding: 0;
    }

    .lppl--swiper-container .lppl--row .lppl--swiper-buttons-holder {
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        padding: 0 !important;
    }

    .lppl--swiper-container > .lppl--row {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105%;
        z-index: 2;
    }

    .lppl--page p, .lppl--page span {
        font-size: 1rem;
    }


    .lppl--page .super-teaser {
        padding: 2rem 0;
        clip-path: none !important;
        margin-bottom: 2rem;
        background-position: left;
    }

    .lppl--section .super-teaser .container > .row {
        padding: 0 1.5rem;
    }

    .lppl--page .bordered-excerpt {
        margin: 1.5rem 0 0 0 ;
    }


    .lppl--section.lppl--section-06 .row.lppl--row.lppl--text--align-center {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .lppl--section.lppl--section-06 .row.lppl--row.lppl--text--align-center > * {
        flex: 50%;
        margin-top: 0;
        max-width: 50%;
    }
    
    .lppl--section.lppl--section-06 .row.lppl--row.lppl--text--align-center > *:not(:nth-child(-n + 2)) {
        margin-top: 1.5rem;
    }
    
}

@media (max-width: 480px) {
    .lppl--page .lppl--h2 {
        font-size: 1.6rem;
    }

    .lppl--section .super-teaser .lppl--col-teaser {
        max-width: 100% !important;
    }

    .lppl--card-inner {
        padding: 1rem;
    }

    .lppl--swiper-container > .lppl--row {
        width: 110%;
    }

    .lppl--section.lppl--section-06 .row.lppl--row.lppl--text--align-center {
        flex-direction: column;
    }

    .lppl--section.lppl--section-06 .row.lppl--row.lppl--text--align-center > * {
        max-width: 100%;
        margin-top: 1.5rem;

    }
    
}