/** Teaserbox mit Animation/Zusatzbild **/
.teaserbox_zusatzbild {
   padding-top: 15px;
}
.teaserbox_zusatzbild .image {
   position: relative;
   display: block;
   overflow: hidden;
}
.teaserbox_zusatzbild .extraimage {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 90px;
   background-color: #000;
   font-size: 0;
   z-index: 2;
   transition: all 0.4s ease-in-out 0s;
   transform: translateX(0);
}
.teaserbox_zusatzbild:hover .extraimage {
   transform: translateX(-90px);
}
.teaserbox_zusatzbild .extraimage img {
   position: absolute;
   top: 50%;
   margin-top: -27px;
   left: 18px;
}
.teaserbox_zusatzbild .image > img,
.teaserbox_zusatzbild .image > a > img {
   z-index: 1;
   transform: translateX(15px);
   transition: all 0.4s ease-in-out 0s;
   width: 100%;
   height: auto;
}
.teaserbox_zusatzbild:hover .image > img,
.teaserbox_zusatzbild:hover .image > a> img {
   transform: translateX(0);
}
.teaserbox_zusatzbild h2.title {
   padding-left: 90px;
   font-size: 18px;
   margin-top: 10px;
   color: #000;
}
.teaserbox_zusatzbild .text {
   padding-left: 90px;
}
/** Teaserbox mit Icon **/
.teaserbox_zusatzicon .inner  {
   background-color: #fff;
   padding: 5px;
   overflow: hidden;
}
.teaserbox_zusatzicon .extraimage {
   position: relative;
   display: block;
   width: auto;
   float: left;
   padding-right: 10px;
}
.teaserbox_zusatzicon .right_teaserebox {
   position: relative;
   display: block;
}
.teaserbox.teaserbox_zusatzicon h2 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-bottom: 0 none !important;
  margin: 0;
  padding: 0;
}
.teaserbox_zusatzicon .image {
   margin-bottom: 15px;
}
.teaserbox_zusatzicon .weiterlesen {
   display: none;
}  
/** Teaserbox Allg. **/

.teaserbox {
   position: relative;
   margin-bottom: 15px;
}
.teaserbox h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e92526;
  padding: 10px 0 5px 0;    
  margin: 0 0 10px;
}

.teaserbox h2 a,
.teaserbox h2 a:link,
.teaserbox h2 a:visited {
   color: #333;
}
.teaserbox .image img {
   max-width: 100%;
   height: auto;
   width: auto;
}
.teaserbox .weiterlesen {
   display: none;
}

/** Teaserboxcontent  **/
.teaserboxcontent {
   position: relative;
   margin-bottom: 15px;
}
.teaserboxcontent h2 {
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px;
    background-color: #646568;
    display: block;
    margin: 0px;
    font-weight: bold;
    line-height: 1.4;
}
.teaserboxcontent h2 a,
.teaserboxcontent h2 a:link,
.teaserboxcontent h2 a:visited {
   color: #FFF;
}

.teaserboxcontent .image {
   display: block;
}

.teaserboxcontent .inner {
   margin: 0 !important;
}

.teaserboxcontent .image img {
   height: auto;
   width: 100%;
}
.teaserboxcontent .weiterlesen {
   display: none;
}

/*** RESPONSIVE ***/

/* #Tablet (Landscape) ================================================= */

@media screen and (max-width: 1200px) {
}
/* #Tablet (Portrait) ================================================== */

@media screen and (max-width: 960px) {
}

/* #Mobile (Landscape) ================================================== */

@media screen and (max-width: 760px) {
}

/* #Mobile (Portrait) ================================================== */

@media screen and (max-width: 480px) {
}