.teaservorschau_container.alignfull {
  padding-bottom: 80px;
}

.teaservorschau_title {
  text-align: center;
}

.teaservorschau_title {
  max-width: 1280px;
  text-align: center;
  padding-top: 70px;
  margin: auto;
  font-size: 30px;
  line-height: 48px;
  font-family: 'Space Grotesk';
  font-weight: 600;
}

.teaservorschaucontent_container {
  max-width: 1280px;
  margin: 55px auto 0px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 867px 413px;
}

.teaservorschaucontent_events {
  width: 413px;
  display: flex;
  height: 490px;
}

.teaservorschaucontent_posts {
  max-width: 413px;
  display: block;
}

.teaservorschaucontent_pubs {
  max-width: 1280px;
  margin: auto;
  display: flex;
}

.teaservorschaucontent_pubs.alone {
  max-width: 850px;
}


.teaservorschaucontent_pub_text_container {
  width: 325px;
  display: table-caption;
  padding: 15px;
}

.teaservorschaucontent_pub_intro {
  font-family: 'Cabin';
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  color: #000;
}

.teaservorschaucontent_pub_item {
  width: 521px;
  display: flex;
  background-color: #fff;
  margin-right: 20px;
}

.teaservorschaucontent_pub_item a {
  text-decoration: none;
}

.teaservorschaucontent_pub_item:hover .teaservorschaucontent_link {
  text-decoration: underline;
}

.teaservorschaucontent_posts .teaservorschaucontent_item {
  margin-bottom: 45px;
}

.teaservorschaucontent_item {
  background-color: #fff;
  padding: 30px;
}

.teaservorschaucontent_event_item {
  margin-right: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.teaservorschaucontent_event_image {
  width: 413px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaservorschaucontent_cat {
  position: absolute;
  margin-top: -47px;
  font-family: 'Cabin';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-color: #9EC0F9;
  padding: 3px 8px;
  color: #000;
}

.teaservorschaucontent_title {
  font-size: 24px;
  font-family: 'Cabin';
  line-height: 29px;
  font-weight: 700;
  color: #000;
}

.teaservorschaucontent_event_item .teaservorschaucontent_title {
  margin: 20px 15px 10px;
  color: #000;
}

.teaservorschaucontent_text {
  font-size: 21px;
  font-family: 'Cabin';
  font-weight: 400;
  line-height: 29px;
  margin-top: 10px;
  color: #000;
}

.teaservorschaucontent_link {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  display: block;
}

.teaservorschaucontent_item a {
  text-decoration: none;
}

.teaservorschaucontent_item:hover .teaservorschaucontent_link {
  text-decoration: underline;
}

.teaservorschaucontent_event_item .teaservorschaucontent_link {
  margin: 10px 15px 15px;
}

.teaservorschaucontent_event_image {
  width: 413px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaservorschaucontent_event_item a {
  text-decoration: none;
}

.teaservorschaucontent_event_item:hover .teaservorschaucontent_link {
  text-decoration: underline;
}

.teaservorschaucontent_event_image .eventdate {
  font-family: 'Space Grotesk';
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
  text-align: center;
  height: 310px;
  color: #fff;
  padding: 40px;
  vertical-align: middle;
  display: table-cell;
}

.teaservorschaucontent_pub_image {
  width: 197px;
  height: 186px;
  background-repeat: no-repeat;
  background-size: cover;
}

.button_container {
  display: block;
  margin: 80px auto 20px;
  width: 720px;
}

.button_container .button_all_posts {
  display: inline-block;
  max-width: fit-content;
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  background-color: #3f54c1;
  padding: 12px 30px;
  font-size: 18px;
  font-family: 'Space Grotesk';
  line-height: 26px;
  font-weight: 700;
  border: 2px solid #fff;
}

.button_all_posts:hover {
  color: #3f54c1;
  background-color: #fff;
  opacity: 1;
  border: 2px solid #3f54c1;
}

@media (max-width:1300px) {
  .teaservorschau_title {
    font-size: 26px;
    line-height: 33.18px;
  }

  .teaservorschau_container.alignfull {
    padding-left: 15px;
    padding-right: 15px;
  }

  .teaservorschaucontent_container {
    margin-top: 0;
    grid-template-columns: 100%;
    padding-bottom: 0;
  }

  .teaservorschaucontent_title {
    font-size: 22px;
    line-height: 26px;
  }

  .teaservorschaucontent_events {
    width: 100%;
    display: block;
	height: auto;
  }

  .teaservorschaucontent_event_item {
    margin-right: unset;
    margin-bottom: 40px;
    padding-bottom: 5px;
  }

  .teaservorschaucontent_link {
    font-size: 16px;
    line-height: 26px;
  }

  .teaservorschaucontent_event_image {
    width: 100%;
    height: auto;
  }

  .teaservorschaucontent_event_image .eventdate {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .teaservorschaucontent_posts {
    max-width: unset;
  }

  .teaservorschaucontent_text {
    font-size: 16px;
    line-height: 26px;
  }

  .teaservorschaucontent_posts .teaservorschaucontent_link {
    margin-top: 20px;
  }

  .teaservorschau_container {
    background-size: auto 105% !important;
    background-repeat: no-repeat !important;
  }

  .teaservorschaucontent_pubs {
    display: block;
  }

  .teaservorschaucontent_pub_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .teaservorschaucontent_pub_text_container {
    width: 75%;
  }

  .button_container {
    display: block;
    margin: 40px auto 20px;
    width: auto;
  }

  .teaservorschau_container .button_container .button_all_posts {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
}
