body {
  background-color: #333333 !important;
}

.staffImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100px;
  margin-bottom: 20px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.eventTitle {
  cursor: pointer;
  transition: 0.2s;
}

.eventTitle:hover {
  color: #7ab2e1;
}

.veranstaltTable {
  padding-top: 25px !important;
}

.photoItem {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px;
  transition: 0.2s;
  width: 100%;
  cursor: pointer;
  margin: 20px 0px 0px 0px;
}

.photoItem div {
  width: 100%;
  padding: 0px;
  /*background-color: #7ab2e1;*/
  opacity: 0;
  transition: 0.2s;
  text-align: center;
}

.photoItem:hover {
  opacity: 0.6;
}

.photoItem div:hover {
  opacity: 1;
}

.albumItem {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10px;
  transition: 0.2s;
  width: 100%;
  cursor: pointer;
}

.albumItem div {
  height: 160px;
  width: 100%;
  padding: 0px;
  /*background-color: #7ab2e1;*/
  opacity: 0;
  transition: 0.2s;
  text-align: center;
}

.albumItem span {
  padding: 8px;
}

.albumItem:hover {
  opacity: 0.6;
}

.albumItem div:hover {
  opacity: 1;
}

.vertikalStrichAlbums {
  background-color: #7ab2e1;
  margin-right: 10px;
}

.vertikalStrichAlbums div {
  height: 25px;
  width: 3px;
}

/* image Navigation */

.fullNavGalleryDiv {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
}

.imageNavBtns {
  border-radius: 50%;
  border: 1px solid white;
  padding: 3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.imageNavBtns i {
  padding: 3px;
}

/* Navigation */

#navSmallScreen {
  display: none;
  top: 25%;
}

#navSmallScreen a {
  color: #f1f1f1 !important;
}

#navBigScreen {
  margin-left: 40%;
  margin-right: 40%;
  display: none;
  top: 20%;
}

.vertikalStrich {
  background-color: #7ab2e1;
  margin-right: 10px;
}

.vertikalStrich div {
  height: 30px;
  width: 5px;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  /*top: 25%;*/
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0);
}

.overlay-content img {
  /*
    padding: 20px 0 0 0;
    margin: 10px 10px 10px 10px;
    */

  max-width: 100%;
  max-height: 90%;

  display: block;
  margin: auto;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.notificationItem {
  background-color: #319af0;
  border-radius: 3px;
}

.largeLinkBtn {
  background: #242424 !important;
  text-align: center !important;
  cursor: pointer;
  transition: 0.2s;
}

.largeLinkBtn:hover {
  color: #7ab2e1;
}

.largeLinkBtn .material-icons {
  font-size: 35px;
}

.largeLinkText {
  font-weight: 400;
  font-size: 20px;
}

.marginBottom {
  margin-bottom: 1rem;
}

.tippTitle {
  color: #7ab2e1 !important;
  padding-bottom: 0 !important;
}

.tippBody {
}
