.boxoverview-block-container {
  padding: 20px 0 50px;/*
  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;
  background-color: #f6f6f6;
}

.lsv_kachel_colorsection .boxoverview-block-container {
  padding: 50px 0;
  margin-bottom: 0;
}

.boxoverview-block-container + .boxoverview-block-container {
    margin-bottom: 60px;
}

/* Den ersten .boxoverview-block-container in einer Sequenz ohne margin-bottom, wenn ein weiterer folgt */
.boxoverview-block-container:not(:last-child) {
    margin-bottom: 0;
}

.boxoverview-block-container:last-of-type {
  margin-bottom: 0;
}

.boxoverview-area {
  max-width: 1150px;
  margin: auto;
  padding: 0 15px;
}

.boxoverview_headline {
  font-family: "Montserrat-SemiBold";
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: 0.2px !important;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}

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

.boxoverview_verlinkungscontainer {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  grid-gap: 60px;
}

/* Style the buttons that are used to open and close the boxoverview panel */
.boxoverview-block {
  padding: 40px 28px 65px;
  /* padding: 50px 60px 70px; */
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(67, 73, 98, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.on .boxoverview-block {
  display: flex;
  flex-direction: column;
}

.boxoverview {
  text-transform: unset;
  font-size: 40px;
  font-family: 'Montserrat-SemiBold';
  line-height: 48px;
  margin-bottom: 16px;
}

.boxoverview.no_symbol {
  font-size: 32px;
  line-height: 40px;
  word-break: break-word;
}

.boxoverview-icon {
  height: 100px;
  margin-bottom: 10px;
}

.on .boxoverview-icon {
  height: auto;
  width: auto;
  max-width: 75%;
  order: 2;
}

.on .boxoverview {
  order: 1; /* Erstes div-Element (z.B. der Name) kommt zuerst */
}

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

.on .boxoverview_content {
  order: 3;
  margin-top: 10px;
}

.boxoverview_subline {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.content_link::before, .boxoverview_furtherlink::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, .boxoverview_furtherlink {
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0d6f93;
  bottom: 40px;
  position: absolute;
}

.boxoverview_furtherlink {
  position: relative;
  text-align: right;
  bottom: 0;
  display: block;
  margin-top: 25px;
}

.boxoverview-block .content_link {
 /* position: unset !important; */
}

@media only screen and (max-width: 1150px) {

  .boxoverview-area {
    padding: 0 20px;
  }

  .boxoverview_verlinkungscontainer {
    grid-template-columns: 46.5% 46.5%;
    grid-gap: 60px;
  }
}

@media only screen and (max-width: 900px) {
  .boxoverview_verlinkungscontainer {
    grid-template-columns: 47% 47%;
    grid-gap: 40px;
  }
}

@media only screen and (max-width: 870px) {
  .boxoverview-block {
    text-align: center;
    padding-bottom: 50px;
  }

  .lsv_kachel_colorsection .boxoverview-block-container {
    padding: 20px 0 50px;
    margin-bottom: 0;
  }

  .boxoverview {
    font-size: 24px;
    line-height: 32px;
  }

  .boxoverview_headline {
    font-size: 32px;
    line-height: 40px;
  }

  .content_link {
    position: relative;
    bottom: 0;
    margin-top: 25px;
    display: block;
  }

  .boxoverview_verlinkungscontainer {
    grid-template-columns: 100%;
  }
}
