/* This stylesheet is meant for custom styles, on top of The 8 Template */
.nav-desktop ul  {
  display: flex;
  gap: 4rem;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 2rem;
  
}
.nav-desktop ul li {
  list-style: none;
  
}
.nav-desktop ul li a{
  text-decoration: none;
}
.nav-desktop ul li a:hover{
  text-decoration: underline;
  cursor: pointer;
}


.single-header-img img{
  height: 100%;
  max-height: 600px;
  width: 100%;
  object-fit: contain;
  object-position: top;
}

.button-link,
.button-link:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-text-right {
  padding: 40px 0;
}
  
@media (min-width: 768px) {
  .footer-text-right {
    text-align: right;
    padding: 0;
  }
}

.logo-img {
 max-width: 180px;
 }
 @media (min-width: 768px) {
 .logo-img {
  max-width: 250px;
  }
}

.logo-img img {
  width: 100%;
  object-fit: contain;
  position: relative;
  top: -40px;

}
  
.about-list p {
  line-height: 1.3em;
}

contain-img

.grid .item .thumb img.contain-img {
  
  cursor: pointer;
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%) ;
  /* border: 1px solid #ccc; */
  }

footer a {
  white-space: nowrap;
}

@media (max-width: 992px) {
  .desktop-only-br{display:none}
}

@media (min-width: 460px) {
  .logo-break-mobile{display:none}   
}
@media (max-width: 459px) {
  header .author,
  header .title {
    font-size: 2rem;
  }
}

/*Datenschutz*/
.prx_wrapper,
.prx_text {
  max-width: 100% !important;
  color: #101010 !important;
  font-family: "Arial Narrow", Arial, sans-serif;
}
.prx_link,
.prx_listElement,
.prx_h4, .prx_h5,
.prx_expandableName {
  color: #101010 !important;
}