.teaser-box-1,
.teaser-box-2,
.teaser-box-3,
.teaser-box-4,
.teaser-box-5,
.teaser-box-6
/* .teaser-test-wrap > a */ {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  float: left;
  box-sizing: border-box;
}

.teaser-box-1:before,
.teaser-box-2:before,
.teaser-box-3:before,
.teaser-box-4:before,
.teaser-box-5:before,
.teaser-box-6:before {
  content: "";
  display: block;
}

.teaser-box-1:nth-of-type(even),
.teaser-box-2:nth-of-type(even),
.teaser-box-3:nth-of-type(even),
.teaser-box-4:nth-of-type(even),
.teaser-box-5:nth-of-type(even),
.teaser-box-6:nth-of-type(even) {
  margin: 18px 0;
  /* --- Abstand oben und unten für mehrere Teaser innerhalb einer col --- */
}

.teaser-box-1:last-child,
.teaser-box-2:last-child,
.teaser-box-3:last-child,
.teaser-box-4:last-child,
.teaser-box-5:last-child,
.teaser-box-6:last-child {
  margin-bottom: 0;
}

.teaser-image {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}

.teaser-image img {
  transition: transform 4s;
}

.teaser-image img:hover {
  transform: scale(1.1, 1.1);
}

.teaser-content h5,
.teaser-content h5 a {
  margin: 0;
  padding: 0;
}

.teaser-content p {
  margin: 0;
  padding: 0;
}

.teaser-content {
  position: absolute;
  z-index: 2;
}

.teaser-content li {
  margin: 0 0 10px 0;
}

.teaser-category-flag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  z-index: 3;
}

.teaser-date-flag {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 5px;
  z-index: 3;
}

.teaser-box-1 .button,
.teaser-box-4 .button,
.teaser-box-5 .button,
.teaser-box-6 .button {
  display: none;
}

.teaser-box-2 .button svg,
.teaser-box-3 .button svg {
  margin: 3px 0 0 4px;
  width: 15px;
  height: 15px;
}

.teaser-box-2 .button,
.teaser-box-3 .button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 21px;
  padding: 0;
  transition: background-color 0.4s ease 0s;
  z-index: 3;
}

.teaser-box-2 a.button:hover,
.teaser-box-3 a.button:hover {
  padding: 0;
}

.teaser-test-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.teaser-test-wrap > a {
  display: block;
}

/* ---------- TEASER-BOX 1-----------*/
.teaser-box-1:before {
  padding-top: 146.5%; /* Seitenverhältnis */
}

.teaser-box-1 .teaser-image {
  width: 100%;
  height: 100%;
}

.teaser-box-1 .teaser-image img {
  width: 261%;
  height: auto;
  margin-left: -80.5%;
}

.teaser-box-1 .teaser-content {
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
}

/* ---------- TEASER-BOX 2 -----------*/
.teaser-box-2:before {
  padding-top: 100%; /* Seitenverhältnis */
}

.teaser-box-2 .teaser-image {
  width: 100%;
  height: 55%;
}

.teaser-box-2 .teaser-image img {
  width: 100%;
  height: auto;
}

.teaser-box-2 .teaser-content {
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 0;
}

.teaser-box-2 .teaser-content h5 {
  padding-bottom: 4px;
}

.teaser-box-2 .teaser-content p {
  padding: 0;
}

  .col_03 .teaser-box-2 .teaser-image {
    height: 52%;
  }

  .col_03 .teaser-box-2 .teaser-content {
    top: 54%;
  }

  .col_04 .teaser-box-2 .teaser-image {
    height: 55%;
  }

  .col_04 .teaser-box-2 .teaser-content {
    top: 57%;
  }

/* ---------- TEASER-BOX 3 -----------*/
.teaser-box-3{
  overflow: hidden;
}

.teaser-box-3 .teaser-image {
  width: 33.5%;
  height: 100%;
}

.teaser-box-3 .teaser-image img {
  height: auto;
}

.teaser-box-3 .teaser-content {
  top: 0;
  left: 34%;
  right: 0;
  padding: 10px;
  overflow: hidden;
}

.teaser-box-3 .teaser-content h5 {
  padding-bottom: 4px;
}

.teaser-box-3 .teaser-content p {
  padding: 0;
}
  .col_03 .teaser-box-3{
    height: 65px;
  }

  .col_03 .teaser-box-3 .teaser-content p{
    display: none;
  }

  .col_03 .teaser-box-3 .teaser-image img {
    width: 138%;
    margin-left: -19%;
  }

  .col_04 .teaser-box-3{
    height: 85px;
  }

  .col_04 .teaser-box-3 .teaser-image img {
    width: 132%;
    margin-left: -16%;
  }

  .col_04 .teaser-box-3 .teaser-content {
    height: 50px;
  }

  .col_06 .teaser-box-3:before {
    padding-top: 22.4%; /* Seitenverhältnis */
  }

  .col_06 .teaser-box-3{
    height: 116px;
  }

  .col_06 .teaser-box-3 .teaser-content {
    height: 80px;
  }

  .col_06 .teaser-box-3 .teaser-image img {
    width: 118%;
    margin-left: -9%;
  }

/* ---------- TEASER-BOX 4-----------*/
.teaser-box-4:before {
  padding-top: 100%; /* Seitenverhältnis */
}

.col_02 .teaser-box-4 .teaser-image {
  width: 70px;
  margin-left: 29%;
}

.teaser-box-4 .teaser-image {
  width: 70px;
  margin-left: 35%;
}

.col_03 .teaser-box-4 .teaser-image {
  width: 150px;
  margin-left: 19%;
}

.teaser-box-4 .teaser-image img {
  margin: 20px 0 0 0;
  height: auto;
}

.teaser-box-4 .teaser-content {
  left: 10px;
  bottom: 10px;
  right: 10px;
}

.teaser-box-4 .teaser-content h5 {
  padding-bottom: 4px;
}

/* ---------- TEASER-BOX 5-----------*/


.teaser-box-5:before {
  padding-top: 100%; /* Seitenverhältnis */
}

.teaser-box-5 .teaser-image {
  width: 100%;
  height: 100%;
}

.teaser-box-5 .teaser-image img {
  width: 100%;
  height: auto;
  margin-left: 0;
}

.teaser-box-5 .teaser-content {
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.teaser-box-5 .teaser-content p {
  display: none;
}

.col_02 .teaser-box-5 .teaser-content {
  display: none;
}

/* ---------- TEASER-BOX 6-----------*/
.teaser-box-6:before {
  padding-top: 56%; /* Seitenverhältnis */
}

.teaser-box-6 .teaser-image {
  width: 100%;
  height: 100%;
}

.teaser-box-6 .teaser-image img {
  width: 100%;
  height: auto;
}

.teaser-box-6 .teaser-content {
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
}

.teaser-box-6 .teaser-content p {
  display: none;
}

@media screen and (min-width: 760px) and (max-width: 1280px) {

  .teaser-box-1:nth-of-type(even),
  .teaser-box-2:nth-of-type(even),
  .teaser-box-3:nth-of-type(even),
  .teaser-box-4:nth-of-type(even),
  .teaser-box-5:nth-of-type(even) {
    margin: 11px 0;
  }

  .col_04 .teaser-box-1 .teaser-content {
    height: 95px;
    overflow: hidden;
  }

  .col_03 .teaser-box-2 .teaser-image {
    height: 55%;
  }

  .col_03 .teaser-box-2 .teaser-content {
    top: 57%;
    height: 61px;
    overflow: hidden;
  }

  .col_04 .teaser-box-2 .teaser-image {
    height: 47%;
  }

  .col_04 .teaser-box-2 .teaser-content {
    top: 47%;
    padding: 7px 7px 0 7px;
    height: 88px;
    overflow: hidden;
  }

  .col_04 .teaser-box-3 .teaser-content {
    padding: 5px;
  }

  .col_04 .teaser-box-3 .teaser-content p {
    display: none;
  }

  .col_06 .teaser-box-3:before {
    padding-top: 31% !important; /* Seitenverhältnis */
  }

  .col_06 .teaser-box-3 .teaser-content {
    padding: 5px;
  }

  .col_06 .teaser-box-3 .teaser-image img {
    width: 164%;
    margin-left: -32%;
  }

  .col_02 .teaser-box-4 .teaser-image {
    width: 50%;
    margin: 0 27%;
  }

  .teaser-box-4 .teaser-image img {
    margin: 20px 0 0 0;
  }

  .col_04 .teaser-box-5 .teaser-content {
    height: 67px;
    overflow: hidden;
  }
}

@media screen and (min-width: 0px) and (max-width: 759px) {

  .teaser-box-3 {
    margin-bottom: 15px;
  }

  .mobilecol_3 .col_02 .teaser-box-4 .teaser-content h5 {
    padding-bottom: 0;
  }

  .tabletcol_6 .col_02 .teaser-box-4 .teaser-image {
    width: 50%;
  }
}