.artikel-bild{
    padding-top: 3.5rem;
    object-position: left;
    height: 256px;
	object-fit: cover;
	margin-bottom: 0.5em;
}
.bands {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    margin: auto;
}
div.gallery {
    margin: 5px;
    width: 350px;
    height: 350px;
    background-color: rgba(139, 61, 61, 0);
    object-fit: contain;
  }

  div.gallery:hover {
    scale: 1.2;
    transition: 0.3s;
    filter: contrast(0.3) sepia(1) hue-rotate(235deg) brightness(0.4) saturate(4);
  }

  div.gallery img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    padding: 10px;
  }

  div.desc {
    padding: 15px;
    text-align: center;
  }

  .bands h2 {
    font-size: 1.1rem;
    padding:  0.1em 0.4em;
    font-family: 'Alfa Slab One';
    font-style: normal;
    font-weight: 400;
  }
  .bands span{
    margin: 0;
    font-size: 1.1rem;
	font-family: 'Alfa Slab One';
    font-style: normal;
    font-weight: 400;
    padding: 0.1em 0.1em;
  }

  #holiday_hangaround {
    object-position: bottom;
  }
  #blutarsky {
    object-position: top;
  }


  .foto-galerie a, .foto-galerie img {
    width: 350px;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .foto-galerie {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding:2rem 0 1.5rem ;
  }

  main {
    padding: 0;
  }
  .bg-1 {
    background-image: url(../img/tb-2.jpg);
    background-size: cover;
    background-position: center;
   
  }
  .bands h2:hover {
    color: var(--color-one);
  }
  .bands a{
    color: var(--color-light);
    text-decoration: none;
  }
  a.yt {
    background-color: rgb(212, 0, 0);
    margin-left: 1rem;
    margin-top: 0;
  }

  .flex {
    flex-direction: column;
  }

		/* Linie-Test */

    .nav-leiste .wrap a.active::after {
      content: '';
      background-image: url(../img/logo/linie.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: right;
      height: 1rem;
      width: 4em;
      top: 1.4rem;
      right: 0rem;		
            }
    
    
    .nav-leiste.sticky .wrap a::before,
    .nav-leiste.sticky .wrap a::after {
                content: '';
    }
    .nav-leiste.sticky .wrap a::after{
      right: 0.9em;	
    }

  @media (max-width: 766px){
    div.gallery{
      width: 100%;
    }
    .foto-galerie a, .foto-galerie img {
      width: 100%;
    }
  }