﻿/* Fonts */
@font-face {
    font-family: 'Rubik-Light';
    src: url(../_fonts/Rubik-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url(../_fonts/Rubik-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url(../_fonts/Rubik-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Handlee';
    src: url(../_fonts/Handlee-Regular.ttf);
    font-display: swap;
}
/* --> */

/* Scrollbar */
::-webkit-scrollbar {
    width: 0.8em;
}

::-webkit-scrollbar-track {
    background-color: var(--lightGray);
}

::-webkit-scrollbar-thumb {
    background: var(--darkGray);
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--darkerGray);
    }
/* --> */

/* <-- Colors */
:root {
    --standardBlack: #000000;
    --standardWhite: #fff;
    --lightGray: #F5F5F5;
    --darkGray: #e0e0e0;
    --darkerGray: #495057;
}
/* --> */

/* <-- General */
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    overflow-x: hidden;
    min-height: 100vh;
}
/* --> */

/* <-- Header */
header {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    box-shadow: 0px 5px 15px -3px #707070;
}

.headerUpperBox {
    height: fit-content;
    padding: 0 1em;
    background-color: var(--headerTopBox);
}

    .headerUpperBox > div {
        display: flex;
        justify-content: space-between;
    }

    .headerUpperBox .innerHeaderUpperBoxDiv {
        display: flex;
        flex-direction: column;
    }

.headerUpperBoxRow {
    padding: 0.2em 0;
    height: inherit;
    display: flex;
    white-space: break-spaces;
}

    .headerUpperBoxRow > img {
        height: 1.5em;
    }

    .headerUpperBoxRow > a {
        margin-left: 1em;
        text-decoration: none;
        color: var(--headerTextBoxTopTxtColor) !important;
    }

.languageDropdown {
    background-color: var(--headerTextBoxTopTxtColor);
    height: 80%;
    border-radius: 8px;
    color: var(--headerTopBox);
    margin: 0.2em 0;
}

    .languageDropdown > button {
        border-radius: 8px;
        border: none;
        color: var(--headerTopBox);
        height: 100%;
    }

        .languageDropdown > button > i {
            margin: 0 0.5em;
        }

    .languageDropdown > ul {
        min-width: fit-content;
        padding: 0.5em 0.5em;
        text-align: left;
    }

.headerBottomBox {
    height: fit-content;
    background-color: var(--headerBottomBoxColor);
    overflow-y: scroll;
    overflow-x: hidden;
}

.navbar-toggler {
    border-color: var(--headerTopBox) !important;
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem var(--headerTopBox) !important;
    }

    .navbar-toggler > i {
        color: var(--headerTopBox) !important;
        font-size: 1.5em;
    }

.collapse {
    background-color: var(--headerBottomBoxColor);
    height: 100vh;
}

.navbar {
    width: 100vw;
}

    .navbar .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

        .navbar .navbar-nav .active > a {
            color: var(--navActive);
        }

    .navbar .nav-item {
        margin: 1.5em 0;
    }

        .navbar .nav-item > a {
            color: var(--headerBottomBoxTxtColor);
            text-decoration: none;
        }

.headerLogoLi {
    padding: unset !important;
}

    .headerLogoLi:hover {
        background-color: unset !important;
    }

    .headerLogoLi > a {
        display: flex;
        align-items: center;
    }

.headerLogo {
    height: 3em;
}
/* --> */

/* <-- Map */
.map {
    border: 2px solid var(--darkerGray);
}

.leaflet-interactive {
    transition: all ease .25s;
}
/* --> */

/* <-- Title Box */
.titleBoxOuterDiv {
    margin: 4em;
    display: flex;
    align-items: center;
}

.subtitleDiv {
    display: flex;
    align-items: center;
}

    .subtitleDiv > hr {
        width: 5em;
        height: 3px;
        margin: unset;
        opacity: unset;
    }

.titleBoxTitle {
    margin: 0.5em 0 0 0;
    text-align: center;
    word-break: break-word;
}

    .titleBoxTitle.titleQuote {
        font-family: Handlee, Calibri;
    }

.titleBoxSubtitle {
    margin: 0 0 0 1em;
}
/* --> */

/* <-- Video Box */
.mainVid {
    display: flex;
    justify-content: center;
}

    .mainVid div {
        max-width: 50em !important;
    }

.smalVids {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}

    .smalVids .ratio {
        max-width: 50em;
        margin: 2em;
    }

div[data-service] .cll .c-nt {
    z-index: 2;
}

div[data-service] .cll .c-bg {
    z-index: 1;
}

div[data-service].c-h-n .cll .c-nt {
    z-index: 0;
}

div[data-service].c-h-n .cll .c-bg {
    z-index: 0;
}
/* --> */

/* <-- Foto Box */
.fotoBoxOuterDiv {
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    max-width: 100%;
}


.fotoBox {
    display: flex;
    word-break: break-word;
    justify-content: space-between;
    margin: 2em 0;
}

.fotoBox.setHeight {
    height: 30vh;
    flex: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.element-item {
    justify-content: space-between;
}

.roundEdges {
    border-radius: 20px;
}

.fotoBoxImgBox {
    width: 100%;
    position: relative;
}

.fotoBoxImg {
    height: inherit;
    object-fit: cover;
}

    .fotoBoxImg.imgHeight {
        width: auto;
        max-width: 70%;
        object-fit: contain;
        margin: 1em 0;
        min-height: 4em;
    }


.setWidth .fotoBoxImg {
    height: 12em;
    object-fit: cover;
    width: inherit;
}

.roundEdges .fotoBoxImg {
    border-radius: 20px;
}

.isManagement {
    position: absolute;
    margin-top: 1em;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1em;
    border-radius: 0 1em 1em 0;
    top: 0.2em;
}

.isManagementText {
    margin-bottom: 0em;
}

.fotoBoxTxtBox {
    height: auto;
    width: 80%;
}

.fotoBoxIconTxtDiv {
    margin: 1em 1em 0 1em;
    display: flex;
    align-items: center;
}

.fotoBoxCircle {
    margin: 0 0.5em 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .fotoBoxCircle.circle {
        border-radius: 100%;
        padding: 0.2em;
        height: 2em;
        width: 2em;
    }

.fotoBoxIcon {
    height: 1em;
}

.fotoBoxIconTxt {
    text-decoration: none;
}

.fotoBoxTitleLineDiv {
    margin: 0 1em;
}

    .fotoBoxTitleLineDiv > hr {
        border: none;
        height: 1px;
        margin: 0.5em 0 0 0;
        opacity: unset;
    }

.fotoBoxTitle {
    margin: 0.5em 0;
}

.fotoBoxTxt {
    margin: 1em;
}

    .fotoBoxTxt.cutTxt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

.fotoBoxBtnDiv {
    margin: 1em 2em;
}

    .fotoBoxBtnDiv > a {
        border-radius: 50px;
        padding: 0.5em 1em;
        text-decoration: none;
    }
/* --> */

/* <-- map */
.searchBarBox {
    margin: unset;
    position: relative;
    text-align: center;
    margin: 2em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerSearchBarBox {
    position: relative;
}

.quicksearch {
    padding: 0.5em 1em 0.5em 2em;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.searchIcon {
    position: absolute;
    left: 10px;
    color: gray;
    top: 50%;
    transform: translateY(-50%);
}

.filterOuterDiv {
    overflow-y: hidden;
    margin: 0 !important;
}

.filterInnerDiv {
    display: flex;
    word-break: break-word;
    justify-content: space-between;
}

    .filterInnerDiv .fotoBoxImg {
        height: 12em;
    }

.grid {
    min-height: 35em;
}

.grid-item{
    margin: 2em 0;
    min-width:100%;
}

.filterBoxImg {
    max-height: 4em;
    max-width: 80%;
    height: auto;
    margin-top: 1.5em;
}

.filterBoxTxtBox {
    max-width: 90%;
}
/* --> */

/* <-- Popup */
.popupOuterDiv {
    background-color: #ffffff;
    border-radius: 10px;
}

.modal-content {
    height: 100%;
}

.modal-body {
    display: flex;
    flex-direction: column;
    padding: 2em !important;
}

    .modal-body h2 {
        margin: 2em 0;
        text-align: center;
    }

.popupImageDiv {
    display: flex;
    justify-content: center;
    margin: 1em 0;
}

.popupImage {
    width: 80%;
}

.modal-body a {
    margin: 2em 0;
    color: var(--popupLinkColor);
}
/* --> */

/* <-- Text Block */
.textBlockOuterDiv {
    padding: 2em;
}

    .textBlockOuterDiv > div {
        flex-direction: column;
    }

.textBlockTitle {
    text-align: center;
    word-break: break-word;
}

.textBlockText > p, .textBlockText > p > a {
    color: #000000;
}

.textBlockBtnDiv {
    display: flex;
    justify-content: center;
}

    .textBlockBtnDiv > a {
        border-radius: 50px;
        padding: 0.5em 1em;
        font-size: 1.2em;
    }

.normalMap {
    text-align: center;
}

.snazzyMap {
    width: 90% !important;
    height: 70% !important;
}
/* --> */
/* <-- Slider Box */
.splide {
    padding: 20px 0;
}

.splide__slide img {
    display: block;
    width: 100%;
    transition: transform 400ms; /* Delete for no autoplay */
    transform: scale(0);
    transform-origin: center center;
}

.splide__slide.is-active img {
    transform: scale(1);
}

.splide .splide__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    width: 50px;
    background-color: transparent;
}

    .splide .splide__arrow svg {
        width: 2em;
        height: auto;
    }
/* --> */

/* <-- Form Box */
.formBoxOuterDiv {
    margin: 5em 0;
}

.formBoxForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formElement {
    margin: 2em 0;
}

.form-control {
    font-size: 1em !important;
}

    .form-control:focus {
        border-color: var(--btnBackground) !important;
        box-shadow: 0 0 0 0.25rem var(--boxShadow) !important;
    }

.formButton {
    border-radius: 50px !important;
    width: fit-content;
    font-size: 1.2em !important;
    padding: 0.5em 1.5em !important;
}
/* --> */

/* <-- Image area */
.imageAreaDiv {
    display: flex;
    justify-content: center;
    margin: 5em 0;
}

.imageAreaImg {
    max-height: 80vh;
    width: inherit;
}

    .imageAreaImg.bigImg {
        max-height: 100vh;
    }
/* --> */

/* <-- Post */
.post {
    display: flex;
    justify-content: center;
}

.postOuterDiv {
    border: 1px solid #e0e0e0;
    padding: 2em;
    margin: 2em 0;
    width: 100%;
}

.postInfoText {
    width: 100%;
    font-size: 1em !important;
    margin: 2em 0 !important;
}

.postTitle {
    word-break: break-word;
}

.postOuterDiv img {
    width: 100%;
    margin: 4em 0;
}
/* --> */

/* <-- Map */
.map {
    max-height: 80vh;
    width: auto;
}
/* --> */

/* <-- Footer */
footer {
    position: sticky;
    bottom: 0;
}

.footerBoxTop {
    background-color: var(--footerBoxTopColor);
    color: var(--footerBoxTopTxtColor);
    padding: 2em 0;
}

.footerRow {
    display: flex;
    flex-direction: column;
}

.footerTitle {
    margin: unset;
}

.footerBoxTopContent {
    color: var(--footerBoxTopTxtColor);
}

    .footerBoxTopContent.href {
        text-decoration: underline;
    }

.footerBoxTopContent, .footerBoxBottomContent {
    text-decoration: none;
    margin: 0.2em 1em 0.2em 0;
}

.footerBoxBottom {
    background-color: var(--footerBoxBottomColor);
    color: var(--footerBoxBottomTxtColor);
}

    .footerBoxBottom div {
        display: flex;
        flex-direction: column;
    }

    .footerBoxBottom img, .footerBoxTop img {
        max-height: 2em;
    }

.footerBoxBottomContent {
    color: var(--footerBoxBottomTxtColor);
}

/* --> */
/* <-- Summarized */
.titleBoxSubtitle,
.fotoBoxTxt,
.fotoBoxBtnDiv,
.fotoBoxBtnDiv > a,
.modal-body,
.postOuterDiv p,
.textBlockBtnDiv > a {
    font-family: Rubik-Light, "Calibi Light";
}

.formButton {
    font-family: Rubik-Light, "Calibi Light" !important;
}

body,
.navbar .nav-item,
.headerUpperBoxRow,
.fotoBoxIconTxt,
.textBlockText,
.dropdown,
.searchBarBox,
.form-control,
.modal-body h2,
.postTitle,
.footerBoxTopContent,
.footerBoxBottomContent {
    font-family: Rubik-Regular, Calibri;
}

.titleBoxTitle,
.fotoBoxTitle,
.subQuote,
.textBlockTitle,
.form-label,
.footerTitle {
    font-family: Rubik-Bold, Calibri;
}

.fotoBoxTitle, .fotoBoxTitleLineDiv, .textBlockText, .inputContainer, .searchBarBox, .navItem, .postOuterDiv p {
    font-size: 1.2em;
}

.postTitle {
    font-size: 2em;
}

.textBlockTitle {
    font-size: 2.5em;
}

.titleBoxTitle {
    font-size: 2.5em;
}

.sliderBoxOuterDiv, .textBlockOuterDiv {
    margin: 3em 0;
}
/* --> */


.headerBox .container {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 1500px) {
    .headerUpperBox {
        padding: 0 10em !important;
    }

    .headerBottomBox {
        padding: 0 10em !important;
    }

    .headerLogo {
        height: 2em;
    }


    .headerBox .container {
        margin: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .headerBox .container {
        max-width: 1320px;
    }

    .fotoBox {
        width: 32%;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar .nav-item {
        font-size: 1em !important;
    }

    .headerLogo {
        height: 3em;
    }

    .navbar .nav-item {
        font-size: 1em;
    }

    /* <-- Video Box */
    .smalVids {
        justify-content: space-between;
    }
    /* --> */

    /* <-- Post */
    .postOuterDiv {
        width: 80%;
    }
    /* --> */
}


@media only screen and (min-width: 992px) {
    /* <-- Header */
    header {
        width: 100%;
    }

    .headerUpperBox {
        height: 2em;
        padding: 0 0;
    }

        .headerUpperBox div {
            align-items: center;
        }

        .headerUpperBox .innerHeaderUpperBoxDiv {
            flex-direction: row;
            height: 2em;
        }

    .headerUpperBoxRow {
        display: block !important;
        margin: 0 2em;
        white-space: unset;
    }

        .headerUpperBoxRow > img {
            height: 100%;
        }

    .languageDropdown {
        margin: unset;
    }

    .headerBottomBox {
        height: 5em;
        padding: 0 0;
        overflow-y: unset;
    }


        .headerBottomBox div, .navbar {
            height: inherit;
        }

    .container-fluid {
        display: none !important;
    }

    .collapse {
        height: inherit;
    }

        .collapse > div {
            padding: unset !important;
            height: inherit;
        }

    .navbar-nav {
        height: 100%;
    }

        .navbar-nav .active, .navbar .nav-item:hover {
            background-color: var(--navActive);
        }

            .navbar-nav .active a, .navbar .nav-item:hover > a {
                color: var(--navActiveTxt) !important;
            }

    .navbar .nav-item {
        transform: skew(-20deg);
        font-size: 0.8em;
        height: 100%;
    }

        .navbar .nav-item a {
            transform: skew(20deg);
            height: inherit;
            display: flex;
            align-items: center;
            padding: 0 2em;
        }
    /* --> */

    /* <-- Foto Box */
    .fotoBoxOuterDiv {
        flex-direction: row;
        align-items: unset !important;
    }

    .fotoBox {
        width: unset;
    }

    .fotoBox.setWidth {
        width: 30%;
    }

        .fotoBox.setHeight {
            max-width: 49%;
            flex-direction: row;
            align-items: flex-end;
        }

    .fotoBoxIconTxtDiv {
        margin: 1em 1em 0 1em;
    }

    .fotoBoxTxtBox {
        min-width: unset;
    }
    /* --> */

    /* <-- map */
    .searchBarBox {
        text-align: unset;
        margin: 2em 6em;
        display: block;
    }

    .searchIcon {
        left: 15px;
    }

    .grid {
        width: unset;
    }

    .grid-item {
        margin-right:1em;
    }
    /* --> */

    /* <-- Slider Box */
    .splide__slide img {
        width: 80%;
        transform: scale(.8);
    }

    .splide__slide.is-next img, .splide__slide.is-prev img {
        transform: scale(.9);
    }

    .splide__arrow.splide__arrow--prev {
        left: -3em;
    }

    .splide__arrow.splide__arrow--next {
        right: -3em;
    }
    /* --> */

    /* <-- Text Block */
    .textBlockOuterDiv > div {
        flex-direction: row;
    }

    .normalMap, .textBlockCol {
        text-align: unset;
    }
    /* --> */

    /* <-- Post */
    .postOuterDiv {
        border: 1px solid #e0e0e0;
        padding: 4em 8em !important;
        margin: 5em 0;
    }
    /* --> */

    .grid-item {
        width: 19em;
        min-width: unset;
    }

    .smalVids {
        flex-direction: row;
        margin: 2em 0;
    }

        .smalVids .ratio {
            max-width: 30em
        }
}

@media only screen and (min-width: 600px) {
    /* <-- Title Box */
    .titleBoxTitle {
        font-size: 3em;
    }
    /* --> */

    /* <-- Image area */
    .imageAreaImg {
        width: unset;
    }
    /* --> */


    .fotoBox.setHeight {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .setHeight .fotoBoxTxtBox {
        width: inherit;
    }
    /* <-- Post */
    .postOuterDiv {
        padding: 4em;
    }

    .postTitle {
        font-size: 2.5em;
    }
    /* --> */

    /* <-- Footer */
    .footerRow {
        flex-direction: row;
    }
    /* --> */

    .fotoBoxOuterDiv {
        align-items: center;
    }

    .fotoBox {
        width: 80%;
        
    }
}

@media only screen and (min-width: 400px) {
    .grid-item {
        height: 32em;
    }

    .fotoBoxTxtBox {
        height: fit-content;
        width: fit-content;
        max-width: 90%;
    }

    .filterBoxTxtBox {
        height: fit-content;
    }

    .fotoBoxOuterDiv {
        align-content: unset;
    }

    .mainVid {
        margin: 5em 0;
    }

    .popupImage {
        width: 50%;
    }

    .footerBoxBottom div {
        flex-direction: row;
    }
}