@charset "utf-8";
/* CSS Document */

/* Sold out FIX */

#dailydeal-outer .manual-prod-outer.sold-out-label-de::before {
    background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/stoerer/sold-out/580x430-mobile-stoerer_de.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
}

#dailydeal-outer .manual-prod-outer.sold-out-label-fr::before {
    background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/stoerer/sold-out/580x430-mobile-stoerer_fr.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
}

#dailydeal-outer .manual-prod-outer.sold-out-label-it::before {
    background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/stoerer/sold-out/580x430-mobile-stoerer_it.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
}

/* Sold out FIX end */

/* Countdown Start */

#dailydeal-outer .outer-countdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-left: -15px;
    position: relative;
padding-top: 1em;
}

#dailydeal-outer .flip-clock-wrapper {
padding-top: 10px;
}

#dailydeal-outer .flip-clock-divider .flip-clock-label {
color: white;
}

#dailydeal-outer .flip-clock-wrapper ul {
width: 18px;
height: 30px;
font-size: 55px;
line-height: 77px;
}

#dailydeal-outer .flip-clock-wrapper ul li a div div.inn {
font-size: 25px;
}

#dailydeal-outer .flip-clock-divider .flip-clock-label {
width: 55px;
}

#dailydeal-outer .flip-clock-divider {
height: 46px;
margin: -3px 0px;
}

#dailydeal-outer .flip-clock-divider .flip-clock-label {
top: -1em;
}

/* Countdown END */

/* Tagesdeal Text */

.tagesdealtext-outer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
width: 45%;
position: relative;
padding: 0 10px;
}


.tagesdealtext-outer  .mm-img-outer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-top: 10px;
margin-bottom: 10px;
}

.tagesdealtext-outer .tagesdeal-txt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-pack: distribute;
    justify-content: space-around;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
margin-left: -5px;
margin-top: 10px;
}

.vorrat-txt p {
color: white;
position: relative;
z-index: 1;
text-align: center;
line-height: 0.9em;
font-size: 10px;
max-width: 110px;
}

.tagesdealtext-outer .bubble-outer {
background-color: white;
padding: 5px 10px 5px 10px;
border-radius: 8px;
-webkit-transform: rotate(10.3deg) skew(0deg, -10.3deg);
-ms-transform: rotate(10.3deg) skew(0deg, -10.3deg);
transform: rotate(10.3deg) skew(0deg, -10.3deg);
}

.tagesdealtext-outer .bubble-outer h2,
.tagesdealtext-outer .bubble-outer span{
-webkit-transform: skew(10.3deg, 0deg);
    -ms-transform: skew(10.3deg, 0deg);
        transform: skew(10.3deg, 0deg);
color: #DF0000;
font-family: MM-Headline, MMHeadlineProWeb-Regular;
font-size: 25px;
line-height: 1em;
text-align: center;
text-transform: uppercase;
}

.tagesdealtext-outer .bubble-outer span{
font-family: MMTextProWeb-Bold,mm-text-bold,MMTextProWeb-Regular,mm-text-regular,Arial,sans-serif;
line-height: 1em;
font-size: 22px;
}
.hl-bubble {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.mm-m img {
max-width: 165px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
padding: 5px;
position: relative;
}

/* Tagesdeal Text END */

/* Prod Grid Styles Start */

#manual-prod-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
border-radius: 10px;
overflow: hidden;
background-color: #f2f2f2;
height: 265px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border: solid 2px #ddd;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
position: relative;
width: 100%;
}

.manual-prod-outer {
width: 60%;
margin-right: 30px;
margin-left: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 10px;
margin-top: 10px;
position: relative;
}

.manual-prod-outer .manual-prod-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 250px;
}

.tagesdealtext-outer .tagesdeal-txt::before {
display: block;
position: absolute;
content: '';
top: -20%;
-webkit-transform: rotate(-10.3deg);
-ms-transform: rotate(-10.3deg);
transform: rotate(10.3deg);
width: 200%;
left: -5%;
z-index: 0;
background-color: #df0000;
height: 150%;
}

.manual-prod-outer >a{
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.manual-prod-inner .hero__img-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 150px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: relative;
z-index: 1;
}

.manual-prod-inner .hero__img-wrapper img {
height: auto;
max-width: 100%;
display: block;
width: auto;
position: absolute;
}

.manual-prod-inner .hero__img-wrapper img.stoerer-flag {
width: 325px;
height: auto;
z-index: 1;
padding: 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.manual-prod-inner .hero__img {
max-width: 100%;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
padding: 20px;
box-sizing: border-box;
}

.manual-prod-outer .manual-prod-inner:hover img.hero__img {
/* -webkit-transform: scale(1.03, 1.03);
     -ms-transform: scale(1.03, 1.03);
         transform: scale(1.03, 1.03);*/
}

.manual-prod-inner span.hero__brand img {
width: 80px;
}

.manual-prod-inner .brand-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
min-height: 50px;
}

.manual-prod-inner .brand-wrapper .example {
background-color: #df0000;
color: white;
padding: 5px;
border-radius: 0px 5px 5px 0px;
font-family: MMTextProWeb-Bold,mm-text-bold,MMTextProWeb-Regular,mm-text-regular,Arial,sans-serif;
}

.manual-prod-inner .prod-info {
z-index: 1;
}

.manual-prod-inner .hero__title {
color: black;
line-height: 1em;
min-height: 32px;
}

.manual-prod-outer .manual-prod-inner .prod-info h3.hero__title {
font-family: mm-text-semibold!important;
max-width: 220px;
padding-top: 10px;
text-align: center;
margin: auto;
}

.manual-prod-outer span.cta-button {
display: block;
background-color: #f2f2f2;
padding: 10px;
text-align: center;
border-top: solid 1px #ddd;
border-bottom: solid 2px #ddd;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.manual-prod-outer span.cta-button::after {
display: inline-block;
content: '\e603';
font-family: "mm-icons";
font-style: normal;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
color: inherit;
font-size: 0.7em;
padding: 0 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.manual-prod-outer .promo-box:hover span.cta-button {
color: #DF0000;
}

.manual-prod-outer .promo-box:hover span.cta-button::after {
color: #DF0000;
}

/* Energy Lable from right to left Start */


.ee-lable-wrapper {
min-height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
position: absolute;
top: 45px;
right: 0px;
}

/* 2021 Lable */

/* NEW A */
.eu-2017 .ee-l-41::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-a.png);
height: 45px;
display: block;
width: 90px;

}

/* NEW B Grün */
.eu-2017 .ee-l-42::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-b.png);
height: 45px;
display: block;
width: 90px;
}

/* NEW C Hell Grün */
.eu-2017 .ee-l-43::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-c.png);
height: 45px;
display: block;
width: 90px;
}

/* NEW D Gelb */
.eu-2017 .ee-l-44::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-d.png);
height: 45px;
display: block;
width: 90px;
}

/* NEW E Orange */
.eu-2017 .ee-l-45::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;

background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-e.png);
height: 45px;
display: block;
width: 90px;	
}

/* NEW F Dunkel Orange */
.eu-2017 .ee-l-46::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-f.png);
height: 45px;
display: block;
width: 90px;	
}

/* NEW G Rot */
.eu-2017 .ee-l-47::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/new-g.png);
height: 45px;
display: block;
width: 90px;
}

/* 2021 Lable END */

/* Old Lable Start */

/* OLD A+++ Dunkel Grün */

.ee-l-412b2b2b::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/old-appp.png);
height: 45px;
display: block;
width: 90px;
}

/* OLD A++ Dunkel Grün */
.ee-l-412b2b::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/old-app.png);
height: 45px;
display: block;
width: 90px;
}

/* OLD A+ Hell Grün */
.ee-l-412b::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/old-ap.png);
height: 45px;
display: block;
width: 90px;
}

/* OLD A Gelb */
.ee-l-41::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/old-a-gelb.png);
height: 45px;
display: block;
width: 90px;
}

.ee-l-42::before {
content: '';
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/ee-labels/old-b-orange.png);
height: 45px;
display: block;
width: 90px;
}

/* OLD Lable END */


/* Energy Label END */


/* Price Font Start */

.prod-info .mp-price.mp-price-now {
	color: black!important;
    font-family: MMPrice,mm-headline !important;
	font-size: 38px;
    line-height: 1em;
    white-space: nowrap;
    text-shadow: 0 0 1em transparent,0 -.04em 0 #fff,.04em 0 0 #fff,
    0 .04em 0 #fff,-.034em -.024em 0 #fff,-.03em -.04em 0 #fff,-.01em -.04em 0 #fff,
    .052em -.04em 0 #fff,.04em -.04em 0 #fff,.02em -.04em 0 #fff,.047em -.025em 0 #fff,
    -.045em .016em 0 #fff,-.039em .038em 0 #fff,-.052em .04em 0 #fff,-.042em .04em 0 #fff,
    .031em .028em 0 #fff,.029em .04em 0 #fff,rgba(0,0,0,.2) .05em 0 .05em,rgba(0,0,0,.2) 
    0 .05em .05em,rgba(0,0,0,.2) .05em .05em .05em;
margin-top: -6px;
}

.mp-price-now sup {
font-size: 23px;
}

.mp-price-product {
position: absolute;
right: 10px;
top: 140px;
z-index: 5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

.mp-price.mp-price-old {
position: relative;
min-height: 30px;
color: #040000;
font-size: 22px;
line-height: 1.2em;
font-weight: 200;
display: inline;
position: relative;
color: black !important;


font-family: MMPrice,mm-headline !important;
font-size: 28px;
line-height: 1em;
white-space: nowrap;
text-shadow: 0 0 1em transparent,0 -.04em 0 #fff,.04em 0 0 #fff, 0 .04em 0 #fff,-.034em -.024em 0 #fff,-.03em -.04em 0 #fff,-.01em -.04em 0 #fff, .052em -.04em 0 #fff,.04em -.04em 0 #fff,.02em -.04em 0 #fff,.047em -.025em 0 #fff, -.045em .016em 0 #fff,-.039em .038em 0 #fff,-.052em .04em 0 #fff,-.042em .04em 0 #fff, .031em .028em 0 #fff,.029em .04em 0 #fff,rgba(0,0,0,.2) .05em 0 .05em,rgba(0,0,0,.2) 0 .05em .05em,rgba(0,0,0,.2) .05em .05em .05em;
}

.mp-price.mp-price-old::after {
content: '';
display: block;
height: 2px;
position: absolute;
-webkit-transform: rotate(-10.3deg);
    -ms-transform: rotate(-10.3deg);
        transform: rotate(-10.3deg);
width: 115%;
background-color: #df0000;
top: 12px;
left: -5%;
-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
}

.mp-price-old sup {
    font-size: 17px;
}

/* Price Font END */

/* Promoboxes right */

#dailydeal-outer .morepromobox {
border: solid 2px #ddd;
border-radius: 10px;
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
text-align: center;
width: 100%;
}

#dailydeal-outer .morepromos-outer {
width: calc(100% - 490px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
background-color: #df0000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
overflow: hidden;
height: 265px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border: solid 2px #ddd;
}

#dailydeal-outer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 12px;
flex-wrap: wrap;
grid-gap: 10px;
}
#dailydeal-outer .morepromos-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
height: 100%;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
#dailydeal-outer .morepromos-outer > h2 {
color: white;
text-align: center;
padding: 10px;
font-size: 20px;
line-height: 1em;
}

#dailydeal-outer .morepromobox span {
position: absolute;
display: inline-block;
width: 100%;
background-color: #f2f2f2;
padding: 15px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
bottom: 0;
left: 0;
color: #444;
font-size: 14px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-weight: 700;
}

#dailydeal-outer .morepromobox > a {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#dailydeal-outer .morepromobox {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#dailydeal-outer .promobox-img {
height: calc(100% - 45px);
position: relative;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

#dailydeal-outer .promobox-img.promo-img1 {
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/kampagnen/tagesdeals/icon1.png);
}

#dailydeal-outer .promobox-img.promo-img2 {
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/kampagnen/tagesdeals/icon2.png);
}

#dailydeal-outer .promobox-img.promo-img3 {
background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/kampagnen/tagesdeals/icon3.png);
}

#dailydeal-outer .morepromos-outer .morepromos-inner .morepromobox span::after {
display: inline-block;
content: '\e603';
margin-left: 5px;
font-size: 12px;
font-family: "mm-icons";
font-style: normal;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
color: #444444;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#dailydeal-outer .promobox-1, 
#dailydeal-outer .promobox-3 {
display: none;
}

#dailydeal-outer .morepromobox:hover span {
background-color: white;
color: #DF0000;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#dailydeal-outer .morepromos-outer .morepromos-inner .morepromobox:hover span::after {
color: #DF0000;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

/* Promoboxes END */

@media only screen and (min-width: 955px) { 
#dailydeal-outer .promobox-3 {
display: none;
}
#dailydeal-outer .promobox-1, 
#dailydeal-outer .promobox-2 {
display: block;
}
#dailydeal-outer .morepromobox {
width: calc(50% - 8px);
}
}

@media only screen and (min-width: 1200px) {
#dailydeal-outer .morepromobox {
width: calc(33.333% - 8px);
}	
#dailydeal-outer .promobox-1, 
#dailydeal-outer .promobox-2,
#dailydeal-outer .promobox-3{
display: block;
}
}

/* Mediamag Right Side */

div#mediamag-blog-outer {
    width: 100%;
	margin-top: 10px;
}

div#mediamag-blog-outer .mediamag-blog-inner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 230px;
    grid-gap: 10px;
}

.mediamag-blog-inner .blog-entry {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: solid 1px #ddd;
	position: relative;
}

div#mediamag-blog-outer > h2 {
    margin-bottom: 10px;
}

/*.mediamag-blog-inner .blog-entry:nth-child(1) {
	background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/mediamag/04_gaming/PS5%20Speichererweiterung/sony-ps5.jpg);
}

.mediamag-blog-inner .blog-entry:nth-child(2) {
	background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/mediamag/06_kochen-essen/grillen%20am%20see/holzkohlengrill.jpg);
}

.mediamag-blog-inner .blog-entry:nth-child(3) {
	background-image: url(https://mmeshopcustom.blob.core.windows.net/mediamarkt-ch/cms/mediamag/03_tv-audio/mp3-player-sommerferien/sommerferien_buch.jpg);
}*/

.blog-entry .txt-box > h3 {
    color: black;
	line-height: 1em;
	font-size: 17px;
}

.blog-entry .txt-box {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
	margin: 10px;
	text-align: center;
}

.blog-entry .cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 2px #ddd;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #F2F2F2;
    color: #444444;
    font-weight: bold;
    font-size: 14px;
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.blog-entry .cta-box::after {
    display: inline-block;
    content: '\e603';
    margin-left: 5px;
    font-size: 12px;
    font-family: "MM-Icons";
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    color: #444444;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-entry:hover .cta-box {
	color: #DF0000;
	    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-entry:hover .cta-box:after{
	color: #DF0000;
	    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-entry > a {
position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mediamag Left Side */

@media only screen and (min-width: 955px) { 
	
div#mediamag-blog-outer {
    width: calc(100% - 490px);
	margin-top: 0;
}
	
#manual-prod-wrapper {
	width: 480px;
}

.mediamag-blog-inner .blog-entry {
    width: 50%;
}
	
.mediamag-blog-inner .blog-entry:nth-child(2) {
		display: flex;
}
	
.mediamag-blog-inner .blog-entry:nth-child(2) {
		display: none;
}

}

@media only screen and (min-width: 1200px) {
.mediamag-blog-inner .blog-entry {
    width: 33%;
}

.mediamag-blog-inner .blog-entry:nth-child(2),
.mediamag-blog-inner .blog-entry:nth-child(3) {
		display: flex;
}

}

/* Special Styles Tagesdeal ausgeblendet START */

/*#manual-prod-wrapper {
display: none!important;
}
div#mediamag-blog-outer {
width: 100%!important;
}*/

/* Special Styles Tagesdeal ausgeblenet END */