/* ==================== */
/* Microsite Common     */
/* ==================== */

/* **********************************************
 * Fonts Import
 ********************************************** */

@import url('https://rsms.me/inter/inter.css');

@font-face {
    font-family: rois_medium;
    src: url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_eot.eot?#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_woff.woff') format('woff'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_ttf.ttf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_svg.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: rois_bold;
    src: url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_eot.eot?#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_woff.woff') format('woff'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_ttf.ttf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_svg.svg#ralewayregular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

/* Gill Sans page impressions */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=dc01eb17-c6af-4ec2-8169-daa64de76833&fontids=1603504");

@font-face{
    font-family: gill_sans_extrabold;
    src:url('/ec/cms5/media/css/webfonts/gill/extra_bold/gs_xbold_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/gill/extra_bold/gs_xbold_woff.woff') format('woff');
}

/* **********************************************
 * Main Elements
 ********************************************** */

.p-microsite {
    background: #fff;
}

.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

.p-microsite main a.btn span {
    font-size: 0.85em;
}

.p-microsite main a.full.btn {
    width: 100%;
}

.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    border: 2px solid #000;
    color: #fff;
}

.p-microsite .to_top {
    /*background: #fff none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    padding: 5px 25px;
    text-align: right;
}

.img-original.img-responsive {
    width: auto;
}

table .img-responsive {
    width: auto;
    display: inline-block;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

p.big	{font-size: 26px; line-height: 1.8;}
p 		{font-size: 15px; line-height: 1.5;}
p.small	{font-size: 10px; line-height: 1.2;}


.space-top-0    { top: 0%!important;     }
.space-top-10   { top: 10%!important;     }
.space-top-20   { top: 20%!important;     }
.space-top-30   { top: 30%!important;     }
.space-top-40   { top: 40%!important;     }
.space-top-50   { top: 50%!important;     }
.space-top-60   { top: 60%!important;     }
.space-top-70   { top: 70%!important;     }
.space-top-80   { top: 80%!important;     }
.space-top-90   { top: 90%!important;     }
.space-top-100  { top: 100%!important;    }

a.anchor {
    float: left;
}

/* **********************************************
 * Popover Style
 ********************************************** */

span.micrositetooltip {
    font-weight: 900;
    cursor: pointer;
}
span.micrositetooltip:hover{
    color: #89E872;
}
.popover {
    max-width: 400px;
}

.dummy-products .popover-content {
    padding: 50px;
    width: 260px;
    margin: 15px;
    color: black;
}

/* **********************************************
 * Image Hover Effect
 ********************************************** */

.image-hover-wrapper {
    position: relative;
}

.grid.text-center .image-hover-wrapper {
    display: flex;
    justify-content: center;
}

.grid.text-center .image-hover-wrapper img {
    margin: 0;
    align-self: center;
    flex-shrink: 0;
}

img.img-hover {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img.img-hover:hover {
    opacity: 1;
}

#microsite_content .box .grid {
    background-color: #fff;
}

#microsite_content .row .u-bgGreen, .row .u-bgGrey,
#microsite_content .row .u-bgBeige, .row .u-bgBlack {
    border-width: 0;
}

/* Primary Colors */

#microsite_content .bg-cd1-40.box,
#microsite_content .bg-cd1-40 .box,
#microsite_content .bg-cd1-40.box .grid,
#microsite_content .bg-cd1-40:not(.box) .grid-col .article          {background: #d1e1b0}

#microsite_content .bg-cd1-70.box,
#microsite_content .bg-cd1-70 .box,
#microsite_content .bg-cd1-70.box .grid,
#microsite_content .bg-cd1-70:not(.box) .grid-col .article          {background: #aecb74}

#microsite_content .bg-cd1-100.box,
#microsite_content .bg-cd1-100 .box,
#microsite_content .bg-cd1-100.box .grid,
#microsite_content .bg-cd1-100:not(.box) .grid-col .article          {background: #89e872}

#microsite_content .bg-cd2-40.box,
#microsite_content .bg-cd2-40 .box,
#microsite_content .bg-cd2-40.box .grid,
#microsite_content .bg-cd2-40:not(.box) .grid-col .article          {background: #96afdb}

#microsite_content .bg-cd2-70.box,
#microsite_content .bg-cd2-70 .box,
#microsite_content .bg-cd2-70.box .grid,
#microsite_content .bg-cd2-70:not(.box) .grid-col .article          {background: #5185c5}

#microsite_content .bg-cd2-100.box,
#microsite_content .bg-cd2-100 .box,
#microsite_content .bg-cd2-100.box .grid,
#microsite_content .bg-cd2-100:not(.box) .grid-col .article         {background: #0057b8}

#microsite_content .bg-flashgreen_40.box,
#microsite_content .bg-flashgreen_40.box .grid,
#microsite_content .bg-flashgreen_40:not(.box) .grid-col .article,
#microsite_content .bg-cd3-40.box,
#microsite_content .bg-cd3-40 .box,
#microsite_content .bg-cd3-40.box .grid,
#microsite_content .bg-cd3-40:not(.box) .grid-col .article          {background: #89E872}

#microsite_content .bg-flashgreen_70.box,
#microsite_content .bg-flashgreen_70.box .grid,
#microsite_content .bg-flashgreen_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-70.box,
#microsite_content .bg-cd3-70 .box,
#microsite_content .bg-cd3-70.box .grid,
#microsite_content .bg-cd3-70:not(.box) .grid-col .article          {background: #d4f6c6}

#microsite_content .bg-flashgreen.box,
#microsite_content .bg-flashgreen.box .grid,
#microsite_content .bg-flashgreen:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100.box,
#microsite_content .bg-cd3-100 .box,
#microsite_content .bg-cd3-100.box .grid,
#microsite_content .bg-cd3-100:not(.box) .grid-col .article         {background: #89e872}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article         {background: #f6f6f6}

#microsite_content .bg-black-40.box,
#microsite_content .bg-black-40 .box,
#microsite_content .bg-black-40.box .grid,
#microsite_content .bg-black-40:not(.box) .grid-col .article        {background: #b2b2b2}

#microsite_content .bg-black-100.box,
#microsite_content .bg-black-100 .box,
#microsite_content .bg-black-100.box .grid,
#microsite_content .bg-black-100:not(.box) .grid-col .article       {background: #000; color: #fff;}

#microsite_content .bg-black-100.box .btn {
    border: 2px solid white;
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover {
    background: #fff;
    color: #000 !important;
}
#microsite_content .bg-black-100.box .btn span{
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover span{
    color: #000
}

#microsite_content .bg-white.box,
#microsite_content .bg-white.box.box .grid,
#microsite_content .bg-white:not(.box) .grid-col .article,
#microsite_content .bg-white-100.box,
#microsite_content .bg-white-100 .box,
#microsite_content .bg-white-100.box.box .grid,
#microsite_content .bg-white-100:not(.box) .grid-col .article       {background: #fff}

#microsite_content .bg-cd1-40 h1,
#microsite_content .bg-cd1-40 h2,
#microsite_content .bg-cd1-40 h3,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd3-40 h1,
#microsite_content .bg-cd3-40 h2,
#microsite_content .bg-cd3-40 h3,
#microsite_content .bg-cd3-70 h1,
#microsite_content .bg-cd3-70 h2,
#microsite_content .bg-cd3-70 h3,
#microsite_content .bg-cd3-100 h1,
#microsite_content .bg-cd3-100 h2,
#microsite_content .bg-cd3-100 h3,
#microsite_content .bg-black-40 h1,
#microsite_content .bg-black-40 h2,
#microsite_content .bg-black-40 h3{
    color: #000;
}

#microsite_content .bg-cd1-100 h1,
#microsite_content .bg-cd1-100 h2,
#microsite_content .bg-cd1-100 h3,
#microsite_content .bg-cd1-100 p,
#microsite_content .bg-black-100 h1,
#microsite_content .bg-black-100 h2,
#microsite_content .bg-black-100 h3,
#microsite_content .bg-black-100 p {
    color: #fff;
}

/* Additional Colors */

#microsite_content .bg-paleblue_70.box,
#microsite_content .bg-paleblue_70.box .grid,
#microsite_content .bg-paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-add1-70.box,
#microsite_content .bg-add1-70 .box,
#microsite_content .bg-add1-70.box .grid,
#microsite_content .bg-add1-70:not(.box) .grid-col .article         {background: #65cdef}

#microsite_content .bg-paleblue.box,
#microsite_content .bg-paleblue.box .grid,
#microsite_content .bg-paleblue:not(.box) .grid-col .article,
#microsite_content .bg-add1-100.box,
#microsite_content .bg-add1-100 .box,
#microsite_content .bg-add1-100.box .grid,
#microsite_content .bg-add1-100:not(.box) .grid-col .article        {background: #00b5e2}

#microsite_content .bg-add2-70.box,
#microsite_content .bg-add2-70 .box,
#microsite_content .bg-add2-70.box .grid,
#microsite_content .bg-add2-70:not(.box) .grid-col .article         {background: #b7d876}

#microsite_content .bg-add2-100.box,
#microsite_content .bg-add2-100 .box,
#microsite_content .bg-add2-100.box .grid,
#microsite_content .bg-add2-100:not(.box) .grid-col .article        {background: #cedc00}

#microsite_content .bg-add3-70.box,
#microsite_content .bg-add3-70 .box,
#microsite_content .bg-add3-70.box .grid,
#microsite_content .bg-add3-70:not(.box) .grid-col .article         {background: #f9a263}

#microsite_content .bg-add3-100.box,
#microsite_content .bg-add3-100 .box,
#microsite_content .bg-add3-100.box .grid,
#microsite_content .bg-add3-100:not(.box) .grid-col .article        {background: #e87722}

#microsite_content .bg-add4-70.box,
#microsite_content .bg-add4-70 .box,
#microsite_content .bg-add4-70.box .grid,
#microsite_content .bg-add4-70:not(.box) .grid-col .article         {background: #dd6866}

#microsite_content .bg-add4-100.box,
#microsite_content .bg-add4-100 .box,
#microsite_content .bg-add4-100.box .grid,
#microsite_content .bg-add4-100:not(.box) .grid-col .article        {background: #ba0c2f}

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add2-70 h1,
#microsite_content .bg-add2-70 h2,
#microsite_content .bg-add2-70 h3,
#microsite_content .bg-add2-100 h1,
#microsite_content .bg-add2-100 h2,
#microsite_content .bg-add2-100 h3,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add4-70 h1,
#microsite_content .bg-add4-70 h2,
#microsite_content .bg-add4-70 h3,
#microsite_content .bg-add4-100 h1,
#microsite_content .bg-add4-100 h2,
#microsite_content .bg-add4-100 h3 {
    color: #000;
}

/* Vendor/Topic related Colors */
/*
.bg-rel1
.bg-rel2
*/

/* Mixed Colors */

#microsite_content .bg-flashgreen_100_70.box,
#microsite_content .bg-flashgreen_100_70 .box,
#microsite_content .bg-flashgreen_100_70.box .grid,
#microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100--cd3-70.box,
#microsite_content .bg-cd3-100--cd3-70 .box,
#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article,
#microsite_content .bg-flashgreen_100_paleblue_70.box,
#microsite_content .bg-flashgreen_100_paleblue_70 .box,
#microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
#microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3_100_add1_70.box,
#microsite_content .bg-cd3_100_add1_70 .box,
#microsite_content .bg-cd3_100_add1_70.box .grid { background: #89E872}

#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3_100_add1_70.box .grid,
#microsite_content .bg-white-100_bg-black-1,
#microsite_content .bg-white-100_bg-cd1-100 { background: transparent;}

.bg-white-100_bg-cd1-100 .btn-secondary,
.bg-white-100_bg-cd1-100 .lnk {
    color: #000;
}

@media (min-width: 992px) {

    #microsite_content .bg-flashgreen_100_70.box,
    #microsite_content .bg-flashgreen_100_70 .box,
    #microsite_content .bg-flashgreen_100_70.box .grid,
    #microsite_content .bg-cd3-100--cd3-70.box,
    #microsite_content .bg-cd3-100--cd3-70 .box,
    #microsite_content .bg-cd3-100--cd3-70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #D4F6C6 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#D4F6C6 50%);
        background: linear-gradient(to right,  #89E872 50%,#D4F6C6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#D4F6C6',GradientType=1 );
    }

    #microsite_content .bg-flashgreen_100_paleblue_70.box,
    #microsite_content .bg-flashgreen_100_paleblue_70 .box,
    #microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
    #microsite_content .bg-cd3_100_add1_70.box,
    #microsite_content .bg-cd3_100_add1_70 .box,
    #microsite_content .bg-cd3_100_add1_70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #65CDEF 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#65CDEF 50%);
        background: linear-gradient(to right,  #89E872 50%,#65CDEF 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#65CDEF',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-black-1.box,
    #microsite_content .bg-white-100_bg-black-1 .box,
    #microsite_content .bg-white-100_bg-black-1.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #f6f6f6 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#f6f6f6 50%);
        background: linear-gradient(to right,  #ffffff 50%,#f6f6f6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-cd1-100.box,
    #microsite_content .bg-white-100_bg-cd1-100 .box,
    #microsite_content .bg-white-100_bg-cd1-100.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #8bb438 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#8bb438 50%);
        background: linear-gradient(to right,  #ffffff 50%,#8bb438 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8bb438',GradientType=1 );
    }

    /* on article level for all / first elements */

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article{
        background: #89E872;
    }

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h1,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h2,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h3 {
        color: black;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:first-of-type .article{
        background: #89E872;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article {
        background: #D4F6C6;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article {
        background: #ffffff;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col .article{
        background: #f6f6f6;
    }

    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col .article {
        background: #65CDEF;
    }


}

#microsite_content .bg-cd3-100--cd3-70 h1,
#microsite_content .bg-cd3-100--cd3-70 h2,
#microsite_content .bg-cd3-100--cd3-70 h3,
#microsite_content .bg-cd3_100_add1_70 h1,
#microsite_content .bg-cd3_100_add1_70 h2,
#microsite_content .bg-cd3_100_add1_70 h3{
    color: #000;
}


/* Header */

#microsite_header {
    background: #fff;
    margin-bottom: 15px;
}

#microsite_header > .row {
    position: relative;
}

#microsite_header div[class*="col"] {
    margin-bottom: 0;
}

#microsite_header ul {
    margin-top: 4px;
    padding: 0;
}

#microsite_header li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#microsite_header li a {
    color: #666;
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
}

.ms_search {
    position: absolute;
    right: 0;
    top: 1px;
}

#microsite-search #searchstring-ms {
    margin: 0.25em 0.25em 0.25em 0;
    padding: 0.5em 0.75em 0.5em 0.5em;
    width: 80%;
    font-size: 0.9em;
}

#microsite_header .logo {
    left: -150px;
    position: absolute;
    top: 70px;
    transform: rotate(270deg);
    width: 210px;
}

.p-microsite .lnk-logo:hover,
.p-microsite .lnk-logo:focus {
    border-bottom: none;
}

#p-Startpage .c-Breadcrumb {
    display: none;
}

/* Main */

#microsite_content .container {
    margin-bottom: 0;
}

#microsite_content section:last-of-type {
    margin-bottom: 15px;
}

#microsite_content section:first-of-type {
    margin-bottom: 0;
}

.u-noSpaceBeforeFooter #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/* Aside */

aside > div {
    background: #cecfce;
    margin-right: -10px;
    margin-left: -25px;
    padding-left: 0;
    height: 100%;
    background: #ccc;
}


/* Content Area */

#microsite_content {
    padding: 0;
}

#microsite_content .article {
    margin-bottom: 0;
}

#microsite_content .article .row > div {
    margin-bottom: 0;
}

#microsite_content .article > .row {
    padding: 15px 0;
}

#microsite_content .article .h-align picture {
    float: left;
    margin-right: 10px;
}

.col-for-image.h-align {
    display: flex;
    flex-flow: row wrap;
}

#microsite_content .equalheight .article {
    height: 100%;
}

/* Sitemap Area */

.sitemap ul .col-xs-12 {
    background: #eee none repeat scroll 0 0;
    margin: 1%;
    padding: 10px;
    width: 22%;
}

/* Contact Area */

#microsite_contact {
    background: #ddd;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#microsite_contact div {
    margin-bottom: 5px;
}

#microsite_contact .division-info {
    background-color: #CCC;
    padding: 0 15px 5px 15px;
}

#microsite_contact img {
    height: auto;
    width: 100%;
}

#microsite_contact p {
    margin-bottom: 0;
}

#contact_filter,
#contact-overview {
    padding: 15px;
}

#microsite_content #contact-overview .contact {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .contact-detail-image {
        width: 100%;
    }
    .contact-detail-image img {
        margin: 0 auto;
    }
    .contact-info {
        margin-top: 25px
    }
}

/* Footer */

#microsite_footer {
    color: #666;
}

#microsite_footer .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 5px;
}

#microsite_footer div[class*="col"] {}

#microsite_footer div a {
    margin-right: 5px;
    color: #666;
}

#microsite_footer a {
    border: 0;
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

#microsite_footer a:first-child {
    border: 0;
    margin: 0;
    padding: 0;
}


/* **********************************************
 * Content Elements
 ********************************************** */

#microsite_content .text-center li::before {
    position: relative;
    top: -3px;
}

/* slider */

#microsite_content .c-Gallery .container-fluid {
    padding: 0;
}

#microsite_content section.c-Gallery:last-of-type {
    margin-bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .slider-navigation {
    height: 95%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination {
    bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .swiper-slide img {
    margin-bottom: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div {
    display: none;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block,
#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block div {
    display: block;
}


#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block {
    margin: 2% 10%;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block:last-of-type {
    left: 50%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination-bullet {
    background: #999;
}

#microsite_content section[class*="bg-"] .swiper-wrapper .swiper-slide {
    background-color: transparent;
}

#microsite_content section[class*="bg-"] .c-Gallery {
    padding: 20px 0 10px 0;
}

#microsite_content .c-SliderNoNav .swiper-pagination {
    display: none;
}


/* grid */

#microsite_content .row > div {
    margin-bottom: 0;
}

#microsite_content .grid .row > div,
#microsite_content .article:last-child {
    margin-bottom: 0;
}

/*
#microsite_content .grid .grid-col .row:first-of-type {
    margin: 0;
}
*/

#microsite_content .grid .grid-col {
    padding-left: 8px;
    padding-right: 8px;
}

/* grid three cols */

@media (min-width: 992px) {
    /* first in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-1) {
        padding-left: 0;
        padding-right: 10px;
    }

    /* second in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* last in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n) {
        padding-left: 10px;
        padding-right: 0;
    }
}

.grid-type-3 .row  {
    padding-left:9px;
    padding-right:9px;
}

/*
@media (min-width: 992px) {
    #microsite_content .grid .grid-col:first-of-type {
        padding-left: 0;
    }
    #microsite_content .grid .grid-col:last-of-type {
        padding-right: 0;
    }
}*/

@media (min-width:768px) {
    #microsite_content .grid-type-3 .grid-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*#microsite_content .grid-type-3 .grid-col:first-of-type,
    #microsite_content .grid-type-3 .grid-col:first-of-type:last-of-type*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 0;
        padding-right: 10px;
    }

    /*#microsite_content .grid-type-3 .grid-col:last-of-type,*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n+0){
        padding-right: 0;
        padding-left: 10px;
    }
}
@media(max-width: 992px) {
    #microsite_content .grid-type-3.grid .grid-col {
        padding-left: 0;
        padding-right: 0;
    }
}

/* table */

#microsite_content table.table thead tr th:first-child {
    width: auto;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#microsite_content .table-datatable .dataTables_info {
    display: none;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_paginate {
    margin-top: 17px;
}


/* products */

#microsite_content .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
}

#microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
#microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 100%;
}

#microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 50px 0 !important;
    padding: 14px 50px 14px 20px;
}

#microsite_content .c-Products--gallery-Product .btn-primary::after {
    content: "\f105";
}


#microsite_content .c-Akkordeon .panel-body .c-Products--gallery-Product .row {
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content .c-Akkordeon .panel-body .c-Products--gallery-Product .row > .col-xs-12 {
    padding: 0 !important;
}

@media (max-width: 767px) {
    #microsite_content .c-Products--gallery-Product.col-xs-12 .btn {
        width: 100%;
    }
}

.p-microsite #microsite_content section tr:hover a,
.p-microsite #microsite_content tr:hover .c-Products--gallery-Product span[class^="price"] {
    color: #fff;
}

/* Button */

#microsite_content section .btn-primary {
    margin: 5px 0;
}

#microsite_content section .btn-primary:hover {
    color: #fff !important
}

#microsite_content section .btn > span {
    color: #000;
}

#microsite_content section .btn:hover > span {
    color: #fff;
}

/* Akkordion */

.tab-pane.text-center img {
    margin:0 auto;
}

.grid.text-center img {
    margin: 0 auto;
}

/* **********************************************
 * Menus
 ********************************************** */

/* inter website company menu */

.nav-company-selector .flyout {
    width: 180px;
}

.nav-company-selector li a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 767px) {
	.nav-company-selector .flyout:before {
	  left: 70px;
	}


	.nav-company-selector .flyout {
		left: -60px;
	}
}

/* dropdown menu */

.navbar-header .navbar-menu {
    float: left;
    margin: 12px 10px 0 0;
}

.col-xs-12 > ul > .dropdown.open {
    position: static;
}

.dropdown-menu {
    background: rgba(230, 230, 230, 0.95);
    border: 0 none;
    border-radius: 0;
    width: 100%;
}

.dropdown.open > .dropdown-toggle:focus,
.dropdown.open > .dropdown-toggle:hover,
.dropdown.open > .dropdown-toggle {
    background: rgba(230, 230, 230, 0.95) none repeat scroll 0 0
    border-bottom: 1px solid #eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
}

#microsite_header .dropdown-menu li {
    margin-right: 0;
    border-top: 1px solid #cecece;
}

#microsite_header .dropdown-menu li a {
    font-weight: 900;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li a:hover {
    background: none;
    color: #000;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li ul {
    margin-left: 0;

    margin-top: 0;
    margin-bottom: 8px;
}

#microsite_header .dropdown-menu li ul li {
    float: none;
    display: block;
    border-top: 0;
}

#microsite_header .dropdown-menu li ul li a {
    font-weight: normal;
    padding: 0.125em 0.5em;
}

#microsite_header .dropdown-menu li ul li ul li {
    margin-left: 10px;
}

/* main menu */

#microsite_header .active > a,
#microsite_header .active > a:hover {
    color: #000;
}


/* sub menu */

aside ul {
    background: #e7e7e7 none repeat scroll 0 0;
    border-top: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

aside ul li {
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    display: block;
}

aside > div > ul > li > a {
    border-bottom: 1px solid #cecfce;
    color: #383838;
    display: block;
    padding: 8px 20px 6px;
    text-decoration: none;
}

aside > div > ul > li > a > span {
    color: #383838;
    display: block;
    line-height: 14px;
    padding: 3px 0 10px;
    text-transform: none;
}

aside > div > ul > li > a:hover,
aside > div > ul > li.active > a {
    background: #dcdada none repeat scroll 0 0;
    color: #000;
    border-bottom: 1px solid #ccc;
}

aside ul ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    padding: 10px 20px;
}

aside ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

.p-microsite aside ul ul li a,
.p-microsite aside ul ul li.active a,
.p-microsite aside ul ul li a:hover {
    color: #383838;
    border-bottom: 0;
    transition: none;
}

aside ul ul ul {
    border-bottom: medium none;
    display: block;
    list-style: outside none none;
    padding: 0 11px;
}

aside ul ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

aside ul ul ul li.active a,
aside ul ul ul li a:hover {
    color: #383838;
}

.p-microsite aside ul li.new a {
    color: #c00;
}


/*  */

.visible-hidden {
    visibility: hidden;
}

.highlight {
    text-decoration: underline;
}

.separat,
.separat_inner {
    display: block;
    margin-top: 15px;
}

.microsite-related.mp-level-overlay {
    /* background-color: rgba(0, 157, 217, 0.5); wrong color ... */
}

.contact .contact-detail {
    display: none;
}

.contact .contact-image {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
}

.contact .lightbox:hover {
    cursor: pointer;
}

#microsite_content::after {clear:both;}

#microsite_content::after, #microsite_content::before {
    content: " ";
    display: table;
}

.container > .row > *:not(div):not(a) {
    padding: 0;
}

section.container {
    margin-bottom: 0;
}

/* **********************************************
 * Countdown
 ********************************************** */

#wrapper-countdown {
    padding: 15px;
    font-size: 2em;
    color: #fff;
    display: flex;
    text-align: center;
}

#wrapper-countdown div {
    border: 2px solid #fff;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    width: 20%
}

#wrapper-countdown div span {
    display: block;
}

#wrapper-countdown div span.countdown-head {
    margin-bottom: 25px;
    font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        padding: 4px;
        text-align: center;
        margin: 0 auto;
        width: 22%;
    }
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        font-size: 3vw;
    }
}

/* **********************************************
 * Text with Media - Col For Image
 ********************************************** */

.text_with_media div.col-for-image {
    padding-left:0;
    padding-right:0;
}

.text_with_media span.col-for-image {
    display: block;
    margin-left:-25px;
    margin-right:-25px;
}

.point_archive .article.text_with_media img {
    padding: 0 25px 0 0;
}

/* **********************************************
 * Container Fluid -> Padding
 ********************************************** */

#section {
    padding:0;
}

#microsite_content .container-fluid--nopadding > .row {
    margin:0;
}

#microsite_content .container-fluid--nopadding.grid-type-1,
#microsite_content .container-fluid--nopadding.grid-type-1 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-1 .col-xs-12.grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2,
#microsite_content .container-fluid--nopadding.grid-type-2 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2 .col-xs-12.grid-col {
    padding-left: 0;
    padding-right: 0;
}

#microsite_content .container-fluid--nopadding > .row.grid {
    margin-left:0;
    margin-right:0;
}

/* **********************************************
 * Tabs / Acc
 ********************************************** */

#microsite_content .nav {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px !important;
}

#microsite_content .tab-pane {
    margin: 0 -25px;
}

#microsite_content .tab-pane .row {
    padding: 25px;
}

#microsite_content .tab-pane > .col-xs-12 {
    padding-bottom: 15px;
}

#microsite_content  .row .article .row .article > .row div[class^="col"],
#microsite_content  .tab-content .article > .row div[class^="col"]{
    padding-left: 25px;
    padding-right: 25px;
}


#microsite_content  .row .article .row .article > .row,
#microsite_content  .tab-content .article > .row{
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .row .article .row .article > .row img {

}

#microsite_content  .row .article .row .article > .row .col-for-image img {
    display: block;
    margin-left: 0 ;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#microsite_content .tab-content .article > .row img {
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .tab-content .article > .row .col-for-image img {
    margin-left: 0;
    margin-right: 0;
}

#microsite_content .nav-tabs-background {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#microsite_content .nav-tabs-background li span {
    display: block;
    background-size: cover;
    height: 350px;
}

#microsite_content .nav-tabs-background li,
#microsite_content .nav-tabs-background li.active {
    float: none;
    display: table-cell;
    width: 100%;
    table-layout: fixed;
    height: 350px;
    overflow: hidden;
}

#microsite_content .nav-tabs-background li a {
    position: absolute;
    height: 350px;
    display: block;
    color: #ffffff;
    width: 100%;
    font-size: 1.5em;
    padding-top: 5.5em;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

#microsite_content .nav-tabs-background li a:hover {
    color: #ffffff;
    border: 0;
    background-color: rgba(0,0,0,0.3);
}

#microsite_content .nav-tabs-background li.active a {
    display: none;
}

/* **********************************************
 * Address Module
 ********************************************** */

.address-modul .contact_information span.contact-name {
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.address-modul .contact_information span.contact-jobtitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.address-modul .contact_information span.contact-jobtitle,
.address-modul .contact_information span.contact-telephone,
.address-modul .contact_information a.contact-mail {
    display: block;
}

.address-modul .col-team-img {
    padding-right: 8px;
}

.address-modul .col-team-text {
    padding-left: 8px;
}

/* **********************************************
 * image height for special grids
 ********************************************** */

.chaos_v1 picture {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 200px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(1) > div > .row > .col-xs-12 > a > picture {
    height: 400px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(2) > div > .row > .col-xs-12 > a > picture {
    height: 450px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(4) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(5) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(6) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(8) > div > .row > .col-xs-12 > a > picture {
    height: 230px;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

#countdown-bg {
    background-size: cover;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

.auth-online {
    border: 3px dotted #0c0;
    overflow: hidden;
}

.auth-offine {
    border: 3px dotted #c00;
    overflow: hidden;
}

/* **********************************************
 * Parallax
 ********************************************** */
.parallax-container{
    height: 400px;
    overflow:hidden;
    position:relative;
}

.parallax-container .parallax{
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
}

.parallax-container .parallax img{
    position:absolute;
    left:50%;
    bottom:0;
    min-width:100%;
    min-height:100%;
}

.parallax{
    height:auto;
    min-height: 400px;
}

.container.parallax-image,
.container.parallax-text {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.container.parallax-text h2,
.container.parallax-text p {
    color: #fff;
}

/* button*/

.container.parallax-text .btn {
    color: #fff;
    border-color: #fff
}

#microsite_content section .parallax-text .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

#microsite_content section .parallax-text .btn > span {
    color: #fff
}

#microsite_content section .parallax-text .btn:hover > span {
    color: #000
}

.container.parallax-image, {
    padding-left: 0;
    padding-right: 0;
}

.parallax-container .image {
    position: absolute;
    width: 100%;
    margin-top: -12%;
    left: 0;
    height: 400px;
}

.parallax-container .image img {
    display: inline-block;
}

/* **********************************************
 * Submenu Linklist
 ********************************************** */

.submenu-linklist {
    list-style: none;
}

@media (min-width: 768px) {
    .submenu-linklist {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.submenu-linklist li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f061";
    margin-right: 5px;
}

/* **********************************************
 * Gallery by Folder
 ********************************************** */

.gallery_by_folder--background-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.gallery_by_folder--image,
.gallery_by_folder--background-image {
    margin: 10px 0;
}

/* **********************************************
 * Timeline
 ********************************************** */

#microsite_content .article .limitation {
    max-height: 90vh;
    overflow: auto;
    padding: 0 40px;
}

.timeline_element {
    text-align: right;
}

.timeline_element.even {
    text-align: left;
}

.timeline_element p.big {
    margin: 0;
}

.timeline_element h3 {
    font-size: 36px;
    line-height: 42px;
}

.timeline_element .timeline_point {
    left: -48.25%;
    position: relative;
    top: 145px;
    z-index: 10;
}

.timeline_element.even .timeline_point {
    left: -0.25%;
}

@media (min-width: 992px) {
    .limitation {
        background: url(/ec/cms5/media/img/1010_waas/timeline_bg.png) repeat-y scroll center top;
    }

    .timeline_end {
        background: #fff;
        padding-left: 15px;
    }

    .timeline_end:last-child {
        padding-left: 17px;
    }

    .timeline_element.even {
        margin-right: -2px;
    }

    #microsite_content .timeline_element .col-md-6 {
        padding: 100px;
    }
}

/* **********************************************
 * Helper
 ********************************************** */

.highlight {
    font-weight: bold;
    text-decoration: none;
}

/* **********************************************
 * Career
 ********************************************** */

.c-career ::selection {
    background: #3e3e3e;
    color: #FFF;
}
.c-career ::-moz-selection {
    background: #3e3e3e;
    color: #FFF;
}
.p-microsite .c-career a.row-career,
.p-microsite .c-career a.row-career:hover {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ececec;
    margin: 0px;
    color: #000;
}
.c-career a.row-career .row {
    padding: 0;
}
.c-career a.row-career > div {
    margin-bottom: 0;
}
.c-career a.row-career span {
    border-bottom: 2px solid transparent;
    margin: 0px;
    color: #77af24;
}
.c-career a.row-career:hover {
    background-image: url(/ec/cms5/media/grfx/common_grfx/bg_pinstripes_green.png);
}
.c-career a.row-career:hover span {
    text-decoration: none;
    border-bottom: 2px solid #77af24;
    color: #77af24;
}
.c-career a.row-career:first-child,
.c-career a.row-career:first-of-type {
    border-top: 2px solid #77af24;
}
.c-career a.row-career:last-child,
.c-career a.row-career:last-of-type {
    border-bottom: 2px solid #77af24;
}
.c-career a.row-career::before {
    display: none;
}
.c-career .row.row-career {
    margin-left: auto;
    margin-right: auto;
}

/* career v2 */

.c-career-v2 .selectlist {
    margin: 1em 0;
}

.c-career-v2 .jobs-container {
    margin-bottom: 1em;
}

.c-career-v2 .jobs-container span {
    margin-bottom: .66em;
    display: block;
}

.c-career-v2 .btn-link {
    text-transform: none;
    color: #000;
    border-width: 1px;
    padding: 1px 0;
    margin-top: 1em;
}

.c-career-v2 .btn-link:hover {
    border-color: #ccc;
}

main .container .job_detail_v2 h1 {
    font-size: 30px;
    text-transform: none;
    color: #000;
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

main .container .job_detail_v2 h2 {
    font-size: 15px;
    font-weight: 600;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}


 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
     display: none !important;
 }

/* **********************************************
 * Produkttemplate - Verfügbarkeit
 ********************************************** */

.stockqtytext {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.stockqty {
    color: #89e872;
    font-weight: bold;
}

.stockqtyzero {
    color: #a00;
    font-weight: bold;
}

/* **********************************************
 * Produkttemplate - Bonusclub points
 ********************************************** */

.c-Products__bonuspoints {
    min-height: 33px;
    padding: 10px 0px 0px 0px !important;
}

/* **********************************************
 * Produkttemplate - Manufacturer Logo
 ********************************************** */

.c-Products_mfr_logo img{
    max-width: 70px;
}

/* **********************************************
 * Slider
 ********************************************** */

.infiniteSlide img {
    margin-right: 50px;
}

/* ============================= */
/* vertical accordion styles     */
/* ============================= */

.v-accordion {
    margin-left: -1rem;
    margin-right: -1rem;
}

.v-accordion .panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.v-accordion .panel{
    min-height: 400px;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    margin-bottom: 2rem;
}

.v-accordion .panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-title {
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    max-width: 100%;
}

.v-accordion .panel-heading .panel-title a {
    border-bottom: 1px solid #ccc;
}

.v-accordion .panel-title a:after {
    display: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-title {
    width: 50px;
    height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.v-accordion .panel-open .panel-title a::before {
    content: 'x';
    position: absolute;
    right: 3rem;
    border: 1px solid;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.v-accordion .panel-open .panel-title a:hover::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.v-accordion .panel-open {
    -webkit-box-flex: 20;
    -ms-flex: 20;
    flex: 20;
}

.v-accordion .panel-open .panel-heading {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.v-accordion .panel-collapse {
    opacity: 0;
    max-width: 100%;
}

.v-accordion .in {
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
}

.v-accordion .in .panel-body {
    height: 100%;
    padding-bottom: 15px;
}

.v-accordion .panel-open .panel-heading,
.v-accordion .panel-open .panel-collapse {
    max-width: 50px;
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-closing .panel-heading {
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .show-content .panel-heading,
.v-accordion .show-content .panel-collapse {
    max-width: 100%;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel:not(.panel-open) h4,
.v-accordion .panel:not(.panel-open) a {
    height: 100%;
}

.v-accordion .panel:not(.panel-open) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40%;
    border-bottom: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-activated .panel:not(.panel-open) a::before {
    display: none;
}

.v-accordion .panel:not(.panel-open) a::before {
    content: attr(data-linktext);
    padding: 0.5rem 1rem;
    position: absolute;
    background: #000;
    color: rgba(255,255,255,0.8);
    bottom: 6%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-weight: 200;
    font-size: 16px;
}

.v-accordion .panel:not(.panel-open) a:hover::before {
    text-decoration: underline;
}

.v-accordion .panel-group .panel {
    border: 1px solid #cecece;
}

.v-accordion .panel:nth-child(2n-1) a {
    background: transparent;
}

.v-accordion .panel:nth-child(2n) {
    background: #ffffff;
}

.v-accordion .panel:nth-child(2n-1) {
    background: #F6F6F6;
}

.v-accordion .panel-default > .panel-heading {
    background: transparent;
}

@media (min-width: 480px) {
    .c-Akkordeon .panel-title a {
        padding: 20px;
    }
    .c-Akkordeon .panel-open .panel-title a {
        padding: 20px;
    }
}


/* CENTRAL iQuote */

#central_iquote #microsite_content .separat {
    display: block;
    margin-top: 75px;
}

#central_iquote #microsite_content h1,
#central_iquote #microsite_content h2,
#central_iquote #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#central_iquote #microsite_content h2 {
    margin: 20px;
    font-size: 40px;
    padding-left: 20%;
    padding-right: 20%;
}

#central_iquote #microsite_content h3 {
    font-size: 30px;
}

#central_iquote #microsite_content p {
    font-size: 20px;
}

#central_iquote #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#central_iquote #microsite_content .benefits p,
#central_iquote #microsite_content .result p,
#central_iquote #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

@media (min-width: 786px) {
    #central_iquote #microsite_content .benefits p::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 0;
        margin-top: -20px;
    }

    #central_iquote #microsite_content .benefits p::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 0;
        margin-top: -20px;
    }
}

@media (max-width: 785px) {
    #central_iquote #microsite_content .col-xs-3 picture p {
        display: none;
    }

}

@media (max-width: 1139px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide h2,
    #central_iquote #microsite_content .swiper-container .swiper-slide p:first-of-type {
        display: none;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 10%;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p .btn {
        width: 100%;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1490px) {
    #central_iquote #microsite_content .slider-text-block p {
        font-size: 15px;
    }
    #central_iquote #microsite_content .slider-text-block h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 755px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 1%;
    }
}

@media only screen and (max-width: 545px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: -1%;
    }
}

#central_iquote #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    margin-bottom: 20px;
}

#central_iquote #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#central_iquote #microsite_content .swiper-container {
    border-bottom: 15px #00b28b solid;
}

#central_iquote #microsite_content .slider-text-block h2,
#central_iquote #microsite_content .slider-text-block p {
    color: #fff !important;
    max-width: 75%;
}

#central_iquote #microsite_content .slider-text-block h2 {
    margin: 10% 0 0 0;
    padding-top: 3%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

#central_iquote #microsite_content .c-Gallery .swiper-container .slider-navigation {
    display: none;
}

#central_iquote #microsite_content .col-md-6 > .article,
#central_iquote #microsite_content .col-md-4 > .article,
#central_iquote #microsite_content .shadow .article {
    -webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    -moz-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    background: #fff;
}

#central_iquote #microsite_content .col-md-6.separat,
#central_iquote #microsite_content .col-md-4.separat {
    display: block;
    margin-top: 20px;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .shadow p {
    font-size: 25px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: 900;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .col-md-6 p {
    padding: 0 10%;
}

#central_iquote #microsite_content .col-md-4 img {
    padding: 15px 0 0;
}

#central_iquote #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/**********************************/
/* Additional CSS for central HPI */
/**********************************/

#hpi #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
}

#hpi #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#hpi #microsite_content h1,
#hpi #microsite_content h2,
#hpi #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#hpi main h1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

#hpi #microsite_content h2 {
    font-size: 40px;
    /*padding-left: 20%;*/
    /*padding-right: 20%;*/
}

#hpi #microsite_content h3 {
    font-size: 30px;
}

#hpi #microsite_content p,
#hpi #microsite_content li {
    font-size: 20px;
}

#hpi #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#hpi #microsite_content .benefits p,
#hpi #microsite_content .result p,
#hpi #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

#hpi section:last-of-type {
    margin-bottom: 0;
}

#hpi main .img-box__shadow picture img {
    -webkit-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
}

#hpi main .section__shadow--top {
    -webkit-box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    margin-top: 4rem;
    padding-top: 8rem;
}

#hpi main .section__shadow--bottom {
    -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    /*box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    margin-bottom: 4rem;
    padding-bottom: 8rem;
}

#hpi main .separat {
    display: block;
    margin-top: 8rem;
}

#hpi main .bg-cd1-100 p {
    color: #000;
}

#hpi main section:first-of-type .col-xs-12.col-md-6.col-lg-4.col-lg-offset-2.grid-col{
    margin-top: 8rem;
}

@media (min-width: 786px) {
    #hpi main .arrow__top-left,
    #hpi main .arrow__top-right {
        margin-top: 5rem;
    }

    #hpi main .arrow__top-left > div::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__top-right > div::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__bottom-left > div::before {
        position: absolute;
        left: 8%;
        margin-bottom: -2rem;
    }

    #hpi main .arrow__bottom-right > div::after {
        content: url('/ec/cms5/media/img/central/ink_your_business/arrows_bottom_right.png');
        position: absolute;
        right: 8%;
        margin-bottom: -2rem;
    }
}

#hpi main .benefits li {
    margin-bottom: 3rem;
    list-style-type: none;
}

#hpi main .benefits p {
    padding: 0 !important;
}

#hpi main .benefits ul {
    margin-left: 3rem;
}

#hpi main .benefits li::before {
    position: absolute;
    left: 3rem;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
}

#hpi main .benefits li:nth-of-type(1)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_stop_watch.png');
}

#hpi main .benefits li:nth-of-type(2)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_dollar.png');
}

#hpi main .benefits li:nth-of-type(3)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_leaf.png');
}

#hpi main .benefits li:nth-of-type(4)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_shield.png');
}

#hpi main .benefits li:nth-of-type(5)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_check.png');
}


/* **********************************************
 * HP Countdown Page hp-z-workstations-und-windows-10-pro
 ********************************************** */

.mscountdown .hp_countdown {
    border-top: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    border-bottom: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    margin-top: 0px;
    background: #0b0005; /* Old browsers */
    background: -moz-linear-gradient(top,  #0b0005 0%, #0b0102 0%, #000901 1%, #040207 1%, #010207 2%, #080006 2%, #010302 3%, #060606 8%, #050505 9%, #070707 9%, #060606 11%, #090909 12%, #080808 13%, #0a0a0a 13%, #090909 14%, #151515 31%, #151515 34%, #181818 35%, #1c1c1c 44%, #252525 55%, #2a2a2a 65%, #2d2d2d 67%, #313131 76%, #3e3e3c 93%, #3d3e40 94%, #433e3b 95%, #433e3a 96%, #39433b 96%, #39423f 96%, #443b4e 97%, #483b4f 97%, #40423d 97%, #3e4438 98%, #44403f 98%, #40423d 99%, #424242 99%, #3a4443 99%, #474047 100%, #473c44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0005', endColorstr='#473c44',GradientType=0 ); /* IE6-9 */
}

.mscountdown #wrapper-countdown div {
    border: none;
}

.mscountdown div#countdown-bg {
    background: transparent !important;
}

.mscountdown #wrapper-countdown div {
    border: 0px solid #fff;
}

.mscountdown #wrapper-countdown {
    padding: 0px;
}

.mscountdown .countdown-number {
    position: relative;
    width: 150px;
    height: 50%;
    border: 1px solid #000;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/countdown-bg_200px.png");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 100% 100%;
    font-size: 1.7em;
    line-height: 60px;
    font-weight: 900;
}

.mscountdown .countdown-number:before,
.mscountdown .countdown-number:after {
    width: 8.5px;
    display: block;
    overflow: hidden;
    font-size: 3.5rem;
    line-height: 5.7rem;
    content: '■';
    opacity: 0.5;
}

.mscountdown .countdown-number:nth-of-type(1),
.mscountdown .countdown-number:before {
    left: 1rem;
    float: left;
}
.mscountdown .countdown-number:nth-of-type(2),
.mscountdown .countdown-number:after {
    right: 1rem;
    float: right;
}

.mscountdown .v-accordion .panel:nth-child(1) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/930g6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(1):hover {
    filter: brightness(50%)
}

.mscountdown .v-accordion .panel:nth-child(2) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/z360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(2):hover {
    filter: brightness(50%)
}

.mscountdown .headlineblock {
    background: #ABABAB;
    text-align: center;
    color: white;
}

.mscountdown .hpkpi {
    margin: 60px 0px;
}

.mscountdown .highlight {
    color: #0096D1;
}

.mscountdown .highlight2 {
    color: #ABABAB;
}

.mscountdown .mscountdownhead a{
    color: #0096D1;
}

.mscountdown h4.panel-title:after {
    content: '';
    display: block;
    top: 30%;
    height: 150px;
    right: 0px;
    position: absolute;
    border-right: 2px solid #fff;
}

/* **********************************************
 * Logitech Startup
 ********************************************** */

.logitech_startup .bg-add1-100 p,
.logitech_startup .bg-add1-100 h2 {
    color: #fff !important;
}

.logitech_startup .btn {
    color: #fff !important;
    border: 2px solid white;
}

.logitech_startup .btn span {
    color: #fff !important;
}

/* **********************************************
 * HP Nimble Smart Storage
 ********************************************** */

#central_hp_nimble .breadcrumb li span {
    font-size: 12px;
}

#central_hp_nimble section li,
#central_hp_nimble section p {
    font-size: 18px;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h1 {
    font-size: 36px;
    color: #000;
    text-transform: none;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h2 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    color: #000
}

#central_hp_nimble h3 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
}

#central_hp_nimble #nimble_image h2 {
    color: #fff;
    font-size: 28px;
    padding-top: 90px;
    padding-bottom: 50px;
}

#central_hp_nimble .highlight {
    color: #01b38a;
}
#central_hp_nimble .highlight2 {
    color: #234363;
}

/* Slider */

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .nimble_slider .row {
    width: 60%;
}

#central_hp_nimble .nimble_slider h2 {
    color: #fff;
    margin-top: 71px;
    margin-bottom: 0px;
    font-size: 39px;
}

#central_hp_nimble .nimble_slider p {
    color: #fff;
}

#central_hp_nimble .nimble_slider .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble .nimble_slider .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .separat {
    border-top: 15px solid #01b38a;
    margin: 0px;
}

/* all-flash */

#central_hp_nimble #all-flash .btn-default{
    color: #bbbbbb;
    border-radius: 5px;
    border: 2px solid #bbbbbb;
    text-transform: none;
    font-weight: bold;
}

#central_hp_nimble #all-flash .btn-default:hover{
    color: #fff;
    background: #bbbbbb;
}

#central_hp_nimble #all-flash {
    margin-bottom: 50px;
}

/* glance */

#central_hp_nimble #glance {
    margin-top: 50px;
}

#central_hp_nimble #glance h2 {
    margin-bottom: 0px;
}

/* Infosight */

#central_hp_nimble #infosight .article > .row {
    padding: 0px
}

#central_hp_nimble #infosight h2 {
    color: #fff;
    margin-top: 40px;
    width: 50%;
    margin: 0 auto;
    margin-top: 15%;
}

#central_hp_nimble #infosight p {
    color: #fff;
    width: 50%;
    margin: 0 auto;
}


#central_hp_nimble #infosight .article.text_with_media img {
    padding-left: 0px;
}

/* Benefits */

#central_hp_nimble #benefits {
    margin-top: 60px;
}

#central_hp_nimble #benefits img {
    width: auto;
}

/* Bulletpoints */

#central_hp_nimble #bulletpoints img {
    width: auto;
}

#central_hp_nimble #bulletpoints h3 {
    font-weight: bold;
    color: black;
}

/* SMB Storage */

#central_hp_nimble #smb_storage {
    margin: 70px 0px;
}

/* Helptext */

#central_hp_nimble #helptext h1 {
    margin-top: 70px;
}

#central_hp_nimble #helptext .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble #helptext .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble #helptext #microsite_content section:last-of-type {
    padding: 0;
}

#central_hp_nimble section:last-of-type {
    margin-bottom: 0px;
}

#central_hp_nimble .c-Footer p {
    font-size: 12px;
}

/* Responsive */

@media only screen and (max-width: 1822px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }
}

@media only screen and (max-width: 1530px) {

    #central_hp_nimble .nimble_slider h2 {
        color: #fff;
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 14px;
    }

    #central_hp_nimble #infosight h2 {
        width: 80%;
    }

    #central_hp_nimble #infosight p {
        width: 80%;
    }

    #central_hp_nimble #infosight p:nth-child(3) {
        padding-bottom: 20px;

    }
}

@media only screen and (max-width: 1280px) {
    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider .row {
        width: 130%;
    }
}


@media only screen and (max-width: 1152px) {

    #central_hp_nimble .nimble_slider .row {
        width: 170%;
    }

    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 12px;
    }
    #central_hp_nimble .nimble_slider p:nth-child(1) {
        color: black !important;
    }
}

@media only screen and (max-width: 984px) {
    #central_hp_nimble .nimble_slider .row p:nth-child(2) {
    }

    .nimble_slider {
        background: #000;
        min-height: 300px;
    }
}

@media only screen and (max-width: 726px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }

    #central_hp_nimble .nimble_slider .row p {
        text-align: left;
    }

    .nimble_slider {
        background: #000;
        min-height: 350px;
    }

    #central_hp_nimble .nimble_slider .row h2 {
    }

    #central_hp_nimble #helptext h1 {
        font-size: 23px;
    }
}


/* row row row fix */

.row .row .button-row > div {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.button-row a {
    margin: 0;
}


/* --------------------------------------------------------------------------------
 * 	 ACMP LOGIN BOX
 * -------------------------------------------------------------------------------- */

.acmp_login_box {
    padding: 35px;
}

.acmp_login_box .btn {
    margin-top: 15px;
}

.acmp_login_box .lnk {
    display: block;
}

#microsite_content .acmp_login_box a.btn-primary,
#microsite_content .acmp_login_box a.btn-secondary {
    border: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    line-height: 1.2;
}

 

#microsite_content .acmp_login_box a.btn-primary {
    background: #006B7D;
    color: #FFF;
}

 

#microsite_content .acmp_login_box a.btn-secondary {
    background: #c8c8c8;
    color: #000;
}

 

#microsite_content .acmp_login_box a.btn-primary:hover,
#microsite_content .acmp_login_box a.btn-secondary:hover {
    border: 2px solid #000;
}

 

#microsite_content .acmp_login_box a.lnk {
    text-align: center;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 10px auto;
}


/* **********************************************
 * Content Creator Dropzone
 ********************************************** */

[data-ct-dropzone] { 
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
[data-ct-dropzone] [data-fs-button-id] { cc-lang-control
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
[data-ct-dropzone] [data-fs-button-id]:hover + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:active + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:focus + .contentdropzone-outer {
	background:#b61767; 
}
[data-ct-dropzone] .fs-button-drop-target a { 
	position: absolute; 
	width: 100% !important; 
	height: 100% !important; 
}
.contentdropzone-hover {
	max-height: 220px;
}
.contentdropzone-visible {
	max-height: 86px;
}
.contentdropzone-invisible {
	max-height: 0;
}
.contentdropzone-outer {
	display: table; 
	overflow: hidden; 
	height: 70px; 
	border: 1px dashed #FFF;
	background:#656383; 
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8); 
	width: calc(100% - 16px); 
	margin: 8px;
	transition: height 0.5s ease-out;
    border-radius: 15px;
}
.contentdropzone-hover .contentdropzone-outer.small {
	height: 200px;
}
.contentdropzone-visible .contentdropzone-outer.small {
	height: 70px;
}
.contentdropzone-outer.large {
	height: 500px;
}
.contentdropzone-interior {
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}
.contentdropzone-label p {
	color:#FFF; 
	font-size:1.7rem; 
	font-weight: bold;
	margin: 0;
}


/* **********************************************
 * Content Creator language control
 ********************************************** */
#cc-lang-control {
	position: fixed;
	width: 122px;
	color: #fff;
	left: 1vw;
	bottom: 1vh;
	z-index: 40;
	opacity: 0.3;
	border: none;
	transition: 0.5s;
	font-size: 11px;
	font-family: "ralewayregular", Helvetica, Arial, sans-serif;
	background: #656383;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
}

#cc-lang-control:hover,
#cc-lang-control:active,
#cc-lang-control:focus {
	opacity: 1;
}
#hp-original #microsite_content .box.bg-rel1,
#hp-original #microsite_content .box.bg-rel1 * {
    background: #def5fb;
}

#hp-original #microsite_content .box.bg-rel1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#hp-original #microsite_content h1 {
    color: #000;
    text-transform: none;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.2;
    margin-top: 40px;
}

#hp-original #microsite_content .lnk {
    color: #00a0dc;
}

#hp-original #microsite_content .lnk:hover {
    border-bottom: 1px solid #00a0dc;
}

#hp-original #microsite_content .btn-default {
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    background: #000;
    color: #fff;
}

#hp-original #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
}

#hp-original #microsite_content .btn-default > span,
#hp-original #microsite_content .btn-default:hover > span {
    color: #fff;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default {
    background: #89E872;
    color: #000;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default > span,
#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default:hover > span {
    color: #000;
}

#hp-original {
    background: #eee;
}

#hp-original section {
    background: #fff;
}

#hp-original .separat {
    margin-top: 40px;
}

/* Footer */

#hp-original .c-Footer,
#hp-original .c-Footer * {
    background: none !important;
    background-color: #eee !important;
    color: #000 !important;
}

#hp-original .c-Footer .col-md-3,
#hp-original .m-footerGreen {
    display: none !important;
}

#hp-original .m-footerBlack {
    width: 100%;
    right: 0;
}

#hp-original .m-LegalLinks {
    text-align: center;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Overview Page
 * -------------------------------------------------------------------------------- */

.bonusclub_overview .table-responsive.js-bonusclub-overview_table {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.bonusclub_overview table.table {
    margin-bottom: 25px;
}

.bonusclub_overview .row > div {
    margin-bottom: 2px;
}

.bonusclub_overview select.js-bonusclub-dropdown--manufacturer {
    width: 94%;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview  .text-info .col-xs-12.col-md-3:nth-child(4) {
    padding-right: 0px;
}

.bonusclub_popup .btn-primary {
    border-bottom: 2px solid #000 !important;
}

.bonusclub_popup .article.text_with_media a {
    border-bottom: 2px solid black !important;
}

.bonusclub_popup .article.text_with_media a:hover {
    border-bottom: initial;
}

.bonusclub_popup li::before {
    content: counter(li);
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.bonusclub_popup li {
    counter-increment: li
}

/* --------------------------------------------------------------------------------
 * 	 HP Miss U Campaign
 * -------------------------------------------------------------------------------- */

.hp_missu {
    background: #F6F6F6;
}

.hp_missu .hp_missu_introtext h2 {
    margin-bottom: 10px !important;
    margin-top: 30px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .hp_missu_postcard .article.text_with_media .row {
    background-size: 107% !important;
}

.hp_missu .hp_missu_postcard .text_with_media .row {
    height: 550px;
}

.hp_missu .hp_missu_postcard .text_with_media .row p {
    width: 400px;
    position: relative;
    left: 44%;
    top: 95px;
    font-size: 14px;
}

.hp_missu .hp_missu_present {
    padding: 50px 0px;
}
.hp_missu .hp_missu_reason,
.hp_missu .hp_missu_bulletpoints {
    background: #fff;
}

.hp_missu .c-Products--gallery-Product {
    background: white;
    margin: 9px 5px;
    width: 32%;
    padding-top: 10px;
}

.hp_missu .hp_missu_products {
    padding-bottom: 20px;
}

.hp_missu .c-Products__shortDescription.js-shortDescription {
    margin-top: 20px;
}

.hp_missu .c-Products__description.js-description {
    margin: 20px 0px;
}

.hp_missu .c-Products--gallery-Product span[class^="price"] {
    color: #0096d6;
}

.hp_missu .c-Products--gallery-Product a {
    color: #0096d6 ;
}

.hp_missu .hp_missu_logo .img-responsive.img-original {
    width: 25%;
    margin: 0 auto;
}

.hp_missu .hp_missu_reason {
    padding: 60px 0px;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(1){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(2){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints p:nth-child(2) {
    margin-bottom: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .text_with_media {
    border-left: 5px solid #89e872;
}

.hp_missu .hp_missu_bulletpoints .text_with_media img {
    width: 30%;
}

.hp_missu .hp_missu_bulletpoints {
    padding-bottom: 110px;
}

.hp_missu .box.separat {
    margin-top: 0px;
}

.hp_missu .hp_missu_footer {
    color: #fff;
}

.hp_missu .hp_missu_footer h2 {
    color: #fff;
    padding-top: 100px;
    margin-bottom: 10px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .btn.btn-primary {
    background: #0096d6;
    color: #fff;
    border-color: #0096d6;
    padding: 14px 20px 14px 20px !important;
    font-weight: bold;
    font-size: 13px;
}

.hp_missu i.fa.fa-cart-arrow-down {
    display: none;
}

.hp_missu .btn.btn-primary::after {
    display: none;
}

.hp_missu .hp_missu_products .btn-primary:hover,
.hp_missu .btn-primary:active,
.hp_missu .btn-primary:focus {
    background: #00b3ec;
    color: #fff;
    text-decoration: underline;
    border: 2px solid #00b3ec !important;
}

.hp_missu #microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 25px 0 !important;
}

.hp_missu .btn.btn-default {
    background: #fff;
    color: #0096d6;
    border: none;
    font-weight: bold;
    font-size: 13px;
    padding-right: 50px;
    padding-left: 50px;
}

.hp_missu .btn.btn-default:hover,
.hp_missu .btn.btn-default:active,
.hp_missu .btn.btn-default:focus {
    background: #e6e8e7;
    color: #0096d6 ;
    border: none;
    text-decoration: underline;
}

.hp_missu .c-Footer,
.hp_missu .c-Footer * {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.hp_missu .c-Footer .col-md-3,
.hp_missu .m-footerGreen {
    display: none !important;
}

.hp_missu .m-footerBlack {
    width: 100%;
    right: 0;
}

.hp_missu .m-LegalLinks {
    text-align: center;
    padding-bottom: 30px;
}

.hp_missu footer.navbar.navbar-bottom.navbar-inverse {
    top: -15px;
}

@media only screen and (max-width: 1200px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: 350px;
        position: relative;
        left: 43%;
        top: 99px;
        font-size: 13px;
    }
    .hp_missu .c-Products--gallery-Product {
        width: 48%;
    }
}

@media only screen and (max-width: 991px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: initial;
        position: relative;
        left: initial;
        top: initial;
        font-size: 14px;
        text-align: center;
    }

    .hp_missu .hp_missu_postcard .article.text_with_media .row {
        background: none !important;
        background-size: inital;
        height: 200px;
    }

    .hp_missu .hp_missu .c-Products--gallery-Product {
        width: 99%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 CSS PRINT PARAMETER
 * -------------------------------------------------------------------------------- */

@media print {
    .col-xs-12.col-md-6.grid-col.separat {
        max-width: 270px !important;
        margin-right: 50px !important;
        margin-left: 50px !important;
        overflow: hidden !important;
        word-wrap: break-word !important;
    }

    .no-print{
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/* --------------------------------------------------------------------------------
 * 	 HPE MSA Storage
 * -------------------------------------------------------------------------------- */

/* HPE MSA Storage Microsite

.hpe_msa_storage

.msa_logo
.msa_introtext
.msa_introtext2
.msa_bulletpoints
.msa_products
.msa_customers
.msa_iqoute

*/

/* Generell */
.hpe_msa_storage {
    background: #fff;
}

.hpe_msa_storage ul {
    text-align: left;
    padding-left: 15px;
}

.hpe_msa_storage .msa_products ul {
    list-style: none !important;
    padding-left: 1px;
}

.hpe_msa_storage .msa_products li {
    padding-left: 1.6em;
    text-indent: -1.4em;
}

.hpe_msa_storage ul li {
    padding-top: 8px;
}

.hpe_msa_storage .article.text_with_media a:hover {
    /* border-bottom: 2px solid transparent !important; */
}

.hpe_msa_storage main .container .row h1 {
    background: none;
}

.hpe_msa_storage span.highlight {
    font-weight: 400;
    color: #eacb27;
}

.hpe_msa_storage h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 27px;
}

.hpe_msa_storage h3 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hpe_msa_storage #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_msa_storage p {
    font-size: 17px;
    font-weight: normal;
}

.hpe_msa_storage .msa_products p {
    text-align: left;
}

.hpe_msa_storage .msa_products .add_info_products {
    min-height: 300px;
}

/* Logo */
.hpe_msa_storage .msa_logo {
    background: #f3f3f3;
}

.hpe_msa_storage .msa_logo img {
    width: 25%;
}

/* Introtext */
.hpe_msa_storage .msa_introtext {
    padding-top: 50px;
    background: #f3f3f3;
}

.hpe_msa_storage .msa_introtext h1 {
    color: #000;
    font-size: 50px;
}

.hpe_msa_storage .msa_introtext p {
    margin: 40px 0px
}

/* customers*/
/* Introtext2 */
.hpe_msa_storage .msa_introtext2 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Bulletpoints */
.hpe_msa_storage .msa_bulletpoints {
    background: #fff;
    padding-bottom: 150px;
}

.hpe_msa_storage .msa_bulletpoints h3 {
    color: #000;
}

.hpe_msa_storage .msa_bulletpoints img {
    width: 81px;
    padding-left: 18px;
}

.hpe_msa_storage .msa_bulletpoints .text_with_media {
    border-bottom: 4px solid #eacb27;
}

/* customer*/
.hpe_msa_storage .msa_customers {
    padding: 100px 0px;
    background: #fff;
}

/* products */
.hpe_msa_storage .msa_products {
    background: #f3f3f3;
    padding-bottom: 30px;
}

.hpe_msa_storage .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_msa_storage .c-Products__artNo {
    display: none;
}

.hpe_msa_storage .stockqty {
    width: 200px;
    text-align: left;
    color: #159F79;
}

.c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_msa_storage .c-Products--gallery-Product span[class^="price"] {
    color: #159f79;
}

.hpe_msa_storage .msa_products a {
    color: #000;
}

.hpe_msa_storage .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_msa_storage .msa_products li::before {
    top: 0px !important;
}

.hpe_msa_storage .msa_products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 8px;
}

.hpe_msa_storage .msa_products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_msa_storage .c-Products__artNo {
    text-align: left;
}

.hpe_msa_storage .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
}

/* iqoute*/
.hpe_msa_storage .msa_iqoute h2 {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute p {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute {
    background: #159f79;
    padding: 50px 0px;
}

/* Buttons */

.hpe_msa_storage .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_msa_storage .btn-primary:hover {
    background: #eacb27;
    border-color: #eacb27 !important;
}

.hpe_msa_storage .btn-primary::after {
    display: none;
}

.hpe_msa_storage .msa_iqoute .btn-default {
    background: #fff !important;
    border-color: #fff;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.hpe_msa_storage .msa_iqoute .btn-default:hover,
.hpe_msa_storage .msa_iqoute .btn-default:focus,
.hpe_msa_storage .msa_iqoute .btn-default:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #159F79 !important;
}

.msa_border {
    height: 80px;
    background: #f3f3f3;
    border-bottom-left-radius: 80%;
    border-bottom-right-radius: 80%;
}

.hpe_msa_storage .msa_footer {
    padding: 50px 0px;
}

.hpe_msa_storage .msa_footer .btn-default {
    background: #159f79;
    border-color: #159f79;
    padding: 14px 50px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
}

.hpe_msa_storage .msa_footer .btn-default:hover {
    background: #EACB27;
    border-color: #EACB27;
    border-bottom: 2px solid #EACB27;
}

.hpe_msa_storage .m-footerGreen p {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 Microsite - Locations *
 * -------------------------------------------------------------------------------- */

.national_countries {
    overflow: auto;
    padding: 15px 1px 60px 1px;
}

/* --------------------------------------------------------------------------------
 * 	 HPE - Proliant Gen10 *
 * -------------------------------------------------------------------------------- */
.hpe_proliant_gen10 .highlight{
    color: #3AF7C4;
}

.hpe_proliant_gen10 #microsite_content p {
    font-weight: bold;
}

.hpe_proliant_gen10 #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_proliant_gen10 main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_proliant_gen10 #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_proliant_gen10 #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_proliant_gen10 .logo {
    background: #03161e;
}

.hpe_proliant_gen10 .logo img {
    padding: 40px 0px;
}

.hpe_proliant_gen10 .head_image {
    background: #03161e;
    padding-bottom: 80px;
}

.hpe_proliant_gen10 .head_image p:first-child {
    padding-top: 80px;
}

.hpe_proliant_gen10 .head_image p {
    padding-top: 0px;
}

.hpe_proliant_gen10 .head_image .row {
    padding: 0px !important;
}

.hpe_proliant_gen10 .head_image .row:last-child {
    color: #fff;
}

.hpe_proliant_gen10 .logo h1,
.hpe_proliant_gen10 .logo p {
    color: #fff;
}

.hpe_proliant_gen10 .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_proliant_gen10 #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_proliant_gen10 .bulletpoints {
    padding-bottom: 150px;
}

.hpe_proliant_gen10 .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 90% 3%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner2.png");
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner3.png");
}

.hpe_proliant_gen10 .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 90px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_proliant_gen10 .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_proliant_gen10 .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_proliant_gen10 .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_proliant_gen10 .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_proliant_gen10 .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_proliant_gen10 .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_proliant_gen10 .c-Products--gallery-Product span[class^="price"],
.hpe_proliant_gen10 .stockqty {
    color: #159f79;
}

.hpe_proliant_gen10 .products a {
    color: #000;
}

.hpe_proliant_gen10 .quantityblock {
    display: none;
}

.hpe_proliant_gen10 .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 .products .lnk:after {
    content: "\f105";
}


.hpe_proliant_gen10 .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_proliant_gen10 .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_proliant_gen10 .products li::before {
    top: 0px !important;
}

.hpe_proliant_gen10 .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_proliant_gen10 .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_proliant_gen10 .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_proliant_gen10 .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_proliant_gen10 .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_proliant_gen10 .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_proliant_gen10 .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_proliant_gen10 .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_proliant_gen10 .btn-primary::after {
    display: none;
}

.hpe_proliant_gen10 .server {
    padding-top: 150px;
}


.hpe_proliant_gen10 #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_proliant_gen10 .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_proliant_gen10 .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_proliant_gen10 .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 HPE - Top Value Offers *
 * -------------------------------------------------------------------------------- */
.hpe_top_value_offers .highlight{
    color: #3AF7C4;
}

.hpe_top_value_offers #microsite_content p {
    font-weight: bold;
}

.hpe_top_value_offers #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_top_value_offers main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_top_value_offers #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_top_value_offers #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_top_value_offers .logo {
    background: #03161e;
}

.hpe_top_value_offers .logo img {
    padding: 40px 0px;
    width: 35%;
}


.hpe_top_value_offers .head_image {
    background: #03161e;
}


.hpe_top_value_offers .head_image p {
    padding-top: 0px;
}

.hpe_top_value_offers .head_image .row {
    padding: 0px !important;
}

.hpe_top_value_offers .head_image .row:last-child {
    color: #fff;
}

.hpe_top_value_offers .logo h1,
.hpe_top_value_offers .logo p {
    color: #fff;
}

.hpe_top_value_offers .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_top_value_offers .faster-sales {
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .right-deal {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club .text_with_media {
    background: #06202D;
    padding: 50px 0px;
}

.hpe_top_value_offers .bonus-club h2 {
    color: #fff;
}

.hpe_top_value_offers .bonus-club p {
    color: #fff;
}

.hpe_top_value_offers .contacts h2{
    color: #fff;
}

.hpe_top_value_offers #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_top_value_offers .bulletpoints {
    padding-bottom: 60px;
}

.hpe_top_value_offers .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben1.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben2.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben3.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(5) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben4.png");
}

.hpe_top_value_offers .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 30px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_top_value_offers .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_top_value_offers .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_top_value_offers .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_top_value_offers .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_top_value_offers .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_top_value_offers .c-Products--gallery-Product span[class^="price"],
.hpe_top_value_offers .stockqty {
    color: #159f79;
}

.hpe_top_value_offers .products a {
    color: #000;
}

.hpe_top_value_offers .quantityblock {
    display: none;
}

.hpe_top_value_offers .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers .products .lnk:after {
    content: "\f105";
}


.hpe_top_value_offers .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_top_value_offers .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_top_value_offers .products li::before {
    top: 0px !important;
}

.hpe_top_value_offers .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_top_value_offers .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_top_value_offers .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_top_value_offers .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_top_value_offers .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_top_value_offers .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_top_value_offers .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_top_value_offers .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_top_value_offers .btn-primary::after {
    display: none;
}

.hpe_top_value_offers .server {
    padding-top: 150px;
}


.hpe_top_value_offers #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_top_value_offers .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_top_value_offers .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_top_value_offers .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 Windows 7 EOS *
 * -------------------------------------------------------------------------------- */

.win7eos p.big {
    line-height: 1.5;
}

/* --------------------------------------------------------------------------------
 * 	 Lenovo Make a shift *
 * -------------------------------------------------------------------------------- */

.hp_make_shift .hp_countdown {
    background: #1d2228; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d2228 0%, #101316 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1d2228 0%,#101316 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1d2228 0%,#101316 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2228', endColorstr='#101316',GradientType=0 ); /* IE6-9 */
    padding-bottom: 50px;
}

.hp_make_shift .hp_countdown h2 {
    color: #fff !important;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Adventskalendar 2019 *
 * -------------------------------------------------------------------------------- */

.adventskalendar_2019 #microsite_content {
    background: url('https://www.also.com/ec/cms5/media/img/1010/information_1/aktionen_8/adventskalendar_2019/2019_also_adventskalender_website_background.jpg');
    color: #fff;
}

.adventskalendar_2019 #colorbox #microsite_content {
    background: none;
    color: #000;
}

.adventskalendar_2019 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* --------------------------------------------------------------------------------
 * 	 HP Members Club *
 * -------------------------------------------------------------------------------- */

.also_members_club .members_vordeelen {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_img_old_man_hp_member.jpg);
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    padding-top: 50px;
}

.also_members_club .members_vordeelen h2{
    color: #fff;
}

.also_members_club .members_form {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_blue_wall.jpg);
    background-repeat: no-repeat;
    padding: 40px 0px 50px 0px;
    background-size: cover;
    color: #fff;
    margin-top:	50px;
}

.also_members_club .members_form h2{
    color: #fff;
}

.also_members_club .members_footers {
    background: #000;
    color: #fff;
}

.also_members_club .c-Footer {
    display: none;
}

.also_members_club footer.navbar.navbar-bottom.navbar-inverse {
    display: none;
}

.also_members_club .members_footers .col-xs-12.col-md-10 {
    text-align: right;
}

.members_footers a {
    color: white !important;
    border-bottom: 1px solid #fff !important;
    font-size: 13px;
    font-weight: normal;
}

.members_footers p {
    color: white !important;
    font-size: 13px;
    font-weight: normal;
    margin: 5px
}

.also_members_club #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.also_members_club #cboxLoadedContent {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* --------------------------------------------------------------------------------
 * 	 HP Power Bundle*
 * -------------------------------------------------------------------------------- */

.hp_powerbundle .headmenu a {
    color: black !important;
    font-weight: normal;
}

.hp_powerbundle .rabatte {
    background: #059EDB;
}

.hp_powerbundle .rabatte h2,
.hp_powerbundle .rabatte p{
    color: #fff;
}

.hp_powerbundle .intel_logo {
    background: #059EDB;
}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article {
    background: #F6F6F6
}

.hp_powerbundle .footer {
    background: #5A5A5A;
    color: #fff;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Green Heroes *
 * -------------------------------------------------------------------------------- */

.green_heroes .green_formular h2{
    color: #fff;
}

.green_heroes .green_formular {
    background: #281a11;
    color: #fff;
}

.green_heroes #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.green_heroes #microsite_content .box .grid {
    background-color: #281A11;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Informationpage *
 * -------------------------------------------------------------------------------- */

@media only screen and (max-width: 996px) {
    .bonusclub_information_numbers img {
        width: 100px;
    }
    .bonusclub_information_numbers .text_with_media img {
        padding-left: 0px;
    }
    .bonusclub_information_buttons .btn-primary {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * Lenovo powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.lenovo_powered_amd
.lenovo_header
.lenovo_bonus_box
.lenovo_bonus_member
.lenovo_products
.lenovo_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.lenovo_powered_amd,
.lenovo_powered_amd html,
.lenovo_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.lenovo_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.lenovo_powered_amd p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_header {
    background: url(/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/lenovo_header_bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.lenovo_powered_amd .lenovo_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.lenovo_powered_amd .lenovo_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #e2231a;
    position: absolute;
    top: 196px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box {
    padding: 70px 0px 0px 0px
}

.lenovo_powered_amd .lenovo_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.lenovo_powered_amd .lenovo_bonus_box p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box a {
    color: #e2231a;
}

.lenovo_powered_amd .lenovo_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.lenovo_powered_amd .lenovo_bonus_box img {
    width: 60%;
}

.lenovo_powered_amd .lenovo_bonus_member {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.lenovo_powered_amd .lenovo_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_products {
    padding-top: 20px;
    background: #e2231a;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.lenovo_powered_amd .lenovo_products .js-description {
    display: none;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:hover,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:active,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #e2231a !important;
    border-bottom: 0 !important;
}

.lenovo_powered_amd .lenovo_products .c-Products__price {
    display: none;
}

.lenovo_powered_amd .lenovo_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary  {
    border-color: #e2231a;
    color: #e2231a;
    font-weight: bold;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary i{
    display: none;
}

.lenovo_powered_amd .lenovo_products .btn-primary::after {
    display: none;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary:hover  {
    background: #e2231a;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default{
    color: #fff;
    background-color: #e2231a;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.lenovo_powered_amd .lenovo_deals .btn-default:hover,
.lenovo_powered_amd .lenovo_deals .btn-default:active,
.lenovo_powered_amd .lenovo_deals .btn-default:focus {
    background-color: #fff !important;
    color: #e2231a;
    border-color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default span{
    color: #fff !important;
}
.lenovo_powered_amd #microsite_content section .btn:hover > span {
    color: #e2231a !important;
}

.lenovo_powered_amd .lenovo_deals {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .lenovo_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_deals p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals a{
    color: ##fff !important;
}

.lenovo_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.lenovo_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.lenovo_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.lenovo_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.lenovo_powered_amd .finaltext h2,
.lenovo_powered_amd .finaltext p {
    color: #fff;
}

.lenovo_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.lenovo_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.lenovo_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url('https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bullet-point.png');
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.lenovo_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .lenovo_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -112px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .lenovo_powered_amd .lenovo_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .lenovo_powered_amd .lenovo_bonus_box img {
        display: none;
        position: relative;
    }

    .lenovo_powered_amd .lenovo_header {
        height: 600px;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -84px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 54%;
    }

    .lenovo_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .lenovo_powered_amd .lenovo_header .text_with_media h1 {
        font-size: 46px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        width: 90%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 30%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -30px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -55px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}


/* --------------------------------------------------------------------------------
 * HP powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.hp_powered_amd
.hp_header
.hp_bonus_box
.hp_bonus_member
.hp_products
.hp_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.also_solutions_business_team,
.hp_powered_amd html,
.hp_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.hp_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.hp_powered_amd p {
    font-size: 18px;
}

.hp_powered_amd .hp_header {
    background: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/header-bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.hp_powered_amd .hp_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.hp_powered_amd .hp_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.hp_powered_amd .hp_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #0096d6;
    position: absolute;
    top: 196px;
}

.hp_powered_amd .hp_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.hp_powered_amd .hp_bonus_box {
    padding: 70px 0px 0px 0px
}

.hp_powered_amd .hp_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.hp_powered_amd .hp_bonus_box p {
    font-size: 18px;
}

.hp_powered_amd .hp_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.hp_powered_amd .hp_bonus_box a {
    color: #0096d6;
}

.hp_powered_amd .hp_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.hp_powered_amd .hp_bonus_box img {
    width: 60%;
}

.hp_powered_amd .hp_bonus_member {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.hp_powered_amd .hp_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_products {
    padding-top: 20px;
    background: #0096d6;
}

#microsite_content .hp_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.hp_powered_amd .hp_products .js-description {
    display: none;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:hover,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:active,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #0096d6 !important;
    border-bottom: 0 !important;
}

.hp_powered_amd .hp_products .c-Products__price {
    display: none;
}

.hp_powered_amd .hp_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 28px;
}

.hp_powered_amd .hp_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.hp_powered_amd .hp_products a.btn.btn-primary  {
    border-color: #0096d6;
    color: #0096d6;
    font-weight: bold;
}

.hp_powered_amd .hp_products a.btn.btn-primary i{
    display: none;
}

.hp_powered_amd .hp_products .btn-primary::after {
    display: none;
}

.hp_powered_amd .hp_products a.btn.btn-primary:hover  {
    background: #0096d6;
    color: #fff;
}

.hp_powered_amd .hp_deals .btn-default{
    color: #fff;
    background-color: #0096d6;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.hp_powered_amd .hp_deals .btn-default:hover,
.hp_powered_amd .hp_deals .btn-default:active,
.hp_powered_amd .hp_deals .btn-default:focus {
    background-color: #fff !important;
    color: #0096d6;
    border-color: #fff;
}

.hp_powered_amd .hp_deals .btn-default span{
    color: #fff !important;
}
.hp_powered_amd #microsite_content section .btn:hover > span {
    color: #0096d6 !important;
}

.hp_powered_amd .hp_deals {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .hp_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_deals p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_deals a{
    color: ##fff !important;
}

.hp_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.hp_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.hp_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.hp_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.hp_powered_amd .finaltext h2,
.hp_powered_amd .finaltext p {
    color: #fff;
}

.hp_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.hp_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.hp_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/bullet-point.png);
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.hp_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .hp_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -112px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .hp_powered_amd .hp_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .hp_powered_amd .hp_bonus_box img {
        display: none;
        position: relative;
    }

    .hp_powered_amd .hp_header {
        height: 600px;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -84px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 54%;
    }

    .hp_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .hp_powered_amd .hp_header .text_with_media h1 {
        font-size: 46px;
    }

    .hp_powered_amd .hp_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .hp_powered_amd .hp_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        width: 90%;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 30%;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -30px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -55px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}

/* --------------------------------------------------------------------------------
 * Microsoft Attach office 5110, 5210, 5310 *
 * -------------------------------------------------------------------------------- */

/* **********************************************
 * Main Elements
 ********************************************** */

.p-microsite {
    background: #fff;
}

.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

.p-microsite main a.btn span {
    font-size: 0.85em;
}

.p-microsite main a.full.btn {
    width: 100%;
}

.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    border: 2px solid #000;
    color: #fff;
}

.p-microsite .to_top {
    /*background: #fff none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    padding: 5px 25px;
    text-align: right;
}

.img-original.img-responsive {
    width: auto;
}

table .img-responsive {
    width: auto;
    display: inline-block;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

p.big	{font-size: 26px; line-height: 1.8;}
p 		{font-size: 15px; line-height: 1.5;}
p.small	{font-size: 10px; line-height: 1.2;}


.space-top-0    { top: 0%!important;     }
.space-top-10   { top: 10%!important;     }
.space-top-20   { top: 20%!important;     }
.space-top-30   { top: 30%!important;     }
.space-top-40   { top: 40%!important;     }
.space-top-50   { top: 50%!important;     }
.space-top-60   { top: 60%!important;     }
.space-top-70   { top: 70%!important;     }
.space-top-80   { top: 80%!important;     }
.space-top-90   { top: 90%!important;     }
.space-top-100  { top: 100%!important;    }

a.anchor {
    float: left;
}

/* **********************************************
 * Popover Style
 ********************************************** */

span.micrositetooltip {
    font-weight: 900;
    cursor: pointer;
}
span.micrositetooltip:hover{
    color: #89E872;
}
.popover {
    max-width: 400px;
}

.dummy-products .popover-content {
    padding: 50px;
    width: 260px;
    margin: 15px;
    color: black;
}

/* **********************************************
 * Image Hover Effect
 ********************************************** */

.image-hover-wrapper {
    position: relative;
}

.grid.text-center .image-hover-wrapper {
    display: flex;
    justify-content: center;
}

.grid.text-center .image-hover-wrapper img {
    margin: 0;
    align-self: center;
    flex-shrink: 0;
}

img.img-hover {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img.img-hover:hover {
    opacity: 1;
}

#microsite_content .box .grid {
    background-color: #fff;
}

#microsite_content .row .u-bgGreen, .row .u-bgGrey,
#microsite_content .row .u-bgBeige, .row .u-bgBlack {
    border-width: 0;
}

/* Primary Colors */

#microsite_content .bg-cd1-40.box,
#microsite_content .bg-cd1-40 .box,
#microsite_content .bg-cd1-40.box .grid,
#microsite_content .bg-cd1-40:not(.box) .grid-col .article          {background: #d1e1b0}

#microsite_content .bg-cd1-70.box,
#microsite_content .bg-cd1-70 .box,
#microsite_content .bg-cd1-70.box .grid,
#microsite_content .bg-cd1-70:not(.box) .grid-col .article          {background: #aecb74}

#microsite_content .bg-cd1-100.box,
#microsite_content .bg-cd1-100 .box,
#microsite_content .bg-cd1-100.box .grid,
#microsite_content .bg-cd1-100:not(.box) .grid-col .article          {background: #89e872}

#microsite_content .bg-cd2-40.box,
#microsite_content .bg-cd2-40 .box,
#microsite_content .bg-cd2-40.box .grid,
#microsite_content .bg-cd2-40:not(.box) .grid-col .article          {background: #96afdb}

#microsite_content .bg-cd2-70.box,
#microsite_content .bg-cd2-70 .box,
#microsite_content .bg-cd2-70.box .grid,
#microsite_content .bg-cd2-70:not(.box) .grid-col .article          {background: #5185c5}

#microsite_content .bg-cd2-100.box,
#microsite_content .bg-cd2-100 .box,
#microsite_content .bg-cd2-100.box .grid,
#microsite_content .bg-cd2-100:not(.box) .grid-col .article         {background: #0057b8}

#microsite_content .bg-flashgreen_40.box,
#microsite_content .bg-flashgreen_40.box .grid,
#microsite_content .bg-flashgreen_40:not(.box) .grid-col .article,
#microsite_content .bg-cd3-40.box,
#microsite_content .bg-cd3-40 .box,
#microsite_content .bg-cd3-40.box .grid,
#microsite_content .bg-cd3-40:not(.box) .grid-col .article          {background: #89E872}

#microsite_content .bg-flashgreen_70.box,
#microsite_content .bg-flashgreen_70.box .grid,
#microsite_content .bg-flashgreen_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-70.box,
#microsite_content .bg-cd3-70 .box,
#microsite_content .bg-cd3-70.box .grid,
#microsite_content .bg-cd3-70:not(.box) .grid-col .article          {background: #d4f6c6}

#microsite_content .bg-flashgreen.box,
#microsite_content .bg-flashgreen.box .grid,
#microsite_content .bg-flashgreen:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100.box,
#microsite_content .bg-cd3-100 .box,
#microsite_content .bg-cd3-100.box .grid,
#microsite_content .bg-cd3-100:not(.box) .grid-col .article         {background: #89e872}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article         {background: #f6f6f6}

#microsite_content .bg-black-40.box,
#microsite_content .bg-black-40 .box,
#microsite_content .bg-black-40.box .grid,
#microsite_content .bg-black-40:not(.box) .grid-col .article        {background: #b2b2b2}

#microsite_content .bg-black-100.box,
#microsite_content .bg-black-100 .box,
#microsite_content .bg-black-100.box .grid,
#microsite_content .bg-black-100:not(.box) .grid-col .article       {background: #000; color: #fff;}

#microsite_content .bg-black-100.box .btn {
    border: 2px solid white;
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover {
    background: #fff;
    color: #000;
}
#microsite_content .bg-black-100.box .btn span{
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover span{
    color: #000
}

#microsite_content .bg-white.box,
#microsite_content .bg-white.box.box .grid,
#microsite_content .bg-white:not(.box) .grid-col .article,
#microsite_content .bg-white-100.box,
#microsite_content .bg-white-100 .box,
#microsite_content .bg-white-100.box.box .grid,
#microsite_content .bg-white-100:not(.box) .grid-col .article       {background: #fff}

#microsite_content .bg-cd1-40 h1,
#microsite_content .bg-cd1-40 h2,
#microsite_content .bg-cd1-40 h3,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd3-40 h1,
#microsite_content .bg-cd3-40 h2,
#microsite_content .bg-cd3-40 h3,
#microsite_content .bg-cd3-70 h1,
#microsite_content .bg-cd3-70 h2,
#microsite_content .bg-cd3-70 h3,
#microsite_content .bg-cd3-100 h1,
#microsite_content .bg-cd3-100 h2,
#microsite_content .bg-cd3-100 h3,
#microsite_content .bg-black-40 h1,
#microsite_content .bg-black-40 h2,
#microsite_content .bg-black-40 h3{
    color: #000;
}

#microsite_content .bg-cd1-100 h1,
#microsite_content .bg-cd1-100 h2,
#microsite_content .bg-cd1-100 h3,
#microsite_content .bg-cd1-100 p,
#microsite_content .bg-black-100 h1,
#microsite_content .bg-black-100 h2,
#microsite_content .bg-black-100 h3,
#microsite_content .bg-black-100 p {
    color: #fff;
}

/* Additional Colors */

#microsite_content .bg-paleblue_70.box,
#microsite_content .bg-paleblue_70.box .grid,
#microsite_content .bg-paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-add1-70.box,
#microsite_content .bg-add1-70 .box,
#microsite_content .bg-add1-70.box .grid,
#microsite_content .bg-add1-70:not(.box) .grid-col .article         {background: #65cdef}

#microsite_content .bg-paleblue.box,
#microsite_content .bg-paleblue.box .grid,
#microsite_content .bg-paleblue:not(.box) .grid-col .article,
#microsite_content .bg-add1-100.box,
#microsite_content .bg-add1-100 .box,
#microsite_content .bg-add1-100.box .grid,
#microsite_content .bg-add1-100:not(.box) .grid-col .article        {background: #00b5e2}

#microsite_content .bg-add2-70.box,
#microsite_content .bg-add2-70 .box,
#microsite_content .bg-add2-70.box .grid,
#microsite_content .bg-add2-70:not(.box) .grid-col .article         {background: #b7d876}

#microsite_content .bg-add2-100.box,
#microsite_content .bg-add2-100 .box,
#microsite_content .bg-add2-100.box .grid,
#microsite_content .bg-add2-100:not(.box) .grid-col .article        {background: #cedc00}

#microsite_content .bg-add3-70.box,
#microsite_content .bg-add3-70 .box,
#microsite_content .bg-add3-70.box .grid,
#microsite_content .bg-add3-70:not(.box) .grid-col .article         {background: #f9a263}

#microsite_content .bg-add3-100.box,
#microsite_content .bg-add3-100 .box,
#microsite_content .bg-add3-100.box .grid,
#microsite_content .bg-add3-100:not(.box) .grid-col .article        {background: #e87722}

#microsite_content .bg-add4-70.box,
#microsite_content .bg-add4-70 .box,
#microsite_content .bg-add4-70.box .grid,
#microsite_content .bg-add4-70:not(.box) .grid-col .article         {background: #dd6866}

#microsite_content .bg-add4-100.box,
#microsite_content .bg-add4-100 .box,
#microsite_content .bg-add4-100.box .grid,
#microsite_content .bg-add4-100:not(.box) .grid-col .article        {background: #ba0c2f}

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add2-70 h1,
#microsite_content .bg-add2-70 h2,
#microsite_content .bg-add2-70 h3,
#microsite_content .bg-add2-100 h1,
#microsite_content .bg-add2-100 h2,
#microsite_content .bg-add2-100 h3,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add4-70 h1,
#microsite_content .bg-add4-70 h2,
#microsite_content .bg-add4-70 h3,
#microsite_content .bg-add4-100 h1,
#microsite_content .bg-add4-100 h2,
#microsite_content .bg-add4-100 h3 {
    color: #000;
}

/* Vendor/Topic related Colors */
/*
.bg-rel1
.bg-rel2
*/

/* Mixed Colors */

#microsite_content .bg-flashgreen_100_70.box,
#microsite_content .bg-flashgreen_100_70 .box,
#microsite_content .bg-flashgreen_100_70.box .grid,
#microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100--cd3-70.box,
#microsite_content .bg-cd3-100--cd3-70 .box,
#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article,
#microsite_content .bg-flashgreen_100_paleblue_70.box,
#microsite_content .bg-flashgreen_100_paleblue_70 .box,
#microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
#microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3_100_add1_70.box,
#microsite_content .bg-cd3_100_add1_70 .box,
#microsite_content .bg-cd3_100_add1_70.box .grid { background: #89E872}

#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3_100_add1_70.box .grid,
#microsite_content .bg-white-100_bg-black-1,
#microsite_content .bg-white-100_bg-cd1-100 { background: transparent;}

.bg-white-100_bg-cd1-100 .btn-secondary,
.bg-white-100_bg-cd1-100 .lnk {
    color: #000;
}

@media (min-width: 992px) {

    #microsite_content .bg-flashgreen_100_70.box,
    #microsite_content .bg-flashgreen_100_70 .box,
    #microsite_content .bg-flashgreen_100_70.box .grid,
    #microsite_content .bg-cd3-100--cd3-70.box,
    #microsite_content .bg-cd3-100--cd3-70 .box,
    #microsite_content .bg-cd3-100--cd3-70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #D4F6C6 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#D4F6C6 50%);
        background: linear-gradient(to right,  #89E872 50%,#D4F6C6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#D4F6C6',GradientType=1 );
    }

    #microsite_content .bg-flashgreen_100_paleblue_70.box,
    #microsite_content .bg-flashgreen_100_paleblue_70 .box,
    #microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
    #microsite_content .bg-cd3_100_add1_70.box,
    #microsite_content .bg-cd3_100_add1_70 .box,
    #microsite_content .bg-cd3_100_add1_70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #65CDEF 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#65CDEF 50%);
        background: linear-gradient(to right,  #89E872 50%,#65CDEF 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#65CDEF',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-black-1.box,
    #microsite_content .bg-white-100_bg-black-1 .box,
    #microsite_content .bg-white-100_bg-black-1.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #f6f6f6 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#f6f6f6 50%);
        background: linear-gradient(to right,  #ffffff 50%,#f6f6f6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-cd1-100.box,
    #microsite_content .bg-white-100_bg-cd1-100 .box,
    #microsite_content .bg-white-100_bg-cd1-100.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #8bb438 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#8bb438 50%);
        background: linear-gradient(to right,  #ffffff 50%,#8bb438 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8bb438',GradientType=1 );
    }

    /* on article level for all / first elements */

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article{
        background: #89E872;
    }

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h1,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h2,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h3 {
        color: black;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:first-of-type .article{
        background: #89E872;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article {
        background: #D4F6C6;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article {
        background: #ffffff;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col .article{
        background: #f6f6f6;
    }

    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col .article {
        background: #65CDEF;
    }


}

#microsite_content .bg-cd3-100--cd3-70 h1,
#microsite_content .bg-cd3-100--cd3-70 h2,
#microsite_content .bg-cd3-100--cd3-70 h3,
#microsite_content .bg-cd3_100_add1_70 h1,
#microsite_content .bg-cd3_100_add1_70 h2,
#microsite_content .bg-cd3_100_add1_70 h3{
    color: #000;
}


/* Header */

#microsite_header {
    background: #fff;
    margin-bottom: 15px;
}

#microsite_header > .row {
    position: relative;
}

#microsite_header div[class*="col"] {
    margin-bottom: 0;
}

#microsite_header ul {
    margin-top: 4px;
    padding: 0;
}

#microsite_header li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#microsite_header li a {
    color: #666;
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

#microsite_header li a:hover {
    border-bottom: 1px solid #CCC;
}

.ms_search {
    position: absolute;
    right: 0;
    top: 1px;
}

#microsite-search #searchstring-ms {
    margin: 0.25em 0.25em 0.25em 0;
    padding: 0.5em 0.75em 0.5em 0.5em;
    width: 80%;
    font-size: 0.9em;
}

#microsite_header .logo {
    left: -150px;
    position: absolute;
    top: 70px;
    transform: rotate(270deg);
    width: 210px;
}

.p-microsite .lnk-logo:hover,
.p-microsite .lnk-logo:focus {
    border-bottom: none;
}

#p-Startpage .c-Breadcrumb {
    display: none;
}

/* Main */

#microsite_content .container {
    margin-bottom: 0;
}

#microsite_content section:last-of-type {
    margin-bottom: 15px;
}

#microsite_content section:first-of-type {
    margin-bottom: 0;
}

.u-noSpaceBeforeFooter #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/* Aside */

aside > div {
    background: #cecfce;
    margin-right: -10px;
    margin-left: -25px;
    padding-left: 0;
    height: 100%;
    background: #ccc;
}


/* Content Area */

#microsite_content {
    padding: 0;
}

#microsite_content .article {
    margin-bottom: 0;
}

#microsite_content .article .row > div {
    margin-bottom: 0;
}

#microsite_content .article > .row {
    padding: 15px 0;
}

#microsite_content .article .h-align picture {
    float: left;
    margin-right: 10px;
}

.col-for-image.h-align {
    display: flex;
    flex-flow: row wrap;
}

#microsite_content .equalheight .article {
    height: 100%;
}

/* Sitemap Area */

.sitemap ul .col-xs-12 {
    background: #eee none repeat scroll 0 0;
    margin: 1%;
    padding: 10px;
    width: 22%;
}

/* Contact Area */

#microsite_contact {
    background: #ddd;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#microsite_contact div {
    margin-bottom: 5px;
}

#microsite_contact .division-info {
    background-color: #CCC;
    padding: 0 15px 5px 15px;
}

#microsite_contact img {
    height: auto;
    width: 100%;
}

#microsite_contact p {
    margin-bottom: 0;
}

#contact_filter,
#contact-overview {
    padding: 15px;
}

#microsite_content #contact-overview .contact {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .contact-detail-image {
        width: 100%;
    }
    .contact-detail-image img {
        margin: 0 auto;
    }
    .contact-info {
        margin-top: 25px
    }
}

/* Footer */

#microsite_footer {
    color: #666;
}

#microsite_footer .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 5px;
}

#microsite_footer div[class*="col"] {}

#microsite_footer div a {
    margin-right: 5px;
    color: #666;
}

#microsite_footer a {
    border: 0;
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

#microsite_footer a:first-child {
    border: 0;
    margin: 0;
    padding: 0;
}


/* **********************************************
 * Content Elements
 ********************************************** */

#microsite_content .text-center li::before {
    position: relative;
    top: -3px;
}

/* slider */

#microsite_content .c-Gallery .container-fluid {
    padding: 0;
}

#microsite_content section.c-Gallery:last-of-type {
    margin-bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .slider-navigation {
    height: 95%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination {
    bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .swiper-slide img {
    margin-bottom: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div {
    display: none;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block,
#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block div {
    display: block;
}


#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block {
    margin: 2% 10%;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block:last-of-type {
    left: 50%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination-bullet {
    background: #999;
}

#microsite_content section[class*="bg-"] .swiper-wrapper .swiper-slide {
    background-color: transparent;
}

#microsite_content section[class*="bg-"] .c-Gallery {
    padding: 20px 0 10px 0;
}

#microsite_content .c-SliderNoNav .swiper-pagination {
    display: none;
}


/* grid */

#microsite_content .row > div {
    margin-bottom: 0;
}

#microsite_content .grid .row > div,
#microsite_content .article:last-child {
    margin-bottom: 0;
}

/*
#microsite_content .grid .grid-col .row:first-of-type {
    margin: 0;
}
*/

#microsite_content .grid .grid-col {
    padding-left: 8px;
    padding-right: 8px;
}

/* grid three cols */

@media (min-width: 992px) {
    /* first in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-1) {
        padding-left: 0;
        padding-right: 10px;
    }

    /* second in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* last in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n) {
        padding-left: 10px;
        padding-right: 0;
    }
}

.grid-type-3 .row  {
    padding-left:9px;
    padding-right:9px;
}

/*
@media (min-width: 992px) {
    #microsite_content .grid .grid-col:first-of-type {
        padding-left: 0;
    }
    #microsite_content .grid .grid-col:last-of-type {
        padding-right: 0;
    }
}*/

@media (min-width:768px) {
    #microsite_content .grid-type-3 .grid-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*#microsite_content .grid-type-3 .grid-col:first-of-type,
    #microsite_content .grid-type-3 .grid-col:first-of-type:last-of-type*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 0;
        padding-right: 10px;
    }

    /*#microsite_content .grid-type-3 .grid-col:last-of-type,*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n+0){
        padding-right: 0;
        padding-left: 10px;
    }
}
@media(max-width: 992px) {
    #microsite_content .grid-type-3.grid .grid-col {
        padding-left: 0;
        padding-right: 0;
    }
}

/* table */

#microsite_content table.table thead tr th:first-child {
    width: auto;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#microsite_content .table-datatable .dataTables_info {
    display: none;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_paginate {
    margin-top: 17px;
}


/* products */

#microsite_content .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
}

#microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
#microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 100%;
}

#microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 50px 0 !important;
    padding: 14px 50px 14px 20px;
}

#microsite_content .c-Products--gallery-Product .btn-primary::after {
    content: "\f105";
}

@media (max-width: 767px) {
    #microsite_content .c-Products--gallery-Product.col-xs-12 .btn {
        width: 100%;
    }
}

.p-microsite #microsite_content section tr:hover a,
.p-microsite #microsite_content tr:hover .c-Products--gallery-Product span[class^="price"] {
    color: #fff;
}

/* Button */

#microsite_content section .btn-primary {
    margin: 5px 0;
}

#microsite_content section .btn-primary:hover {
    color: #fff !important
}

#microsite_content section .btn > span {
    color: #000;
}

#microsite_content section .btn:hover > span {
    color: #fff;
}

/* Akkordion */

.tab-pane.text-center img {
    margin:0 auto;
}

.grid.text-center img {
    margin: 0 auto;
}

/* **********************************************
 * Menus
 ********************************************** */

/* dropdown menu */

.navbar-header .navbar-menu {
    float: left;
    margin: 12px 10px 0 0;
}

.col-xs-12 > ul > .dropdown.open {
    position: static;
}

.dropdown-menu {
    background: rgba(230, 230, 230, 0.95);
    border: 0 none;
    border-radius: 0;
    width: 100%;
}

.dropdown.open > .dropdown-toggle:focus,
.dropdown.open > .dropdown-toggle:hover,
.dropdown.open > .dropdown-toggle {
    background: rgba(230, 230, 230, 0.95) none repeat scroll 0 0
    border-bottom: 1px solid #eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
}

#microsite_header .dropdown-menu li {
    margin-right: 0;
    border-top: 1px solid #cecece;
}

#microsite_header .dropdown-menu li a {
    font-weight: 900;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li a:hover {
    background: none;
    color: #000;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li ul {
    margin-left: 0;

    margin-top: 0;
    margin-bottom: 8px;
}

#microsite_header .dropdown-menu li ul li {
    float: none;
    display: block;
    border-top: 0;
}

#microsite_header .dropdown-menu li ul li a {
    font-weight: normal;
    padding: 0.125em 0.5em;
}

#microsite_header .dropdown-menu li ul li ul li {
    margin-left: 10px;
}

/* main menu */

#microsite_header .active > a,
#microsite_header .active > a:hover {
    color: #000;
}


/* sub menu */

aside ul {
    background: #e7e7e7 none repeat scroll 0 0;
    border-top: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

aside ul li {
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    display: block;
}

aside > div > ul > li > a {
    border-bottom: 1px solid #cecfce;
    color: #383838;
    display: block;
    padding: 8px 20px 6px;
    text-decoration: none;
}

aside > div > ul > li > a > span {
    color: #383838;
    display: block;
    line-height: 14px;
    padding: 3px 0 10px;
    text-transform: none;
}

aside > div > ul > li > a:hover,
aside > div > ul > li.active > a {
    background: #dcdada none repeat scroll 0 0;
    color: #000;
    border-bottom: 1px solid #ccc;
}

aside ul ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    padding: 10px 20px;
}

aside ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

.p-microsite aside ul ul li a,
.p-microsite aside ul ul li.active a,
.p-microsite aside ul ul li a:hover {
    color: #383838;
    border-bottom: 0;
    transition: none;
}

aside ul ul ul {
    border-bottom: medium none;
    display: block;
    list-style: outside none none;
    padding: 0 11px;
}

aside ul ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

aside ul ul ul li.active a,
aside ul ul ul li a:hover {
    color: #383838;
}

.p-microsite aside ul li.new a {
    color: #c00;
}


/*  */

.visible-hidden {
    visibility: hidden;
}

.highlight {
    text-decoration: underline;
}

.separat,
.separat_inner {
    display: block;
    margin-top: 15px;
}

.microsite-related.mp-level-overlay {
    /* background-color: rgba(0, 157, 217, 0.5); wrong color ... */
}

.contact .contact-detail {
    display: none;
}

.contact .contact-image {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
}

.contact .lightbox:hover {
    cursor: pointer;
}

#microsite_content::after {clear:both;}

#microsite_content::after, #microsite_content::before {
    content: " ";
    display: table;
}

.container > .row > *:not(div):not(a) {
    padding: 0;
}

section.container {
    margin-bottom: 0;
}

/* **********************************************
 * Countdown
 ********************************************** */

#wrapper-countdown {
    padding: 15px;
    font-size: 2em;
    color: #fff;
    display: flex;
    text-align: center;
}

#wrapper-countdown div {
    border: 2px solid #fff;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    width: 20%
}

#wrapper-countdown div span {
    display: block;
}

#wrapper-countdown div span.countdown-head {
    margin-bottom: 25px;
    font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        padding: 4px;
        text-align: center;
        margin: 0 auto;
        width: 22%;
    }
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        font-size: 3vw;
    }
}

/* **********************************************
 * Text with Media - Col For Image
 ********************************************** */

.text_with_media div.col-for-image {
    padding-left:0;
    padding-right:0;
}

.text_with_media span.col-for-image {
    display: block;
    margin-left:-25px;
    margin-right:-25px;
}

.point_archive .article.text_with_media img {
    padding: 0 25px 0 0;
}

/* **********************************************
 * Container Fluid -> Padding
 ********************************************** */

#section {
    padding:0;
}

#microsite_content .container-fluid--nopadding > .row {
    margin:0;
}

#microsite_content .container-fluid--nopadding.grid-type-1,
#microsite_content .container-fluid--nopadding.grid-type-1 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-1 .col-xs-12.grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2,
#microsite_content .container-fluid--nopadding.grid-type-2 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2 .col-xs-12.grid-col {
    padding-left: 0;
    padding-right: 0;
}

#microsite_content .container-fluid--nopadding > .row.grid {
    margin-left:0;
    margin-right:0;
}

/* **********************************************
 * Tabs / Acc
 ********************************************** */

#microsite_content .nav {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px !important;
}

#microsite_content .tab-pane {
    margin: 0 -25px;
}

#microsite_content .tab-pane .row {
    padding: 25px;
}

#microsite_content .tab-pane > .col-xs-12 {
    padding-bottom: 15px;
}

#microsite_content  .row .article .row .article > .row div[class^="col"],
#microsite_content  .tab-content .article > .row div[class^="col"]{
    padding-left: 25px;
    padding-right: 25px;
}


#microsite_content  .row .article .row .article > .row,
#microsite_content  .tab-content .article > .row{
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .row .article .row .article > .row img {

}

#microsite_content  .row .article .row .article > .row .col-for-image img {
    display: block;
    margin-left: 0 ;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#microsite_content .tab-content .article > .row img {
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .tab-content .article > .row .col-for-image img {
    margin-left: 0;
    margin-right: 0;
}

#microsite_content .nav-tabs-background {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#microsite_content .nav-tabs-background li span {
    display: block;
    background-size: cover;
    height: 350px;
}

#microsite_content .nav-tabs-background li,
#microsite_content .nav-tabs-background li.active {
    float: none;
    display: table-cell;
    width: 100%;
    table-layout: fixed;
    height: 350px;
    overflow: hidden;
}

#microsite_content .nav-tabs-background li a {
    position: absolute;
    height: 350px;
    display: block;
    color: #ffffff;
    width: 100%;
    font-size: 1.5em;
    padding-top: 5.5em;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

#microsite_content .nav-tabs-background li a:hover {
    color: #ffffff;
    border: 0;
    background-color: rgba(0,0,0,0.3);
}

#microsite_content .nav-tabs-background li.active a {
    display: none;
}

/* **********************************************
 * Address Module
 ********************************************** */

.address-modul .contact_information span.contact-name {
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.address-modul .contact_information span.contact-jobtitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.address-modul .contact_information span.contact-jobtitle,
.address-modul .contact_information span.contact-telephone,
.address-modul .contact_information a.contact-mail {
    display: block;
}

.address-modul .col-team-img {
    padding-right: 8px;
}

.address-modul .col-team-text {
    padding-left: 8px;
}

/* **********************************************
 * image height for special grids
 ********************************************** */

.chaos_v1 picture {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 200px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(1) > div > .row > .col-xs-12 > a > picture {
    height: 400px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(2) > div > .row > .col-xs-12 > a > picture {
    height: 450px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(4) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(5) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(6) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(8) > div > .row > .col-xs-12 > a > picture {
    height: 230px;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

#countdown-bg {
    background-size: cover;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

.auth-online {
    border: 3px dotted #0c0;
    overflow: hidden;
}

.auth-offine {
    border: 3px dotted #c00;
    overflow: hidden;
}

/* **********************************************
 * Parallax
 ********************************************** */
.parallax-container{
    height: 400px;
    overflow:hidden;
    position:relative;
}

.parallax-container .parallax{
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
}

.parallax-container .parallax img{
    position:absolute;
    left:50%;
    bottom:0;
    min-width:100%;
    min-height:100%;
}

.parallax{
    height:auto;
    min-height: 400px;
}

.container.parallax-image,
.container.parallax-text {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.container.parallax-text h2,
.container.parallax-text p {
    color: #fff;
}

/* button*/

.container.parallax-text .btn {
    color: #fff;
    border-color: #fff
}

#microsite_content section .parallax-text .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

#microsite_content section .parallax-text .btn > span {
    color: #fff
}

#microsite_content section .parallax-text .btn:hover > span {
    color: #000
}

.container.parallax-image, {
    padding-left: 0;
    padding-right: 0;
}

.parallax-container .image {
    position: absolute;
    width: 100%;
    margin-top: -12%;
    left: 0;
    height: 400px;
}

.parallax-container .image img {
    display: inline-block;
}

/* **********************************************
 * Submenu Linklist
 ********************************************** */

.submenu-linklist {
    list-style: none;
}

@media (min-width: 768px) {
    .submenu-linklist {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.submenu-linklist li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f061";
    margin-right: 5px;
}

/* **********************************************
 * Gallery by Folder
 ********************************************** */

.gallery_by_folder--background-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.gallery_by_folder--image,
.gallery_by_folder--background-image {
    margin: 10px 0;
}

/* **********************************************
 * Timeline
 ********************************************** */

#microsite_content .article .limitation {
    max-height: 90vh;
    overflow: auto;
    padding: 0 40px;
}

.timeline_element {
    text-align: right;
}

.timeline_element.even {
    text-align: left;
}

.timeline_element p.big {
    margin: 0;
}

.timeline_element h3 {
    font-size: 36px;
    line-height: 42px;
}

.timeline_element .timeline_point {
    left: -48.25%;
    position: relative;
    top: 145px;
    z-index: 10;
}

.timeline_element.even .timeline_point {
    left: -0.25%;
}

@media (min-width: 992px) {
    .limitation {
        background: url(/ec/cms5/media/img/1010_waas/timeline_bg.png) repeat-y scroll center top;
    }

    .timeline_end {
        background: #fff;
        padding-left: 15px;
    }

    .timeline_end:last-child {
        padding-left: 17px;
    }

    .timeline_element.even {
        margin-right: -2px;
    }

    #microsite_content .timeline_element .col-md-6 {
        padding: 100px;
    }
}

/* **********************************************
 * Helper
 ********************************************** */

.highlight {
    font-weight: bold;
    text-decoration: none;
}

.height--auto,
.height--auto div {
    height: auto;
}

/* **********************************************
 * Career
 ********************************************** */

.c-career ::selection {
    background: #3e3e3e;
    color: #FFF;
}
.c-career ::-moz-selection {
    background: #3e3e3e;
    color: #FFF;
}
.p-microsite .c-career a.row-career,
.p-microsite .c-career a.row-career:hover {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ececec;
    margin: 0px;
    color: #000;
}
.c-career a.row-career .row {
    padding: 0;
}
.c-career a.row-career > div {
    margin-bottom: 0;
}
.c-career a.row-career span {
    border-bottom: 2px solid transparent;
    margin: 0px;
    color: #77af24;
}
.c-career a.row-career:hover {
    background-image: url(/ec/cms5/media/grfx/common_grfx/bg_pinstripes_green.png);
}
.c-career a.row-career:hover span {
    text-decoration: none;
    border-bottom: 2px solid #77af24;
    color: #77af24;
}
.c-career a.row-career:first-child,
.c-career a.row-career:first-of-type {
    border-top: 2px solid #77af24;
}
.c-career a.row-career:last-child,
.c-career a.row-career:last-of-type {
    border-bottom: 2px solid #77af24;
}
.c-career a.row-career::before {
    display: none;
}
.c-career .row.row-career {
    margin-left: auto;
    margin-right: auto;
}

/* career v2 */

.c-career-v2 .selectlist {
    margin: 1em 0;
}

.c-career-v2 .jobs-container {
    margin-bottom: 1em;
}

.c-career-v2 .jobs-container span {
    margin-bottom: .66em;
    display: block;
}

.c-career-v2 .btn-link {
    text-transform: none;
    color: #000;
    border-width: 1px;
    padding: 1px 0;
    margin-top: 1em;
}

.c-career-v2 .btn-link:hover {
    border-color: #ccc;
}

main .container .job_detail_v2 h1 {
    font-size: 30px;
    text-transform: none;
    color: #000;
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

main .container .job_detail_v2 h2 {
    font-size: 15px;
    font-weight: 600;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}


 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
     display: none !important;
 }

/* **********************************************
 * Produkttemplate - Verfügbarkeit
 ********************************************** */

.stockqtytext {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.stockqty {
    color: #89e872;
    font-weight: bold;
}

.stockqtyzero {
    color: #a00;
    font-weight: bold;
}

/* **********************************************
 * Slider
 ********************************************** */

.infiniteSlide img {
    margin-right: 50px;
}

/* ============================= */
/* vertical accordion styles     */
/* ============================= */

.v-accordion {
    margin-left: -1rem;
    margin-right: -1rem;
}

.v-accordion .panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.v-accordion .panel{
    min-height: 400px;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    margin-bottom: 2rem;
}

.v-accordion .panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-title {
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    max-width: 100%;
}

.v-accordion .panel-heading .panel-title a {
    border-bottom: 1px solid #ccc;
}

.v-accordion .panel-title a:after {
    display: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-title {
    width: 50px;
    height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.v-accordion .panel-open .panel-title a::before {
    content: 'x';
    position: absolute;
    right: 3rem;
    border: 1px solid;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.v-accordion .panel-open .panel-title a:hover::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.v-accordion .panel-open {
    -webkit-box-flex: 20;
    -ms-flex: 20;
    flex: 20;
}

.v-accordion .panel-open .panel-heading {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.v-accordion .panel-collapse {
    opacity: 0;
    max-width: 100%;
}

.v-accordion .in {
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
}

.v-accordion .in .panel-body {
    height: 100%;
    padding-bottom: 15px;
}

.v-accordion .panel-open .panel-heading,
.v-accordion .panel-open .panel-collapse {
    max-width: 50px;
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-closing .panel-heading {
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .show-content .panel-heading,
.v-accordion .show-content .panel-collapse {
    max-width: 100%;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel:not(.panel-open) h4,
.v-accordion .panel:not(.panel-open) a {
    height: 100%;
}

.v-accordion .panel:not(.panel-open) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40%;
    border-bottom: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-activated .panel:not(.panel-open) a::before {
    display: none;
}

.v-accordion .panel:not(.panel-open) a::before {
    content: attr(data-linktext);
    padding: 0.5rem 1rem;
    position: absolute;
    background: #000;
    color: rgba(255,255,255,0.8);
    bottom: 6%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-weight: 200;
    font-size: 16px;
}

.v-accordion .panel:not(.panel-open) a:hover::before {
    text-decoration: underline;
}

.v-accordion .panel-group .panel {
    border: 1px solid #cecece;
}

.v-accordion .panel:nth-child(2n-1) a {
    background: transparent;
}

.v-accordion .panel:nth-child(2n) {
    background: #ffffff;
}

.v-accordion .panel:nth-child(2n-1) {
    background: #F6F6F6;
}

.v-accordion .panel-default > .panel-heading {
    background: transparent;
}

@media (min-width: 480px) {
    .c-Akkordeon .panel-title a {
        padding: 20px;
    }
    .c-Akkordeon .panel-open .panel-title a {
        padding: 20px;
    }
}


/* CENTRAL iQuote */

#central_iquote #microsite_content .separat {
    display: block;
    margin-top: 75px;
}

#central_iquote #microsite_content h1,
#central_iquote #microsite_content h2,
#central_iquote #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#central_iquote #microsite_content h2 {
    margin: 20px;
    font-size: 40px;
    padding-left: 20%;
    padding-right: 20%;
}

#central_iquote #microsite_content h3 {
    font-size: 30px;
}

#central_iquote #microsite_content p {
    font-size: 20px;
}

#central_iquote #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#central_iquote #microsite_content .benefits p,
#central_iquote #microsite_content .result p,
#central_iquote #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

@media (min-width: 786px) {
    #central_iquote #microsite_content .benefits p::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 0;
        margin-top: -20px;
    }

    #central_iquote #microsite_content .benefits p::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 0;
        margin-top: -20px;
    }
}

@media (max-width: 785px) {
    #central_iquote #microsite_content .col-xs-3 picture p {
        display: none;
    }

}

@media (max-width: 1139px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide h2,
    #central_iquote #microsite_content .swiper-container .swiper-slide p:first-of-type {
        display: none;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 10%;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p .btn {
        width: 100%;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1490px) {
    #central_iquote #microsite_content .slider-text-block p {
        font-size: 15px;
    }
    #central_iquote #microsite_content .slider-text-block h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 755px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 1%;
    }
}

@media only screen and (max-width: 545px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: -1%;
    }
}

#central_iquote #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    margin-bottom: 20px;
}

#central_iquote #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#central_iquote #microsite_content .swiper-container {
    border-bottom: 15px #00b28b solid;
}

#central_iquote #microsite_content .slider-text-block h2,
#central_iquote #microsite_content .slider-text-block p {
    color: #fff !important;
    max-width: 75%;
}

#central_iquote #microsite_content .slider-text-block h2 {
    margin: 10% 0 0 0;
    padding-top: 3%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

#central_iquote #microsite_content .c-Gallery .swiper-container .slider-navigation {
    display: none;
}

#central_iquote #microsite_content .col-md-6 > .article,
#central_iquote #microsite_content .col-md-4 > .article,
#central_iquote #microsite_content .shadow .article {
    -webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    -moz-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    background: #fff;
}

#central_iquote #microsite_content .col-md-6.separat,
#central_iquote #microsite_content .col-md-4.separat {
    display: block;
    margin-top: 20px;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .shadow p {
    font-size: 25px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: 900;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .col-md-6 p {
    padding: 0 10%;
}

#central_iquote #microsite_content .col-md-4 img {
    padding: 15px 0 0;
}

#central_iquote #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/**********************************/
/* Additional CSS for central HPI */
/**********************************/

#hpi #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
}

#hpi #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#hpi #microsite_content h1,
#hpi #microsite_content h2,
#hpi #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#hpi main h1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

#hpi #microsite_content h2 {
    font-size: 40px;
    /*padding-left: 20%;*/
    /*padding-right: 20%;*/
}

#hpi #microsite_content h3 {
    font-size: 30px;
}

#hpi #microsite_content p,
#hpi #microsite_content li {
    font-size: 20px;
}

#hpi #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#hpi #microsite_content .benefits p,
#hpi #microsite_content .result p,
#hpi #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

#hpi section:last-of-type {
    margin-bottom: 0;
}

#hpi main .img-box__shadow picture img {
    -webkit-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
}

#hpi main .section__shadow--top {
    -webkit-box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    margin-top: 4rem;
    padding-top: 8rem;
}

#hpi main .section__shadow--bottom {
    -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    /*box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    margin-bottom: 4rem;
    padding-bottom: 8rem;
}

#hpi main .separat {
    display: block;
    margin-top: 8rem;
}

#hpi main .bg-cd1-100 p {
    color: #000;
}

#hpi main section:first-of-type .col-xs-12.col-md-6.col-lg-4.col-lg-offset-2.grid-col{
    margin-top: 8rem;
}

@media (min-width: 786px) {
    #hpi main .arrow__top-left,
    #hpi main .arrow__top-right {
        margin-top: 5rem;
    }

    #hpi main .arrow__top-left > div::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__top-right > div::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__bottom-left > div::before {
        position: absolute;
        left: 8%;
        margin-bottom: -2rem;
    }

    #hpi main .arrow__bottom-right > div::after {
        content: url('/ec/cms5/media/img/central/ink_your_business/arrows_bottom_right.png');
        position: absolute;
        right: 8%;
        margin-bottom: -2rem;
    }
}

#hpi main .benefits li {
    margin-bottom: 3rem;
    list-style-type: none;
}

#hpi main .benefits p {
    padding: 0 !important;
}

#hpi main .benefits ul {
    margin-left: 3rem;
}

#hpi main .benefits li::before {
    position: absolute;
    left: 3rem;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
}

#hpi main .benefits li:nth-of-type(1)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_stop_watch.png');
}

#hpi main .benefits li:nth-of-type(2)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_dollar.png');
}

#hpi main .benefits li:nth-of-type(3)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_leaf.png');
}

#hpi main .benefits li:nth-of-type(4)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_shield.png');
}

#hpi main .benefits li:nth-of-type(5)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_check.png');
}


/* **********************************************
 * HP Countdown Page hp-z-workstations-und-windows-10-pro
 ********************************************** */

.mscountdown .hp_countdown {
    border-top: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    border-bottom: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    margin-top: 0px;
    background: #0b0005; /* Old browsers */
    background: -moz-linear-gradient(top,  #0b0005 0%, #0b0102 0%, #000901 1%, #040207 1%, #010207 2%, #080006 2%, #010302 3%, #060606 8%, #050505 9%, #070707 9%, #060606 11%, #090909 12%, #080808 13%, #0a0a0a 13%, #090909 14%, #151515 31%, #151515 34%, #181818 35%, #1c1c1c 44%, #252525 55%, #2a2a2a 65%, #2d2d2d 67%, #313131 76%, #3e3e3c 93%, #3d3e40 94%, #433e3b 95%, #433e3a 96%, #39433b 96%, #39423f 96%, #443b4e 97%, #483b4f 97%, #40423d 97%, #3e4438 98%, #44403f 98%, #40423d 99%, #424242 99%, #3a4443 99%, #474047 100%, #473c44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0005', endColorstr='#473c44',GradientType=0 ); /* IE6-9 */
}

.mscountdown #wrapper-countdown div {
    border: none;
}

.mscountdown div#countdown-bg {
    background: transparent !important;
}

.mscountdown #wrapper-countdown div {
    border: 0px solid #fff;
}

.mscountdown #wrapper-countdown {
    padding: 0px;
}

.mscountdown .countdown-number {
    position: relative;
    width: 150px;
    height: 50%;
    border: 1px solid #000;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/countdown-bg_200px.png");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 100% 100%;
    font-size: 1.7em;
    line-height: 60px;
    font-weight: 900;
}

.mscountdown .countdown-number:before,
.mscountdown .countdown-number:after {
    width: 8.5px;
    display: block;
    overflow: hidden;
    font-size: 3.5rem;
    line-height: 5.7rem;
    content: '■';
    opacity: 0.5;
}

.mscountdown .countdown-number:nth-of-type(1),
.mscountdown .countdown-number:before {
    left: 1rem;
    float: left;
}
.mscountdown .countdown-number:nth-of-type(2),
.mscountdown .countdown-number:after {
    right: 1rem;
    float: right;
}

.mscountdown .v-accordion .panel:nth-child(1) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/930g6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(1):hover {
    filter: brightness(50%)
}

.mscountdown .v-accordion .panel:nth-child(2) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/z360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(2):hover {
    filter: brightness(50%)
}

.mscountdown .headlineblock {
    background: #ABABAB;
    text-align: center;
    color: white;
}

.mscountdown .hpkpi {
    margin: 60px 0px;
}

.mscountdown .highlight {
    color: #0096D1;
}

.mscountdown .highlight2 {
    color: #ABABAB;
}

.mscountdown .mscountdownhead a{
    color: #0096D1;
}

.mscountdown h4.panel-title:after {
    content: '';
    display: block;
    top: 30%;
    height: 150px;
    right: 0px;
    position: absolute;
    border-right: 2px solid #fff;
}

/* **********************************************
 * Logitech Startup
 ********************************************** */

.logitech_startup .bg-add1-100 p,
.logitech_startup .bg-add1-100 h2 {
    color: #fff !important;
}

.logitech_startup .btn {
    color: #fff !important;
    border: 2px solid white;
}

.logitech_startup .btn span {
    color: #fff !important;
}

/* **********************************************
 * HP Nimble Smart Storage
 ********************************************** */

#central_hp_nimble .breadcrumb li span {
    font-size: 12px;
}

#central_hp_nimble section li,
#central_hp_nimble section p {
    font-size: 18px;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h1 {
    font-size: 36px;
    color: #000;
    text-transform: none;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h2 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    color: #000
}

#central_hp_nimble h3 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
}

#central_hp_nimble #nimble_image h2 {
    color: #fff;
    font-size: 28px;
    padding-top: 90px;
    padding-bottom: 50px;
}

#central_hp_nimble .highlight {
    color: #01b38a;
}
#central_hp_nimble .highlight2 {
    color: #234363;
}

/* Slider */

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .nimble_slider .row {
    width: 60%;
}

#central_hp_nimble .nimble_slider h2 {
    color: #fff;
    margin-top: 71px;
    margin-bottom: 0px;
    font-size: 39px;
}

#central_hp_nimble .nimble_slider p {
    color: #fff;
}

#central_hp_nimble .nimble_slider .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble .nimble_slider .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .separat {
    border-top: 15px solid #01b38a;
    margin: 0px;
}

/* all-flash */

#central_hp_nimble #all-flash .btn-default{
    color: #bbbbbb;
    border-radius: 5px;
    border: 2px solid #bbbbbb;
    text-transform: none;
    font-weight: bold;
}

#central_hp_nimble #all-flash .btn-default:hover{
    color: #fff;
    background: #bbbbbb;
}

#central_hp_nimble #all-flash {
    margin-bottom: 50px;
}

/* glance */

#central_hp_nimble #glance {
    margin-top: 50px;
}

#central_hp_nimble #glance h2 {
    margin-bottom: 0px;
}

/* Infosight */

#central_hp_nimble #infosight .article > .row {
    padding: 0px
}

#central_hp_nimble #infosight h2 {
    color: #fff;
    margin-top: 40px;
    width: 50%;
    margin: 0 auto;
    margin-top: 15%;
}

#central_hp_nimble #infosight p {
    color: #fff;
    width: 50%;
    margin: 0 auto;
}


#central_hp_nimble #infosight .article.text_with_media img {
    padding-left: 0px;
}

/* Benefits */

#central_hp_nimble #benefits {
    margin-top: 60px;
}

#central_hp_nimble #benefits img {
    width: auto;
}

/* Bulletpoints */

#central_hp_nimble #bulletpoints img {
    width: auto;
}

#central_hp_nimble #bulletpoints h3 {
    font-weight: bold;
    color: black;
}

/* SMB Storage */

#central_hp_nimble #smb_storage {
    margin: 70px 0px;
}

/* Helptext */

#central_hp_nimble #helptext h1 {
    margin-top: 70px;
}

#central_hp_nimble #helptext .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble #helptext .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble #helptext #microsite_content section:last-of-type {
    padding: 0;
}

#central_hp_nimble section:last-of-type {
    margin-bottom: 0px;
}

#central_hp_nimble .c-Footer p {
    font-size: 12px;
}

/* Responsive */

@media only screen and (max-width: 1822px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }
}

@media only screen and (max-width: 1530px) {

    #central_hp_nimble .nimble_slider h2 {
        color: #fff;
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 14px;
    }

    #central_hp_nimble #infosight h2 {
        width: 80%;
    }

    #central_hp_nimble #infosight p {
        width: 80%;
    }

    #central_hp_nimble #infosight p:nth-child(3) {
        padding-bottom: 20px;

    }
}

@media only screen and (max-width: 1280px) {
    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider .row {
        width: 130%;
    }
}


@media only screen and (max-width: 1152px) {

    #central_hp_nimble .nimble_slider .row {
        width: 170%;
    }

    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 12px;
    }
    #central_hp_nimble .nimble_slider p:nth-child(1) {
        color: black !important;
    }
}

@media only screen and (max-width: 984px) {
    #central_hp_nimble .nimble_slider .row p:nth-child(2) {
    }

    .nimble_slider {
        background: #000;
        min-height: 300px;
    }
}

@media only screen and (max-width: 726px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }

    #central_hp_nimble .nimble_slider .row p {
        text-align: left;
    }

    .nimble_slider {
        background: #000;
        min-height: 350px;
    }

    #central_hp_nimble .nimble_slider .row h2 {
    }

    #central_hp_nimble #helptext h1 {
        font-size: 23px;
    }
}


/* row row row fix */

.row .row .button-row > div {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.button-row a {
    margin: 0;
}


/* --------------------------------------------------------------------------------
 * 	 ACMP LOGIN BOX
 * -------------------------------------------------------------------------------- */

.acmp_login_box {
    padding: 35px;
}

.acmp_login_box .btn {
    margin-top: 15px;
}

.acmp_login_box .lnk {
    display: block;
}

#microsite_content .acmp_login_box a.btn-primary,
#microsite_content .acmp_login_box a.btn-secondary {
    border: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    line-height: 1.2;
}

 

#microsite_content .acmp_login_box a.btn-primary {
    background: #006B7D;
    color: #FFF;
}

 

#microsite_content .acmp_login_box a.btn-secondary {
    background: #c8c8c8;
    color: #000;
}

 

#microsite_content .acmp_login_box a.btn-primary:hover,
#microsite_content .acmp_login_box a.btn-secondary:hover {
    border: 2px solid #000;
}

 

#microsite_content .acmp_login_box a.lnk {
    text-align: center;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 10px auto;
}


/* **********************************************
 * Content Creator Dropzone
 ********************************************** */

[data-ct-dropzone] { 
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
[data-ct-dropzone] [data-fs-button-id] { cc-lang-control
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
[data-ct-dropzone] [data-fs-button-id]:hover + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:active + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:focus + .contentdropzone-outer {
	background:#b61767; 
}
[data-ct-dropzone] .fs-button-drop-target a { 
	position: absolute; 
	width: 100% !important; 
	height: 100% !important; 
}
.contentdropzone-hover {
	max-height: 220px;
}
.contentdropzone-visible {
	max-height: 86px;
}
.contentdropzone-invisible {
	max-height: 0;
}
.contentdropzone-outer {
	display: table; 
	overflow: hidden; 
	height: 70px; 
	border: 1px dashed #FFF;
	background:#656383; 
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8); 
	width: calc(100% - 16px); 
	margin: 8px;
	transition: height 0.5s ease-out;
    border-radius: 15px;
}
.contentdropzone-hover .contentdropzone-outer.small {
	height: 200px;
}
.contentdropzone-visible .contentdropzone-outer.small {
	height: 70px;
}
.contentdropzone-outer.large {
	height: 500px;
}
.contentdropzone-interior {
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}
.contentdropzone-label p {
	color:#FFF; 
	font-size:1.7rem; 
	font-weight: bold;
	margin: 0;
}


/* **********************************************
 * Content Creator language control
 ********************************************** */
#cc-lang-control {
	position: fixed;
	width: 122px;
	color: #fff;
	left: 1vw;
	bottom: 1vh;
	z-index: 40;
	opacity: 0.3;
	border: none;
	transition: 0.5s;
	font-size: 11px;
	font-family: "ralewayregular", Helvetica, Arial, sans-serif;
	background: #656383;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
}

#cc-lang-control:hover,
#cc-lang-control:active,
#cc-lang-control:focus {
	opacity: 1;
}
#hp-original #microsite_content .box.bg-rel1,
#hp-original #microsite_content .box.bg-rel1 * {
    background: #def5fb;
}

#hp-original #microsite_content .box.bg-rel1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#hp-original #microsite_content h1 {
    color: #000;
    text-transform: none;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.2;
    margin-top: 40px;
}

#hp-original #microsite_content .lnk {
    color: #00a0dc;
}

#hp-original #microsite_content .lnk:hover {
    border-bottom: 1px solid #00a0dc;
}

#hp-original #microsite_content .btn-default {
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    background: #000;
    color: #fff;
}

#hp-original #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
}

#hp-original #microsite_content .btn-default > span,
#hp-original #microsite_content .btn-default:hover > span {
    color: #fff;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default {
    background: #89E872;
    color: #000;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default > span,
#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default:hover > span {
    color: #000;
}

#hp-original {
    background: #eee;
}

#hp-original section {
    background: #fff;
}

#hp-original .separat {
    margin-top: 40px;
}

/* Footer */

#hp-original .c-Footer,
#hp-original .c-Footer * {
    background: none !important;
    background-color: #eee !important;
    color: #000 !important;
}

#hp-original .c-Footer .col-md-3,
#hp-original .m-footerGreen {
    display: none !important;
}

#hp-original .m-footerBlack {
    width: 100%;
    right: 0;
}

#hp-original .m-LegalLinks {
    text-align: center;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Overview Page
 * -------------------------------------------------------------------------------- */

.bonusclub_overview .table-responsive.js-bonusclub-overview_table {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.bonusclub_overview table.table {
    margin-bottom: 25px;
}

.bonusclub_overview .row > div {
    margin-bottom: 2px;
}

.bonusclub_overview select.js-bonusclub-dropdown--manufacturer {
    width: 94%;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview  .text-info .col-xs-12.col-md-3:nth-child(4) {
    padding-right: 0px;
}

.bonusclub_popup .btn-primary {
    border-bottom: 2px solid #000 !important;
}

.bonusclub_popup .article.text_with_media a {
    border-bottom: 2px solid black !important;
}

.bonusclub_popup .article.text_with_media a:hover {
    border-bottom: initial;
}

.bonusclub_popup li::before {
    content: counter(li);
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.bonusclub_popup li {
    counter-increment: li
}

/* --------------------------------------------------------------------------------
 * 	 HP Miss U Campaign
 * -------------------------------------------------------------------------------- */

.hp_missu {
    background: #F6F6F6;
}

.hp_missu .hp_missu_introtext h2 {
    margin-bottom: 10px !important;
    margin-top: 30px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .hp_missu_postcard .article.text_with_media .row {
    background-size: 107% !important;
}

.hp_missu .hp_missu_postcard .text_with_media .row {
    height: 550px;
}

.hp_missu .hp_missu_postcard .text_with_media .row p {
    width: 400px;
    position: relative;
    left: 44%;
    top: 95px;
    font-size: 14px;
}

.hp_missu .hp_missu_present {
    padding: 50px 0px;
}
.hp_missu .hp_missu_reason,
.hp_missu .hp_missu_bulletpoints {
    background: #fff;
}

.hp_missu .c-Products--gallery-Product {
    background: white;
    margin: 9px 5px;
    width: 32%;
    padding-top: 10px;
}

.hp_missu .hp_missu_products {
    padding-bottom: 20px;
}

.hp_missu .c-Products__shortDescription.js-shortDescription {
    margin-top: 20px;
}

.hp_missu .c-Products__description.js-description {
    margin: 20px 0px;
}

.hp_missu .c-Products--gallery-Product span[class^="price"] {
    color: #0096d6;
}

.hp_missu .c-Products--gallery-Product a {
    color: #0096d6 ;
}

.hp_missu .hp_missu_logo .img-responsive.img-original {
    width: 25%;
    margin: 0 auto;
}

.hp_missu .hp_missu_reason {
    padding: 60px 0px;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(1){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(2){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints p:nth-child(2) {
    margin-bottom: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .text_with_media {
    border-left: 5px solid #89e872;
}

.hp_missu .hp_missu_bulletpoints .text_with_media img {
    width: 30%;
}

.hp_missu .hp_missu_bulletpoints {
    padding-bottom: 110px;
}

.hp_missu .box.separat {
    margin-top: 0px;
}

.hp_missu .hp_missu_footer {
    color: #fff;
}

.hp_missu .hp_missu_footer h2 {
    color: #fff;
    padding-top: 100px;
    margin-bottom: 10px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .btn.btn-primary {
    background: #0096d6;
    color: #fff;
    border-color: #0096d6;
    padding: 14px 20px 14px 20px !important;
    font-weight: bold;
    font-size: 13px;
}

.hp_missu i.fa.fa-cart-arrow-down {
    display: none;
}

.hp_missu .btn.btn-primary::after {
    display: none;
}

.hp_missu .hp_missu_products .btn-primary:hover,
.hp_missu .btn-primary:active,
.hp_missu .btn-primary:focus {
    background: #00b3ec;
    color: #fff;
    text-decoration: underline;
    border: 2px solid #00b3ec !important;
}

.hp_missu #microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 25px 0 !important;
}

.hp_missu .btn.btn-default {
    background: #fff;
    color: #0096d6;
    border: none;
    font-weight: bold;
    font-size: 13px;
    padding-right: 50px;
    padding-left: 50px;
}

.hp_missu .btn.btn-default:hover,
.hp_missu .btn.btn-default:active,
.hp_missu .btn.btn-default:focus {
    background: #e6e8e7;
    color: #0096d6 ;
    border: none;
    text-decoration: underline;
}

.hp_missu .c-Footer,
.hp_missu .c-Footer * {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.hp_missu .c-Footer .col-md-3,
.hp_missu .m-footerGreen {
    display: none !important;
}

.hp_missu .m-footerBlack {
    width: 100%;
    right: 0;
}

.hp_missu .m-LegalLinks {
    text-align: center;
    padding-bottom: 30px;
}

.hp_missu footer.navbar.navbar-bottom.navbar-inverse {
    top: -15px;
}

@media only screen and (max-width: 1200px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: 350px;
        position: relative;
        left: 43%;
        top: 99px;
        font-size: 13px;
    }
    .hp_missu .c-Products--gallery-Product {
        width: 48%;
    }
}

@media only screen and (max-width: 991px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: initial;
        position: relative;
        left: initial;
        top: initial;
        font-size: 14px;
        text-align: center;
    }

    .hp_missu .hp_missu_postcard .article.text_with_media .row {
        background: none !important;
        background-size: inital;
        height: 200px;
    }

    .hp_missu .hp_missu .c-Products--gallery-Product {
        width: 99%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 CSS PRINT PARAMETER
 * -------------------------------------------------------------------------------- */

@media print {
    .col-xs-12.col-md-6.grid-col.separat {
        max-width: 270px !important;
        margin-right: 50px !important;
        margin-left: 50px !important;
        overflow: hidden !important;
        word-wrap: break-word !important;
    }

    .no-print{
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/* --------------------------------------------------------------------------------
 * 	 HPE MSA Storage
 * -------------------------------------------------------------------------------- */

/* HPE MSA Storage Microsite

.hpe_msa_storage

.msa_logo
.msa_introtext
.msa_introtext2
.msa_bulletpoints
.msa_products
.msa_customers
.msa_iqoute

*/

/* Generell */
.hpe_msa_storage {
    background: #fff;
}

.hpe_msa_storage ul {
    text-align: left;
    padding-left: 15px;
}

.hpe_msa_storage .msa_products ul {
    list-style: none !important;
    padding-left: 1px;
}

.hpe_msa_storage .msa_products li {
    padding-left: 1.6em;
    text-indent: -1.4em;
}

.hpe_msa_storage ul li {
    padding-top: 8px;
}

.hpe_msa_storage .article.text_with_media a:hover {
    /* border-bottom: 2px solid transparent !important; */
}

.hpe_msa_storage main .container .row h1 {
    background: none;
}

.hpe_msa_storage span.highlight {
    font-weight: 400;
    color: #eacb27;
}

.hpe_msa_storage h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 27px;
}

.hpe_msa_storage h3 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hpe_msa_storage #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_msa_storage p {
    font-size: 17px;
    font-weight: normal;
}

.hpe_msa_storage .msa_products p {
    text-align: left;
}

.hpe_msa_storage .msa_products .add_info_products {
    min-height: 300px;
}

/* Logo */
.hpe_msa_storage .msa_logo {
    background: #f3f3f3;
}

.hpe_msa_storage .msa_logo img {
    width: 25%;
}

/* Introtext */
.hpe_msa_storage .msa_introtext {
    padding-top: 50px;
    background: #f3f3f3;
}

.hpe_msa_storage .msa_introtext h1 {
    color: #000;
    font-size: 50px;
}

.hpe_msa_storage .msa_introtext p {
    margin: 40px 0px
}

/* customers*/
/* Introtext2 */
.hpe_msa_storage .msa_introtext2 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Bulletpoints */
.hpe_msa_storage .msa_bulletpoints {
    background: #fff;
    padding-bottom: 150px;
}

.hpe_msa_storage .msa_bulletpoints h3 {
    color: #000;
}

.hpe_msa_storage .msa_bulletpoints img {
    width: 81px;
    padding-left: 18px;
}

.hpe_msa_storage .msa_bulletpoints .text_with_media {
    border-bottom: 4px solid #eacb27;
}

/* customer*/
.hpe_msa_storage .msa_customers {
    padding: 100px 0px;
    background: #fff;
}

/* products */
.hpe_msa_storage .msa_products {
    background: #f3f3f3;
    padding-bottom: 30px;
}

.hpe_msa_storage .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_msa_storage .c-Products__artNo {
    display: none;
}

.hpe_msa_storage .stockqty {
    width: 200px;
    text-align: left;
    color: #159F79;
}

.c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_msa_storage .c-Products--gallery-Product span[class^="price"] {
    color: #159f79;
}

.hpe_msa_storage .msa_products a {
    color: #000;
}

.hpe_msa_storage .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_msa_storage .msa_products li::before {
    top: 0px !important;
}

.hpe_msa_storage .msa_products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 8px;
}

.hpe_msa_storage .msa_products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_msa_storage .c-Products__artNo {
    text-align: left;
}

.hpe_msa_storage .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
}

/* iqoute*/
.hpe_msa_storage .msa_iqoute h2 {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute p {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute {
    background: #159f79;
    padding: 50px 0px;
}

/* Buttons */

.hpe_msa_storage .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_msa_storage .btn-primary:hover {
    background: #eacb27;
    border-color: #eacb27 !important;
}

.hpe_msa_storage .btn-primary::after {
    display: none;
}

.hpe_msa_storage .msa_iqoute .btn-default {
    background: #fff !important;
    border-color: #fff;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.hpe_msa_storage .msa_iqoute .btn-default:hover,
.hpe_msa_storage .msa_iqoute .btn-default:focus,
.hpe_msa_storage .msa_iqoute .btn-default:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #159F79 !important;
}

.msa_border {
    height: 80px;
    background: #f3f3f3;
    border-bottom-left-radius: 80%;
    border-bottom-right-radius: 80%;
}

.hpe_msa_storage .msa_footer {
    padding: 50px 0px;
}

.hpe_msa_storage .msa_footer .btn-default {
    background: #159f79;
    border-color: #159f79;
    padding: 14px 50px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
}

.hpe_msa_storage .msa_footer .btn-default:hover {
    background: #EACB27;
    border-color: #EACB27;
    border-bottom: 2px solid #EACB27;
}

.hpe_msa_storage .m-footerGreen p {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 Microsite - Locations *
 * -------------------------------------------------------------------------------- */

.national_countries {
    overflow: auto;
    padding: 15px 1px 60px 1px;
}

/* --------------------------------------------------------------------------------
 * 	 HPE - Proliant Gen10 *
 * -------------------------------------------------------------------------------- */
.hpe_proliant_gen10 .highlight{
    color: #3AF7C4;
}

.hpe_proliant_gen10 #microsite_content p {
    font-weight: bold;
}

.hpe_proliant_gen10 #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_proliant_gen10 main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_proliant_gen10 #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_proliant_gen10 #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_proliant_gen10 .logo {
    background: #03161e;
}

.hpe_proliant_gen10 .logo img {
    padding: 40px 0px;
}

.hpe_proliant_gen10 .head_image {
    background: #03161e;
    padding-bottom: 80px;
}

.hpe_proliant_gen10 .head_image p:first-child {
    padding-top: 80px;
}

.hpe_proliant_gen10 .head_image p {
    padding-top: 0px;
}

.hpe_proliant_gen10 .head_image .row {
    padding: 0px !important;
}

.hpe_proliant_gen10 .head_image .row:last-child {
    color: #fff;
}

.hpe_proliant_gen10 .logo h1,
.hpe_proliant_gen10 .logo p {
    color: #fff;
}

.hpe_proliant_gen10 .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_proliant_gen10 #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_proliant_gen10 .bulletpoints {
    padding-bottom: 150px;
}

.hpe_proliant_gen10 .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 90% 3%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner2.png");
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner3.png");
}

.hpe_proliant_gen10 .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 90px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_proliant_gen10 .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_proliant_gen10 .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_proliant_gen10 .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_proliant_gen10 .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_proliant_gen10 .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_proliant_gen10 .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_proliant_gen10 .c-Products--gallery-Product span[class^="price"],
.hpe_proliant_gen10 .stockqty {
    color: #159f79;
}

.hpe_proliant_gen10 .products a {
    color: #000;
}

.hpe_proliant_gen10 .quantityblock {
    display: none;
}

.hpe_proliant_gen10 .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 .products .lnk:after {
    content: "\f105";
}


.hpe_proliant_gen10 .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_proliant_gen10 .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_proliant_gen10 .products li::before {
    top: 0px !important;
}

.hpe_proliant_gen10 .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_proliant_gen10 .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_proliant_gen10 .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_proliant_gen10 .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_proliant_gen10 .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_proliant_gen10 .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_proliant_gen10 .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_proliant_gen10 .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_proliant_gen10 .btn-primary::after {
    display: none;
}

.hpe_proliant_gen10 .server {
    padding-top: 150px;
}


.hpe_proliant_gen10 #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_proliant_gen10 .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_proliant_gen10 .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_proliant_gen10 .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 HPE - Top Value Offers *
 * -------------------------------------------------------------------------------- */
.hpe_top_value_offers .highlight{
    color: #3AF7C4;
}

.hpe_top_value_offers #microsite_content p {
    font-weight: bold;
}

.hpe_top_value_offers #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_top_value_offers main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_top_value_offers #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_top_value_offers #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_top_value_offers .logo {
    background: #03161e;
}

.hpe_top_value_offers .logo img {
    padding: 40px 0px;
    width: 35%;
}


.hpe_top_value_offers .head_image {
    background: #03161e;
}


.hpe_top_value_offers .head_image p {
    padding-top: 0px;
}

.hpe_top_value_offers .head_image .row {
    padding: 0px !important;
}

.hpe_top_value_offers .head_image .row:last-child {
    color: #fff;
}

.hpe_top_value_offers .logo h1,
.hpe_top_value_offers .logo p {
    color: #fff;
}

.hpe_top_value_offers .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_top_value_offers .faster-sales {
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .right-deal {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club .text_with_media {
    background: #06202D;
    padding: 50px 0px;
}

.hpe_top_value_offers .bonus-club h2 {
    color: #fff;
}

.hpe_top_value_offers .bonus-club p {
    color: #fff;
}

.hpe_top_value_offers .contacts h2{
    color: #fff;
}

.hpe_top_value_offers #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_top_value_offers .bulletpoints {
    padding-bottom: 60px;
}

.hpe_top_value_offers .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben1.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben2.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben3.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(5) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben4.png");
}

.hpe_top_value_offers .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 30px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_top_value_offers .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_top_value_offers .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_top_value_offers .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_top_value_offers .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_top_value_offers .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_top_value_offers .c-Products--gallery-Product span[class^="price"],
.hpe_top_value_offers .stockqty {
    color: #159f79;
}

.hpe_top_value_offers .products a {
    color: #000;
}

.hpe_top_value_offers .quantityblock {
    display: none;
}

.hpe_top_value_offers .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers .products .lnk:after {
    content: "\f105";
}


.hpe_top_value_offers .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_top_value_offers .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_top_value_offers .products li::before {
    top: 0px !important;
}

.hpe_top_value_offers .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_top_value_offers .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_top_value_offers .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_top_value_offers .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_top_value_offers .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_top_value_offers .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_top_value_offers .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_top_value_offers .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_top_value_offers .btn-primary::after {
    display: none;
}

.hpe_top_value_offers .server {
    padding-top: 150px;
}


.hpe_top_value_offers #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_top_value_offers .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_top_value_offers .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_top_value_offers .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 Windows 7 EOS *
 * -------------------------------------------------------------------------------- */

.win7eos p.big {
    line-height: 1.5;
}

/* --------------------------------------------------------------------------------
 * 	 Lenovo Make a shift *
 * -------------------------------------------------------------------------------- */

.hp_make_shift .hp_countdown {
    background: #1d2228; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d2228 0%, #101316 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1d2228 0%,#101316 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1d2228 0%,#101316 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2228', endColorstr='#101316',GradientType=0 ); /* IE6-9 */
    padding-bottom: 50px;
}

.hp_make_shift .hp_countdown h2 {
    color: #fff !important;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Adventskalendar 2019 *
 * -------------------------------------------------------------------------------- */

.adventskalendar_2019 #microsite_content {
    background: url('https://www.also.com/ec/cms5/media/img/1010/information_1/aktionen_8/adventskalendar_2019/2019_also_adventskalender_website_background.jpg');
    color: #fff;
}

.adventskalendar_2019 #colorbox #microsite_content {
    background: none;
    color: #000;
}

.adventskalendar_2019 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* --------------------------------------------------------------------------------
 * 	 HP Members Club *
 * -------------------------------------------------------------------------------- */

.also_members_club .members_vordeelen {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_img_old_man_hp_member.jpg);
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    padding-top: 50px;
}

.also_members_club .members_vordeelen h2{
    color: #fff;
}

.also_members_club .members_form {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_blue_wall.jpg);
    background-repeat: no-repeat;
    padding: 40px 0px 50px 0px;
    background-size: cover;
    color: #fff;
    margin-top:	50px;
}

.also_members_club .members_form h2{
    color: #fff;
}

.also_members_club .members_footers {
    background: #000;
    color: #fff;
}

.also_members_club .c-Footer {
    display: none;
}

.also_members_club footer.navbar.navbar-bottom.navbar-inverse {
    display: none;
}

.also_members_club .members_footers .col-xs-12.col-md-10 {
    text-align: right;
}

.members_footers a {
    color: white !important;
    border-bottom: 1px solid #fff !important;
    font-size: 13px;
    font-weight: normal;
}

.members_footers p {
    color: white !important;
    font-size: 13px;
    font-weight: normal;
    margin: 5px
}

.also_members_club #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.also_members_club #cboxLoadedContent {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* --------------------------------------------------------------------------------
 * 	 HP Power Bundle*
 * -------------------------------------------------------------------------------- */

.hp_powerbundle .headmenu a {
    color: black !important;
    font-weight: normal;
}

.hp_powerbundle .rabatte {
    background: #059EDB;
}

.hp_powerbundle .rabatte h2,
.hp_powerbundle .rabatte p{
    color: #fff;
}

.hp_powerbundle .intel_logo {
    background: #059EDB;
}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article {
    background: #F6F6F6
}

.hp_powerbundle .footer {
    background: #5A5A5A;
    color: #fff;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Green Heroes *
 * -------------------------------------------------------------------------------- */

.green_heroes .green_formular h2{
    color: #fff;
}

.green_heroes .green_formular {
    background: #281a11;
    color: #fff;
}

.green_heroes #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.green_heroes #microsite_content .box .grid {
    background-color: #281A11;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Informationpage *
 * -------------------------------------------------------------------------------- */

@media only screen and (max-width: 996px) {
    .bonusclub_information_numbers img {
        width: 100px;
    }
    .bonusclub_information_numbers .text_with_media img {
        padding-left: 0px;
    }
    .bonusclub_information_buttons .btn-primary {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * Lenovo powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.lenovo_powered_amd
.lenovo_header
.lenovo_bonus_box
.lenovo_bonus_member
.lenovo_products
.lenovo_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.lenovo_powered_amd,
.lenovo_powered_amd html,
.lenovo_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.lenovo_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.lenovo_powered_amd p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_header {
    background: url(/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/lenovo_header_bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.lenovo_powered_amd .lenovo_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.lenovo_powered_amd .lenovo_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #e2231a;
    position: absolute;
    top: 196px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box {
    padding: 70px 0px 0px 0px
}

.lenovo_powered_amd .lenovo_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.lenovo_powered_amd .lenovo_bonus_box p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box a {
    color: #e2231a;
}

.lenovo_powered_amd .lenovo_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.lenovo_powered_amd .lenovo_bonus_box img {
    width: 60%;
}

.lenovo_powered_amd .lenovo_bonus_member {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.lenovo_powered_amd .lenovo_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_products {
    padding-top: 20px;
    background: #e2231a;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.lenovo_powered_amd .lenovo_products .js-description {
    display: none;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:hover,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:active,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #e2231a !important;
    border-bottom: 0 !important;
}

.lenovo_powered_amd .lenovo_products .c-Products__price {
    display: none;
}

.lenovo_powered_amd .lenovo_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary  {
    border-color: #e2231a;
    color: #e2231a;
    font-weight: bold;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary i{
    display: none;
}

.lenovo_powered_amd .lenovo_products .btn-primary::after {
    display: none;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary:hover  {
    background: #e2231a;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default{
    color: #fff;
    background-color: #e2231a;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.lenovo_powered_amd .lenovo_deals .btn-default:hover,
.lenovo_powered_amd .lenovo_deals .btn-default:active,
.lenovo_powered_amd .lenovo_deals .btn-default:focus {
    background-color: #fff !important;
    color: #e2231a;
    border-color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default span{
    color: #fff !important;
}
.lenovo_powered_amd #microsite_content section .btn:hover > span {
    color: #e2231a !important;
}

.lenovo_powered_amd .lenovo_deals {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .lenovo_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_deals p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals a{
    color: ##fff !important;
}

.lenovo_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.lenovo_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.lenovo_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.lenovo_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.lenovo_powered_amd .finaltext h2,
.lenovo_powered_amd .finaltext p {
    color: #fff;
}

.lenovo_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.lenovo_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.lenovo_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url('https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bullet-point.png');
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.lenovo_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .lenovo_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -112px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .lenovo_powered_amd .lenovo_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .lenovo_powered_amd .lenovo_bonus_box img {
        display: none;
        position: relative;
    }

    .lenovo_powered_amd .lenovo_header {
        height: 600px;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -84px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 54%;
    }

    .lenovo_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .lenovo_powered_amd .lenovo_header .text_with_media h1 {
        font-size: 46px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        width: 90%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 30%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -30px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -55px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}


/* --------------------------------------------------------------------------------
 * HP powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.hp_powered_amd
.hp_header
.hp_bonus_box
.hp_bonus_member
.hp_products
.hp_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.also_solutions_business_team,
.hp_powered_amd html,
.hp_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.hp_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.hp_powered_amd p {
    font-size: 18px;
}

.hp_powered_amd .hp_header {
    background: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/header-bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.hp_powered_amd .hp_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.hp_powered_amd .hp_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.hp_powered_amd .hp_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #0096d6;
    position: absolute;
    top: 196px;
}

.hp_powered_amd .hp_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.hp_powered_amd .hp_bonus_box {
    padding: 70px 0px 0px 0px
}

.hp_powered_amd .hp_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.hp_powered_amd .hp_bonus_box p {
    font-size: 18px;
}

.hp_powered_amd .hp_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.hp_powered_amd .hp_bonus_box a {
    color: #0096d6;
}

.hp_powered_amd .hp_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.hp_powered_amd .hp_bonus_box img {
    width: 60%;
}

.hp_powered_amd .hp_bonus_member {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.hp_powered_amd .hp_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_products {
    padding-top: 20px;
    background: #0096d6;
}

#microsite_content .hp_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.hp_powered_amd .hp_products .js-description {
    display: none;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:hover,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:active,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #0096d6 !important;
    border-bottom: 0 !important;
}

.hp_powered_amd .hp_products .c-Products__price {
    display: none;
}

.hp_powered_amd .hp_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 28px;
}

.hp_powered_amd .hp_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.hp_powered_amd .hp_products a.btn.btn-primary  {
    border-color: #0096d6;
    color: #0096d6;
    font-weight: bold;
}

.hp_powered_amd .hp_products a.btn.btn-primary i{
    display: none;
}

.hp_powered_amd .hp_products .btn-primary::after {
    display: none;
}

.hp_powered_amd .hp_products a.btn.btn-primary:hover  {
    background: #0096d6;
    color: #fff;
}

.hp_powered_amd .hp_deals .btn-default{
    color: #fff;
    background-color: #0096d6;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.hp_powered_amd .hp_deals .btn-default:hover,
.hp_powered_amd .hp_deals .btn-default:active,
.hp_powered_amd .hp_deals .btn-default:focus {
    background-color: #fff !important;
    color: #0096d6;
    border-color: #fff;
}

.hp_powered_amd .hp_deals .btn-default span{
    color: #fff !important;
}
.hp_powered_amd #microsite_content section .btn:hover > span {
    color: #0096d6 !important;
}

.hp_powered_amd .hp_deals {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .hp_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_deals p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_deals a{
    color: ##fff !important;
}

.hp_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.hp_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.hp_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.hp_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.hp_powered_amd .finaltext h2,
.hp_powered_amd .finaltext p {
    color: #fff;
}

.hp_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.hp_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.hp_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/bullet-point.png);
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.hp_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .hp_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -112px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .hp_powered_amd .hp_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .hp_powered_amd .hp_bonus_box img {
        display: none;
        position: relative;
    }

    .hp_powered_amd .hp_header {
        height: 600px;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -84px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 54%;
    }

    .hp_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .hp_powered_amd .hp_header .text_with_media h1 {
        font-size: 46px;
    }

    .hp_powered_amd .hp_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .hp_powered_amd .hp_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        width: 90%;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 30%;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -30px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -55px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}

/* --------------------------------------------------------------------------------
 * Microsoft Attach office 5110, 5210, 5310 *
 * -------------------------------------------------------------------------------- */

.ms_attach_office .products {
    text-align: center;
}

.ms_attach_office .products h3 a {
    color: #000;
}

.ms_attach_office .c-Products--gallery-Product span[class^="price"] {
    color: #000;
}

.ms_attach_office .btn.btn-primary {
    color: #fff;
    background: #D83B01;
    border-color: #D83B01;
    padding: 14px 20px 14px 20px !important;
    font-weight: bold;
    font-size: 13px;
}

.ms_attach_office #microsite_content section .btn-primary:hover {
    color: #000 !important;
    border-color: #D83B01;
    background: white;
}

.ms_attach_office .btn-primary:after,
.ms_attach_office .btn-success:after,
.ms_attach_office .btn-info:after,
.ms_attach_office .btn-warning:after,
.ms_attach_office .btn-danger:after {
    display: none;
}


.ms_attach_office .c-Products__price {
    margin-top: 14px;
}

.ms_attach_office .c-Products--gallery-Product {
    background: #F6F6F6
}

@media only screen and (max-width: 4000px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 31%;
        padding-top: 10px;
    }

}

@media only screen and (max-width: 1200px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 31%;
        padding-top: 10px;
    }

}

@media only screen and (max-width: 990px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 47%;
        padding-top: 10px;
    }

}

@media only screen and (max-width: 768px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 97%;
        padding-top: 10px;
    }

}


/* --------------------------------------------------------------------------------
 * HP Promo Page *****
 * -------------------------------------------------------------------------------- */

.hp_promo_incen .nav-tabs {
    border-color: #0EB58E;
}

.hp_promo_incen .nav-tabs {
    border-bottom: 5px solid #0EB58E;
}


.hp_promo_incen .nav-tabs > li {
    float: left;
    margin-bottom: -5px;
    margin-left: 5px;
}

.hp_promo_incen .nav-tabs > li > a, .nav-pills > li > a {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #0EB58E;
    color: #000;
}

.hp_promo_incen .nav-tabs li.active > a,
.hp_promo_incen .nav-tabs li.active > a,
.hp_promo_incen nav-tabs li.active > a:hover,
.hp_promo_incen nav-tabs li.active > a:focus {
    background: #707070;
    border-color: #0EB58E;
    border-width: 5px;
}

.hp_promo_incen .nav-tabs > li > a:hover,
.hp_promo_incen .nav-tabs > li > a:focus {
    border-right: 5px solid #0EB58E;
    border-left: 5px solid #0EB58E;
    border-bottom: 5px solid #0EB58E;
    border-top: 5px solid #0EB58E;
}

/* --------------------------------------------------------------------------------
 * huawei_tech_5710 *****
 * -------------------------------------------------------------------------------- */

@font-face {
    font-family: akkurat_pro;
    src: url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_eot.eot?#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_woff.woff') format('woff'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_ttf.ttf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_svg.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.huawei_tech_5710 #microsite_content {
    font-family: akkurat_pro ;
}

.huawei_tech_5710 h2 {
    font-family: akkurat_pro ;
}

.huawei_tech_5710 .lokero h2 {
    height: 2rem;
}

/* --------------------------------------------------------------------------------
 * ALSO Desktop Week* - auskommentiert
 * -------------------------------------------------------------------------------- 

.also_desktopweek #microsite_content .js-shortDescription a {
    color: #fff !important;
}

.also_desktopweek #microsite_content .c-Products__price span {
    color: white !important;
}

.also_desktopweek #microsite_content .bg-add4-100.box,
.also_desktopweek #microsite_content .bg-add4-100 .box,
.also_desktopweek #microsite_content .bg-add4-100.box .grid,
.also_desktopweek #microsite_content .bg-add4-100:not(.box) .grid-col .article        {background: #ff0606}


/* --------------------------------------------------------------------------------
 * ALSO 6714
 * -------------------------------------------------------------------------------- */

/*ALSO 6714*/

.p-also-6714 h1 {
    font-size: 48px;
    color: rgb(0, 0, 0);
    font-family: Raleway, sans-serif;
    font-weight: 900;
    margin: 0px 0px 15px;
}

.p-also-6714 .header-bgr {
    background-image: url(https://www.also.com/ec/cms5/media/img/1010_central/providers_3/6714_2020_also_all_things_talk_iot_plattform/images/also-iap-bg-2.png) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.p-also-6714 .header-bgr .text_with_media h2 b {
    color: #89e772;
}

.p-also-6714 #microsite_content .section1-content {
    padding-bottom: 75px;
}

.p-also-6714 #microsite_content .section1-content .grid .grid-col .article {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 53px -25px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 53px -25px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 53px -25px rgba(0, 0, 0, 0.65);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.p-also-6714 #microsite_content .section1-content .text_with_media h2 {
    font-size: 23px;
    text-align: left;
}

.p-also-6714 #microsite_content .section1-content .text_with_media h3 {
    font-size: 19px;
    margin-bottom: 15px;
    width: fit-content;
    background: #000;
    color: #fff !important;
    padding: 3px 15px;
    display: inline-block;
    text-transform: none;
}

.p-also-6714 #microsite_content .section1-content .text_with_media .col-for-image {
    margin-bottom: 20px;
}

.p-also-6714 #microsite_content .section1-content .text_with_media p {
    margin: 0;
    line-height: 2;
}

.p-also-6714 #microsite_content .section1-content .text_with_media p b {
    font-family: "raleway", Helvetica, Arial, sans-serif;
}

.p-also-6714 #microsite_content .section1-content .text_with_media p.small {
    left: 0;
    right: 0;
    margin: 20px auto;
    background-color: #89e872;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-style: italic;
    display: inline-block;
    width: fit-content;
}

.p-also-6714 #microsite_content .section2-title .text_with_media {
    margin-top: 50px;
}

.p-also-6714 #microsite_content .section2-title .text_with_media h2 {
    background-color: #000;
    color: #fff;
}
.p-also-6714 #microsite_content .text-list-media .text_with_media > .row h2 {
    font-size: 32px;
    text-transform: none;
    line-height: 1.1;
    margin-bottom: 15px;
}

.p-also-6714 #microsite_content .text-list-media {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-also-6714 #microsite_content .text-list-media .text_with_media > .row ul {
    list-style-type: none !Important;
    padding-left: 0;
}

.p-also-6714 #microsite_content .text-list-media .text_with_media > .row ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.p-also-6714 #microsite_content .text-list-media .text_with_media > .row ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome' !important;
    color: #89E872;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0px;
}

.p-also-6714 #microsite_content .ground-space {
    padding-top: 40px
}

.p-also-6714 #microsite_content .ground-space .text_with_media > .row {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .col-for-image img {
    padding-left: 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row {
    padding-top: 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row .col-xs-12 {
    padding: 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row .col-xs-12 h2 {
    background-color: #f6f6f6;
    font-size: 23px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px 4px 0 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row .col-xs-12 h5 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 40px;
}

.p-also-6714 #microsite_content .section9 {
    padding-top: 50px;
}

.p-also-6714 #microsite_content section .btn-primary {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #89E872;
    -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.15);
    border: 0;
    font-weight: 600;
}

.p-also-6714 #microsite_content section .btn-primary:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.p-also-6714 #microsite_content section .btn-primary:active {
    background: rgb(204, 204, 204);
    color: rgb(244, 244, 244);
}

.p-also-6714 #microsite_content section .btn-default:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.p-also-6714 #microsite_content section .btn-default:active {
    background: rgb(204, 204, 204);
    color: rgb(244, 244, 244);
}

.p-also-6714 #microsite_content .embed-responsive .embed-responsive-16by9 {
    margin-top: 4rem;
}

.p-also-6714 #microsite_content .btn-primary::after {
    background: transparent;
    color: #000;
}

.p-also-6714 #microsite_content .btn-primary:hover::after {
    color: #fff;
}
.p-also-6714 #microsite_content .footer-slider {
    margin-bottom: 0;
}
.p-also-6714 #microsite_content .footer-slider .grid-col {
    margin-top: 0;
}
.p-also-6714 #microsite_content .footer-slider ul.infiniteSlide {
    margin-bottom: 0;
}
.p-also-6714 #microsite_content .footer-slider ul.infiniteSlide li img {
    height: 130px;
    width: auto;
}
@media screen and (min-width: 992px) {
    .p-also-6714 .header-bgr .text_with_media h2 {
        width: 65%;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 48px;
        display: inline-block;
    }
    .p-also-6714 .section1-title .text_with_media {
        margin-top: 50px;
    }
    .p-also-6714 .section1-title .text_with_media h2 {
        font-size: 36px;
        width: 60%;
        display: inline-block;
    }
    .p-also-6714 #microsite_content .section2-title .text_with_media h2 {
        font-size: 36px;
        width: 405px;
        display: inline-block;
    }
    .p-also-6714 #microsite_content .section3 .container > .row {
        display: flex;
        align-items: center;
    }
    .p-also-6714 #microsite_content .text-list-media .text_with_media > .row {
        display: flex;
        align-items: center;
    }
    .p-also-6714 #microsite_content .ground-space .container {
        max-width: 800px;
    }
}

/* --------------------------------------------------------------------------------
   ALSO Gaming
 * -------------------------------------------------------------------------------- */

.also-gaming h1,
.also-gaming h2,
.also-gaming h3 {
    font-family: rois_bold;
    color: #89E872;
}

.also-gaming p {
    font-family: 'Inter var', sans-serif;
}

.also-gaming #microsite_content  {
    background: url("/ec/cms5/media/img/1010/information_1/sale_friday/also_black_friday_bg.png");
    color: #fff;
}

.also-gaming div#messages {
    display: none;
}

.also-gaming .gaming_products {
    background: url("/ec/cms5/media/img/1010/information_1/sale_friday/also_black_friday_bg.png");
}

.also-gaming #microsite_content section:last-of-type {
    margin-bottom: 0px;
    margin-top: 0px;
}

.also-gaming .c-Products--gallery-Product {
    padding-top: 15px;
}

.also-gaming .js-shortDescription {
    padding-top: 15px !important;
}

.also-gaming .js-shortDescription a {
    color: #000;
}

.also-gaming .js-shortDescription a:hover {
    border-bottom: 1px solid black;
}

.also-gaming .c-Products__price {
    padding-top: 15px !important;
    margin-top: 35px;
}

.also-gaming .c-Products__price span {
    color: #000;
}

.also-gaming .c-Products--gallery-Product {
    margin-bottom: 10px !important;
}

.also-gaming .c-Products--gallery-Product {
    background: #fff;
    width: 24%;
    margin-right: 11px;
}

.also-gaming .gaming_categories {
    margin-bottom: 4rem !important;
}

.also-gaming .gaming_categories a.btn.btn-default {
    background: #89E872;
    border-color: #89E872;
    border-radius: 25px;
}

.also-gaming .gaming_categories .article > .row {
    height: 100%;
}

/* Gaming Klassifizierung Positionierung */

.also-gaming .gaming_categories .text_with_media .row:nth-child(1) h2 {
    font-size: 22px;
    color: white;
    position: relative;
    top: 160px;
    transition-duration: 0.5s;
}

.also-gaming .gaming_categories .text_with_media .row:nth-child(1) h3 {
    opacity: 1;
    position: relative;
    top: 120px;
    font-size: 12px
}

.also-gaming .gaming_categories .text_with_media .row:nth-child(1) p {
    opacity: 0;
    font-size: 13px;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}

/* Class to show content  "show_content"*/

.also-gaming .show_content h2{
    font-size: 22px;
    color: white;
    position: relative;
    top: 35px !important;
    margin-bottom: 27px;
}

.also-gaming .show_content h3{
    filter: opacity(0) !important;
    opacity: 0 !important;
}

.also-gaming .show_content p{
    filter: opacity(1) !important;
    opacity: 1 !important;
}


.also-gaming .gaming_categories .text_with_media .row.show_content:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 7px;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    height: 100% !important;
    width: 97%;
}

/* Responsive*/

@media (min-width: 1201px) {
    .also-gaming .c-Products__price {
        margin-top: 25px !important;
    }

}

@media (max-width: 1200px) {
    .also-gaming .c-Products--gallery-Product {
        width: 32%;
    }
    .also-gaming .c-Products__price {
        margin-top: 5px !important;
    }
}

@media (max-width: 992px) {
    .also-gaming .c-Products--gallery-Product {
        width: 48%;
    }
    .also-gaming .gaming_categories .text_with_media:nth-child(2) .row {
        background-size: cover !important;
    }

    .also-gaming .gaming_categories .text_with_media .row.show_content:nth-child(1):before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        left: 7px;
        bottom: 0px;
        background: rgba(0,0,0,0.7);
        width: 100% !important;
        padding-top: 100px;

    }

    .also-gaming  .show_content h2 {
        margin-top: 13px !important;
    }

}

@media (max-width: 583px) {
    .also-gaming .c-Products--gallery-Product {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
   Lenovo Partner Hub
 * -------------------------------------------------------------------------------- */


.lenovo_partnerhub .service_boxes .text_with_media {
    width: 90%;
    background: white !important;
    margin: 0 auto;
    margin-top: 10px !important;
    -webkit-box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.04);
    -moz-box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.04);
    box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.04);
}

.lenovo_partnerhub .service_boxes .col-xs-12 {
    margin-bottom: 30px !important;
}

.lenovo_partnerhub .service_boxes .col-xs-12:nth-child(even) .text_with_media {
    margin-left: 40px;
}

.lenovo_partnerhub .service_boxes .col-xs-12:nth-child(odd) .text_with_media {
    margin-left: 18px
}

.lenovo_partnerhub .service_boxes .row {
    padding-bottom: 30px;
}


.lenovo_partnerhub .network li {
    background: url('https://www.also.com/ec/cms5/media/img/1010_central/lenovopartnerhub/2020-lenovo_partner-hub_graphics_checked.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 2px;
    padding: 0px 0px 8px 35px;
    vertical-align: top;
    background-position: -1% -8%;
}

@media (max-width: 992px) {

    .lenovo_partnerhub .service_boxes .col-xs-12:nth-child(even) .text_with_media {
        margin-left: initial;
        margin:0 auto;
    }

    .lenovo_partnerhub .service_boxes .col-xs-12:nth-child(odd) .text_with_media {
        margin-left: initial;
        margin:0 auto;
    }

}

/* --------------------------------------------------------------------------------
   IOT Kits
 * -------------------------------------------------------------------------------- */

.iot_kits #microsite_content .footer-slider {
    margin-bottom: 0;
}
.iot_kits #microsite_content .footer-slider .grid-col {
    margin-top: 0;
}
.iot_kits #microsite_content .footer-slider ul.infiniteSlide {
    margin-bottom: 0;
}
.iot_kits #microsite_content .footer-slider ul.infiniteSlide li img {
    height: 130px;
    width: auto;
}

/* --------------------------------------------------------------------------------
   ALSO Business Circle
 * -------------------------------------------------------------------------------- */

.also_businesscircle #microsite_content .value_box p,
.also_businesscircle #microsite_content .value_box h1,
.also_businesscircle #microsite_content .value_box h2,
.also_businesscircle #microsite_content .value_box h3
{
    color: #000;
}

.also_businesscircle #microsite_content .value_box a {
    color: #000;
}

.also_businesscircle #microsite_content .value_box a:hover {
    border-bottom: 1px solid black;
}

/* --------------------------------------------------------------------------------
   Zotac Back to school campaign
 * -------------------------------------------------------------------------------- */


.zotac_backtoschool #messages {
    display: none;
}

/* Section 1 */
.zotac_backtoschool #microsite_content .section_1 {
    padding: 100px 0px 100px 0px;
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.zotac_backtoschool #microsite_content .section_1 h2{
    color: #000;
}

/* Section 2 */
.zotac_backtoschool #microsite_content .section_2 {
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(242,242,242,1) 100%);
    padding: 20px 0px 30px 0px;
}

.zotac_backtoschool #microsite_content .section_2 h2{
    padding: 0px !important;
    color: black;
    margin: 0 !important;
}

/* Section 3 */
.zotac_backtoschool #microsite_content .section_3 {
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section3.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
    background-position: 0% 80%;
}

.zotac_backtoschool #microsite_content .section_3 p,
.zotac_backtoschool #microsite_content .section_3 h2 {
    color: #fff;
}

/* Section 4 */
.zotac_backtoschool #microsite_content .section_4 {
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section4.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0px 200px 0px;
}

.zotac_backtoschool #microsite_content .section_4 p,
.zotac_backtoschool #microsite_content .section_4 p h2 {
    color: #000;
}

/* Section 5 */
.zotac_backtoschool #microsite_content .section_5 {
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px 20px 0px;
}

/* Section 6 */
.zotac_backtoschool #microsite_content .section_6 {
    padding: 50px 0px 20px 0px;
    background: rgb(139,140,132);
    background: linear-gradient(180deg, rgba(139,140,132,1) 0%, rgba(246,217,51,1) 100%);
}

.zotac_backtoschool #microsite_content .section_6 p,
.zotac_backtoschool #microsite_content .section_6 p h2 {
    color: #000;
}

/* Section 7 */
.zotac_backtoschool #microsite_content .section_7 {
    background: #FDDD22;
    padding: 30px 0px 20px 0px;
}

/* --------------------------------------------------------------------------------
   Waas Reseller
 * -------------------------------------------------------------------------------- */

.waas_reseller_ch .waas_reseller_intro {
    background: url("/ec/cms5/media/img/6110_1/services_18/digital_services_11/waas_fuer_reseller/header_image_template_logo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

.waas_reseller_ch .waas_reseller_intro h1{
    font-size: 35px;
    line-height: 1.5em;
}

.waas_reseller_ch .waas_reseller_intro h2{
    color: white;
    font-size: 24px;
    margin-bottom: 20px !important;
    margin-top: 60px;
}

.waas_reseller_ch .waas_reseller_intro h3{
    color: white;
    font-size: 18px;
    margin-top: 40px
}

.waas_reseller_ch .waas_reseller_intro .btn.btn-default {
    background:#89E872;
    border-color: #89E872;
    padding: 10px 60px;
    border-radius: 15px;
    font-weight: 900 !important;
}

.waas_reseller_ch .waas_reseller_intro .btn.btn-default span{
    display: none;
}

.waas_reseller_ch .waas_reseller_intro .btn.btn-default:hover {
    background:#000;
    border-color: #000;
    padding: 10px 60px;
    border-radius: 15px;
    font-weight: 900 !important;
}

/* Solarwinds Forms*/
#LbloptMail::before {
    position: absolute;
    left: -5px;
    top: -2px
}

/* MS SKU Finder*/
.ms_sku .m-footerBlack.col-xs-12.col-lg-8.col-lg-pull-4 {
    position: relative;
    width: 53%;
}

.ms_sku .col-xs-12.col-sm-6.col-md-3 {
    width: 16%;
}


@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/* ================================= */
/* Microsite Additional CSS   */
/* ================================= */

@font-face {
    font-family: 'icomoon';
    src:  url('/ec/cms5/media/css/webfonts/icomoon/icomoon_eot.eot?fuhwcf');
    src:  url('/ec/cms5/media/css/webfonts/icomoon/icomoon_eot.eot?fuhwcf#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/icomoon/icomoon_ttf.ttf?fuhwcf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/icomoon/icomoon_woff.woff?fuhwcf') format('woff'),
    url('/ec/cms5/media/css/webfonts/icomoon/icomoon_svg.svg?fuhwcf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* remove default bread crumb */
/* main .c-Breadcrumb {
    display: none;
} */

/* separator */
section.separat > .container {

    border-top: 1px solid #ccc;
    padding-top: 50px;

}

/* remove margin for "footer" */
.box.bg-black-1 {
    margin: 0 !important;
}

/* remove icons from ALSO menu */
#mp-menu a[class*="-icon"]:before {
    display: none;
}

#vue_ms_portal_teaser {
    margin-top: 60px;
}

div#vueReEdition {
    margin-top: 80px;
}

div#vueReEdition > .text_with_media {
    display: none;
}

/* ================================= */
/* Microsite Additional Spring CSS   */
/* ================================= */

body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    overflow-x:hidden;
}

h1 {
	color: #000;
	font-size: 2.5em;
}

h1::after {
  width: 15%;
  width: 15%;
  height: 4px;
  background-color: #85EB6C;
  position:relative;
  content: " ";
  display: block;
  margin-top: 15px;
}

h2 {
	margin-top: 30px;
	margin-bottom: 25px;
}

.headline-divider h2,
.headline-divider.headline-portal h2{
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    position: relative; 
}
.headline-divider h2:after{
    content:"";
    display: block;
    height: 4px;
    width: 73px;
    background-color: #85EA6C;
    position: absolute;
    bottom: 0;
    left: 0;
}

h3 {
	margin-top: 15px;
}

.article_batch {
    text-transform: uppercase;
    top: 7%;
	right: 12px;
    position: absolute;
    background: white;
    padding: 5px 13px 5px 16px;
    font-weight: bold;
    font-size: 12px;
}

.article_batch2 {
    text-transform: uppercase;
    top: 5%;
	right: 1px;
    position: absolute;
    background: white;
    padding: 5px 13px 5px 16px;
    font-weight: bold;
    font-size: 12px;
}


ul.filter-list {
    list-style: none;
    padding-left: 0px;
	margin-top: 15px;
}

ul.filter-list:not(:last-child){
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.teaser_link a {
	color: #000;
}

.teaser_all_link {
    padding-top: 34%;
    float: right;
}

.teaser_link a::before {
    font-family: 'icomoon' !important;
    content: "\e900";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #85EA6C;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color: #000;
}

.box.article {
    margin-bottom: 80px !important;
}

.p-2800-overview_campaigns h1{
    margin-bottom: 30px;
}
.p-2800-overview_campaigns h1::after{
    margin-top: 25px;
}

.teaser_description .highlight {
    border-left: 5px solid #89E872;
    padding: 4px 0px 4px 10px;
}

.teaser-content .highlight {
    border-left: 5px solid #89E872;
    padding: 4px 0px 4px 10px;
}

.teaser-content .article-headline{
    margin-top: 20px;
    font-size: 16px;
}
.teaser-content p{
    font-size: 14px;
    color: #777;
}
#microsite_content section .teaser-content .btn-primary{
    margin: 0;
    font-size: 14px;
}

.articleCol {
    padding-left: 10px;
    padding-right: 10px;
}

span.article-headline {
    font-size: 16px;
	font-family: "Raleways", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 41px !important;
}

input[type='checkbox'] + label {
    font-size: 13px;
}

section.c-Gallery.separat.teaser-suggestion {
    display: none;
}

.article_list {
    border-left: 1px solid lightgrey;
}

div#vueRecurrentEdition {
    padding-top: 30px;
	margin-bottom: 100px;
    position: relative;
}
div#vueRecurrentEdition:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: lightgrey;
    position: absolute;
    top: 0;
    left: 0;
}


/***************** ICONS *****************/
.news-icon:before{
    margin-right: 12px;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0IyQjJCMjt9PC9zdHlsZT48dGl0bGU+aWNvbjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGc+PHBhdGggaWQ9InBhdGgtMV8xXyIgY2xhc3M9InN0MCIgZD0iTTcuNCwxNFY3LjdIMTRWMTRINy40eiBNMTUuNiw4LjZ2LTFoNi45djFIMTUuNnogTTE1LjYsMTEuN3YtMWg2Ljl2MUgxNS42eiBNMTUuNiwxNC42di0xaDYuOXYxSDE1LjZ6IE03LjUsMTcuNHYtMWgxNS4xdjFINy41eiBNNy41LDIwLjN2LTFoMTUuMXYxSDcuNXogTTcuNCwyMy4xdi0xSDE1djFINy40eiIvPjwvZz48cGF0aCBpZD0ib3V0bGluZS1yaW5nLWNvcHkiIGNsYXNzPSJzdDEiIGQ9Ik0xNSwzMEM2LjcsMzAsMCwyMy4zLDAsMTVTNi43LDAsMTUsMHMxNSw2LjcsMTUsMTVTMjMuMywzMCwxNSwzMHogTTE1LDI4LjVjNy41LDAsMTMuNS02LDEzLjUtMTMuNVMyMi41LDEuNSwxNSwxLjVTMS41LDcuNSwxLjUsMTVTNy41LDI4LjUsMTUsMjguNXoiLz48L3N2Zz4=);
}

.solution-icon:before{
    margin-right: 12px;
    content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0IyQjJCMjt9PC9zdHlsZT48dGl0bGU+aWNvbjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjksMjIuOWMtMC45LDAtMS42LTAuNy0xLjYtMS42di03LjhjMC0wLjksMC44LTEuNiwxLjYtMS42YzAuOSwwLDEuNiwwLjcsMS42LDEuNmwwLDcuOEMxNi42LDIyLjIsMTUuOCwyMi45LDE0LjksMjIuOXogTTE0LjksMTAuNWMtMC45LDAtMS42LTAuNy0xLjYtMS42VjcuNmMwLTAuOSwwLjgtMS42LDEuNi0xLjZjMC45LDAsMS43LDAuNywxLjcsMS42djEuMkMxNi42LDkuOCwxNS44LDEwLjUsMTQuOSwxMC41eiIvPjxwYXRoIGlkPSJvdXRsaW5lLXJpbmctY29weSIgY2xhc3M9InN0MSIgZD0iTTE1LDMwQzYuNywzMCwwLDIzLjMsMCwxNVM2LjcsMCwxNSwwczE1LDYuNywxNSwxNVMyMy4zLDMwLDE1LDMweiBNMTUsMjguNWM3LjUsMCwxMy41LTYsMTMuNS0xMy41UzIyLjUsMS41LDE1LDEuNVMxLjUsNy41LDEuNSwxNVM3LjUsMjguNSwxNSwyOC41eiIvPjwvc3ZnPg==);
}

.cloud-icon:before{
    margin-right: 12px;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0IyQjJCMjt9PC9zdHlsZT48dGl0bGU+aWNvbjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDguOWMxLjMsMCwyLjUsMC41LDMuNSwxLjRjMC44LDAuOCwxLjMsMS44LDEuNCwyLjljMiwwLjIsMy42LDEuOSwzLjYsMy45YzAsMi4yLTEuOCwzLjktNCwzLjlIOS45Yy0xLjksMC0zLjQtMS41LTMuNC0zLjNzMS41LTMuMywzLjQtMy4zaDAuMmMtMC4yLTEuNCwwLjMtMywxLjQtNC4xQzEyLjUsOS40LDEzLjcsOC45LDE1LDguOUwxNSw4Ljl6IE0xNSwxM2MtMC4yLDAtMC40LDAuMi0wLjQsMC40djQuMmwtMS41LTEuNGMtMC4yLTAuMS0wLjQtMC4xLTAuNiwwYy0wLjIsMC4yLTAuMSwwLjQsMCwwLjZsMi4yLDJjMC4xLDAuMSwwLjIsMC4xLDAuMywwLjFjMC4xLDAsMC4yLDAsMC4zLTAuMWwyLjItMmMwLjItMC4xLDAuMi0wLjQsMC0wLjZzLTAuNC0wLjItMC42LDBsLTEuNSwxLjR2LTQuMkMxNS4zLDEzLjIsMTUuMiwxMywxNSwxM0wxNSwxM3oiLz48cGF0aCBpZD0ib3V0bGluZS1yaW5nLWNvcHkiIGNsYXNzPSJzdDEiIGQ9Ik0xNSwzMEM2LjcsMzAsMCwyMy4zLDAsMTVTNi43LDAsMTUsMHMxNSw2LjcsMTUsMTVTMjMuMywzMCwxNSwzMHogTTE1LDI4LjVjNy41LDAsMTMuNS02LDEzLjUtMTMuNVMyMi41LDEuNSwxNSwxLjVTMS41LDcuNSwxLjUsMTVTNy41LDI4LjUsMTUsMjguNXoiLz48L3N2Zz4=);
}

.tools-icon:before{
    margin-right: 12px;
 content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMwcHgiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fS5zdDF7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojQjJCMkIyO308L3N0eWxlPjx0aXRsZT5pY29uPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBpZD0iRmlsbC0xIj48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIuNCw5LjZsMC43LDEuNmwwLjgsMC4zbDEuNi0wLjVsMS4yLDEuMmwtMC42LDEuNmwwLjQsMC43bDEuNSwwLjh2MS43bC0xLjUsMC43bC0wLjMsMC44bDAuNSwxLjZsLTEuMiwxLjJsLTEuNi0wLjVsLTAuNywwLjRsLTAuNywxLjVoLTEuOGwtMC43LTEuNmwtMC44LTAuM2wtMS41LDAuNWwtMS4yLTEuMmwwLjYtMS42bC0wLjQtMC43TDUsMTcuMXYtMS43bDEuNS0wLjdsMC4zLTAuOGwtMC41LTEuNmwxLjItMS4ybDEuNSwwLjVsMC44LTAuNGwwLjctMS41SDEyLjR6IE0yMS45LDcuMWwwLjMsMWwwLjQsMC4ybDAuOS0wLjJsMC42LDAuOGwtMC40LDAuOWwwLjEsMC41bDAuOCwwLjZsLTAuMSwxLjFsLTAuOSwwLjNsLTAuMiwwLjVsMC4xLDFsLTAuOCwwLjZsLTAuOS0wLjVMMjEuNCwxNGwtMC42LDAuOGwtMC45LTAuMmwtMC4zLTFsLTAuNC0wLjJsLTAuOSwwLjJsLTAuNy0wLjhsMC41LTAuOWwtMC4xLTAuNWwtMC44LTAuNmwwLjEtMS4xbDAuOS0wLjNMMTguNCw5bC0wLjEtMWwwLjgtMC42bDAuOCwwLjVsMC41LTAuMkwyMSw2LjlMMjEuOSw3LjF6IE0yMSw5LjVjMC43LDAuMSwxLjIsMC44LDEuMiwxLjZjLTAuMSwwLjctMC45LDEuMy0xLjYsMS4yYy0wLjctMC4xLTEuMi0wLjgtMS4yLTEuNkMxOS42LDkuOSwyMC4yLDkuNCwyMSw5LjV6IE0xMS42LDEzLjhjMS4zLDAsMi4zLDEuMSwyLjMsMi40YzAsMS40LTEsMi41LTIuMywyLjVzLTIuNC0xLjEtMi40LTIuNUM5LjIsMTQuOSwxMC4yLDEzLjgsMTEuNiwxMy44eiIvPjwvZz48cGF0aCBpZD0ib3V0bGluZS1yaW5nLWNvcHkiIGNsYXNzPSJzdDEiIGQ9Ik0xNSwzMEM2LjcsMzAsMCwyMy4zLDAsMTVTNi43LDAsMTUsMHMxNSw2LjcsMTUsMTVTMjMuMywzMCwxNSwzMHogTTE1LDI4LjVjNy41LDAsMTMuNS02LDEzLjUtMTMuNVMyMi41LDEuNSwxNSwxLjVTMS41LDcuNSwxLjUsMTVTNy41LDI4LjUsMTUsMjguNXoiLz48L3N2Zz4=);
}

.learn-icon:before{
    margin-right: 12px;
    content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0IyQjJCMjt9PC9zdHlsZT48cGF0aCBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBkPSJNMjMsMTIuNmMwLTMuOS0zLjItNy4xLTcuMS03LjFzLTcuMSwzLjItNy4xLDcuMWwtMS43LDMuOUM3LDE2LjYsNywxNi43LDcsMTYuOGMwLDAuNCwwLjIsMC42LDAuNiwwLjZoMS4ydjEuOGMwLDEuNywxLjMsMywzLDNjMC4yLDAsMC40LDAsMC42LTAuMXYyLjRIMjBsMC02LjFDMjEuOCwxNy4xLDIzLDE1LDIzLDEyLjZMMjMsMTIuNnogTTExLjUsMTJjMC41LDAsMC45LDAuNCwwLjksMC45YzAsMC41LTAuNCwwLjktMC45LDAuOWMtMC41LDAtMC45LTAuNC0wLjktMC45QzEwLjYsMTIuNCwxMSwxMiwxMS41LDEyeiBNMTguNCwxM2MwLDAtMC41LTEuNy0yLTIuMWMtMC44LTAuMi0yLjgsMC41LTIuOCwwLjVjLTAuMiwwLjEtMC40LDAuMS0wLjYsMC4xYy0xLDAtMS44LTAuOC0xLjgtMS44YzAtMC40LDAuMi0wLjgsMC40LTEuMWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMmMxLjEtMS4xLDIuNS0xLjcsNC4yLTEuN2MzLjMsMCw1LjksMi42LDUuOSw1Ljh2MC4xYzAsMS0wLjgsMS44LTEuOCwxLjhDMTkuMiwxNC4zLDE4LjUsMTMuOCwxOC40LDEzeiIvPjxwYXRoIGlkPSJvdXRsaW5lLXJpbmctY29weSIgY2xhc3M9InN0MSIgZD0iTTE1LDMwQzYuNywzMCwwLDIzLjMsMCwxNVM2LjcsMCwxNSwwczE1LDYuNywxNSwxNVMyMy4zLDMwLDE1LDMweiBNMTUsMjguNWM3LjUsMCwxMy41LTYsMTMuNS0xMy41UzIyLjUsMS41LDE1LDEuNVMxLjUsNy41LDEuNSwxNVM3LjUsMjguNSwxNSwyOC41eiIvPjwvc3ZnPg==);
}

.partner-icon:before{
    margin-right: 12px;
content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0IyQjJCMjt9PC9zdHlsZT48cGF0aCBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBkPSJNMTUsOC42YzIuNiwwLDQuNywyLjEsNC43LDQuN2MwLDIuNi0yLjEsNC43LTQuNyw0LjdzLTQuNy0yLjEtNC43LTQuN0MxMC4zLDEwLjgsMTIuNCw4LjYsMTUsOC42eiBNNi45LDI0LjF2LTAuN2MwLTIsMS42LTMuNywzLjYtMy43aDkuMWMyLDAsMy42LDEuNiwzLjYsMy43djAuN2MtMi4yLDItNSwzLjItOC4yLDMuMlM5LDI2LDYuOSwyNC4xeiIvPjxwYXRoIGlkPSJvdXRsaW5lLXJpbmctY29weSIgY2xhc3M9InN0MSIgZD0iTTE1LDMwQzYuNywzMCwwLDIzLjMsMCwxNVM2LjcsMCwxNSwwczE1LDYuNywxNSwxNVMyMy4zLDMwLDE1LDMweiBNMTUsMjguNWM3LjUsMCwxMy41LTYsMTMuNS0xMy41UzIyLjUsMS41LDE1LDEuNVMxLjUsNy41LDEuNSwxNVM3LjUsMjguNSwxNSwyOC41eiIvPjwvc3ZnPg==);
}

.news-icon:before, .solution-icon:before, .cloud-icon:before, .tools-icon:before,  .learn-icon:before, .partner-icon:before{
	width: 30px;
    }


/****************** Header *****************/

/****************** Header *****************/

#microsite_header.portal-header{
    margin: 0;
    background-color: #000;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 999;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#microsite_header.portal-header .col-xs-12 > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

#microsite_header.portal-header .container{
    margin-bottom: 0;
}

#microsite_header.portal-header .col-xs-12 > ul li a{
    outline: none;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.4px;
    font-weight: bold;
    padding: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#microsite_header.portal-header .col-xs-12 > ul > li > a{
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#microsite_header.portal-header .col-xs-12 > ul > li > a:hover,
#microsite_header.portal-header .col-xs-12 > ul > li > a:focus,
#microsite_header.portal-header .col-xs-12 > ul > li > a:active{
    outline: none;
    text-decoration: none;
    color: #85EA6C;
    border-bottom:none;
}

#microsite_header.portal-header .col-xs-12 > ul > li{
    padding: 0 20px;
    margin-right: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
}

#microsite_header.portal-header .col-xs-12 > ul > li:after{
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    background-color: #777777;
}

#microsite_header.portal-header .col-xs-12 > ul > li:last-child:after{
    display: none;
}

#microsite_header.portal-header .col-xs-12 > ul > li:first-child{
    padding-left: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li:last-child{
    padding-right: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li.active:before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #85EA6C;
    position: absolute;
    left: 0;
    bottom: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu{
    margin: 0;
    min-width: 210px;
    max-width: none;
    width: auto;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    padding: 20px 5px;
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li{
    height: auto !important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border: none;
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li a{
    color: #000;
    font-size: 14px;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
    text-transform: none;
    width: 100%;
    padding: 10px 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li:hover a{
    color: #85EA6C;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu{
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 74px;
    padding: 20px 25px;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li{
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline,
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline > a{
    color: #000;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    height: 38px;
padding: 0;
}
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline > a:hover,
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline > a:focus{
color: #89E872;
}
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li > ul{
    padding-left: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li{
    padding-right: 30px;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li a{
    padding: 2px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu li:hover a {
    color: #000;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu li > a:hover {
    color: #85EA6C;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth{
    position: static;
}

.m-portal-header_menu .m-brandname {
    text-transform: uppercase;
    width: 100px;
}

.m-portal-header_menu .m-brandname:hover {
    text-decoration: none;
}

/******************** Separator ********************************/
#p-microsite.portal-microsite .seperator {
    padding-top: 50px !important;
}

.portal-microsite #microsite_content .seperator .row > div > .row {
    border-top: 1px solid #e2e2e2;
    padding-top: 50px !important;
}


/******************** Top slider ********************************/

.swiper-container-portal {
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-portal {
    width: 100%;
}

.swiper-container-portal.u-bgBlack,
.swiper-container-portal.u-bgBeige,
.swiper-container-portal.u-bgGreen,
.swiper-container-portal.u-bgGrey {
    padding: 0 !important;
}

.swiper-container-portal .swiper-slide>div {
    padding: 40px;
    padding-top: 0;
}

.swiper-container-portal .swiper-slide .row {
    margin: 0 !important;
}

.swiper-container-portal .swiper-slide img {
    margin-bottom: 40px;
}

.swiper-container-portal .swiper-slide p,
.swiper-container-portal .swiper-slide a {
    margin-bottom: 5px;
}

.swiper-container-portal .swiper-pagination-bullet {
    margin: 0px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #777;
    opacity: .6;
}

.swiper-container-portal .swiper-pagination-bullet-active {
    opacity: 1;
    background: #89E872;
    width: 12px;
    height: 12px;
    top: 1px !important;
    position: relative;
}

.swiper-container-portal .swiper-pagination {
    bottom: 20px;
    width: 100%;
}

.swiper-container-portal .swiper-button-next,
.swiper-container-portal .swiper-button-prev {
    background-image: none !important;
    height: 100%;
    display: table;
    top: 0;
    margin-top: 0;
    width: 60px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0);
}

.swiper-container-portal .swiper-button-next:hover,
.swiper-container-portal .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.swiper-container-portal .swiper-button-prev {
    left: 0;
}

.swiper-container-portal .swiper-button-next {
    right: 0;
}

.swiper-container-portal .fa-angle-left:before {
    content: "\f104";
    color: #fff !important;
    font-size: 50px !important;
    display: table-cell;
    vertical-align: middle;
}

.swiper-container-portal .fa-angle-right:before {
    content: "\f105";
    color: #fff !important;
    font-size: 50px !important;
    display: table-cell;
    vertical-align: middle;
}

.swiper-container-portal .slider-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.swiper-container-portal .swiper-button-disabled {
    display: none;
}

.swiper-container-portal .swiper-slide-next:hover img,
.swiper-container-portal .swiper-slide-prev:hover img {
    opacity: 0.8;
    cursor: pointer;
}

.swiper-container-portal .js-SliderPaging {
    z-index: 100;
    color: #000;
    position: absolute;
    border: 2px solid #000;
    background-color: #fff;
    padding: 7px 20px;
    left: 30px;
}

.u-bgGreen .swiper-container-portal .swiper-pagination-bullet-active {
    background: #fff;
}

.flexboxlegacy .swiper-container-portal .swiper-slide:not(.also-now-wrapper) a picture,
.flexboxlegacy .swiper-container-portal .swiper-slide:not(.also-now-wrapper) a picture img {
    position: relative;
    z-index: -1;
}

.flexboxlegacy .c-SliderHome .swiper-container-portal .swiper-slide:not(.also-now-wrapper) a picture,
.flexboxlegacy .c-SliderHome .swiper-container-portal .swiper-slide:not(.also-now-wrapper) a picture img {
    position: fixed;
    z-index: -1;
}



#p-microsite.portal-microsite .swiper-slide{
    max-width: 100%;
}

#p-microsite.portal-microsite .swiper-slide picture,
#p-microsite.portal-microsite .swiper-slide img{
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

#p-microsite.portal-microsite .swiper-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -20px;
    position: relative;
}

#p-microsite.portal-microsite .swiper-container-portal .swiper-button-prev,
#p-microsite.portal-microsite .swiper-container-portal .swiper-button-next{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #85EA6C;
    position: relative;
    text-align: center;
}
#p-microsite.portal-microsite .swiper-container-portal .swiper-button-next{
    margin-left: 15px;
}

#p-microsite.portal-microsite .swiper-container-portal .swiper-button-prev:before,
#p-microsite.portal-microsite .swiper-container-portal .swiper-button-next:before{
    font-family: 'icomoon' !important;
    content: "\e900";
    font-size: 10px;
    color: #000;
    display: block;
    line-height: 40px;

}
#p-microsite.portal-microsite .swiper-container-portal .swiper-button-prev:before{
    transform: rotate(180deg);
}

#p-microsite.portal-microsite .swiper-container-portal .swiper-pagination {
    bottom: -3px;
    right: 15px;
    display: inline-block;
    width: auto;
    transform: translateX(100%);
}

#p-microsite.portal-microsite .slide-text-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#p-microsite.portal-microsite .slide-text-content h1{
    font-size: 56px;
    text-transform: uppercase;
    line-height: 1;
}

.slide-text-content .slide-text-content-description{
    max-width: 530px;
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    color: #777777;
    font-size: 16px;
    line-height: 1.5;
}
.slide-text-content .slide-text-content-hightlight{
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    background-color: #85EA6C;
    font-weight: bold;
    font-family: "ralewaysemibold", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-left: -20px;
    margin-top: -23px;
}

#p-microsite.portal-microsite .top-slider{
    display: flex;
    position: relative;
    margin-top: -38px;
}

#p-microsite.portal-microsite .top-slider .swiper-container-portal{
    margin-top: -38px;
    padding-bottom: 20px;
}

#p-microsite.portal-microsite .swiper-container-portal .swiper-pagination-bullet{
    font-size: 14px !important;
    background: transparent;
    width: auto;
    height: auto;
    color: #B2B2B2;
    opacity: 1;
    top: 0 !important;
}

#p-microsite.portal-microsite  .swiper-container-portal .swiper-pagination-bullet-active{
    color: #000;
}

/***************** Breadcrumb *******************/
.postmessage #messages{
    margin: 0;
}
.c-Breadcrumb-portal .container {
    margin-bottom: 0;
    position: relative;
}
.c-Breadcrumb-portal .container:after {
    position: absolute;
    right: 25px;
    top: 12px;
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAAAmCAYAAAEXevGrAAAO0klEQVR42u1dC5RWVRW+CCYYClZaSx4DDqCSYEZqxkPBytRYIkauiFUaSitwnrwHLJYotVr5gBKdyme8nMUIBATIQ5lBhkxoIYG6MNOV5kKMBOYBDMzt+/7Ze9j/4d7//+efAX7g3rX2uv8995yz99l3n3322Wef83t+zg3T/eHd5xMe2JS9iOA11+UP7VzuD/B8wuh19eDmGT9+fFVRUZGfSn3Tpk07a9y4cbdr5Ru08jEv14NmHDt2rD9s2LCWyOxPmjTJ5x1pHwE+mTx5sj9x4kQ+3wPk+i4G/M13nldavdWbW+0T/BVeDCwlzKSVo+Djmj5hwoQ4IgAvFxQUdMN97dHSSSpvGs/lY06vuGRis35Q5fV9L3sL7ccEG6qkuTmNqY/si6/4Fa/UfkjlJSpeYnj6LxSsnTJlCnlbid8Tca+Vd+9qxeS918Djld5Cy2dWzC9vKn1ICtYasdTWDZY82/C7a710hFTcrB0miN9hneikXukQTaEBS/9rhaFBIJr5Yt/Lz8/vov1W+mDNphZzayot4HPO9Ve0qLRgK6LcgMj7Abey41spFkXwG8jNz0yjGuRJ85vGPgeoE1m7C2V/JyruXPzeR6Ipbw7RRxVHkAyGaSpBWoNbCyvcVIVKnGi0jwFHTCfYKo3WOnYxr5ZTVao4QPQ6JZpl6vV6ac0Ob8Fh3wKIXuyvBrEGMkumRYsehR63qDZtgM3ZfTKHYKcD+v29ArcD5pS1vPWUJRhyV0VwtUhubm53yGgVOk6r5qRPZTttglnYGWUuA7xZWFjY43gwVDtp/dAXRHA/r1DHVwWXYFRyBSqYp+oOv9eTYNzrpPKnxHjaq5rE9H6mv2cJAZSjnvOo3qRcLe/krhpcevdcfezNq85x9bG/ptV3XNWmLcb9fwEE+64Oj9epsTzvQLS6CCG3ueWMLRDPYVcXg+BCVxf7q+M5LBVUAP4jvxMSrGUcy3J/Tk7OOULcKjwvsuWMvm4awXbUMiNeGQk2SAYTgRJoy6h44F2ttbxGjRp1NkWNdfAZ5adaTuM+rv53Iwk++Zcz0oHg8e5I56/yBme09Rak6oIsuoweYDLdRI6Y3PgLOmE6YBGg+0lhsoxhCv1CiGwY03Swp1KkNQzFd26mMhc0P0G6Qf8EM5LMjreCThyT6wAfcMSAafcZx9J5X7w6JZbJ+L0R6RVOo/og/U3cj+DOedV0ybsBeCrkg20Dnk+MjfAE3ldKmZ14/ppT51Ck7+ZUCe926lAsZa9BfW9J2So8F5sRlMP+XhGev4sZUGEMoQrkr/D8QW06+H287CTQ7u6ytheOfLV1ViIo2NixTRiTrTFkh20Q8jSlGIxvTfvEMpkfRvOiXDvms7aJMPezOgGWxr1g6q4QBhQZv14rSwM/vDWd5WpBs4G4AvAtFzy/lfKrSXNBQUEH642Lk+SgyXSguREwwU7VBLFMVjVAyQIzB0pX669GYBiTkb6CefHuGyF2f218w+rx2A9qmLBe8H5FpHWZqjTe6TOljpU8BW55mRKou22teDK6ZhqTLzA6+FHb+DAmU7K0HqTfrFKJ/E+GMRn5HhFGfUjPtDBolDBlv5R7Wmem+H2ddPNFOsMUOmP4qEbwfIB5UM+lYUymJ4flOGU5kUzuTHCk4Twws5NNy8vL+yLzkaHyfEw50bm3oCGFaMQgTWNdQXl55efnt0eZnwDGoEy3APpuYn24DwgZlK+X97cF9KCLiNd1IXDGzl6Ad/1OCJMjO3l4twXHut4MjOgRG0hmbO625Bh3nIGH/pa9OOJmqp43FwbWO2NzX01ivpVnmNM2YnLE5IjJjXcb0yopwUA3+6QwGaP+CM6UZEnwnjBC6fyXPHtkdO5HEwppL2Yyg0HnHLWLuWx9sph8l/ot8KUPhxB6s/Ft1IjZNEzWBTZnMpN1BdOaoaB9B9rxwglnMn0GYsRfHGCHUoKrxfCvOZVUhUyOKo3AXC3C8vzJYPJwmU1tCZgo8P0DMrWtEeIvp++BESNOox5XZw/K/YMTF4nYYd77uaBPx5GZql9tHEpVSP9DwEdexRmjqLXZzrti61yig0rq/aHgJM1HjHNomzB5tzw/kjKT8zbGL/e5kLshMZNxvxEEHQqY+pbbhSllspGImNeL/gSz1HcQ95185swRz70lfRO7L+tBnTcD50yNw2JID+AQ87lrUcKo1wH/ZOCCOokUHxfJUNf7GqqF57F0bbrxXgr2GeVWeil44LKJceSW9lmJvXDts5IwmVPh7wsBk20jkbY9GZMZE+WWVZ+GMplM0OltSUlJyxAv2p+lntnIe76oqJ0B48Rrkm+ixeV6EV11gXZeKXQ/c9SnN/9QpbvuGwcL/VgF/lpnHfiYdeH4WJ0gJitTTWDZBPnanZIxOcyjJozrLTg2mLQRwqQnbV66VIWxleoEklXQpXxnnVohHrx3pXd0Tlkne/MPJfZbLPT9eiYn8VusSaoublGTRwbAjmws4IgjFYFM1q6aiMkMnDK69Oci3ZNCBqsjgqcng62EJqY/luijcnFAcF2RsUxmd5bgrB2it+5NhcmpSLJlspqFXPd38nYVvDscT1wvGxYSpGqkfJVd3QljsqXlhDNZVyPcASgZk1G+TIh/V/UuLQhaJ0FMtv5gukaNP7hGpPZy+rXx+wbDwAMmum+m1PmB+qLFcmHavjCdzIVUyfOh2s3Hnckwr+4mUjDjVsPknqIXVwasBR40pheJ/b1pwC7t1hqKCMadTyZL3ucd/dlTrQeN0BK18ws1H1mX9hKh6VmDb5sueam6wnNtAM3V7sfVgRjC8dJxZzLX4Oh8B7PbuI58mmVumg6C7I5S7nPOR+uARo9GY++hw1xHfeZF4z4fsmgwgE53lBsStKCAdz8FjOQHC5jRXaAOf9rjQeXdxQdJH0EaaWIedyZH1wnQydEVs9p9/5jYMguLhcnrnVgzF16JmBzuTx7acVPSqXUKU2+/rzeO9WGKvTjvNUy1y9KH3ArPH/1KBgUMRtepIMgpRGmlIsj9vVgMCKO5kjnskkZ7lUcBotEVCXJ0RYJ8agoyp1SYWmW74MbnpnKxjFsPpnmXaNyYwfl1TAUfxP0+hptGktSk9Tt+v6for9AFU12VxvPtZ4wg0wGlTiAFcdpsasw+QnroUKZhj6zZznTQbvND+q+cHW/VYHqHSCQbf4F33xIvpvKci+nceP0jhi7j+VrznduA732R96bTUpDprrZbUnQdU5YOn061HsbQaD2os87UVWMFWQ7guBcfYDngjxqmHF1pCfJLKshc44agXhbwXa61Xur4BafTV5C55vGsxvCLMOelwNBfGpf9dtSxTDWzK8jpXFye5aIXcFzFDRSoM6sxpg9HC3qtUfZLukYTMDK1MTi+ylB33U2T6sX6ufzB8jSrUi1P3FOnTm3AnWpZ7lEwfK48ui8hLo+uj505gkxBzM/P78tNKCLETKsDs25MwMwf67qSDG3dUecKE8USJ8jcb6YrrHIozlNBtjbKzkBd1dpB1FRREJp31y+bxJZRrtR1Lm5cZL3shBo/oSYTI3YEBzfL0E6vURwWFJ+8Y7uKjnFxl5S05NK8rq0pfgXhwS53uUhws30HkuHmURE2cAX4JpFvRoAbwOJWUKVkR1x9RxMPnWi159+RtcYf0KKqSTAI0N+LHamUs+6seXmvtqgesy59yC0nHD08oTGCbHdF4b7GCOPeoN7OrWp4f1jLgmnflbLrwzSyaIg6o/GLnY4xSjuRdI46xtJRE0MA2lJ7USPLqjdP/GkvQ2hv3YdoNRDSVjJIB/nvAE0PU+PxYB9rW3KiRNtdtbCcZMENpaWuDUo8xMe1Vc4jtJ0M+OShEqrxWY+siz7MKCvTvu8F4J6hWpi4uRGV25+dfFWo78uMtYEgD0D6APB1sznajLvF7mS6AiMRuFPNCjrKrGI635M+8LOX5y3xL/bm+12aBCV+V2+OH2uoX9L2Qn956yy/tIlQ4rVJV5BN/ExbhreplkD6DhuBRYaCgXv0mDe7LTpdQcbvIZYWxtSEmQIBtmBvs6E2FtYRshOul+YTbfW2GwTgDPvXMMbT5qepIpPbnarxcD/ISVYS04Nm0WGti7FBs2bNOidBm66joNv8dje1a1rYbZCNMi28F2veqD+O40D6UOr73pzqsTFBXoknmAe4pw9rG7cTMEyQhZFdqY11WNZNEaIVt+vwZ0NZmiLIdsIoHej6Rkw2GwRZaJ0fYgpNUo0vHbAoBVu03EyqjpiNzpfi97+1PsUtQ/cWPP/AqWeqg3tcCu3aaHBzv3Cv5hdkbkNNFnCRDBiQMa+6UAR5YdLAjBXJAzeaS5BFi1zPkFFlPt6P4dZ+tT0ZBh+wVzddjVzqmDlDmiDIz4UIZZ4VJpoUSSaarRj2b4bw/TRtAvy5A5GHobaVRvBUYO8U3GMtbj3rMpFfnlrY4N7LkTAS5DQEWYRkpOaxPmJGXAbFzaUryNJp6oxd+CnKXpXkY5/VGEEGvRcizy6dKHHoDmqzafuD2nah9zGLN+iih0QEq6GzM52RqTy+1+A+BPh2Im+QxU0fcSKvRYgg91F+S12lZ6wgywf9tR1CGYKsE5/mEmR9jw+2z9iesROBuA2RxxPiPpcbvzhKcO+Pei1SFWTJexE1nTVjhKa/yp5N4tmqmtCcJV1ohLUdvSbseEh/nVtnANO464MH/FkXJjesabmioiJuT3zL4uZpQtwLBfgT0uYD3rC4JW9eMvdbkCCLGfi2w08e1TgXZV/Ct1l4Wggyd9GBUTzmaR8atg8NT6QhFjAP8u9tOFU8uHOsYD5OuPD7YxuNTK+BHOnEyRjfzwxZeqX9+Qxgtw0vN+6qj+gRKC4uPluEk4cj7mG90p7iZG3naCIeg/fU3leQzlApXo9vhviduQv80xD63qEN7C7PG15+gWYN8rzv4hbh3I/7X3AflOB7LFU+y2HtWQlMlEeBp1K3SSke8H/OaSHI0RVdkSBHVyTIkSBHV8Zc2auqZ3ZednBx1tIDi9KFLivrlnRaXhU7hs4vy57gV2Qv8csuWZQ2bMxe7G/KoP8iiK6Mv/4Pi8rIdhSkDnEAAAAASUVORK5CYII=);
    background-size: cover;
    display: block;
    width: 89px;
    height: 19px;
}
.p-microsite .c-Breadcrumb-portal{
    padding: 0;
}
.p-microsite .c-Breadcrumb-portal{
    background-color: transparent;
    z-index: 2;
    position: relative;
}
.p-microsite. .c-Breadcrumb-portal{
    background-color: transparent;
    z-index: 2;
    position: relative;
}
.c-Breadcrumb-portal .row > div {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.c-Breadcrumb-portal ol {
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 0;
}
.c-Breadcrumb-portal ol li {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22.5px;
}
.c-Breadcrumb-portal ol li a {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
}
.c-Breadcrumb-portal .backButton{
    list-style: none;
    padding: 0;
    padding-right: 15px !important;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    padding-top: 15px;
}
.c-Breadcrumb-portal ol.backButton li::before {
    content: "<";
    padding: 0 10px 0 0;
}
.c-Breadcrumb-portal ol.backButton li::after {
    display: none;
    content: "|";
    padding: 0 0 0 10px;
}

.c-Breadcrumb .news-icon:before,
.c-Breadcrumb .solution-icon:before,
.c-Breadcrumb .cloud-icon:before,
.c-Breadcrumb .tools-icon:before,
.c-Breadcrumb .learn-icon:before,
.c-Breadcrumb .partner-icon:before{
	display: none;
}

.c-Breadcrumb ol li a{
	text-decoration: none;
	outline: none;
}

.c-Breadcrumb ol li a:hover, .c-Breadcrumb ol li a:focus{
	border: none;
	color: #85EA6C;
	text-decoration: none;
	outline: none;
}

.p-microsite .c-Breadcrumb .container > .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
        display: flex;
    }

@media screen (min-width: 768px){   
    .c-Breadcrumb-portal ol.backButton li:after {
        display: inline-block;
    }
}


/*****************  Slider fix *********************/

.text-image-slider .slide-text-content, .text-image-slider .slide-text-content div{
    display: block !important;
}

.text-image-slider .slide-text-content div.slide-text-content-hightlight{
    display: inline-flex !important;
    height: 46px;
    align-items: center;
    justify-content: center;
}
.text-image-slider .slide-text-content div.slide-text-content-hightlight p,
.text-image-slider .slide-text-content div.slide-text-content-hightlight a{
    margin-bottom: 0;
}

.text-image-slider .swiper-slide{
    max-width: 100%;
}

.text-image-slider .swiper-slide picture,
.text-image-slider .swiper-slide img{
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

.text-image-slider .swiper-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -20px;
    position: relative;
}

.text-image-slider .swiper-container-portal .swiper-button-prev,
.text-image-slider .swiper-container-portal .swiper-button-next{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #85EA6C;
    position: relative;
    text-align: center;
}
.text-image-slider .swiper-container-portal .swiper-button-next{
    margin-left: 15px;
}

.text-image-slider .swiper-container-portal .swiper-button-prev:before,
.text-image-slider .swiper-container-portal .swiper-button-next:before{
    font-family: 'icomoon' !important;
    content: "\e900";
    font-size: 10px;
    color: #000;
    display: block;
    line-height: 40px;

}
.text-image-slider .swiper-container-portal .swiper-button-prev:before{
    transform: rotate(180deg);
}

.text-image-slider .swiper-container-portal .swiper-pagination {
    bottom: -3px;
    right: 15px;
    display: inline-block;
    width: auto;
    transform: translateX(100%);
}

.text-image-slider .slide-text-content{
    display: block !important;
}

.text-image-slider .slide-text-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.microsoft-homepage.p-central .text-image-slider .slide-text-content h1 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    max-width: 510px !important;
}

.text-image-slider .slide-text-content h1{
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    max-width: 500px;
}

.slide-text-content .slide-text-content-description{
    max-width: 530px;
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    color: #777777;
    font-size: 16px;
    line-height: 1.5;
}
.slide-text-content .slide-text-content-hightlight{
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    background-color: #85EA6C;
    font-weight: bold;
    font-family: "ralewaysemibold", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-left: -20px;
    margin-top: -23px;
}

.text-image-slider .top-slider{
    display: flex;
    position: relative;
    margin-top: -38px;
}

.text-image-slider{
    margin-top: -38px;
    padding-bottom: 20px;
}

.text-image-slider .swiper-container-portal .swiper-pagination-bullet{
    font-size: 14px !important;
    background: transparent;
    width: auto;
    height: auto;
    color: #B2B2B2;
    opacity: 1;
    top: 0 !important;
}

.text-image-slider  .swiper-container-portal .swiper-pagination-bullet-active{
    color: #000;
}

.text-image-slider a.lnk{
    color: #000 !important;
}

.text-image-slider a.lnk:hover, .text-image-slider a.lnk:focus{
    outline: none;
    text-decoration: none;
    color: #000;
}

.c-Gallery .text-image-slider {
    margin-top: 0;
    padding-bottom: 0;
}


/************ Articles ****************************/

.headline-portal .article > .row{
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.headline-portal{
    padding-top: 20px;
}

.headline-portal .article h2, .headline-portal .article h1{
    margin-bottom: 10px;
}

#p-microsite.portal-microsite .p-microsite-section,
#p-microsite.portal-microsite .c-SliderHome,
#p-microsite.portal-microsite .p-microsite-box{
    background-color: #fff;
}

#p-microsite.portal-microsite h2{
    font-size: 30px;
    line-height: 32px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: none;
}

#p-microsite.portal-microsite .p-microsite-box .article{
    border: none;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#p-microsite.portal-microsite .p-microsite-box .row {
    margin-left: -8px;
    margin-right: -8px;
}

#p-microsite.portal-microsite .p-microsite-box .article .col-xs-12:not(.col-for-image){
    padding: 0 8px;
}

#p-microsite.portal-microsite .p-microsite-box .article .headline{
    font-size: 18px;
    font-weight: 500;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}


.campaign-box .row.equalheight,
.promotion-box .row.equalheight{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.campaign-box p,
.promotion-box p{
    color: #777777;
}

.campaign-box .article .col-xs-12:not(.col-for-image){
    padding-right: 20px !important;
}

.promotion-box .article .col-xs-12:not(.col-for-image){
    padding-right: 0 !important;
    margin-left: -25px;
    margin-right: -25px;
}

.article a:not(.btn){
    color: #000;
    border-bottom: none;
    display: block;
    align-items: center;
}

.article a:not(.btn):hover{
    text-decoration: none;
    color: #85EA6C;
    border-bottom: none;
}

main a.btn-primary{
    color: #000;
    border: none;
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    text-transform: none;
    font-weight: bold;
}

main a.btn-primary:hover,
main a.btn-primary:focus{
    text-decoration: none;
    color: #85EA6C !important;
    border: none !important;
    background: none;
}
#microsite_content section a.btn-primary:hover, 
#microsite_content section a.btn-primary:focus{
   text-decoration: none;
    color: #85EA6C !important;
    border: none !important;
    background: none;
}

main a.btn-primary:before{
    font-family: 'icomoon' !important;
    content: "\e900";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #85EA6C;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color: #000;
}

main a.btn-primary:after{
    display:none;
}

.p-microsite-box .col-xs-12.equalheight{
    margin-bottom: 40px;
}

.p-microsite-box .col-md-3.equalheight:nth-last-child(-n+4){
    margin-bottom: 0;
}
.p-microsite-box .col-md-4.equalheight:nth-last-child(-n+3){
    margin-bottom: 0;
}
.p-microsite-box .col-md-6.equalheight:nth-last-child(-n+2){
    margin-bottom: 0;
}



/************ Pre-Footer ****************************/

#list-categories.bg-gray-1.box{
    background-color: #F0F0F0;
}

#list-categories{
    padding: 80px 0 20px;
    
}
#microsite_content section#list-categories:last-of-type{
    margin-bottom: 0 !important;
}

#list-categories .row > div {
    margin-bottom: 0;
}

.article-list{
    margin-bottom: 30px;
}

.article-list ul, .article-list ol{
    list-style-type: none !important;
    padding: 0;
}

.article-list .article-list-headline{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.article-list .article-list-items ul{
    list-style-type: none;
    padding: 0;
}

.article-list .article-list-items ul li{
    margin-bottom: 15px;
}

.article-list .article-list-items ul li a.btn-primary{
    color: #000;
    display: inline-flex;
    align-items: center;
    border-bottom: none;
}

.article-list .article-list-items ul li a.btn-primary:before{
    font-family: 'icomoon' !important;
    content: "\e900";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #85EA6C;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color: #000;
}

.article-list .article-list-items ul li a.btn-primary:hover,
.article-list .article-list-items ul li a.btn-primary:focus{
    text-decoration: none;
    color: #85EA6C;
    border-bottom: none;
}

.article-list h3{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.article-list ul li{
    margin-bottom: 5px;
}

#microsite_content .article-list .grid .grid-col{
    padding: 0;
}



/************************ Alert box **************/
#top-news-alert{
    background-image: url("../img/top-alert-bg.jpg");
    background-size: cover;
    text-align: center;
}

#top-news-alert .alert{
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-news-alert .alert a{
    border: 2px solid #000;
    font-size: 12px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    position: relative;
    margin: 0;
    margin-left: 20px;
}

#top-news-alert .alert-dismissible .close {
    position: absolute;
    top: 25px;
    right: 40px;
    opacity: 1;
    text-shadow: none;
}

#top-news-alert .alert-dismissible .close:before {
    font-family: 'icomoon' !important;
    content: "\e903";
    font-size: 12px;
}

#popup-promotion{
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-content{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    text-align: center;
}
.popup-content-inner{
    background-color: #fff;
    display: inline-block;
    position: relative;
}
.popup-bottom{
    padding: 20px 20px 30px 20px;
}
#popup-close{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #85EA6C;
    box-shadow: 1px 0 12px rgba(0,0,0,0.6);
    text-align: center;
    cursor: pointer;
}

#popup-close:before{
    font-family: 'icomoon' !important;
    content: "\e903";
    font-size: 10px;
    line-height: 40px;
    color: #000;
}

.btn.btn-green{
    background-color: #85EA6C;
    color: #000;
    border-color: #85EA6C;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.btn.btn-green:hover, .btn.btn-green:focus, .btn.btn-green:active{
    background-color: #000;
    color: #85EA6C;
    border-color: #000;
}

a.link-text{
    color: #000;
    text-decoration: underline;
}

a.link-text:hover, a.link-text:focus, a.link-text:active,
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active{
    color: #85EA6C;
}

.filter-list input[type="checkbox"]:checked,
.filter-list input[type="checkbox"]:not(checked),
.filter-list input[type="radio"]:checked,
.filter-list input[type="radio"]:not(checked) {
	position: absolute;
}

.filter-list input[type="checkbox"] + label{
	display: flex;
	align-items: center;
	margin-bottom: 15px;	
}

.filter-list input[type="checkbox"]:checked + label::before,
.filter-list input[type="checkbox"]:not(checked) + label::before,
.filter-list input[type="radio"]:checked + label::before,
.filter-list input[type="radio"]:not(checked) + label::before {
	border: 1px solid #B2B2B2;
	top: 0;
}

.filter-list input[type="checkbox"]:checked + label::before, .filter-list input[type="radio"]:checked + label::before {
    background: transparent;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDEyIDkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+YXRvbS9pY29uL2NoZWNrbWFyazwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz4gICAgICAgIDxwYXRoIGQ9Ik0wLjM1ODkxMzk1NSw1LjE3NzEzMzIzIEMtMC43Mzg3OTA2Miw0LjA3Mjc3NjMxIDAuOTMwNTA4MjQ1LDIuMzkzMzM1MzYgMi4wMjgyMzg0LDMuNDk3NjkyMjggTDQuMTUwMjI4NDgsNS42MzI1NDIxMyBMOS4zMDUwOTgwNywwLjM2MTA4OTA1OSBDMTAuNDAyODAyNiwtMC43NDMyNjc4NjcgMTIuMDcyMTI3MSwwLjkzNjE0NzM0NyAxMC45NzQ0MjI1LDIuMDQwNTMwMDEgTDQuOTg1MDgyNTcsOC4xNTIwMjUyNyBDNC41MjM5MTEwNyw4LjYxNTk5MTU4IDMuNzc2OTU1MjEsOC42MTU5OTE1OCAzLjMxNTc1ODEyLDguMTUyMDI1MjcgTDAuMzU4OTEzOTU1LDUuMTc3MTMzMjMgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPiAgICA8L2RlZnM+ICAgIDxnIGlkPSJTeW1ib2xzLSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0ibW9sZWN1bGUvY2hlY2tib3giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjAwMDAwMCwgLTUuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9ImF0b20vaWNvbi9jaGVja21hcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCA1LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+ICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgICAgIDwvbWFzaz4gICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkZpbGwtMSIgZmlsbD0iIzAwMDAwMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iYXRvbS9jb2xvdXIvQmxhY2siIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzAwMDAwMCI+ICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuMDkyNTkzLCAtNS45ODE0ODEpIiBpZD0iUmVjdGFuZ2xlIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE5LjIwMzcwMzciIGhlaWdodD0iMTkuMjAzNzAzNyI+PC9yZWN0PiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
	text-align: center;
	top: 0;
    padding-top: 1px;
}

/******************* MEDIA QUERY ************************/
@media (min-width: 992px) {
	#microsite_header.portal-header .col-xs-12 > ul{
		display: flex !important;
        margin-left: -20px;
        margin-right: -20px;
	}
	.p-microsite .m-portal-header_menu {
		display: none;
	}
	.p-microsite .m-Breadcrumb-icon {
		display: none;
	}
	.p-microsite #microsite_header.portal-header .col-xs-12 > ul > li > a {
		text-transform: uppercase;
        position: relative;
        padding: 0 20px;
	border-bottom: none;
	}
    .p-microsite #microsite_header.portal-header .col-xs-12 > ul > li > a:after{
        content: "";
        width: 1px;
        height: 20px;
        position: absolute;
        right: 0;
        background-color: #777777;
        left: 100%;
        top: 5px;
    }
    .p-microsite #microsite_header.portal-header .col-xs-12 > ul > li:first-child > a:after{
        top: 3px;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li::after,
    .p-microsite #microsite_header.portal-header .col-xs-12 > ul > li:last-child > a:after{
        display: none;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li {
        padding: 0;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown:hover .dropdown-menu{
    display: block !important;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown.dropdown-fullwidth:hover .dropdown-menu{
        display: flex !important;
    }
}

@media (max-width: 1280px) {
	.p-microsite .swiper-container-portal .swiper-pagination {
		position: relative;
		bottom: -10px;
		right: 0;
		transform: translateX(0);
	}
	.p-microsite footer .c-Footer >.container-fluid >.row  {
		max-width: 100vw;
	}
	.p-microsite footer .c-Footer >.container-fluid >.row > .m-footerGreen.u-bgGreen > .row:nth-child(1) .col-xs-12{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 1200px) {
	.p-microsite .top-slider {
		margin-top: 0;
	}
	.p-microsite .slide-text-content h1 {
		font-size: 50px;
	}
	#microsite_header .container {
		width: 100%;
	}
}
@media (max-width: 1024px) { 
	.p-microsite.slide-text-content {
		-webkit-transform: translateY(-40%);
   		 transform: translateY(-40%);
	}
	#microsite_header.portal-header .col-xs-12 > ul > li {
		padding: 0;
	}
	#microsite_header.portal-header .col-xs-12 > ul li a {
		font-size: 10px;
	}
	
}
@media (max-width: 991px) {
    .p-microsite .m-portal-header_menu{
        width: auto;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li:first-child{
        padding: 10px 25px;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.active, #microsite_header.portal-header .col-xs-12 > ul > li:focus{
        background-color: #fff;
        padding: 15px 25px 17px;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown:hover .dropdown-menu{
        display: none;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown.dropdown-fullwidth:hover .dropdown-menu{
        display: none;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth{
        position: relative;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li {
        max-width: 100% !important;
        flex: 0 0 100%;

    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu{
        position: relative;
        flex-wrap: wrap;
        top: auto;
        padding-right: 0;
        width: 100%;
    }
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline {
        height: auto;
    }
    .p-microsite .m-portal-header_menu {
		display: none;
	}
    #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li {
        padding-right: 0;
    }
	
	#microsite_header.portal-header .col-xs-12 > ul > li > a {
		text-transform: uppercase;
	}
    
	.p-microsite .m-portal-header_menu .navbar-toggler {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 0;
		margin-left: auto;
		width: 22px;
		height: 24px;
		border: 0;
		color: #84e96a;
		background-color: transparent;
		align-content: center;
	}
	.p-microsite .m-portal-header_menu .navbar-toggler:focus {
		outline: none;
	}
	.p-microsite .m-portal-header_menu .navbar-toggler .menuhamber,
	.p-microsite .m-portal-header_menu .navbar-toggler .menuhamber:before,
	.p-microsite .m-portal-header_menu .navbar-toggler .menuhamber:after  {
		width: 20px;
		height: 3px;
		background-color: #84e96a;
		border-radius: 0.75px;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
		line-height: 1;
	}
	.p-microsite .m-portal-header_menu .navbar-toggler .menuhamber {
		position: absolute;
		display: inline-block;
		top: 5px;
	}
	
	.p-microsite .m-portal-header_menu .navbar-toggler .menuhamber:before {
		content:"";
		position: absolute;
		top: 6px;
		left: 0;
	}
	.p-microsite .m-portal-header_menu .navbar-toggler .menuhamber:after {
		content:"";
		position: absolute;
		top: 12px;
		left: 0;
		-webkit-transform: rotate(0deg);
  		transform: rotate(0deg); 
	}
	.p-microsite .m-portal-header_menu {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		background-color: #000;
		align-items: center;
	}
	#microsite_header .m-portal-header_menu a {
		font-weight: 800;
		font-size: 12px;
		color: #fff;	
	}
	#microsite_header .m-portal-header_menu a:focus,
	.p-microsite main a:hover, 
	.p-microsite main a:focus {
		text-decoration: none;
		outline: none;
		border-bottom: 0;
	}
	#microsite_header.portal-header .col-xs-12 > ul {
		position: absolute;
		display: none;
		flex-direction: column;
		width: 100vw;
		top:45px;
		margin-left: -25px;
		padding: 0;
		max-height: calc(100vh - 191px);
		overflow-y: auto;
		-webkit-transition: opacity 0.4s 0s ease-in;
		-moz-transition: opacity 0.4s 0s ease-in;
		-o-transition: opacity 0.4s 0s ease-in;
    		transition: opacity 0.4s 0s ease-in;
    		box-shadow: 0 0 8px rgba(0,0,0,.3);
	}
	
	.p-microsite.openMobileMenu .m-portal-header_menu .navbar-toggler .menuhamber {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		-o-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		top: 10px;
	}
	.p-microsite.openMobileMenu .m-portal-header_menu .navbar-toggler .menuhamber:before{
		 opacity: 0;
   		 visibility: hidden;
	}
	.p-microsite.openMobileMenu .m-portal-header_menu .navbar-toggler .menuhamber:after {
		top: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#microsite_header.portal-header .col-xs-12 > ul > li {
		position: relative;
		flex: 1;
		width: 100%;
		background-color: #fff;
		padding: 10px 25px;
		border-bottom: 1px solid #d2d2d2;
		float: none;
        display: block;
		height: auto;
	}
	.m-Breadcrumb-icon {
		display: inline-block;
	}
    
    /***** Modified ****************/
    #microsite_header.portal-header .col-xs-12 > ul#headerMenu > li.dropdown > .icon-arrow{
        position: absolute;
		display: inline-block;
        right: 25px;
        top: 12px;
        transition: all 300ms 0s linear;
        padding: 6px;
        cursor: pointer;
    }
    #microsite_header.portal-header .col-xs-12 > ul#headerMenu > li.dropdown > .icon-arrow:after {
		 font-family: 'icomoon' !important;
   		 content: "\e901";
		color: #000;
		font-size: 12px;
		background-color: transparent;
        width: auto;
        height: auto;
        line-height: 1;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li.dropdownOpen .icon-arrow {
		transform: rotate(-180deg);
		top: 20px;
		right: 25px;
		transition: all 300ms 0s linear;
	}
    /***** /Modified ****************/

	#microsite_header.col-xs-12 > ul > li.active:first-child{
		background-color: #fff;
		padding: 15px 25px 17px;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li.active:first-child:before {
		display: none;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li:first-child > a{
		display: none;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li:first-child > img.m-Breadcrumb-icon {
		position: relative;
		display: inline-block;
		width: 90px;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li > a{
		color: #000;
		font-size: 14px;
        line-height: 12px;
		text-transform: capitalize;
        width: 90%;
        position: relative;
        padding: 12px 0;
        text-decoration: none !important;
        border: none !important;
	}
    #microsite_header.portal-header .col-xs-12 > ul > li > a:hover,
    #microsite_header.portal-header .col-xs-12 > ul > li > a:active,
    #microsite_header.portal-header .col-xs-12 > ul > li > a:focus{
        text-decoration: none !important;
        border: none !important;
    }
	#microsite_header.portal-header .col-xs-12 > ul > li:after {
		display: none;
	}

	#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu {
		position: relative;
		display: none;
		width: calc(100% + 50px);
		box-shadow: 0 0 0;
		top: 10px;
		margin: 0 -25px;
		border-top: 0;
        float: none;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu-show {
		display: inline-block !Important;
	}
	#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu > li > a {
		font-size: 13px;
		color: #999;
	}
    #microsite_header.portal-header .col-xs-12 > ul > li.active:after {
        color: #85EA6C;
    }
	#microsite_header.portal-header .col-xs-12 > ul > li.active > a,
	#microsite_header.portal-header .col-xs-12 > ul > li:focus > a{
		color: #85EA6C;
	}
    #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu{
        padding: 0 20px 15px 20px;
    }
	#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li:hover,
	#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li.active{ 
		    background-color: #fff;
	}
    #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li{
        border-top: none;
        float: none;
    }
    
    #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu > li > a,
	#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li.active a{
		color: #777777;
        font-size: 15px;
        padding: 8px 0 8px 15px;
	font-family: ralewaysemibold;
	}
	.p-microsite .c-Breadcrumb .container:after {
		display: none;
	}
	.slide-text-content h1 {
		margin-bottom: 15px;
		font-size: 40px;
	}
	.slide-text-content .slide-text-content-description {
		font-size: 15px;
		padding: 20px 20px 30px 20px;
    }

    /***************** ICONS *****************/
    .news-icon:before, .solution-icon:before, .cloud-icon:before, .tools-icon:before,  .learn-icon:before, .partner-icon:before{
	display: none;
    }
     .p-microsite .seperator-sub .p-microsite-products-title_sub--sum {
        width: 100%;
        text-align: left;
    }
    .p-microsite  .seperator-sub_hastag strong  {
        font-size: 14px;
        width: 160px;
    }
    .p-microsite .p-microsite-article-filter-box {
        margin-top: 15px;
        width: 100%;
        /* justify-content: flex-start; */
    }
    .p-microsite  .p-microsite-lists-cntn > .equalheight {
        height: auto;
    }
}

#microsite_content input.btn-primary, #microsite_content a.btn-primary {
    background: transparent !important;
}

@media (max-width: 768px) {
	h2 {
		margin-bottom: 30px;
		text-align: left;
	}
	.text-image-slider{
		margin-top: 0;
	}
	.swiper-slide {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column-reverse;
	}
	.swiper-slide picture {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
	}
	.p-microsite .swiper-buttons {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: -40px;
	}
	.swiper-container-portal .swiper-slide > div {
		position: relative;
		top:0;
		margin-top: calc(-100% + 50px);
		padding-left: 25px;
		padding-right: 25px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		z-index:99;
	}
	.slide-text-content > div.container {
		padding-left: 0;
		padding-right: 0;
	}
	.slide-text-content .slide-text-content-description {
		margin-top: calc(100% - 95px);
		max-width: 100%;
		padding-left:0;
		padding-right: 0;
	}
    .slide-text-content .slide-text-content-hightlight {
		margin-left: 0;
	}
	.swiper-container-portal .swiper-pagination {
		right: auto;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.c-Breadcrumb-portal ol,
    .c-Breadcrumb ol.backButton li:after {
		display: none;
	}
	.p-microsite  .c-Breadcrumb .breadcrumb {
		font-weight: 500;
	}
	.p-microsite .slide-text-content h1  {
		text-align: left;
		font-size: 40px;
		margin: 0;
		height: 120px;
	}
	.p-microsite .swiper-container-portal .swiper-pagination-bullet {
		position: relative;
		top: -10px !important;
	}
	.p-microsite .p-microsite-box .article p{
		text-align: left;
	}
	.p-microsite .p-microsite-box .col-md-4.equalheight:nth-last-child(-n+3) {
		position: relative;
	}
	.p-microsite footer .c-Footer>.container-fluid>.row>div.m-footerGreen {
		text-align: center;
	}
	.p-microsite footer .c-Footer .btn {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.p-microsite .p-microsite-box .col-md-3.equalheight:nth-last-child(-n+4),
	.p-microsite .p-microsite-box .col-xs-12.equalheight {
		margin-bottom: 40px !important;
	}
    .p-microsite .seperator-sub h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .p-microsite .seperator-sub .p-microsite-products-title_sub--sum {
        font-size: 15px;
    }
    .p-microsite #microsite_content .seperator-sub .row > div > .seperator-sub_hastag {
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: flex-start;
    }
    .p-microsite  .seperator-sub_hastag strong {
        margin-bottom: 5px;
        align-self: flex-start;
    }
    .p-microsite .seperator-sub_hastag > ul  {
        align-self: flex-start;
    }
    .p-microsite .seperator-sub_hastag > ul > li:first-child {
        margin-left: 0;
    }
    .p-microsite .seperator-sub_hastag > ul > li > span {
        font-size: 10px;
    }
    .p-microsite #microsite_content .p-microsite-lists {
        margin-bottom: 0;
    }
    .p-microsite #microsite_content .p-microsite-products-title_subpage h3 {
        text-align: left;
    }
}
@media (max-width: 575px) {
	.p-microsite .slide-text-content {
		margin-top: calc(-100% + 40px);
	}
	.p-microsite .slide-text-content h1  {
		font-size: 35px;
	}
    .p-microsite #microsite_content .p-microsite-boxFeature > .container > .row > .p-microsite-products-title_subpage > .row {
        padding-top: 40px;
    }
    .p-microsite #microsite_content .p-microsite-products-title_subpage > .row {
        padding-top: 40px;
    }
    .p-microsite #microsite_content .p-microsite-products-title_subpage h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .p-microsite #microsite_content .p-microsite-products-title_subpage h3 a {
        top: 7px;
    }
}


.c-Breadcrumb{
	z-index: 2;
    	position: relative;
}

.page-hero-banner .breadcrumb > .active{
	color:#c2c2c2;
}
.page-hero-banner .c-Breadcrumb ol.backButton li:before,
.page-hero-banner .c-Breadcrumb ol li a{
	color:white;
}
.page-hero-banner .c-Breadcrumb ol li a:hover,
.page-hero-banner .c-Breadcrumb ol li a:focus{
	border: none;
    	color: #85EA6C;
    	text-decoration: none;
    	outline: none;
}

.page-hero-banner .breadcrumb > li + li:before{
	color:white;
}
.page-hero-banner .c-Breadcrumb ol.backButton li:after{
	color:white;
}
/*
.page-hero-btn #section,
.page-hero-btn #microsite_content,
.page-hero-btn #top,
.page-hero-btn body.p-microsite

{
	position:relative;
	z-index:-1;
}*/
.hero-banner{
    	position: relative;
}
.hero-banner .parallax-container .parallax img{
	left:0;
}
.hero-banner h2{
	text-transform: uppercase;
}
.hero-banner .container.parallax-text p{
	margin-bottom:0;
}

/*.hero-banner .container.parallax-text{
	max-width: 1140px;
    	margin: 0 auto;
   	left: 50%;
    	transform: translate(-50%,-50%);
}*/




@media (min-width: 768px){
    .hero-banner .parallax-container  > .container{
        width: 720px;
        margin: auto;
        left: 0;
        right: 0;
    }
}
@media (min-width: 992px){
    .hero-banner .parallax-container  > .container{
        width: 940px;
    }
}
@media (min-width: 1200px){
    .hero-banner .parallax-container  > .container{
        width: 1140px;
    }
}

.greenline-end .article,
.greenline-header h1,
.greenline-header h2,
.greenline-header-with-text h2 + p{
	padding-bottom:25px;
	position:relative;
	padding-top: 15px;
	margin-bottom:25px;
}

.greenline-header h1::before,
.greenline-header h2::before,
.greenline-header-with-text h2 + p::before,
.greenline-end .article::after
{
    	width: 80px;
	height:4px;
	background-color:#85EA6C;
	content:'';
	position:absolute;
	bottom:0;
	left:0%;
}

.greenline-header .text-center h1::before, 
.greenline-header .text-center h2::before,
.greenline-end .text-center .article::after{
	left:50%;	
	transform:translateX(-50%);
}
.grid-3-col h3,
.grid-4-col h3{
	text-transform: unset;
    	font-size: 15px;
    	margin: 0 0 10px;
}
.grid-3-col .grid .row > div,
.grid-4-col .grid .row > div{
	padding-left:0;
}
.grid-2-col{
	padding-bottom:40px;
}

.grid-2-col .article > .row{
	padding:0 !important;
}

.grid-2-col .article > .row p{
	margin-bottom:10px;
}
.pt-90{
	padding-top:90px !important;
}
.pb-90{
	padding-bottom:90px !important;
}
.pt-80{
	padding-top:80px !important;
}
.pb-80{
	padding-bottom:80px !important;
}
.pt-70{
	padding-top:70px !important;
}
.pb-70{
	padding-bottom:70px !important;
}
.pt-60{
	padding-top:60px !important;
}
.pb-60{
	padding-bottom:60px !important;
}
.pt-50{
	padding-top:50px !important;
}
.pb-50{
	padding-bottom:50px  !important;
}
.pt-40{
	padding-top:40px !important;
}
.pb-40{
	padding-bottom:40px !important;	
}
.pt-30{
	padding-top:30px !important;
}
.pb-30{
	padding-bottom:30px !important;	
}
.pt-20{
	padding-top:20px !important;
}
.pb-20{
	padding-bottom:20px !important;	
}
.pt-10{
	padding-top:10px !important;
}
.pb-10{
	padding-bottom:10px !important;	
}
.custom-paragraph .article p:not(:empty){
	margin-bottom:0;
}
#microsite_content .custom-btn section .parallax-text .btn-default,
.custom-btn p a.btn-default{
	background: #85EA6C;
    	font-weight: bold;
    	border: none;
    	padding: 15px 30px;
	color: black !important;
}
#microsite_content .custom-btn section .parallax-text .btn-default:focus,
.custom-btn p a.btn-default:focus{
	border:unset !important;
}

#microsite_content .custom-btn section .parallax-text .btn:hover,
.custom-btn p a.btn:hover{
	border: unset !important;
    	color: #85EA6C !important;
    	background: black !important;
}

.h2-on-top h2:first-child
{
	margin-top:0;
}
.steps-media{
	/*margin-top: 60px;*/
}
.steps-media .img-responsive{
	margin:0 auto;
}
.steps-media .container{
	padding-top: 40px;
    	padding-bottom: 40px;
    	
}

.steps-media .article .row,
.vertical-center .article > div.row{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.vertical-center-image .article > div.row{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.sub-link .article p.small{
	margin-bottom: 10px;
    	font-size: 12px;
    	text-decoration: underline;
}
.sub-link .article p.small a{
	color: #868686;
    	font-weight: normal;
    	font-style: italic;
}

.sources-text p.small{
	margin-bottom: 5px;
    	font-size: 12px;
    	font-style: italic;
    	color: #929292;
	text-decoration:none;
	line-height: 1.5;
}
.sources-text .article .row,
.sources-text.right-text .article .row{
	padding-top:0 !important;
}
.sources-text.right-text .article .row .col-xs-12{
	padding-right:0;
}
.sources-text .article a:not(.btn){
	font-weight:normal !important;
}
/*
.diamond-ico b::before{
	content: '';
    position: absolute;
    background: #85EA6C;
    width: 15px;
    height: 15px;
    top: -30px;
    left: 25px;
    transform: rotate(45deg);
}*/

.cols-4-graphic-text .article .img-responsive{
	margin:0 auto;
	
}

.img-center .article img.img-responsive{
	margin: 0 auto;
}
@media screen and ( min-width:992px){
	.cols-5-items .grid-col{
		width:20%;
	}
}


.c-Breadcrumb {
	z-index: 2;
    	position: absolute;
    	width: 100%;
}
.c-Breadcrumb .row{
	margin: 0;
}

.shadow-card .article{
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.15);
}
.shadow-card .article .row:first-child{
	padding-top:0 !important;
}
.shadow-card .article .row:last-child{
	padding:15px !important;
}

.container.parallax-text{
	top: 50% !important;
	transform: translateY(-50%);
}


.grid-2-cols-with-icon .container > .row{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
.grid-2-cols-with-icon.nobd .container > .row{
	border:unset;
}
.grid-2-cols-with-icon .container .row .grid-col:first-of-type{
	border-right:1px solid #ccc;
}

.grid-2-cols-with-icon .article h3{
	margin-top:0;
}

.teaser-overview .article_list{
	display:flex;
	flex-wrap:wrap;
    padding: 0 10px;
}

.container > .row .teaser-overview .row .article_list{
    padding-right: 0 !important;
    position: relative;
    border-left: none;
}
.container > .row .teaser-overview .row .article_list:before{
    content: "";
    display: block;
    height: calc(100% - 80px);
    width: 1px;
    background-color: lightgrey;
    position: absolute;
    top: 0;
    left: 0;
}

.article .image img{
	border: 1px solid #dedede;

}

.no-hero-title h2{
	text-transform:uppercase;
}
.no-hero-title p{
	font-weight:bold;
}
/*HIDDEN MENU*/
/*
ul.dropdown-menu > li > ul > li > ul{
    display:none;
}
*/
.header-with-subheader .article p:first-child{
	margin-bottom:0;
}

.header-with-subheader .article h2{
	margin-top:0;
}

.section-bg > .container > .row:first-child
{
	display:flex;
	flex-wrap:wrap;
	
}
.section-bg .grid-col .article{
	padding:10px 20px 20px;
}
.section-bg .grid-col:nth-child(2n+1) .article{
	background:#e5ffdf !important;
    padding: 10px 20px 20px;
}
/*
#microsite_content .bg-black_1.box, #microsite_content .bg-black_1.box .grid, #microsite_content .bg-black_1:not(.box) .grid-col .article, #microsite_content .bg-black-1.box, #microsite_content .bg-black-1 .box, #microsite_content .bg-black-1.box .grid, #microsite_content .bg-black-1:not(.box) .grid-col .article {
    padding: 10px 20px 20px;
}
*/
.absolute-logo{
	position: absolute;
    	z-index: 99;
    	left: 50%;
    	transform: translateX(-50%);
    	top: 0px;
}

.absolute-logo .col-for-image img{
	float:right;
	margin:unset;
}
.green-list h2,
.green-list h3,
.green-list h1{
	padding-left: 30px;
	padding-bottom:0;
	position:relative;
}
.green-list h1::before,
.green-list h2::before,
.green-list h3::before {
    content: '';
    /*background-image: url(/ec/cms5/media/img/central/microsoft_portal/modern_workplace/Green_Rhombe.svg);*/
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    transform: translateY(-50%) rotate(45deg);
    background-color:#85ea6c;
    left:0;
}
.green-ul ul{
	padding-left:0;
}
.green-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.green-ul ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 10px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #85ea6c;
    left: 0;
}

main a.btn-primary{
	padding-left:30px;
}

main a.btn-primary:before{
	position: absolute;
    	left: 0;
    	top: 1px;
}

/*.grid-6-col .article h3{
	font-size:18px;
}*/

.p-microsite h3{
font-size: 18px;
}
.vertical-center .article > div.row:before{
	display:none;
}

.row.equalheight{
    display: flex;
    flex-wrap: wrap;
    
}
.row.equalheight:before{
display: none;
}
.row.equalheight .col-md-2.equalheight,
.row.equalheight .col-md-3.equalheight,
.row.equalheight .col-md-4.equalheight,
.row.equalheight .col-md-5.equalheight,
.row.equalheight .col-md-6.equalheight{
    padding-bottom: 25px !important;
    margin-bottom: 40px !important;
}


.grid-3-col > .container > .row{
	margin-bottom:15px;
}
.grid-3-col .row,
.grid-2-col .row,
.cols-4-graphic-text .row{
    display: flex;
    flex-wrap: wrap;
}
.grid-3-col .row:before,
.grid-2-col .row:before,
.steps-media .article .row:before,
.cols-4-graphic-text .row:before{
	display: none;
}

.grid-3-col .row .col-md-2, 
.grid-3-col .row .col-md-3, 
.grid-3-col .row .col-md-4, 
.grid-3-col .row .col-md-6,
.grid-2-col .row .col-md-2,
.grid-2-col .row .col-md-3,
.grid-2-col .row .col-md-4,
.grid-2-col .row .col-md-6,
.cols-4-graphic-text .row .col-md-2,
.cols-4-graphic-text .row .col-md-3,
.cols-4-graphic-text .row .col-md-4,
.cols-4-graphic-text .row .col-md-6{
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
}

.grid-3-col .row .col-md-2 h3, 
.grid-3-col .row .col-md-3 h3, 
.grid-3-col .row .col-md-4 h3, 
.grid-3-col .row .col-md-6 h3,
.grid-2-col .row .col-md-2 h3,
.grid-2-col .row .col-md-3 h3,
.grid-2-col .row .col-md-4 h3,
.grid-2-col .row .col-md-6 h3,
.cols-4-graphic-text .row .col-md-2 h3,
.cols-4-graphic-text .row .col-md-3 h3,
.cols-4-graphic-text .row .col-md-4 h3,
.cols-4-graphic-text .row .col-md-6 h3{
    margin-top: 0 !important;
}






.cols-4-graphic-text .article h3 {
    text-transform: unset;
}

.img-3-col .article .col-for-image img{
	max-width:260px;
}

.col-for-image picture{
	display: block;
}

.right-text{
	text-align:right !important;
}

#microsite_content a.not(.btn), #microsite_content a.not(.btn):hover, #microsite_content a.not(.btn):focus, #microsite_content a.not(.btn):active{
    	outline: none;
	box-shadow: none;
	border:none;
}
/*
.small-sources-number-end .article .row > div.col-xs-12 b:first-child,
.small-sources-number .article .row > div.col-xs-12 b:first-child {
    vertical-align: super;
    font-size: 10px;
}*/

.logo-mc-white .breadcrumb:after{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSI4OXB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDg5IDE5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4OSAxOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGMjUwMjI7fS5zdDF7ZmlsbDojODBCQTAxO30uc3Qye2ZpbGw6I0ZGRkZGRjt9LnN0M3tmaWxsOiMwMkE0RUY7fS5zdDR7ZmlsbDojRkZCOTAyO308L3N0eWxlPjx0aXRsZT5hdG9tL2xvZ28vbWljcm9zb2Z0PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwwaDljMCwzLDAsNiwwLDlDNiw5LDMsOSwwLDlWMEwwLDB6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLDBoOWMwLDMsMCw2LDAsOWMtMywwLTYsMC05LDBDMTAsNiwxMCwzLDEwLDBMMTAsMHoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNODEuNSwzLjRjMC44LTAuNSwxLjktMC42LDIuOC0wLjNjMCwwLjYsMCwxLjEsMCwxLjdjLTAuNC0wLjItMS0wLjMtMS40LTAuMWMtMC40LDAuMS0wLjYsMC41LTAuNywwLjljLTAuMSwwLjUsMCwxLDAsMS41YzEsMCwxLjksMCwyLjksMGMwLTAuNiwwLTEuMiwwLTEuOUM4NS43LDUsODYuNCw0LjgsODcsNC42YzAsMC44LDAsMS42LDAsMi40YzAuNiwwLDEuMywwLDEuOSwwdjEuNmMtMC42LDAtMS4zLDAtMS45LDBjMCwwLjksMCwxLjgsMCwyLjdjMCwwLjUsMCwxLDAsMS41YzAsMC4zLDAuMSwwLjYsMC40LDAuOGMwLjUsMC4zLDEuMSwwLjEsMS41LTAuMXYxLjZjLTAuNiwwLjItMS4yLDAuMy0xLjgsMC4zYy0wLjYsMC0xLjItMC4zLTEuNS0wLjdjLTAuNC0wLjUtMC41LTEuMi0wLjYtMS45YzAtMS40LDAtMi44LDAtNC4yYy0xLDAtMS45LDAtMi45LDBjMCwyLjIsMCw0LjQsMCw2LjZjLTAuNywwLTEuMywwLTIsMGMwLTIuMiwwLTQuNCwwLTYuNmMtMC41LDAtMC45LDAtMS40LDBjMC0wLjUsMC0xLDAtMS42YzAuNSwwLDAuOSwwLDEuNCwwYzAtMC43LTAuMS0xLjQsMC4xLTIuMUM4MC42LDQuMyw4MSwzLjgsODEuNSwzLjRMODEuNSwzLjR6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTM5LjcsMy42YzAuNC0wLjEsMC44LDAuMSwxLjEsMC40czAuNCwwLjksMC4xLDEuM2MtMC4zLDAuNC0wLjgsMC43LTEuMywwLjVjLTAuNS0wLjEtMC45LTAuNi0wLjktMS4xQzM4LjcsNC4xLDM5LjEsMy42LDM5LjcsMy42TDM5LjcsMy42eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yNC43LDMuOGMwLjksMCwxLjksMCwyLjgsMGMwLjksMi4yLDEuOCw0LjUsMi43LDYuN2MwLjIsMC42LDAuNCwxLjEsMC43LDEuN2MxLjEtMi44LDIuMy01LjYsMy40LTguNGMwLjksMCwxLjgsMCwyLjcsMGMwLDMuOCwwLDcuNiwwLDExLjRjLTAuNywwLTEuMywwLTIsMGMwLTIuOCwwLTUuNiwwLTguNGMwLTAuMSwwLTAuMywwLTAuNGMwLDAuMS0wLjEsMC4xLTAuMSwwLjJjLTEuMSwyLjktMi4zLDUuNy0zLjQsOC42Yy0wLjUsMC0wLjksMC0xLjQsMGMtMS4yLTIuOS0yLjMtNS43LTMuNS04LjZjMC0wLjEtMC4xLTAuMS0wLjEtMC4yYzAsMS4yLDAsMi41LDAsMy43YzAsMS43LDAsMy40LDAsNS4xYy0wLjYsMC0xLjIsMC0xLjksMEMyNC43LDExLjQsMjQuNyw3LjYsMjQuNywzLjhMMjQuNywzLjh6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTQ1LDdjMS0wLjIsMi0wLjIsMywwYzAuMiwwLjEsMC40LDAuMSwwLjYsMC4yYzAsMC42LDAsMS4yLDAsMS45Yy0wLjYtMC41LTEuNC0wLjgtMi4yLTAuN2MtMC42LDAuMS0xLjIsMC40LTEuNiwwLjljLTAuNSwwLjYtMC42LDEuNS0wLjUsMi4zYzAuMSwwLjYsMC4zLDEuMiwwLjgsMS42YzAuNSwwLjQsMS4yLDAuNiwxLjgsMC41czEuMi0wLjMsMS44LTAuN2MwLDAuNiwwLDEuMiwwLDEuOGMtMC44LDAuNS0xLjgsMC42LTIuNywwLjZzLTEuOS0wLjQtMi41LTEuMWMtMC43LTAuNy0xLjEtMS43LTEuMi0yLjdjMC0xLjEsMC4yLTIuMiwwLjgtM0M0My40LDcuOCw0NC4yLDcuMyw0NSw3TDQ1LDd6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTY2LjQsNi45YzAuOS0wLjIsMS45LDAsMi43LDAuM2MwLDAuNiwwLDEuMiwwLDEuOGMtMC42LTAuNC0xLjMtMC42LTIuMS0wLjZjLTAuNCwwLTAuOCwwLjItMC45LDAuNXMwLDAuOCwwLjMsMWMwLjYsMC40LDEuMiwwLjUsMS44LDAuOWMwLjUsMC4zLDAuOSwwLjYsMS4xLDEuMWMwLjQsMC45LDAuMiwyLjEtMC41LDIuOHMtMS44LDAuOS0yLjcsMC44Yy0wLjcsMC0xLjQtMC4yLTItMC41YzAtMC42LDAtMS4zLDAtMS45YzAuNSwwLjQsMS4xLDAuNywxLjgsMC44YzAuNCwwLjEsMC45LDAuMSwxLjMtMC4xYzAuNC0wLjIsMC41LTAuOCwwLjItMS4xYy0wLjItMC4zLTAuNS0wLjQtMC45LTAuNmMtMC42LTAuMy0xLjItMC41LTEuNy0wLjljLTAuNC0wLjMtMC42LTAuNy0wLjctMS4xYy0wLjItMC42LTAuMS0xLjQsMC4zLTJDNjQuOSw3LjQsNjUuNiw3LDY2LjQsNi45TDY2LjQsNi45eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik01Mi45LDcuMmMwLjUtMC4zLDEuMi0wLjQsMS44LTAuMmMwLDAuNywwLDEuMywwLDJjLTAuNC0wLjItMC45LTAuNC0xLjMtMC4zYy0wLjYsMC4xLTEsMC41LTEuMiwxcy0wLjMsMS4xLTAuMywxLjdjMCwxLjMsMCwyLjYsMCwzLjljLTAuNiwwLTEuMywwLTEuOSwwYzAtMi43LDAtNS40LDAtOC4yYzAuNiwwLDEuMywwLDEuOSwwYzAsMC41LDAsMC45LDAsMS40QzUyLjEsNy45LDUyLjQsNy40LDUyLjksNy4yTDUyLjksNy4yeiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zOC45LDdjMC42LDAsMS4zLDAsMS45LDBjMCwyLjcsMCw1LjQsMCw4LjJjLTAuNiwwLTEuMywwLTEuOSwwQzM4LjksMTIuNSwzOC45LDkuOCwzOC45LDdMMzguOSw3eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik02Mi44LDguOWMtMC4zLTAuOC0xLTEuNC0xLjctMS43Yy0wLjktMC40LTEuOS0wLjQtMi44LTAuM2MtMSwwLjEtMS45LDAuNi0yLjYsMS40Yy0wLjYsMC43LTAuOCwxLjYtMC45LDIuNWMtMC4xLDEuMSwwLjEsMi4yLDAuNywzLjFjMC41LDAuOCwxLjQsMS4zLDIuMywxLjVjMC44LDAuMiwxLjUsMC4yLDIuMywwYzAuOS0wLjIsMS43LTAuNywyLjItMS40czAuOC0xLjUsMC45LTIuNEM2My4zLDEwLjYsNjMuMiw5LjcsNjIuOCw4Ljl6IE02MC45LDEyLjdjLTAuMiwwLjQtMC41LDAuOC0xLDAuOWMtMC41LDAuMi0xLjEsMC4yLTEuNiwwLjFjLTAuNS0wLjEtMS0wLjUtMS4yLTFjLTAuMy0wLjYtMC40LTEuNC0wLjMtMmMwLjEtMC42LDAuMy0xLjMsMC44LTEuN2MwLjMtMC4zLDAuOC0wLjUsMS4zLTAuNWMwLjYsMCwxLjIsMC4xLDEuNiwwLjZjMC41LDAuNCwwLjYsMS4xLDAuNywxLjdDNjEuMiwxMS40LDYxLjIsMTIuMSw2MC45LDEyLjd6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTc4LjUsOS4yYy0wLjMtMC44LTAuOS0xLjUtMS43LTEuOWMtMC45LTAuNC0xLjktMC41LTIuOS0wLjRjLTAuOCwwLjEtMS42LDAuNC0yLjIsMC45Yy0wLjcsMC42LTEuMiwxLjYtMS4zLDIuNWMtMC4xLDAuOS0wLjEsMS45LDAuMywyLjhjMC40LDAuOSwxLjEsMS42LDIsMS45YzAuOSwwLjMsMS44LDAuNCwyLjgsMC4yYzAuOS0wLjIsMS44LTAuNiwyLjQtMS40YzAuNi0wLjgsMC45LTEuOCwwLjktMi44Qzc4LjgsMTAuNSw3OC43LDkuOCw3OC41LDkuMnogTTc2LjcsMTEuOWMtMC4xLDAuNC0wLjIsMC45LTAuNSwxLjJzLTAuNywwLjYtMS4xLDAuNmMtMC41LDAuMS0xLDAtMS40LTAuMmMtMC41LTAuMi0wLjgtMC42LTEtMS4xYy0wLjItMC42LTAuMy0xLjItMC4yLTEuOGMwLTAuNiwwLjItMS4yLDAuNi0xLjZjMC4zLTAuNCwwLjktMC43LDEuNC0wLjdjMC42LDAsMS4xLDAuMSwxLjYsMC41YzAuNCwwLjMsMC42LDAuOCwwLjcsMS4zQzc2LjgsMTAuOCw3Ni44LDExLjQsNzYuNywxMS45eiIvPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0wLDEwYzMsMCw2LDAsOSwwYzAsMywwLDYsMCw5SDBWMTBMMCwxMHoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMTAsMTBjMywwLDYsMCw5LDBjMCwzLDAsNiwwLDloLTlDMTAsMTYsMTAsMTMsMTAsMTBMMTAsMTB6Ii8+PC9zdmc+);
}




#microsite_content {
overflow-x: hidden;
}

.text-center h2{
	text-align:center;
}





@media screen and (min-width:992px){
.c-Breadcrumb .breadcrumb {
    position: relative;
    padding-right: 100px !important;
}
.breadcrumb:after{
    content: "";
    display: inline-block;
    width: 89px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSI4OXB4IiBoZWlnaHQ9IjE5cHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODkgMTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg5IDE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0YyNTAyMjt9LnN0MXtmaWxsOiM4MEJBMDE7fS5zdDJ7ZmlsbDojNzc3Nzc3O30uc3Qze2ZpbGw6IzAyQTRFRjt9LnN0NHtmaWxsOiNGRkI5MDI7fTwvc3R5bGU+PHRpdGxlPmF0b20vbG9nby9taWNyb3NvZnQ8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDBoOWMwLDMsMCw2LDAsOUM2LDksMyw5LDAsOVYwTDAsMHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAsMGg5YzAsMywwLDYsMCw5Yy0zLDAtNiwwLTksMEMxMCw2LDEwLDMsMTAsMEwxMCwweiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik04MS41LDMuNGMwLjgtMC41LDEuOS0wLjYsMi44LTAuM2MwLDAuNiwwLDEuMSwwLDEuN2MtMC40LTAuMi0xLTAuMy0xLjQtMC4xYy0wLjQsMC4xLTAuNiwwLjUtMC43LDAuOWMtMC4xLDAuNSwwLDEsMCwxLjVjMSwwLDEuOSwwLDIuOSwwYzAtMC42LDAtMS4yLDAtMS45YzAuNi0wLjIsMS4zLTAuNCwxLjktMC42YzAsMC44LDAsMS42LDAsMi40YzAuNiwwLDEuMywwLDEuOSwwdjEuNmMtMC42LDAtMS4zLDAtMS45LDBjMCwwLjksMCwxLjgsMCwyLjdjMCwwLjUsMCwxLDAsMS41YzAsMC4zLDAuMSwwLjYsMC40LDAuOGMwLjUsMC4zLDEuMSwwLjEsMS41LTAuMXYxLjZjLTAuNiwwLjItMS4yLDAuMy0xLjgsMC4zYy0wLjYsMC0xLjItMC4zLTEuNS0wLjdjLTAuNC0wLjUtMC41LTEuMi0wLjYtMS45YzAtMS40LDAtMi44LDAtNC4yYy0xLDAtMS45LDAtMi45LDBjMCwyLjIsMCw0LjQsMCw2LjZjLTAuNywwLTEuMywwLTIsMGMwLTIuMiwwLTQuNCwwLTYuNmMtMC41LDAtMC45LDAtMS40LDBjMC0wLjUsMC0xLDAtMS42YzAuNSwwLDAuOSwwLDEuNCwwYzAtMC43LTAuMS0xLjQsMC4xLTIuMUM4MC42LDQuMyw4MSwzLjgsODEuNSwzLjRMODEuNSwzLjR6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTM5LjcsMy42YzAuNC0wLjEsMC44LDAuMSwxLjEsMC40YzAuMywwLjMsMC40LDAuOSwwLjEsMS4zYy0wLjMsMC40LTAuOCwwLjctMS4zLDAuNWMtMC41LTAuMS0wLjktMC42LTAuOS0xLjFDMzguNyw0LjEsMzkuMSwzLjYsMzkuNywzLjZMMzkuNywzLjZ6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTI0LjcsMy44YzAuOSwwLDEuOSwwLDIuOCwwYzAuOSwyLjIsMS44LDQuNSwyLjcsNi43YzAuMiwwLjYsMC40LDEuMSwwLjcsMS43YzEuMS0yLjgsMi4zLTUuNiwzLjQtOC40YzAuOSwwLDEuOCwwLDIuNywwYzAsMy44LDAsNy42LDAsMTEuNGMtMC43LDAtMS4zLDAtMiwwYzAtMi44LDAtNS42LDAtOC40YzAtMC4xLDAtMC4zLDAtMC40YzAsMC4xLTAuMSwwLjEtMC4xLDAuMmMtMS4xLDIuOS0yLjMsNS43LTMuNCw4LjZjLTAuNSwwLTAuOSwwLTEuNCwwYy0xLjItMi45LTIuMy01LjctMy41LTguNmMwLTAuMS0wLjEtMC4xLTAuMS0wLjJjMCwxLjIsMCwyLjUsMCwzLjdjMCwxLjcsMCwzLjQsMCw1LjFjLTAuNiwwLTEuMiwwLTEuOSwwQzI0LjcsMTEuNCwyNC43LDcuNiwyNC43LDMuOEwyNC43LDMuOHoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDUsN0M0Niw2LjgsNDcsNi44LDQ4LDdjMC4yLDAuMSwwLjQsMC4xLDAuNiwwLjJjMCwwLjYsMCwxLjIsMCwxLjljLTAuNi0wLjUtMS40LTAuOC0yLjItMC43Yy0wLjYsMC4xLTEuMiwwLjQtMS42LDAuOWMtMC41LDAuNi0wLjYsMS41LTAuNSwyLjNjMC4xLDAuNiwwLjMsMS4yLDAuOCwxLjZjMC41LDAuNCwxLjIsMC42LDEuOCwwLjVjMC42LTAuMSwxLjItMC4zLDEuOC0wLjdjMCwwLjYsMCwxLjIsMCwxLjhjLTAuOCwwLjUtMS44LDAuNi0yLjcsMC42Yy0wLjksMC0xLjktMC40LTIuNS0xLjFjLTAuNy0wLjctMS4xLTEuNy0xLjItMi43YzAtMS4xLDAuMi0yLjIsMC44LTNDNDMuNCw3LjgsNDQuMiw3LjMsNDUsN0w0NSw3eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik02Ni40LDYuOWMwLjktMC4yLDEuOSwwLDIuNywwLjNjMCwwLjYsMCwxLjIsMCwxLjhjLTAuNi0wLjQtMS4zLTAuNi0yLjEtMC42Yy0wLjQsMC0wLjgsMC4yLTAuOSwwLjVjLTAuMSwwLjMsMCwwLjgsMC4zLDFjMC42LDAuNCwxLjIsMC41LDEuOCwwLjljMC41LDAuMywwLjksMC42LDEuMSwxLjFjMC40LDAuOSwwLjIsMi4xLTAuNSwyLjhjLTAuNywwLjctMS44LDAuOS0yLjcsMC44Yy0wLjcsMC0xLjQtMC4yLTItMC41YzAtMC42LDAtMS4zLDAtMS45YzAuNSwwLjQsMS4xLDAuNywxLjgsMC44YzAuNCwwLjEsMC45LDAuMSwxLjMtMC4xYzAuNC0wLjIsMC41LTAuOCwwLjItMS4xYy0wLjItMC4zLTAuNS0wLjQtMC45LTAuNmMtMC42LTAuMy0xLjItMC41LTEuNy0wLjljLTAuNC0wLjMtMC42LTAuNy0wLjctMS4xYy0wLjItMC42LTAuMS0xLjQsMC4zLTJDNjQuOSw3LjQsNjUuNiw3LDY2LjQsNi45TDY2LjQsNi45eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik01Mi45LDcuMmMwLjUtMC4zLDEuMi0wLjQsMS44LTAuMmMwLDAuNywwLDEuMywwLDJjLTAuNC0wLjItMC45LTAuNC0xLjMtMC4zYy0wLjYsMC4xLTEsMC41LTEuMiwxYy0wLjIsMC41LTAuMywxLjEtMC4zLDEuN2MwLDEuMywwLDIuNiwwLDMuOWMtMC42LDAtMS4zLDAtMS45LDBjMC0yLjcsMC01LjQsMC04LjJjMC42LDAsMS4zLDAsMS45LDBjMCwwLjUsMCwwLjksMCwxLjRDNTIuMSw3LjksNTIuNCw3LjQsNTIuOSw3LjJMNTIuOSw3LjJ6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTM4LjksN2MwLjYsMCwxLjMsMCwxLjksMGMwLDIuNywwLDUuNCwwLDguMmMtMC42LDAtMS4zLDAtMS45LDBDMzguOSwxMi41LDM4LjksOS44LDM4LjksN0wzOC45LDd6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTYyLjgsOC45Yy0wLjMtMC44LTEtMS40LTEuNy0xLjdjLTAuOS0wLjQtMS45LTAuNC0yLjgtMC4zYy0xLDAuMS0xLjksMC42LTIuNiwxLjRjLTAuNiwwLjctMC44LDEuNi0wLjksMi41Yy0wLjEsMS4xLDAuMSwyLjIsMC43LDMuMWMwLjUsMC44LDEuNCwxLjMsMi4zLDEuNWMwLjgsMC4yLDEuNSwwLjIsMi4zLDBjMC45LTAuMiwxLjctMC43LDIuMi0xLjRjMC41LTAuNywwLjgtMS41LDAuOS0yLjRDNjMuMywxMC42LDYzLjIsOS43LDYyLjgsOC45eiBNNjAuOSwxMi43Yy0wLjIsMC40LTAuNSwwLjgtMSwwLjljLTAuNSwwLjItMS4xLDAuMi0xLjYsMC4xYy0wLjUtMC4xLTEtMC41LTEuMi0xYy0wLjMtMC42LTAuNC0xLjQtMC4zLTJjMC4xLTAuNiwwLjMtMS4zLDAuOC0xLjdjMC4zLTAuMywwLjgtMC41LDEuMy0wLjVjMC42LDAsMS4yLDAuMSwxLjYsMC42YzAuNSwwLjQsMC42LDEuMSwwLjcsMS43QzYxLjIsMTEuNCw2MS4yLDEyLjEsNjAuOSwxMi43eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik03OC41LDkuMmMtMC4zLTAuOC0wLjktMS41LTEuNy0xLjljLTAuOS0wLjQtMS45LTAuNS0yLjktMC40Yy0wLjgsMC4xLTEuNiwwLjQtMi4yLDAuOWMtMC43LDAuNi0xLjIsMS42LTEuMywyLjVjLTAuMSwwLjktMC4xLDEuOSwwLjMsMi44YzAuNCwwLjksMS4xLDEuNiwyLDEuOWMwLjksMC4zLDEuOCwwLjQsMi44LDAuMmMwLjktMC4yLDEuOC0wLjYsMi40LTEuNGMwLjYtMC44LDAuOS0xLjgsMC45LTIuOEM3OC44LDEwLjUsNzguNyw5LjgsNzguNSw5LjJ6IE03Ni43LDExLjljLTAuMSwwLjQtMC4yLDAuOS0wLjUsMS4yYy0wLjMsMC4zLTAuNywwLjYtMS4xLDAuNmMtMC41LDAuMS0xLDAtMS40LTAuMmMtMC41LTAuMi0wLjgtMC42LTEtMS4xYy0wLjItMC42LTAuMy0xLjItMC4yLTEuOGMwLTAuNiwwLjItMS4yLDAuNi0xLjZjMC4zLTAuNCwwLjktMC43LDEuNC0wLjdjMC42LDAsMS4xLDAuMSwxLjYsMC41YzAuNCwwLjMsMC42LDAuOCwwLjcsMS4zQzc2LjgsMTAuOCw3Ni44LDExLjQsNzYuNywxMS45eiIvPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0wLDEwYzMsMCw2LDAsOSwwYzAsMywwLDYsMCw5SDBWMTBMMCwxMHoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMTAsMTBjMywwLDYsMCw5LDBjMCwzLDAsNiwwLDloLTlDMTAsMTYsMTAsMTMsMTAsMTBMMTAsMTB6Ii8+PC9nPjwvc3ZnPg==);
    
}

}
@media screen and (min-width:992px){
/*MINI PADDING ON ROW*/
#microsite_content .grid .grid-col{
	padding-left:0;
	padding-right:0;
}

.microsoft-homepage #microsite_content .grid .grid-col{
	padding-left:8px;
	padding-right:8px;
}
	/*.grid-2-col .row .grid-col,
.cols-4-graphic-text .row .grid-col{
    display: flex;
}*/
/*.grid-2-col .row .grid-col .text_with_media,
.grid-4-col .row .grid-col .text_with_media,
.home-grid-3 .row .grid-col .text_with_media,
.grid-3-col .row .grid-col .text_with_media,
.cols-4-graphic-text .row .grid-col .text_with_media{
    display: flex;
    flex-direction: column;
}*/

.home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12,
.grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12,
.grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12,
.grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12,
.cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12{
    position: static;
}
.home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
.grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary{
    bottom: 5px;
    position:absolute;
}

/*
.btn-2-line .article > .row:last-child .col-xs-12{
	padding-bottom:20px;
}*/
.home-grid-3 .article > .row:last-child .col-xs-12{
	padding-bottom:0px;
}
.grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
.cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
    position: absolute;
    bottom: 0;
}
.grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary{
    position: absolute;
    bottom: 0;
}

.grid-4-col .article > .row:last-child .col-xs-12,
.cols-4-graphic-text .article > .row:last-child .col-xs-12{
	padding-bottom:0;
}
.grid-2-col .article > .row:last-child .col-xs-12{
	padding-bottom:0;
}
}
@media screen and (max-width:992px){
 .grid-6-col > .container > .row{
	display:flex;
	flex-wrap:wrap;
 }
 .grid-6-col > .container > .row::before{
	display:none;
 }
 .grid-6-col .grid .grid-col{
	width:50%;
	flex: 0 0 50%;
 }
.article.text_with_media img{
	padding-left:0 !important;
    max-width: 100%;
}
.grid-3-col .img-responsive,
.grid-4-col .img-responsive,
.grid-2-col .img-responsive{
	width:auto !important;
}

.cols-4-graphic-text .article .img-responsive{
	margin:0 auto;
	max-width:200px;
	width:100%;
}
    .teaser-content p{
        margin-bottom: 15px;
    }
    .teaser-content .article-headline{
        margin-top: 15px;
    }
    .box.article {
    margin-bottom: 40px !important;
}

}

.grid-3-col .article .row,
.grid-4-col .article .row,
.cols-4-graphic-text .article .row{
	padding-left:25px !important;
}
/*
.grid-2-col .col-for-image{
	padding-left:25px !important;
}*/

/*
.btn-2-line .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary{
    height: 45px;
    align-items: flex-start;
}*/


.c-Breadcrumb{
	margin-top:20px;
}
.c-Gallery .slide-text-content .container h1{
	margin-bottom:50px;
}	
.c-Gallery .slide-text-content .container h1:after{
	display:none;
}

.col-xs-12.col-for-image img{
	padding-right: 0px !important;
}
/*HOMEPAGE FIX VERSION 1.0*/

.microsoft-homepage .article h3{
	margin-top:0;
}
.microsoft-homepage .article h2{
	margin-bottom:0;
}
.microsoft-homepage #microsite_content .campaign-box .article .btn-primary{
	margin:0;
}
/*
.microsoft-homepage #microsite_content .article {
	padding-bottom:10px;
}
*/

section.separat {
    padding-top: 0;
    margin-top: 20px;
}
section.separat > .container{
	padding-top:60px;
    border-top: 0;
    position: relative;
}

section.separat > .container:before{
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 25px;
    top: 0;
}

.pb-35{
	padding-bottom:35px;
}
.pt-35{
	padding-top:35px;
}
.pb-50{
	padding-bottom:50px;
}
.pt-50{
	padding-top:50px;
}
.microsoft-homepage .section.separat{
	margin-top:30px;
}	
 
 .microsoft-homepage #microsite_content .article-minus-15 .article{
	margin-bottom:-15px;
}
.normal-h3 .article h3{
	text-transform: unset;
    	font-family: ralewaysemibold;
    	font-size: 18px;
	line-height:26px;
}

.microsoft-homepage .article h2{
	font-size:30px;
	line-height:32px;
}


#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li{
	max-width: 20%;
    	flex: 0 0 20%;
}
.shadow-card .article .row{
		padding-left:0 !important;
	}.shadow-card .article .row{
		padding-left:0 !important;
	}
@media screen and ( min-width:992px){
	/*#microsite_header.portal-header .col-xs-12 > ul > li.dropdown.dropdown-fullwidth:hover .dropdown-menu{
		justify-content:space-between;
	}*/

	#microsite_content .shadow-card .grid .grid-col{
		padding-left:25px;
	}
	
}

@media screen and (max-width: 768px){
	.img-3-col .article .col-for-image img{
		max-width:200px;
	}
	/*PADDING FOR IMAGE BELOW TEXT*/
	/*.article .col-xs-12.col-md-6:first-child{
		padding-bottom:10px;
	}
	.steps-media .article .col-xs-12.col-md-6:first-child{
		padding-bottom:0px;
	}*/
	.article .col-xs-12.col-md-6:first-child p:last-child{
		margin-bottom:20px;
	}
    .hero-banner .parallax-container  > .container h2{
        text-align: center;
        margin-bottom: 15px;
    }
    .c-Breadcrumb{
        display:none;
    }
    .pt-90{
        padding-top:60px !important;
    }
    .pb-90{
        padding-bottom:60px !important;
    }
    .pt-80{
        padding-top:50px !important;
    }
    .pb-80{
        padding-bottom:50px !important;
    }
    .pt-70{
	padding-top:40px !important;
    }
    .pb-70{
        padding-bottom:40px !important;
    }
    .pt-60{
        padding-top:30px !important;
    }
    .pb-60{
        padding-bottom:30px !important;
    }
    .pt-50{
        padding-top:25px !important;
    }
    .pb-50{
        padding-bottom:25px !important;
    }
    .pt-40{
        padding-top:20px !important;
    }
    .pb-40{
        padding-bottom:20px !important;	
    }
    .pt-30{
        padding-top:20px !important;
    }
    .pb-30{
        padding-bottom:20px !important;	
    }
    #microsite_content section .btn-primary{
    	width:unset;
        background: transparent;
	}
	.grid .article .col-xs-12{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	/*
	.article.text_with_media img{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	*/
	.text_with_media span.col-for-image{
		margin-right:0;
		margin-left:0;
		width:100%;
	}
    
	.cols-4-graphic-text .article .img-responsive{
		max-width:200px;
		width:auto;
	}
	.p-microsite h3{
		margin-bottom:20px;
	}
	.text-center p,
	.text-center h1,
	.text-center h2,
	.text-center h3,
	.text-center
	{
		text-align:left;
	}
	.greenline-header .text-center h1::before, .greenline-header .text-center h2::before, .greenline-end .text-center .article::after{
		left:0;
		transform:unset;
	}
	.article-row-0 .article .row {
   	 	padding-left: 0 !important;
    		padding-right: 0 !important;
	}
	
}
@media screen and ( max-width: 425px){ 

}
.article a:not(.btn){
	display:block;
}

.container > .row{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.container > .row > .col-xs-12{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.container > .row .row{
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.container > .row .row .col-xs-12{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.grid-3-col .article .row, .grid-4-col .article .row, .cols-4-graphic-text .article .row{
    padding-left: 0 !important;
}

#microsite_content .article > .row {
    padding: 0 !important;
}
.text_with_media .row .col-for-image,
.text_with_media .row .col-for-media{
    margin-bottom: 20px !important;
}

.headline-portal h2{
    margin-top: 0;
    margin-bottom: 20px !important;
}

section .headline-portal{
	padding-top:60px !important; 
}
section.separat .headline-portal{
	padding-top: 0 !important;
}

.p-microsite h3{
    text-transform: none;
    font-family: ralewaysemibold;
    font-weight: bold;
}

.p-microsite p{
    font-weight: 400;
}

.p-microsite .col-md-6 h3{
    font-size: 18px;
    line-height: 26px;
}

.p-microsite .col-md-3 h3,
.p-microsite .col-md-4 h3{
    font-size: 16px;
    line-height: 24px;
}

.gray-text p{
    color: #777777;
}

ul{
    padding-left: 14px;
}

.text_with_media span.col-for-image{
    margin-left: 0;
    margin-right: 0;
}

.text_with_media .row > .col-md-6:first-child img{
    padding-left: 0;
    padding-right: 20px;
}
/*
.container > .row > .col-md-6:first-of-type .text_with_media .row .col-for-image{
    padding-left: 0 !important;
}
*/
/*
.container > .row > .col-md-6:first-of-type .text_with_media .row .col-for-image img{
    padding-left: 0 !important;
    padding-right: 20px;
}*/
.article.text_with_media img{
	padding-left:0px;
}
#microsite_content .teaser-overview .article {
	position:relative;
}

.shadow-card .article.text_with_media > .row:nth-child(2) > .col-xs-12{
    padding: 0 25px !important;
}

.cols-4-graphic-text.no-btn .row .col-md-2,
.cols-4-graphic-text.no-btn .row .col-md-3,
.cols-4-graphic-text.no-btn .row .col-md-4,
.cols-4-graphic-text.no-btn .row .col-md-6,
.grid-3-col.no-btn .row .col-md-2,
.grid-3-col.no-btn .row .col-md-3,
.grid-3-col.no-btn .row .col-md-4,
.grid-3-col.no-btn .row .col-md-6{
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
}

.grid-2-cols-with-icon .text_with_media{
    padding-left: 12%;
}

.seperator-header h2{
	margin-top:0;
	padding-top:0;
}	


.black-btn a.btn:hover,.black-btn a.btn:focus{
	border:2px solid #000;
	color:#000 !important;
	background-color:transparent;
}
.black-btn a.btn{
	background-color:#000;
	color:#fff;
	border:2px solid #000;
}
@media screen and ( max-width: 992px){ 
    .row.equalheight .col-md-2.equalheight, 
    .row.equalheight .col-md-3.equalheight, 
    .row.equalheight .col-md-4.equalheight, 
    .row.equalheight .col-md-5.equalheight, 
    .row.equalheight .col-md-6.equalheight {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    .grid-3-col .row .col-md-2, 
    .grid-3-col .row .col-md-3, 
    .grid-3-col .row .col-md-4, 
    .grid-3-col .row .col-md-6,
    .grid-2-col .row .col-md-2,
    .grid-2-col .row .col-md-3,
    .grid-2-col .row .col-md-4,
    .grid-2-col .row .col-md-6,
    .cols-4-graphic-text .row .col-md-2,
    .cols-4-graphic-text .row .col-md-3,
    .cols-4-graphic-text .row .col-md-4,
    .cols-4-graphic-text .row .col-md-6{
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    .btn-2-line .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
        height: auto;
    }
    .text_with_media .row > .col-md-6:first-child img{
        padding-right: 0;
    }
    .container .row > .col-md-6:first-child .text_with_media .row .col-for-image img{
        padding-right: 0;
    }
	


    .grid-2-cols-with-icon .text_with_media{
        padding-left: 0;
    }
    .grid-2-cols-with-icon .container .row .grid-col:first-of-type {
        border-right: 0;
        border-right: 0;
        margin-bottom: 30px !important;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    ul.filter-list {
        border-bottom: 1px solid lightgrey;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .container > .row .row .col-xs-12.article_list{
        padding-left: 0 !important;
        border-left: 0;
    }
    .container > .row .row .col-xs-12.article_list:before{
        display: none;
    }
}

.no-grid-padding .row .grid-col{
    padding-bottom: 0!important;
}
.no-h2-mg .article h2{
	margin-top:0;
}
/*
.grid-3-col-no-space .row.equalheight .col-md-3.equalheight {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}*/
.no-bt-pd{
	padding-bottom:0 !important;
}

.grid-2-video .article .col-for-media{
	margin-bottom:20px !important;
}

input[type='radio'] + label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.filter-list input[type="checkbox"]:checked + label::before, .filter-list input[type="radio"]:checked + label::before{
	display: flex;
    	justify-content: center;
    	align-items: center;
}

.inline-link .article a:not(.btn){
	display:inline-block;
}
.grid-2-col.two-cta .row .grid-col .text_with_media > .row > .col-xs-12 p:nth-of-type(3) .btn-primary{
	bottom:-35px;
}
.grid-2-col.two-cta-with-text .row .grid-col .text_with_media > .row > .col-xs-12 p:nth-of-type(4) .btn-primary{
	bottom:-35px;
}
.article a:not(.btn):focus{
	border-bottom:unset;
	text-decoration:unset;
}
.grid-3-col.centered-btn .text_with_media .btn-primary{
	left: 50%;
    	transform: translateX(-50%);
    	width: 55%;
}	
#microsite_content section.hero-banner .parallax-text .btn:hover{
	color: #85EA6C !important;
	background:transparent;
}
/* TEST1 */
.p-microsite h3{
	color:#000 !important;
}


.parallax-container .text {
    max-width: 900px;
    margin: auto;
}
@media screen and (min-width:992px){
	/*html[lang="fr-FR"] .grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary, 
	html[lang="fr-FR"] .cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
	html[lang="fr-FR"] .grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
	html[lang="fr-FR"] .grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
	html[lang="fr-FR"] .home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary
	{
		bottom:-10px;
	}*/

	.two-line-cta.grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary, 
	.two-line-cta.cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
	.two-line-cta.grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
	.two-line-cta.grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
	.two-line-cta.home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary{
		bottom:-15px;
		height: 45px;
    		align-items: flex-start;
	}
	.two-line-cta .row.equalheight .grid-col.col-xs-12{
		margin-bottom: 55px !important;
	}

}
.btn-primary:active{
	outline:none;
	box-shadow:none;
}
/*ADJUST TEASER OVERVIEW*/
#vue_ms_portal_teaser{
	margin-top:0;
}
#vue_ms_portal_teaser .article_batch{
	right:10px;
}
#vue_ms_portal_teaser .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#vue_ms_portal_teaser .col-lg-10{
    padding-left:0;
}
#vue_ms_portal_teaser .col-lg-2{
    padding-right:10px;
}
#vue_ms_portal_teaser .col-xs-9 h2{
	padding-left:10px;
}
#vue_ms_portal_teaser .row > div {
    margin-bottom: 40px !Important;
}
.separate-grid-pd .grid{
	padding-top:30px !important;
}

.coming-soon{
	padding-top:20vh;
	padding-bottom:20vh;
}
#microsite_content .icon-on-top .grid .row > div{
	align-self:start;
}

.news-icon::before, .solution-icon::before, .cloud-icon::before, .tools-icon::before, .learn-icon::before, .partner-icon::before{
	flex:0 0 30px;
}
.p-microsite .portal-header#microsite_header .col-xs-12 > ul > li > a{
	padding: 0 16px;
}
.news-icon::before{
	margin-right:8px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .p-microsite .portal-header#microsite_header .col-xs-12 > ul > li > a{
	min-width:140px;
	}
.p-microsite .portal-header#microsite_header .col-xs-12 > ul > li:first-child a{
	min-width: auto;
	}
}

@media all and (max-width:991px){
	.p-microsite .m-portal-header_menu{
		width:auto;
	}
}

.c-Breadcrumb .breadcrumb {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.c-Breadcrumb .backButton > li{
    display: flex;
}

@media screen and (max-width: 768px){
	.img-3-col .text-center p{
		text-align:center;
	}
}

input[type='checkbox']:checked + label::before, input[type='checkbox']:not(checked) + label::before, input[type='radio']:checked + label::before, input[type='radio']:not(checked) + label::before{
	flex: 0 0 23px;
}

.cols-4-graphic-text .row{
	justify-content:space-between;
}


/* fix for new buttons*/
.p-microsite main a.btn-primary, .p-microsite maintable.table a.btn-primary {
    background: initial;
}

.p-microsite main a.btn-primary:hover, .p-microsite maintable.table a.btn-primary:hover {
    padding: 0 0 0 30px;
	font-size: 15px;
}

/* ===============================================
=            Benchmark ACMP Benefits            =
=============================================== */
#p-benchmark-acmp-benefits .l-hidden {
  display: none;
}

#p-benchmark-acmp-benefits .h1 h1,
#p-benchmark-acmp-benefits .h1 h2,
#p-benchmark-acmp-benefits .h1 h3,
#p-benchmark-acmp-benefits .h1 h4,
#p-benchmark-acmp-benefits .h1 h5,
#p-benchmark-acmp-benefits .h1 h6,
#p-benchmark-acmp-benefits .h1 p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

#p-benchmark-acmp-benefits .h2 h1,
#p-benchmark-acmp-benefits .h2 h2,
#p-benchmark-acmp-benefits .h2 h3,
#p-benchmark-acmp-benefits .h2 h4,
#p-benchmark-acmp-benefits .h2 h5,
#p-benchmark-acmp-benefits .h2 h6,
#p-benchmark-acmp-benefits .h2 p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

#p-benchmark-acmp-benefits .pt-1r,
#p-benchmark-acmp-benefits .m-box-pt-1r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-1r > .container {
  padding-top: 1rem;
}

#p-benchmark-acmp-benefits .pb-1r,
#p-benchmark-acmp-benefits .m-box-pb-1r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-1r > .container {
  padding-bottom: 1rem;
}

#p-benchmark-acmp-benefits .pl-1r,
#p-benchmark-acmp-benefits .m-box-pl-1r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-1r > .container {
  padding-left: 1rem;
}

#p-benchmark-acmp-benefits .pr-1r,
#p-benchmark-acmp-benefits .m-box-pr-1r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-1r > .container {
  padding-right: 1rem;
}

#p-benchmark-acmp-benefits .mt-1r {
  margin-top: 1rem;
}

#p-benchmark-acmp-benefits .mb-1r {
  margin-bottom: 1rem;
}

#p-benchmark-acmp-benefits .ml-1r {
  margin-left: 1rem;
}

#p-benchmark-acmp-benefits .mr-1r {
  margin-right: 1rem;
}

#p-benchmark-acmp-benefits .mt-n-1r {
  margin-top: -1rem;
}

#p-benchmark-acmp-benefits .mb-n-1r {
  margin-bottom: -1rem;
}

#p-benchmark-acmp-benefits .ml-n-1r {
  margin-left: -1rem;
}

#p-benchmark-acmp-benefits .mr-n-1r {
  margin-right: -1rem;
}

#p-benchmark-acmp-benefits .pt-2r,
#p-benchmark-acmp-benefits .m-box-pt-2r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-2r > .container {
  padding-top: 2rem;
}

#p-benchmark-acmp-benefits .pb-2r,
#p-benchmark-acmp-benefits .m-box-pb-2r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-2r > .container {
  padding-bottom: 2rem;
}

#p-benchmark-acmp-benefits .pl-2r,
#p-benchmark-acmp-benefits .m-box-pl-2r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-2r > .container {
  padding-left: 2rem;
}

#p-benchmark-acmp-benefits .pr-2r,
#p-benchmark-acmp-benefits .m-box-pr-2r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-2r > .container {
  padding-right: 2rem;
}

#p-benchmark-acmp-benefits .mt-2r {
  margin-top: 2rem;
}

#p-benchmark-acmp-benefits .mb-2r {
  margin-bottom: 2rem;
}

#p-benchmark-acmp-benefits .ml-2r {
  margin-left: 2rem;
}

#p-benchmark-acmp-benefits .mr-2r {
  margin-right: 2rem;
}

#p-benchmark-acmp-benefits .mt-n-2r {
  margin-top: -2rem;
}

#p-benchmark-acmp-benefits .mb-n-2r {
  margin-bottom: -2rem;
}

#p-benchmark-acmp-benefits .ml-n-2r {
  margin-left: -2rem;
}

#p-benchmark-acmp-benefits .mr-n-2r {
  margin-right: -2rem;
}

#p-benchmark-acmp-benefits .pt-3r,
#p-benchmark-acmp-benefits .m-box-pt-3r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-3r > .container {
  padding-top: 3rem;
}

#p-benchmark-acmp-benefits .pb-3r,
#p-benchmark-acmp-benefits .m-box-pb-3r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-3r > .container {
  padding-bottom: 3rem;
}

#p-benchmark-acmp-benefits .pl-3r,
#p-benchmark-acmp-benefits .m-box-pl-3r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-3r > .container {
  padding-left: 3rem;
}

#p-benchmark-acmp-benefits .pr-3r,
#p-benchmark-acmp-benefits .m-box-pr-3r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-3r > .container {
  padding-right: 3rem;
}

#p-benchmark-acmp-benefits .mt-3r {
  margin-top: 3rem;
}

#p-benchmark-acmp-benefits .mb-3r {
  margin-bottom: 3rem;
}

#p-benchmark-acmp-benefits .ml-3r {
  margin-left: 3rem;
}

#p-benchmark-acmp-benefits .mr-3r {
  margin-right: 3rem;
}

#p-benchmark-acmp-benefits .mt-n-3r {
  margin-top: -3rem;
}

#p-benchmark-acmp-benefits .mb-n-3r {
  margin-bottom: -3rem;
}

#p-benchmark-acmp-benefits .ml-n-3r {
  margin-left: -3rem;
}

#p-benchmark-acmp-benefits .mr-n-3r {
  margin-right: -3rem;
}

#p-benchmark-acmp-benefits .pt-4r,
#p-benchmark-acmp-benefits .m-box-pt-4r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-4r > .container {
  padding-top: 4rem;
}

#p-benchmark-acmp-benefits .pb-4r,
#p-benchmark-acmp-benefits .m-box-pb-4r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-4r > .container {
  padding-bottom: 4rem;
}

#p-benchmark-acmp-benefits .pl-4r,
#p-benchmark-acmp-benefits .m-box-pl-4r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-4r > .container {
  padding-left: 4rem;
}

#p-benchmark-acmp-benefits .pr-4r,
#p-benchmark-acmp-benefits .m-box-pr-4r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-4r > .container {
  padding-right: 4rem;
}

#p-benchmark-acmp-benefits .mt-4r {
  margin-top: 4rem;
}

#p-benchmark-acmp-benefits .mb-4r {
  margin-bottom: 4rem;
}

#p-benchmark-acmp-benefits .ml-4r {
  margin-left: 4rem;
}

#p-benchmark-acmp-benefits .mr-4r {
  margin-right: 4rem;
}

#p-benchmark-acmp-benefits .mt-n-4r {
  margin-top: -4rem;
}

#p-benchmark-acmp-benefits .mb-n-4r {
  margin-bottom: -4rem;
}

#p-benchmark-acmp-benefits .ml-n-4r {
  margin-left: -4rem;
}

#p-benchmark-acmp-benefits .mr-n-4r {
  margin-right: -4rem;
}

#p-benchmark-acmp-benefits .pt-5r,
#p-benchmark-acmp-benefits .m-box-pt-5r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-5r > .container {
  padding-top: 5rem;
}

#p-benchmark-acmp-benefits .pb-5r,
#p-benchmark-acmp-benefits .m-box-pb-5r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-5r > .container {
  padding-bottom: 5rem;
}

#p-benchmark-acmp-benefits .pl-5r,
#p-benchmark-acmp-benefits .m-box-pl-5r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-5r > .container {
  padding-left: 5rem;
}

#p-benchmark-acmp-benefits .pr-5r,
#p-benchmark-acmp-benefits .m-box-pr-5r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-5r > .container {
  padding-right: 5rem;
}

#p-benchmark-acmp-benefits .mt-5r {
  margin-top: 5rem;
}

#p-benchmark-acmp-benefits .mb-5r {
  margin-bottom: 5rem;
}

#p-benchmark-acmp-benefits .ml-5r {
  margin-left: 5rem;
}

#p-benchmark-acmp-benefits .mr-5r {
  margin-right: 5rem;
}

#p-benchmark-acmp-benefits .mt-n-5r {
  margin-top: -5rem;
}

#p-benchmark-acmp-benefits .mb-n-5r {
  margin-bottom: -5rem;
}

#p-benchmark-acmp-benefits .ml-n-5r {
  margin-left: -5rem;
}

#p-benchmark-acmp-benefits .mr-n-5r {
  margin-right: -5rem;
}

#p-benchmark-acmp-benefits .pt-6r,
#p-benchmark-acmp-benefits .m-box-pt-6r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-6r > .container {
  padding-top: 6rem;
}

#p-benchmark-acmp-benefits .pb-6r,
#p-benchmark-acmp-benefits .m-box-pb-6r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-6r > .container {
  padding-bottom: 6rem;
}

#p-benchmark-acmp-benefits .pl-6r,
#p-benchmark-acmp-benefits .m-box-pl-6r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-6r > .container {
  padding-left: 6rem;
}

#p-benchmark-acmp-benefits .pr-6r,
#p-benchmark-acmp-benefits .m-box-pr-6r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-6r > .container {
  padding-right: 6rem;
}

#p-benchmark-acmp-benefits .mt-6r {
  margin-top: 6rem;
}

#p-benchmark-acmp-benefits .mb-6r {
  margin-bottom: 6rem;
}

#p-benchmark-acmp-benefits .ml-6r {
  margin-left: 6rem;
}

#p-benchmark-acmp-benefits .mr-6r {
  margin-right: 6rem;
}

#p-benchmark-acmp-benefits .mt-n-6r {
  margin-top: -6rem;
}

#p-benchmark-acmp-benefits .mb-n-6r {
  margin-bottom: -6rem;
}

#p-benchmark-acmp-benefits .ml-n-6r {
  margin-left: -6rem;
}

#p-benchmark-acmp-benefits .mr-n-6r {
  margin-right: -6rem;
}

#p-benchmark-acmp-benefits .pt-7r,
#p-benchmark-acmp-benefits .m-box-pt-7r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-7r > .container {
  padding-top: 7rem;
}

#p-benchmark-acmp-benefits .pb-7r,
#p-benchmark-acmp-benefits .m-box-pb-7r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-7r > .container {
  padding-bottom: 7rem;
}

#p-benchmark-acmp-benefits .pl-7r,
#p-benchmark-acmp-benefits .m-box-pl-7r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-7r > .container {
  padding-left: 7rem;
}

#p-benchmark-acmp-benefits .pr-7r,
#p-benchmark-acmp-benefits .m-box-pr-7r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-7r > .container {
  padding-right: 7rem;
}

#p-benchmark-acmp-benefits .mt-7r {
  margin-top: 7rem;
}

#p-benchmark-acmp-benefits .mb-7r {
  margin-bottom: 7rem;
}

#p-benchmark-acmp-benefits .ml-7r {
  margin-left: 7rem;
}

#p-benchmark-acmp-benefits .mr-7r {
  margin-right: 7rem;
}

#p-benchmark-acmp-benefits .mt-n-7r {
  margin-top: -7rem;
}

#p-benchmark-acmp-benefits .mb-n-7r {
  margin-bottom: -7rem;
}

#p-benchmark-acmp-benefits .ml-n-7r {
  margin-left: -7rem;
}

#p-benchmark-acmp-benefits .mr-n-7r {
  margin-right: -7rem;
}

#p-benchmark-acmp-benefits .pt-8r,
#p-benchmark-acmp-benefits .m-box-pt-8r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-8r > .container {
  padding-top: 8rem;
}

#p-benchmark-acmp-benefits .pb-8r,
#p-benchmark-acmp-benefits .m-box-pb-8r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-8r > .container {
  padding-bottom: 8rem;
}

#p-benchmark-acmp-benefits .pl-8r,
#p-benchmark-acmp-benefits .m-box-pl-8r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-8r > .container {
  padding-left: 8rem;
}

#p-benchmark-acmp-benefits .pr-8r,
#p-benchmark-acmp-benefits .m-box-pr-8r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-8r > .container {
  padding-right: 8rem;
}

#p-benchmark-acmp-benefits .mt-8r {
  margin-top: 8rem;
}

#p-benchmark-acmp-benefits .mb-8r {
  margin-bottom: 8rem;
}

#p-benchmark-acmp-benefits .ml-8r {
  margin-left: 8rem;
}

#p-benchmark-acmp-benefits .mr-8r {
  margin-right: 8rem;
}

#p-benchmark-acmp-benefits .mt-n-8r {
  margin-top: -8rem;
}

#p-benchmark-acmp-benefits .mb-n-8r {
  margin-bottom: -8rem;
}

#p-benchmark-acmp-benefits .ml-n-8r {
  margin-left: -8rem;
}

#p-benchmark-acmp-benefits .mr-n-8r {
  margin-right: -8rem;
}

#p-benchmark-acmp-benefits .pt-9r,
#p-benchmark-acmp-benefits .m-box-pt-9r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-9r > .container {
  padding-top: 9rem;
}

#p-benchmark-acmp-benefits .pb-9r,
#p-benchmark-acmp-benefits .m-box-pb-9r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-9r > .container {
  padding-bottom: 9rem;
}

#p-benchmark-acmp-benefits .pl-9r,
#p-benchmark-acmp-benefits .m-box-pl-9r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-9r > .container {
  padding-left: 9rem;
}

#p-benchmark-acmp-benefits .pr-9r,
#p-benchmark-acmp-benefits .m-box-pr-9r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-9r > .container {
  padding-right: 9rem;
}

#p-benchmark-acmp-benefits .mt-9r {
  margin-top: 9rem;
}

#p-benchmark-acmp-benefits .mb-9r {
  margin-bottom: 9rem;
}

#p-benchmark-acmp-benefits .ml-9r {
  margin-left: 9rem;
}

#p-benchmark-acmp-benefits .mr-9r {
  margin-right: 9rem;
}

#p-benchmark-acmp-benefits .mt-n-9r {
  margin-top: -9rem;
}

#p-benchmark-acmp-benefits .mb-n-9r {
  margin-bottom: -9rem;
}

#p-benchmark-acmp-benefits .ml-n-9r {
  margin-left: -9rem;
}

#p-benchmark-acmp-benefits .mr-n-9r {
  margin-right: -9rem;
}

#p-benchmark-acmp-benefits .pt-10r,
#p-benchmark-acmp-benefits .m-box-pt-10r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pt-10r > .container {
  padding-top: 10rem;
}

#p-benchmark-acmp-benefits .pb-10r,
#p-benchmark-acmp-benefits .m-box-pb-10r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pb-10r > .container {
  padding-bottom: 10rem;
}

#p-benchmark-acmp-benefits .pl-10r,
#p-benchmark-acmp-benefits .m-box-pl-10r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pl-10r > .container {
  padding-left: 10rem;
}

#p-benchmark-acmp-benefits .pr-10r,
#p-benchmark-acmp-benefits .m-box-pr-10r .text_with_media,
#p-benchmark-acmp-benefits .m-ctn-pr-10r > .container {
  padding-right: 10rem;
}

#p-benchmark-acmp-benefits .mt-10r {
  margin-top: 10rem;
}

#p-benchmark-acmp-benefits .mb-10r {
  margin-bottom: 10rem;
}

#p-benchmark-acmp-benefits .ml-10r {
  margin-left: 10rem;
}

#p-benchmark-acmp-benefits .mr-10r {
  margin-right: 10rem;
}

#p-benchmark-acmp-benefits .mt-n-10r {
  margin-top: -10rem;
}

#p-benchmark-acmp-benefits .mb-n-10r {
  margin-bottom: -10rem;
}

#p-benchmark-acmp-benefits .ml-n-10r {
  margin-left: -10rem;
}

#p-benchmark-acmp-benefits .mr-n-10r {
  margin-right: -10rem;
}

/* =============================================
=            Background Collection            =
============================================= */
.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

/* =====  End of Background Collection  ====== */

/* ===============================
=            Modules            =
=============================== */
#p-benchmark-acmp-benefits {
  /* =====================================
    =            General Style            =
    ===================================== */

  /* ----------  Change text color  ---------- */

  /* =====  End of General Style  ====== */

  /* ===============================================
    =            Module - Hero image SVG            =
    =============================================== */

  /* =====  End of Module - Hero image SVG  ====== */

  /* ===========================================
    =            Module - Panel Info            =
    =========================================== */

  /* =====  End of Module - Panel Info  ====== */
}

#p-benchmark-acmp-benefits .txt-white h1,
#p-benchmark-acmp-benefits .txt-white h2,
#p-benchmark-acmp-benefits .txt-white h3,
#p-benchmark-acmp-benefits .txt-white h4,
#p-benchmark-acmp-benefits .txt-white h5,
#p-benchmark-acmp-benefits .txt-white h6,
#p-benchmark-acmp-benefits .txt-white p,
#p-benchmark-acmp-benefits .txt-white p.big,
#p-benchmark-acmp-benefits .txt-white p.small,
#p-benchmark-acmp-benefits .txt-white a {
  color: #fff !important;
}

#p-benchmark-acmp-benefits .txt-black h1,
#p-benchmark-acmp-benefits .txt-black h2,
#p-benchmark-acmp-benefits .txt-black h3,
#p-benchmark-acmp-benefits .txt-black h4,
#p-benchmark-acmp-benefits .txt-black h5,
#p-benchmark-acmp-benefits .txt-black h6,
#p-benchmark-acmp-benefits .txt-black p,
#p-benchmark-acmp-benefits .txt-black p.big,
#p-benchmark-acmp-benefits .txt-black p.small,
#p-benchmark-acmp-benefits .txt-black a {
  color: #000 !important;
}

#p-benchmark-acmp-benefits .flex-center > .row {
  display: flex;
  align-items: center;
}

#p-benchmark-acmp-benefits h1::after {
  content: none;
}

#p-benchmark-acmp-benefits .acmp-heading h2 {
  font-size: 2rem;
}

#p-benchmark-acmp-benefits svg {
  height: auto !important;
}

#p-benchmark-acmp-benefits .hero-links-wrapper {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding-top: 15px;
}

#p-benchmark-acmp-benefits .hero-links-wrapper .hero-link > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}

#p-benchmark-acmp-benefits .hero-links-wrapper .hero-link > .row p {
  flex: 0 50%;
  margin-bottom: 0;
}

#p-benchmark-acmp-benefits .hero-links-wrapper .hero-link > .row p a {
  display: block;
  height: 100%;
  opacity: 0;
}

#p-benchmark-acmp-benefits .m-panel-infos .panel-group .panel {
  border-width: 0;
}

#p-benchmark-acmp-benefits .m-panel-infos .panel-group .panel .panel-title {
  padding: 1.6rem;
  font-family: "RoisMedium", Helvetica, Arial, sans-serif;
  text-align: center;
}

#p-benchmark-acmp-benefits .m-panel-infos .panel-group .panel .panel-title a {
  display: block;
  border-bottom-width: 0;
}

#p-benchmark-acmp-benefits .m-panel-infos .panel-group .panel .panel-title::before {
  position: absolute;
  left: 2%;
  font-size: 3.6rem;
  line-height: 2.6rem;
}

#p-benchmark-acmp-benefits .m-panel-infos .panel-group .panel .panel-body > .row {
  max-width: 1140px;
  margin: 0 auto;
}

#p-benchmark-acmp-benefits .m-panel-info-1 .panel-title {
  background: #e6f03c;
}

#p-benchmark-acmp-benefits .m-panel-info-1 .panel-title::before {
  content: "1";
}

#p-benchmark-acmp-benefits .m-panel-info-1 .panel-body {
  background: #fafcd8;
}

#p-benchmark-acmp-benefits .m-panel-info-2 .panel-title {
  background: #ffb991;
}

#p-benchmark-acmp-benefits .m-panel-info-2 .panel-title::before {
  content: "2";
}

#p-benchmark-acmp-benefits .m-panel-info-2 .panel-body {
  background: #fff1e9;
}

#p-benchmark-acmp-benefits .m-panel-info-3 .panel-title {
  background: #ff7731;
}

#p-benchmark-acmp-benefits .m-panel-info-3 .panel-title::before {
  content: "3";
}

#p-benchmark-acmp-benefits .m-panel-info-3 .panel-body {
  background: #ffe4d6;
}

#p-benchmark-acmp-benefits .m-panel-info-4 .panel-title {
  background: #7e55fc;
}

#p-benchmark-acmp-benefits .m-panel-info-4 .panel-title::before {
  content: "4";
}

#p-benchmark-acmp-benefits .m-panel-info-4 .panel-body {
  background: #e5ddfe;
}

#p-benchmark-acmp-benefits .m-panel-info-5 .panel-title {
  background: #276ef1;
}

#p-benchmark-acmp-benefits .m-panel-info-5 .panel-title::before {
  content: "5";
}

#p-benchmark-acmp-benefits .m-panel-info-5 .panel-body {
  background: #d4e2fc;
}

#p-benchmark-acmp-benefits .m-panel-info-6 .panel-title {
  background: #e6e6d7;
}

#p-benchmark-acmp-benefits .m-panel-info-6 .panel-title::before {
  content: "6";
}

#p-benchmark-acmp-benefits .m-panel-info-6 .panel-body {
  background: #fafaf7;
}

/* =====  End of Modules  ====== */

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Extra small devices (phones, less than 768px) */

/* =====  End of Benchmark ACMP Benefits  ====== */
/* =====  Open Fix CTA bottom   ====== */
.p-6110_microsoft_portal .grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary{
   bottom: auto;
}
.p-6110_microsoft_portal .grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
.p-6110_microsoft_portal .cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary{
       bottom: -15px;
    height: 45px;
    align-items: flex-start;
}
/* =====  Close Fix CTA bottom   ====== */

/*==================================================
=            Fix the bugs in MS Portal (6110)            =
==================================================*/
/*----------  Menu Navigation  ----------*/
.p-6110_microsoft_portal #headerMenu li.dropdown-fullwidth .dropdown-menu > li {
  flex: 0 0 auto;
  max-width: 25%; }

.p-6110_microsoft_portal #headerMenu li.dropdown-fullwidth:nth-of-type(2) .dropdown-menu {
  left: 115px !important;
  flex-direction: column;
  width: 25% !important; }
  .p-6110_microsoft_portal #headerMenu li.dropdown-fullwidth:nth-of-type(2) .dropdown-menu > li {
    flex: auto !important;
    max-width: 100% !important;
    padding-right: 0 !important; }
    .p-6110_microsoft_portal #headerMenu li.dropdown-fullwidth:nth-of-type(2) .dropdown-menu > li .submenu-headline a {
      font-family: "ralewayregular", Helvetica, Arial, sans-serif !important;
      line-height: 1.4 !important;
      padding: 8px 0 !important;
      text-transform: initial !important; }
    .p-6110_microsoft_portal #headerMenu li.dropdown-fullwidth:nth-of-type(2) .dropdown-menu > li a {
      white-space: inherit; }

/*=====  End of Fix the bugs in MS Portal (6110)  ======*/

/*======================================================
=             Microsoft Info & Learning Hub            =
======================================================*/

#p-microsoft-info-learning-hub .m-bg-green {
    background-color: #89E872;
}

#p-microsoft-info-learning-hub .m-bg-line {
    z-index: -1;
}

#p-microsoft-info-learning-hub .l-flexbox .container-fluid>.row {
    display: flex;
}

#p-microsoft-info-learning-hub .l-flexbox--self-end {
    align-self: flex-end;
}

#p-microsoft-info-learning-hub #microsite_content .btn-primary {
    background-color: #89e872 !important;
    color: #000;
    border: 1px solid #000 !important;

    padding: 1.5rem 3rem;

    transition: all 300ms ease-in-out;
}

#p-microsoft-info-learning-hub #microsite_content p {
    font-weight: 400;
}

#p-microsoft-info-learning-hub #microsite_content .btn-primary::before {
    content: "";
    display: none;
}

#p-microsoft-info-learning-hub #microsite_content .btn-primary:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
}

#p-microsoft-info-learning-hub #microsite_content .btn-default:hover {
    color: #000;
}

#p-microsoft-info-learning-hub .l-ul-2cols .article ul li {
    float: left;
    width: 50%;
}

/*=====  End of  Microsoft Info & Learning Hub  ======*/

.p-5860_microsoft_portal .breadcrumb li:nth-child(1) {
  display: none;
}

.p-5860_microsoft_portal .breadcrumb li:nth-child(2) {
  display: none;
}

.p-5860_microsoft_portal .breadcrumb li:nth-child(3)::before {
  display: none;
}

 /**** MS Portal floating link fix ****/
@media screen and (min-width:992px){
  #microsite_content section.mslinkFix .btn-primary {position: relative;}
}
/**** End MS Portal floating link fix ****/



/*** START 1010 form buttons fixed styling ***/



.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .bg-black-40.box, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .bg-black-40 .box, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .bg-black-40.box .grid, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .bg-black-40:not(.box) .grid-col .article {
    background: #f6f6f6!important;
}

.p-1010_anbieter-alsomicrosoftneukundenincentiveazure input, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure textarea {
    background-color: #ffffff;
}

.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .btn-primary, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .btn-info, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure .btn-warning {
    padding: 14px 20px!important;
}

.p-1010_anbieter-alsomicrosoftneukundenincentiveazure #microsite_content section .btn-primary {
    margin: 50px 0;
}


.p-1010_anbieter-alsomicrosoftneukundenincentiveazure #microsite_content input.btn-primary, 
.p-1010_anbieter-alsomicrosoftneukundenincentiveazure #microsite_content a.btn-primary {
    background: #535353 !important;
}

.p-1010_anbieter-alsomicrosoftneukundenincentiveazure #microsite_content section .btn-primary:hover {
    color: #fff !important;
    background: #000000!important;
}

.p-1010_anbieter-microsoftcspalsoautomation .bg-black-40.box, 
.p-1010_anbieter-microsoftcspalsoautomation .bg-black-40 .box, 
.p-1010_anbieter-microsoftcspalsoautomation .bg-black-40.box .grid, 
.p-1010_anbieter-microsoftcspalsoautomation .bg-black-40:not(.box) .grid-col .article {
    background: #f6f6f6!important;
}

.p-1010_anbieter-microsoftcspalsoautomation input, 
.p-1010_anbieter-microsoftcspalsoautomation textarea {
    background-color: #ffffff!important;
}

.p-1010_anbieter-microsoftcspalsoautomation .btn-primary, 
.p-1010_anbieter-microsoftcspalsoautomation .btn-info, 
.p-1010_anbieter-microsoftcspalsoautomation .btn-warning {
    padding: 14px 20px!important;
}

.p-1010_anbieter-microsoftcspalsoautomation #microsite_content section .btn-primary {
    margin: 50px 0;
}


.p-1010_anbieter-microsoftcspalsoautomation #microsite_content input.btn-primary, 
.p-1010_anbieter-microsoftcspalsoautomation #microsite_content a.btn-primary {
    background: #535353 !important;
}

.p-1010_anbieter-microsoftcspalsoautomation #microsite_content section .btn-primary:hover {
    color: #fff !important;
    background: #000000!important;
}

/*** END 1010 form buttons fixed styling ***/

/*=====  Start of MS Portal - Custom Page  ======*/
.c-msportal main {
  /*=====  Start of Background  ======*/
  /*=====  End of Background  ======*/
  /*=====  Start of Check list  ======*/
  /*=====  End of Check list  ======*/
  /*=====  Start of Buttons  ======*/
  /*=====  End of Buttons  ======*/
  /*=====  Start of Text with Media  ======*/
  /*=====  End of Text with Media  ======*/
}
.c-msportal main .bg-half-black-half-green {
  background: linear-gradient(to right, #000 50%, #c7f1bd 50%);
}
.c-msportal main .bg-half-black-half-green > .container {
  background: transparent !important;
}
.c-msportal main .bg-half-white-half-green {
  background: linear-gradient(to right, #fff 50%, #c7f1bd 50%);
}
.c-msportal main .bg-half-white-half-green > .container {
  background: transparent !important;
}
.c-msportal main .bg-half-grey-half-green {
  background: linear-gradient(to right, #f3f3f3 50%, #c7f1bd 50%);
}
.c-msportal main .bg-half-grey-half-green > .container {
  background: transparent !important;
}
.c-msportal main .list-check-icon ul {
  padding-left: 0;
  list-style-type: none !important;
}
.c-msportal main .list-check-icon ul li {
  padding-left: 24px;
  background: url("https://also.com/ec/cms5/media/img/central/microsoft_portal/find_a_partner/en_4/icon_check-list-icon.png") no-repeat;
}
.c-msportal main .list-check-icon ul li:not(:first-child) {
  margin-top: 30px;
}
.c-msportal main .btn-solid .btn-default {
  border-radius: 0;
  border-color: #85ea6c;
  background: #85ea6c;
  color: #000;
  text-transform: uppercase;
}
.c-msportal main .btn-solid .btn-default:hover {
  border-color: #85ea6c;
  background: #85ea6c;
  color: #fff;
}
.c-msportal main .btn-outline .btn-default {
  border-radius: 0;
  border-color: #000;
  background: transparent;
}
.c-msportal main .btn-outline .btn-default:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.c-msportal main .d-flex .container > .row {
  display: flex;
}
.c-msportal main .d-inline-flex .container > .row {
  display: inline-flex;
}
.c-msportal main .flex-row .container > .row {
  flex-direction: row;
}
.c-msportal main .flex-row-reverse .container > .row {
  flex-direction: row-reverse;
}
.c-msportal main .flex-column .container > .row {
  flex-direction: column;
}
.c-msportal main .flex-column-reverse .container > .row {
  flex-direction: column-reverse;
}
.c-msportal main .justify-content-start .container > .row {
  justify-content: flex-start;
}
.c-msportal main .justify-content-end .container > .row {
  justify-content: flex-end;
}
.c-msportal main .justify-content-center .container > .row {
  justify-content: center;
}
.c-msportal main .justify-content-between .container > .row {
  justify-content: space-between;
}
.c-msportal main .justify-content-around .container > .row {
  justify-content: space-around;
}
.c-msportal main .justify-content-evenly .container > .row {
  justify-content: space-evenly;
}
.c-msportal main .align-items-start .container > .row {
  align-items: flex-start;
}
.c-msportal main .align-items-end .container > .row {
  align-items: flex-end;
}
.c-msportal main .align-items-center .container > .row {
  align-items: center;
}
.c-msportal main .align-items-baseline .container > .row {
  align-items: baseline;
}
.c-msportal main .align-items-stretch .container > .row {
  align-items: stretch;
}
.c-msportal main .simple-media.vertical-align-center .col-xs-12 > .text_with_media > .row {
  display: flex;
  align-items: center;
}

/*=====  End of MS Portal - Custom Page  ======*/

/*===== Microsoft Explore Modification =====*/
.style_msexplore #microsite_content section.block.explore_form .btn-primary {
	color: #000!important;
	padding: 16px;
}

.style_msexplore #microsite_content section.block.explore_form .mwf-option a {
	display: inline-block;
}

.style_msexplore #microsite_content table.table td a.lnk {
	display: inline-block;
}
/*===== End Microsoft Explore Modification =====*/

/******************************
Microsoft Team up for Hub!
DE
Erwin Lazaro
Aug 31 2022
******************************/
.style_ms_teamupforhub #microsite_content section.block_webinar .grid-col .article,
.style_ms_teamupforhub #microsite_content section.block_form .grid-col .article {
	padding: 0 25px 25px;
}

.style_ms_teamupforhub #microsite_content section.block_form .grid-col .mwf-form a:not(.btn) {
	display: inline-block;
}
/************** End Microsoft Team up for Hub **************/

/*=====  Start of Biz Apps  ======*/
#p-msportal-bizapps #microsite_content .btn-primary {
  padding: 0;
  padding-left: 30px;
  color: black;
  font-size: 15px;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-group {
  border-top-width: 0;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-group .panel {
  position: relative;
  overflow: hidden;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-group .panel:not(:last-of-type) {
  margin-bottom: 35px;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-group .panel:nth-of-type(1) .panel-title:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_program_01.jpg");
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-group .panel:nth-of-type(2) .panel-title:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_program_02.jpg");
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-group .panel:nth-of-type(3) .panel-title:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_program_03.jpg");
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-title {
  font-family: "roisbold", Verdana, Arial, sans-serif;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-title a {
  display: block;
  min-height: 200px;
  padding-left: 40px;
  background: white;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-title a::after {
  display: none;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-title a.collapsed {
  border-bottom-width: 0;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-title:before {
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 320px;
  height: 160px;
  background-position: right;
  background-size: 320px 160px;
  background-repeat: no-repeat;
  content: "";
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-body {
  background-color: white;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-body > .row > .text_with_media > .row > .text-and-media,
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-body > .row > .text_with_media > .row > .media:first-of-type,
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .panel-body > .row > .text_with_media > .row > div[class^=col-]:not(.media) {
  padding-left: 35px !important;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse {
  display: block;
  visibility: visible;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article p {
  margin-bottom: 10px;
  color: #777777;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article .btn {
  border-bottom-width: 0;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article .btn-default {
  border: 1px solid #85ea6c;
  border-radius: 0;
  background-color: #85ea6c;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:first-of-type {
  position: absolute;
  margin-top: -150px;
  pointer-events: none;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:first-of-type .btn {
  display: inline-block;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:first-of-type .btn:before {
  content: "";
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:first-of-type .highlight .btn-primary:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_icon-plus.png");
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:first-of-type .highlight2 {
  display: none;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:first-of-type .highlight2 .btn-primary:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_icon-minus.png");
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:not(:first-of-type) {
  display: none;
  visibility: hidden;
  padding-top: 35px;
  padding-bottom: 25px;
  border-top: 1px solid #d8d8d8;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:not(:first-of-type) .nowrap {
  font-size: 14px;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:not(:first-of-type) h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse .panel-body .article:not(:first-of-type) .btn {
  margin-top: 20px;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse.in .panel-body .article:not(:first-of-type) {
  display: block;
  visibility: visible;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse.in .panel-body .article:first-of-type .highlight {
  display: none;
}
#p-msportal-bizapps #microsite_content .accordion--custom .c-Akkordeon .collapse.in .panel-body .article:first-of-type .highlight2 {
  display: inline-block;
}
#p-msportal-bizapps #microsite_content .card-category .article h4 {
  font-size: 17px;
  font-family: "roisbold", Verdana, Arial, sans-serif;
}
#p-msportal-bizapps #microsite_content .card-category .article p:not(a) {
  color: #777777;
}
#p-msportal-bizapps #microsite_content .card-category .article p:last-of-type {
  margin-bottom: 0;
}
#p-msportal-bizapps #microsite_content .card-category .article .btn-primary:before {
  content: "";
}
#p-msportal-bizapps #microsite_content .card-category .article .highlight .btn-primary:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_icon-plus.png");
}
#p-msportal-bizapps #microsite_content .card-category .article .highlight2 {
  display: none;
}
#p-msportal-bizapps #microsite_content .card-category .article .highlight2 .btn-primary:before {
  background-image: url("https://www.also.com/ec/cms5/media/img/central/microsoft_portal/business_applications/bizapps/en_7/x1_3/ms-portal_bizapp_icon-minus.png");
}
#p-msportal-bizapps #microsite_content .card-category .article .media-wrapper {
  padding: 15px 10px !important;
}
#p-msportal-bizapps #microsite_content .card-category .article .media-wrapper {
  background-color: white;
}
#p-msportal-bizapps #microsite_content .card-category .article .media {
  margin-top: 0;
}
#p-msportal-bizapps #microsite_content .card-category .article .col-for-image {
  margin-bottom: 0 !important;
}
#p-msportal-bizapps #microsite_content .card-category__entry .separat {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8;
}
#p-msportal-bizapps #microsite_content .card-category__entry .article p {
  margin-bottom: 10px;
}
#p-msportal-bizapps #microsite_content .card-category__entry .article p:not(a) {
  color: #777777;
}
#p-msportal-bizapps #microsite_content .card-category__entry .article .nowrap {
  font-size: 14px;
}
#p-msportal-bizapps #microsite_content .card-category__entry .article h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
#p-msportal-bizapps #microsite_content .card-category__entry .article .btn-default {
  border: 1px solid #85ea6c;
  border-radius: 0;
  background-color: #85ea6c;
}
#p-msportal-bizapps #microsite_content .mwf-form input,
#p-msportal-bizapps #microsite_content .mwf-form textarea {
  border: 1px solid #d8d8d8;
  background-color: white;
}
#p-msportal-bizapps #microsite_content .mwf-form p {
  margin-bottom: 0;
}
#p-msportal-bizapps #microsite_content .mwf-form .btn-primary {
  border-color: #85ea6c !important;
  background: #85ea6c !important;
}
#p-msportal-bizapps #microsite_content .mwf-form .btn-primary {
  padding: 14px;
  color: black;
}
#p-msportal-bizapps #microsite_content .mwf-form .mwf-label {
  position: absolute;
  top: 8px;
  left: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #777777;
  font-weight: 600;
  font-size: 11px;
}
#p-msportal-bizapps #microsite_content .mwf-form .mwf-input > input {
  height: 60px;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
#p-msportal-bizapps #microsite_content .mwf-form .mwf_success_text {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 20px;
  border-left: 8px solid #85ea6c;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
#p-msportal-bizapps #microsite_content .mwf-form .mwf_success_text a {
  display: inline;
}
#p-msportal-bizapps #microsite_content .hide-mwf-cancle .mwf-form .mwf_buttonrow div[data-mwf-container^=_cancel] {
  display: none;
}
#p-msportal-bizapps #microsite_content .hide-mwf-cancle .mwf-form .mwf_buttonrow .col-md-3 {
  width: 50%;
}

/*=====  End of Biz Apps  ======*/

@media screen and (max-width: 576px) {
  #p-msportal-bizapps #microsite_content .card-category .article .media {
    margin-top: 15px;
  }
}

/** D&D and MS PORTAL FIX */
main input.btn-primary,
main a.btn-primary,
#microsite_content input.btn-primary,
#microsite_content a.btn-primary,
#microsite_content a.btn.btn-primary {
	color: initial;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

main input.btn-primary:hover,
main a.btn-primary:hover,
#microsite_content input.btn-primary:hover,
#microsite_content a.btn-primary:hover,
#microsite_content a.btn.btn-primary:hover {
	font-size: 16px;
}
/** END D&D and MS PORTAL FIX */

/** Microsoft Adventsaktion Erwin Lazaro - Nov 21 2022 **/
.advent_campaign {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/campaigns_11/microsoft_adventsaktion_2022/1010_microsoft_22q4_adventsaktion_backgrounimage_1920_2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #3e8982;
}


.advent_campaign #microsite_content section.advent_intro {
    padding: 30% 0 70px;
}

.advent_campaign #microsite_content section.item_block .grid .grid-col {
	margin-bottom: 0!important;
}

.advent_campaign #microsite_content section.section_buttons a.btn-default {
  cursor: not-allowed;
  pointer-events: none;
}

.advent_campaign #microsite_content section.section_buttons .mwf-form .mwf_buttonrow {
	margin-top: 0;
}

.advent_campaign #microsite_content section.section_buttons .mwf-form .mwf_buttonrow input.mwf_cancel {
  display: none;
}

.advent_campaign #microsite_content section.section_buttons .mwf-form .col-md-3 {
  display: none;
}

.advent_campaign #microsite_content section.section_buttons .mwf-form .col-md-3:last-child {
  display: block;
  width: 100%;
  padding: 0 10px;
}

.advent_campaign #microsite_content section.section_buttons .mwf-form .mwf_buttonrow input.mwf_finish {
  width: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #006B7D!important;
  color: #fff;
  font-size: 16px;
}

.advent_campaign #microsite_content section.section_buttons .mwf-form .mwf_buttonrow input.mwf_finish:hover {
  background-color: #fff!important;
  color: #000!important;
}

.advent_campaign #microsite_content section.advent_form .mwf-form .mwf_buttonrow {
	margin-bottom: 30px;
}

.advent_campaign #microsite_content section.advent_form .mwf-form .mwf_buttonrow input.btn-primary {
	background-color: #006b7d !important;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 16px;
}

.advent_campaign #microsite_content section.advent_form .mwf-form .mwf_buttonrow input.btn-primary:hover {
	background-color: #fff !important;
	color: #000 !important;
}
/** End Microsoft Adventsaktion **/

/* Microsoft Office News - Erwin Lazaro December 16, 2022 */
.news_microsoft_office #microsite_content h1,
.news_microsoft_office #microsite_content h2,
.news_microsoft_office #microsite_content p {
	color: #505050;
}

.news_microsoft_office #microsite_content h1 {
	font-family: "interbold", Verdana, Arial, sans-serif;
	text-transform: none;
	font-size: 50px;
	line-height: 58px;
	margin-bottom: 30px;
}

.news_microsoft_office #microsite_content h3 {
	color: #d63c25 !important;
	font-size: 20px;
}

.news_microsoft_office #microsite_content h1:after {
	display: none;
}

.news_microsoft_office #microsite_content h2,
.news_microsoft_office #microsite_content h3 {
	font-family: "inter", Verdana, Arial, sans-serif;
	font-weight: 700;
}

.news_microsoft_office #microsite_content a.btn-default {
	background-color: #d63c25;
	color: #fff;
	border: 0 none;
	border-radius: 0;
	text-transform: none;
	font-size: 15px;
}

.news_microsoft_office #microsite_content {
	background: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/campaigns_11/neues_office_2021/1010_microsoft_new_office_2021_background.jpeg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.news_microsoft_office #microsite_content section.header {
	padding-top: 60px
}

.news_microsoft_office #microsite_content section.block {
	margin-bottom: 80px;
}

.news_microsoft_office #microsite_content section.block .container {
	position: relative;
}

.news_microsoft_office #microsite_content section.block .container:before {
	content: '';
	display: block;
	background-color: #d63c25;
	width: 20px;
	height: 100%;
	position: absolute;
}

.news_microsoft_office #microsite_content section.block .article {
	padding-left: 70px
}

.news_microsoft_office #microsite_content section.block.support_alert .article .media-wrapper .media {
	margin-top: 0;
}

.news_microsoft_office #microsite_content section.block.support_alert .article .media-wrapper .media h3 {
	margin-top: 0;
	background-color: #d63c25;
	color: #fff !important;
	padding: 10px;
}

.news_microsoft_office #microsite_content section.block.support_alert .article .media-wrapper .media p {
	background-color: #fff;
	padding: 10px;
}

.news_microsoft_office #microsite_content section.block.support_alert .article .media-wrapper .media p b {
	color: #d63c25
}

.news_microsoft_office #microsite_content section.block.support_alert .article .media-wrapper .media p:last-child {
	background-color: transparent !important;
}

.news_microsoft_office #microsite_content section.block.impact_end_support .container:before {
	display: none;
}

.news_microsoft_office #microsite_content section.block.impact_end_support .container .grid-col:nth-child(2) .article {
	padding-left: 30px;
}

.news_microsoft_office #microsite_content section.block.impact_end_support .container .grid-col:nth-child(3) .article {
	padding-left: 0px;
}

.news_microsoft_office #microsite_content section.block.impact_end_support .container .grid-col:nth-child(2) p,
.news_microsoft_office #microsite_content section.block.impact_end_support .container .grid-col:nth-child(3) p {
	background-color: #fff;
	padding: 10px;
	min-height: 120px
}

.news_microsoft_office #microsite_content section.block.office_software_type .container:before {
	height: 30%;
}

.news_microsoft_office #microsite_content section.block.office_software_type .row .grid-col:last-child .article {
	float: right;
}

.news_microsoft_office #microsite_content section.block.reasons_to_upgrade .container:before {
	height: 20%;
}

.news_microsoft_office #microsite_content section.block.reasons_to_upgrade .grid-col:nth-child(1) .media-wrapper p:nth-child(4) {
	background-color: #fff;
	margin-bottom: 0;
	border-left: 20px #7624a7 solid;
	padding: 30px 20px 10px 30px !important;

}

.news_microsoft_office #microsite_content section.block.reasons_to_upgrade .grid-col:nth-child(1) .media-wrapper p:nth-child(5) {
	background-color: #fff;
	margin-bottom: 30px;
	border-left: 20px #7624a7 solid;
	padding: 10px 20px 30px 30px !important;
}

.news_microsoft_office #microsite_content section.block.reasons_to_upgrade .grid-col:nth-child(1) .media-wrapper p:nth-child(6) {
	margin-bottom: 60px;
}

@media (max-width: 640px) {

	.news_microsoft_office #microsite_content h1 {
		font-size: 40px;
		line-height: 44px
	}

	.news_microsoft_office #microsite_content section.block.impact_end_support .container .grid-col:nth-child(2) .article {
		padding-left: 0;
	}
}
/* End Microsoft Office News */

/*Microsoft TechTube Page - Erwin Lazaro Dec 21, 2022*/
.p-microsite main a.btn-default:hover,
.p-microsite main a.btn-default:focus {
    border: 2px solid #000;
    color: #000;
}


.ms_techtube #microsite_content section.block_form .mwf-form .mwf_buttonrow input.mwf_cancel,
.ms_techtube #microsite_content section.block_form .mwf-form .mwf_buttonrow input.mwf_finish {
  border: 2px solid black;
  border-bottom: 2px solid #000;
  border-radius: 30px;
  background: #C8C8C8;
  color: #000;
  font-size: 16px;
  padding: 15px 30px!important;
  font-weight: bold;
}

.ms_techtube #microsite_content section.block_form .mwf-form .mwf_buttonrow input.mwf_cancel:hover,
.ms_techtube #microsite_content section.block_form .mwf-form .mwf_buttonrow input.mwf_finish:hover {
  border: 2px solid black;
  border-bottom: 2px solid #000;
  border-radius: 30px;
  background: #ccc;
  color: #000!important;
  font-size: 16px;
  padding: 15px 30px;
  font-weight: bold;
}
/* End Microsoft TechTube*/

/* Microsoft Modern Works - Erwin Lazaro - Jan 23 2023 */
.style_modernwork #microsite_content h1 {
	font-family: "interbold", Verdana, Arial, sans-serif;
	text-transform: none;
}

.style_modernwork #microsite_content h2,
.style_modernwork #microsite_content h3,
.style_modernwork #microsite_content p {
	font-family: "interregular", Verdana, Arial, sans-serif;
	text-transform: none;
}

.style_modernwork #microsite_content h2 {
	font-size: 30px;
	line-height: 1.4;
}

.style_modernwork #microsite_content h3 {
	font-size: 24px;
	line-height: 1.4;
}

.style_modernwork #microsite_content p,
.style_modernwork #microsite_content li {
	font-size: 18px;
}

.style_modernwork #microsite_content p.small {
	font-size: 12px;
	line-height: 1.4;
}

.style_modernwork #microsite_content a.btn-primary {
	background-color: #0178d4 !important;
	border-radius: 0;
	padding: 15px 30px;
	color: #fff;
	font-size: 20px
}

.style_modernwork #microsite_content a.btn-primary:hover {
	background-color: #02467a !important;
	border-radius: 0;
	padding: 15px 30px;
	color: #fff;
	font-size: 20px
}

.style_modernwork #microsite_content a.btn-primary:before {
	display: none;
}

.style_modernwork #microsite_content a.lnk {
	display: inline-block;
}

.style_modernwork #microsite_content h1:after {
	content: "";
	display: block;
	width: 55%;
	height: 10px;
	background-color: #0077d1;
	position: relative;
	box-shadow: 35px 0px 0px 0px rgba(214, 58, 0, 1);
	-webkit-box-shadow: 35px 0px 0px 0px rgba(214, 58, 0, 1);
	-moz-box-shadow: 35px 0px 0px 0px rgba(214, 58, 0, 1);
}

.style_modernwork #microsite_content section.block_header {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/campaigns_11/2023_2/neue_wege_fuer_modernes_arbeiten/1010_microsoft_23q1_neuewege_header_1920x500.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 560px;
	display: flex;
	align-items: center;
}

.style_modernwork #microsite_content section.block_intro {
	margin-top: 70px;
	margin-bottom: 70px;
}

.style_modernwork #microsite_content section.block_intro .media-wrapper {
	background-color: #0178d4;
	padding: 20px !important;
	box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
}

.style_modernwork #microsite_content section.block_intro .media-wrapper h2,
.style_modernwork #microsite_content section.block_intro .media-wrapper p {
	color: #fff;
}

.style_modernwork #microsite_content section.block_content .row.equalheight {
	box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	margin-bottom: 70px;
	align-items: center;
}

.style_modernwork #microsite_content section.block_content .row.equalheight .grid-col {
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.style_modernwork #microsite_content section.block_content .row.equalheight .grid-col .media-wrapper {
	padding: 0 30px !important;
}

.style_modernwork #microsite_content section.block_content_bg2 {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/campaigns_11/2023_2/neue_wege_fuer_modernes_arbeiten/1010_microsoft_23q1_neuewege_image_4_1920x300.jpg');
	min-height: 452px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 50px 0;
	margin-bottom: 70px;
}

.style_modernwork #microsite_content section.content_visualize .grid-col .text_with_media h2 {
	color: #0178d4;
}

.style_modernwork #microsite_content section.content_office_blocks .row.equalheight {
	box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	margin-bottom: 70px;
}

.style_modernwork #microsite_content section.content_office_blocks .row.equalheight .grid-col {
	margin-bottom: 0 !important;
	padding: 30px !important;
}

.style_modernwork #microsite_content section.block_content_bg3 {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/campaigns_11/2023_2/neue_wege_fuer_modernes_arbeiten/1010_microsoft_23q1_neuewege_image_5_1920x300.jpg');
	min-height: 410px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 50px 0;
	margin: 70px 0;
}

.style_modernwork #microsite_content section.block_recycling .grid-col .text_with_media {
	box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.26);
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 70px;
}

.style_modernwork #microsite_content section.block_recycling .grid-col .text_with_media h2 {
	color: #0178d4;
}

@media (max-width: 640px) {
	.style_modernwork #microsite_content section.block_header {
		background-image: none;
		min-height: inherit;
	}

	.style_modernwork #microsite_content section.block_content .row.equalheight .grid-col .media-wrapper {
		padding: 30px 30px 0 !important;
	}

	.style_modernwork #microsite_content section.block_content_bg2 {
		background-image: none;
		min-height: inherit;
		padding: 0;
	}

	.style_modernwork #microsite_content section.block_content_bg3 {
		background-image: none;
		min-height: inherit;
		padding: 0;
	}
}

/* End Microsoft Modern Works */

/* Microsoft New Way - Erwin Lazaro - Jan 30 2023 */
.style_thenewway #microsite_content h1 {
	font-family: "interbold", Verdana, Arial, sans-serif;
	text-transform: none;
}

.style_thenewway #microsite_content h2,
.style_thenewway #microsite_content h3,
.style_thenewway #microsite_content p {
	font-family: "interregular", Verdana, Arial, sans-serif;
	text-transform: none;
}

.style_thenewway #microsite_content h2 {
	font-size: 30px;
	line-height: 1.4;
}

.style_thenewway #microsite_content h3 {
	font-size: 22px;
	line-height: 1.4;
}

.style_thenewway #microsite_content p {
	font-size: 18px;
}

.style_thenewway #microsite_content a.btn-primary {
	background-color: #0178d4 !important;
	border-radius: 30px;
	padding: 15px 50px 15px 30px;
	color: #fff;
	font-size: 20px
}

.style_thenewway #microsite_content a.btn-primary:hover {
	background-color: #02467a !important;
	border-radius: 30px;
	padding: 15px 50px 15px 30px;
	color: #fff!important;
	font-size: 20px
}

.style_thenewway #microsite_content a.btn-primary:before {
	content: "\f105";
	color: #fff !important;
	background-color: transparent;
	font-family: 'FontAwesome' !important;
	font-size: 26px;
	display: block;
	right: 10px;
	left: inherit;
	top: 50%;
	transform: translateY(-50%);
}

.style_thenewway #microsite_content a.lnk {
	display: inline-block;
}

.style_thenewway #microsite_content .box .grid {
	background-color: transparent !important;
}

.style_thenewway #microsite_content section.block_header {
	padding-top: 30px;
	padding-bottom: 50px;
	background: rgb(179, 185, 207);
	background: linear-gradient(0deg, rgba(179, 185, 207, 1) 0%, rgba(198, 196, 209, 1) 100%);
}

.style_thenewway #microsite_content section.block_highlights {
	padding-top: 50px;
	background-color: #f6f2f0;
}

.style_thenewway #microsite_content section.block_purple {
	background-color: #7885a5;
	padding-top: 50px;
	padding-bottom: 50px;
}

.style_thenewway #microsite_content section.block_purple h2,
.style_thenewway #microsite_content section.block_purple p {
	color: #fff;
}

.style_thenewway #microsite_content section.block_ms365 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.style_thenewway #microsite_content section.block_ms365 .grid-col section.c-Gallery {
	margin-bottom: 50px;
}

.style_thenewway #microsite_content section.block_ms365 .grid-col:nth-child(3) {
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.style_thenewway #microsite_content section.block_recycling .grid-col {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #333;
	margin-bottom: 50px;

}
/* End Microsoft New Way */

/* CH Microsoft Back to School Fix - Erwin Lazaro - Mar 22 2023 */
.spri-ms-surface-b2s #microsite_content .spri-button-more .article.text_with_media .col-xs-12 a.btn {
	background-color: #0179d4 !important;
	color: #fff !important;
	border-radius: 0;
	border: 2px solid #0179d4 !important;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.spri-ms-surface-b2s #microsite_content .spri-button-more .article.text_with_media .col-xs-12 a.btn:hover {
	background-color: #fff !important;
	color: #0179d4 !important;
	border-radius: 0;
	border: 2px solid #0179d4 !important;
}

.spri-ms-surface-b2s #microsite_content .spri-button-more .article.text_with_media .col-xs-12 a.btn:before {
	display: none;
}

.spri-ms-surface-b2s #microsite_content .spri-best-solutions a.btn {
	background-color: #0179d4 !important;
	color: #fff !important;
	border-radius: 0;
	border: 2px solid #0179d4 !important;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
}

.spri-ms-surface-b2s #microsite_content .spri-best-solutions a.btn:hover {
	background-color: #fff !important;
	color: #0179d4 !important;
	border-radius: 0;
	border: 2px solid #0179d4 !important;
}

.spri-ms-surface-b2s #microsite_content .spri-best-solutions a.btn:before {
	display: none;
}

@media (min-width: 1400px) {
	.spri-ms-surface-b2s #microsite_content .spri-portfolio .container .row:last-of-type .col-xs-12.col-md-4.grid-col:first-of-type {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #f8f8f8;
		width: 300px;
		padding: 30px !important;
	}
}

@media (min-width: 1200px) {
	.spri-ms-surface-b2s #microsite_content .spri-portfolio .container .row:last-of-type .col-xs-12.col-md-4.grid-col:not(:first-of-type) .article.text_with_media .row .col-xs-12 h3 {
		font-size: 15px;
		color: #0179d4 !important;
	}
}

@media (min-width: 1200px) {
  .spri-ms-surface-b2s #microsite_content .spri-portfolio .container .row:last-of-type .col-xs-12.col-md-4.grid-col:not(:first-of-type) .article.text_with_media .row .col-xs-12:last-of-type {
    padding: 0px!important;
  }
}
/* End CH Microsoft Back to School Fix */

/****** open 2200 MICROSOFT SURFACE 23Q2 OSTERKAMPAGNE *AT239201* ****/
@font-face {
    font-family: 'interbold';
    src: url('/ec/cms5/media/css/webfonts/inter/bold/inter_bold_eot.eot');
    src: url('/ec/cms5/media/css/webfonts/inter/bold/inter_bold_eot.eot?#iefix') format('embedded-opentype'), url('/ec/cms5/media/css/webfonts/inter/bold/inter_bold_woff2.woff2') format('woff2'), url('/ec/cms5/media/css/webfonts/inter/bold/inter_bold_woff.woff') format('woff'), url('/ec/cms5/media/css/webfonts/inter/bold/inter_bold_ttf.ttf') format('truetype'), url('/ec/cms5/media/css/webfonts/inter/bold/inter_bold_svg.svg#roisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#p-2200-ms-surface #microsite_content p {
    font-size: 21px;
}

#p-2200-ms-surface #microsite_content .platz-section h3 {
    font-size: 26px !important;
    font-family: 'interregular';
    font-weight: bolder;
}

#p-2200-ms-surface #microsite_content .reseller-section .article.section_headline {
    padding-bottom: 30px;
}

#p-2200-ms-surface #microsite_content .reseller-section .article.text_with_media {
    padding-bottom: 50px;
}

#p-2200-ms-surface #microsite_content .info-section .article.text_with_media {
    padding-top: 60px;
    padding-bottom: 200px;
}

#p-2200-ms-surface #microsite_content .info-section .article.text_with_media h2, 
#p-2200-ms-surface #microsite_content .info-section .article.text_with_media h3, 
#p-2200-ms-surface #microsite_content .info-section .article.text_with_media p {
    color: #fff;
}

#p-2200-ms-surface #microsite_content .info-section {
    background-size: cover;
    background-position: center bottom;
}

#p-2200-ms-surface #microsite_content .contact-section .container > .row {
    display: flex;
    align-items: center;
}
/****** close 2200 MICROSOFT SURFACE 23Q2 OSTERKAMPAGNE *AT239201* ****/

/* Microsoft Consultancy Services - Erwin Lazaro - Jun 13 2023 */
.style_consultancy #microsite_content a.btn-primary {
	background-color: #296AE6 !important;
	padding: 15px 25px;
	border-radius: 50px;
	color: #fff;
}

.style_consultancy #microsite_content a.btn-primary:hover {
	background-color: #0f3b8e !important;
	color: #fff !important;
}

.style_consultancy #microsite_content a.btn-primary:before {
	display: none;
}

.style_consultancy #microsite_content a.btn-default {
	background-color: #fff;
	border: 0 none;
	color: #296AE6;
}

.style_consultancy #microsite_content a.btn-default {
	background-color: #fff;
	border: 0 none;
	color: #296AE6;
	text-transform: none;
}

.style_consultancy #microsite_content a.btn-default:hover {
	background-color: #c3c3c3;
	color: #333;
}

.style_consultancy #microsite_content section.block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.style_consultancy #microsite_content section.block.btmnull {
	padding-bottom: 0;
}

.style_consultancy #microsite_content section.block.services {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/also_consultancy_services/obj_element01.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: inherit;
}

.style_consultancy #microsite_content section.block.scenarios {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/also_consultancy_services/obj_element02.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: inherit;
}

.style_consultancy #microsite_content section.block.benefits {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/also_consultancy_services/obj_element04.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: inherit;
}

.style_consultancy #microsite_content section.block.contact {
	background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/also_consultancy_services/obj_element03.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: inherit;
}

.style_consultancy #microsite_content section.block.services,
.style_consultancy #microsite_content section.block.benefits {
	background-color: #FAFCFF;
}

.style_consultancy #microsite_content section.block.services .grid .col-xs-12 .article .text-box {
	text-align: center;
}

.style_consultancy #microsite_content section.block.services .grid .col-md-4 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.style_consultancy #microsite_content section.block.services .grid .col-md-4 .article {
	background-color: #fff;
	padding: 40px;
	box-shadow: -1px 11px 21px 3px rgba(41, 106, 230, 0.11);
	-webkit-box-shadow: -1px 11px 21px 3px rgba(41, 106, 230, 0.11);
	-moz-box-shadow: -1px 11px 21px 3px rgba(41, 106, 230, 0.11);
}

.style_consultancy #microsite_content section.block.services .grid .col-md-4 .article .text-box {
	text-align: left;
}

.style_consultancy #microsite_content section.block.services .grid .col-md-4 .article .text-box h3 {
	font-family: "railway", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #296AE6 !important;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-xs-12 .article .text-box {
	text-align: center;
	margin-bottom: 110px;
	display: block;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-xs-12 .article .text-box.text-headline-box {
	margin-bottom: 0;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 .article .text-box {
	text-align: left;
	margin-bottom: 0;
	word-break: break-word;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 .article .text-box p {
	margin-bottom: 0;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 {
	margin-bottom: 100px !important;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6:nth-child(4),
.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6:nth-child(5) {
	margin-bottom: 0 !important;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 {
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 .article {
	border: 1px solid #296AE6;
	border-radius: 12px;
	position: relative;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6.media {
	padding: 0 20px !important;
	margin-bottom: 0 !important
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 .col-for-image {
	position: relative;
	padding: 0;
	width: 100%;
	margin-bottom: 0!important;
	left: -70px;
}

.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 .col-for-image img {
	width: inherit !important;
	height: auto !important;
	max-width: inherit;
}

.style_consultancy #microsite_content section.block.benefits .grid .col-md-3 .article {
	background-color: #fff;
	padding: 40px;
	box-shadow: -1px 11px 21px 3px rgba(41, 106, 230, 0.11);
	-webkit-box-shadow: -1px 11px 21px 3px rgba(41, 106, 230, 0.11);
	-moz-box-shadow: -1px 11px 21px 3px rgba(41, 106, 230, 0.11);
}

.style_consultancy #microsite_content section.block.contact {
	background-color: #296AE6;
	/* margin-top: 100px; */
	padding-bottom:  0;
}

.style_consultancy #microsite_content section.block.contact .grid {
	background-color: transparent;
}

.style_consultancy #microsite_content section.block.contact .article .text-box h2,
.style_consultancy #microsite_content section.block.contact .article .text-box p {
	color: #fff;
}

.style_consultancy #microsite_content section.block.contact picture {
	position: relative;
}

.style_consultancy #microsite_content section.block.contact picture img {
	width: inherit !important;
	height: auto !important;
	max-width: inherit;
	position: relative;
	bottom: 0;
	left: -107px;
}

@media screen and (min-width: 992px) {
	.style_consultancy #microsite_content .col-md-6 {
		width: 49.5%;
	}
}

@media screen and (max-width: 640px) {
	.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 .col-for-image {
		position: relative;
		padding: 0;
		width: 100%;
	}

	.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6:nth-child(2) .col-for-image {
		top: 0;
		left: -30px;
	}

	.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6:nth-child(3) .col-for-image {
		top: 0;
		left: -30px;
	}

	.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6:nth-child(4) .col-for-image {
		top: 0;
		left: 0;
	}

	.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6:nth-child(5) .col-for-image {
		top: 0;
		left: 0;
	}

	.style_consultancy #microsite_content section.block.scenarios .grid .col-md-6 {
		margin-bottom: 0 !important;
	}

	.style_consultancy #microsite_content section.block.scenarios .grid .col-xs-12 .article .text-box {
		text-align: center;
		margin-bottom: 0;
		display: block;
	}

	.style_consultancy #microsite_content section.block.contact picture img {
		width: 100% !important;
		height: auto;
		max-width: 100% !important;
		position: relative;
		top: 0;
		left: 0;
	}
}

/****** REQUEST FORM SECTION *****/
.style_consultancy #microsite_content section.block.request-form {
    background-image: url('https://www.also.com/ec/cms5/media/img/1010_anbieter_1/microsoft_portal_2/also_consultancy_services/obj_element02.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: inherit;
}

.style_consultancy #microsite_content section.block.request-form .mwf-form .mwf-paragraph.mwf-field {
    padding-left: 0;
}

.style_consultancy #microsite_content section.block.request-form .mwf-form .btn-primary.mwf_finish {
    background-color: #296AE6 !important;
    padding: 15px 25px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #296AE6 !important;
    font-size: 16px !important;
}
.style_consultancy #microsite_content section.block.request-form .mwf-form .btn-primary.mwf_finish:hover {
	background-color: #0f3b8e !important;
	color: #fff !important;
    border: 2px solid #0f3b8e !important;
}

.style_consultancy #microsite_content section.block.request-form .mwf-form .btn-primary.mwf_cancel {
    display: none;
}
/****** REQUEST FORM SECTION *****/
/* End Microsoft Consultancy Services */

/* Go Paperless Campaign */
.go_paperless #microsite_content .mwf-form form input.btn.btn-primary.mwf_finish {
	background: #C8C8C8 !important;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 30px;
}

.go_paperless #microsite_content .mwf-form form input.btn.btn-primary.mwf_finish:hover {
	background: white !important;
	color: black !important;
	font-size: 15px !important;
}

.go_paperless #microsite_content .mwf-form form input.btn.btn-primary.mwf_finish:active,
.go_paperless #microsite_content .mwf-form form input.btn.btn-primary.mwf_finish:focus {

	background: black !important;
	color: white !important;
	border: 0px solid black !important;

}
/* End Go Paperless `Campaign */

/* MICROSOFT PORTAL FORM SUBMIT FIX */
#microsite_content input.btn-primary {
  border: 2px solid black;
  border-bottom: 2px solid #000;
  border-radius: 30px;
  background: #C8C8C8!important;
  color: #000;
  font-size: 16px;
  padding: 15px 30px!important;
  font-weight: bold;
}

#microsite_content input.btn-primary:hover {
  border: 2px solid black;
  border-bottom: 2px solid #000;
  border-radius: 30px;
  background: #fff!important;
  color: #000!important;
  font-size: 16px;
  padding: 15px 30px;
  font-weight: bold;
}
/* End MICROSOFT PORTAL FORM SUBMIT FIX */

/* Table Link fix */
#microsite_content table.table a.lnk {
    display: inline-block!important;
}
/* End Table link fix */

/* ==================== */
/* Microsite Settings   */
/* ==================== */
