/* Columns */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.col20 {
    width: calc(19% - 4px);
    padding: 10px;
}

.col25 {
    width: calc(24.6% - 4px);
}

.col30 {
    width: 31%;
    padding: 10px;
}

.col70 {
    width: 69%;
    padding: 10px;
}
.col60 {
    width: 59%;
    padding: 10px;
}
.col50 {
    width: 48%;
    padding: 10px;
}
.col40 {
    width: 38%;
    padding: 10px;
}
.spaced {
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col60,
    .col40,
    .col20,
    .col25 {
        width: 100%;
    }

    .alias-pcontent img {
        display: block;
        margin: auto;
        float: none !important;
    }
    .hide_mobile {
        display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
        display: block !important;
        margin: auto !important;
        float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
        padding-top: 0px !important;
    }
    #ple_column-0 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    #ple_column-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-overlap-container:has(.header-a, .header-b, .header-c, .header-d, .header-e, .header-f, .header-g, .header-h) .section__bg--light-4 .section--inner::before {
        box-shadow: none;
    }
}


.box {
    border: 1px solid #000;
    height: 460px;
    max-height: 460px;
    padding: 10px 20px;
}
.box2 {
    border: 1px solid #000;
    height: 740px;
    max-height: 740px;
    padding: 10px 20px;
}
@media only screen and (max-width: 1200px) {
.pp .col30 {
    width: 100%;
}    
.box2 {
    height: auto;
    max-height: auto;
}
.box {
    height: auto;
    max-height: auto;
}
}
.section--dark .socialmedia__link {
    color: rgb(183, 248, 250);
    background: rgba(0, 0, 0, 0);
}
.section--dark .map-a .map-search__submit {
    background-color: rgb(183 248 250);
    border-color: rgb(183 248 250);
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: inherit;
}

@media (min-width: 768px) {
    .logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
        text-align: left;
        min-width: 260px;
    }
}