/******************************* BP 0 *******************************/
.module_image_text_teaser {
    margin-top: 5px;
}

.module_image_text_teaser .teaser_inner .text {
    padding: 15px 18px 30px;
}

.module_image_text_teaser .teaser_inner .text p,
.module_image_text_teaser .teaser_inner .text ul {
    margin-bottom: 10px;
}

.module_image_text_teaser .teaser_inner .image img {
    width: 100%;
}

.module_image_text_teaser .teaser_inner .download {
    margin-top: 10px;
}

/******************************* /BP 0 *******************************/
/******************************* BP 768 *******************************/
.bp_768 .module_image_text_teaser {
    margin-top: 10px;
}

/******************************* /BP 768 *******************************/
/******************************* BP 1024 *******************************/
.bp_1024 .module_image_text_teaser {
    margin-top: 15px;
}

.bp_1024 .module_image_text_teaser .teaser_inner {
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    margin: 0 -20px;
}

.bp_1024 .module_image_text_teaser .teaser_inner .image,
.bp_1024 .module_image_text_teaser .teaser_inner .text {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.bp_1024 .module_image_text_teaser .teaser_inner .image {
    overflow: hidden;
}

.bp_1024 .module_image_text_teaser .teaser_inner.text_higher_than_image .image img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 100%;
}

.bp_1024.internet_explorer .module_image_text_teaser .teaser_inner.text_higher_than_image .image img {
    height: auto;
    zoom: 1;
}

.bp_1024 .module_image_text_teaser .teaser_inner .text {
    padding-top: 22px;
    padding-bottom: 20px;
}

/******************************* /BP 1024 *******************************/
/******************************* BP 1200 *******************************/
.bp_1200 .module_image_text_teaser .teaser_inner .image a,
.bp_1200 .module_image_text_teaser .teaser_inner .image img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/******************************* /BP 1200 *******************************/

.module_image_text_teaser h2.h2 {
    margin-top: 20px;
}

.bp_768 .module_image_text_teaser h2.h2 {
    margin-top: 30px;
}

.module_image_text_teaser_appl .icon_outer {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 35px;
}

.bp_1024 .module_image_text_teaser_appl .icon_outer {
    top: 20px;
    max-width: 50px;
}

.module_image_text_teaser_appl .headline.has_icon {
    max-width: 70%;
}

.bp_768 .module_image_text_teaser_appl .headline.has_icon {
    max-width: 80%;
}

.module_image_text_teaser_appl .main_icons_outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.module_image_text_teaser_appl .main_icons_inner {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.module_image_text_teaser_appl .main_icons_outer .section_title {
    font-family: "Roboto Bold", sans-serif;
    font-weight: normal;
    color: #dc092f;
    margin-top: 20px;
}

.module_image_text_teaser_appl .main_icons_outer .icon_inner {
    width: 30px;
    display: inline-block;
    margin: 5px;
}

.bp_768 .module_image_text_teaser_appl .main_icons_outer .icon_inner {
    width: 80px;
}

.bp_1024 .module_image_text_teaser_appl .main_icons_outer .icon_inner {
    width: 60px;
}

.bp_1200 .module_image_text_teaser_appl .main_icons_outer .icon_inner {
    width: 80px;
}

.bp_1024 .module_image_text_teaser_appl .teaser_inner.text_higher_than_image .main_icons_outer .icon_inner img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}