@charset "UTF-8";
#banner {
  overflow: hidden;
}
#banner img {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
}

.nav {
  border-bottom: 3px solid #95C121;
  margin: 10px 0px 40px 0px;
}
.nav .nav-item .nav-link {
  color: #000;
  padding-left: 0;
  transition: none;
  padding: 1rem 1rem;
  padding-left: 0;
}
.nav .nav-item .nav-link.active {
  color: #95C121;
  text-decoration: underline;
  background-color: transparent;
}

.box {
  border-color: #707070;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  padding: 12px 20px;
  background-color: white;
}
.box:not(:last-of-type) {
  margin-bottom: 15px;
}
.box .inner:first-of-type {
  margin-top: 15px;
}

.list {
  list-style: none;
  padding-left: 6px;
  margin-bottom: 0;
}
.list li {
  position: relative;
  padding-left: 13px;
}
.list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

#details-left .box:last-of-type {
  margin-bottom: 15px;
}
#details-left .box.closed .details-left-head .details-left-arrow {
  transform: rotate(-90deg);
}
#details-left .box.closed .details-left-content {
  display: none;
}
#details-left .box .details-left-head .details-left-arrow {
  cursor: pointer;
  float: right;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.041' viewBox='0 0 20 20.041'%3E%3Cg id='Gruppe_5175' data-name='Gruppe 5175' transform='translate(0 0)'%3E%3Cpath id='Pfad_3991' data-name='Pfad 3991' d='M11,11H0V0H2V9h9Z' transform='translate(2 7.778) rotate(-45)' fill='%23a8a8a7'/%3E%3Crect id='Rechteck_2256' data-name='Rechteck 2256' width='20' height='20' transform='translate(0 0.041)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#details-left .box#details-left-images .col-6 {
  padding: 5px;
}
#details-left .box#details-left-images .col-6 .details-left-image-container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 5px;
}

.tab-pane .full-image {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -20px;
  margin-right: -20px;
}
.tab-pane .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.tab-pane .profile .profile-text {
  color: #A8A8A7;
  margin-left: 15px;
}
.tab-pane .profile .profile-text b {
  color: #000;
}
.tab-pane .profile .profile-date {
  font-size: 11px;
}
.tab-pane .youlike {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  color: #A8A8A7;
}
.tab-pane .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #E3E6EB;
}
@media screen and (max-width: 600px) {
  .tab-pane .buttons {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.tab-pane .buttons > div {
  flex: 1;
  font-weight: bold;
  color: #A8A8A7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .tab-pane .buttons > div:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.tab-pane .buttons > div img {
  margin-right: 10px;
}
.tab-pane .buttons > div:first-of-type {
  color: #005A69;
}
.tab-pane .hashtags {
  margin: 20px 0;
  color: #005A69;
}

/*# sourceMappingURL=details.css.map */
