.head_title  {
    justify-content: center;
}
.misBG_text {
    font-family: Lato-Bold;
    font-size: 58px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: 10.9px;
    text-align: left;
    color: #f9f9f9;
}
.galleryTitle {
    font-family: Lato-Bold;
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 1.54px;
    text-align: left;
    color: #edb542; 
}
.event-titel span {
    font-family: Lato-Bold;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.event-titel {
    padding: 10px 10px 5px;
}
/*.ns-gallery-full-photo.active img {
    width: auto;
    height: 300px;
    max-height: 300px !important;
}*/
.container-fluid.site-padding {
    padding: 130px 150px 50px;
}
.evtimage img {
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .container-fluid.site-padding {
        padding: 130px 10px 50px;
    }
    .ns-gallery-full-photo.active {
        justify-content: center;
        width: 100%;
    }
    .ns-gallery-full-photo.active img {
        max-height: 200px !important;
    }
}