.lighthouse_address {
    font-size: 15px;
}

.lighthouse_address h3 {
    font-size: 20px;
}

.lighthouse_hours {
    margin-top: 40px;
    font-size: 15px;
}

.lighthouse-follow {
    margin-top: 15px;
    padding-left: 0 !important;
}

.lighthouse-slide-up {
    position: fixed;
    height: 125px;
    bottom: 0;
    right: 10px;
    overflow-y: hidden;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: slideup;
    animation-name: slideup;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    color: #fff;
    z-index: 10;
}

.lighthouse-slide-up >a {
    display: block;
    background-color: #0073b1;
    color: inherit;
    text-decoration: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.linkedin-box {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 10px 0 rgb(60 60 60 / 10%), 0 2px 6px 0 rgb(64 64 64 / 19%);
}

.linkedin-text {
    display: none;
}

.linkedin-box .icon {
    font-size: 26px;
}

@-webkit-keyframes slideup {
    0% {
        bottom: -75px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes slideup {
    0% {
        bottom: -75px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

.row-address {
    margin-top: 40px;
}

.video-overlay {
    position: relative;
    color: #262626;
    background-color: rgba(169, 204, 191, 1);
    padding: 20px 20px 40px 20px;
}

.video-overlay-text {
    font-size: 24px;
    line-height: 1.3;

}

.overlay-name {
    font-weight: 600;
    display: inline-block;
}

.overlay-date {
    font-weight: 600;
}

.overlay-small {
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox {
    margin-top: 1px;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox .tile-content {
    padding-top: 23px;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox .tile-body {
    flex: none !important;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox .tile-cat {
    order: 3;
    align-items: self-end;
    flex: 1;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox .tile-teaser {
    overflow: hidden;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox .tile-cat .header-small {
    white-space: inherit;
    font-size: 95%;
    text-overflow: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.newsbox .tiles-x:not(.tiles-plugin) .tilebox .tile-body:after {
    display: none !important;
}

.video-container {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 554.02 766.24'%3E%3Cpath fill='%23901a1e' fill-opacity='0.5' d='M554.02 205.9c0 113.63-92.17 205.7-205.6 205.7s-205.8-92.07-205.8-205.7S234.69 0 348.42 0s205.6 92.27 205.6 205.9ZM195.17 506.28c0 53.86-43.73 97.59-97.58 97.59S0 560.14 0 506.28s43.73-97.59 97.58-97.59 97.58 43.73 97.58 97.59Zm204.3 209.01c0 28.08-22.97 50.95-50.95 50.95s-51.05-22.77-51.05-50.95 22.87-50.95 51.05-50.95 50.95 22.87 50.95 50.95Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.video-container .video {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.slick-arrow::before {
    opacity: .3
}

.valueslider .slide-content {
    color: inherit;
    height: 289px;
    display: flex;
    flex-direction: column
}

.valueslider .slide-link:hover .visual-text {
    color: inherit
}

.visual,
.visual-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center
}

.visual-text {
    padding: 5px 15px 30px 15px;
    flex: 1
}

.visual {
    height: 180px;
    padding-top: 25px
}

.visual img {
    height: 100%;
    -o-object-fit: unset;
    object-fit: unset
}

.visual-text .number {
    display: block;
    line-height: 1.15;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.visual-text .number2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.valueslider .slide-content {
    color: inherit;
    height: 289px;
    display: flex;
    flex-direction: column
}

.valueslider .slide-link:hover .visual-text {
    color: inherit
}

.visual,
.visual-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center
}

.visual-text {
    padding: 5px 15px 30px 15px;
    flex: 1
}

.visual {
    height: 180px;
    padding-top: 25px
}

.visual img {
    height: 100%;
    -o-object-fit: unset;
    object-fit: unset
}

.visual-text .number {
    display: block;
    line-height: 1.15;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.visual-text .number2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.valueslider .slide-link:hover img {
    -webkit-filter: none;
    filter: none;
}

.valueslider .slick-arrow,
.valueslider .slick-arrow::before {
    color: inherit;
}

.valueslider .slide-link {
    color: inherit;
}

@media all and (min-width: 992px) {
    .video-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        max-width: 50%;
        color: #262626;
        background-color: rgba(169, 204, 191, .9);
        padding: 40px;
        height: 400px;
        width: 400px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .video-overlay-text {
        font-size: 28px;
        text-align: center;
    }

    .lighthousetext {
        font-size: 16px;
    }

    .lighthousetext h2 {
        font-size: 26px;
    }

    .valueslider .slide-content {
        height: 215px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .visual {
        padding-right: 0;
        text-align: center;
        width: 44%;
        height: 100%;
        flex: none;
    }

    .visual-text {
        text-align: left;
        width: 55%;
    }

    .visual,
    .visual-text {
        padding: 15px;
    }

    .linkedin-text {
        display: block;
    }

    .linkedin-box .icon {
        display: none;
    }
}