.wide-header_box{
    padding-bottom: 10px;
}
.wide-header-box-logo{
    margin-top: 40px;
}
.wide-header-box-logo img{
    height: auto;
    max-width: 100%;
}
.wide-header-box-title{
    font-size: 18px;
    text-transform: none;
    margin-top: 0;
}
.project-title-separator{
    height: 2px!important;
    width: 34px;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 2px solid #CFBD8F;
}
.project-description{
    font-size: 14px;
    color:white;
    /*margin-top: 20px;*/
    /*padding: 0 20px;*/
}
.brochure-button{
    float: none;
    margin: 0 auto;
    margin-top: 20px;
}
#visit-link{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
#visit-link a{
    color: #CFBD8F;
    text-decoration: none;
    border-bottom: 1px solid #CFBD8F!important;
    padding-bottom: 3px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
#visit-link a img{
    width: 14px;
    margin-left: 4px;
}
.project-gallery-img-parent{
    margin-top: 20px;
}
.project-gallery-img{
    width: 100%;
}
.categories-parent{
    display: none;
    align-items: center;
    margin-bottom: 25px;
    justify-content: start;
}
.categories-item{
    color:white;
    cursor: pointer;
}
.categories-item:hover{
    color: #CFBD8F;
}
.about-section-title{
    color: #CFBD8F;
    font-size: 14px;
}
.about-section-body{
    color: #EDEDED;
    font-size: 13px;
    margin-top: 5px;
}

.separator-box {
    margin: 0 10px;
}
.gallery-construction-selected{
    color: #CFBD8F;
    border-bottom: 1px solid #CFBD8F;
}
.stat-item-parent{
    display: flex;
    align-items: baseline;
    margin-top: 0px!important;
}
.stat-value{
    font-size: 58px;
    color: #CFBD8F;
    font-family: Halbfett;
    margin-right: 10px;
    width: 70px;
}
.stat-text{
    color: white;
    font-family: Kräftig;
    font-size: 14px;
}
.events-row-margin{
    margin-top: 30px;
}
.map-image{
    width: 100%;
    height: 76%;
    object-fit: cover;
}
.m_map img{
    height: 100%;
}
@media (max-width: 991px){
    .map-image{
        width: 100%;
        height: auto;
    }
    .about-section-title{
        margin-top: 20px;
    }
    @media (max-width: 414px){
        .stat-value{
            font-size: 42px;
        }
        .stat-text{
            font-size: 13px;
        }
    }
}


.row{
    margin: 0;
}
.col-sm-12{
    margin-top: 0;
}
@media (min-width: 576px){
    /*.col-sm-6{*/
    /*    margin-top:20px;*/
    /*}*/
    .event_media_row{
        margin-top: 0px!important;
    }
}
@media  (max-width: 576px){
    .events-gallery-item{
        margin-top: 20px;
        padding: 0;
    }
    .event_media_row{
        margin-top: 0px!important;
    }
}
.day{
    font-size: 60px;
}
.month_year{
    font-size: 15px;
}
.section_header_margin {
    margin: 0px;
    margin-top: 30px;
    position: relative;
}
.tour-img{
    height:400px;
    width: 100%;
    cursor: pointer;
    object-fit: cover;
}
.media-icon img {
    width: 60px;
}
.project_item_name{
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 36px;
    color: #EDEDED;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Dreiviertelfett;
    transform-origin: top right;
    letter-spacing: 2px;
    text-shadow: 2px 2px #00000026;
}
@media only screen and (max-width: 450px){
    .day{
        font-size: 40px;
    }
    .month_year{
        font-size: 12px;
        padding: 0;
        margin-left: 1px;
    }
}
