/* Minification failed. Returning unminified contents.
(38,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(84,44): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(123,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(125,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(136,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(139,21): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(144,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(146,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(173,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(175,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(186,28): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(189,17): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(194,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
(196,32): run-time error CSS1039: Token not allowed after unary operator: '-evis-main-color'
 */
section {
    margin: 2rem 0;
    position: relative;
}

.hidden {
    visibility: hidden;
}

.section-anchor {
    position: absolute;
    display: block;
    top: -75px;
    visibility: hidden;
}

/* #region section intro with carousel */
#section-intro-with-carousel {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

    #section-intro-with-carousel > p {
        flex: 1 1 25rem;
        margin: 0;
    }

    #section-intro-with-carousel .logo-carousel {
        flex: 0 0 13rem;
        gap: 0.5rem;
        padding: 1rem;
        min-height: 11rem;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--evis-main-color);
        border-radius: 0.5rem;
        align-self: center;
    }

        #section-intro-with-carousel .logo-carousel .logos-wrapper {
            display: grid;
            place-items: center;
        }

        #section-intro-with-carousel .logo-carousel p {
            flex: 0 0 auto;
            font-size: 110%;
            text-align: center;
            font-weight: bold;
            margin: 0;
        }

        #section-intro-with-carousel .logo-carousel .logos-wrapper {
            flex: 1 1 auto;
        }

        #section-intro-with-carousel .logo-carousel .carousel-indicator-dots {
            flex: 0 0 1rem;
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            max-width: 10.875rem;
        }

            #section-intro-with-carousel .logo-carousel .carousel-indicator-dots button {
                border: 0px solid #000 !important;
                background-color: transparent !important;
                padding: 0;
            }

                #section-intro-with-carousel .logo-carousel .carousel-indicator-dots button span {
                    display: inline-block;
                    width: 0.6rem;
                    height: 0.6rem;
                    border: 1px solid #000;
                    border-radius: 50%;
                    background-color: #ffffff;
                }

                #section-intro-with-carousel .logo-carousel .carousel-indicator-dots button.active span {
                    background-color: var(--evis-main-color);
                }

/* #endregion */

/* #region section statistic cards */

#section-statistic-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 70rem;
}

    #section-statistic-cards > img {
        width: 12.5rem;
    }

/* #endregion */

/* #region section actions with widget */

#evis-subscription {
    flex: 0 1 20.5rem;
}

    #evis-subscription h3 {
        margin-top: 0;
        font-size: 1.4rem;
    }

    #evis-subscription ul {
        padding-inline-start: 20px;
    }

    #evis-subscription button {
        padding: 0.5rem 1rem;
        border: 1px solid var(--evis-main-color);
        border-radius: 4px;
        background-color: var(--evis-main-color);
        color: #ffffff;
    }

    #evis-subscription .action-button-container {
        padding-left: 0px;
        line-height: 3;
    }

    #evis-subscription .light-button {
        padding: 0.5rem 1rem;
        border: 1px solid var(--evis-main-color);
        border-radius: 4px;
        background-color: white;
        color: var(--evis-main-color);
    }

    #evis-subscription .subscribe {
        padding: 0.5rem 1rem;
        border: 1px solid var(--evis-main-color);
        border-radius: 4px;
        background-color: var(--evis-main-color);
        color: #ffffff;
    }

        #evis-subscription .subscribe:focus {
            outline: none !important;
            border-color: #ffffff;
            box-shadow: 0 0 0 2px #000000;
        }



#call-to-action {
    flex: 0 1 20.5rem;
}

    #call-to-action h3 {
        margin-top: 0;
        font-size: 1.4rem;
    }

#call-to-action ul {
    padding-inline-start: 20px;
}

    #call-to-action button {
        padding: 0.5rem 1rem;
        border: 1px solid var(--evis-main-color);
        border-radius: 4px;
        background-color: var(--evis-main-color);
        color: #ffffff;
    }

#call-to-action .action-button-container {
    padding-left: 0px;
    line-height: 3;
}

#call-to-action .light-button {
    padding: 0.5rem 1rem;
    border: 1px solid var(--evis-main-color);
    border-radius: 4px;
    background-color: white;
    color: var(--evis-main-color);
}

    #call-to-action .contact {
        padding: 0.5rem 1rem;
        border: 1px solid var(--evis-main-color);
        border-radius: 4px;
        background-color: var(--evis-main-color);
        color: #ffffff;
    }

        #call-to-action .contact:focus {
            outline: none !important;
            border-color: #ffffff;
            box-shadow: 0 0 0 2px #000000;
        }

    #widget-wrapper {
        flex: 1 1 30rem;
    }

        #widget-wrapper > img {
            max-width: 100%;
        }

    map-widget-park-drive {
        width: 100%;
        display: block;
    }

    /* #endregion */

    /* #region section datatypes */

    #section-datatypes h3 {
        margin-top: 0;
        font-size: 1.4rem;
    }

    #datatypes {
        display: flex;
        justify-content: space-around;
    }

        #datatypes table {
            margin-left: 1rem;
            margin-right: 1rem;
            overflow-y: auto;
            display: block;
        }

        #datatypes th, #datatypes td {
            border-bottom: 1px solid grey;
            padding: 0.5rem;
        }

            #datatypes td:first-child {
                font-weight: bold;
            }

        #datatypes table thead {
            font-weight: bold;
            text-transform: uppercase;
        }

    /* #endregion */

    /* #region section badges */
    #section-badges {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

        #section-badges > div {
            flex: 1 1 30%;
        }

    .badge-headline-with-stars {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

        .badge-headline-with-stars .stars img {
            width: 1.5rem;
        }

    #section-badges h4 {
        font-size: 100%;
        font-weight: bold;
        flex-shrink: 0;
    }

    .badges {
        white-space: nowrap;
    }

    .data-badge {
        border-radius: 4px;
        border: 1px solid #000;
        display: inline-block;
        margin-right: 0.5rem;
        min-width: 4.5rem;
        padding: 0.5rem;
        text-align: center;
    }

    .badges-data-formats .data-badge {
        color: #eb690b;
        border-color: #eb690b;
    }

    .badges-location .data-badge {
        color: #0071e3;
        border-color: #0071e3;
    }

    .badges-development .data-badge {
        color: #6c757e;
        border-color: #6c757e;
    }

    .data-badge-grey {
        color: #949494 !important;
        border-color: #949494 !important;
    }

    /* #endregion */

    /* #region bootstrap custom carousel */

    .carousel {
        position: relative;
    }

        .carousel.pointer-event {
            touch-action: pan-y;
        }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .carousel-inner::after {
            display: block;
            clear: both;
            content: "";
        }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform 0.6s ease-in-out;
    }

        .carousel-item.active,
        .carousel-item-next,
        .carousel-item-prev {
            display: block;
        }

            .carousel-item-next:not(.carousel-item-start),
            .active.carousel-item-end {
                transform: translateX(100%);
            }

            .carousel-item-prev:not(.carousel-item-end),
            .active.carousel-item-start {
                transform: translateX(-100%);
            }

    .carousel-fade .carousel-item {
        opacity: 0;
        transition-property: opacity;
        transform: none;
    }

        .carousel-fade .carousel-item.active,
        .carousel-fade .carousel-item-next.carousel-item-start,
        .carousel-fade .carousel-item-prev.carousel-item-end {
            z-index: 1;
            opacity: 1;
        }

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        z-index: 0;
        opacity: 0;
        transition: opacity 0s 0.6s;
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #000;
        text-align: center;
        background: none;
        border: 0;
        opacity: 0.3;
        transition: opacity 0.15s ease;
    }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            text-decoration: none;
            outline: 0;
            opacity: 0.9;
        }

        .carousel-control-prev:focus,
        .carousel-control-next:focus {
            text-decoration: none;
            opacity: 0.9;
        }

    .carousel-control-prev {
        left: 0;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
    }

        .carousel-indicators [data-bs-target] {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 30px;
            height: 3px;
            padding: 0;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: 0.5;
            transition: opacity 0.6s ease;
        }

        .carousel-indicators .active {
            opacity: 1;
        }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .carousel-inner {
        height: 3rem;
        max-width: 10.875rem;
        display: flex;
        align-items: center;
    }

    .carousel-item-inner-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-inner div img {
        max-height: 3rem;
        width: auto;
        max-width: 70%;
    }

    .carousel-indicator-dots {
        margin-top: 1rem;
    }
    /* #endregion */

    .body-content {
        padding-top: 2.5rem;
    }
