.menu--sidebar .menu__link a {
  text-decoration: none;
  color: #0d1214;
  font-weight: 600;
  padding-top: 0.84375rem;
  padding-bottom: 0.84375rem;
}

.menu--sidebar .menu__link a:hover {
  color: #2494db;
}

.menu--sidebar .menu__item a:focus,
.menu--sidebar .menu__link a:focus {
  outline: none;
}

.views-table {
  width: 100%;
}

#edit-body-0-format {
  display: none;
}

.block-search-narrow input[type="search"] {
  font-family: unset;
}

.kategorie-liste a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.675rem 0;
  text-decoration: none;
}

.kategorie-liste a {
  outline: none;
}

.kategorie-liste .views-table h3,
.kategorie-liste .views-table td {
  padding: 0;
  margin: 0;
}

.kategorie-liste .views-table .views-align-right h3 {
  padding: 1.675rem 0;
  padding-right: 1.125rem;
}

.kategorie-liste .views-table td {
  border-bottom: 1.5px solid #98abb9;
}

#page a.button--add:hover, #page a.button--add:focus {
  color: #0f6292 !important;
  text-decoration: none;
  border: solid 2px #0f6292;
  background: white !important;
  background-color: white !important;
  font-weight: 700;
  box-shadow: none !important;
  
  border: solid 2px #0f6292 !important;
  color: white !important;
  background: #0f6292 !important;
}

#page a.button--add {
  color: #fff !important;
  box-shadow: none !important; 
  background: #0d77b5 !important;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1000;
  display: inline-flex;
  visibility: visible;
  opacity: 1;
  transition: .5s ease;
}

#page a.button--add.hidden {
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .primary-nav__menu-link-inner {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
}

@media (min-width: 43.75rem) {
  .sidebar-grid .region--sidebar {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 13;
  }
}

@media (min-width: 62.5rem) {
  .sidebar-grid .region--sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12 / 15;
  }
}

.menu--domain .menu {
    display: inline-flex;
    list-style-type: none;
    margin-left: 2.75em;
}

.menu--domain .menu__item {
    margin-left: 1.5rem;
}

#block-entityviewtaxonomiebegriff {
	margin-bottom: 0;
}

.layout.layout--onecol {
	margin-bottom: 0;
}

.jb-dt-main-image,
.jb-idx-thb-list div {
	box-shadow: none !important;
}

.jcbx-glry-classic > div:nth-last-child(-n+3) {
  visibility: hidden;
  display: none !important;
}

.layout .text-center {
  text-align: center;
  display: block;
  box-shadow: none;
  transition: .3s ease;
}

.layout .text-center:focus {
  outline: none;
}

.layout .text-center:hover {
  box-shadow: none;
  color: #0f6292;
  text-decoration: none;
  transition: .3s ease;
}


.layout .text-center img {
    filter: brightness(0.9); 
    -webkit-filter:brightness(0.9);
    transition: .3s ease;
    margin: 0 auto;
    width: 100%;
}


@media (max-width: 72rem) {
  .layout .text-center img {
  	width: 80%;
  }
}
@media (max-width: 62.5rem) {
  .layout .text-center img {
  	width: 70%;
  }
  

.layout--threecol-section > .layout__region {
	flex: 1 0 30%;
}
}

@media (max-width: 48rem) {
  .layout .text-center img {
  	width: 80%;
  }
}

.layout .text-center:hover img {
      filter: brightness(0.7); 
      -webkit-filter:brightness(0.7);
      transition: .3s ease;
}