/* Conctacts Filter START */
#maag_contact_filter {
    display: block;
}

#maag_contact_filter .maag_contact_filter_item {
    width: 40%;
    padding-right: 1em;
    margin-right: 2em;
    margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {

    #maag_contact_filter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }
    
    #maag_contact_filter .maag_contact_filter_item {
        flex: 0 1 20%;
        align-self: auto;
        position: relative;
        min-height: 130px;
        padding-right: 1em;
        margin-right: 2em;
        margin-bottom: 2em;
    }

    #maag_contact_filter .maag_contact_filter_item select {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

#maag_contact_filter .maag_contact_filter_item h3 {
    color: #000 !important;
    line-height: 1 !important;
}

#maag_contact_filter .maag_contact_filter_item h3.highlighted {
    color: #FAB600 !important;
}

#maag_contact_filter .maag_contact_filter_item select.highlighted {
    border: 2px solid #FAB600 !important;
}

/* Conctacts Filter END */

/* Application Icons START */
#maag-application-icons-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

#maag-application-icons-container .maag-application-icons-item {
    margin-right: 10px;
    margin-top: 20px;  
}

#maag-application-icons-container .maag-application-icons-item img,
#maag-application-icons-container .maag-application-icons-item h3 {
    vertical-align: middle;
    display: inline-block;
    height: 28px;
    color: #000;
    font-size: 1.8em !important;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.0 !important;
}

/* Application Icons END */

.lds-dual-ring {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 50%;
    border: 6px solid #666;
    border-color: #666 transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* .mc-mainbox {
  background-color: #f4f4f4;
} */

.maag_contact_select {
    margin-right: 15px;
}

#maag_contact-callback_form,
#maag_application_callback_form {
    display: none;
}

.mc-elements {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1em;
    margin-bottom: 3em;
}

.mc-single-element {
    padding: 0 0 1px 0;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    align-self: auto;
}

.mc-mainbox .mc-downloadlist {
    padding-top: 2em;
    background-color: #fff;
}


/* essentials END */

/* featured images START */
#maag-featured-images .awb-imageframe-caption-title {
    display: none;
}
/* featured images END */

/* card content START */

.mc-card-content {
    height: 100%;
    padding: 2em;
    background-color: #fff;
}

#wrapper #main .mc-card-content h2,
#wrapper #main .mc-card-content h3 {
    margin: 1.4em 0 .8em 0;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

#wrapper #main .mc-card-content h2 {
    margin-top: 0;
    font-size: 1.5em;
}

#wrapper #main .mc-card-content h3 {
    font-size: 1.3em;
}

.mc-single-download-element.mc-card-content {
    padding-top: 0;
    padding-bottom: .6em;
}

#wrapper #main .mc-single-download-element.mc-card-content h2 {
    font-size: 0.8em;
    margin-bottom: .4em;
    line-height: 1;
    color: #337ab7;
}

#wrapper #main .mc-single-download-element.mc-card-content h2:hover {
    color: #565656;
}


/* card content END */

/* filter START */

.mc-filters {
    margin-bottom: 2%;
    padding: 1em 2em;
    background-color: #fff;
}

.mc-filter-title {
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #565656;
    -webkit-align-self: center;
    align-self: center;
}

.mc-terms-select {
    width: 100%;
    margin-bottom: 2%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.mc-status-msg {
    padding: 1em 2em;
    background-color: #fff;
    font-weight: bold;
}


/* filter END */

.product-iframe {
    color: #fff !important;
}

/* media queries START */


/*-------------------------------------------------------------------------------------------*/


/* landscape sized ca. 960px */

@media only screen and (min-width: 60em) {
    .mc-filters {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .mc-single-element {
        -webkit-flex: 0 1 49.9%;
        flex: 0 1 49.9%;
        padding: 0 1px 1px 0;
    }
    .mc-terms-select {
        width: auto;
        min-width: 22%;
        margin-bottom: 0;
        margin-right: 1em;
    }
    .mc-terms-select:last-child {
        margin-right: 0;
    }
}


/*-------------------------------------------------------------------------------------------*/

.wpdatahub-teaserbackarrow {
    /* width: 565px; */
    /* height: 378px; */
    /* padding: 0 95px 0 120px; */
    background: url(arrow-bg.png) transparent center center no-repeat;
    background-size: contain;
}


/* wide size browser windows ca. 1360px */

@media only screen and (min-width: 85em) {
    .mc-single-element {
        -webkit-flex: 0 1 33.2%;
        flex: 0 1 33.2%;
    }
    .wpdatahub-topteaserbox {
        max-height: none;
    }
    
    .wpdatahub-topteaserimage {
        max-height: 480px;
    }
    .wpdatahub-teaserbackarrow {
        width: 764px;
        height: 512px;
        padding: 0 125px 0 150px;
    }
}

#callback_maag_product_container {
    display: none;
}

#maag_product_headline .wpdatahub-headline,
#maag_product_headline .wpdatahub-detail-producttitle,
#maag_product_headline .wpdatahub-detail-productsubtitle {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

#maag_product_headline h1.wpdatahub-headline,
#wrapper #main .post .wpdatahub-detail-productsubtitle {
    color: #000;
}

#wrapper #main .post .wpdatahub-detail-producttitle {
    color: #fab600;
}

#maag_product_headline .wpdatahub-headline {
    line-height: 1.2 !important;
}

#maag_product_headline h1.wpdatahub-headline {
    margin: 3.3em 0 1em 0;
    font-size: 2.5em;
}

#maag_product_headline #wrapper #main .post h2.wpdatahub-headline {
    font-size: 1.8em;
}

#wrapper #main .post .wpdatahub-detail-producttitle {
    font-size: 2.2em;
}

#maag_product_headline .wpdatahub-detail-producttitle sup {
    top: 1.15em;
    vertical-align: top;
    font-size: 50%;
}

#maag_product_headline .wpdatahub-detail-productsubtitle {
    font-size: 2em;
}

#wrapper #main .post .wpdatahub-headline-advantages {
    font-size: 2.5em !important;
}


/*
.wpdatahub-topteaserbox::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    content: '';
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

*/


/* layout: table elements START */

.wpdatahub-table {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.wpdatahub-table-row {
    display: table-row;
}

.wpdatahub-table-element {
    display: block;
    padding: .8em 0;
}

.wpdatahub-table-element:first-child {
    padding-bottom: 0;
    font-weight: bold;
    color: #000;
}

.wpdatahub-table-row:first-child .wpdatahub-table-element:first-child {
    border-top: 1px solid #dadada;
}

.wpdatahub-table-row .wpdatahub-table-element:last-child {
    border-bottom: 1px solid #dadada;
}


/* layout: table elements END */


/* layout: lists (advantages) START */

.wpdatahub-detail-list li {
    position: relative;
    padding-right: 1.6em;
    padding-left: .8em;
}

.wpdatahub-detail-list li::before {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: .6em;
    left: 0;
    background-color: #565656;
    content: '';
}


/* layout: lists (advantages) END */


/* layout: pseudolists (technical data) START */

.wpdatahub-detail-listsquare {
    position: relative;
    display: inline-block;
    width: .8em;
    height: 1em;
}

.wpdatahub-detail-listsquare::before {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: .5em;
    left: 0;
    background-color: #565656;
    content: '';
}


/* layout: pseudolists END */

.maag-products-overview-filter {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 1em 2em;
    background-color: #fff;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1140px;
    margin: 0px auto;
    margin-top: 2%;
    width: 1140px;
}

.maag-applications-filter {
    margin-top: 3em;
    margin-bottom: 2%;
    padding: 1em 2em;
    background-color: #fff;
}

.maag-products-overview-filter-title {
    margin-right: 1em;
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #565656;
    -webkit-align-self: center;
    align-self: center;
}

.maag-applications-filter-title {
    margin-bottom: .5em;
}

.maag-products-overview-filter-title {
    padding-right: 1em;
}

.maag-applications-filter-select {
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.maag-applications-filter-select:last-child {
    margin-top: 1em;
}

.maag-products-overview-select-item,
.maag-products-overview-select-all {
    margin-right: 1em;
    cursor: pointer;
    color: #337ab7;
    font-size: 0.8em;
}

.maag-applications-results,
.maag-products-overview-results {
    margin: 2% 0 3em 0;
    background-color: #fff;
    max-width: 1140px;
    margin: 0px auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.post-content .single-application-product,
.post-content .maag-products-overview-single-product {
    padding: 0 2em 2em 2em;
    border-bottom: 1px solid #cdcdcd;
    color: #565656;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.post-content .single-application-product:last-child,
.post-content .maag-products-overview-single-product:last-child {
    border: none;
}

.maag-products-overview-imagebox {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.maag-products-overview-imagebox img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-content .single-application-product h2,
.post-content .maag-products-overview-single-product h2 {
    color: #e6a400;
}

.post-content .single-application-product h2::after,
.post-content .maag-products-overview-single-product h2::after {
    padding-left: .2em;
    content: '\f0da';
    font-size: .6em;
    font-family: awb-icons;
}

.post-content .single-application-product .maag-products-overview-smalltext,
.post-content .maag-products-overview-single-product .maag-products-overview-smalltext {
    font-size: .75em;
}

.post-content .single-application-product .maag-products-overview-smalltext b,
.post-content .maag-products-overview-single-product .maag-products-overview-smalltext b {
    color: #000;
}

.maag-applications-resultalert {
    padding: 1.5em;
}

#maag_product_advantages h2 {
    text-align: center;
    margin-bottom: 1em;
}

.single_advantage {
    width: 47%;
    margin-right: 3%;
    float: left;
    list-style-type: square;
}

.additional_headline {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 959px) {
    /* layout: detailview topteaser area START */
    .wpdatahub-topteaserbox {
        background-image: none!important;
    }
    /* layout: detailview topteaser area END */
}

@media only screen and (max-width: 850px){
    .maag-products-overview-imagebox img {
        position: unset;
        top: unset;
        left: unset;
        -webkit-transform: translate(0, 0);
        transform: translate(0,0);
        height: 100%;
    }
    .maag-products-overview-imagebox {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .single_advantage{
        width: 100%;
    }
}
/* mid size browser windows ca. 960px */

@media only screen and (min-width: 60em) {
    /* layout: boxes START */
    .wpdatahub-halfbox {
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
    }
    .wpdatahub-thirdbox {
        -webkit-flex-basis: 33.3%;
        flex-basis: 33.3%;
    }
    .wpdatahub-twothirdsbox {
        max-width: 66.6%;
        -webkit-flex-basis: 66.6%;
        flex-basis: 66.6%;
        padding-left: 2em!important;
    }
    /* layout: boxes END */
    /* layout: table elements START */
    .wpdatahub-table-element {
        display: table-cell;
        padding: .8em .5em;
    }
    .wpdatahub-table-element:first-child {
        width: 35.7%;
        padding-left: 2em;
    }
    .wpdatahub-table-element:last-child {
        padding-right: 2em;
    }
    .wpdatahub-table-row .wpdatahub-table-element {
        border-bottom: 1px solid #dadada;
    }
    .wpdatahub-table-row:first-child .wpdatahub-table-element {
        border-top: 1px solid #dadada;
    }
    /* layout: table elements END */
    /* layout: lists START */
    ul.wpdatahub-detail-list.wpdatahub-detail-list-twocolumned>p {
        display: none;
    }
    .wpdatahub-detail-list.wpdatahub-detail-list-twocolumned {
        -webkit-columns: 2 auto;
        columns: 2 auto;
    }
    .wpdatahub-detail-list.wpdatahub-detail-list-twocolumned li {
        display: inline-block;
        /* width: 49%; */
        min-width: 100%;
        vertical-align: top;
    }
    /* layout: lists END */
    /* layout: detailview topteaser area START */
    .wpdatahub-topteaserbox-element:first-child {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important;
    }
    .wpdatahub-topteaserbox-element:last-child {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        padding: 0;
    }

    .wpdatahub-topteaserbox-element img {
        z-index: 1;
    }

    .wpdatahub-teasertextbox {
        height: 100%;
    }
    .wpdatahub-topteaserbox::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        content: '';
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    }
}

/* small size browser windows ca. 740px */

@media only screen and (max-width: 740px) {
    #maag-application-icons-container .maag-application-icons-item h3 {
        height: auto;
        font-size: 1.2em !important;
    }
}

#wrapper #main .post h2.wpdatahub-headline {
    font-size: 1.8em!important;
}

.product_single_application {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.maag_product_anchor {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_single_application_list {
    padding: 0px;
    margin-bottom: 0;
}

.product_single_availability img {
    vertical-align: baseline;
}

.maag-downloadbox-content span {
    font-size: medium!important;
}

.single-maag_news .maag_news {
    max-width: 60em;
    margin: 0 auto;
    margin-bottom: 30px!important;
}

.maag_product_breadcrumb a {
    color: #000000;
    font-size: .9em;
    font-style: italic;
}

#maag_product_accessories {
    margin-left: 0px;
    max-width: none;
    margin-right: 0px;
    margin-top: 0px;
}

#maag-product-bottom_btn_group:after {
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
}

.maag_topbar {
    line-height: 2.5em;
}

.maag_topbar,
.maag_topbar a {
    color: #565656 !important;
    font-size: .9em;
    font-weight: 400;
}

.maag_topbar a {
    margin-left: 10px;
}

.maag_topbar span {
    display: inline-block;
    border-right: solid 1px #e6e6e6;
    font-weight: bold;
    padding-right: 10px;
}

#maag_product_accessories h4 {
    margin-top: 10px;
}

#maag_product_accessories .maag-products-overview-single-product {
    padding-bottom: 0px;
}

#maag_product_accessories .maag-products-overview-imagebox {
    margin-right: 30px;
}

.orange_headline {
    color: #e6a400;
}

