.sidecard {
  width: 90%;
  height: -moz-max-content;
  height: max-content;
  background-color: aqua;
  margin-top: 60px;
  margin-left: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid black;
}
.sidecard .sidecard_header {
  width: 100%;
  height: 50px;
  background-color: black;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px;
}
.sidecard .sidecard_header .sideheader_title {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.sidecard .sidecard_body {
  height: 100%;
  width: 100%;
  background-color: white;
  padding: 5px;
}
.sidecard .sidecard_body .nolink {
  text-decoration: none;
  color: black;
}
.sidecard .sidecard_body .sidecard_text {
  font-size: 15px;
  padding-left: 5px;
  text-decoration: none;
  color: black;
}

.preiscard {
  width: 25%;
  height: -moz-max-content;
  height: max-content;
  background-color: lightcyan;
  margin-top: 60px;
  margin-left: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid black;
}
.preiscard .preiscard_header {
  width: 111%;
  height: 50px;
  background-color: blue;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px;
  margin-left: -12px;
  text-align: center;
}
.preiscard .preiscard_header .preisheader_title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.preiscard .preiscard_body {
  height: 100%;
  width: 110%;
  background-color: cyan;
  padding: 0px;
  margin-left: -10px;
  text-align: center;
}
.preiscard .preiscard_body .nolink {
  text-decoration: none;
  color: black;
}
.preiscard .preiscard_body .preiscard_text {
  font-size: 15px;
  padding-left: 5px;
  text-decoration: none;
  color: black;
}

.preis_info {
  margin-top: -50px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sideheader_title {
    padding-left: 10px;
    font-size: 14px !important;
    font-weight: bold;
    color: white;
    text-decoration: none;
  }
}/*# sourceMappingURL=card.css.map */