/*
.teaser-3-columns_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 12px;
  padding-right: 12px;
}
*/
.teaser-button-text{

    transition: all .25s cubic-bezier(.4,0,.2,1);
    display: inline-flex;
    align-items: flex-start;

    color: #666;
    white-space: normal;
    text-decoration: none;
    font-size: 16px;
    text-decoration: inherit;
    align-items: center;
}
.column-cta{
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.anchor-3-columns{
  display: flex;
      flex: 0 0 33%;
}
.teaser{
  height: 100%;
}
.teaser-3-headline{
  font-size: 2rem;
  font-weight: 700;
      max-width: 1184px;
    margin: 1rem auto;
   margin-top: 0;
}
.teaser-content {
  word-break: break-word;
}

@media (max-width: 1024px) {
  .anchor-3-columns {
    flex: 0 0 50%; /* Two columns for medium screens */
    max-width: 50%;
  }

}

@media (max-width: 600px) {
  .column-cta {
  
    padding: 20px;
  }

    .teaser-button-text{
    font-size: 14px;
  }
  .anchor-3-columns {
    flex: 0 0 100%; /* Single column for small screens */
    max-width: 100%;
  }
}
.teaser-content.no-image{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    
}
.teaser-3-columns_container {
  width: 100%;
  max-width: 1184px;
  margin-right: auto!important;
  margin-left: auto!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.teaser-3-spalten{
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

.columns_outer-container{
  
}


.teaser-container:hover {
    /* Reset all hover effects */
    background: none !important;
    color: inherit !important;
    transform: none !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    /* Add other properties as needed */
}


.teaser-3-columns-row{
  display: flex;

  justify-content: space-between;

}
.teaser-container:last-child {
    padding-right: 0;
}

@media(max-width: 1192px){
  .teaser-3-columns_outer-container .teaser-3-headline{
    padding: 0 16px;
  }
.teaser-3-columns-row{
  display: flex;
flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;

}
  
  
  @media (max-width: 1050px){
  .teaser-3-columns-row, .teaser-fullwidth_outer-container{

    padding: 0 20px;

}
  
  }


}
.teaser-3-columns-row  .teaser-container:first-child {
  padding-left: 0!important;
}


.teaser-container{
  padding-bottom: 12px;
  position: relative;
  width: 100%;
  min-height: 1px;
gap:12px
}

.teaser{
 display:flex;
  flex-direction:column;
  height: 100%;
  text-decoration: none;
}

.image.teaser-image-container{
  aspect-ratio: 16 / 9;
  z-index: 1;
  display: block;
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
}
.teaser_image_loader{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #faf9f8 no-repeat 50%/cover;
  z-index: 1;
  display: block;
  width: 100%;

}
 div.teaser-3-columns_container > div > div> article > div{
flex-grow:1
}
.teaser-image{
  aspect-ratio:16 / 9 ;
  position: relative;
  z-index: 2;
  width: 101%;
  height: 102%;
  object-fit: cover;
  vertical-align: middle;
  border-style: none;
  -webkit-font-smoothing: antialiased;
}


.teaser-content{
  padding: 1rem;
  flex-grow:1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
    
  

}
.teaser-content-header{
 font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
letter-spacing: 0.029px;
}

.teaser-content-lead{
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 16px;
  margin-top: 0;
}


.teaser-anchor{
  margin-top: 1rem;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  display: inline-flex;
  align-items: flex-start;
  padding: 0.5rem 0;
  color: #666;
  white-space: normal;
  text-decoration: none;
  padding: 0.75rem;
  text-decoration: inherit;
  align-items: center;
}


.teaser:hover {
  transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
  color: inherit;
  text-decoration: inherit;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3); 
}
.teaser-anchor:hover{
  color: #000;
  text-decoration: none;
}

.teaser-svg_arrow{
  flex-shrink: 0;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  display: block;
  vertical-align: middle;

}



.column-cta:hover .teaser-button-text{
    color: #000;
    text-decoration: none;
}
@media(min-width: 320px){
  font-size: 1.25rem;
}

@media (min-width: 400px){

  .teaser-container{
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*.teaser-3-columns_outer-container{
    padding-right: 16px;
    padding-left: 16px;
  }*/
}


@media (min-width: 600px){
  ..teaser-3-headline{
  font-size: 2rem;
  font-weight: 700;
      max-width: 1184px;
    margin: 1rem auto;
   margin-top: 0;
}



  .teaser-container{
    padding-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
   

  }
  .teaser {
    margin-bottom: 1.25rem;
  }  
  
 /* .teaser-3-columns_outer-container{
    padding-right: 32px;
    padding-left: 32px;
  }*/

}

@media (min-width: 780px){

  .teaser-content{
    padding: 1.25rem;
  }

  .teaser-content-header{
    font-size: 20px;
   line-height: 150%;
    padding-bottom: 10px;
    }
  }

  .teaser-content-lead{

    font-size: 18px;

  }

 /* .teaser-3-columns_outer-container{
    padding: 5rem 32px;
  }*/

}

@media (min-width: 1024px){

  .teaser-container{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }  
  .teaser {
    margin-bottom: 0;
  } 
  .teaser-content{
    padding: 1rem;
  }
  /*.teaser-3-columns_outer-container{
    padding-right: 40px;
    padding-left: 40px;
  }*/
}

@media (min-width: 1280px){


  .teaser-content{
    padding: 1.25rem;
  }
  
  /*.teaser-3-columns_outer-container{
    padding-right: 128px;
    padding-left: 128px;
  }*/
}

@media (min-width: 1441px){

  
  .teaser-3-columns_outer-container{
    
  }
}







