
/* ==================== */
/* 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;
}

/* [ColorAdjustment2020] Border Bottom: 1px -> 2px; #CCC -> #000 */
.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 2px solid #000;
    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%;
}

/* [ColorAdjustment2020] changed fff to 000 -> new styling */
.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    /* border: 2px solid #000; */
    color: #000;
}

.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 */
/* [ColorAdjustment2020] changed (most) background-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: #006B7D}

#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: #006B7D}

#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: #006B7D}

#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: #276EF1}

#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: #276EF1}

#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: #276EF1}

#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: #89E872}

#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: #E6E6D7}

#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-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-40 p,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd1-70 p,
#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-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-40 p,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-70 p,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd2-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: #7E55FC}

#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: #7E55FC}

#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: #E6F03C}

#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: #E6F03C}

#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: #FF7731}

#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: #FF7731}

#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: #FFB991}

#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: #FFB991}

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

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-70 p,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add1-100 p,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-70 p,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add3-100 p {
    color: #fff;
}

/* 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='#E6E6D7',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 */

    /* [ColorAdjustment2020] adjusted "first-of-type" definitions */

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

    /* [ColorAdjustment2020] removed -> styling moved
    #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: #E6E6D7;
    }

    #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: #7E55FC;
    }


}

#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article h1,
#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article h2,
#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article h3,
#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article p,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article h1,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article h2,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article h3,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article p,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article h1,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article h2,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article h3,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article p,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article h1,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article h2,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article h3,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article p {
    color: #000;
}

#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article h1,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article h2,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article h3,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article p,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article h1,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article h2,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article h3,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article p {
    color: #FFF;
}

/*fix for ul element text color*/
#microsite_content .bg-cd3_100_add1_70 .row .grid-col:nth-child(2) .text-box {
    color: white;
}

#microsite_content .bg-white-100_bg-cd1-100 .grid-col:nth-child(2) .article ul {
    color: white;
  }
/* 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; [ColorAdjustment2020] Removed bcs of new styling */
}

/* #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;
}

/* [ColorAdjustment2020] removed
#microsite_content section .btn-primary:hover {
    color: #fff !important
} */

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

/* [ColorAdjustment2020] Sophos fix -> Text at the end of a default btn now stays black (color #fff -> #000) */
#microsite_content section .btn:hover > span {
    color: #000;
}

/* 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;
}
 

/* 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 {
    height: 70px;
}

.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;
}
/* ****************************
 * common
 * module_email_prefence_center_css.css
 * Version - 0.0.1
 **************************** */

/* ****************************
 * common
 * module_email_prefence_center_css.css
 * Version - 0.0.1
 **************************** */

.styling_also_epc #microsite_content p {
	font-size: 18px;
}

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

.styling_also_epc #microsite_content #messages {
	width: 100%;
}

.styling_also_epc #microsite_content .container {
	width: 100%;
	max-width: 1140px;
	padding-left: 30px;
	padding-right: 30px;
}

.styling_also_epc #microsite_content .hero_section {
	padding-bottom: 30px;
}

.styling_also_epc #microsite_content section.section_3071997 .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.styling_also_epc #microsite_content section.section_3071997 #preference_center_portal .container {
	width: 100%;
	max-width: 1140px;
	padding-left: 0px;
	padding-right: 0px;
}

.styling_also_epc #microsite_content .section_welcome {
	padding-bottom: 80px;
}

.styling_also_epc #microsite_content #messagesPortal {
	background: #0a7e82;
}

.styling_also_epc #microsite_content #messagesPortal .info {
	padding: 10px;
}

.styling_also_epc #microsite_content #messagesPortal p {
	color: #fff;
}

.styling_also_epc #microsite_content .section_welcome .article p b {
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content .section_welcome .grid .grid-col {
	padding-left: 20px;
	padding-right: 20px
}

.styling_also_epc #microsite_content .section_welcome .article p b {
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content .section_welcome #existingUser input {
	width: 30%;
	border: 1px solid #000;
	background-color: #fff;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser .module p:nth-child(2) {
	display: initial;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser p:nth-child(2) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser input,
.styling_also_epc #microsite_content .section_welcome #createNewUser select {
	border: 1px solid #000;
	background-color: #fff;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser p label {
	display: block;
	width: 50%;
	padding: 0 10px 20px;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser p label:nth-child(10) {
	width: 100%
}

.styling_also_epc #microsite_content .section_welcome #createNewUser input[type='checkbox'] + label {
    padding-left: 45px;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser button {
	padding: 15px 20px;
	border-radius: 50px;
	border: 2px solid #000;
	background: #006B7D;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}

.styling_also_epc #microsite_content .section_choice.box {
	background-color: #006b7d;
	background-image: url('https://www.also.com/ec/cms5/media/img/global_images/key_visuals/also_key_visual_general_for_teal_backgrounds_1_rgb.svg');
	padding-top: 120px;
	padding-bottom: 50px;
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.styling_also_epc #microsite_content .section_choice.box .text_with_media_overlapping .text .row .col-xs-12 {
	padding: 50px 20px;
}

.styling_also_epc #microsite_content .section_welcome.box .row,
.styling_also_epc #microsite_content .section_choice.box .row {
	margin-left: 0;
	margin-right: 0;
	padding: 0
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) {
	display: inline-block;
	background-color: #000;
	padding: 0;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) > div {
	padding: 30px;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) .section_headline h2 {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(3) {
	margin-top: 50px;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(3) .grid-col {
	margin-bottom: 80px;
	background-color: #fff;
}

.styling_also_epc #microsite_content .section_choice.box button {
	padding: 15px 20px;
	border-radius: 50px;
	border: 2px solid #000;
	background: #006B7D;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}

.styling_also_epc #microsite_content .section_choice.box #selectAllMarketing,
.styling_also_epc #microsite_content .section_choice.box #selectAllNova {
	background-color: #fff;
	color: #000;
}

.styling_also_epc #microsite_content .section_opt_out.box .article p b {
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content input[type='checkbox']:checked + label,
.styling_also_epc #microsite_content input[type='checkbox']:not(checked) + label,
.styling_also_epc #microsite_content input[type='radio']:checked + label,
.styling_also_epc #microsite_content input[type='radio']:not(checked) + label {
	position: relative;
	padding-left: 45px;
}

.styling_also_epc #microsite_content input[type='checkbox']:checked + label::before,
.styling_also_epc #microsite_content input[type='checkbox']:not(checked) + label::before,
.styling_also_epc #microsite_content input[type='radio']:checked + label::before,
.styling_also_epc #microsite_content input[type='radio']:not(checked) + label::before {
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.styling_also_epc #microsite_content input[type='checkbox']:checked + label::before,
.styling_also_epc #microsite_content input[type='radio']:checked + label::before {
	box-shadow: inset 0 0 0 4px white;
}



@media (max-width: 640px) {

	.styling_also_epc #microsite_content h1 {
		font-size: 30px;
	}

	.styling_also_epc #microsite_content h2 {
		font-size: 26px;
	}

	.styling_also_epc #microsite_content h3 {
		font-size: 22px;
	}

	.styling_also_epc #microsite_content .section_welcome .article p b {
		font-size: 30px;
	}

	.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) .section_headline h2 {
		font-size: 30px
	}

	.styling_also_epc #microsite_content .hero_section {
		padding: 30px;
	}

	.styling_also_epc #microsite_content .hero_section .container {
		width: 100%;
		max-width: inherit;
		padding-left: 0;
		padding-right: 0;
	}

	.styling_also_epc #microsite_content .hero_section .article {
		padding: 0 20px;
	}

	.styling_also_epc #microsite_content .hero_section .article > .row {
		padding: 0;
	}

	.styling_also_epc #microsite_content .hero_section .article .media,
	.styling_also_epc #microsite_content .hero_section .article .text {
		padding: 0;
		width: 100%;
	}

	.styling_also_epc #microsite_content .hero_section .article .text .row {
		margin-left: 0;
		margin-right: 0;
	}

	.styling_also_epc #microsite_content .hero_section .article .text h1 {
		word-break: break-word;
	}

	.styling_also_epc #microsite_content .hero_section img {
		padding-left: 0;
		margin: 0 auto;
	}

	.styling_also_epc #microsite_content section.c-Breadcrumb {
		display: none;
	}

	.styling_also_epc #microsite_content .section_welcome {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
	}

	.styling_also_epc #microsite_content .section_welcome input {
		width: 100%;
	}

	.styling_also_epc #microsite_content .section_choice.box {
		padding-top: 50px;
	}

	.styling_also_epc #microsite_content .section_opt_out.box .article p b {
		font-size: 30px;
	}

	.styling_also_epc #microsite_content .section_welcome #createNewUser p:nth-child(2) {
		display: flex;
		flex-direction: column;
	}

	.styling_also_epc #microsite_content .section_welcome #createNewUser p label {
		width: 100%;
		padding: 0;
	}
}

/* Layout fix for Hero Section */
@media (min-width: 768px) {
	.styling_also_epc .text_with_media_overlapping > .row {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	/**overlaping styles**/
	.styling_also_epc .text_with_media_overlapping .row .media,
	.styling_also_epc .text_with_media_overlapping .row .text,
	.styling_also_epc .text_with_media_overlapping .row .text-wrapper {
		grid-row: 1/2;
	}

	.styling_also_epc .text .grid-container > div {
		grid-row: 1/2;
	}

	.styling_also_epc .text .grid-container :first-child {
		z-index: 999;
	}

	/***************************/
	/*text box styles*/
	.styling_also_epc .text_with_media_overlapping .row .text {
		z-index: 1;
	}

	.styling_also_epc .text_with_media_overlapping .text .row .col-xs-12 {
		padding: 50px;
	}

	.styling_also_epc .text_with_media_overlapping .text .row .col-xs-12 > h2 {
		padding-top: 0 !important;
	}

	/********************************/
	.styling_also_epc .text_with_media_overlapping .bg-box {
		background: #fff;
		color: #000;
		z-index: 0;
	}

	/****image padding reset****************/
	.styling_also_epc .text_with_media_overlapping .row .media.col-xs-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/******util classes**********/
	.styling_also_epc .text_with_media_overlapping .align-top {
		align-items: flex-start;
	}

	.styling_also_epc .text_with_media_overlapping .align-bottom {
		align-items: flex-end;
	}

	.styling_also_epc .text_with_media_overlapping .on-top {
		z-index: 999;
	}

	/*col span 4*/
	.styling_also_epc .text_with_media_overlapping .grid-start-9 {
		grid-column-start: 9;
	}

	/*col span 6*/
	.styling_also_epc .text_with_media_overlapping .grid-start-7 {
		grid-column-start: 7;
	}

	/*col span 8*/
	.styling_also_epc .text_with_media_overlapping .grid-start-5 {
		grid-column-start: 5;
	}

	/*col span 9*/
	.styling_also_epc .text_with_media_overlapping .grid-start-4 {
		grid-column-start: 4;
	}

	/*col span 12*/
	.styling_also_epc .text_with_media_overlapping .grid-start-1 {
		grid-column-start: 1;
	}


	/*col span 4*/
	.styling_also_epc .text_with_media_overlapping .grid-end-5 {
		grid-column-end: 5;
	}

	/*col span 6*/
	.styling_also_epc .text_with_media_overlapping .grid-end-7 {
		grid-column-end: 7;
	}

	/*col span 8*/
	.styling_also_epc .text_with_media_overlapping .grid-end-9 {
		grid-column-end: 9;
	}

	/*col span 9*/
	.styling_also_epc .text_with_media_overlapping .grid-end-10 {
		grid-column-end: 10;
	}

	/*col span 12*/
	.styling_also_epc .text_with_media_overlapping .grid-end-13 {
		grid-column-end: -1;
	}

	/*************************************/
	.styling_also_epc #microsite_content .text_with_media_overlapping .grid-container {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	.styling_also_epc #microsite_content .text_with_media_overlapping .text .grid-container > div {
		grid-row: 1/2;
	}

	.styling_also_epc #microsite_content .text_with_media_overlapping .bg-box {
		background: #fff;
	}

	.styling_also_epc #microsite_content .text_with_media_overlapping .text .grid-container :first-child {
		z-index: 999;
	}

	.styling_also_epc .standard-box .article div div {

		background: white;

	}
}

@media (max-width: 767px) {
	.styling_also_epc .text_with_media_overlapping .text {
		background: #fff;
		color: #000;
	}

	.styling_also_epc .text_with_media_overlapping .text .row .col-xs-12 {
		padding: 25px !important;
	}
}


/* --------------------------------------------------------------------------------
 * 	 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;
}

/* [ColorAdjustment2020] Border Bottom: 1px -> 2px; #CCC -> #000 */
.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 2px solid #000;
    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%;
}

/* [ColorAdjustment2020] changed fff to 000 -> new styling */
.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    /* border: 2px solid #000; */
    color: #000;
}

.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: #006B7D}

#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: #006B7D}

#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: #006B7D}

#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: #276EF1}

#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: #276EF1}

#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: #276EF1}

#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: #89E872}

#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: #E6E6D7}

#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;}

/* [ColorAdjustment2020] Removed -> Styling moved
#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-40 p,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd1-70 p,
#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-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-40 p,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-70 p,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd2-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: #7E55FC}

#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: #7E55FC}

#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: #E6F03C}

#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: #E6F03C}

#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: #FF7731}

#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: #FF7731}

#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: #FFB991}

#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: #FFB991}

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

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-70 p,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add1-100 p,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-70 p,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add3-100 p {
    color: #fff;
}

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

/* Mixed Colors */

/* [ColorAdjustment2020] edited all mixed color bg */

#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;}

/* [ColorAdjustment2020] Removed -> Styling moved
.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%, #7E55FC 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#7E55FC 50%);
        background: linear-gradient(to right,  #89E872 50%,#7E55FC 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#7E55FC',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%, #E6E6D7 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#E6E6D7 50%);
        background: linear-gradient(to right,  #ffffff 50%,#E6E6D7 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E6E6D7',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%, #006B7D 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#006B7D 50%);
        background: linear-gradient(to right,  #ffffff 50%,#006B7D 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#006B7D',GradientType=1 );
    }

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

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

    /* [ColorAdjustment2020] removed -> white text
    #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;
    }

    /* [ColorAdjustment2020] changed color */
    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col .article{
        background: #E6E6D7;
    }

    /* [ColorAdjustment2020] changed color */
    #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: #7E55FC;
    }


}

#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; [ColorAdjustment2020] Removed because of new Button styling */
}

/* [ColorAdjustment2020] Removed bcs of shop buttons
#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;
}

/* [ColorAdjustment2020] Removed -> New styling
#microsite_content section .btn-primary:hover {
    color: #fff !important
}*/

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

/* [ColorAdjustment2020] Sophos fix -> Text at the end of a default btn now stays black */
#microsite_content section .btn:hover > span {
    color: #000;
}

/* 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: #E6E6D7;
}

.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;
    color: #fff;
}

.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;
    color: #fff !important;
}

/* 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%;
}

/* --------------------------------------------------------------------------------
   ALSO Blacksale
 * -------------------------------------------------------------------------------- */

.also-black-sale #microsite_content h3 a {
    color: black !important;
    word-break: break-word;
}

.also-black-sale #microsite_content h3 a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------
   Also Offres Givrees - 2000
 * -------------------------------------------------------------------------------- */

.also_offres_givrees .c-Products__price span {
    color: #0027BF !important;
    font-weight: bolder;
}

.also_offres_givrees .c-Products__shortDescription.js-shortDescription h3 a {
    color: #0027BF !important;
    text-decoration: none !important;
    border: none !important;
}

.also_offres_givrees .c-Products__shortDescription.js-shortDescription a:hover {
    color: #041C40 !important;
}

.also_offres_givrees #microsite_content a.btn.btn-default {
    background: #00359E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    padding: 20px 40px !important;
}

.also_offres_givrees #microsite_content a.btn.btn-default:hover {
    background: #041C40 !important;
}

.also_offres_givrees main#top {
    background: url(https://www.also.com/ec/cms5/media/img/2000/campagnes/also_fr/les_offres_givrees/background_les_offres_givrees.jpg);
}

.also_offres_givrees .divider_for_buttons {
    padding: 100px;
}

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

/* --------------------------------------------------------------------------------
   ALSO IT Services
 * -------------------------------------------------------------------------------- */

.also_it_services .shadow .article.text_with_media {
    padding: 10px 5px 10px 5px;
    height: 220px;
}

.also_it_services .tools_headline h2 {
    margin: 30px 0px 0px 10px;
}

.also_it_services .shadow .article.text_with_media h3 {
    min-height: 2.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.also_it_services .shadow p:nth-child(2) {
    min-height: 100px;
}

.also_it_services span.fa.fa-link {
    color: #000;
    background: #89E872;
    font-size: 14px;
    padding: 3px 12px;
    text-decoration: none !important;
    border-radius: 15px;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.also_it_services span.fa.fa-link:hover {
    color: #fff;
}

.also_it_services .shadow a {
    border: 0 !important;
}



/* --------------------------------------------------------------------------------
   American Express / AMEX / 2000
 * -------------------------------------------------------------------------------- */

.fr_amex #microsite_content input.btn-default,
.fr_amex #microsite_content a.btn-default,
.fr_amex #microsite_content table.table a.btn-default {
    border: 2px solid #203864 !important;
    border-bottom: 2px solid #203864;
    border-radius: 30px;
    background: #203864;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

.fr_amex #microsite_content input.btn-default:hover,
.fr_amex #microsite_content a.btn-default:hover,
.fr_amex #microsite_content table.table a.btn-default:hover {
    border: 2px solid #182a4a !important;
    border-bottom: 2px solid #182a4a;
    border-radius: 30px;
    background: #182a4a;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------
   Also Coup De Coeur - 2000
 * -------------------------------------------------------------------------------- */

.also_coup_de_coeur .c-Products__price span {
    color: #BE1622 !important;
    font-weight: bolder;
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription h3 a {
    color: #BE1622 !important;
    text-decoration: none !important;
    border: none !important;
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription a:hover {
    color: #a0121d !important;
}

.also_coup_de_coeur #microsite_content a.btn.btn-default {
    background: #BE1622 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    padding: 20px 40px !important;
}

.also_coup_de_coeur #microsite_content a.btn.btn-default:hover {
    background: #a0121d !important;
}

.also_coup_de_coeur .divider_for_buttons {
    padding: 30px;
}

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

.also_coup_de_coeur #microsite_content .flower .row .col-xs-12:last-of-type .text_with_media {
    text-align: center;
}

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

.also_coup_de_coeur .vendor_firstrow{
    padding-top: 30px;
}

.also_coup_de_coeur .vendor_secondrow{
    padding-bottom: 30px;
}

.also_coup_de_coeur .c-Products--gallery-Product {
    border: 3px solid #BE1622;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: 10px;
    padding: 15px 0px;
    width: 23%
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription {
    height: 110px !important;
}


.also_coup_de_coeur .c-Products--gallery-Product {
    border: 3px solid #BE1622;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: 10px;
    padding: 15px 0px;
    width: 23%;
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription {
    height: 110px !important;
}

@media (max-width: 1200px) {
    .also_coup_de_coeur .c-Products--gallery-Product {
        margin: 10px;
        width: 47%;
    }
}

@media (max-width: 700px) {
    .also_coup_de_coeur .c-Products--gallery-Product {
        margin: 10px;
        width: initial;
    }
}

/* --------------------------------------------------------------------------------
   ALSO Network 2020
 * -------------------------------------------------------------------------------- */

.alsonetwork2020 #microsite_content .bg-cd2-70.box,
.alsonetwork2020 #microsite_content .bg-cd2-70 .box,
.alsonetwork2020 #microsite_content .bg-cd2-70.box .grid,
.alsonetwork2020#microsite_content .bg-cd2-70:not(.box) .grid-col .article {
    background: #006b7d;
    color: #fff;
}

.alsonetwork2020 #microsite_content .bg-cd2-70.box,
.alsonetwork2020 #microsite_content .bg-cd2-70 .box,
.alsonetwork2020 #microsite_content .bg-cd2-70.box .grid,
.alsonetwork2020 #microsite_content .bg-cd2-70:not(.box) .grid-col .article {
    background: #006b7d;
    color: #fff;
}

.alsonetwork2020 #microsite_content .bg-black-40.box,
.alsonetwork2020 #microsite_content .bg-black-40.box h3,
.alsonetwork2020 #microsite_content .bg-black-40 .box,
.alsonetwork2020 #microsite_content .bg-black-40.box .grid,
.alsonetwork2020 #microsite_content .bg-black-40:not(.box) .grid-col .article        {background: #858688; color: #fff;}

.alsonetwork2020 #microsite_content .bg-cd1-40 li {
    color: #fff;
}

.alsonetwork2020 #microsite_content .bg-black-40 h2 {
     color: #fff;
}

/*  < --= \ =------------------o------------------= / =-- >  */
/*  ( !!!           [ New color adjustments ]         !!! )  */
/*  < --= / =------------------o------------------= \ =-- >  */

/* # General / Default adjustments ((( */

a.fa:hover {
    font-weight: normal;
}

/* ### General/Default modifiers for links/buttons inside tables */

#microsite_content table.table a.btn-primary:not(:hover) > .fa::before
{
    color: #FFF!important;
}

#microsite_content table.table a.btn-default:not(:hover) > .fa::before
{
    color: #000!important;
}

#microsite_content table.table a.btn-primary:hover > .fa::before,
#microsite_content table.table a.btn-default:hover > .fa::before
{
    color: #FFF;
}

#microsite_content table.table tbody tr:hover .btn-default:not(:hover) > .fa::before,
#microsite_content table.table tbody tr:hover .btn-default:not(:hover)
{
    color: #000;
}

#microsite_content table.table tbody tr:hover .btn-primary:not(:hover) > .fa::before,
#microsite_content table.table tbody tr:hover .btn-primary:not(:hover)
{
    color: #FFF;
}

#microsite_content table.table tbody tr:hover a.lnk:not(:hover) {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
}

#microsite_content table.table a.lnk {
    font-weight: bold;
    color: #000!important;
    border-bottom: 1px solid #000!important;
}

#microsite_content table.table a.lnk:hover {
    font-weight: bold;
    color: #000!important;
    border-bottom: none!important;
}

/* ~~~~ */

/* < --= Buttons on white background =-- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* < This Button styling acts like the "default" styling for every button ~~~~~~~~~~~~~
     (except inside tables)! More background-color specific styling is defined below! > */

#microsite_content a,
#microsite_content a.lnk {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
}

#microsite_content a:hover,
#microsite_content a.lnk:hover {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid transparent;
}

#microsite_content input.btn-primary,
#microsite_content a.btn-primary,
#microsite_content table.table a.btn-primary {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #006B7D;
    color: #FFF;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content input.btn-primary:hover,
#microsite_content a.btn-primary:hover,
#microsite_content table.table a.btn-primary:hover {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content input.btn-default,
#microsite_content a.btn-default,
#microsite_content table.table a.btn-default {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #C8C8C8;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content input.btn-default:hover,
#microsite_content a.btn-default:hover,
#microsite_content table.table a.btn-default:hover {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content a.btn-primary > .fa::before,
#microsite_content table.table a.btn-primary > .fa::before {
    color: #FFF;
}

#microsite_content a.btn-default > .fa::before,
#microsite_content table.table a.btn-default > .fa::before {
    color: #000;
}

#microsite_content a.btn-primary:hover > .fa::before,
#microsite_content a.btn-default:hover > .fa::before,
#microsite_content table.table a.btn-primary:hover > .fa::before,
#microsite_content table.table a.btn-default:hover > .fa::before {
    color: #000;
}

/* < end of white bg / default modifiers > */
/* ))) */
/* ~~~~ */

/* < define link colors / hover effect for white text > */

#microsite_content .bg-cd1-100   a:not(.btn),
#microsite_content .bg-cd1-70    a:not(.btn),
#microsite_content .bg-cd1-40    a:not(.btn),
#microsite_content .bg-cd2-100   a:not(.btn),
#microsite_content .bg-cd2-70    a:not(.btn),
#microsite_content .bg-cd2-40    a:not(.btn),
#microsite_content .bg-add1-100  a:not(.btn),
#microsite_content .bg-add1-70   a:not(.btn),
#microsite_content .bg-add3-100  a:not(.btn),
#microsite_content .bg-add3-70   a:not(.btn),
#microsite_content .bg-black-100 a:not(.btn),
#microsite_content .bg-black-40  a:not(.btn),
#microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:not(:first-of-type) .article:not(.table)      a:not(.btn),
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:not(:first-of-type) .article:not(.table) a:not(.btn) {
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

#microsite_content .bg-cd1-100   a:not(.btn):hover,
#microsite_content .bg-cd1-70    a:not(.btn):hover,
#microsite_content .bg-cd1-40    a:not(.btn):hover,
#microsite_content .bg-cd2-100   a:not(.btn):hover,
#microsite_content .bg-cd2-70    a:not(.btn):hover,
#microsite_content .bg-cd2-40    a:not(.btn):hover,
#microsite_content .bg-add1-100  a:not(.btn):hover,
#microsite_content .bg-add1-70   a:not(.btn):hover,
#microsite_content .bg-add3-100  a:not(.btn):hover,
#microsite_content .bg-add3-70   a:not(.btn):hover,
#microsite_content .bg-black-100 a:not(.btn):hover,
#microsite_content .bg-black-40  a:not(.btn):hover,
#microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:not(:first-of-type) .article:not(.table)      a:not(.btn):hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:not(:first-of-type) .article:not(.table) a:not(.btn):hover {
    font-weight: bold;
    color: #FFF;
    border-bottom: none;
}

/* ~~~~ */
/* < define "special case" buttons (black + dark green bg) > */

#microsite_content .bg-cd1-100   input.btn-primary,
#microsite_content .bg-black-100 input.btn-primary,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary,
#microsite_content .bg-cd1-100   a.btn-primary,
#microsite_content .bg-black-100 a.btn-primary,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary
{
    border: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #89e872;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-cd1-100   input.btn-primary:hover,
#microsite_content .bg-black-100 input.btn-primary:hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary:hover,
#microsite_content .bg-cd1-100   a.btn-primary:hover,
#microsite_content .bg-black-100 a.btn-primary:hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary:hover
{
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #006B7D;
    color: #FFF;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary:hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary:hover {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-cd1-100   input.btn-primary > .fa::before,
#microsite_content .bg-black-100 input.btn-primary > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary > .fa::before,
#microsite_content .bg-cd1-100   a.btn-primary > .fa::before,
#microsite_content .bg-black-100 a.btn-primary > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary > .fa::before,
#microsite_content .bg-black-100 input,
#microsite_content .bg-black-100 textarea
{
    color: #000;
}

#microsite_content .bg-cd1-100   input.btn-primary:hover > .fa::before,
#microsite_content .bg-black-100 input.btn-primary:hover > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary:hover > .fa::before,
#microsite_content .bg-cd1-100   a.btn-primary:hover > .fa::before,
#microsite_content .bg-black-100 a.btn-primary:hover > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary:hover > .fa::before
{
    color: #000;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary > .fa::before
{
    color: #FFF;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary:hover > .fa::before
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary:hover > .fa::before
{
    color: #FFF;
}


/* ############################################################################################## */

/* --------------------------------------------------------------------------------
   ALSO Spotlight 2021
 * -------------------------------------------------------------------------------- */

.also_spotlight_2021 div#messages {
    display: none;
}

.also_spotlight_2021 h1 {
    font-family: rois_bold;
    font-size: 36px;
    color: #000;
}

.also_spotlight_2021 h2 {
    font-family: rois_bold;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    padding: 30px 0px;
    margin-bottom: 0px !important;
}

.also_spotlight_2021 h3 {
    font-size: 30px;
    font-weight: 900;
}

.also_spotlight_2021 h4 {
    font-size: 26px;
    font-family: 'Inter var', sans-serif;
    font-weight: 900;
}

.also_spotlight_2021 h5 {
    font-size: 22px;
    padding-bottom: 40px;
    line-height: 1.45;
}

.also_spotlight_2021 #microsite_content .btn.btn-default {
    border: 2px solid #006B7D !important;
    border-radius: 30px;
    background: #006B7D !important;
    color: #fff !important;
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
}

.also_spotlight_2021 #microsite_content .btn.btn-default:hover {
    background:#fff !important;
    color: #006B7D !important;
}

.also_spotlight_2021 #microsite_content .bg-cd2-100.box,
.also_spotlight_2021 #microsite_content .bg-cd2-100 .box,
.also_spotlight_2021 #microsite_content .bg-cd2-100.box .grid,
.also_spotlight_2021 #microsite_content .bg-cd2-100:not(.box) .grid-col .article         {background: #006b7d}

.also_spotlight_2021 .spotlight_intro {
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/also_spotlight/2020_also_spotlight_header_notextandlogo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.also_spotlight_2021 .spotlight_intro img{
    position: relative;
    left: -75px;
    top: 45px;
}

.also_spotlight_2021 .spotlight_intro h2{
    padding-top: 10%;
}

.also_spotlight_2021 .spotlight_registration {
    padding-top: 10px;
    padding-bottom: 20px;
    background:  url("https://www.also.com/ec/cms5/media/img/1010_central/also_spotlight/2020_also_spotlight_bckgrimg_registrationform.jpg");
    background-repeat: no-repeat;
    background-position: top left;
	background-size: cover;
	min-height: 550px;
}

.also_spotlight_2021 #DataTables_Table_0_filter input {
    color:black;
}

.also_spotlight_2021 .agenda {
	background: url(/ec/cms5/media/img/1010_central/also_spotlight/2020_also_spotlight_microsite_background_agenda.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	background-position: 100% 20%;
}

.also_spotlight_2021 .agenda h2 {
    color: #fff;
}

.also_spotlight_2021 .agenda li {
    color: #fff;
}

.also_spotlight_2021 .agenda label {
    color: #fff;
}

.also_spotlight_2021 .agenda a.paginate_button {
    color: #fff !important;
}

.also_spotlight_2021 .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !Important;
}

.also_spotlight_2021 .agenda select {
    color: #000 !important;
}

.also_spotlight_2021 .agenda input:hover,
.also_spotlight_2021 .agenda input:active,
.also_spotlight_2021 .agenda textarea:hover,
.also_spotlight_2021 .agenda textarea:active {
    border-color: #89E872 !important;
}

.also_spotlight_2021 a.paginate_button {
    border: 0 !important;
}

.also_spotlight_2021 a.paginate_button:hover {
    background: #89E872 !important;
}

/* experts */

.also_spotlight_2021 .experts_headline { 
	padding-top: 35px;
}

.also_spotlight_2021 .experts_headline h1 {
	color: #fff !important;
}

.also_spotlight_2021 .experts_content h3 {
	color: #fff !important;
}

.also_spotlight_2021 .experts_content p {
	color: #fff;
}


.also_spotlight_2021 #microsite_content section:last-of-type {
    margin-bottom: 0px !important;
}
#microsite_content a.skip_step {
    position: absolute;
    bottom: 15px;
    left: 30%;
}



@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;
}


/* ==================== */
/* HP Webfont           */
/* ==================== */

@font-face {
    font-family: 'HP Simplified';
    src: url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-light.woff2) format('woff2'),
    url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HP Simplified';
    src: url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-regular.woff2) format('woff2'),
    url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HP Simplified';
    src: url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-lightitalic.woff2) format('woff2'),
    url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-lightitalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HP Simplified';
    src: url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-bolditalic.woff2) format('woff2'),
    url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-bolditalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'HP Simplified';
    src: url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-italic.woff2) format('woff2'),
    url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-italic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'HP Simplified';
    src: url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-bold.woff2) format('woff2'),
    url(/ec/cms5/media/css/webfonts/hpsimplified/hpsimplified-bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}


/* ==================== */
/* Microsite Settings   */
/* ==================== */

h1, h2, h3, h4, h5, h6, p, span, a, button {
    font-family: "HP Simplified", "Verdana", sans-serif;
    font-weight: normal;
}


h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

h1 {
    font-size: 30px;
    font-weight: lighter;
    margin-top: 4rem;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

p, span, ul, div {
    font-size: 15px;
    font-weight: lighter;
}

a,
a:hover,
a:focus {
    border-bottom: none;
}

.p-microsite {
    background: #1c1c1c;
    color: #ffffff;
}

.p-microsite main a {
    font-size: 16px;
    color: #198ed3;
    text-decoration: none;
}

.p-microsite main a:hover,
.p-microsite main a:active,
.p-microsite main a:focus {
    color: #198ed3;
    border-bottom: 1px solid #198ed3;
}

button {
    height: 35px;
    width: auto;
    padding: 0.5rem 1rem;
    background: #d7d7d7;
    color: #ffffff;
    font-weight: lighter;
    font-size: 18px;
}

#microsite_content .link__style--no-btn .c-Products--gallery-Product {
    text-align: center;
}

#microsite_content .link__style--no-btn .c-Products--gallery-Product img[property="image"] {
    max-width: 100%;
    margin-bottom: 3rem;
}

#microsite_content .link__style--no-btn .c-Products--gallery-Product .btn-primary {
    margin: 0 !important;
    padding: 0;
    border: 0;
    text-transform: none;
}

#microsite_content .link__style--no-btn .c-Products--gallery-Product .btn-primary:hover,
#microsite_content .link__style--no-btn .c-Products--gallery-Product .btn-primary:active,
#microsite_content .link__style--no-btn .c-Products--gallery-Product .btn-primary:focus {
    color: #198ed3;
    background: none;
    text-decoration: underline;
}

#microsite_content .link__style--no-btn .c-Products--gallery-Product .btn-primary:after {
    display: none;
}

/* TODO: Definition BUTTON hover fehlt */
button:hover,
button:active,
button:focus {
    background: #d7d7d7;
    color: #ffffff;
}

.c-Products--gallery-Product span[class^="price"] {
    color: #198ed3;
    font-size: 15px;
}

.bg-white-100 h1,
.bg-white-100 h2,
.bg-white-100 h3,
.bg-white-100 h4,
.bg-white-100 h5,
.bg-white-100 h6,
.bg-white-100 p,
.bg-white-100 span {
    color: #1c1c1c;
}

footer .c-Footer,
footer .c-Footer > .container > .row > div,
footer .c-Footer > .container-fluid > .row > div,
footer .c-Footer > .container > .row,
footer .c-Footer > .container-fluid > .row {
    background: #198ed3;
    color: #ffffff;
}

footer .c-Footer {
    padding-bottom: 3rem;
}

footer .c-Footer h4 {
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
}

footer .c-Footer .nav li {
    margin-bottom: 5px;
}

.m-footerHPblue {
    background: transparent;
}

footer .c-Footer .nav li a:hover,
footer .c-Footer .nav li a:active,
footer .c-Footer .nav li a:focus {
    background: transparent;
}

.m-SocialLinks a {
    color: white;
}

.m-SocialLinks a:hover,
.m-SocialLinks a:active,
.m-SocialLinks a:focus {
    color: #198ed3;
}

.embed-responsive {
    margin-top: 4rem;
}

#header .navbar.navbar-right #frm-search,
#header .navbar.navbar-right #frm-search.showform {
    background: transparent;
    margin-top: 2rem;
}

#header .navbar.navbar-right #frm-search.showform,
#header .navbar.navbar-right #frm-search.showform .fa {
    color: #198ed3;
}

#header .navbar-right li {
    padding: 0;
    background: transparent;
}

.navbar > li {
    max-height: unset;
    background: transparent;
}

#header .nav > li > a,
#header .navbar > li > a {
    padding: 4rem 1rem;
}

header ul.dropdown-menu li {
    float: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.navbar-right + .navbar-right {
    margin-right: 3rem;
}

.btn__totop--fixed {
    background: #ffffff;
    color: #198ed3;
}

.btn__totop--fixed:hover,
.btn__totop--fixed:active,
.btn__totop--fixed:focus {
    background: #198ed3;
    color: #ffffff;
}

body:not(.p-6000) a:hover .footer__logo--app,
body:not(.p-6000) a:active .footer__logo--app,
body:not(.p-6000) a:focus .footer__logo--app {
    filter: invert(.4) sepia(1) saturate(4) hue-rotate(164deg);
}

body:not(.p-6000) a .footer__logo--app {
    filter: invert(1);
}

.dpbar {
    background-color: #198ed3;
    box-shadow: 0px 3px 18px -5px #333;
}

#anmeldung {
    color: #1c1c1c;
}

table.table tr th {
    border-bottom: none;
    background-image: none;
    background-color: #198ed3;
    color: #fff;
}

table.table tbody tr:hover {
    background-color: #ffffff;
    background-image: none;
    color: #198ed3;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(25, 142, 211, 0.5);
}

/* ==================== */
/* Header Styles        */
/* ==================== */

#header {
    background: #198ed3;
    color: #ffffff;
}

#header .navbar-left {
    margin: 1rem 0;
}

#header .navbar-right a,
#header .navbar-right span {
    font-size: 18px;
    color: #ffffff;
    font-weight: lighter;
    text-transform: none;
    padding-left: 0;
}

#header .navbar-right a:hover,
#header .navbar-right a:active,
#header .navbar-right a:focus {
    color: #ffffff;
    font-weight: bold;
}

header .flyout#flyout-account span {
    color: #1c1c1c;
}

/* ==================== */
/* Nav Styles           */
/* ==================== */

.nav-tabs {
    border: none;
    background: #1c1c1c;
}

.nav-tabs > li,
.nav-pills > li {
    margin-bottom: 0;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    background: #1c1c1c;
    font-size: 25px;
    color: #198ed3;
    border: none;
    text-transform: none;
    font-family: "HP Simplified", "Verdana", sans-serif;
    font-weight: lighter;
}

.nav-tabs > li:hover > a,
.nav-tabs > li:active > a,
.nav-tabs > li:focus > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus {
    background: #ffffff;
    color: #198ed3;
    border: none;
}

#microsite_content .nav-tabs__full-bg--dark ul {
    max-width: 1148px;
    margin: 0 auto;
}

#microsite_content .nav-tabs__full-bg--dark .tab-content {
    max-width: 1148px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    #microsite_content .nav-tabs__full-bg--dark ul {
        max-width: 960px;
    }

    #microsite_content .nav-tabs__full-bg--dark .tab-content {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    #microsite_content .nav-tabs__full-bg--dark ul {
        max-width: 700px;
    }

    #microsite_content .nav-tabs__full-bg--dark .tab-content {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    #microsite_content .nav-tabs__full-bg--dark ul {
        max-width: 100%;
    }

    #microsite_content .nav-tabs__full-bg--dark .tab-content {
        max-width: 100%;
    }
}

#microsite_content .nav-tabs__full-bg--dark .tab-content .article > .row div[class^="col"] {
    padding: 0;
}

#microsite_content .nav-tabs__full-bg--dark .tab-pane .row {
    padding: 15px;
}

.nav-tabs__full-bg--dark ul {
    max-height: 55px;
}

.nav-tabs__full-bg--dark ul::before {
    background: #1c1c1c;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
}

.navbar-nav > li > .dropdown-menu {
    background: rgba(25, 142, 211, 0.75);
    top: 98px;
}

.navbar-nav > li > .dropdown-menu div {
    margin-bottom: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
}

.c-Breadcrumb ol li a {
    color: #198ed3;
}


/* ==================== */
/* Section Styles       */
/* ==================== */

.section__background--white {
    background: #ffffff;
    color: #1c1c1c;
}

.section__background--blue,
.bg-rel2 {
    background: #198ed3;
    color: #ffffff;
}

.section__background--grey,
.bg-rel1 {
    background: #d7d7d7;
    color: #1c1c1c;
}

.section__background--education {
    background: url(/ec/cms5/media/img/1010_central/hp_future_workplace/2019_hp_futureworkplace_backgroundimg_education_1920x600px.jpg) no-repeat top left;
    background-size: cover;
}

.section__background--workplace {
    background: url(/ec/cms5/media/img/1010_central/hp_future_workplace/2019_hp_futureworkplace_backgroundimg_industries_1920x600px.jpg) no-repeat top left;
    background-size: cover;
}

.section__background--videos {
    background: url(/ec/cms5/media/img/1010_central/hp_future_workplace/2019_hp_futureworkplace_backgroundimg_videos_1140x475px.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 3rem;
}

.section__background--premiumproducts {
    background: url(/ec/cms5/media/img/1010_central/hp_future_workplace/2019_hp_futureworkplace_bckgrimg_subpage_premiumproducts_printer_1920x600px.jpg) no-repeat top left;
    background-size: cover;
}

#microsite_content .box.bg-rel1 .grid {
    background: #d7d7d7;
}

#microsite_content .box.bg-rel2 .grid {
    background: #198ed3;
}

#microsite_content .box.section__background--workplace .grid {
    background: transparent;
}


.bg-rel1 h1,
.bg-rel1 h2,
.bg-rel1 h3,
.bg-rel1 h4,
.bg-rel1 h5,
.bg-rel1 h6 {
    color: #1c1c1c;
}

.bg-rel2 .btn-default {
    color: #000;
}

#microsite_content section:not([class*=bg-]) .btn {
    border-color: #fff;
    color: #fff;
}

#microsite_content section:not([class*=bg-]) .btn:hover,
#microsite_content section:not([class*=bg-]) .btn:active,
#microsite_content section:not([class*=bg-]) .btn:focus {
    background: #fff;
    color: #198ed3;
}

#microsite_content section:not([class*=bg-]) .btn > span {
    color: #fff;
}

#microsite_content section:not([class*=bg-]) .btn:hover > span,
#microsite_content section:not([class*=bg-]) .btn:active > span,
#microsite_content section:not([class*=bg-]) .btn:focus > span {
    color: #198ed3;
}

.box.bg-white-100 + .box.bg-white-100.separat {
    margin-top: 5px;
}

.separat {
    margin-top: 30px;
}

    /* ==================== */
/* Akkordeon Styles     */
/* ==================== */

.c-Akkordeon .panel-group {
    border-top: none;
}

.c-Akkordeon .panel {
    margin-bottom: 1rem;
}

.c-Akkordeon .panel-default > .panel-heading {
    background: #198ed3;
    color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border:none;
}

.c-Akkordeon .panel-heading a,
.c-Akkordeon .panel-heading a:hover,
.c-Akkordeon .panel-heading a:active,
.c-Akkordeon .panel-heading a:focus {
    background: transparent !important;
    border-bottom: none !important;
    color: #ffffff;
}

.c-Akkordeon .panel-heading a:hover,
.c-Akkordeon .panel-heading a:active,
.c-Akkordeon .panel-heading a:focus {
    text-decoration: underline;
}

.c-Akkordeon .panel-body {
    background: #ffffff;
    color: #1c1c1c;
}

.c-Akkordeon .panel-title a:after {
    font-size: 62px;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
}


/* Fix after CSS rollout  */

.p-microsite #microsite_content section:not(.bg-white-100) h1,
.p-microsite #microsite_content section:not(.bg-white-100) h2,
.p-microsite #microsite_content section:not(.bg-white-100) h3,
.p-microsite #microsite_content section:not(.bg-white-100) h4,
.p-microsite #microsite_content section:not(.bg-white-100) p,
.p-microsite #microsite_content section:not(.bg-white-100) a,
.p-microsite #microsite_content section:not(.bg-white-100) a.btn-link {
    color: #fff;
}

.p-microsite #microsite_content section.bg-rel1 h1,
.p-microsite #microsite_content section.bg-rel1 h2,
.p-microsite #microsite_content section.bg-rel1 h3,
.p-microsite #microsite_content section.bg-rel1 h4,
.p-microsite #microsite_content section.bg-rel1 p,
.p-microsite #microsite_content section.bg-rel1 a,
.p-microsite #microsite_content section.bg-rel1 a.btn-link,
.p-microsite #microsite_content section .panel  h1,
.p-microsite #microsite_content section .panel  h2,
.p-microsite #microsite_content section .panel  h3,
.p-microsite #microsite_content section .panel  h4,
.p-microsite #microsite_content section .panel  p,
.p-microsite #microsite_content section .panel  a,
.p-microsite #microsite_content section .panel  a.btn-link {
    color: #1c1c1c
}