:root {
    --A1S1-background: #000000;
    --template-link-color: #87cefa;
	}

  body {
    background-color: var(--A1S1-background) !important;
    color: aliceblue;
  }

  a:link, a:visited {
    background-color: #000000;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
  }
  
  a:hover, a:active {
    background-color: rgb(99, 99, 99);
  }

/* Hintergrund des Logos wird auf Schwarz gesetzt */
.container-header{
    background-color: black !important;
    background-image:none ;
  } 

/* Hoverbereich des Logos wird auf Schwarz gesetzt */
a.brand-logo {
    background-color: rgb(0, 0, 0);
    }

.bottom-b {
  background-color: black !important;
  border-color: black;
}
.metismenu.mod-menu .mm-collapse {
  background-color: black !important;
}

/*
.img-exif{
  display: none !important;
}

.img-caption, .img-exif, .img-id {
  display: none !important;
}
.pswp .pswp__custom-caption {
  display: none !important;
}

.pswp__custom-caption .pswp__hide-on-close {
  display: none !important;
}

.pswp__custom-caption .pswp__hide-on-close {
  display: none !important;
}
  */