@charset "UTF-8";

.card.pod .card-body .description {
  font-style: italic;
}

.card.pod .card-body h2 + h2 {
  display: none;
}

.card.pod .card-body br + br {
  display: none;
}

.card.pod figure {
  margin: 0 auto 1rem auto;
  position: relative;
}

.card.pod figure figcaption {
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
  color: #00aecc;
  margin-top: 0.5rem;
}

.card.pod figure figcaption small {
  margin-left: 0px;
  font-style: normal;
  color: #00aecc;
}

.card.pod figure .control a.prev,
.card.pod figure .control a.next {
  background-color: rgba(27, 27, 27, 0);
  padding: 1rem;
  color: white;
  font-family: "Simple-Line-Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.card.pod figure .control a.prev {
  left: 0;
}

.card.pod figure .control a.prev:before {
  content: "\E605";
}

.card.pod figure .control a.next {
  right: 0;
}

.card.pod figure .control a.next:before {
  content: "\E606";
}

.card.pod figure:hover .control a.prev,
.card.pod figure:hover .control a.next {
  background-color: rgba(27, 27, 27, 0.6);
}

.card.pod article {
  max-width: 560px;
  margin: 0 auto;
  border-bottom: 1px solid #979797;
}

.card.pod article .pod-footer {
  font-weight: 400;
  padding: 0.5rem 0;
  margin-top: 0 !important;
  border-top: 1px solid #979797;
}

.card.pod article .pod-footer h6 {
  font-size: 0.75rem;
  font-weight: 300;
  color: #9b9b9b;
  margin-bottom: 0.25rem;
  margin-top: 0.125rem;
}

/** Legt die Hintergrundfarbe der Bildüberschrift fest */

#podSlider {
  background-color: #00aecc;
  margin-bottom: 15px;
}

/*
------------------
		POD - Carousel (only for Edit)
-----------------
*/

#slideShowcarousel {
  /** Macht die Buttons zum navigieren größer und den Kontrast stärker */
  /** Platziert die Bildüberschrift unter dem Bild */
  /** Legt eine einheitliche Höhe für alle Bilder fest */
}

#slideShowcarousel .carousel-control-prev-icon,
#slideShowcarousel .carousel-control-next-icon {
  background-color: #444;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  padding: 10px;
}

#slideShowcarousel .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: 0px;
  margin-bottom: 5px;
}

#slideShowcarousel .carousel-item img {
  width: auto;
  height: 500px;
  max-height: 500px;
}

/*
------------------
		POD - Bild rgoß darstellen
-----------------
*/

#errorListModal {
  position: fixed;
  /* Stay in place */
  z-index: 1500;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  /* Modal Content (Image) */
  /* The Close Button */
}

#errorListModal .modal-content {
  margin: auto;
  display: block;
  max-height: 90%;
}

#errorListModal .close {
  color: #f15555;
  font-size: 2em;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
}

.close:hover,
.close:focus {
  color: #f15555;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#pictureModal {
  /* Add Animation - Zoom in the Modal */
}

#pictureModal .pictureModalTitle {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

#pictureModal .modal-content,
#pictureModal #caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

#pictureModal .close {
  top: 15px;
  right: 35px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#pod .description {
  border-bottom: 1px solid rgba(0, 174, 204, 0.2);
}

.delete.card.pod .banner {
  padding: 2rem 0 0 0;
}

/** Banner **/

.banner {
  text-align: center;
  background-color: #f2f4f6 !important;
  padding: 1rem;
}

.banner img {
  width: inherit;
  max-width: 100%;
}

.overlay {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

main > .card > .card-body {
  padding: 0;
}

