/* Pagination Seitennummerierung Responsive */
@media only screen and (max-width:500px) {
ul.pagination {
flex-wrap: wrap;
}}

/* Pagination Seitennummerierung Webshop */
.page-item.active .page-link {
/*    z-index: 3;*/
/*    color: white; */
    background-color: #73715A;
    border-color: #73715A;
}
/* Linkfarbe Pagination Seitennummerierung Webshop */
.page-link {
    color: #73715A;
}
.page-link:hover {
    color: #422800;
}

/* Auswahlmenu links Abstände */
.form-control {
    padding: 0 1rem;
  font-size: 14px;
}

/* Titel-Abstände */
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px;
/*    font-family: inherit; */
/*    font-weight: bold;*/
/*    line-height: 18px;*/
/*    color: inherit;*/
/*    text-rendering: optimizelegibility; */
}

/* Abstände Blog-Beiträge */
.blog-item.tck-article::after {
   padding: 0 0 40px;
}

/* Position Vergrösserung Bild */
#jquery-lightbox {
    z-index: 99999;
 }