/* menu button mobil */

@media only screen and (max-width: 575px) {
  .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active, #ttr_menu .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
    margin: 0px;
  
  }
}


/* Umrandung Seiten */

.ttr_post {
  border: solid rgba(203,203,203,0);
}
.category-view .ttr_post {
  border: solid rgba(203,203,203,1) !important;
  border-width:1px !important;
  margin: 5px;
}

#ttr_content_margin {
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    border: solid rgba(203,203,203,1);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width:1px;
    box-shadow: none;
    margin: 10px 5px 70px 5px;
    box-sizing: border-box
}

/* PhocaGallery */
/* Kategorie */
.pg-category-box-image svg, .pg-detail-item-image-box img, .pg-item-box-image img, .pg-item-box-image svg, .pg-category-box-image img {  
  width: 325px; 
}

#pgCategoryModal {
  display: none !important;
  
}


.pg-item-box, .pg-category-box {
    margin-left: 7px;
    margin-right: 7px;
}
.pg-category-box-count {
  margin-left: 10px;
}



#ttr_content div.pagination {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 320px;
  }




/* Kontaktformular FELDER ausblenden */
#contact-form fieldset legend {
  display: none !important;  
}

#jform_consentbox, #modal-jform_consentbox, #jform_consentbox-lbl {
  display: none !important;
}

/*pagination zentrieren */
.pagination__wrapper {  
  display: flex;
    justify-content: center;
}

