@media screen {

    /* Module */

    section.mpi.mod_eventreader,
    section.mpi.mod_faqreader,
    section.mpi.mod_newsreader,
    section.mpi.mod_subscribe,
    section.mpi.mod_unsubscribe,
    section.mpi.mod_newsletterlist,
    section.mpi.mod_newsletterreader {
        padding-top: 50px;
    }

    section.mpi.mod_eventlist div.event,
    section.mpi.mod_newslist div.news,
    section.mpi.mod_techoffers_list div.news,
    section.mpi.mod_mewsletterlist div.newsletter
    section.mpi.mod_newsletterreader div.newsletter {
        margin-bottom: 50px;
    }

    section.mpi.mod_eventlist div.event::after,
    section.mpi.mod_faqpage section::after,
    section.mpi.mod_newslist div.news::after,
    section.mpi.mod_techoffers_list div.news::after,
    section.mpi.mod_newsreader div.teaser::after,
    section.mpi.mod_newsletterlist div.newsletter::after {
        clear: both;
        content: '.';
        display: block;
        height: 0px;
        visibility: hidden;
    }

    section.mpi.mod_faqpage h3.toggler {
        background-image: url('../images/icons/down_bd0b43.svg');
        background-position: 0px 50%;
        background-repeat: no-repeat;
        background-size: auto 8px;
        color: #bd0b43;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 16px;
        padding-left: 20px;
    }

    section.mpi.mod_faqpage h3.toggler.active {
        background-image: url('../images/icons/up_bd0b43.svg');
    }

    /* Module: Text */

    section.mpi.mod_eventlist p.info,
    section.mpi.mod_eventreader p.info,
    section.mpi.mod_newslist p.info,
    section.mpi.mod_techoffers_list p.info,
    section.mpi.mod_newsreader p.info,
    section.mpi.mod_newsletterlist p.info {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 16px;
    }

    section.mpi.mod_newsreader div.text.teaser p {
        font-weight: 700;
    }

    /* Module: Link */

    section.mpi.mod_eventlist ul li,
    section.mpi.mod_faqlist ul li {
        margin-bottom: 8px;
    }

    section.mpi.mod_eventlist ul a,
    section.mpi.mod_faqlist ul a {
        background-image: url('../images/icons/link_int_ec732b.svg');
        background-position: 5px 50%;
        background-repeat: no-repeat;
        background-size: auto 12px;
        color: #ec732b;
        padding-left: 20px;
        text-decoration:none;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi.mod_eventlist ul a:hover,
    section.mpi.mod_faqlist ul a:hover {
        background-image: url('../images/icons/link_int_c4c4c5.svg');
        color: #c4c4c5;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi.mod_eventlist h2 > a,
    section.mpi.mod_newslist h2 > a,
    section.mpi.mod_techoffers_list h2 > a,
    section.mpi.mod_newsletterlist h2 > a {
        color: inherit;
        text-decoration: none;
    }

    section.mpi p.morelink > a {
        background-color: #bd0b43;
        background-image: url('../images/icons/link_int_c4c4c5.svg');
        background-position: 5px 50%;
        background-repeat: no-repeat;
        background-size: auto 12px;
        color: #c4c4c5;
        display: inline-block;
        font-weight: 400;
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 8px;
        padding-top: 6px;
        text-decoration: none;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi p.morelink > a:hover {
        background-image: url('../images/icons/link_int_ebeaeb.svg');
        color: #ebeaeb;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi p.backlink > a {
        background-color: #bd0b43;
        background-image: url('../images/icons/up_c4c4c5.svg');
        background-position: 50% 5px;
        background-repeat: no-repeat;
        background-size: auto 12px;
        clear: both;
        color: #c4c4c5;
        display: block;
        float: right;
        font-weight: 400;
        padding-bottom: 6px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 30px;
        text-decoration: none;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi p.backlink > a:hover {
        background-image: url('../images/icons/up_ebeaeb.svg');
        color: #ebeaeb;
        transition:
            color 0.25s linear 0s;
    }

    /* Module: Image */

    section.mpi.mod_eventlist figcaption,
    section.mpi.mod_newslist figcaption,
    section.mpi.mod_techoffers_list figcaption {
        display: none;
    }

    /* Module: Table */

    section.mpi.mod_eventmenu table {
        border-collapse: collapse;
        box-sizing: border-box;
        margin-bottom: 16px;
        table-layout: fixed;
        width: 100%;
    }

    section.mpi.mod_eventmenu table thead tr th {
        background-color: #c4c4c5;
        padding: 5px;
        text-align: center;
    }

    section.mpi.mod_eventmenu table tbody tr td {
        background-color: transparent;
        border-bottom-color: #c4c4c5;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 5px;
        text-align: center;
    }

    section.mpi.mod_eventmenu table tbody tr.last td {
        border-bottom: none;
    }

    section.mpi.mod_eventmenu table thead tr th a,
    section.mpi.mod_eventmenu table tbody tr td a {
        color: #ec732b;
        text-decoration:none;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi.mod_eventmenu table thead tr th a:hover,
    section.mpi.mod_eventmenu table tbody tr td a:hover {
        color: #c4c4c5;
        transition:
            color 0.25s linear 0s;
    }

    /* Module: List */

    section.mpi.mod_eventmenu ul.level_1,
    section.mpi.mod_eventmenu ul.level_2 {
        margin-bottom: 8px;
    }

    section.mpi.mod_eventmenu ul.level_1 > li,
    section.mpi.mod_eventmenu ul.level_2 > li {
        border-right-color: #c4c4c5;
        border-right-style: solid;
        border-right-width: 1px;
        display: inline-block;
        margin-right: 8px;
        padding-right: 8px;
    }

    section.mpi.mod_eventmenu ul.level_1 > li.last,
    section.mpi.mod_eventmenu ul.level_2 > li.last {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
    }

    section.mpi.mod_eventmenu ul.level_1 > li a,
    section.mpi.mod_eventmenu ul.level_2 > li a {
        color: #ec732b;
        text-decoration:none;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi.mod_eventmenu ul.level_1 > li a:hover,
    section.mpi.mod_eventmenu ul.level_2 > li a:hover {
        color: #c4c4c5;
        transition:
            color 0.25s linear 0s;
    }

    /* Pagination */

    ul.pagination {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    ul.pagination > li p {
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }

    ul.pagination > li.previous a,
    ul.pagination > li.previous span,
    ul.pagination > li.next a,
    ul.pagination > li.next span {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        height: 18px;
        width: 14px;
    }

    ul.pagination > li.previous a,
    ul.pagination > li.previous span {
        background-image: url('../images/icons/previous_ec732b.svg');
    }

    ul.pagination > li.next a,
    ul.pagination > li.next span {
        background-image: url('../images/icons/next_ec732b.svg');
    }

    ul.pagination ul.pages {
        display: flex;
        justify-content: center;
    }

    ul.pagination ul.pages > li {
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        text-align: center;
    }

    ul.pagination ul.pages > li a,
    ul.pagination ul.pages > li span {
        display: block;
        padding-left: 4px;
        padding-right: 4px;
    }

    ul.pagination ul.pages > li a {
        color: #1c1c1c;
        text-decoration: none;
        transition:
            color 0.25s linear 0s;
    }

    ul.pagination ul.pages > li a:hover,
    ul.pagination ul.pages > li span {
        color: #c0c0c0;
        transition:
            color 0.25s linear 0s;
    }

    /* Module: Search */

    section.mpi.mod_search div.match {
        padding-bottom: 16px;
    }

    section.mpi.mod_search mark.highlight {
        background-color: #bd0b43;
        color: #ffffff;
    }

    /* Module: Form */

    section.mpi.ce_form div.widget,
    section.mpi.mod_login div.widget,
    section.mpi.mod_subscribe div.widget,
    section.mpi.mod_unsubscribe div.widget,
    section.mpi.mod_techoffers_filter div.widget {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    section.mpi.ce_form div.widget.half {
        box-sizing: border-box;
        float: left;
        display: inline-block;
        width: 50%;
    }

    section.mpi.ce_form fieldset.container > legend {
        color: #bd0b43;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    section.mpi.ce_form div.widget > label,
    section.mpi.mod_login div.widget > label,
    section.mpi.mod_subscribe div.widget > label,
    section.mpi.mod_unsubscribe div.widget > label,
    section.mpi.mod_techoffers_filter div.widget > label,
    section.mpi.ce_form fieldset.checkbox_container > legend,
    section.mpi.mod_subscribe fieldset.checkbox_container > legend,
    section.mpi.mod_unsubscribe fieldset.checkbox_container > legend,
    section.mpi.ce_form fieldset.radio_container > legend {
        display: block;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px;
        padding-left: 11px;
        padding-right: 11px;
    }

    section.mpi.ce_form p.error {
        color: #bd0b43;
        font-weight: bold;
    }

    section.mpi.ce_form input.text,
    section.mpi.login input.text,
    section.mpi.mod_subscribe input.text,
    section.mpi.mod_unsubscribe input.text,
    section.mpi.mod_techoffers_filter input.text {
        background-color: #ffffff;
        border: 1px solid #c4c4c5;
        box-sizing: border-box;
        font-size: 13px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        width: 100%;
    }

    section.mpi.ce_form textarea.textarea {
        background-color: #ffffff;
        border: 1px solid #c4c4c5;
        box-sizing: border-box;
        font-size: 13px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        width: 100%;
    }

    section.mpi.ce_form fieldset.checkbox_container div.container,
    section.mpi.mod_login fieldset.checkbox_container div.container,
    section.mpi.mod_subscribe fieldset.checkbox_container div.container,
    section.mpi.mod_unsubscibe fieldset.checkbox_container div.container,
    section.mpi.ce_form fieldset.radio_container div.container {
        padding-left: 11px;
        padding-right: 11px
    }

    section.mpi.ce_form fieldset.checkbox_container div.container fieldset,
    section.mpi.ce_form fieldset.radio_container div.container fieldset {
        display: inline-block;
        margin-right: 20px;
    }

    section.mpi.ce_form fieldset.checkbox_container div.container fieldset legend,
    section.mpi.ce_form fieldset.radio_container div.container fieldset legend {
        color: #bd0b43;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 10px;
    }

    section.mpi.ce_form fieldset.checkbox_container span.option,
    section.mpi.mod_login fieldset.checkbox_container span.option,
    section.mpi.mod_subscribe fieldset.checkbox_container span.option,
    section.mpi.mod_unsubscribe fieldset.checkbox_container span.option,
    section.mpi.ce_form fieldset.radio_container span.option {
        display: inline-block;
        margin-right: 10px;
    }

    section.mpi.ce_form fieldset.checkbox_container span.option label,
    section.mpi.mod_login fieldset.checkbox_container span.option label,
    section.mpi.mod_subscribe fieldset.checkbox_container span.option label,
    section.mpi.mod_unsubscribe fieldset.checkbox_container span.option label,
    section.mpi.ce_form fieldset.radio_container span.option label {
        margin-left: 5px;
    }

    section.mpi.ce_form button.submit,
    section.mpi.mod_login button.submit,
    section.mpi.mod_subscribe button.submit,
    section.mpi.mod_unsubscribe button.submit,
    section.mpi.mod_techoffers_filter button.reset {
        background-color: #bd0b43;
        background-image: url('../images/icons/link_int_c4c4c5.svg');
        background-position: 5px 50%;
        background-repeat: no-repeat;
        background-size: auto 12px;
        border: none;
        color: #c4c4c5;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 16px;
        margin-top: 16px;
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 8px;
        padding-top: 6px;
        text-decoration: none;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi.ce_form button.submit:hover,
    section.mpi.mod_login button.submit:hover,
    section.mpi.mod_subscribe button.submit:hover,
    section.mpi.mod_unsubscribe button.submit:hover,
    section.mpi.mod_techoffers_filter button.reset:hover {
        background-image: url('../images/icons/link_int_ebeaeb.svg');
        color: #ebeaeb;
        transition:
            color 0.25s linear 0s;
    }

    section.mpi.mod_subscribe div.confirmation {
        float: left;
        margin-right: 10px;
    }

    /* Module: Techoffer Filter */

    section.mpi.mod_techoffers_filter ul.filter,
    section.mpi.mod_techoffers_filter ul.filter ul {
        box-sizing: border-box;
        list-style: none;
        padding-left: 0px;
        width: 100%;
    }

    section.mpi.mod_techoffers_filter ul.filter {
        display: flex;
        flex-wrap: wrap;
    }

    section.mpi.mod_techoffers_filter ul.filter ul {
        display: none;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > input[type="checkbox"]:checked + label + ul {
        display: block;
    }

    section.mpi.mod_techoffers_filter ul.filter > li {
        box-sizing: border-box;
        padding-bottom: 5px;
        padding-left: 0.5%;
        padding-right: 0.5%;
        padding-top: 5px;
        flex: 0 0 15.66666%;
    }

    section.mpi.mod_techoffers_filter ul.filter ul > li {
        padding-top: 5px;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > label,
    section.mpi.mod_techoffers_filter ul.filter ul > li > label {
        background-color: #ffffff;
        border-color: #c4c4c5;
        border-radius: 1em;
        border-style: solid;
        border-width: 2px;
        box-sizing: border-box;
        color: #50585d;;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        padding-left: 25px;
        position: relative;
        user-select: none;
        transition: all 0.2s;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-tap-highlight-color: transparent;
        width: 100%;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > label {
        font-size: 0.9rem;
        padding-bottom: 8px;
        padding-right: 10px;
        padding-top: 8px;
    }

    section.mpi.mod_techoffers_filter ul.filter > li.parent > label {
        padding-right: 25px;
    }

    section.mpi.mod_techoffers_filter ul.filter ul > li > label {
        font-size: 0.75rem;
        padding-bottom: 4px;
        padding-right: 14px;
        padding-top: 4px;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > input[type="checkbox"]:checked + label,
    section.mpi.mod_techoffers_filter ul.filter ul > li > input[type="checkbox"]:checked + label {
        background-color: #bd0b43;
        border-color: #ffffff;
        color: #ffffff;
        transition: all .2s;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > input[type="checkbox"],
    section.mpi.mod_techoffers_filter ul.filter ul > li > input[type="checkbox"] {
        opacity: 0;
        position: absolute;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > label::before,
    section.mpi.mod_techoffers_filter ul.filter ul > li > label::before {
        content: '';
        display: block;
        background-image: url('../images/icons/unchecked_50585d.svg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        left: 5px;
        position: absolute;
        transition: transform .3s ease-in-out;
        vertical-align: text-bottom;
    }

    section.mpi.mod_techoffers_filter ul.filter > li > label::before {
        height: 18px;
        top: 10px;
        width: 18px;
    }

    section.mpi.mod_techoffers_filter ul.filter ul > li > label::before {
        height: 15px;
        top: 7px;
        width: 15px;
    }

    section.mpi.mod_techoffers_filter ul.filter li input[type="checkbox"]:checked + label::before,
    section.mpi.mod_techoffers_filter ul.filter ul li input[type="checkbox"]:checked + label::before {
        background-image: url('../images/icons/checked_ffffff.svg');
        transform: rotate(-360deg);
        transition: transform .3s ease-in-out;
    }

    section.mpi.mod_techoffers_filter ul.filter > li.parent > label::after {
        content: '';
        display: block;
        height: 15px;
        background-image: url('../images/icons/down_bd0b43.svg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        right: 8px;
        position: absolute;
        top: 11px;
        transition: transform .3s ease-in-out;
        width: 10px;
    }

    section.mpi.mod_techoffers_filter ul.filter > li.parent input[type="checkbox"]:checked + label::after {
        background-image: url('../images/icons/up_ebeaeb.svg');
        transform: rotate(-360deg);
        transition: transform .3s ease-in-out;
    }

    section.mpi.mod_techoffers_filter button.reset {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-left: auto;
        margin-right: 0px;
    }

}
