@charset "utf-8";
/* CSS Document */

/* General Home Fixes Start */

.product-container > .header > h2 {
padding: 20px 0px 12px;
}

/* Promo element IMG Header Start */


@media only screen and (min-width: 708px) {

.ms-header2__row-item.u--hidden-xl-down {
display: block !important;
margin-top: 2px;
}
}

/* Promo element IMG Header END */

.product-container {
margin-bottom: 0!important;
}

/* Karussell Teaser Banner FIX */

.fg-box .banners {
margin-top: -10px;
margin-bottom: 1px;
}

/* Karussell Teaser Banner FIX End */

/* General Home Fixes END */

span.DateRange {
display: none;
}

.theme-box-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 20px;
}
	
.theme-box-wrapper > h2 {
    color: #444;
    font-size: 24px;
    padding-top: 15px;
    margin-top: 15px;
}

.theme-box-outer {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3,1fr);
	margin-top: 20px;
}
	
.theme-box {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 1rem;
	background-color: white;
    -webkit-box-shadow: 1px 1px 5px silver;
    box-shadow: 1px 1px 5px silver;
}
	
.theme-box-inner {
   	border: solid 1px #ddd;
    border-radius: 8px;
	overflow: hidden;
	height: 100%;
	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-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
	
.theme-box-inner > a {
	position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
.theme-box-txt {
	padding: 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
	text-align: center;
}
	
.theme-box-txt > p {
	line-height: 1.2rem;
	font-size: 1rem;
}
	
.theme-box-title {
	text-align: center;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	border-bottom: solid 1px #DDDDDD;
}
	
.theme-box-title > h3 {
padding: 0.5rem;
width: 100%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
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;
line-height: 1em;
font-size: 1rem;
font-family: MM-Headline, MMHeadlineProWeb-Regular;
min-height: 50px;
font-weight: normal;
}
	
.theme-box-title > span {
padding: 0.5rem;
font-size: 14px;
width: 100%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
font-weight: bold;
line-height: 1em;
}
	
span.theme-banderole.noveltie {
background-color: black;
color: white;
}
	
span.theme-banderole.aktuell {
background-color: #DDDDDD;
color: #444444;
}
	
span.theme-banderole.advantage {
background-color: #DF0000;
color: white;
}
	
.theme-box-img {
    width: 100%;
    background-size: cover;
    height: 0;
    padding: 0;
    padding-bottom: calc(100% * 1 / 1.59);
}
	
.theme-box-cta {
    margin-top: auto;
	width: 100%;
	color: #444444;
	    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background-color: #F2F2F2;
}
	
.theme-box-cta > span {
	width: 100%;	
	text-align: center;
	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;
	padding: 15px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	border-top: solid 1px #ddd;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 0.9rem;
}

.theme-box-cta > span::after {
    display: inline-block;
    content: '\e603';
    margin-left: 5px;
    font-size: 0.7rem;
    font-family: "mm-icons";
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
}

.theme-box:hover .theme-box-cta {
	color: #DF0000;
}
	
@media only screen and (min-width: 955px) {
	
}

@media only screen and (min-width: 1200px) {
	
}
	
/* Theme Box Wide Start */
	
.theme-box.wide {
	margin-top: 20px;
}
	
.theme-box.wide .outer-title-bubble {
    background-color: #df0000;
    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;
    -webkit-transform: skew(-10.3deg);
    -ms-transform: skew(-10.3deg);
    transform: skew(-10.3deg);
    border-radius: 0 5px 25px 0px;
	padding-left: 50px;
    margin-left: -50px;
}
	
.theme-box.wide .outer-title-bubble > h4 {
	color: white;
	padding: 10px 20px;
	font-size: 30px;
    font-family: MM-Headline, MMHeadlineProWeb-Regular;
	-webkit-transform: skew(+10.3deg);
    -ms-transform: skew(+10.3deg);
    transform: skew(+10.3deg);
	font-weight: normal;
}
	
.theme-box.wide .outer-title-bubble > img {
	-webkit-transform: skew(+10.3deg);
    -ms-transform: skew(+10.3deg);
    transform: skew(+10.3deg);
}
	
.theme-box.wide .outer-cta-btn {
	margin: auto;
	font-weight: bold;
}
.outer-cta-btn > span {
    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;
    padding: 15px;
    border: solid 2px #ddd;
    border-radius: 10px;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
	background-color: #F2F2F2;
	font-size: 0.9rem;
}

.outer-cta-btn > span::after {
    display: inline-block;
    content: '\e603';
    margin-left: 5px;
    font-size: 0.7rem;
    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;
}

.theme-box.wide .theme-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
	
/* Theme Box Wide END */
	
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}  