/*.grid-child.container-nav {
    justify-content: center !important;
}*/
.container-header .mod-menu {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(0%) !important;
}
/* Logo höher positionieren */
.navbar-brand {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
/*menüfarben hover and active einstellen*/
.container-header .mod-menu>li:hover  {color: rgb(255,255,255);}
.container-header .mod-menu>li.active > a {
    color: rgb(150,66,1) !important;
    font-size: 1.8rem !important;
    font-weight: 300 !important;
}
.container-header .mod-menu li a { 
    font-size: 1.7rem !important;
    font-weight: 300 !important;
}
.pg-item-box-info {
    background-color: rgb(240, 240, 240) !important;
}
.pg-item-box.pg-masonry-item {
    background: rgb(240, 240, 240) !important;
    border: none !important;
}
.pg-photoswipe-button {
    border-radius: 0 !important;
}
.pg-item-box-image img {
    border-radius: 0 !important;
    box-shadow: 0 0px 0px 0px!important;  
}
/* Kategoriebilder größer */
.pg-category-box-image img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
}
.pg-category-box {
    width: 35em !important;
}
/* Bildunterschrift unter das Bild und zentriert */
.pg-category-box-title {
    position: relative !important;
    text-align: center !important;
    font-size: 150% !important;
    font-weight: normal !important;
    color: rgb(20,20,20)!important;
    background-color: rgb(240, 240, 240) !important;
    padding: 8px !important;
}
.pg-category-box-title a {
    text-decoration: none;
    text-align: center !important;
    font-weight: 300 !important;
    color: rgb(20,20,20)!important;
    background-color: rgb(240, 240, 240) !important;
}  
/* Ordnersymbol ausblenden */
.pg-category-box-title .ph-si {
    display: none !important;
}

/* Bildanzahl ausblenden */
.pg-category-box-title .pg-category-image-number {
    display: none !important;
}
/* Ordnersymbol ausblenden */
.ph-si-category {
    display: none !important;
}

/* Bildanzahl ausblenden */
.pg-category-box-count {
    display: none !important;
}
/*galerieübersicht zentrieren*/
.pg-categories-items-box {
    justify-content: center!important;
}
/*.pg-categories-box-title {
    color: rgb(150,66,1) !important;
    font-size: 1.8rem !important;
    font-weight: 300 !important;
}*/
.pg-category-box-title a {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}
/*einstellungen beitragslayout*/
img[style*="float: left"] {
    margin-right: 15px !important;
    margin-bottom: 10px !important;
}

img[style*="float: right"] {
    margin-left: 15px !important;
    margin-bottom: 10px !important;
}
figure.align-left {
    float: left !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important;
}
figure.align-right {
    float: right !important;
    margin-left: 15px !important;
    margin-bottom: 10px !important;
}
figcaption {
    text-align: center !important;
    font-size: 1rem !important;
    padding-top: 5px !important;
}
.com-content-article__body {
    font-weight: 300 !important;
    font-size: 1.5rem !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}