.text {
  background: rgba(0, 0, 0, 0.5);
  color: var(--page-background);
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
}
.cont-link {
  flex: 1 1 512px;
  min-width: 272px;
  min-height: 153px;
  max-width: 512px;
  max-height: 288px;
  margin: 1vmax;
}
.sub-container {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.sub-container:hover {
  box-shadow: none;
}
picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cont-width-full {
  display: flex;
  flex-grow: 8;
  flex-direction: column;
  text-align: center;
  margin: 1vh 1vw;
}
.cont-vision {
  text-align: left;
  padding:5px;
}
.we {
  float: left;
  width: 60vw;
  max-width: 600px;
  height: auto;
  margin-right: 1vw;
}
.cont-events {
  flex: 1 1 200px;
  padding: 5px;
  margin: 1vh 1vw;
}
.events {
  width: 100%;
}
.text-button {
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: inherit;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    margin-bottom: 2vh;
    display: inline-block;
}
.text-button:focus {
  outline: none;
}
.collapsible-content {
    padding-left: 18px;
    display: none;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 2vh;
}
.date {
    margin-right: 0.5vw;
    color: black;
}
.collapsible-content-text {
    margin-top: 2vh;
}
@media screen and (min-width: 769px) {
    .cont-width-full {
      width: 60px;
      min-width: 700px;
    }
}