@media (max-width: 1199px) {
  .module_image_teaser_box {
    overflow: hidden;
  }
}

.module_image_teaser_box .headline,
.module_image_teaser_box .bodytext,
.module_image_teaser_box .bodylink {
  z-index: 2;
}

.module_image_teaser_box .bodylink {
  position: relative;
  display: inline-block;
  color: #009fe3;
}

.module_image_teaser_box .bodylink img {
  position: relative;
  bottom: -3px;
  padding-right: 7px;
}

.module_image_teaser_box .text .date {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  color: #63819f;
}

.module_image_teaser_box .bodytext {
  font-size: 16px;
  line-height: 20px;
  font-family: 'ITCFranklinGothicLTDemi';
}

@media (min-width:1200px) {
  .module_image_teaser_box .bodytext {
    font-size: 25px;
    line-height: 30px;
  }
}

.module_image_teaser_box .link_outer a {
  text-transform: uppercase;
  font-size: 14px;
  color: #04274d;
}

.module_image_teaser_box .content {
  padding: 24px 20px;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.module_image_teaser_box .headline {
  margin-bottom: 0;
  font-size: 18px;
  color: #009fe3;
}

@media (max-width: 1199px) {
  .module_image_teaser_box .headline {
    font-size: 15px;
  }

  .module_image_text_teaser .bodytext {
    font-size: 16px;
    line-height: 20px;
  }
}

.module_image_teaser_box .content.lightblue {
  background: #009fe3;
}

.module_image_teaser_box .content.darkblue {
  background: #00305d;
}

.module_image_teaser_box .content.lightgray {
  background: #f5f5f6;
}

.module_image_teaser_box .content.red {
  background: #F00B5E;
}

.module_image_teaser_box .content.orange {
  background: #FFB81C;
}

.module_image_teaser_box .content.lightblue .headline,
.module_image_teaser_box .content.lightblue .bodytext,
.module_image_teaser_box .content.red .headline,
.module_image_teaser_box .content.red .bodytext,
.module_image_teaser_box .content.orange .headline,
.module_image_teaser_box .content.orange .bodytext,
.module_image_teaser_box .content.darkblue .bodytext {
  color: #fff;
  /*width: 56%;*/
}

.module_image_teaser_box .link_outer a:hover {
  text-decoration: underline;
}

.module_image_teaser_box .text {
  overflow: hidden;
  padding: 0px;
  height: 100%;
}

@media (max-width: 1199px) {
  .module_image_teaser_box .pager_elem {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #04274d;
    margin-right: 20px;
    background: none;
    cursor: pointer;
  }

  .module_image_teaser_box .pager_elem.act {
    background: #04274d;
  }
}

.module_image_teaser_box .image {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 1;
  max-width: 40%;
}

.module_image_teaser_box.one_half .image {
  /*top: 50%;*/
  right: 10px;
  /*bottom: auto;*/
  /*    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

@media (min-width: 768px) and (max-width: 991px) {
  .module_image_teaser_box.one_third .image {
    max-width: 40%;
    /* war 100% */
  }
}

@media (min-width: 1200px) {

  .module_image_teaser_box .image,
  .module_image_teaser_box.one_half .image {
    max-width: 50%;
  }
}

.module_image_teaser_box.one_half .headline,
.module_image_teaser_box.one_half .bodytext,
.module_image_teaser_box.one_half .bodylink {
  max-width: 50%;
}

@media (min-width: 1200px) {
  .module_image_teaser_box .text {
    overflow: hidden;
    height: 260px;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .module_image_teaser_box .content {
    padding: 31px 30px;
  }
}

.module_image_teaser_box .text .date {
  margin-bottom: 12px;
}

.module_image_teaser_box .text.hovered .bodytext {
  text-decoration: underline;
}

.module_image_teaser_box .text.hovered .date {
  text-decoration: underline;
}

.module_image_teaser_box .bodytext {
  padding: 23px 0 32px;
  color: #00305d;
}

/* .module_image_teaser_box .text.hovered .button.white { 
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
 }  */


.module_image_teaser_box .text.hovered .button.white {
  background: #00305d;
  color: white;
}

.module_image_teaser_box .button.white {
  color: #00305d;
  background: #fff;
}

.module_image_teaser_box .text.hovered .button.white {
  color: #fff;
  background: #009fe3;
}