.uebersichtsblock-block-container {
  padding: 40px;
  width: 100%;
  /* max-width: 736px; */
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(67, 73, 98, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.uebersichts_headline {
  font-family: 'Montserrat-SemiBold';
  /*font-weight: 600;*/
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1048px;
  margin-bottom: 15px;
}

.uebersichts_infotext {
  max-width: 430px;
  text-align: center;
  margin: auto;
  font-family: 'Montserrat-Light';
  /*font-weight: 300;*/
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}

.uebersichts_verlinkungscontainer {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 40px 30px;
}

/* Style the buttons that are used to open and close the uebersichtsblock panel */
.uebersichtsblock {
  font-size: 22px;
  font-family: 'Montserrat-SemiBold';
  font-style: normal;
  line-height: 32px !important;
  letter-spacing: 0.1048px;
  /*font-weight: 600;*/
  width: 100%;
  text-align: left;
  color: #333;
  text-decoration: none;
}

.uebersichts_content {
  font-family: 'Montserrat-Light';
  /*font-weight: 300;*/
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 5px;
}

.content_link::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #0D7093;
  border-top: 2px solid #0D7093;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: -5px;
  margin-right: 10px;
}

.content_link {
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  /*font-weight: 600;*/
}

@media only screen and (max-width: 650px) {
  .uebersichts_verlinkungscontainer {
    grid-template-columns: 100%;
  }
}
