#container-place-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#text-place-name {
    float: left;
    width: 40%;
    font-weight: 700;
}

#text-place-altname {
    font-weight: normal;
}

#text-place-category {
    float: left;
    width: 55%;
    font-weight: 200;
    text-align: end;
}

.place-info {
    display: flex;
    align-items: center;
}

.place-icon {
    max-width: 40px;
}

.place-icon-sm {
    max-width: 35px;
}

.place-icon-xsm {
    max-width: 30px;
}

.legend-icon {
    max-width: 30px;
}

.text-icon-title {
    font-weight: 600;
    /*text-decoration: underline;*/
}
.text-item-desc {
    font-weight: normal;
    /*text-decoration: underline;*/
}

.feature-value {
    font-weight: 800;
}


.text-address-value {
    margin-left: 2%;
}

.container-mappaplace p {
    word-wrap: break-word !important;
}

/*
 * Carousel Vue-Boostrap
 */
.carousel-control-prev-icon {
    height: 100% !important;
    width: 100% !important;
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23345d2e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;*/
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' stroke='black' stroke-width='0.3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    height: 100% !important;
    width: 100% !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' stroke='black' stroke-width='0.3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-item {
    height: 300px;
    max-height: 300px;
    background: var(--cares-green-lighter) !important;
}

.carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
#carousel-1-item img {
    /*width: auto !important;*/
    /*height: 300px;*/

    /*width: auto;*/
    /*max-width: 90%;*/
    /*height: 100%;*/
    max-height: 100% !important;
}
.carousel-caption {
    height: 100% !important;
    bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99 !important;
    width: 8% !important;
}
.image-slot:hover {
    cursor: pointer;
}



/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * *   Media screen max-width 1000px  * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
@media screen and (max-width: 600px) {
    #container-place-title {
        display: block;
    }
    #text-place-name, #text-place-category {
        width: 100%;
        text-align: start;
        border-bottom: solid;
        border-bottom-width: 0.01em;
        border-color: #bdbdbd;
    }
    #text-place-category {
        padding-bottom: 0.1em;
    }
    .place-info {
        display: block;
    }
    .text-address-value {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    p, h6, label, textarea {
        font-size: 0.8em !important;
    }
    .place-icon-xsm {
        max-width: 20px;
    }

    .popup-text {
        font-size: 1em !important;
    }
}
