@charset "UTF-8";
.subline {
  display: block;
  font-size: 2.4rem;
}

.update {
  color: #555 !important;
  border-radius: 1rem;
}
.update:nth-child(odd) {
  background: #f7f7f7;
  background: linear-gradient(45deg, #f4f1f1, transparent);
}
.update .version {
  font-family: "Cachet-Book", Helvetica, Arial, sans-serif;
  text-transform: inherit;
  color: #555;
  font-size: 2rem;
  margin-right: 0.6rem;
  margin-bottom: 0;
}
.update .head:hover {
  cursor: pointer;
}
.update .badge-wrapper {
  display: inline-block;
  width: 72px;
}
.update .badge {
  position: relative;
  top: -8px;
  border: 2px solid lightgrey;
  background: none;
  margin-right: 0.6rem;
}
.update .badge.major {
  border: 2px solid #d50303;
  color: #d50303;
}
.update .badge.minor {
  border: 2px solid #02a624;
  color: #02a624;
}
.update .badge.patch {
  border: 2px solid #3994f9;
  color: #3994f9;
}
.update .badge.hotfix {
  border: 2px solid #F0883E;
  color: #F0883E;
}
.update .badge.invoice {
  border-color: #d40403;
  background: #d40403;
  color: #fff;
}
.update .date .quarth {
  display: inline-block;
  width: 74px;
  margin-right: 1rem;
}
.update .date .released {
  width: 240px;
  display: inline-block;
}
.update .content.collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-out;
  display: block; /* Wir nutzen Höhe statt display: none */
}
.update .content.collapse.show {
  height: auto; /* Wird via JS überschrieben für die Animation */
}
.update ul {
  padding-left: 95px;
  padding-top: 10px;
}

h4.sidebar-h4 {
  font-size: 2.2rem !important;
}

.gradient {
  background: lightgrey;
  background: linear-gradient(45deg, rgba(33, 94, 122, 0.1019607843), rgba(254, 94, 108, 0.0901960784));
  border-radius: 1rem;
}

.sidebar.person .circle {
  border-radius: 50%;
}
.sidebar.person .person-title {
  font-size: 1.8rem;
}

.software-overview .teaser-entry {
  transition: all 300ms;
}
.software-overview .teaser-entry .h6 {
  transition: all 300ms;
}
.software-overview .teaser-entry:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.software-overview .teaser-entry:hover .h6 {
  color: #ff5e6c;
}

@media (min-width: 577px) and (max-width: 991px) {
  .person-wrapper {
    display: flex;
    align-items: center;
  }
  .person-wrapper .personimg {
    margin-right: 2rem;
  }
  .person-wrapper .person-data {
    text-align: left;
  }
  .update .invoice {
    margin-left: 78px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .update .date {
    display: block;
    margin-left: 78px;
  }
  .update .invoice {
    margin-left: 78px;
    margin-top: 15px;
  }
}
@media (max-width: 490px) {
  .update .date .quarth {
    display: block !important;
  }
  .update ul {
    font-size: 0.9rem;
  }
}

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