body {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: white;
}

row {
  margin: 0 !important;
  padding: 0 !important;
}

.flex-system {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.box {
  height: 300px;
  background: rgb(236, 232, 232);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 !important;
}

.box .header {
  height: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box .header img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}

.content {
  height: 40%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  position: relative;
  padding: 1rem;
}

.content h1 {
  font-size: 1.25rem;
}

.link {
  color: rgb(225, 0, 25);
  ;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.link svg {
  height: 15px;
}

.link:hover {
  color: rgb(153, 13, 13);
}

.col-inner {
  position: relative;
}

.balken {
  width: 45px;
  position: absolute;
  top: 0px;
  left: 20px;
}

.balken-head {
  background-color: rgb(225, 0, 25);
  height: 60px;
  margin-bottom: 0.5rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 50% 78%, 0% 100%, 0% 0%);
}

.balken-head svg {
  height: 20px;
}

.balken-body {
  height: 253px;
  background: rgb(225, 0, 25);
  background: rgb(225, 0, 25);
  background: rgb(225, 0, 25);
  background: -moz-linear-gradient(176deg,
      rgba(255, 8, 8, 0.8267682072829132) 0%,
      rgba(233, 210, 210, 1) 55%,
      rgba(244, 234, 234, 0) 100%);
  background: -webkit-linear-gradient(176deg,
      rgba(255, 8, 8, 0.8267682072829132) 0%,
      rgba(233, 210, 210, 1) 55%,
      rgba(244, 234, 234, 0) 100%);
  background: linear-gradient(176deg,
      rgba(255, 8, 8, 0.8267682072829132) 0%,
      rgba(233, 210, 210, 1) 55%,
      rgba(244, 234, 234, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0808", endColorstr="#f4eaea", GradientType=1);
}

a {
  text-decoration: none !important;
  text-align: left;
}


h1 {
  color: black;
}

.balkenLogo {
  width: 45px;
  height: 45px;
  margin-top: -10px;
}