/*
 * CSS amendments Victorinox AG
 *   changes
 *    0001: 2015-05-07 brand stripe amendments - closed
 *    0002: 2015-05-08 bullet point position in centered list - closed
 *    0003: 2015-05-11 enlarge space for H1 title on PDP - open
 *    0004: 2015-05-28 add Postnummer and Packstation to address line 1 and 2 - removed 2015-10-06
 *    0005: 2015-06-02 increase height of facet lists - closed
 *    0006: 2015-08-12 styling for videos in PDP accordion
 *    0007: 2015-11-02 .pollframe class for limited edition voting iframe
 *    0008: 2015-12-15 amendments for Japan
 *    0009: 2016-01-08 text-align center for running text
 */

/* 
 * start 0003
*/
@media screen and (min-width: 40.06em), print {
	.mod-product-title {
	  max-height: 155px;
	}
}

@media screen and (max-width:40em) {
	.mod-product-title {
		max-height: 102px;
	}
	
	.mod-product-title h1.e-h1 {
		font-size: 36px;
		line-height: 34px;
	}
}

/* 
 * end 0003
*/


/* 
 * start 0006
*/

div.accVideoOuter {
    position: relative;
	width: 100%;
    padding-top: 56.25%;
}

div.accVideoOuter div.accVideoInner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.accVideoOuter div.accVideoInner iframe {
    width: 100%;
    height: 100%;
}


/* 
 * end 0006
*/

/* 
 * start 0007
*/
@media screen and (min-width: 40.06em), print {
	iframe.pollframe {
		height: 3000px;
	}
}

@media screen and (max-width:40em) {
	iframe.pollframe {
		height: 9000px;
	}

}

/* 
 * end 0007
*/

/* 
 * start 0008
*/
.language-ja figcaption.caption {
    text-align: left !important;
}

.language-ja .e-h1 {
	font-size: 48px;
}

.language-ja .e-h2 {
    font-size: 32px;
}

.language-ja .e-h3 {
    font-size: 22px;
}

.language-ja .text {
    font-size: smaller;
}

.language-ja .text. {
	text-align: left !important;
}


.language-ja .text.
.language-ja .e-btn {
	font-size: smaller;
}

/* 
 * end 0008
*/

/* 
 * start 0009
*/
.group-richtext.text {
   text-align: center;
}

/* 
 * end 0009
*/