html {
  position: relative;
  min-height: 98%;
}

.nav-item {
  text-align: right;
  padding-left: 0.5rem;
}

.nav-link {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

.truncateText4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.truncateText8 {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.date {
  font-size: medium;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.imgScale {
  width: 100%;
  height: 100% !important;
  max-height: 240px !important;
  object-fit: cover !important;
}

/* Footer */
#footer {
  padding: 4rem 0rem;
}
.footer {
  position: absolute;
  text-align: center;
  border-top: 1px solid;
  border-color: rgba(26, 26, 26, 0.75);
  bottom: 0;
  height: 60px;
  padding: 8px 0px;
  color: rgba(26, 26, 26, 0.75);
}

.copyright {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 16px;
}

.link {
  color: rgba(26, 26, 26, 0.75);
}

.link:hover {
  color: rgba(26, 26, 26, 0.75);
}

.symbols {
  color: rgba(26, 26, 26, 0.75);
  padding: 1rem 5px;
}

.jumbotron {
  position: relative;
  z-index: 1;
  /* Stock-image provided by Pixabay: https://www.pexels.com/de-de/foto/berg-wahrend-sonnenaufgang-209801/ */
  background-image: url(/images/jumbotron.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 40%;
  color: white;
}

.jumbotron:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.carousel {
  border-radius: 12px;

  /* background-color: rgba(26, 26, 26, 0.85); */
  border-radius: 12px;
  /* border: 1px solid; */
  max-width: 50%;
  margin: 0 0 4rem 0;
}

.carouselImg {
  max-height: 600px !important;
  width: auto;
  object-fit: contain;
  border-radius: 12px;
}

.boxShadowLight {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.filterShadow {
  filter: drop-shadow(0px 6px 5px rgba(26, 26, 26, 0.5));
}

.seperatorLine.post {
  width: 120px;
  height: 50px;
  margin: 4rem auto;
  border-image-source: url(/images/dots.svg);
  border-image-slice: 25% 100% 100% 100%;
  border-width: 30px 0 0 120px;
  border-style: dotted;
}

.seperatorLine {
  width: 120px;
  height: 50px;
  margin: 4rem auto 2rem auto;
  border-image-source: url(/images/dots.svg);
  border-image-slice: 25% 100% 100% 100%;
  border-width: 30px 0 0 120px;
  border-style: dotted;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  margin-left: -12rem !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  margin-right: -12rem !important;
}

.postContent {
  white-space: pre-wrap;
}

/* Media Queries for Post Carousel */

@media only screen and (max-width: 600px) {
  .carousel {
    max-width: 90% !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
  .carousel {
    max-width: 80% !important;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1100px) {
  .carousel {
    max-width: 70% !important;
  }
}

@media only screen and (min-width: 1101px) {
  .carousel {
    max-width: 50% !important;
  }
}

/* Imprint */
.miscContainer h3 {
  margin-bottom: 16px;
}

.miscContainer p {
  font-weight: 300;
  font-size: 15px;
  color: rgba(26, 26, 26, 0.75);
  line-height: 26px;
  margin: 0 3rem 0 0;
}

.miscContainer .p-bold {
  font-weight: 500;
}

.miscContainer h4 {
  margin: 24px 0px 15px;
}

.miscContainer a {
  color: rgba(26, 26, 26, 0.75);
}

.miscContainer ul {
  padding: 0px 16px;
  margin-bottom: 0;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
