/* BASIC ****************/
/* STRUCTURE ************/
/* NAVIGATION ***********/
/* SIDECART *************/
/* LOCALNAV *************/
/* BREADCRUMBS **********/
/* COOKIE INFO BANNER ***/
/* ADD TO CART RESPONSE */

/* CONTENT **************/
/* DATENSCHUTZ PAGE *****/
/* DELIVERY INFO PAGE ***/
/* LOGIN PAGE ***********/
/* SHOP INFO PAGE *******/
/* CHECK-OUT PAGE *******/

/* HPRODUCT *************/

/* FOOTER ***************/

/* PRODUCT OVERVIEW *****/
/* PRODUCT CONTAINER NEW 2019 */
/* ARTICLE HERO *********/
/* ASIDE ****************/
/* PAGE INTROHERO *******/

/* START PAGE ***********/
/* KALENDER PAGE ********/

/* GRUENTEE *************/
/* BLATTTEES PAGE *******/
/* MATCHA PAGE **********/
/* WATANABE PAGE ********/
/* GRUENTEE ABO *********/
/* BIO STATUS ***********/

/* UTENSILIEN ***********/
/* KYUSU PAGE ***********/
/* TEESCHALEN ***********/
/* MATCHA-SCHALEN *******/
/* FUER MATCHA **********/
/* TEEZEREMONIE *********/

/* SUESSIGKEITEN ********/

/* BESTELL-BESTAETIGUNG */
/* KAUF-BESTAETIGUNG ****/

/* TEEWELT PAGE *********/
/* GLOSSAR PAGE *********/
/* IMPRESSIONEN PAGE ****/
/* TEEZEREMONIE ERLEBEN */

/* SERVICE **************/
/* NEWSLETTER ***********/
/* PARTNER PAGE *********/

/* KONTAKT **************/

/* AKTUELLES ************/

/* BACKDROP BLUR ********/

/* TYPO *****************/

/* RSPWBDSN *************/







@import url("https://images.icho-tee.de/css/fonts.min.css");







/* BASIC
*************************************************/

html { -webkit-font-smoothing: subpixel-antialiased; -webkit-text-size-adjust: none; }

/* 
::selection         { background-color: #00b8b8; color: #fff; } 
*/
*::-moz-selection   { background-color: #d8d8d8; color: #000; text-shadow: none; background-repeat: no-repeat; }
::selection         { background-color: #d8d8d8; color: #000; text-shadow: none; background-repeat: no-repeat; }








/* STRUCTURE
*************************************************/

body { 
    min-width: 940px; 
    min-height: 100%; 
    margin: 0; 
    padding: 0; 
/*    background-color: #cad7c4; */
    background-color: #fff;
}

body, 
h1, h2, h3, h4, h5, h6, 
p, 
table, 
td, 
form, 
body div, 
#content div, 
#content, 
#footer, #footer p, #footer a, #footer h2, #footer h3, #footer h4 { 
	font-family: 'Source Sans Pro', sans-serif !important;
    quotes: "„" "“";
}

div#cc-inner { padding-top: 0px !important; }

#page { 
    position: relative; 
    min-width: 940px; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    z-index: 1; 
    overflow: hidden; 
/*    background-color: #eef2e4 !important; */
}












/**** NEWS BANNER ****/


div#newsbanner {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100px; 
    margin: 0; 
    padding: 0; 
    display: block; 
/*    background-color: #343332; */
    background-color: #00b8b8;
}

div#newsbanner p, 
div#newsbanner a, 
div#newsbanner a:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    padding: 35px 0; 
    display: block;
    border-top: 0px solid #555; 
    border-bottom: 0 solid #555; 
    font-size: 15px !important; 
    font-weight: 400 !important; 
    letter-spacing: .025em !important; 
    line-height: 2em !important; 
    text-align: center !important; 
    text-decoration: none !important; 
    text-transform: none !important; 
    color: #fff !important; 
}

div#newsbanner a:hover, 
div#newsbanner a:active {
    background-color: rgba(255, 0, 0, 1); 
}

div#newsbanner a span {
    font-size: 25px; 
	font-weight: 300; 
}

div#newsbanner p span {
    font-size: 30px; 
}

/**** KALENDER ****/

div#newsbanner.kalender, 
div#newsbanner.kalender a, 
div#newsbanner.kalender a:visited {
    background-color: #D4D8CC; 
	color: #70726C !important; 
    /* color: #af0000 !important; */
    border: none; 
    text-transform: uppercase !important; 
}

div#newsbanner.kalender a span.strong {
	font-size: 18px; 
	font-weight: 600; 
}

div#newsbanner.kalender a span.normal {
	font-size: 18px; 
	font-weight: 400; 
	text-transform: none; 
	margin-left: 20px; 
}

div#newsbanner.kalender a::after {
	position: relative; 
	top: 1px; 
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-green.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}



















#globalheader { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 70px; 
    min-width: 1000px; 
    z-index: 999999; 
    margin: 0;
/*    margin-top: 100px;*/
    padding: 0; 
    display: block; 
    /* background-color: #789632;*/ 
    /* background-color: #002a35; */
    /* background-color: #fff; */
    background-color: #f3f2f2;
    opacity: 0.98; 
    filter: alpha(opacity=98); 
    /* border-bottom: 1px solid #55761E; */
    box-shadow:rgb(50, 70, 0) 0px 0px 0px;
    -o-box-shadow:rgb(50, 70, 0) 0px 0px 0px;
    -ms-box-shadow:rgb(50, 70, 0) 0px 0px 0px;
    -moz-box-shadow:rgb(50, 70, 0) 0px 0px 0px;
    -webkit-box-shadow:rgb(50, 70, 0) 0px 0px 0px;
}

#navigation { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 960px; 
    height: 100%; 
    margin: 0 auto !important; 
    padding: 0 20px; 
    display: block; 
}

#content { 
    position: relative; 
    top: 0px; 
    left: 0; 
    float: left; 
    width: 100%;
    z-index: 9999; 
    margin: 0; 
    padding: 0; 
    display: block; 
}

#content_area { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: 0 auto !important; 
    padding: 0; 
    display: block; 
}

#sidebar { 
	display: none; 
	visibility: hidden;
	opacity: 0; 
}

#footer {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    clear: both; 
    width: 100%; 
    min-width: 940px; 
    height: auto;
    z-index: 999; 
    margin: 0; 
    padding: 20px 0 0 0; 
    display: block; 
/*    background-color: #cad7c4; */
    background-color: #e6e5e5;
}










/* NAVIGATION
*************************************************/


div.j-nav-variant-standard {
	position: relative; 
	top: 0; 
	left: 0; 
	width: 900px; 
	height: auto; 
    z-index: 1;
	margin: 0; 
	padding: 0; 
	display: inline-block; 
}

ul.mainNav1 { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 70px; 
    z-index: 999999; 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    list-style-type: none; 
    display: block; 
}

ul.mainNav1 li { 
    position: relative; 
    top: 0; 
    left: 0; 
	float: left; 
    width: auto; 
    height: auto;
    margin: 0; 
    padding: 0; 
    display: inline-block; 
}

li#cc-nav-view-1298026186 { 
	width: 140px; 
}

ul.mainNav1 li#cc-nav-view-1298026186 a span { 
	position: absolute; 
	top: 0; 
	left: 0; 
    width: 1px; 
    height: 1px; 
	padding: 0; 
	overflow: hidden; 
	content: ""; 
}


ul.mainNav1 a, 
ul.mainNav1 a:hover, 
ul.mainNav1 a:active, 
ul.mainNav1 a.current, 
ul.mainNav1 a.parent { 
	text-decoration: none !important; 
}


li#cc-nav-view-1298026186 a { 
    position: relative; 
    width: 140px; 
    height: 70px; 
    display: block; 
    opacity: 1; 
    background-image: url(https://images.icho-tee.de/basic/gn/gn-link-itchoo-tee.svg);
    background-size: 120px; 
    background-position: 10px 19px; 
    background-repeat: no-repeat; 
}

ul.mainNav1 li a span { 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 30px 8px 20px 8px; 
    display: block;
    opacity: 0.8;
    font-family: 'Alatsi-Regular', Source Sans Pro, sans-serif;
    font-style: normal; 
    font-size: 17px; 
	font-weight: normal;
    line-height: 1em; 
    letter-spacing: .02em;
    text-decoration: none; 
    text-transform: uppercase; 
	color: #000; 
	text-shadow: 0 0 0 #000; 
	transition-duration: 0.25s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}

ul.mainNav1 a:hover span, 
ul.mainNav1 a:active span, 
ul.mainNav1 a.current span, 
ul.mainNav1 a.parent span { 
    opacity: 1; 
    transition-duration: 0.25s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}

ul.mainNav1 li#cc-nav-view-1298026186 a span { color: #fff; }

/* JAPAN KALENDER IN ROT */
/* ul.mainNav1 li#cc-nav-view-1733148886 a span { color: #c80000; } */




/* MAIN NAV 2 */

ul#mainNav2 {
    position: fixed; 
    top: 140px !important; 
    left: 280px; 
    width: 940px;
    height: auto; 
	z-index: 999999;
    margin: 0; 
    padding: 28px 10px; 
    display: block; 
    color: #000000; 
    background-color: #ffffff; 
    border: 2px solid #BBC6D3; 
}

ul#mainNav2 li {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto !important; 
    height: auto !important; 
	z-index: 999;
    margin: 0 25px 0 0; 
    padding: 10px; 
    display: inline-block;
    list-style-type: none; 
    text-align: center; 
}

ul#mainNav2 li a.level_2,
ul#mainNav2 li a.level_2:visited, 
ul#mainNav2 li a.level_2:hover, 
ul#mainNav2 li a.level_2:active {
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: auto !important; 
    height: auto !important; 
	z-index: 999 !important;
    margin: 0 !important; 
    padding: 0 !important; 
	display: block !important;
	opacity: 1 !important;
	border: 0px solid #000000 !important; 
    font-family: Roboto, Verdana, sans-serif !important; 
    font-style: normal !important; 
    font-weight: 300 !important; 
    font-size: 14px !important ; 
    text-decoration: none !important;
    color: #000000 !important;
    letter-spacing: 0px !important; 
}

ul#mainNav2 li a.level_2 span {
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: auto !important; 
    height: auto !important; 
	z-index: 999 !important;
    margin: 0 !important; 
    padding: 0 !important; 
	display: block !important;
	opacity: 1 !important;
    visibility: visible; 
    overflow: visible; 
	border: 0px solid #000000 !important; 
    font-style: normal !important; 
    font-weight: 300 !important; 
    font-size: 16px !important !important; 
    text-decoration: none !important;
    color: #000000 !important;
    letter-spacing: 0px !important; 
}

ul#mainNav2 a:hover { 
    font-weight: 300; 
    color: #00508c !important; 
    text-decoration: none; 
}

ul#mainNav2 a.current { font-weight: 400; color: #00508c !important; text-decoration: none; }






/* MAIN NAV 3 */

ul#mainNav3 {
    position: fixed; 
    top: 100px; 
    left: 220px; 
    width: 200px;
    height: auto; 
	z-index: 999999;
    margin: 0; 
    padding: 5px; 
    display: block; 
    background-color: #ffffff; 
}

ul#mainNav3 li {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
	z-index: 999;
    margin: 0px 5px; 
    padding: 0; 
    display: inline-block;
    list-style-type: none; 
    text-align: center; 
}

ul#mainNav3 li a.level_3,
ul#mainNav3 li a.level_3:visited, 
ul#mainNav3 li a.level_3:hover, 
ul#mainNav3 li a.level_3:active {
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: auto !important; 
    height: auto !important; 
	z-index: 999 !important;
    margin: 0 !important; 
    padding: 0 !important; 
	display: block !important;
	opacity: 1 !important;
	border: 0px solid #000000 !important; 
    font-family: Roboto, Verdana, sans-serif !important; 
    font-style: normal !important; 
    font-weight: 300 !important; 
    font-size: 12px !important ; 
    text-decoration: none !important;
    color: #000000 !important;
    letter-spacing: 0px !important; 
}

ul#mainNav3 li a.level_3 span {
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: auto !important; 
    height: auto !important; 
	z-index: 999 !important;
    margin: 0 !important; 
    padding: 0 !important; 
	display: block !important;
	opacity: 1 !important;
    visibility: visible; 
    overflow: visible; 
	border: 0px solid #000000 !important; 
    font-family: Roboto, Verdana, sans-serif !important !important; 
    font-style: normal !important; 
    font-weight: 300 !important; 
    font-size: 16px !important !important; 
    text-decoration: none !important;
    color: #000000 !important;
    letter-spacing: 0px !important; 
}












/* SIDECART
*************************************************/


#cc-sidecart-wrapper { 
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 300px; 
	height: 32px; 
	z-index: 0;
    margin: 0 auto !important; 
    padding: 16px 0 22px 0; 
    display: inline-block;
}

#cc-sidecart-wrapper a.j-cart-wrapper-link {
	position: relative;
	top: 0; 
	right: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 0;
	margin: 0; 
	padding: 0px 0px 0px 0px; 
	display: block; 
	text-decoration: none; 
}

#cc-sidecart-wrapper .j-cart, 
#cc-sidecart-wrapper .j-cart-icon-wrapper, 
#cc-sidecart-wrapper .j-cart .j-cart-icon,
#cc-sidecart-wrapper .j-cart.has-products .j-cart-icon {
	position: relative; 
	top: 0; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	display: block;
	text-decoration: none;
}

#cc-sidecart-wrapper .j-cart { 
	height: auto;
}

#cc-sidecart-wrapper .j-cart-icon-wrapper, 
#cc-sidecart-wrapper .j-cart .j-cart-icon,
#cc-sidecart-wrapper .j-cart.has-products .j-cart-icon { 
	height: 100%; 
}

#cc-sidecart-wrapper .j-cart .j-cart-icon,
#cc-sidecart-wrapper .j-cart.has-products .j-cart-icon {
	color: transparent !important; 
	border: 0px solid #E0E5CE !important; 
	border-radius: 0 !important;
	background-color: transparent !important; 
	background-repeat: no-repeat; 
	background-size: 25px 25px; 
	background-position: 240px 8px !important;
}

#cc-sidecart-wrapper .j-cart .j-cart-icon {
	background-image: url(https://images.icho-tee.de/basic/gn/gn-link-shoppingbag.svg); 
	opacity: 0.7; 
}

#cc-sidecart-wrapper .j-cart.has-products .j-cart-icon {
	background-image: url(https://images.icho-tee.de/basic/gn/gn-link-shoppingbag-has-products.svg); 
	opacity: 0.7;
}

#cc-sidecart-wrapper .j-cart:hover .j-cart-icon, 
#cc-sidecart-wrapper .j-cart.has-products:hover .j-cart-icon{
	opacity: 1; 
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

#cc-sidecart-wrapper .j-cart .j-cart-icon span.j-cart-item-amount {
    position: absolute; 
    top: 2px; 
    left: 50px; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    color: transparent; 
    text-align: left; 
}

div.j-cart--hover-popup::before {
	position: absolute;
	top: -6px;
	right: 40px;
	width: 10px;
	height: 10px;
	display: block;
	content: " ";
    border-right: 1px solid #E0E5CE;
    border-top: 1px solid #E0E5CE;
	background-color: #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

div.j-cart--hover-popup {
	width: auto; 
	height: auto; 
    margin-top: 20px !important; 
    padding: 30px 10px !important; 
    background-color: #ffffff !important; 
    border: 1px solid #E0E5CE !important; 
    border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
}

div.j-cart--hover-popup::after {
    display: none !important; 
    visibility: hidden !important; 
    opacity: hidden !important; 
}

div.j-cart--hover-popup--cart-sum p, 
div.j-cart--hover-popup--empty-message p {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
    color: #222 !important; 
    font-size: 16px !important; 
	font-weight: 500 !important; 
	line-height: 1em; 
	letter-spacing: .025em !important; 
    text-align: center !important; 
}

a.j-cart--hover-popup--shop-delivery-link {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	content: ""; 
}

span.j-cart--hover-popup--call-to-action-button.cc-shop-addtocard {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 75%; 
    height: auto; 
    margin: 20px auto 0 auto; 
    padding: 8px; 
    display: block; 
	background-color: transparent;
	background-image: linear-gradient(#00b8b8, #00b8b8);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
    border: 0px solid #E0E5CE; 
    border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    color: #fff !important; 
    font-size: 14px !important; 
    line-height: 1em !important; 
}

span.j-cart--hover-popup--call-to-action-button.cc-shop-addtocard:hover {
	background-image: linear-gradient(#00b8b8, #00b8b8);
}











/* LOCALNAV
***************************************************************/


.localnav { 
    position: relative; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: auto;
    min-width: 940px;  
    z-index: 9998; 
    margin: 0px 0px -84px 0px; /* -84px, damit article hinter localnav rutscht */
    padding: 0; 
    display: block; 
    border-bottom: 0px solid #E0E5CE; 
}

.localnav ul { 
    position: relative; 
    top: 0; 
    height: auto; 
    padding: 0; 
    display: block; 
    list-style-type: none; 
}

.localnav.localnav.gruentee ul, 
.localnav.localnav.utensilien ul, 
.localnav.localnav.kontakt ul {
    left: 0;
    width: auto; 
    margin: 0 auto; 
    text-align: center; 
}

.localnav ul li { 
    position: relative; 
    top: 0; 
    left: 0;
    width: auto; 
    height: 84px; 
    margin: 0px 15px; 
    padding: 0; 
    display: inline-block; 
    background-repeat: no-repeat; 
    background-size: auto 100%; 
    background-position: center 5px; 
    opacity: .6;
}
.localnav ul li:hover, 
.localnav ul li:focus,
.localnav ul li:hover:focus, 
.localnav ul li:active,
.localnav ul li.current { opacity: 1; }

.localnav ul li.current a span { border-bottom: 1.5px solid #000; }

.localnav ul li a, 
.localnav ul li a:visited, 
.localnav ul li a:hover, 
.localnav ul li a:active { 
    position: relative; 
    top: 0; 
    left: 0;
    width: auto; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    display: block; 
    text-decoration: none !important; 
}

.localnav ul li a span { 
    position: relative; 
    top: 0; 
    left: 0;
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 55px 5px 4px 5px; 
    display: block; 
    font-style: normal; 
    font-weight: 600; 
    font-size: 13px !important; 
    line-height: 1em !important; 
    text-decoration: none !important;
	text-transform: uppercase; 
    color: #000; 
    letter-spacing: .05em; 
}

.localnav.gruentee.watanabe ul li {
	margin: 0 10px; 
}
.localnav.gruentee.watanabe ul li a span {
    padding: 38px 3px 14px 3px; 
}
.localnav.gruentee.watanabe ul li#watanabeTees a span {
	font-size: 14px !important; 
	font-weight: 600; 
}

.localnav ul li.new::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    content: 'neu';
    color: red;
    font-size: 10px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
}
















/* BREADCRUMBS
***************************************************************/


div.breadcrumbs { 
    position: relative; 
    top: 450px; 
    left: 0; 
    width: 960px; 
    height: auto; 
    margin: 0 auto; 
    padding: 20px 20px; 
    display: block; 
/*    border-top: 1px solid #b4c8af; */
    border-top: 1px solid #ccc; 
}

div.breadcrumbs a, 
div.breadcrumbs a:visited, 
div.breadcrumbs a:hover, 
div.breadcrumbs a:active, 
div.breadcrumbs a:focus { 
    text-decoration: none !important; 
}
a.breadcrumbs-home, 
a.breadcrumbs-home:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 30px; 
    height: 30px;
    float: left; 
    margin: 0 15px 0 0; 
    padding: 0; 
    display: inline-block; 
    opacity: 0.8; 
    background-image: url(https://images.icho-tee.de/basic/itchoo-tee-logo.svg); 
    background-repeat: no-repeat; 
    background-size: 30px; 
    background-position: top left; 
    color: transparent; 
    text-decoration: none !important; 
}

a.breadcrumbs-home:hover, 
a.breadcrumbs-home:active {
    opacity: 1; 
    text-decoration: none !important; 
}

span.breadcrumbs-home-label {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto;
    margin: 0; 
    padding: 0; 
    display: block; 
    color: transparent; 
    text-decoration: none !important; 
}

ol.breadcrumbs-list {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 5px 0 0 0; 
    display: inline-block; 
}

li.breadcrumbs-list-item {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0 0 0 20px; 
    display: inline-block; 
    list-style-type: none; 
}

li.breadcrumbs-list-item::before {
	position: relative; 
    top: 2px; 
    left: 0; 
    width: 15px; 
    height: 15px; 
    margin: 0 20px 0 0; 
    padding: 0; 
    display: inline-block; 
	content: ""; 
    list-style-type: none; 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-black.svg); 
    background-repeat: no-repeat; 
    background-size: 100%; 
    background-position: 0 0; 
}

a.breadcrumbs-link {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    text-decoration: none; 
}

li.breadcrumbs-list-item span {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
	
    font-size: 16px; 
	font-weight: 500; 
    line-height: 1em; 
    letter-spacing: 0; 
    text-decoration: none; 
/*    color: #365700;*/
    color: #4e4c4b;
}

li.breadcrumbs-list-item a span:hover {
/*    color: #365700; */
    color: #343332;
}



















/* COOKIE LAW BANNER 
***************************************************************/

div#cc-cookie-law {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto; 
    min-height: 38px;
    width: 100%; 
    z-index: 2000000;
    margin: 0 auto; 
    padding: 25px 100px 100px 100px;
	
    background-image: none; 
    background-color: #fff;; 
    box-shadow: 0 0 25px rgba(50, 60, 30, 0.25);
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    opacity: 1; 
    
	font-size: 14px;
	font-weight: 400; 
	letter-spacing: .025em; 
	line-height: 1.6em; 
    color: #fff;
	text-align: left;
}
#cc-cookie-law-text, 
#cc-cookie-law-button-group {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 940px !important; 
    min-width: 940px !important; 
    max-width: 940px !important; 
    display: block !important; 
    margin: 0 auto; 
    padding: 0; 
}
#cc-cookie-law-text, 
#cc-cookie-law-text #cc-cookie-law-headline {
	color: #2d4000; 
	text-decoration: none; 
}
#cc-cookie-law-text #cc-cookie-law-headline {
	font-weight: 500; 
	text-transform: uppercase; 
}
#cc-cookie-law-text a, 
#cc-cookie-law-text a:visited {
	display: inline !important; 
	font-weight: 500; 
	color: #09c; 
}
#cc-cookie-law-text a::after {
	position: relative; 
	top: 0; 
	width: 10px;
	height: 10px;
	content: '';
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-blue.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#cc-cookie-law-button-group {}

#cc-cookie-law-button:nth-child(1) {
    margin-right: 50px; 
    margin-left: 50px; 
}
#cc-cookie-law-button:nth-child(1) a { 
    padding: 0; 
	border: none; 
	background-color: transparent!important; 
    background-image: none !important; 
	box-shadow: none; 
	font-size: 15px; 
	font-weight: 400; 
	line-height: 1em; 
	letter-spacing: .025em; 
	text-transform: none; 
	color: #09c !important; 
	text-shadow: none; 
}
#cc-cookie-law-button:nth-child(1) a::after {
	position: relative; 
	top: 0px; 
	width: 10px;
	height: 10px;
	content: '';
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-blue.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#cc-cookie-law-button:nth-child(2) a { 
    display: none; 
}
#cc-cookie-law-button:nth-child(3) a, 
#cc-cookie-law-button:nth-child(3) a:visited { 
    padding: 10px 20px; 
	border: none; 
	background-color: #00b8b8 !important; 
    background-image: linear-gradient(#09c, #09c) !important; 
	box-shadow: none; 
	font-size: 15px; 
	font-weight: 500; 
	line-height: 1em; 
	letter-spacing: .025em; 
	text-transform: uppercase; 
	color: #fff !important; 
	text-shadow: none; 
}

#cc-cookie-law-button a span { display: none; }


@media (max-width: 1200px) {
	div#cc-cookie-law { padding: 50px; }
    #cc-cookie-law-button-group { margin-top: 20px; }
	#cc-cookie-law-button:nth-child(1) { margin-right: 50px; margin-left: 0; }
    #cc-cookie-law-button:nth-child(3) { margin-right: 0; margin-left: 50px; }
    #cc-cookie-law-button { width: auto; display: inline-block; }
	#cc-cookie-law-button a { }
}












/* ADD TO CART RESPONSE 
***************************************************************/



div.cc-shop-addtocard-response {
    position: fixed; 
    top: 150px; 
    left: 50%; 
    width: 700px; 
    height: auto; 
    margin-left: -300px; 
    padding: 30px 30px 40px 30px; 
    display: block; 
    overflow: hidden; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 250px 250px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 250px 250px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 250px 250px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 250px 250px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 250px 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
}



/****** RESPONSE MESSAGE ******/


div.j-shop-addtocard-response--message {
    margin: 0 auto !important; 
    padding: 0 !important; 
    display: block !important; 
    background-color: transparent; 
}

div.j-shop-addtocard-response--message p.j-shop-addtocard-response--content {
    width: auto !important; 
    height: auto !important; 
    margin: 20px 0 50px 0 !important; 
    padding: 0 !important; 
    display: block !important; 
    font-size: 20px !important; 
    line-height: 1em !important; 
	letter-spacing: 0 !important; 
    font-weight: 400 !important; 
    color: #70726C !important; 
    text-align: center !important; 
    background-color: transparent; 
}



/****** RESPONSE ITEM ******/


div.j-shop-addtocard-response--item {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 400px; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
}

div.j-shop-addtocard-response--item-details {
	padding-left: 0!important;
}


img.j-shop-addtocard-response--item-image {
    display: none !important; 
}

p.j-shop-addtocard-response--item-title, 
p.j-shop-addtocard-response--item--variant, 
p.j-shop-addtocard-response--item-price {
    width: auto !important; 
    height: auto !important; 
    margin: 0 !important; 
    padding: 0 !important;
    display: inline-block; 
    font-size: 22px !important; 
	font-weight: 500 !important; 
	letter-spacing: 0 !important; 
    line-height: 1em !important; 
	color: #70726C !important; 
    text-align: left !important; 
}

p.j-shop-addtocard-response--item-title, 
p.j-shop-addtocard-response--item--variant {
    position: relative; 
    top: 0px; 
    left: 0px; 
    color: #000000; 
    font-weight: 300; 
}

p.j-shop-addtocard-response--item-price {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    color: #000000; 
    font-weight: 400; 
}

p.j-shop-addtocard-response--item--variant, 
a.j-shop-addtocard-response--item--variant {
	position: absolute !important; 
	top: 0 !important; 
	left: 0 !important; 
	width: 1px !important; 
	height: 1px !important; 
	content: ""; 
	overflow: hidden; 
}




/****** RESPONSE ACTION ******/


div.j-shop-addtocard-response--actions {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 500px; 
    height: auto; 
    margin: 50px auto 0px auto; 
    padding: 0; 
    display: block; 
    background-color: lightgray; 

}

div.j-shop-addtocard-response--actions a {
	width: auto !important; 
    height: auto !important; 
	padding: 10px 20px !important; 
	background-image: linear-gradient(#00b8b8, #00b8b8) !important;
    border: none !important; 
	border-radius: 4px !important; 
	
	font-size: 15px !important; 
	font-weight: 500 !important; 
	line-height: 1em !important; 
	letter-spacing: .025em !important; 
	color: #fff !important; 
    text-align: center !important; 
    text-decoration: none !important; 
}

a.j-shop-addtocard-response--backward.is-close::before {
	position: relative; 
	top: 1px; 
	width: 12px;
	height: 12px;
	content: '';
	display: inline-block;
	margin: 0; 
	padding: 0;
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-white.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg); 
}

a.j-shop-addtocard-response--forward.is-checkout::after {
	position: relative; 
	top: 1px; 
	width: 12px;
	height: 12px;
	content: '';
	display: inline-block;
	margin: 0; 
	padding: 0;
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-white.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}















/* CONTENT
***************************************************************/




/* DATENSCHUTZ PAGE COOKIE LAW */

#page-1298026186 div.j-static-page {
    position: relative; 
    top: 0; 
    left: 0; 
 	/* width: 600px; */
    height: auto; 
    margin: 0 auto; 
    /* padding: 0 !important; */
    display: block; 
}

#page-1298026186 h1#cookie-einstellungen {
    color: #002a35; 
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -.03em;
    text-align: left; 
}

#page-1298026186 h2#funktionale-cookies, 
#page-1298026186 h2#unbedingt-erforderliche-cookies, 
#page-1298026186 h2#performance-cookies, 
#page-1298026186 h2#performance-cookies, 
#page-1298026186 h2#marketing-third-party-cookies {
    color: #002a35; 
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px; 
    text-align: left; 
    margin-top: 50px; 
}

#page-1298026186 h2 span {
    /*color: #789632;*/ color: #00b8b8; 
    font-size: 25px; 
    font-weight: 400; 
    line-height: 6em; 
    letter-spacing: 1px; 
    text-align: left; 
    font-style: normal !important; 
}

#page-1298026186 p {
    /* color: #002a35; */
    font-size: 14px; 
    font-weight: 300; 
    line-height: 1.5em; 
    letter-spacing: 1px; 
    text-align: left; 
}

#page-1298026186 div.n {
    color: #002a35; 
    font-size: 14px; 
    font-weight: 300; 
    line-height: 1.5em; 
    letter-spacing: 0px; 
    text-align: left; 
}

#page-1298026186 div.n strong {
    color: #002a35; 
    font-size: 15px; 
    font-weight: 400; 
    line-height: 1.5em; 
    letter-spacing: 0px; 
    text-align: left; 
    text-transform: uppercase; 
}

#page-1298026186 .j-cookie-settings > .ckies_checkbox_wrapper {
    margin-top: 50px; 
    padding: 0; 
}

#page-1298026186 input[type=checkbox]  { 
    width: 30px;
    height: 30px;
    box-shadow: none; 
}






/* DELIVERY INFO PAGE */

div#cc-shop-deliveryinfopage h2 {
    color: #002a35; 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 4em; 
    letter-spacing: 1px; 
    text-align: left; 
}

div#cc-shop-deliveryinfopage ul {
    margin: 0 auto; 
    padding: 0; 
}

div#cc-shop-deliveryinfopage p, 
div#cc-shop-deliveryinfopage ul li {
    /* color: #002a35; */
    font-size: 14px; 
    font-weight: 300; 
    line-height: 1.5em; 
    letter-spacing: 1px; 
    text-align: left; 
}

#page-1298026186 div#cc-shop-deliveryinfopage ul li {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0px 5px 0px 0px; 
    padding: 0; 
    display: inline-block; 
    list-style-type: none; 
}

#page-1298026186 div#cc-shop-deliveryinfopage div#cc-shop-info-payment-methods ul li {
    display: block; 
    margin-bottom: 20px; 
}













/* LOGIN PAGE
********************************************************/

form.onpagelogin-form {
    position: relative; 
    top: 0;
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 50px auto 100px auto; 
    padding: 0; 
    display: block; 
}

form.onpagelogin-form label, 
form.onpagelogin-form div#loginbox-input-container, 
form.onpagelogin-form div#loginbox-submit-container {
    position: relative; 
    top: 0;
    left: 0; 
    clear: both; 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    background: none; 
    text-align: center; 
    font-size: 16px; 
    line-height: 16px; 
    font-weight: 300; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    color: #002a35; 
}

a#pwvergessenlink, a#pwvergessenlink:visited, a#pwvergessenlink:hover, a#pwvergessenlink:active {
   text-decoration: none; 
   /*color: #789632;*/ color: #00b8b8; 
}












/* SHOP INFO PAGE 
********************************************************/

div#cc-shop-infopage {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 600px; 
    height: auto; 
    margin: 100px auto 0px auto; 
    padding: 0px 0px 100px 0px; 
    display: block; 
}

div#cc-shop-infopage hr {
    margin: 30px 0px; 
}

















/* CHECKOUT PAGE
********************************************************/

div#cc-checkout-wrapper {
    width: 850px; 
    margin: 50px auto; 
    padding: 0px 0px 150px 0px;
    background-color: transparent !important; 
}

div#cc-checkout-variant-1 {
    padding: 20px 0 40px 0 !important; 
}

div#cc-checkout-variant-1 div.cc-progressbar {
	background-image: url(https://images.icho-tee.de/basic/checkout-progressbar.png) !important;
}

#cc-checkout-progress-1 div, 
#cc-checkout-progress-1 a, 
tr td.cc-right.cc-checkout-total, 
tr td.cc-checkout-number.cc-checkout-total span, 
div.cc-checkout-user-note-form label, 
div#cc-checkout-billing-address-form .cc-checkout-user-note-form label, 
div#cc-checkout-shipping-address-form .cc-checkout-user-note-form label {
    font-size: 18px !important; 
    font-weight: normal !important; 
    text-transform: uppercase !important; 
    letter-spacing: .025em !important; 
    color: #000 !important; 
}

tr td.cc-right.cc-checkout-total, 
tr td.cc-checkout-number.cc-checkout-total span { font-weight: 600 !important; }
tr td.cc-right.cc-checkout-total small { text-transform: none; }

div.cc-checkout-user-note-form label {
	margin-left: 15px; 
}

div.cc-checkout-subheadings {
    margin: 0px 0px 50px 0px;
    padding: 25px 10px!important; 
    border: none !important; 
    color: transparent !important; 
}

div.cc-checkout-subheadings span#cc-checkout-address-head-same, 
div.cc-checkout-subheadings span#cc-checkout-address-head-differs, 
div#cc-checkout-shipping-address-form-heading {
    font-size: 20px; 
    font-weight: 500; 
    color: #333 !important; 
    text-transform: uppercase; 
}

div.cc-checkout-subheadings label#cc-checkout-address-checkbox-title {
    font-size: 14px; 
    font-weight: 400; 
    color: #333; 
}

table.cc-checkout-products th {
    padding: 50px 0px 15px 0px; 
    border-bottom: 0px solid #787878 !important; 
    background-color: transparent !important; 
}
 
table.cc-checkout-products th {
    font-size: 12px; 
    font-weight: 400; 
    letter-spacing: .025em; 
	line-height: 1em; 
	color: #70726C; 
    text-transform: uppercase; 
}

th.cc-desc {}
th.cc-right.cc-cart-quantity { text-align: center !important; }
th.cc-left cc-cart-delete {}
th.cc-right.cc-cart-unit-price.cc-cart-quantity { text-align: right !important; }
th.cc-right.cc-cart-price { text-align: right !important; }


tr.cc-checkout-product:nth-child(1) td {
    padding-top: 20px; 
}

table.cc-checkout-products tbody, 
table.cc-checkout-products tbody tr, 
table.cc-checkout-products tbody tr td {
    border: 0px solid #ffffff; 
}

table.cc-checkout-products tbody a.cc-checkout-product-thumbnail img {
    margin-right: 15px; 
}

tr.cc-checkout-product td div.cc-checkout-desc strong {
    position: relative; 
    top: 13px !important; 
    font-size: 18px; 
    font-weight: 500; 
    letter-spacing: .025em; 
	text-transform: uppercase; 
    color: #000; 
}

tr.cc-checkout-product td div.cc-checkout-desc { 
    margin-top: 2px; 
/*    color: transparent; */ /* Fuer Produkt-Varianten-Anzeige im Warenkorb wieder eingeblendet ! */
}
tr.cc-checkout-product td div.cc-checkout-desc strong { color: transparent; }

tr.cc-checkout-product td a.cc-checkout-product-thumbnail {
    display: none !important; 
}

#cc-checkout-gutter input#cc-checkout-submit-0, 
.cc-checkout-submit input.cc-checkout-btn, 
ul.cc-checkout-paymentoption input#cc-checkout-submit-2, 
#cc-checkout-gutter input.cc-checkout-btn {
    padding: 10px 20px; 
    box-shadow: none; 
    font-size: 15px !important; 
    font-weight: normal !important; 
    text-shadow: none;
    color: #fff !important;  
}

.cc-m-ui-numeric { 
	position: relative; 
	top: 6px; 
}

.cc-quantity-delete-link {
	position: relative; 
	top: 12px; 
}

.cc-discount-tr .cc-quantity-delete-link {
    top: 0;
}

.cc-checkout-number span {
	position: relative; 
	top: 8px; 
}

div.cc-checkout-user-note-form textarea {
    height: 75px !important; 
}

div.cc-checkout-eu-shipping-warning strong, 
div.cc-checkout-eu-shipping-warning strong a, 
div.cc-checkout-eu-shipping-warning strong a:visited, 
body.cc-pagemode-sitetemplate .cc-checkout-eu-shipping-warning strong a {
    font-size: 14px; 
    font-weight: normal; 
    color: #666; 
}

td.cc-quantity-spinner.cc-checkout-number {}

td.cc-left.cc-quantity-delete a { 
    font-size: 15px !important; 
    font-weight: 400 !important; 
    letter-spacing: .025em !important; 
    color: #70726C !important; 
}

td.cc-checkout-number {
	font-size: 18px !important; 
    font-weight: 500 !important; 
    letter-spacing: .025em !important; 
    color: #333 !important; 
}

tr#discount-code-line td {
    padding: 50px 0;
}

input.cc-discount-code-input {
    border: 1px solid #dcdcdc; 
}

button#discount-code-apply-link {
    padding: 4px 10px;
    border: 0px solid #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px !important;
    background: #00b8b8 !important;
    font-size: 14px;
}
#discount-code-line .cc-checkout-number span {
    top: 0;
}
.cc-checkout-products .cc-discount-code-input {
    width: 60%;
    margin-right: 10px;
}

td.cc-right.cc-checkout-total, 
td.cc-checkout-number.cc-checkout-total {
    padding: 40px 0 30px 0; 
    border-top: 0px solid #999 !important; 
    border-bottom: 0px solid #999 !important; 
}


td.cc-checkout-total span {
	top: 0; 
}

td.cc-right.cc-checkout-hint {
    border: 0px solid #ffffff; 
    font-size: 14px !important; 
    font-weight: 400 !important; 
    letter-spacing: .025em !important; 
    color: #70726C !important; 
    text-align: center !important; 
}

td.cc-right.cc-checkout-hint span.including-tax {
	float: right; 
}

div.cc-checkout-user-note-form {
    margin: 50px 0 25px 0; 
}

div#cc-checkout p.cc-empty-cart {
    position: relative; 
    top: 0; 
    left: 0; 
    height: auto; 
    margin: 100px auto; 
    display: block;
    font-size: 18px; 
    font-weight: normal; 
    letter-spacing: .025em; 
    color: #000; 
    text-align: center; 
}

div.cc-checkout-fullshopingcart-wrapper {
    background: transparent !important; 
}

#cc-checkout tbody tr:last-child td.cc-right.cc-checkout-hint {
	padding-top: 40px; 
}



div#cc-checkout-billing-address-form, 
div#cc-checkout-shipping-address-form {
    margin-top: 30px; 
}

div#cc-checkout-billing-address-form label,  
div#cc-checkout-shipping-address-form label {
    position: absolute;  
    display: inline-block !important; 
    font-size: 18px !important; 
    font-weight: normal !important; 
    letter-spacing: .025em !important; 
    color: #000 !important; 
}

div#cc-checkout-billing-address-form select, 
div#cc-checkout-billing-address-form input, 
div#cc-checkout-shipping-address-form select, 
div#cc-checkout-shipping-address-form input {
    position: relative; 
    top: -8px; 
    left: 200px;
	width: 230px !important; 
    margin: 5px 0 !important; 
	padding: 2px 10px !important; 
    font-size: 16px !important; 
    font-weight: normal !important; 
    color: #333 !important; 
}

div#cc-checkout-billing-address-form .cc-checkout-user-note-form label, 
div#cc-checkout-shipping-address-form .cc-checkout-user-note-form label {
    position: relative; 
    display: block; 
}



#cc-checkout-wrapper.cc-checkout-overview .cc-checkout-subheadings {
    padding: 0 10px !important; 
    margin: 0 !important; 
    color: #333 !important; 
    text-transform: uppercase; 
    font-weight: 500; 
}
#cc-checkout-wrapper.cc-checkout-overview .cc-checkout-subheadings a {
    margin-left: 15px; 
    font-size: 14px; 
    font-weight: 500; 
    text-transform: lowercase; 
}




div.message-warning {
    position: relative; 
    top: -12px; 
    left: 200px; 
    display: inline-block !important; 
	background: none !important; 
	border: none !important; 
	
	font-size: 14px !important; 
	font-weight: 400 !important; 
	letter-spacing: 0 !important; 
	line-height: 1em !important; 
	color: #eb3d41 !important; 
}

div.message-warning::before {
	position: relative; 
	top: 1px; 
	width: 12px;
	height: 12px;
	content: '';
	display: inline-block;
	margin: 0 10px 0 0; 
	padding: 0;
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-red.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg); 
}

#payment-stripe-card__errors.message-warning {
	position: relative; 
    top: -36px; 
    left: 420px; 
    display: inline-block !important; 
}



ul.cc-checkout-paymentoption {
    margin-top: 30px !important; 
}

ul.cc-checkout-paymentoption li {
    padding: 25px 0 25px 5px !important; 
}

ul.cc-checkout-paymentoption li label {
    font-size: 20px; 
    font-weight: 500; 
    letter-spacing: .025em; 
    color: #000; 
}

#payment-stripe-card {
    margin-left: 33px; 
	padding: 10px; 
    background-color: #fff !important; 
    font-size: 16px !important; 
}

div.j-checkout-payment__secure-text, 
div.message-info.cc-checkout-payment-info.j-checkout__payment-info {
    margin: 10px 0 0 43px !important; 
    font-size: 15px !important; 
    font-weight: 500 !important; 
    line-height: 1.6em !important; 
    color: #70726C !important; 
}

.cc-checkout-paymentoption-paypal {
    background-image: none !important; 
}

.cc-checkout-paymentoption-paypal, 
.cc-checkout-paymentoption-postfinance, 
ul.cc-checkout-paymentoption li label span {
    padding-left: 15px !important; 
}

ul.cc-checkout-paymentoption div.message-info {
    background-color: transparent !important; 
    background: transparent !important; 
    border: none !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}



div.cc-checkout-data dt, 
div.cc-checkout-data dd { 
    display: inline-block !important; 
    font-size: 16px !important; 
    font-weight: normal !important; 
    letter-spacing: .025em !important; 
    line-height: 2em !important; 
}

div.cc-checkout-data dt { 
    width: 25%; 
    color: #000 !important; 
}
div.cc-checkout-data dd { 
    width: 60%; 
    color: #666 !important; 
}

#cc-checkout-wayofpayment {
    margin: 20px 0 !important; 
    padding: 20px 0 !important; 
    border-top: 1px solid #999 !important; 
    border-bottom: 1px solid #999 !important; 
}
 

#cc-checkout-wayofpayment div.cc-checkout-data {
    font-size: 16px !important; 
    font-weight: normal !important; 
    letter-spacing: .025em !important; 
    line-height: 2em !important; 
    color: #000 !important; 
}

#cc-checkout-termsoftrade .cc-checkout-data label {
    font-size: 14px !important; 
    font-weight: normal !important; 
    letter-spacing: 0 !important; 
    line-height: 1.6em !important; 
    color: #333 !important; 
}

#cc-checkout-termsoftrade label.error-missing {
	border: none !important; 
	border-right: 2px solid #eb3d41 !important; 
	border-left: 2px solid #eb3d41 !important; 
	color: #eb3d41 !important; 
}



/* J-PRODUCT
*************************************************************/

#content_area div.j-module.n.j-product, 
div.j-module.n.j-htmlCode {
    padding: 0 !important; 
}

.j-product__info__free-shipping-countries {
	display: none !important; 
	overflow: hidden; 
	visibility: hidden; 
}







/* HPRODUCT 
*************************************************************/




div.hproduct { 
    width: 940px; 
    height: auto; 
    min-height: 300px; 
    padding: 0 0 180px 0 !important; 
    margin: 0 auto !important; 
    border: 0px solid #f0f0f0; 
}

div.cc-m-all.cc-m-toolbox-right div.cc-m-all-toolbox {
    left: 50px !important; 
    /**** TOOLBOX IM BEARBEITUNSGMODUS SONST AUSSERHALB VOM DISPLAY ****/
}






/* PRODUCT PICTURES */


img.cc-shop-product-main-image.photo {
    display: none !important; 
}


div.cc-shop-product-img { 
    position: relative; 
    top: 0; 
    left: 0; 
    float: left;
    z-index: 0;
    display: block;
    margin: 0px 0px 0px 0px; 
    padding: 0; 
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(153, 153, 153);
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 21px;
}

div.cc-shop-product-img-confines { 
    width: 100% !important; 
    min-width: 0px; 
    max-width: 100%; 
    height: auto;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(153, 153, 153);
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 21px;
}

img.cc-shop-product-main-image.photo { 
    border: 0 solid #ffffff !important; 
}

ul.cc-shop-product-alternatives {
    width: 250px;
    height: 0px;
    margin: 0 auto; 
    padding: 0px;
    display: block;    
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(153, 153, 153);
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    list-style-type: disc;
}

ul.cc-shop-product-alternatives li {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin: 4px 4px 0px 0px;
    padding: 0; 
    display: block;
    list-style-type: disc;
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(153, 153, 153);
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
}

ul.cc-shop-product-alternatives li a.cc-shop-product-thumbnail.cc-no-clickable-arrow img {
    width: 100% !important; 
    height: 100% !important; 
}

span.cc-shop-product-alternatives-arrow { 
    top: -10px !important; 
    background-image: url(https://images.icho-tee.de/gruentee/productaltarrow.png) !important; 
}










/*** PRODUCT DESC ***/



div.cc-shop-product-desc { 
    position: relative; 
    width: 450px !important; 
    margin-left: 480px !important; 
    padding: 0px 0px 30px 0px; 
    z-index: 1 !important; 
    overflow: visible !important; 
}

div.cc-shop-product-desc div.description { 
    margin: 0 !important; 
    z-index: 1 !important; 
}

header.prodHeader {
/*    position: absolute; */
    position: relative;
    top: 0; 
/*    left: -470px; */
    left: 0;
    width: 420px; 
    height: auto; 
    z-index: 99999; 
    padding: 0; 
}

section.prodDescription { 
	position: relative; 
	width: 100%; 
    height: auto; 
    z-index: 999; 
	margin: 0; 
	padding: 0; 
    display: block; 
}

section.prodLabelSection { 
	position: relative; 
	width: 100%; 
    height: auto; 
    z-index: 9999; 
	margin: 50px 0px 40px 0px; 
	padding: 0; 
    display: block; 
}



/* SECTION: PROD HEADER **********************/

h2.prodTitle {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    z-index: 1; 
    margin: 0; 
    padding: 0; 
    display: block; 
    text-align: left; 
/*    text-align: right !important; */
}

h2.prodTitle span.prodCategory, 
h2.prodTitle span.prodName {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    padding: 0; 
    display: inline-block; 
    font-family: 'Alatsi', Source Sans Pro, sans-serif !important;
    line-height: 1em; 
    letter-spacing: 0; 
    font-style: normal; 
    text-transform: uppercase; 
/*    color: #002a35; */
/*    color: #2d4000; */
    color: #222;
}

h2.prodTitle span.prodCategory {
    margin: 0; 
    font-size: 26px; 
    font-weight: 300; 
}

h2.prodTitle span.prodCategory.smaller { font-size: 20px !important; } 

h2.prodTitle span.prodName {
    margin: 0; 
    font-size: 35px; 
    font-weight: 400; 
}

h3.prodMeaning {
    position: relative; 
    top: 0; 
    left: -1px; 
    width: 100%; 
    height: auto; 
    z-index: 1; 
    margin: 0; 
    padding: 0; 
    display: block; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 1em; 
    letter-spacing: 1px;
    font-style: italic; 
    text-transform: lowercase; 
    text-align: right; 
}

p.prodKanji { 
    position: absolute; 
    top: -85px; 
    left: 240px; 
    width: auto; 
    height: auto; 
    z-index: 0; 
    opacity: 0.1; 
	
	display: none; 
}

p.prodKanji img {
    width: 200px; 
    height: 200px; 
}

span.prodFlag {
	position: absolute; 
	top: -40px; 
    left: 0;
/*	right: 0; */
	width: auto; 
	height: auto; 
	display: block; 
	margin: 0; 
	padding: 5px 15px; 
	border: 1px solid #222; 
	border-radius: 50px; 
	font-size: 14px; 
	font-weight: 500; 
	line-height: 1em; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	color: #222; 
}



/* SECTION: PROD DESCRIPTION *******************/

div.cc-shop-product-desc span.fn { 
    /*display: none !important; 
    opacity: 0 !important; 
    visibility: hidden !important; */
	position: absolute !important; 
	top: 0 !important; 
	left: 0 !important; 
	width: 1px !important; 
	height: 1px !important; 
	overflow: hidden !important; 
	content: '' !important; 
}

section.prodDescription p { 
	position: relative; 
	width: 100%; 
    height: auto; 
	margin: 0 !important; 
	padding: 0; 
    display: block; 
/*    font-size: 16px !important; */
    font-size: 20px !important; 
    font-weight: 400 !important; 
    line-height: 1.5em !important; 
    letter-spacing: 0px; 
    /* color: #355400 !important; */
/*    color: #002a35; */
    color: #222;
}
section.prodDescription p span.subheadline {
    text-transform: uppercase; 
    letter-spacing: .1em;
    font-weight: 600; 
}

div.cc-shop-product-desc p.actualinfoOOS,
div.cc-shop-product-desc p.actualinfoOOSR { 
    position: absolute; 
    bottom: 101px; 
    left: 197px; 
    width: 250px; 
    height: auto; 
    margin: 0; 
    padding: 10px 20px; 
    z-index: 9999999; 
    border: 1px solid #00b8b8;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
    background-color: #ffffff; 
    font-weight: 400; 
    font-size: 15px;
    line-height: 1em; 
    letter-spacing: .025em;
    color: #00b8b8 !important;
    text-align: center;
}

div.cc-shop-product-desc p a {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
}

div.cc-shop-product-desc p a span.reservieren, 
div.cc-shop-product-desc p a span.benachrichtigen,
div.cc-shop-product-desc p a span.chevron {
    position: relative; 
    top: 0; 
    left: 0; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    font-weight: 400; 
    font-size: 15px; 
    line-height: 1em; 
    letter-spacing: 1px; 
    text-decoration: none; 
}

div.cc-shop-product-desc p a span.reservieren,
div.cc-shop-product-desc p a span.benachrichtigen {
    width: auto;
    height: auto;
    color: #00b8b8;
}

div.cc-shop-product-desc p a span.chevron { 
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-00b8b8.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 10px 10px;
}

div.cc-shop-product-desc p.actualinfoOOS:hover,
div.cc-shop-product-desc p.actualinfoOOSR:hover { background-color: #00b8b8; color: #fff !important; }

div.cc-shop-product-desc p.actualinfoOOS:hover a,
div.cc-shop-product-desc p.actualinfoOOSR:hover a,
div.cc-shop-product-desc p.actualinfoOOS:hover a span,
div.cc-shop-product-desc p.actualinfoOOSR:hover a span { 
    color: #fff;
    text-decoration: none;
}
div.cc-shop-product-desc p a span.chevron { 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-white.svg);
}

p.prodPackunit { 
    position: absolute; 
    bottom: 109px; 
    left: 100px; 
    width: auto; 
    height: auto; 
    margin: 0!important; 
    padding: 0; 
    display: inline-block; 
    z-index: 1; 
/*    z-index: 999999;*/
/*    font-family: 'Source Sans Pro', sans-serif; */
    font-size: 20px !important; 
    line-height: 1em !important; 
    letter-spacing: 1px !important; 
    font-style: normal !important; 
    font-weight: 400 !important; 
/*    text-transform: lowercase !important; */
/*    color: #2d4000 !important; */
    color: #222;
}





/* PRODUCT PRICE */

div.product-price.cc-shop-product-price.clearover {
    position: relative; 
    width: auto; 
    float: left; 
    z-index: 999999 !important; 
    margin: 0; 
    padding-bottom: 10px; 
}

div.cc-shop-product-price-container {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
}

.cc-shop-product-price-item.cc-shop-product-price-old {
	position: absolute; 
	top: 0; 
	left: 0;
	margin: 0; 
	padding: 0; 
}

.cc-shop-product-price-item.cc-shop-product-price-old .cc-shop-old-price-value {
	color: #2d4000; 
	opacity: 0.75; 
	font-size: 20px !important; 
	font-weight: 300; 
	line-height: 1em; 
	letter-spacing: .025em; 
	text-decoration: line-through; 
}

div.cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100px; 
    height: auto; 
    margin: 10px 0 0 0; 
    padding: 0;
    display: block; 
    font-size: 22px !important; 
    line-height: 1em !important; 
    letter-spacing: 0px !important; 
    font-style: normal !important; 
    font-weight: 600 !important; 
    text-transform: lowercase !important; 
/*    color: #2d4000 !important; */
    color: #222 !important;
}

/*
.product-price.cc-shop-product-price::after {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    content: 'Reduzierter Preis durch gesenkte MwSt.'; 
    font-size: 13px; 
    font-weight: 400; 
    text-transform: none; 
    color: #2d4000; 
    opacity: .65; 
}
*/

div.cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value::before {
/*
    position: absolute; 
    top: 0px; 
    left: 0; 
    content: 'Red. Preis durch gesenkte MwSt.'; 
    font-size: 14px; 
    text-transform: none; 
    opacity: .5; 
*/
}

/* a.cc-shop-addtocard.cc-no-clickable-arrow {} */
a.cc-shop-addtocard, 
a.cc-shop-addtocard:visited {
    width: auto !important;
    z-index: 9999999 !important; 
    margin: 5px 0 0 120px !important; 
    padding: 10px 20px !important; 
    background-color: transparent;
    background-image: linear-gradient(#00b8b8, #00b8b8) !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    border: 0px solid #ffffff !important;
    border-radius: 50px !important;
    -o-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    box-shadow: 0px 0px 0px 0px #000000 !important;
    -o-box-shadow: 0px 0px 0px 0px #000000 !important;
    -ms-box-shadow:  0px 0px 0px 0px #000000 !important;
    -moz-box-shadow:  0px 0px 0px 0px #000000 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000000 !important;
    color: #ffffff !important; 
    font-size: 15px !important;
    line-height: 1em !important;
    letter-spacing: .025em !important;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
    text-align: center !important; 
}

a.cc-shop-addtocard:hover, 
a.cc-shop-addtocard:active { 
	background-image: linear-gradient(#00b8b8, #00b8b8);
}



/* CUP PRICE */

p.prodCupPrice { 
    position: absolute; 
    width: auto; 
    height: auto; 
    z-index: 1; 
    font-family: 'Source Sans Pro', sans-serif; 
    color: #2d4000; 
}

p.prodCupPrice.price { 
    bottom: 130px; 
    left: 0; 
    font-size: 18px; 
    line-height: 1em; 
    font-weight: 300; 
    letter-spacing: 0px; 
}

p.prodCupPrice.eurosign { 
    bottom: 134px; 
    left: 60px; 
    font-size: 16px; 
    line-height: 1em; 
    font-weight: 300; 
    letter-spacing: 0px; 
}

p.prodCupPrice.cup { 
    bottom: 134px; 
    left: 140px; 
    font-size: 16px; 
    line-height: 1em; 
    font-weight: 300; 
    letter-spacing: 0px; 
}





/* BASE PRICE */ 


p.prodBaseprice { 
    position: absolute !important; 
    bottom: 60px !important; 
    left: 0 !important; 
    width: auto !important; 
    height: auto !important; 
    z-index: 1; 
    font-size: 12px !important; 
    line-height: 1em !important; 
    font-weight: 400 !important; 
    letter-spacing: 0px !important; 
    color: #2d4000 !important; 
}



/* VESANDKOSTEN FREI */ 


p.prodFreeShipping { 
    position: absolute !important; 
    bottom: 10px !important; 
    left: 0px !important; 
    width: auto !important; 
    height: auto !important;
    z-index: 999999 !important; 
    font-size: 12px !important; 
    line-height: 1em !important; 
    font-weight: 400 !important; 
    letter-spacing: 0px !important; 
    color: #2d4000 !important; 
}
p.prodFreeShipping::after { 
	position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 475px; 
    height: auto;
    z-index: 999999; 
	content: 'versandkostenfrei in Deutschland ab 95€ Warenwert'; 
    font-size: 12px; 
    line-height: 1em; 
    font-weight: 400; 
    letter-spacing: 0; 
/*    color: #2d4000; */
    color: #666;
}




/* PRODUCT INFO LINKS */

div.cc-product-infolink { 
    position: relative; 
    top: 0; 
    left: 0; 
    margin: 40px 0px 0px 0px; 
    padding: 0; 
    display: inline-block; 
}

ul.cc-shop-product-availability { 
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: auto; 
    height: auto; 
    margin: 0 !important; 
    padding: 0; 
    display: inline-block !important; 
}

p.cc-product-tax-and-shipping-info, 
div.cc-product-infolink a, 
div.cc-product-infolink a:visited, 
ul.cc-shop-product-availability.j-product-details li, 
ul.cc-shop-product-availability.j-product-details li.cc-shop-product-pool, 
ul.cc-shop-product-availability.j-product-details li.cc-product-delivery-time-info { 
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    margin: 0 !important; 
    display: inline-block !important; 
    background-image: none !important; 
    font-size: 12px !important; 
    font-weight: 400 !important;
    line-height: 1em !important; 
/*    color: #2d4000 !important; */
    color: #666 !important;
    text-decoration: none !important; 
}

div.cc-product-infolink a, 
div.cc-product-infolink a:visited { 
    position: relative; 
    top: 0; 
    left: 0; 
    margin: 0; 
    padding: 0; 
    display: block; 
	text-decoration: underline !important; 
}


.cc-shop-product-pool-variant-1:before, 
.j-product-pool-status-1:before, 
.cc-delivery-time-variant-1:before,  
.j-product-delivery-time-status-1:before {
    font-size: 12px; 
}

ul.cc-shop-product-availability.j-product-details li.j-product-weight {
    width: 0px; 
    display: none; 
    opacity: 0; 
    visibility: hidden; 
}




div.cc-product-infolink.j-product__info__link {
	width: auto;  
}

div.cc-product-infolink.j-product__info__link p, 
div.cc-product-infolink.j-product__info__link p a {
	display: inline-block; 
}






/* PROD PHOTO */


p.prodPhoto { 
    position: absolute; 
    top: 0px; 
    left: -480px; 
    width: 940px;
    height: 400px; 
    margin: 0; 
    padding: 0; 
    z-index: 0; 
    background-repeat: no-repeat; 
    background-size: 100% 100%; 
}



/* BLATTTEES */
p.prodPhoto#risshun { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-risshun.jpg); }

p.prodPhoto#kasumi { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-kukicha-karigane-kasumi.jpg); }

p.prodPhoto#yunagi { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-fukamushi-yunagi.jpg); }

p.prodPhoto#yamanashi { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-yamanashi.jpg); }

p.prodPhoto#tsuki { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-tsuki.jpg); }

p.prodPhoto#chiyo { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-chiyo.jpg); }

p.prodPhoto#kokan { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-kokan.jpg); }

p.prodPhoto#seijo { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-seijo.jpg); }

/*p.prodPhoto#geshi { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-seijo.jpg); }*/

p.prodPhoto#kabusecha { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-kabusecha.jpg); }

p.prodPhoto#kiku { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-sencha-kiku.jpg); }

p.prodPhoto#geshi { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-gyokuro-geshi.jpg); }

p.prodPhoto#koyo { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-houjicha-koyo.jpg); }

p.prodPhoto#aoyama { background-image: url(https://images.icho-tee.de/gruentee/icho-tee-genmaicha-aoyama.jpg); }

p.prodPhoto#geschenkbox { background-image: url(https://images.icho-tee.de/gruentee/itchoo-tee-japanische-geschenkbox.jpg); }

p.prodPhoto#watanabepremium { background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/icho-tee-watanabe-premium-tee.jpg); }
p.prodPhoto#watanabe { background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/icho-tee-watanabe-tee.jpg); }
p.prodPhoto#watanabekukicha { background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/icho-tee-watanabe-kukicha.jpg); }
p.prodPhoto#watanabegruenteepulver { background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/icho-tee-watanabe-gruentee-pulver.jpg); }
p.prodPhoto#watanabeset { background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/icho-tee-watanabe-tee-set.jpg); }




/* MATCHA */
p.prodPhoto#tonbo { background-image: url(https://images.icho-tee.de/gruentee-matcha/icho-tee-matcha-tonbo.jpg); }

p.prodPhoto#shogetsu { background-image: url(https://images.icho-tee.de/gruentee-matcha/icho-tee-matcha-shogetsu.jpg); }

p.prodPhoto#tansei { background-image: url(https://images.icho-tee.de/gruentee-matcha/icho-tee-matcha-tansei.jpg); }

p.prodPhoto#suicho { background-image: url(https://images.icho-tee.de/gruentee-matcha/icho-tee-matcha-suicho.jpg); }

p.prodPhoto#miyabi { background-image: url(https://images.icho-tee.de/gruentee-matcha/icho-tee-matcha-miyabi.jpg); }


/* TEEKANNEN */
p.prodPhoto#kyusuno1    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/icho-tee-kyusu-no-1.jpg); }
p.prodPhoto#kyusuno2    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-2.jpg); }
p.prodPhoto#kyusuno3    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/icho-tee-kyusu-no-3.jpg); }
p.prodPhoto#kyusuno4    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/icho-tee-kyusu-no-4.jpg); }
p.prodPhoto#kyusuno5    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/icho-tee-kyusu-no-5.jpg); }
p.prodPhoto#kyusuno10   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-10.jpg); }
p.prodPhoto#kyusuno11   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-11.jpg); }
p.prodPhoto#kyusuno12   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-12.jpg); }
p.prodPhoto#kyusuno13   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-13.jpg); }
p.prodPhoto#kyusuno14   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-14.jpg); }
p.prodPhoto#kyusuno15   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-15.jpg); }
p.prodPhoto#kyusuno16   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-16.jpg); }
p.prodPhoto#kyusuno17   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-17.jpg); }
p.prodPhoto#kyusuno18   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-18.jpg); }
p.prodPhoto#kyusuno19   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-19.jpg); }
p.prodPhoto#kyusuno20   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-20.jpg); }
p.prodPhoto#kyusuno21   { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-21.jpg); }
p.prodPhoto#shiboridashi    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/shiboridashi.jpg); }
p.prodPhoto#abkuehlkanneno1 { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/abkuehlkanne-no-2.jpg); }
p.prodPhoto#abkuehlkanneno2 { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/abkuehlkanne-no-2.jpg); }

p.prodPhoto#shikenkyusu { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/icho-tee-shiken-kyusu.jpg); }

p.prodPhoto#kyusuantikno1 { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/icho-tee-kyusu-antik-no-1.jpg); }

p.prodPhoto#hohinkyusu  { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/hohin-kyusu.jpg); }
p.prodPhoto#kyusuno6    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-6.jpg); }
p.prodPhoto#kyusuno7    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-7.jpg); }
p.prodPhoto#kyusuno8    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-8.jpg); }
p.prodPhoto#kyusuno9    { background-image: url(https://images.icho-tee.de/utensilien/kyusu-gruentee-kannen/kyusu-no-9.jpg); }


/* TEESCHALEN */
p.prodPhoto#hanashiro { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/icho-tee-teeschale-hana-shiro.jpg); }
p.prodPhoto#ayame { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/icho-tee-teeschale-ayame.jpg); }
p.prodPhoto#teeschale014 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-014.jpg); }
p.prodPhoto#teeschale015 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-015.jpg); }
p.prodPhoto#teeschale016 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-016.jpg); }
p.prodPhoto#teeschale017 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-017.jpg); }
p.prodPhoto#teeschale018 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-018.jpg); }
p.prodPhoto#teeschale019 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-019.jpg); }
p.prodPhoto#teeschale020 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teeschale-020.jpg); }
p.prodPhoto#teebecher023 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-023.jpg); }
p.prodPhoto#teebecher024 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-024.jpg); }
p.prodPhoto#teebecher025 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-025.jpg); }
p.prodPhoto#teebecher026 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-026.jpg); }
p.prodPhoto#teebecher027 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-027.jpg); }
p.prodPhoto#teebecher028 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-028.jpg); }
p.prodPhoto#teebecher029 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-029.jpg); }
p.prodPhoto#teebecher030 { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/teebecher-030.jpg); }
p.prodPhoto#untersetzer  { background-image: url(https://images.icho-tee.de/utensilien/teeschalen/untersetzer.jpg); }

p.prodPhoto#teeschalemiho           { background-image: url(https://images.icho-tee.de/utensilien/teeschalen-teebecher-miho/teeschale-miho-porzellan-weiss.jpg); }
p.prodPhoto#teeschalemihomeergruen  { background-image: url(https://images.icho-tee.de/utensilien/teeschalen-teebecher-miho/teeschale-miho-porzellan-weiss-meergruen.jpg); }
p.prodPhoto#teebechermiho           { background-image: url(https://images.icho-tee.de/utensilien/teeschalen-teebecher-miho/teebecher-miho-porzellan-weiss-gedreht.jpg); }
p.prodPhoto#teebechermihoakzent     { background-image: url(https://images.icho-tee.de/utensilien/teeschalen-teebecher-miho/teebecher-miho-porzellan-weiss-mit-akzent.jpg); }

p.prodPhoto#hanashiro, 
p.prodPhoto#ayame, 
p.prodPhoto#teeschale014, 
p.prodPhoto#teeschale015, 
p.prodPhoto#teeschale016, 
p.prodPhoto#teeschale017, 
p.prodPhoto#teeschale018, 
p.prodPhoto#teeschale019, 
p.prodPhoto#teeschale020,
p.prodPhoto#teebecher023, 
p.prodPhoto#teebecher024, 
p.prodPhoto#teebecher025, 
p.prodPhoto#teebecher026, 
p.prodPhoto#teebecher027, 
p.prodPhoto#teebecher028, 
p.prodPhoto#teebecher029, 
p.prodPhoto#teebecher030,
p.prodPhoto#untersetzer 
{
	width: 1920px; 
	left: -960px; 
}


/* TEEDOSEN */
p.prodPhoto#teedose-modern-eckig-schwarz    { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-modern-eckig-schwarz.jpg); }
p.prodPhoto#teedose-modern-eckig-weiss      { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-modern-eckig-weiss.jpg); }
p.prodPhoto#teedose-modern-rund-schwarz     { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-modern-rund-schwarz.jpg); }
p.prodPhoto#teedose-modern-rund-weiss       { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-modern-rund-weiss.jpg); }
p.prodPhoto#teedose-modern-rund-silber      { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-modern-rund-silber.jpg); }
p.prodPhoto#teedose-klassik-schwarz         { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-klassik-schwarz.jpg); }
p.prodPhoto#teedose-klassik-weiss           { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-klassik-weiss.jpg); }
p.prodPhoto#teedose-klassik-silber          { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-klassik-silber.jpg); }
p.prodPhoto#teedose-klassik-gold            { background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedose-klassik-gold.jpg); }




/* MATCHA SCHALEN */
p.prodPhoto#chawan1923 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1923.jpg); }
p.prodPhoto#chawan1924 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1924.jpg); }
p.prodPhoto#chawan1925 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1925.jpg); }
p.prodPhoto#chawan1927 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1927.jpg); }
p.prodPhoto#chawan1928 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1928.jpg); }
p.prodPhoto#chawan1929 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1929.jpg); }
p.prodPhoto#chawan1930 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1930.jpg); }
p.prodPhoto#chawan1931 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1931.jpg); }
p.prodPhoto#chawan1932 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1932.jpg); }
p.prodPhoto#chawan1934 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1934.jpg); }
p.prodPhoto#chawan1935 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1935.jpg); }
p.prodPhoto#chawan1936 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1936.jpg); }
p.prodPhoto#chawan1937 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1937.jpg); }
p.prodPhoto#chawan1938 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1938.jpg); }
p.prodPhoto#chawan1939 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1939.jpg); }
p.prodPhoto#chawan1940 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1940.jpg); }
p.prodPhoto#chawan1941 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1941.jpg); }
p.prodPhoto#chawan1942 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1942.jpg); }
p.prodPhoto#chawan1944 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1944.jpg); }
p.prodPhoto#chawan1945 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1945.jpg); }
p.prodPhoto#chawan1946 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1946.jpg); }
p.prodPhoto#chawan1947 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1947.jpg); }
p.prodPhoto#chawan1948 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1948.jpg); }
p.prodPhoto#chawan1949 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1949.jpg); }
p.prodPhoto#chawan1950 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1950.jpg); }
p.prodPhoto#chawan1951 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1951.jpg); }
p.prodPhoto#chawan1952 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1952.jpg); }
p.prodPhoto#chawan1953 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1953.jpg); }
p.prodPhoto#chawan1954 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-1954.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }
p.prodPhoto#chawan19 { background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-19.jpg); }



#page-1524681386 #page,
#page-1512989186 #page  { background-color: #fff !important; }
#page-1720312586 #page { background-color: #f3f2f2 !important; }




/* FUER MATCHA */
p.prodPhoto#chasenusuchalight   { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chasen-matcha-teebesen-fuer-usucha.jpg); }
p.prodPhoto#chasenkoichalight   { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chasen-matcha-teebesen-fuer-koicha.jpg); }
p.prodPhoto#chasenkoichadark    { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chasen-matcha-teebesen-fuer-koicha-dunkel.jpg); }
p.prodPhoto#chasenshin          { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chasen-matcha-teebesen-shin-typ.jpg); }

p.prodPhoto#chashakuhell        { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chashaku-matcha-loeffel-hell.jpg); }
p.prodPhoto#chashakudark        { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chashaku-matcha-loeffel-dunkel.jpg); }
p.prodPhoto#chashakusesame      { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chashaku-matcha-loeffel-sesam.jpg); }
p.prodPhoto#chashakusmoked      { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chashaku-matcha-loeffel-geraeuchert.jpg); }

p.prodPhoto#chasenkusenaoshi    { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/chasen-kusenaoshi-teebesen-halter.jpg); }
p.prodPhoto#matchasiebdose      { background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/matcha-sieb-dose.jpg); }




/* TEEZEREMONIE */
p.prodPhoto#hishaku     { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/hishaku-bambus-schoepfkelle-sommer.jpg); }
p.prodPhoto#rohishaku   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/ro-hishaku-bambus-schoepfkelle-winter.jpg); }
p.prodPhoto#chakin      { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/chakin-reinigungstuch-aus-leinen.jpg); }

p.prodPhoto#chadogu01   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-01-futaoki.jpg); }
p.prodPhoto#chadogu02   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-02-futaoki.jpg); }
p.prodPhoto#chadogu03   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-03-futaoki.jpg); }
p.prodPhoto#chadogu04   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-04-futaoki.jpg); }
p.prodPhoto#chadogu05   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-05-futaoki.jpg); }
p.prodPhoto#chadogu06   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-06-natsume.jpg); }
p.prodPhoto#chadogu07   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-07-kogo.jpg); }
p.prodPhoto#chadogu08   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-08-kogo.jpg); }
p.prodPhoto#chadogu09   { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-09-kamakan.jpg); }
p.prodPhoto#chadogu     { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-10-.jpg); }
p.prodPhoto#chadogu     { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-11-.jpg); }
p.prodPhoto#chadogu     { background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/icho-tee-utensilien-teezeremonie-no-12-.jpg); }


/* SUESSIGKEITEN */

p.prodPhoto#rakuganno1  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-1.jpg); }
p.prodPhoto#rakuganno2  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-2.jpg); }
p.prodPhoto#rakuganno3  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-3.jpg); }
p.prodPhoto#rakuganno4  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-4-ungefaerbt.jpg); }
p.prodPhoto#rakuganno5  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-5.jpg); }
p.prodPhoto#rakuganno5ungefaerbt  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-5-ungefaerbt.jpg); }
p.prodPhoto#rakuganno6  { background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeit-rakugan-no-6.jpg); }
p.prodPhoto#kaishi      { background-image: url(https://images.icho-tee.de/suessigkeiten/kaishi-papier-fuer-teezeremonie.jpg); }


/* SONSTIGES */

p.prodPhoto#japan-kalender-2018 { background-image: url(https://images.icho-tee.de/japan-kalender-2018/japan-kalender-2018-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2019 { background-image: url(https://images.icho-tee.de/japan-kalender-2019/japan-kalender-2019-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2020 { background-image: url(https://images.icho-tee.de/japan-kalender-2020/japan-kalender-2020-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2021 { background-image: url(https://images.icho-tee.de/japan-kalender-2021/japan-kalender-2021-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2022 { background-image: url(https://images.icho-tee.de/japan-kalender-2022/japan-kalender-2022-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2023 { background-image: url(https://images.icho-tee.de/japan-kalender-2023/japan-kalender-2023-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2024 { background-image: url(https://images.icho-tee.de/japan-kalender-2024/japan-kalender-2024-artikelfoto-bgr.jpg); }
p.prodPhoto#japan-kalender-2025 { background-image: url(https://images.icho-tee.de/japan-kalender-2025/japan-kalender-2025-artikelfoto-bgr.jpg); }












/* FOOTER
*****************************************************************/

#footer section { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 960px; 
    height: auto; 
    margin: 0 auto; 
    padding: 10px 20px; 
    display: block; 
}

#footer section p {
    width: 100%; 
}





/**** GUTTER ****/


section.gutter .inforow { 
    top: 0px !important;            /* Abstand für Footer Sitemap ! */
    margin-bottom: 0px !important;  /* Abstand für Footer Sitemap ! */
}

section.gutter .leftrow, 
section.gutter .rightrow {
    position: relative; 
    left: 0; 
    float: none !important; 
    width: 100% !important; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
}

section.gutter .leftrow { 
/*    left: -10px; */
    padding-top: 590px; 
}

section.gutter .rightrow { 
    margin-top: 20px;
    
}

section.gutter .leftrow a               { margin: 0 10px; }
section.gutter .leftrow a:first-child   { margin-left: 0; }





/**** CERTIFICATES ****/

#footer section.certificates { 
    top: -640px !important; 
    height: auto !important; 
	padding-top: 30px; 
    border-top: 1px solid #b4c8af; 
}
#footer section.certificates ul.certificate-list { 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
#footer section.certificates li.certificate-listitem {
    width: 235px; 
	height: 59px;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
    background-size: 235px 59px; 
    background-repeat: no-repeat;
	background-position: left center;
}
#footer section.certificates li.certificate-listitem.bio { 
    background-image: url(https://images.icho-tee.de/basic/icons/footer/eu-bio-label.png); 
}
#footer section.certificates li.certificate-listitem.jas {
    background-image: url(https://images.icho-tee.de/basic/icons/footer/jas-organic-label.png); 
}
#footer section.certificates li.certificate-listitem.jfs {
    background-image: url(https://images.icho-tee.de/basic/icons/footer/japanese-food-supporter-label.png); 
}
#footer section.certificates li.certificate-listitem.op {
    background-image: url(https://images.icho-tee.de/basic/icons/footer/original-products-label.png); 
}





/**** SOCIAL ****/


#footer section.social { 
    top: -630px !important; 
    height: auto !important; 
	padding-top: 20px; 
/*    border-top: 1px solid #b4c8af; */
    border-top: 1px solid #ccc; 
}
#footer section.social ul.social-list { 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
#footer section.social li.social-listitem {
	height: 45px; 
	list-style-type: none; 
	display: inline-block; 
	margin: 0 110px 0 0; 
	padding: 0; 
	background-repeat: no-repeat; 
	background-size: 40px 40px; 
	background-position: left center; 
}
#footer section.social a.social-link, 
#footer section.social a.social-link:visited,
#footer section.social a.social-link:hover, 
#footer section.social a.social-link:focus, 
#footer section.social a.social-link:active {
	width: 100%; 
	height: auto; 
	display: block; 
	margin: 0; 
	padding: 8px 8px 8px 60px; 
/*	color: #365700; */
    color: #343332;
	font-size: 18px; 
	text-decoration: none; 
}

#footer section.social li.social-listitem.email             { background-image: url(https://images.icho-tee.de/basic/icons/social-icon-email.svg); width: 320px; }
#footer section.social li.social-listitem.email:hover, 
#footer section.social li.social-listitem.email:focus, 
#footer section.social li.social-listitem.email:active      { background-image: url(https://images.icho-tee.de/basic/icons/social-icon-email.svg); }

#footer section.social li.social-listitem.instagram         { background-image: url(https://images.icho-tee.de/basic/icons/social-icon-instagram.svg); width: 250px; }
#footer section.social li.social-listitem.instagram:hover, 
#footer section.social li.social-listitem.instagram:focus, 
#footer section.social li.social-listitem.instagram:active  { background-image: url(https://images.icho-tee.de/basic/icons/social-icon-instagram-hover.svg); }

#footer section.social li.social-listitem.youtube           { background-image: url(https://images.icho-tee.de/basic/icons/social-icon-youtube.svg); width: 250px; }
#footer section.social li.social-listitem.youtube:hover, 
#footer section.social li.social-listitem.youtube:focus, 
#footer section.social li.social-listitem.youtube:active    { background-image: url(https://images.icho-tee.de/basic/icons/social-icon-youtube-hover.svg); }






/**** SITEMAP ****/


section.sitemap { 
    top: -560px !important; 
    height: 250px !important; 
    padding-top: 20px !important; 
/*    border-bottom: 1px solid #b4c8af; */
    border-bottom: 1px solid #ccc; 
}

section.sitemap h2 {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 1px; 
    height: 1px; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    font-size: 20px; 
    line-height: 2em; 
    font-weight: 400; 
    font-style: normal; 
    color: transparent !important; 
}

div.nav.sitemap {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    border: 0px solid transparent; 
}

div.sitemapColumn {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    width: 24%; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: inline-block; 
}
div.sitemapColumn:nth-child(1) { width: 20%; }
div.sitemapColumn:nth-child(2) { width: 25%; }
div.sitemapColumn:nth-child(3) { width: 25%; }
div.sitemapColumn:nth-child(4), 
div.sitemapColumn:nth-child(5) { width: 30%; }

div.sitemapColumn.service { margin-top: 40px; }

h3.sitemapLabel {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0 0 10px 0; 
    padding: 0; 
    display: block; 
    font-size: 15px; 
	font-weight: 500; 
    line-height: 1em; 
    letter-spacing: .025em; 
	text-transform: uppercase; 
/*    color: #365700; */
    color: #343332;
}

div.sitemapColumn ul {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
}

div.sitemapColumn ul li {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 5px 0px; 
    display: block; 
    list-style-type: none; 
}

div.sitemapColumn ul li a, 
div.sitemapColumn ul li a:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
    font-size: 12px; 
    line-height: 1em; 
    font-weight: 400; 
    text-decoration: none; 
/*    color: #82926d; */
    color: #4e4c4b;
}

div.sitemapColumn ul li a:hover, 
div.sitemapColumn ul li a:active {
    text-decoration: none; 
/*    color: #365700; */
    color: #343332;
}





/**** FOOTER TYPO ****/

#footer, 
#footer p, 
#footer .gutter,
#footer .inforow, 
#footer .leftrow, 
#footer .rightrow, 
#footer a, 
#footer a:visited { 
    font-size: 14px; 
    line-height: 1.6em; 
    font-weight: 500;
    letter-spacing: 0; 
/*    color: #82926d; */
    color: #4e4c4b;
    text-align: left; 
}

#footer .rightrow { 
    text-align: center !important; 
}

#footer a:hover, 
#footer a:active {
    text-decoration: none;
/*    color: #365700 !important; */
    color: #343332 !important;
}

section.gutter .leftrow a, 
section.gutter .leftrow a:visited {
/*    color: #365700 !important; */
    color: #343332 !important;

}

section.gutter .leftrow a:hover, 
section.gutter .leftrow a:active {
    text-decoration: underline !important; 
}




/**** COPYRIGHT ****/

section.copyright { 
    top: -248px !important; 
    left: 230px !important; 
    width: 450px !important; 
    padding: 0 !important; 
}





/**** WEBSITE BY ****/

section.websiteby {
    margin-top: -200px !important; 
}

section.websiteby a, 
section.websiteby a:visited, 
section.websiteby a:hover, 
section.websiteby a:active {
    position: relative; 
    bottom: 0; 
    right: 0; 
    width: 100%; 
    height: 100%; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    text-decoration: none; 
    background-image: url(https://www.editionjp.com/images/extern/website-by-edition-jp.svg); 
    background-repeat: no-repeat; 
    background-size: 100px 100px; 
    background-position: center; 
}













/* PRODUCT OVERVIEW ****************************************************/

.product-overview {
	width: 100%; 
	height: auto; 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
.product-overview-title {
    position: relative; 
	display: block; 
	margin: 0 auto; 
	padding: 50px 0; 
/*	color: #2d4000; */
	text-align: center; 
	font-size: 35px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: -.002em; 
}

a.scroll-above:not([href]):not([tabindex]) {
    position: absolute;
    top: -50px;
}

.product-overview-wrapper {
	width: 940px;  
	height: auto; 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}

.product-overview-item {
	position: relative; 
	width: 48%; 
	height: 450px; 
	display: inline-block; 
	margin: 0 auto; 
	padding: 50px 0; 
/*
	border: 8px solid #fff;
    background-color: #eef2e4;
*/
    border: 8px solid #eee;
    background-color: #fff;
}
.product-overview-item:nth-child(odd) { 
	border-bottom: none; 
}
.product-overview-item:nth-child(even) { 
	border-bottom: none; 
	border-left: none; 
    left: -4px;
}
.product-overview-item:nth-last-of-type(2) { 
	border-bottom: 8px solid #eee; 
}
.product-overview-item:nth-last-of-type(1) { 
	border-bottom: 8px solid #eee; 
}

a.product-overview-item-link, 
a.product-overview-item-link:visited, 
a.product-overview-item-link:hover, 
a.product-overview-item-link:focus, 
a.product-overview-item-link:active {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	height: 100%; 
	display: block; 
	text-decoration: none !important; 
    transition: all .3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
a.product-overview-item-link:hover {
    background-color: rgba(0,0,0,.05);
}
a.product-overview-item-link:focus,
a.product-overview-item-link:active,
a.product-overview-item-link:focus:active {
    background-color: rgba(0,0,0,.1);
}

.product-overview h3 span.product-eyebrow, 
.product-overview h3 span.product-title, 
.product-overview span.product-subtitle, 
.product-overview span.product-price, 
.product-overview span.product-packUnit, 
.product-overview span.product-gotopage {
	position: relative; 
	z-index: 1; 
	display: block; 
	margin: 0 auto; 
	padding: 0 50px; 
	color: #2d4000; 
	line-height: 1em; 
	letter-spacing: .025em; 
}

.product-overview h3 span.product-eyebrow {
	margin-bottom: 5px; 
	/*color: #789632;*/ color: #00b8b8; 
	font-size: 18px; 
	font-weight: 700; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
}
.product-overview h3 span.product-title {
	margin-bottom: 5px; 
	font-size: 30px; 
	font-weight: 600; 
	text-transform: uppercase; 
}
.product-overview-item.MATCHA.REFERENZ .product-overview h3 span.product-title {
    font-size: 28px;
}

.product-overview span.product-subtitle {
	margin-bottom: 20px; 
	font-size: 20px; 
	font-weight: 400; 
}
.product-overview span.product-price {
	display: inline-block; 
	margin: 0; 
	padding-right: 0; 
	font-size: 18px; 
	font-weight: 500; 
}
.product-overview span.product-packUnit {
	display: inline-block; 
	margin-bottom: 20px; 
	padding: 0; 
	font-size: 16px; 
	font-weight: 400; 
}
.product-overview span.product-gotopage {
	width: 230px; 
	margin: 275px auto 0 auto; 
	padding: 8px; 
	background-color: #00b8b8; 
	border-radius: 4px; 
	text-align: center; 
	color: #fff; 
	font-size: 14px; 
	font-weight: 400; 
}
.product-overview span.product-gotopage::after {
	position: relative; 
	top: 1px; 
	width: 11px; 
	height: 11px; 
	content: ""; 
	display: inline-block; 
	margin: 0 0 0 5px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-white.svg);
	background-size: 100%;
	background-repeat: no-repeat;	
}

img.product-thumbnail {
	position: absolute; 
	left: 0; 
	bottom: 100px; 
	width: 60%; 
	height: auto; 
	z-index: 0; 
	margin-left: 20%; 
}

.product-overview.watanabe img.product-thumbnail { bottom: 75px; }





















/* PRODUCT CONTAINER NEW 2019 *****************************************/



.product-container {
	position: relative; 
    top: 0; 
    left: 50%; 
    height: auto; 
    width: 1920px; 
    margin: 0 0 0 -960px; 
    padding: 0; 
    display: block; 
    overflow: hidden; 
}

.product-container.hasbgrimg {
	background-repeat: no-repeat; 
    background-position: center top; 
    background-size: 1920px auto; 
}

/*
.product-container.hasbgrimg.localnav-bgr {
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: no-repeat; 
    background-size: 1920px 250px; 
}
*/

#cc-m-10017489286, /* SENCHA ASANOKA */
#cc-m-9675627586,  /* SENCHA KIKU */
#cc-m-9496212686,  /* SENCHA NO 1 */
#cc-m-10166188286, /* SENCHA YUKO */
#cc-m-9496439986,  /* SENCHA NO 2 */
#cc-m-10244418486, /* SENCHA GESHI */
#cc-m-9496217686,  /* SENCHA NO 3 */
#cc-m-9496442686,  /* KUKICHA */
#cc-m-9457298886,  /* GYOKURO */
#cc-m-9496545786,  /* KABUSECHA */
#cc-m-10017515886, /* GENMAICHA */
#cc-m-9496443386,  /* TENCHA ONE */
#cc-m-9679164586,  /* BIO MATCHA PURE */
#cc-m-9978970886,   /* TEEBECHER PORZELLAN WEISS */
#cc-m-9690758586,  /* TEE-GESCHICHTEN */
#cc-m-10154321086, /* DER TEEWEG */
#cc-m-10272542286, /* TEE MIT PLATON*/
#cc-m-10272542886 /* ETWAS TEE? */
{
	background-repeat: no-repeat; 
	background-size: 3000px; 
/*	background-position: center top; */
    background-position: center 10px; 
}
#cc-m-10017489286 { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-asanoka-hero.jpg); }                   /* SENCHA ASANOKA */
#cc-m-9675627586  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-kiku-hero.jpg); }                      /* SENCHA KIKU */
#cc-m-9496212686  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-no-1-hero.jpg); }                      /* BIO SENCHA NO 1 */
#cc-m-10166188286 { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-yuko-hero.jpg); }                      /* SENCHA YUKO */
#cc-m-9496439986  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-no-2-hero.jpg); }                      /* BIO SENCHA NO 2 */
#cc-m-10244418486 { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-geshi-hero.jpg); }                     /* BIO SENCHA GESHI */
#cc-m-9496217686  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-sencha-no-3-hero.jpg); }                      /* Bio SENCHA NO 3 */
#cc-m-9496442686  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-kukicha-hero.jpg); }                          /* BIO KUKICHA */
#cc-m-9457298886  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-gyokuro-hero.jpg); }                          /* BIO GYOKURO */
#cc-m-9496545786  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-kabusecha-hero.jpg); }                            /* KABUSECHA */
#cc-m-10017515886 { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-genmaicha-hero.jpg); }                        /* BIO GENMAICHA */
#cc-m-9496443386  { background-image: url(https://images.icho-tee.de/gruentee/product-hero/itchoo-bio-tencha-one-hero.jpg); }                       /* BIO TENCHA ONE */
#cc-m-9679164586  { background-image: url(https://images.icho-tee.de/gruentee-matcha/product-hero/itchoo-bio-matcha-pure-hero.jpg); }               /* BIO MATCHA PURE */
#cc-m-9978970886  { background-image: url(https://images.icho-tee.de/utensilien/teebecher-porzellan-weiss/teebecher-porzellan-weiss-hero.jpg); }    /* TEEBECHER PORZELLAN WEISS */
#cc-m-9690758586  { background-image: url(https://images.icho-tee.de/utensilien/buecher/product-hero/tee-geschichten-buch-hero.jpg); }              /* TEE-GESCHICHTEN */
#cc-m-10154321086 { background-image: url(https://images.icho-tee.de/utensilien/buecher/product-hero/der-teeweg-buch-hero.jpg); }                   /* DER TEEWEG */
#cc-m-10272542286 { background-image: url(https://images.icho-tee.de/utensilien/buecher/product-hero/tee-mit-platon-buch-hero.jpg); }               /* TEE MIT PLATON */
#cc-m-10272542886 { background-image: url(https://images.icho-tee.de/utensilien/buecher/product-hero/etwas-tee-buch-hero.jpg); }                    /* ETWAS TEE? */




.product-container .wrapper {
	position: relative; 
	height: auto; 
	float: left; 
	display: inline-block; 
	margin: 170px 0 0 0; 
	padding: 0; 
}

.product-container .wrapper.left {
	width: 45%; 
}

.product-container .wrapper.right {
	width: 55%; 
}



/*** PRODUCT IMAGE ***/

.product-container figure.product-image {
	width: auto; 
	height: auto; 
	display: block; 
	margin: 0; 
	padding: 0 50px 0 0; 
}

.product-container figure.product-image img {
	width: 500px; 
	height: 867px; 
	float: right; 
	display: block; 
}


/*** PRODUCT TITLE + TEXTS + ... ***/

.product-container span.product-title-eyebrow, 
.product-container h1.product-title, 
.product-container h2.product-subtitle, 
.product-container h2.product-details-title, 
.product-container p.product-details-packunit, 
.product-container p.product-description, 
.product-container p.product-social-tag,
.product-container p.product-details-text, 
.product-container ul.product-details-list { 
	max-width: 500px; 
	display: block; 
	padding-left: 50px; 
/*	color: #2d4000; */
    color: #111;
}
.cc-shop-product-desc p.product-details-packunit /* für 3er Set Artikel */  {
    padding-bottom: 25px; 
	color: #2d4000; 
}
.product-container span.product-title-eyebrow {
	margin: 50px 0 15px 0; 
	/*color: #789632;*/ color: #00b8b8; 
	font-size: 20px; 
	font-weight: 500; 
	letter-spacing: .025em; 
	line-height: 1em; 
	text-transform: uppercase; 
}

.product-container h1.product-title {
	margin: 0 0 10px 0; 
	font-size: 45px; 
	font-weight: 600; 
	letter-spacing: .025em; 
	line-height: 1em; 
/*	text-transform: uppercase; */
}
.product-container h1.product-title span.eyebrow {
	display: block; 
	margin: 50px 0 15px 0; 
	/*color: #789632;*/ 
    color: #00b8b8;
	font-size: 22px; 
	font-weight: 600; 
	letter-spacing: .1em; 
	line-height: 1em; 
	text-transform: uppercase; 
}

.product-container h2.product-subtitle {
	margin: 0 0 30px 0; 
}

.product-container h2.product-details-title {
	margin: 0 0 20px 0; 
}

.product-container h2.product-subtitle, 
.product-container h2.product-details-title, 
.product-container p.product-details-packunit, 
.cc-shop-product-desc p.product-details-packunit /* für 3er Set Artikel */ {
	font-size: 28px; 
	font-weight: 400; 
	letter-spacing: 0; 
	line-height: 1.1em; 
}

.product-container p.product-description, 
.product-container p.product-social-tag,
.product-container p.product-details-text {
	margin: 0 0 50px 0; 
	font-size: 20px; 
	font-weight: 400; 
	letter-spacing: 0; 
	line-height: 1.8em; 
}

.product-container p.product-social-tag::before {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 30px; 
    height: 30px; 
    vertical-align: middle; 
    display: inline-block;
    margin: 0 15px; 
    content: '';
    background-repeat: no-repeat; 
    background-size: 30px; 
    background-image: url(https://images.icho-tee.de/basic/icons/social-icon-instagram-00b8b8.svg);
}

.product-container p.product-social-tag a, 
.product-container p.product-social-tag a:visited {
/*  color: #789632;*/ 
    color: #00b8b8;
    text-decoration: none; 
    font-weight: 500; 
    vertical-align: middle; 
    display: inline-block; 
    margin: 0; 
}
.product-container p.product-social-tag a:hover, 
.product-container p.product-social-tag a:focus, 
.product-container p.product-social-tag a:active {
    text-decoration: underline; 
}

.product-container p.product-social-tag a::after {
	position: relative; 
	top: 1px; 
	width: 14px; 
	height: 14px; 
	content: ""; 
	display: inline-block; 
	margin-left: 10px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-00b8b8.svg);
	background-size: 100%;
	background-repeat: no-repeat;	
}


.product-container h1.textWhite, 
.product-container h2.textWhite, 
.product-container h3.textWhite, 
.product-container p.textWhite {
	color: #fff; 
}

.product-container h1.textWhite.textShadow, 
.product-container h2.textWhite.textShadow, 
.product-container h3.textWhite.textShadow, 
.product-container p.textWhite.textShadow {
	text-shadow: 0 0 50px #2d4000; 
	font-weight: 500; 
	letter-spacing: 0; 
}




/*** PRODUCT DETAILS PACKUNIT ***/

.product-container p.product-details-packunit {
	margin: 0 0 50px 0; 
}




/*** PRODUCT DETAILS LIST ***/

.product-container ul.product-details-list {
	width: auto; 
	height: auto; 
	display: block; 
	margin: 0 0 0 50px; 
	padding: 0; 
	list-style-type: none; 
}

.product-container ul.product-details-list {
	margin-bottom: 20px; 
}

.product-container ul.product-details-list li {
	width: auto; 
	height: auto; 
	display: inline-block; 
	margin: 0 auto; 
	padding: 0 70px 0 0; 
	list-style-type: none; 
	text-align: left; 
}

ul.product-details-list li .title, 
ul.product-details-list li .info {
	width: auto; 
	height: auto; 
	display: block; 
	margin: 0; 
	padding: 0; 
	text-align: left; 
}

ul.product-details-list li .title {
	font-size: 13px;
	line-height: 1em; 
	font-weight: 400; 
	letter-spacing: .1em; 	
	opacity: 0.75; 
}

ul.product-details-list li .info {
	font-size: 30px; 
	line-height: 1em; 
	font-weight: 200; 
	letter-spacing: 0em; 
	padding: 10px 0; 
}
ul.product-details-list li .info::after { 
	position: relative; 
	left: 4px; 
	opacity: 0.75; 
	font-weight: 400; 
	letter-spacing: .1em; 
	text-transform: lowercase; 
}
ul.product-details-list li .info.infusions::after { 
	top: 5px; 
	content: '×'; 
	font-size: 20px; 
}
ul.product-details-list li .info.liter::after { 
	top: 3px; 
	content: 'Liter'; 
	font-size: 13px; 
}
ul.product-details-list li .info.cent::after { 
	top: 3px; 
	content: 'Cent'; 
	font-size: 13px; 
}



/*** PRODUCT BIOLABEL ***/

p.product-biolabel { 
	position: absolute; 
	bottom: -90px; 
	vertical-align: middle; 
	margin: 0 0 50px 0; 
	color: #2d4000; 
	font-size: 14px; 
	font-weight: 500; 
	letter-spacing: .025em; 
	line-height: 1em; 
}
p.product-biolabel::before, 
p.product-biolabel::after { 
	position: relative; 
	top: 13px; 
	display: inline-block; 
	content: ""; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}
p.product-biolabel::before { 
	margin-right: 15px; 
    width: 51px; 
	height: 38px; 
	background-image: url(https://images.icho-tee.de/gruentee/product-label/itchoo-bio-label.jpg); 
}
p.product-biolabel::after { 
	margin-left: 15px; 
    width: 63px; 
	height: 38px; 
	background-image: url(https://images.icho-tee.de/gruentee/product-label/itchoo-jas-organic-label.png); 
}


/*** ORIGINAL PRODUCT LABEL ***/

p.original-product-label { 
	position: absolute; 
	bottom: -50px; 
	vertical-align: middle; 
	margin: 0; 
	color: transparent; 
	font-size: 14px; 
	font-weight: 500; 
	letter-spacing: .025em; 
	line-height: 1em; 
}

p.original-product-label::after {
    position: relative; 
	top: 0; 
    left: -245px;
	display: inline-block; 
	content: ""; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
    margin-left: 15px; 
    width: 133px; 
	height: 38px; 
	background-image: url(https://images.icho-tee.de/basic/label/original-product-made-in-japan.svg); 
}



/*** JAPAN TRADITIONAL CRAFTS LABEL ***/

p.original-product-japan-traditional-crafts-label { 
	position: absolute; 
	bottom: -50px; 
	vertical-align: middle; 
	margin: 0; 
	color: transparent; 
	font-size: 14px; 
	font-weight: 500; 
	letter-spacing: .025em; 
	line-height: 1em; 
}

p.original-product-japan-traditional-crafts-label::after {
    position: relative; 
	top: 0; 
    left: -15px;
	display: inline-block; 
	content: ""; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
    margin-left: 15px; 
    width: 285px; 
	height: 38px; 
	background-image: url(https://images.icho-tee.de/basic/label/original-product-japan-traditional-crafts-label.svg); 
}









/*** HPRODUCT  *************/

/* 10166188386 */

#cc-m-product-10017489386 .hproduct,  /* SENCHA ASANOKA */
#cc-m-product-9675627686  .hproduct,  /* SENCHA KIKU */
#cc-m-product-9457295586  .hproduct,  /* Gyokuro */
#cc-m-product-10354168686 .hproduct,  /* Gyokuro 90g */
#cc-m-product-9496212786  .hproduct,  /* Sencha No 1 */
#cc-m-product-10354070486 .hproduct,  /* Sencha No 1 90g */
#cc-m-product-9675990286  .hproduct,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 .hproduct,  /* Sencha Yuko */
#cc-m-product-9496440086  .hproduct,  /* Sencha No 2 */
#cc-m-product-10244418586 .hproduct,  /* Sencha Geshi */
#cc-m-product-9675995686  .hproduct,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786  .hproduct,  /* Sencha No 3 */
#cc-m-product-9675996986  .hproduct,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 .hproduct,  /* Sencha Soshu */
#cc-m-product-9496442786  .hproduct,  /* Kukicha */
#cc-m-product-9676000986  .hproduct,  /* Kukicha OLD HARVEST */
#cc-m-product-9496545886  .hproduct,  /* Kabusecha */
#cc-m-product-10017515986 .hproduct,  /* Genmaicha */
#cc-m-product-10354145986 .hproduct,  /* Genmaicha 90g */
#cc-m-product-9496443486  .hproduct,  /* TENCHA ONE */
#cc-m-product-9492988086  .hproduct,  /* Watanabe Shincha */
#cc-m-product-9492878286  .hproduct,  /* Watanabe Premium Tee */
#cc-m-product-9587525886  .hproduct,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786  .hproduct,  /* Watanabe Tee */
#cc-m-product-9587540186  .hproduct,  /* Watanabe Tee 3er Set */
#cc-m-product-9676005686  .hproduct,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786  .hproduct,  /* Watanabe Kukicha */
#cc-m-product-9492879786  .hproduct,  /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886  .hproduct,  /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586  .hproduct,  /* Bio Matcha Pure */
#cc-m-product-9690758686  .hproduct,  /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 .hproduct,  /* DER TEEWEG */
#cc-m-product-10272542386 .hproduct,  /* TEE MIT PLATON */
#cc-m-product-10272542986 .hproduct,  /* ETWAS TEE? */
#cc-m-product-9978970886  .hproduct,  /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9978970986  .hproduct,  /* TEEBECHER PORZELLAN WEISS GROSS */
#cc-m-product-9978999286  .hproduct   /* TEEBECHER PORZELLAN WEISS KLEIN */
{
	width: 960px !important; 
	min-height: 100px; 
	padding: 25px 0 125px 0 !important; 
}

#cc-m-product-10017489386 .cc-shop-product-img,  /* SENCHA ASANOKA */
#cc-m-product-9675627686  .cc-shop-product-img,  /* SENCHA KIKU */
#cc-m-product-9457295586  .cc-shop-product-img,  /* Gyokuro */
#cc-m-product-10354168686 .cc-shop-product-img,  /* Gyokuro */
#cc-m-product-9496212786  .cc-shop-product-img,  /* Sencha No 1 */
#cc-m-product-10354070486 .cc-shop-product-img,  /* Sencha No 1 90g */
#cc-m-product-9675990286  .cc-shop-product-img,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 .cc-shop-product-img,  /* Sencha Yuko */
#cc-m-product-9496440086  .cc-shop-product-img,  /* Sencha No 2 */
#cc-m-product-10244418586 .cc-shop-product-img,  /* Sencha Geshi */
#cc-m-product-9675995686  .cc-shop-product-img,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786  .cc-shop-product-img,  /* Sencha No 3 */
#cc-m-product-9675996986  .cc-shop-product-img,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 .cc-shop-product-img,  /* Sencha SOSHU */
#cc-m-product-9496442786  .cc-shop-product-img,  /* Kukicha */
#cc-m-product-9676000986  .cc-shop-product-img,  /* Kukicha OLD HARVEST */
#cc-m-product-9496545886  .cc-shop-product-img,  /* Kabusecha */
#cc-m-product-10017515986 .cc-shop-product-img,  /* Genmaicha */
#cc-m-product-10354145986 .cc-shop-product-img,  /* Genmaicha 90g */
#cc-m-product-9496443486  .cc-shop-product-img,  /* TENCHA ONE */
#cc-m-product-9492988086  .cc-shop-product-img,  /* Watanabe Shincha */
#cc-m-product-9492878286  .cc-shop-product-img,  /* Watanabe Premium Tee */
#cc-m-product-9587525886  .cc-shop-product-img,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786  .cc-shop-product-img,  /* Watanabe Tee */
#cc-m-product-9587540186  .cc-shop-product-img,  /* Watanabe Tee 3er Set */
#cc-m-product-9676005686  .cc-shop-product-img,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786  .cc-shop-product-img,  /* Watanabe Kukicha */
#cc-m-product-9492879786  .cc-shop-product-img,  /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886  .cc-shop-product-img,  /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586  .cc-shop-product-img,  /* Bio Matcha Pure */
#cc-m-product-9690758686  .cc-shop-product-img,  /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 .cc-shop-product-img,  /* DER TEEWEG */
#cc-m-product-10272542386 .cc-shop-product-img,  /* TEE MIT PLATON */
#cc-m-product-10272542986 .cc-shop-product-img,  /* ETWAS TEE? */
#cc-m-product-9978970886  .cc-shop-product-img   /* TEEBECHER PORZELLAN WEISS */
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	content: ''; 
}

#cc-m-product-10017489386 .cc-shop-product-desc,  /* SENCHA ASANOKA */
#cc-m-product-9675627686  .cc-shop-product-desc,  /* SENCHA KIKU */
#cc-m-product-9457295586  .cc-shop-product-desc,  /* Gyokuro */
#cc-m-product-10354168686 .cc-shop-product-desc,  /* Gyokuro 90g */
#cc-m-product-9496212786  .cc-shop-product-desc,  /* Sencha No 1 */
#cc-m-product-10354070486 .cc-shop-product-desc,  /* Sencha No 1 90g */
#cc-m-product-9675990286  .cc-shop-product-desc,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 .cc-shop-product-desc,  /* Sencha Yuko */
#cc-m-product-9496440086  .cc-shop-product-desc,  /* Sencha No 2 */
#cc-m-product-10244418586 .cc-shop-product-desc,  /* Geshi */
#cc-m-product-9675995686  .cc-shop-product-desc,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786  .cc-shop-product-desc,  /* Sencha No 3 */
#cc-m-product-9675996986  .cc-shop-product-desc,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 .cc-shop-product-desc,  /* Sencha SOSHU */
#cc-m-product-9496442786  .cc-shop-product-desc,  /* Kukicha */
#cc-m-product-9676000986  .cc-shop-product-desc,  /* Kukicha OLD HARVEST */
#cc-m-product-9496545886  .cc-shop-product-desc,  /* Kabusecha */
#cc-m-product-9496443486  .cc-shop-product-desc,  /* TENCHA ONE */
#cc-m-product-10017515986 .cc-shop-product-desc,  /* Genmaicha */
#cc-m-product-10354145986 .cc-shop-product-desc,  /* Genmaicha 90g */
#cc-m-product-9492988086  .cc-shop-product-desc,  /* Watanabe Shincha */
#cc-m-product-9492878286  .cc-shop-product-desc,  /* Watanabe Premium Tee */
#cc-m-product-9587525886  .cc-shop-product-desc,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786  .cc-shop-product-desc,  /* Watanabe Tee */
#cc-m-product-9587540186  .cc-shop-product-desc,  /* Watanabe Tee 3er Set */
#cc-m-product-9676005686  .cc-shop-product-desc,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786  .cc-shop-product-desc,  /* Watanabe Kukicha */
#cc-m-product-9492879786  .cc-shop-product-desc,  /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886  .cc-shop-product-desc,  /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586  .cc-shop-product-desc,  /* Bio Matcha Pure */
#cc-m-product-9690758686  .cc-shop-product-desc,  /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 .cc-shop-product-desc,  /* DER TEEWEG */
#cc-m-product-10272542386 .cc-shop-product-desc,  /* TEE MIT PLATON */
#cc-m-product-10272542986 .cc-shop-product-desc,  /* ETWAS TEE? */
#cc-m-product-9978970886  .cc-shop-product-desc,  /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9978970986  .cc-shop-product-desc,  /* TEEBECHER PORZELLAN WEISS GROSS */
#cc-m-product-9978999286  .cc-shop-product-desc   /* TEEBECHER PORZELLAN WEISS KLEIN */
{
	width: 500px !important; 
	margin: 0 0 0 435px !important; 
}

#cc-m-product-10017489386 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* SENCHA ASANOKA */
#cc-m-product-9675627686  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* SENCHA KIKU */
#cc-m-product-9457295586  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Gyokuro */ 
#cc-m-product-10354168686 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Gyokuro 90g */ 
#cc-m-product-9496212786  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 1 */
#cc-m-product-10354070486 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 1 90g */
#cc-m-product-9675990286  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha Yuko */
#cc-m-product-9496440086  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 2 */
#cc-m-product-10244418586 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha Geshi */
#cc-m-product-9675995686  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 3 */
#cc-m-product-9675996986  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Sencha SOSHU */
#cc-m-product-9496442786  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Kukicha */
#cc-m-product-9676000986  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Kukicha OLD HARVEST */
#cc-m-product-9496545886  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Kabusecha */
#cc-m-product-9496443486  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* TENCHA ONE */
#cc-m-product-10017515986 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Genmaicha */
#cc-m-product-10354145986 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Genmaicha 90g */
#cc-m-product-9492988086  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Shincha */
#cc-m-product-9492878286  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Premium Tee */
#cc-m-product-9587525886  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Tee */
#cc-m-product-9587540186  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Tee 3er Set */
#cc-m-product-9676005686  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Kukicha */
#cc-m-product-9492879786  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* Bio Matcha Pure */
#cc-m-product-9978970886  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9690758686  .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* DER TEEWEG */
#cc-m-product-10272542386 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value,  /* TEE MIT PLATON */
#cc-m-product-10272542986 .cc-shop-product-price-item.cc-shop-product-price-current.cc-shop-price.cc-shop-price-value   /* ETWAS TEE? */

{ 
	font-size: 32px !important; 
	font-weight: 500 !important; 
}

#cc-m-product-10017489386 p.prodPackunit,  /* SENCHA ASANOKA */
#cc-m-product-9675627686  p.prodPackunit,  /* SENCHA KIKU */
#cc-m-product-9457295586  p.prodPackunit,  /* Gyokuro */
#cc-m-product-10354168686 p.prodPackunit,  /* Gyokuro 90g */
#cc-m-product-9496212786  p.prodPackunit,  /* Sencha No 1 */
#cc-m-product-10354070486 p.prodPackunit,  /* Sencha No 1 90g */
#cc-m-product-9675990286  p.prodPackunit,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 p.prodPackunit,  /* Sencha Yuko */
#cc-m-product-9496440086  p.prodPackunit,  /* Sencha No 2 */
#cc-m-product-10244418586 p.prodPackunit,  /* Sencha Geshi */
#cc-m-product-9675995686  p.prodPackunit,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496440886  p.prodPackunit,  /* Sencha No 3 */
#cc-m-product-9675996986  p.prodPackunit,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 p.prodPackunit,  /* Sencha SOSHU */
#cc-m-product-9496442786  p.prodPackunit,  /* Kukicha */
#cc-m-product-9676000986  p.prodPackunit,  /* Kukicha OLD HARVEST */
#cc-m-product-9496545886  p.prodPackunit,  /* Kabusecha */
#cc-m-product-9496443486  p.prodPackunit,  /* TENCHA ONE */
#cc-m-product-10017515986 p.prodPackunit,  /* Genmaicha */
#cc-m-product-10354145986 p.prodPackunit,  /* Genmaicha 90g */
#cc-m-product-9492988086  p.prodPackunit,  /* Watanabe Shincha */
#cc-m-product-9492878286  p.prodPackunit,  /* Watanabe Premium Tee */
#cc-m-product-9587525886  p.prodPackunit,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786  p.prodPackunit,  /* Watanabe Tee */
#cc-m-product-9587540186  p.prodPackunit,  /* Watanabe Tee 3er Set */
#cc-m-product-9676005686  p.prodPackunit,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786  p.prodPackunit,  /* Watanabe Kukicha */
#cc-m-product-9492879786  p.prodPackunit,  /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886  p.prodPackunit,  /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586  p.prodPackunit,  /* Bio Matcha Pure */
#cc-m-product-9978970886  p.prodPackunit,  /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9690758686  p.prodPackunit,  /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 p.prodPackunit,  /* DER TEEWEG */
#cc-m-product-10272542386 p.prodPackunit,  /* TEE MIT PLATON */
#cc-m-product-10272542986 p.prodPackunit   /* ETWAS TEE? */

{ 
	bottom: 150px !important;
	left: 0 !important;
	font-size: 22px !important; 
	letter-spacing: .025em !important; 
	font-weight: 400 !important; 
	text-transform: none !important; 
}

#cc-m-product-10017489386 a.cc-shop-addtocard, #cc-m-product-10017489386 a.cc-shop-addtocard:visited,  /* SENCHA ASANOKA */
#cc-m-product-9675627686 a.cc-shop-addtocard, #cc-m-product-9675627686 a.cc-shop-addtocard:visited,    /* SENCHA KIKU */
#cc-m-product-9457295586 a.cc-shop-addtocard, #cc-m-product-9457295586 a.cc-shop-addtocard:visited,    /* Gyokuro */ 
#cc-m-product-10354168686 a.cc-shop-addtocard, #cc-m-product-10354168686 a.cc-shop-addtocard:visited,  /* Gyokuro 90g */ 
#cc-m-product-9496212786 a.cc-shop-addtocard, #cc-m-product-9496212786 a.cc-shop-addtocard:visited,    /* Sencha No 1 */
#cc-m-product-10354070486 a.cc-shop-addtocard, #cc-m-product-10354070486 a.cc-shop-addtocard:visited,  /* Sencha No 1 90g */
#cc-m-product-9675990286 a.cc-shop-addtocard, #cc-m-product-9675990286 a.cc-shop-addtocard:visited,    /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 a.cc-shop-addtocard, #cc-m-product-10166188386 a.cc-shop-addtocard:visited,  /* Sencha Yuko */
#cc-m-product-9496440086 a.cc-shop-addtocard, #cc-m-product-9457295586 a.cc-shop-addtocard:visited,    /* Sencha No 2 */
#cc-m-product-10244418586 a.cc-shop-addtocard, #cc-m-product-10244418586 a.cc-shop-addtocard:visited,  /* Sencha Geshi */
#cc-m-product-9675995686 a.cc-shop-addtocard, #cc-m-product-9675995686 a.cc-shop-addtocard:visited,    /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786 a.cc-shop-addtocard, #cc-m-product-9496217786 a.cc-shop-addtocard:visited,    /* Sencha No 3 */
#cc-m-product-9675996986 a.cc-shop-addtocard, #cc-m-product-9675996986 a.cc-shop-addtocard:visited,    /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 a.cc-shop-addtocard, #cc-m-product-10354172986 a.cc-shop-addtocard:visited,  /* Sencha SOSHU */
#cc-m-product-9496442786 a.cc-shop-addtocard, #cc-m-product-9457295586 a.cc-shop-addtocard:visited,    /* Kukicha */
#cc-m-product-9676000986 a.cc-shop-addtocard, #cc-m-product-9676000986 a.cc-shop-addtocard:visited,    /* Kukicha OLD HARVEST */
#cc-m-product-9496545886 a.cc-shop-addtocard, #cc-m-product-9457295586 a.cc-shop-addtocard:visited,    /* Kabusecha */
#cc-m-product-9496443486 a.cc-shop-addtocard, #cc-m-product-9457295586 a.cc-shop-addtocard:visited,    /* TENCHA ONE */
#cc-m-product-10017515986 a.cc-shop-addtocard, #cc-m-product-10017515986 a.cc-shop-addtocard:visited,  /* Genmaicha */
#cc-m-product-10354145986 a.cc-shop-addtocard, #cc-m-product-10354145986 a.cc-shop-addtocard:visited,  /* Genmaicha 90g */
#cc-m-product-9492988086 a.cc-shop-addtocard, #cc-m-product-9492988086 a.cc-shop-addtocard:visited,    /* Watanabe Shincha */
#cc-m-product-9492878286 a.cc-shop-addtocard, #cc-m-product-9492988886 a.cc-shop-addtocard:visited,    /* Watanabe Premium Tee */
#cc-m-product-9587525886 a.cc-shop-addtocard, #cc-m-product-9587525886 a.cc-shop-addtocard:visited,    /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786 a.cc-shop-addtocard, #cc-m-product-9492988886 a.cc-shop-addtocard:visited,    /* Watanabe Tee */
#cc-m-product-9587540186 a.cc-shop-addtocard, #cc-m-product-9587540186 a.cc-shop-addtocard:visited,    /* Watanabe Tee 3er Set */
#cc-m-product-9676005686 a.cc-shop-addtocard, #cc-m-product-9676005686 a.cc-shop-addtocard:visited,    /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786 a.cc-shop-addtocard, #cc-m-product-9492988886 a.cc-shop-addtocard:visited,    /* Watanabe Kukicha */
#cc-m-product-9492879786 a.cc-shop-addtocard, #cc-m-product-9492988886 a.cc-shop-addtocard:visited,    /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886 a.cc-shop-addtocard, #cc-m-product-9492988886 a.cc-shop-addtocard:visited,    /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586 a.cc-shop-addtocard, #cc-m-product-8894116586 a.cc-shop-addtocard:visited,    /* Bio Matcha Pure */
#cc-m-product-9978970886 a.cc-shop-addtocard, #cc-m-product-9978970886 a.cc-shop-addtocard:visited,    /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9690758686 a.cc-shop-addtocard, #cc-m-product-9690758586 a.cc-shop-addtocard:visited,    /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 a.cc-shop-addtocard, #cc-m-product-10154321186 a.cc-shop-addtocard:visited,  /* DER TEEWEG */
#cc-m-product-10272542386 a.cc-shop-addtocard, #cc-m-product-10272542386 a.cc-shop-addtocard:visited,  /* TEE MIT PLATON */
#cc-m-product-10272542986 a.cc-shop-addtocard, #cc-m-product-10272542986 a.cc-shop-addtocard:visited   /* ETWAS TEE? */

{
	background-color: #00b8b8 !important; 
	background-image: linear-gradient(#00b8b8, #00b8b8) !important; 
	background-repeat: repeat !important; 
	border: 0 solid #00b8b8 !important; 
	border-radius: 50px !important; 
	margin: 10px 0 0 120px !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 1em !important;
	letter-spacing: .025em !important;
	font-weight: 400 !important; 
	text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
}

#cc-m-product-10017489386 a.cc-shop-addtocard.cc-addtocard-disabled,  /* SENCHA ASANOKA */
#cc-m-product-9675627686 a.cc-shop-addtocard.cc-addtocard-disabled,   /* SENCHA KIKU */
#cc-m-product-9457295586 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Gyokuro */
#cc-m-product-10354168686 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Gyokuro 90g */
#cc-m-product-9496212786 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Sencha No 1 */
#cc-m-product-10354070486 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Sencha No 1 90g */
#cc-m-product-9675990286 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Sencha Yuko */
#cc-m-product-9496440086 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Sencha No 2 */
#cc-m-product-10244418586 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Sencha Geshi */
#cc-m-product-9675995686 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Sencha No 3 */
#cc-m-product-9675996986 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Sencha SOSHU */
#cc-m-product-9496442786 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Kukicha */
#cc-m-product-9676000986 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Kukicha OLD HARVEST */
#cc-m-product-9496545886 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Kabusecha */
#cc-m-product-9496443486 a.cc-shop-addtocard.cc-addtocard-disabled,   /* TENCHA ONE */
#cc-m-product-10017515986 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Genmaicha */
#cc-m-product-10354145986 a.cc-shop-addtocard.cc-addtocard-disabled,  /* Genmaicha 90g */
#cc-m-product-9492988086 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Shincha */
#cc-m-product-9492878286 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Premium Tee */
#cc-m-product-9587525886 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Tee */
#cc-m-product-9587540186 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Tee 3er Set */
#cc-m-product-9676005686 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Kukicha */
#cc-m-product-9492879786 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586 a.cc-shop-addtocard.cc-addtocard-disabled,   /* Bio Matcha Pure */
#cc-m-product-9978970886 a.cc-shop-addtocard.cc-addtocard-disabled,   /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9690758686 a.cc-shop-addtocard.cc-addtocard-disabled,   /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 a.cc-shop-addtocard.cc-addtocard-disabled,  /* DER TEEWEG */
#cc-m-product-10272542386 a.cc-shop-addtocard.cc-addtocard-disabled,  /* TEE MIT PLATON */
#cc-m-product-10272542986 a.cc-shop-addtocard.cc-addtocard-disabled   /* ETWAS TEE? */

{
	padding: 10px 40px !important; 
	color: #eef2e4 !important; 
	opacity: 1 !important; 
}

#cc-m-product-10017489386 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* SENCHA ASANOKA */
#cc-m-product-9675627686 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* SENCHA KIKU */
#cc-m-product-9457295586 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Gyokuro */
#cc-m-product-10354168686 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Gyokuro 90g */
#cc-m-product-9496212786 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Sencha No 1 */
#cc-m-product-10354070486 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Sencha No 1 90g */
#cc-m-product-9675990286 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Sencha No 1 OLD HARVEST */
#cc-m-product-10166188386 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Sencha Yuko */
#cc-m-product-9496440086 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Sencha No 2 */
#cc-m-product-10244418586 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Sencha Geshi */
#cc-m-product-9675995686 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Sencha No 2 OLD HARVEST */
#cc-m-product-9496217786 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Sencha No 3 */
#cc-m-product-9675996986 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Sencha No 3 OLD HARVEST */
#cc-m-product-10354172986 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Sencha SOSHU */
#cc-m-product-9496442786 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Kukicha */
#cc-m-product-9676000986 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Kukicha OLD HARVEST */
#cc-m-product-9496545886 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Kabusecha */
#cc-m-product-9496443486 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* TENCHA ONE */
#cc-m-product-10017515986 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Genmaicha */
#cc-m-product-10354145986 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* Genmaicha 90g */
#cc-m-product-9492988086 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Shincha */
#cc-m-product-9492878286 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Premium Tee */
#cc-m-product-9587525886 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Premium Tee 3er Set */
#cc-m-product-9492871786 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Tee */
#cc-m-product-9587540186 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Tee 3er Set */
#cc-m-product-9676005686 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9492878786 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Kukicha */
#cc-m-product-9492879786 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Instant Cold Brew Tea */
#cc-m-product-9492988886 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Watanabe Grüntee Pulver */
#cc-m-product-8894116586 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* Bio Matcha Pure */
#cc-m-product-9978970886 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* TEEBECHER PORZELLAN WEISS */
#cc-m-product-9690758686 a.cc-shop-addtocard.cc-addtocard-disabled::after,   /* TEE-GESCHICHTEN */
#cc-m-product-10154321186 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* DER TEEWEG */
#cc-m-product-10272542386 a.cc-shop-addtocard.cc-addtocard-disabled::after,  /* TEE MIT PLATON */
#cc-m-product-10272542986 a.cc-shop-addtocard.cc-addtocard-disabled::after   /* ETWAS TEE? */

{
	position: absolute; 
	bottom: 10px; 
	right: 0; 
    width: 200px;
    height: 15px;
    z-index: 9999999;
    margin: 0;
    padding: 10px 20px;
	content: 'Momentan nicht verfügbar'; 
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: .025em;
    color: #222;
    text-align: center;
    border: 1px solid #222;
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #ffffff;
    
}

#cc-m-product-9492988086 a.cc-shop-addtocard.cc-addtocard-disabled::after /* Watanabe Shincha */
{ 
    padding-right: 20px !important; 
    padding-left: 20px !important; 
    content: 'Momentan nicht verfügbar'; 
}





/*** 3er SET ARTIKEL & OLD HARVEST ***/

#cc-m-product-9587525886 .hproduct,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9587540186 .hproduct,  /* Watanabe Tee 3er Set */
#cc-m-product-9675990286 .hproduct,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-9675995686 .hproduct,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9675996986 .hproduct,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-9676000986 .hproduct,  /* Kukicha OLD HARVEST */
#cc-m-product-9676005686 .hproduct,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9978999286 .hproduct  /* TEEBECHER PORZELLAN WEISS */
    { padding-top: 75px !important; }

#cc-m-product-9587525886,  /* Watanabe Premium Tee 3er Set */
#cc-m-product-9587540186,  /* Watanabe Tee 3er Set */
#cc-m-product-9675990286,  /* Sencha No 1 OLD HARVEST */
#cc-m-product-9675995686,  /* Sencha No 2 OLD HARVEST */
#cc-m-product-9675996986,  /* Sencha No 3 OLD HARVEST */
#cc-m-product-9676000986,  /* Kukicha OLD HARVEST */
#cc-m-product-9676005686,  /* Watanabe Tee OLD HARVEST*/
#cc-m-product-9978999286  /* TEEBECHER PORZELLAN WEISS */
    { background-color: rgba(255, 255, 255, 0.5); }




.hproduct select {
	/* width: 500px; */
	margin-bottom: 20px; 
	padding: 10px; 
	background-color: #fff; 
	border: none; 
	color: #2d4000; 
	font-size: 14px; 
}






/*** PRODUCT FURTHERINFO + ASIDE *************/

.product-info-wrapper {
	width: 100%; 
	height: auto; 
	background-color: #fff; 
}
.product-keydata, 
.product-region, 
.product-aboutTeaCategory, 
.product-storage, 
.product-infusions, 
.product-aside { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 1000px; 
	height: auto; 
	display: block; 
	margin: 0 auto; 
}
.product-keydata h2, 
.product-region h2, 
.product-aboutTeaCategory h2, 
.product-storage h2, 
.product-infusions h2, 
.product-aside h2, 
.product-aside h3 {
/*	max-width: 550px; */
	color: #000; 
	font-size: 28px; 
	font-weight: 600; 
	letter-spacing: 0; 
	line-height: 1.1em; 
    text-transform: uppercase;
}
.product-keydata p, 
.product-region p,  
.product-aboutTeaCategory p,
.product-storage h3, 
.product-storage p, 
.product-infusions h3, 
.product-infusions p,  
.product-aside h3 { 
/*	max-width: 500px; */
/*	color: #2d4000; */
    color: #333;
	font-size: 20px; 
	font-weight: 400; 
	letter-spacing: .025em; 
	line-height: 1.45em; 
}
.product-keydata p small, 
.product-region p small, 
.product-aboutTeaCategory p small, 
.product-infusions h3 small, 
.product-infusions p small, 
.product-aside h3 small { line-height: 1.1em; }

.product-info-wrapper p a, 
.product-info-wrapper p a:visited {
	color: #2d4000; 
	font-weight: 500; 
	text-decoration: none; 
}
.product-info-wrapper p a:hover, 
.product-info-wrapper p a:focus, 
.product-info-wrapper p a:active {
	text-decoration: underline; 
}
.product-info-wrapper p a::after {
	position: relative; 
	top: 1px; 
	width: 13px; 
	height: 13px; 
	content: ""; 
	display: inline-block; 
	margin-right: 5px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-darkgreen.svg);
	background-size: 100%;
	background-repeat: no-repeat;	
}

a.textlink, 
.product-info-wrapper a.textlink, 
.hero-section a.textlink {
/*	color: #789632 !important; */
    color: #00b8b8 !important;
	text-decoration: underline; 
	cursor: pointer; 
}
.product-info-wrapper a.textlink::after {
	content: none; 
}



/*** KEYDATA ***/

.product-keydata {
	height: 2100px;
	padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.product-keydata.teegeschichten { height: 800px; }

.product-keydata .wrapper {
    width: 900px;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0 50px;
}

.product-keydata figure.product-keydata-image, 
.product-keydata figure.product-keydata-image img {
	width: 350px; 
	height: 350px; 	
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
.product-keydata figure.product-keydata-image { margin-top: 65px; }

.product-keydata h2 {
    margin-top: 50px;
	margin-bottom: 15px;
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: none;
    border-top: 1px solid #ccc;
}

ul.product-keydata-list {
	display: block;
	margin: 0;
	padding: 0;
}

ul.product-keydata-list li {
	display: block; 
	margin: 0; 
	padding: 12.5px 0; 
	list-style-type: none; 
}
ul.product-keydata-list li h3,
ul.product-keydata-list li h4,
ul.product-keydata-list li p, 
ul.product-keydata-list li ul {
    position: relative; 
	display: inline-block; 
	margin: 0; 
    font-size: 20px;
    line-height: 1.5em;
}
ul.product-keydata-list li h3 {
	width: 25%; 
	float: left; 
	color: #000;
    font-weight: 600;
    letter-spacing: 0;
}
ul.product-keydata-list li h4 {
    width: 25%; 
	float: left; 
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
}

ul.product-keydata-list li h3.with-badge::after {
    position: absolute;
    top: 0;
    right: 32px;
    border: 1.5px solid #00b9b9;
    border-radius: 8px;
    color: #00b8b8;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0em;
    line-height: 1em;
    padding: 3px 6px;
}
ul.product-keydata-list li h3.with-badge.recommendation::after {
    content: 'Empfehlung'
}

ul.product-keydata-list li.has-scale {
    height: 28px; 
}
ul.product-keydata-list li p, 
ul.product-keydata-list li.has-scale ul {
    width: 75%;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
}
ul.product-keydata-list li.has-scale ul.scale.xs { width: 25%; }
ul.product-keydata-list li.has-scale ul.scale.sm { width: 35%; }
ul.product-keydata-list li.has-scale ul.scale.md { width: 50%; }
ul.product-keydata-list li.has-scale ul.scale.lg { width: 60%; }

ul.product-keydata-list li.has-scale ul.scale {
    height: 27px;
    border-bottom: 1px solid #000;
    padding-left: 0;
    display: inline-block;
    list-style-type: none;
    text-align: justify;
}
ul.product-keydata-list li.has-scale ul.scale::after {
    width: 100%;
    content: '';
    display: inline-block;
}
ul.product-keydata-list li.has-scale ul.scale li {
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    font-size: 16px;
}

/*
ul.product-keydata-list li.has-scale ul.scale li::after {
    position: absolute;
    bottom: 5px;
    right: -5px;
    content: '';
    width: 1px;
    height: 6px;
    display: inline-block;
    margin: 0;
    background-color: #000;
}
ul.product-keydata-list li.has-scale ul.scale li:last-child::after {
    content: none;
}
*/

ul.product-keydata-list li.has-scale ul.scale li.current {
    text-align: left;
}
ul.product-keydata-list li.has-scale ul.scale li.current::before {
    position: relative;
    bottom: -11px;
    left: 50%; 
    width: 8px;
    height: 8px;
    display: inline-block;
    content: '';
    margin: 0 auto; 
    border-radius: 100px; 
    background-color: #000;
    text-align: center;
}

ul.product-keydata-list li.has-scale ul.scale::before {
    position: absolute;
    bottom: -5px;
    left: -1000000%;
    width: 8px;
    height: 8px;
    display: inline-block;
    content: '';
    margin: 0 auto; 
    border-radius: 100px; 
    background-color: #000;
}
ul.product-keydata-list li.has-scale ul.scale.at-0::before   { left: 0%; }
ul.product-keydata-list li.has-scale ul.scale.at-1::before   { left: 1%; }
ul.product-keydata-list li.has-scale ul.scale.at-2::before   { left: 2%; }
ul.product-keydata-list li.has-scale ul.scale.at-3::before   { left: 3%; }
ul.product-keydata-list li.has-scale ul.scale.at-4::before   { left: 4%; }
ul.product-keydata-list li.has-scale ul.scale.at-5::before   { left: 5%; }
ul.product-keydata-list li.has-scale ul.scale.at-6::before   { left: 6%; }
ul.product-keydata-list li.has-scale ul.scale.at-7::before   { left: 7%; }
ul.product-keydata-list li.has-scale ul.scale.at-8::before   { left: 8%; }
ul.product-keydata-list li.has-scale ul.scale.at-9::before   { left: 9%; }
ul.product-keydata-list li.has-scale ul.scale.at-10::before  { left: 10%; }
ul.product-keydata-list li.has-scale ul.scale.at-11::before  { left: 11%; }
ul.product-keydata-list li.has-scale ul.scale.at-12::before  { left: 12%; }
ul.product-keydata-list li.has-scale ul.scale.at-13::before  { left: 13%; }
ul.product-keydata-list li.has-scale ul.scale.at-14::before  { left: 14%; }
ul.product-keydata-list li.has-scale ul.scale.at-15::before  { left: 15%; }
ul.product-keydata-list li.has-scale ul.scale.at-16::before  { left: 16%; }
ul.product-keydata-list li.has-scale ul.scale.at-17::before  { left: 17%; }
ul.product-keydata-list li.has-scale ul.scale.at-18::before  { left: 18%; }
ul.product-keydata-list li.has-scale ul.scale.at-19::before  { left: 19%; }
ul.product-keydata-list li.has-scale ul.scale.at-20::before  { left: 20%; }
ul.product-keydata-list li.has-scale ul.scale.at-21::before  { left: 21%; }
ul.product-keydata-list li.has-scale ul.scale.at-22::before  { left: 22%; }
ul.product-keydata-list li.has-scale ul.scale.at-23::before  { left: 23%; }
ul.product-keydata-list li.has-scale ul.scale.at-24::before  { left: 24%; }
ul.product-keydata-list li.has-scale ul.scale.at-25::before  { left: 25%; }
ul.product-keydata-list li.has-scale ul.scale.at-26::before  { left: 26%; }
ul.product-keydata-list li.has-scale ul.scale.at-27::before  { left: 27%; }
ul.product-keydata-list li.has-scale ul.scale.at-28::before  { left: 28%; }
ul.product-keydata-list li.has-scale ul.scale.at-29::before  { left: 29%; }
ul.product-keydata-list li.has-scale ul.scale.at-30::before  { left: 30%; }
ul.product-keydata-list li.has-scale ul.scale.at-31::before  { left: 31%; }
ul.product-keydata-list li.has-scale ul.scale.at-32::before  { left: 32%; }
ul.product-keydata-list li.has-scale ul.scale.at-33::before  { left: 33%; }
ul.product-keydata-list li.has-scale ul.scale.at-34::before  { left: 34%; }
ul.product-keydata-list li.has-scale ul.scale.at-35::before  { left: 35%; }
ul.product-keydata-list li.has-scale ul.scale.at-36::before  { left: 36%; }
ul.product-keydata-list li.has-scale ul.scale.at-37::before  { left: 37%; }
ul.product-keydata-list li.has-scale ul.scale.at-38::before  { left: 38%; }
ul.product-keydata-list li.has-scale ul.scale.at-39::before  { left: 39%; }
ul.product-keydata-list li.has-scale ul.scale.at-40::before  { left: 40%; }
ul.product-keydata-list li.has-scale ul.scale.at-41::before  { left: 41%; }
ul.product-keydata-list li.has-scale ul.scale.at-41::before  { left: 42%; }
ul.product-keydata-list li.has-scale ul.scale.at-42::before  { left: 43%; }
ul.product-keydata-list li.has-scale ul.scale.at-43::before  { left: 44%; }
ul.product-keydata-list li.has-scale ul.scale.at-45::before  { left: 45%; }
ul.product-keydata-list li.has-scale ul.scale.at-46::before  { left: 46%; }
ul.product-keydata-list li.has-scale ul.scale.at-47::before  { left: 47%; }
ul.product-keydata-list li.has-scale ul.scale.at-48::before  { left: 48%; }
ul.product-keydata-list li.has-scale ul.scale.at-49::before  { left: 49%; }
ul.product-keydata-list li.has-scale ul.scale.at-50::before  { left: 50%; }
ul.product-keydata-list li.has-scale ul.scale.at-51::before  { left: 51%; }
ul.product-keydata-list li.has-scale ul.scale.at-52::before  { left: 52%; }
ul.product-keydata-list li.has-scale ul.scale.at-53::before  { left: 53%; }
ul.product-keydata-list li.has-scale ul.scale.at-54::before  { left: 54%; }
ul.product-keydata-list li.has-scale ul.scale.at-55::before  { left: 55%; }
ul.product-keydata-list li.has-scale ul.scale.at-56::before  { left: 56%; }
ul.product-keydata-list li.has-scale ul.scale.at-57::before  { left: 57%; }
ul.product-keydata-list li.has-scale ul.scale.at-58::before  { left: 58%; }
ul.product-keydata-list li.has-scale ul.scale.at-59::before  { left: 59%; }
ul.product-keydata-list li.has-scale ul.scale.at-60::before  { left: 60%; }
ul.product-keydata-list li.has-scale ul.scale.at-61::before  { left: 61%; }
ul.product-keydata-list li.has-scale ul.scale.at-62::before  { left: 62%; }
ul.product-keydata-list li.has-scale ul.scale.at-63::before  { left: 63%; }
ul.product-keydata-list li.has-scale ul.scale.at-64::before  { left: 64%; }
ul.product-keydata-list li.has-scale ul.scale.at-65::before  { left: 65%; }
ul.product-keydata-list li.has-scale ul.scale.at-66::before  { left: 66%; }
ul.product-keydata-list li.has-scale ul.scale.at-67::before  { left: 67%; }
ul.product-keydata-list li.has-scale ul.scale.at-68::before  { left: 68%; }
ul.product-keydata-list li.has-scale ul.scale.at-69::before  { left: 69%; }
ul.product-keydata-list li.has-scale ul.scale.at-70::before  { left: 70%; }
ul.product-keydata-list li.has-scale ul.scale.at-71::before  { left: 71%; }
ul.product-keydata-list li.has-scale ul.scale.at-72::before  { left: 72%; }
ul.product-keydata-list li.has-scale ul.scale.at-73::before  { left: 73%; }
ul.product-keydata-list li.has-scale ul.scale.at-74::before  { left: 74%; }
ul.product-keydata-list li.has-scale ul.scale.at-75::before  { left: 75%; }
ul.product-keydata-list li.has-scale ul.scale.at-76::before  { left: 76%; }
ul.product-keydata-list li.has-scale ul.scale.at-77::before  { left: 77%; }
ul.product-keydata-list li.has-scale ul.scale.at-78::before  { left: 78%; }
ul.product-keydata-list li.has-scale ul.scale.at-79::before  { left: 79%; }
ul.product-keydata-list li.has-scale ul.scale.at-80::before  { left: 80%; }
ul.product-keydata-list li.has-scale ul.scale.at-81::before  { left: 81%; }
ul.product-keydata-list li.has-scale ul.scale.at-82::before  { left: 82%; }
ul.product-keydata-list li.has-scale ul.scale.at-83::before  { left: 83%; }
ul.product-keydata-list li.has-scale ul.scale.at-84::before  { left: 84%; }
ul.product-keydata-list li.has-scale ul.scale.at-85::before  { left: 85%; }
ul.product-keydata-list li.has-scale ul.scale.at-86::before  { left: 86%; }
ul.product-keydata-list li.has-scale ul.scale.at-87::before  { left: 87%; }
ul.product-keydata-list li.has-scale ul.scale.at-88::before  { left: 88%; }
ul.product-keydata-list li.has-scale ul.scale.at-89::before  { left: 89%; }
ul.product-keydata-list li.has-scale ul.scale.at-90::before  { left: 90%; }
ul.product-keydata-list li.has-scale ul.scale.at-91::before  { left: 91%; }
ul.product-keydata-list li.has-scale ul.scale.at-92::before  { left: 92%; }
ul.product-keydata-list li.has-scale ul.scale.at-93::before  { left: 93%; }
ul.product-keydata-list li.has-scale ul.scale.at-94::before  { left: 94%; }
ul.product-keydata-list li.has-scale ul.scale.at-95::before  { left: 95%; }
ul.product-keydata-list li.has-scale ul.scale.at-96::before  { left: 96%; }
ul.product-keydata-list li.has-scale ul.scale.at-97::before  { left: 97%; }
ul.product-keydata-list li.has-scale ul.scale.at-98::before  { left: 98%; }
ul.product-keydata-list li.has-scale ul.scale.at-99::before  { left: 99%; }
ul.product-keydata-list li.has-scale ul.scale.at-100::before { left: 100%; }


.scale.cup-color {
    background-image: linear-gradient(to right, #89E576, #82DC45, #A0F044, #B0F575, #D1FF90, #DAFA85, #FFD200, #BE8700);
}
/*
.scale.cup-color li.bluish-green  { background-color: #89E576; }
.scale.cup-color li.rich-green    { background-color: #82DC45; }
.scale.cup-color li.shiny-green   { background-color: #A0F044; }
.scale.cup-color li.fresh-green   { background-color: #B0F575; }
.scale.cup-color li.light-green   { background-color: #D1FF90; }
.scale.cup-color li.yellow-green  { background-color: #DAFA85; }
.scale.cup-color li.golden        { background-color: #FFD200; }
.scale.cup-color li.amber         { background-color: #BE8700; }
*/





/*** REGION ***/

.product-region { 
	min-height: 400px; 
	padding: 50px 0 0 0; 
}
.product-region.kabusecha { min-height: 700px; }

.product-region .wrapper {
	float: left; 
	display: inline-block; 
	margin: 0; 
	padding: 0; 
}
.product-region .wrapper.left { width: 40%; }
.product-region .wrapper.right { width: 60%; }

.product-region figure.product-region-map, 
.product-region figure.product-region-map img {
	width: 400px; 
	height: 400px; 	
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
.product-region h2 {
	padding-left: 50px; 
	margin-top: 50px; 
	margin-bottom: 20px; 
}
 .product-region p { 
	padding-left: 50px; 
	margin-bottom: 50px; 
}




/*** ABOUT TEA CATEGORY ***/

.product-aboutTeaCategory { 
	min-height: 500px; 
	padding: 0 0 100px 0; 
}
.product-aboutTeaCategory .wrapper {
	float: left; 
	display: inline-block; 
	margin: 0; 
	padding: 0; 
}
.product-aboutTeaCategory .wrapper.left { width: 40%; }
.product-aboutTeaCategory .wrapper.right { width: 60%; }

.product-aboutTeaCategory figure, 
.product-aboutTeaCategory figure img {
	width: 400px; 
	height: 400px; 	
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
.product-aboutTeaCategory h2 {
	margin-top: 0; 
	margin-bottom: 20px; 
	padding-left: 50px; 
}
 .product-aboutTeaCategory p { 
	margin-bottom: 50px; 
	 padding-left: 50px; 
}




/*** STORAGE ***/

.product-storage {
	min-height: 230px; 
	padding: 0 0 50px 0; 
}
.product-storage .wrapper {
	float: left; 
	display: inline-block; 
	margin: 0; 
	padding: 0; 
}
.product-storage .wrapper.left { width: 250px; }
.product-storage .wrapper.right { width: 750px; }

.product-storage figure, 
.product-storage figure img {
	width: 150px; 
	height: 150px; 	
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}
.product-storage h2 {
	margin-top: 0; 
	margin-bottom: 20px; 
	padding-left: 50px; 
}
 .product-storage p { 
	max-width: 100%; 
	margin-bottom: 50px; 
	padding-left: 50px; 
}




/*** INFUSIONS ***/

.product-infusions { 
	min-height: 800px; 
	padding: 50px 0 150px 0; 
	background-image: url(https://images.icho-tee.de/gruentee/itchoo-gruentee-product-infusions-icon.svg); 
	background-repeat: no-repeat; 
	background-size: 150px; 
	background-position: 100px 40px; 
}
.product-infusions.matcha { background-image: url(https://images.icho-tee.de/gruentee/itchoo-gruentee-product-preparing-matcha-icon.svg); }
.product-infusions.instantColdBrewTea { background-image: url(https://images.icho-tee.de/gruentee/itchoo-gruentee-product-infusions-instant-cold-brew-tea-icon.svg); }

.product-infusions .wrapper {
	float: left; 
	display: inline-block; 
	margin: 0; 
	padding: 0; 
}
/* .product-infusions .wrapper.left { width: 40%; }
.product-infusions .wrapper.right { width: 60%; } */

.product-infusions .wrapper.top { 
	width: auto; 
	display: block; 
	margin: 0 auto 50px 300px; 
	padding: 0; 
	text-align: left
}
.product-infusions .wrapper.top h2, 
.product-infusions .wrapper.top h3, 
.product-infusions .wrapper.top p {
	max-width: 100%; 
}
.product-infusions .wrapper.top h2 {
	display: block; 
	margin-bottom: 10px; 
}
.product-infusions .wrapper.top h3, 
.product-infusions .wrapper.top p {
	display: inline; 
	font-size: 20px; 
	font-weight: 300;
}
/*
.product-infusions h3 {
	max-width: 500px; 
	margin-bottom: 10px; 
	line-height: 1.1em; 
}
.product-infusions .wrapper.top p {
	margin-bottom: 20px; 
	line-height: 1.1em; 
	font-size: 16px; 
}
*/
.product-infusions .wrapper.row {
	width: 100%; 
	margin-bottom: 10px; 
}
.product-infusions .wrapper.row .left, 
.product-infusions .wrapper.row .right {
	vertical-align: top; 
	display: inline-block; 
	margin: 0 auto; 
	font-size: 18px; 
	letter-spacing: .025em;
	line-height: 1.8em;
}
.product-infusions .wrapper.row .left {
	width: 150px; 
	padding-left: 300px; 
	color: #1f2c00;
	font-weight: 500;
}
.product-infusions .wrapper.row .right {
	width: 500px; 
	font-weight: 400;
}
.product-infusions p.temperaturAngabe {
	font-size: 30px !important; 
	line-height: 1em !important; 
	font-weight: 200 !important; 
	letter-spacing: 0em !important; 
}
.product-infusions p.temperaturAngabe small { font-size: 14px; font-weight: 400; }

.product-infusions .wrapper.row.mengen, 
.product-infusions .wrapper.row.ziehzeiten { 
	margin-bottom: 50px; 
}
.product-infusions .wrapper.row.temperatur span {
	width: auto; 
	display: inline-block; 
	margin-right: 10px; 
}
.product-infusions .wrapper.row.aufgussnr span, 
.product-infusions .wrapper.row.ziehzeiten span, 
.product-infusions .wrapper.row.kaltaufgussnr span, 
.product-infusions .wrapper.row.kaltaufgussziehzeiten span {
	width: 80px; 
	display: inline-block; 
	margin-right: 10px; 
}
.product-infusions .wrapper.row.aufgussnr.houjicha span, 
.product-infusions .wrapper.row.ziehzeiten.houjicha span {
	width: 40px; 
	margin-right: 5px; 
}
.ausfuehrlicheanleitung a, 
.ausfuehrlicheanleitung a:visited {
	width: 60%; 
	cursor: pointer; 
	display: none; 
	margin: 75px auto; 
	padding: 25px 0; 
	border-top: 1px solid #c3d19e;; 
	border-bottom: 1px solid #c3d19e;; 
	text-align: center; 
	/*color: #789632;*/ 
    color: #00b8b8; 
	text-decoration: none; 
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.8em; 
}
.ausfuehrlicheanleitung a:hover,
.ausfuehrlicheanleitung a:focus, 
.ausfuehrlicheanleitung a:active {
	/*color: #789632;*/ 
    color: #00b8b8; 
	text-decoration: underline; 
}
.ausfuehrlicheanleitung a::after {
	position: relative; 
	top: 1px; 
	width: 15px; 
	height: 15px; 
	content: ""; 
	display: inline-block; 
	margin: 0 0 0 10px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-green.svg);
	background-size: 100%;
	background-repeat: no-repeat;	
}




/*** ASIDE ***/

.product-aside {
	min-height: 300px; 
	padding: 100px 0; 
}
.product-aside h2, 
.product-aside h3 { 
	max-width: 100%; 
	display: block; 
	margin: 0 auto; 
	text-align: center; 
}
.product-aside h3 {
	margin-bottom: 50px; 
}
.product-aside ul.recommendation-list {
	width: 90%; 
	height: auto; 
	display: block; 
	margin: 0 auto; 
	padding: 0 5%; 
	list-style-type: none; 
	text-align: center; 
}
.product-aside ul.recommendation-list li {
	width: 250px; 
	height: 250px; 
	display: inline-block; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-align: center; 
}
.product-aside ul.recommendation-list li:nth-child(2) {
	margin: 0 65px; 
}
.product-aside a.recommendation-link {
	position: relative; 
	width: 100%; 
	height: 100%; 
}
.product-aside a.recommendation-link, 
.product-aside a.recommendation-link span {
	display: block; 
	text-align: center; 
	text-decoration: none; 
}
.product-aside span.recommendation-title, 
.product-aside span.recommendation-subtitle {
	position: relative; 
	display: block; 
	width: 100%; 
	letter-spacing: .025em; 
}
.product-aside span.recommendation-title {
	margin-top: 20px; 
	color: #2d4000; 
	font-size: 22px; 
	font-weight: 500; 
	text-transform: uppercase; 
}
.product-aside span.recommendation-subtitle {
	margin-top: 5px; 
	color: #788559; 
	font-size: 18px; 
	font-weight: 400; 
}
.product-aside img.recommendation-picture {
	width: 100%; 
	height: 100%;  
}



/*** END —— PRODUCT CONTAINER NEW 2019 *****************************************/












/* ARTICLE HERO *****************************************/


article.hero {
    position: relative; 
    top: 0; 
    bottom: 0; 
    left: 50%; 
    height: auto; 
    width: 1920px; 
    margin: 0px 0px 100px -960px; 
    padding: 0; 
    display: block; 
    overflow: hidden; 
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: 1920px auto; 
}

.heroHeader {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0px auto 100px auto; 
    padding: 0; 
    display: block; 
}


.heroHeader h1, 
.heroHeader h2, 
.heroHeader p,
.heroHeader ul {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 900px; 
    height: auto; 
    padding: 0; 
    display: block; 
    letter-spacing: .027em; 
    text-align: center; 
}

.heroHeader h1 {
    margin: 100px auto 0px auto;
    font-family: 'Alatsi', Source Sans Pro, sans-serif !important;
    font-size: 55px;
    line-height: 1em; 
    font-weight: 400; 
	text-transform: uppercase; 
    letter-spacing: .027em;
/*	letter-spacing: -.002em; */
}

.heroHeader h2 {
    margin: 10px auto 0; 
    font-size: 30px; 
    line-height: 1em; 
    font-weight: 500; 
/*	letter-spacing: -.002em;*/
    letter-spacing: .027em;
}

.heroHeader p,
.heroHeader ul {
    margin: 40px auto 0px auto;  
    font-size: 25px; 
	font-weight: 400; 
    line-height: 1.6em; 
    letter-spacing: .027em;
}

.heroHeader h1.darkgreen, 
.heroHeader h2.darkgreen, 
.heroHeader p.darkgreen, 
.heroHeader a span.darkgreen {
    /* color: #6d9f00 ; */
/*    color: #355300; */
    color: #222;
}

.heroHeader h1.black, 
.heroHeader h2.black, 
.heroHeader p.black, 
.heroHeader ul.black, 
.heroHeader a span.black {
    color: #000; 
}

.heroHeader h1.white, 
.heroHeader h2.white, 
.heroHeader p.white, 
.heroHeader ul.white, 
.heroHeader a span.white {
    color: #fff; 
}
.heroHeader h1.white.withshadow, 
.heroHeader h2.white.withshadow, 
.heroHeader p.white.withshadow, 
.heroHeader ul.white.withshadow, 
.heroHeader a span.white.withshadow {
	text-shadow: 0 0 10px #2d4000; 
}


.heroHeader a, 
.heroHeader a:visited, 
.heroHeader a:hover, 
.heroHeader a:active {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    padding: 0px 20px; 
    display: block; 
    text-decoration: none; 
    text-align: center; 
}

.heroHeader a span {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 10px 0px; 
    display: inline-block; 
    opacity: 0.8; 
    font-size:  20px; 
    font-weight: 300; 
    line-height: 1em; 
    text-decoration: none; 
    text-align: center; 
}

.heroHeader a span.chevronright {
    position: relative; 
    top: 5px; 
    left: 0; 
    width: 12px; 
    height: 12px; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    opacity: 0.8; 
    text-decoration: none; 
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: 12px 12px; 
}

.heroHeader a:hover span {
    opacity: 1; 
}

.heroHeader a span.chevronright.darkgreen {
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-darkgreen.svg); 
}
.heroHeader a span.chevronright.white {
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-white.svg); 
}
.heroHeader ul.checked, 
.heroHeader ul.checked li {
    list-style-type: none;
    line-height: 1em;
}
.heroHeader ul.checked li::before {
    position: relative;
    top: 14px;  
	left: 0;
	width: 25px;
	height: 37px;
	display: inline-block;
    margin-right: 10px;
	content: '';
    background-repeat: no-repeat;
    background-size: 100% auto; 
}
.heroHeader ul.checked li::before,
.heroHeader ul.checked li.ckecked::before       { background-image: url(https://images.icho-tee.de/basic/icons/check-black.svg); }
.heroHeader ul.checked li.ckecked-white::before { background-image: url(https://images.icho-tee.de/basic/icons/check-white.svg); }
.heroHeader ul.checked li.ckecked-blue::before  { background-image: url(https://images.icho-tee.de/basic/icons/check-00b8b8.svg); }



article.hero section.heroSection {
	margin: 0 auto; 
	padding: 25px 0; 
}

article.hero .heroSection-wrapper {
	position: relative; 
	left: 100px; 
	width: 650px; 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
} 
article.hero .heroSection h2.heroSection-title, 
article.hero .heroSection h3.heroSection-subtitle, 
article.hero .heroSection p.heroSection-desc, 
article.hero .heroSection .page-summary summary, 
article.hero .heroSection .page-summary ul { 
	margin: 0 auto; 
	padding: 0; 
/*	color: #2d4000;*/
    color: #111;
	text-shadow: none; 
	letter-spacing: -.002em;
}
article.hero .heroSection h2.heroSection-title {
	width: 100%; 
	display: block; 
	margin-bottom: 20px; 
	font-size: 35px; 
	font-weight: 500;
	line-height: 1em;
} 
article.hero .heroSection h3.heroSection-subtitle, 
article.hero .heroSection p.heroSection-desc { 
	width: auto; 
	display: inline; 
	font-size: 20px; 
	line-height: 1.6em;
}
article.hero .heroSection h3.heroSection-subtitle {
	font-weight: 500;	
}
article.hero .heroSection p.heroSection-desc {
	font-weight: 400;
}
article.hero .heroSection .page-summary {
    width: auto; 
    display: block; 
    margin: 30px 0;
}
article.hero .heroSection .page-summary summary {
    display: block; 
    margin: 15px 0;
    font-size: 20px; 
    font-weight: 500; 
    line-height: 1em; 
}
.page-summary ul {
    display: block; 
    margin: 0; 
    list-style-type: none; 
}
.page-summary li {
    display: block; 
    margin: 0; 
    padding: 10px 15px; 
    list-style-type: none; 
}
.page-summary a, 
.page-summary a:visited {
    font-size: 20px; 
    font-weight: 400; 
    line-height: 1em; 
    color: #09c; 
    text-decoration: none; 
}


section#heroFeatures {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 1920px; 
    height: 320px; 
    margin: 0 auto; 
    padding: 0; 
/*    background-color: #eef2e4; */
    border: 0 solid #fff;
    border-top: 4px solid #fff; 
    border-bottom: 4px solid #fff; 
}

ul#heroFeatList {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 1366px; 
    height: 100%; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    text-align: center; 
    border-right: 4px solid #fff; 
    border-left: 4px solid #fff; 
}

li.heroFeatListItem {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 450px; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    float: left;
    display: inline-block; 
    background-repeat: no-repeat; 
    background-position: 0 0; 
}

li.heroFeatListItem:nth-child(1) { border-right: 2px solid #fff; }
li.heroFeatListItem:nth-child(2) { border-right: 2px solid #fff; border-left: 2px solid #fff; }
li.heroFeatListItem:nth-child(3) { border-left: 2px solid #fff; }


li.heroFeatListItem a, 
li.heroFeatListItem a:visited, 
li.heroFeatListItem a:hover, 
li.heroFeatListItem a:active, 
li.heroFeatListItem img {
   position: relative; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
   margin: 0; 
   padding: 0; 
   display: block; 
   text-decoration: none; 
}

li.heroFeatListItem a img, li.heroFeatListItem img { border: 0; }

/* #articleText { margin-top: 300px; } */




@media (max-width: 1365px) {
	section#heroFeatures { height: 230px; }
	ul#heroFeatList { width: 980px; }
	li.heroFeatListItem { width: 32.5%; height: 100%; }
}










/* ASIDE ************************************************/

aside.crossover {
    position: relative; 
    top: 0; 
    left: 50%; 
    width: 1920px; 
    height: auto; 
    margin: 0px 0px 0px -960px; 
    padding: 0; 
    display: block; 
    overflow: hidden; 
    border-top: 10px solid #eef2e4; 
    border-bottom: 10px solid #eef2e4; 
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: 1920px auto; 
}

aside.crossover h2.darkgreen, 
aside.crossover h2.white {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    font-family: 'Source Sans Pro', sans-serif; 
    color: #355300; 
    font-size: 55px; 
    font-weight: lighter; 
    line-height: 1em; 
    letter-spacing: 1px; 
    text-align: center; 
}

aside.crossover h2.darkgreen, 
aside.crossover a span.darkgreen {
    color: #355300; 
    text-shadow: 0px 0px 10px #ffffff; 
}

aside.crossover h2.white, 
aside.crossover a span.white {
    color: #ffffff; 
    text-shadow: 0px 0px 10px #000000; 
}

aside.crossover a {
    position: relative; 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: inline-block; 
    text-decoration: none; 
    text-align: center; 
}

aside.crossover a span.darkgreen,  
aside.crossover a span.white {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 10px 0px; 
    display: inline-block; 
    opacity: 0.95; 
    font-size:  18px; 
    font-weight: 400; 
    line-height: 1em; 
    text-decoration: none; 
    text-align: center; 
}

aside.crossover a span:hover {
    opacity: 1; 
}

aside.crossover a span.chevronright {
    position: relative; 
    top: 4px; 
    left: 0; 
    width: 12px; 
    height: 12px; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-darkgreen.svg); 
    background-repeat: no-repeat; 
    background-size: 12px 12px; 
    background-position: center top; 
}





/* CROSSOVER GRUENTEE-UTENSILIEN ********/


aside.crossover.gruentee.utensilien {
    height: 550px; 
    background-image: url(https://images.icho-tee.de/gruentee/fuer-die-gruentee-zubereitung-utensilien-von-icho-tee.jpg); 
}

aside.crossover.gruentee a {
    width: 300px; 
    height: 300px; 
    padding: 0;
}

aside.crossover.gruentee a#teeschalen {
    top: 100px; 
    left: 150px; 
}

aside.crossover.gruentee a#kyusu {
    top: 100px; 
    left: 800px; 
}

aside.crossover.gruentee a span.chevronright {
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-white.svg);     
}





/* CROSSOVER MATCHA-UTENSILIEN ********/


aside.crossover.matcha.utensilien {
    height: 550px; 
    /* background-image: url(https://images.icho-tee.de/gruentee-matcha/der-richtige-matcha-mit-utensilien-von-icho-tee.jpg); */
    background-color: #eef2e4; 
}

aside.crossover.matcha a {
    padding: 0;
    background-repeat: no-repeat; 
    background-position: center top; 
}

aside.crossover.matcha.utensilien a#matchaschalen {
    top: 40px; 
    left: 570px; 
    width: 350px; 
    height: 330px; 
    background-image: url(https://images.icho-tee.de/gruentee-matcha/matcha-schalen-von-icho-tee.png); 
    background-size: 350px 350px; 
    background-position: center center; 
}

aside.crossover.matcha.utensilien a#fuermatcha {
    top: 30px; 
    left: 530px; 
    width: 420px; 
    height: 430px; 
    background-image: url(https://images.icho-tee.de/gruentee-matcha/utensilien-fuer-matcha-von-icho-tee.png); 
    background-size: 420px 400px; 
    background-position: center center; 
}

aside.crossover.matcha.utensilien a#fuermatcha span {
    left: 40px; 
}





/* CROSSOVER TEEZEREMONIE-UTENSILIEN-AUF-ANFRAGE ********/


aside.crossover.teezeremonie-utensilien-auf-anfrage {
    height: 500px; 
    background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/weitere-teezeremonie-utensilien-von-icho-tee.jpg); 
}

aside.crossover.teezeremonie-utensilien-auf-anfrage h2 { margin-top: 100px; }

aside.crossover.teezeremonie-utensilien-auf-anfrage a {
    top: 0; 
    left: 0; 
    width: 500px; 
    height: 350px; 
    margin: 20px auto 0px auto; 
    display: block; 
}

aside.crossover.teezeremonie-utensilien-auf-anfrage a span.chevronright, 
aside.crossover.teezeremonie-utensilien-auf-anfrage a span.chevronright:hover {
    padding: 0; 
    border: none; 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-white.svg); 
}

aside.crossover.teezeremonie-erleben {
    height: 500px; 
    background-image: url(https://images.icho-tee.de/gruentee-matcha/erleben-sie-eine-japanische-teezeremonie.jpg); 
}

aside.crossover.teezeremonie-erleben h2 { margin-top: 50px; }

aside.crossover.teezeremonie-erleben a {
    top: 0; 
    left: 0; 
    width: 500px; 
    height: 350px; 
    margin: 5px auto 0px auto; 
    display: block; 
}

aside.crossover.teezeremonie-erleben a span.chevronright, 
aside.crossover.teezeremonie-erleben a span.chevronright:hover {
    padding: 0; 
    border: none; 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-white.svg); 
}





/* CROSSOVER RICHTIGER-MATCHA ********/


aside.crossover.richtigerMatcha {
    height: 550px; 
    background-image: url(https://images.icho-tee.de/gruentee-matcha/richtiger-matcha.jpg); 
    background-color: #eef2e4; 
}

aside.crossover.richtigerMatcha h2 { margin-top: 150px; }

aside.crossover.richtigerMatcha a {
    top: 0; 
    left: 0; 
    width: 500px; 
    height: 350px; 
    margin: 5px auto 0px auto; 
    display: block; 
}

aside.crossover.richtigerMatcha a span.chevronright, 
aside.crossover.richtigerMatcha a span.chevronright:hover {
    padding: 0; 
    border: none; 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-white.svg); 
}
















/* PAGE INTROHERO **************************/

.noJS { display:none !important; visibility:hidden !important; opacity:0 !important; }

#startPageI, #startPageII, #ueberIchoTeePage {
    position: absolute; 
    top: -200px; 
    left: 50%; 
    width: 1920px; 
    height: 1500px; 
    margin: 0px 0px 0px -960px; 
    padding: 0; 
    display: block; 
    opacity: 1; 
    visibility: visible; 
    overflow: hidden; 
    background-position: 50% 50%; 
    background-size: 1920px auto; 
}

#startPageI { z-index: 9999; background: transparent url(https://images.icho-tee.de/start/startPage-introheroI.jpg) no-repeat no-repeat 50% 50%; }

#startPageII { z-index: 9999; background: transparent url(https://images.icho-tee.de/start/startPage-introheroII.jpg) no-repeat no-repeat 50% 50%; }

#ueberIchoTeePage { z-index: 9999; background: transparent url(https://images.icho-tee.de/ueber-icho-tee/ueber-icho-tee-introhero.jpg) no-repeat no-repeat 50% 50%; }












/* START PAGE *********************************************/


main {}

.startpage-section {
    position: relative; 
    display: block; 
    margin: 0 auto; 
    padding: 0; 
}

.startpage-section.collection .unit-wrapper {
    position: relative; 
    width: 100%; 
    max-width: 1700px; 
    height: 650px; 
    display: block; 
    margin: 10px auto 0 auto; 
    padding: 0; 
}
.startpage-section.collection .unit-wrapper:first-child { margin-top: 0; }

a.unit-link {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 4; 
    text-decoration: none; 
    transition: all .3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
a.unit-link:hover {
/*     background-color: rgba(0,0,0,.1); */
}

.unit-wrapper .eyebrow,
h1.headline.pagetitle, 
h2.subhead.pagesubtitle,
h2.headline, 
h3.subhead,
h4.headline, 
h5.subhead,
a.unit-cta {
    position: relative; 
    z-index: 3; 
    display: block; 
    margin: 0 auto; 
    padding: 0; 
    line-height: 1.1em !important; 
    text-align: center !important; 
    color: #fff !important; 
}

.unit-wrapper .eyebrow.text-black,
h1.headline.pagetitle.text-black,
h2.subhead.pagesubtitle.text-black,
h2.headline.text-black,
h3.subhead.text-black,
h4.headline.text-black,
h5.subhead.text-black {
    color: #000 !important; 
}

.unit-wrapper .eyebrow {
    top: 100px;
}

.unit-wrapper .eyebrow-content {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 8px 16px;
    border: 2px solid #fff;
    border-radius: 50px; 
}
.unit-wrapper .eyebrow-content.text-black {
    color: #000 !important;
    border-color: #000 !important;
}

h1.headline.pagetitle, 
h2.headline {
    font-size: 55px !important; 
    font-weight: 600 !important; 
    letter-spacing: -.03em !important; 
    padding-top: 150px !important; 
}

h2.subhead.pagesubtitle, 
h3.subhead {
    font-size: 30px !important; 
    font-weight: 500 !important; 
    margin-top: 10px; 
}

h2.headline.withshadow, 
h3.subhead.withshadow { 
    text-shadow: 0 0 30px #000000;
}

h1.headline.pagetitle { 
    color: transparent !important; 
    height: 200px;
    background-image: url(https://images.icho-tee.de/basic/logo/itchoo-tee-logo-w.svg); 
    background-repeat: no-repeat; 
    background-size: 327px auto; 
    background-position: center bottom; 
    margin-bottom: 0; 
    padding-top: 25px !important;
}

h2.subhead.pagesubtitle {
/*    color: #000 !important;*/
    margin-top: 0 !important;
}

.link-group {
    text-align: center;
    display: block;
    margin: 25px auto 0 auto;
}

a.unit-cta, 
a.unit-cta:visited {
    z-index: 5; 
    display: inline-block;
    margin: 0; 
    font-size: 22px !important;
    font-weight: 500 !important; 
    text-decoration: none !important; 
    color: #fff !important;
    text-shadow: 0 0 20px #999 !important;
    background-color: #00b8b8;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all .5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
a.unit-cta:hover { 
    text-decoration: none !important; 
    background-color: #00b8b8;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}
a.unit-cta:focus, 
a.unit-cta:active, 
a.unit-cta:focus:active { 
    text-decoration: none !important; 
    background-color: #008484;
    box-shadow: 0 0 50px rgba(0,0,0,.3);
}

a.unit-cta::after {
    position: relative; 
	top: 0px; 
	width: 12px; 
	height: 12px; 
	content: ""; 
	display: inline-block; 
	margin: 0 0 0 5px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-white.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.unit-image-wrapper {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
}

figure.unit-image {
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    max-width: 1700px; 
    height: 650px; 
    z-index: 1;
    margin: 0; 
    display: flex; 
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden; 
    border: 0; 
    border-style: none; 
}
.unit-image img { 
    height: 100%; 
    width: 100%; 
    vertical-align: middle; 
    object-fit: cover;
    -o-object-fit: cover;
    border: 0; 
    border-style: none; 
    display: inline-block; 
}

.startpage-section-row {
    position: relative; 
    width: 100%; 
    max-width: 1700px; 
    height: 550px; 
    display: block; 
    margin: 10px auto 0 auto; 
    padding: 0; 
}

.startpage-section.promo .unit-wrapper {
    position: relative; 
    width: 49.5%; 
    max-width: 850px; 
    height: 100%; 
    float: left; 
    display: inline-block; 
    margin: 0 auto; 
    padding: 0; 
}
.startpage-section.promo .unit-wrapper:nth-child(1) { margin-right: 0.5%; }
.startpage-section.promo .unit-wrapper:nth-child(2) { margin-left: 0.5%; }

h4.headline {
    font-size: 40px; 
    font-weight: 600; 
    letter-spacing: -.03em; 
    padding-top: 120px; 
}
h5.subhead {
    font-size: 22px; 
    font-weight: 500; 
}
.startpage-section.promo a.unit-cta, 
.startpage-section.promo a.unit-cta:visited {
    margin-top: 20px; 
    font-size: 20px;
}

.startpage-section.promo figure.unit-image {
    max-width: 850px; 
    height: 550px; 
}


.startpage-section .unit-wrapper.japan-kalender-2023 .unit-cta {
    top: 400px; 
}



/*
.startpage-section.promo .unit-wrapper.one h4, 
.startpage-section.promo .unit-wrapper.one h5 { color: #789632 !important; text-shadow: 0 5px 8px rgba(255,255,255,.3) }
*/

/*
.startpage-section.promo .unit-wrapper.three h4 { text-shadow: 0 5px 8px rgba(0,0,0,.75) } 

.startpage-section.promo .unit-wrapper.one .unit-cta { text-shadow: 0 0 20px #000;  }
.startpage-section.promo .unit-wrapper.three h4 { margin-top: 30px; }
*/

.startpage-section.promo .unit-wrapper.four h4, 
.startpage-section.promo .unit-wrapper.four h5 { 
    color: transparent !important;
}
.startpage-section.promo .unit-wrapper.four a.unit-cta {
    margin-top: 20px;
    margin-left: 284px;
}


 



/*** ALT ??? ***/

article.hero.start {
    height: 1620px;  
    background: transparent url(https://images.icho-tee.de/start/icho-tee-onlineshop-fuer-japanische-gruentees.jpg); 
}

article.hero.start h1, 
article.hero.start h2 {
    position: relative !important; 
    top: 0 !important; 
    right: 0 !important; 
    left: 0 !important; 
    width: 800px !important; 
    height: auto !important; 
    padding: 0 !important; 
    display: block !important; 
    color: #355300 !important; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
    letter-spacing: 0px !important; 
    text-align: center !important; 
}

article.hero.start h1 {
    margin: 100px auto 0px auto !important; 
    font-size: 55px !important; 
    line-height: 1.5em !important; 
    font-weight: 300 !important; 
}

article.hero.start h2 {
    margin: 0px auto 410px auto !important; 
    font-size: 25px !important; 
    line-height: 1.5em !important; 
    font-weight: 300 !important; 
}


@media (max-width: 1365px) { 
	article.hero.start { height: 1340px; }
}


















/* KALENDER 2015 PAGE *********************************************/

article.hero.kalender2015 {
    height: 910px;  
    background: transparent url(https://images.icho-tee.de/kalender-2015/icho-tee-kalender-2015-hero.jpg); 
}









/* KALENDER 2016 PAGE *********************************************/

article.hero.kalender2016 {
    height: 788px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/kalender-2016/icho-tee-kalender-2016-hero.jpg); 
}

article.hero.kalender2016 header {
    height: 600px; 
    margin: 0 auto; 
}









/* KALENDER 2017 PAGE *********************************************/

article.hero.kalender2017 {
    height: 782px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2017/japan-kalender-2017-hero.jpg); 
    background-position: center top; 
    background-size: 1920px auto; 
}

article.hero.kalender2017 header {
    height: 600px; 
    margin: 0 auto; 
}

article.hero.kalender2017 section#heroFeatures {
    border-bottom: 0px solid #fff; 
}








/* KALENDER 2018 PAGE *********************************************/

article.hero.kalender2018 {
    height: 782px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2018/japan-kalender-2018-hero.jpg); 
    background-position: center top; 
    background-size: 1920px auto; 
}

article.hero.kalender2018 header {
    height: 600px; 
    margin: 0 auto; 
}

article.hero.kalender2018 section#heroFeatures {
    border-bottom: 0px solid #fff; 
}







/* KALENDER 2019 PAGE *********************************************/

article.hero.kalender2019 {
    height: 922px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2019/japan-kalender-2019-hero.jpg); 
    background-position: center top; 
    background-size: 1920px auto; 
}

article.hero.kalender2019 header {
    height: 600px; 
    margin: 0 auto; 
}

article.hero.kalender2019 section#heroFeatures {
    border-bottom: 0px solid #fff; 
}

/* 
.kalender2019 ul#heroFeatList, 
.kalender2019 ul#heroFeatList li, 
.kalender2019 ul#heroFeatList li img {
	height: 320px; 
}
*/

@media (max-width: 1365px) {
	article.hero.kalender2019 { height: 834px; }
}






/* KALENDER 2020 PAGE *********************************************/

article.hero.kalender2020 {
    height: 1202px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2020/japan-kalender-2020-hero.jpg); 
    background-position: center top; 
	background-repeat: no-repeat; 
    background-size: 1920px auto; 
}

article.hero.kalender2020 header {
    height: 780px; 
    margin: 0 auto; 
}

article.hero.kalender2020 section#heroFeatures {
    border-bottom: 0px solid #fff; 
	margin-top: 100px; 
}


@media (max-width: 1365px) {
	article.hero.kalender2020 { height: 834px; }
}







/* KALENDER 2021 PAGE *********************************************/

article.hero.kalender2021 {
    height: 1202px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2021/japan-kalender-2021-hero.jpg); 
    background-position: center top; 
	background-repeat: no-repeat; 
    background-size: 1920px auto; 
}

article.hero.kalender2021 header {
    height: 780px; 
    margin: 0 auto; 
}

article.hero.kalender2021 section#heroFeatures {
    border-bottom: 0px solid #fff; 
	margin-top: 100px; 
}


@media (max-width: 1365px) {
	article.hero.kalender2021 { height: 834px; }
}






/* KALENDER 2022 PAGE *********************************************/

article.hero.kalender2022 {
    height: 1202px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2022/japan-kalender-2022-hero.jpg); 
    background-position: center top; 
	background-repeat: no-repeat; 
    background-size: 1920px auto; 
}

article.hero.kalender2022 header {
    height: 780px; 
    margin: 0 auto; 
}

article.hero.kalender2022 section#heroFeatures {
    border-bottom: 0px solid #fff; 
	margin-top: 100px; 
}


@media (max-width: 1365px) {
	article.hero.kalender2022 { height: 834px; }
}







/* KALENDER 2023 PAGE *********************************************/

article.hero.kalender2023 {
    height: 1300px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2023/japan-kalender-2023-hero.jpg); 
    background-position: center top; 
	background-repeat: no-repeat; 
    background-size: 1920px auto; 
}

article.hero.kalender2023 header {
    height: 780px; 
    margin: 0 auto; 
}

article.hero.kalender2023 section#heroFeatures {
    height: 400px;
	margin-top: 100px; 
    border: 0px solid #fff; 
}

article.hero.kalender2023 ul#heroFeatList {
    width: 1360px;
    border: 0 solid #fff; 
}
article.hero.kalender2023 li.heroFeatListItem {
    width: 340px;
    border: 0 solid #fff;
}


@media (max-width: 1365px) {
	article.hero.kalender2023 { height: 1200px; }
    article.hero.kalender2023 section#heroFeatures { height: 288px;}
    article.hero.kalender2023 ul#heroFeatList { width: 980px; }
    article.hero.kalender2023 li.heroFeatListItem { width: 24%; }
}









/* KALENDER 2024 PAGE *********************************************/

article.hero.kalender2024 {
    height: 1300px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2024/japan-kalender-2024-hero.jpg); 
    background-position: center top; 
	background-repeat: no-repeat; 
    background-size: 1920px auto; 
}

article.hero.kalender2024 header {
    height: 780px; 
    margin: 0 auto; 
}

article.hero.kalender2024 section#heroFeatures {
    height: 400px;
	margin-top: 100px; 
    border: 0px solid #fff; 
}

article.hero.kalender2024 ul#heroFeatList {
    width: 1360px;
    border: 0 solid #fff; 
}
article.hero.kalender2024 li.heroFeatListItem {
    width: 340px;
    border: 0 solid #fff;
}


@media (max-width: 1365px) {
	article.hero.kalender2024 { height: 1200px; }
    article.hero.kalender2024 section#heroFeatures { height: 288px;}
    article.hero.kalender2024 ul#heroFeatList { width: 980px; }
    article.hero.kalender2024 li.heroFeatListItem { width: 24%; }
}





/* KALENDER 2025 PAGE *********************************************/

article.hero.kalender2025 {
    height: 1300px; 
    top: 0px; 
    background: transparent url(https://images.icho-tee.de/japan-kalender-2025/japan-kalender-2025-hero.jpg); 
    background-position: center top; 
	background-repeat: no-repeat; 
    background-size: 1920px auto; 
}

article.hero.kalender2025 header {
    height: 780px; 
    margin: 0 auto; 
}

article.hero.kalender2025 section#heroFeatures {
    height: 400px;
	margin-top: 100px; 
    border: 0px solid #fff; 
}

article.hero.kalender2025 ul#heroFeatList {
    width: 1360px;
    border: 0 solid #fff; 
}
article.hero.kalender2025 li.heroFeatListItem {
    width: 340px;
    border: 0 solid #fff;
}


@media (max-width: 1365px) {
	article.hero.kalender2025 { height: 1200px; }
    article.hero.kalender2025 section#heroFeatures { height: 288px;}
    article.hero.kalender2025 ul#heroFeatList { width: 980px; }
    article.hero.kalender2025 li.heroFeatListItem { width: 24%; }
}



















/* GRUENTEE 
*************************************************************/



/* BLATTTEES PAGE 
*************************************************************/


#JumpFromStartTo,

#JumpFromStartToPURE,
#JumpFromStartToCEREMONY,
#JumpFromStartToCHOKO,
#JumpFromStartToMATCHAONE,
#JumpFromStartToBASIC, 

#JumpFromStartToJAPANCHASEN,
#JumpFromStartToCHASEN,
#JumpFromStartToCHASENTATE,
#JumpFromStartToCHASHAKU,
#JumpFromStartToMATCHASIEBDOSE,

#JumpFromStartTo {
    position: absolute; 
    top: -100px; 
    left: 0; 
    width: 0; 
    height: 0; 
    margin: 0; 
    padding: 0;
}

.localnav.gruentee ul li#blatttees  { background-image: url(https://images.icho-tee.de/basic/localnav/ln-gruentees-icon-blatttees.svg); }
.localnav.gruentee ul li#matcha     { background-image: url(https://images.icho-tee.de/basic/localnav/ln-gruentees-icon-matcha.svg); }
.localnav.gruentee ul li#watanabe   { background-image: url(https://images.icho-tee.de/basic/localnav/ln-gruentees-icon-watanabe.svg); }
.localnav.gruentee ul li#teeabo     { background-image: url(https://images.icho-tee.de/basic/localnav/ln-gruentees-icon-teeabo.svg); }






article.hero.blatttees {
    background-image: url(https://images.icho-tee.de/gruentee/gruentee-hero.jpg); 
    background-repeat: no-repeat; 
    background-size: 1920px 650px; 
    margin-bottom: 0; 
}

.hero.blatttees .heroHeader {
	margin-bottom: 100px; 
}

.hero.blatttees .heroHeader h1 {
	margin-top: 150px; 
}

section.heroSection.blatttees {
    width: 800px; 
    margin: 0 auto; 
}

section.heroSection.blatttees.watanabe a {
    width: 100%; 
    height: 150px; 
    display: block; 
    margin: 0 auto; 
    padding: 0 0; 
    /* border-top: 1px solid #2e4200; 
    border-bottom: 1px solid #2e4200; */
    background-image: url(https://images.icho-tee.de/gruentee/gruentee-von-teebauer-kazuo-watanabe.jpg); 
	background-repeat: no-repeat; 
	background-size: 100%; 
	background-position: center; 
	text-decoration: none; 
}
section.heroSection.blatttees.watanabe a span.linktext {
	display: block; 
	margin-top: 75px; 
	margin-right: 50px; 
	text-align: right; 
	color: #fff; 
	font-size: 25px; 
	font-weight: 500; 
	line-height: 1.6em; 
}
section.heroSection.blatttees.watanabe a span.linktext::after {
	content: '›'; 
	font-size: 30px; 
	margin-left: 10px; 
}

article.hero.blatttees .feature-list-wrapper {
    width: 550px;
    display: block;
    margin: 0 auto;
}
article.hero.blatttees ul.feature-list.checked {
    width: 100%;
    left: 0;
    text-align: left;
    margin: 0 auto;
}






/* MATCHA PAGE 
*************************************************************/

article.hero.matcha {
    height: 650px;  
    margin-bottom: 100px; 
    background-image: url(https://images.icho-tee.de/gruentee-matcha/matcha-hero.jpg); 
    background-position: bottom; 
}

article.hero.matcha h1 {
    margin-top: 130px; 
}

article.hero.matcha .feature-list-wrapper {
    width: 550px;
    display: block;
    margin: 0 auto;
}
article.hero.matcha ul.feature-list.checked {
    width: 100%;
    left: 0;
    text-align: left;
    margin: 0 auto;
}














/* WATANABE PAGE 
*************************************************************/


article.hero.watanabe {
    height: auto;  
	margin-bottom: 0; 
    background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/gruentee-von-watanabe-hero.jpg); 
}
article.hero.watanabe.ffc-technologie {
    height: auto;  
	margin-bottom: 0; 
    background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/ffc-technology-label.jpg); 
}


article.hero.watanabe .heroHeader {
	left: 100px; 
	width: 650px; 
	display: block; 
}

article.hero.watanabe .eyebrow, 
article.hero.watanabe h1, 
article.hero.watanabe h2, 
article.hero.watanabe p,
article.hero.watanabe.ffc-technologie h2, 
article.hero.watanabe.ffc-technologie p {
	width: 100%; 
	text-align: left; 
}

article.hero.watanabe .eyebrow {
	display: block; 
	margin-top: 100px; 
	margin-bottom: 25px; 
/*	color: #e85d00; */
    /*color: #789632;*/ color: #00b8b8; 
	font-size: 20px; 
	font-weight: 600; 
	line-height: 1em; 
	letter-spacing: .25em; 
	text-transform: uppercase; 
}

article.hero.watanabe h1 {
    margin-top: 0; 
	margin-bottom: 20px; 
}

article.hero.watanabe h2 {
    margin-bottom: 30px; 
}

article.hero.watanabe p {
    margin: 0; 
	font-size: 22px; 
	text-shadow: 0px 0px 20px #333; 
}
article.hero.watanabe.ffc-technologie p {
    margin: 0; 
	font-size: 22px; 
	text-shadow: 0 0 0 #333; 
}

article.hero.watanabe a { width: 100%; }

article.hero.watanabe a span, 
article.hero.watanabe a:visited span { font-weight: 600; }


section.watanabeSections.gruppenfoto, 
section.watanabeSections.watch-doku,
section.watanabeSections#film-gruentee-ernte-bei-watanabe {
	padding: 50px 0; 
	background-color: #AABEAA; 
}

section.watanabeSections.gruppenfoto figure {
	width: 900px; 
	display: block; 
	margin: 0 auto; 
}
section.watanabeSections.gruppenfoto img {
	width: 100%; 
	height: auto; 
}
section.watanabeSections.gruppenfoto figcaption {
	position: relative; 
	top: -30px; 
	left: 20px; 
	color: #fff; 
	font-size: 18px; 
	font-weight: 400; 
}

section.watanabeSections#film-gruentee-ernte-bei-watanabe {
	margin-bottom: 200px; 
}
section.watanabeSections.watch-doku .wrapper {
	width: 910px; 
	height: 500px; 
	display: block; 
	margin: 0 auto; 
    background-image: url(https://images.icho-tee.de/gruentee-von-watanabe/kyushu-wo-japans-gruener-tee-waechst-placeholder.jpg); 
    background-repeat: no-repeat; 
    background-position: 0 0; 
}
section.watanabeSections.watch-doku .wrapper:hover  {
    background-position: 0px -500px; 
}

section.watanabeSections.watch-doku .wrapper p {
    position: relative; 
    top: 365px; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: none;
    visibility: hidden;  
    opacity: 0; 
    color: #ffffff !important; 
    font-size: 18px !important; 
    font-weight: 300 !important; 
    line-height: 1.5em !important; 
    text-align: center !important; 
}

section.watanabeSections.watch-doku:hover .wrapper p {
    display: block;
    visibility: visible;  
    opacity: 1; 
}

.watanabeSections.watch-doku .wrapper p a#youtubeLink, 
.watanabeSections.watch-doku .wrapper p a#youtubeLink:visited {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto; 
	margin: 0;
	padding: 4px 10px;
	display: inline-block;
	border: 1px solid #ffffff; 
	border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	color: #ffffff !important; 
	font-size: 18px; 
	line-height: 18px;
	font-weight: 400; 
	text-decoration: none; 
}

.watanabeSections.watch-doku .wrapper p a#youtubeLink:hover, 
.watanabeSections.watch-doku .wrapper p a#youtubeLink:active {
	border: 1px solid #cf1d11; 
	color: #cf1d11 !important; 
}

.video-container.watanabe-film {
	width: 100%; 
	height: auto; 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}

.video-player {
	width: auto; 
	height: auto; 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}

.video-player video {
	display: block; 
	margin: 0 auto; 
	padding: 0; 
}













/* GRUENTEE ABO PAGE 
*************************************************************/

article.hero.gruenteeabo {
    height: 800px;  
    background-image: url(https://images.icho-tee.de/gruentee-abo/icho-tee-gruentee-abo-hero.jpg); 
}

article.hero.gruenteeabo h1 {
    margin-top: 200px; 
}


div#articleFeatureWrap {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    width: 100%; 
    height: auto; 
    margin: 0; 
    padding: 100px 0px; 
    display: block; 
}

#articleFeatureWrap section {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    width: 100%; 
    height: auto; 
    margin: 50px 0px; 
    padding: 0; 
    display: block; 
}

#articleFeatureWrap section h2, #articleFeatureWrap section p {
    position: relative; 
    top: 0; 
    left: 270px; 
    float: left; 
    width: 600px; 
    height: auto; 
    padding: 0;
    display: block; 
} 

#articleFeatureWrap section h2 {
    margin: 0px 0px 20px 0px; 
    font-family: Aleo, serif; 
    font-size: 26px; 
    line-height: 26px; 
    font-weight: 400; 
    letter-spacing: 4px; 
    text-transform: uppercase; 
    text-align: left; 
    /*color: #789632;*/ color: #00b8b8; 
} 

#articleFeatureWrap section p {
    margin: 0; 
    font-size: 20px; 
    line-height: 1.5em; 
    font-weight: 300; 
    text-align: left; 
    letter-spacing: 0px; 
    color: #787878; 
} 

#articleFeatureWrap section img.featIcon {
    position: absolute; 
    top: -42px; 
    left: 70px; 
    width: 100px; 
    height: 100px; 
    margin: 0; 
    padding: 0;
    border: none; 
} 

#articleFeatureWrap section#aboBuchen {
    margin: 100px 0px; 
    padding: 40px 0px 30px 0px; 
    background-color: #ffffff; 
    border: 2px solid #c8dc91; 
    -webkit-border-radius:5px;
    border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    -moz-transition-property:all;
    -webkit-transition-property:all;
    transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -ms-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-duration:0.25s;
    transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
}

#articleFeatureWrap section#aboBuchen:hover {
    background-color: #eef2e4; 
    -webkit-transition-property:all;
    transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    -moz-transition-property:all;
    -webkit-transition-duration:0.25s;
    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -ms-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
    -moz-transition-delay:0s;
    -webkit-transition-timing-function:ease-in-out;
    transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    -moz-transition-timing-function:ease-in-out;
}

#articleFeatureWrap section img.buchenIcon {
    position: absolute; 
    top: -10px; 
    left: 70px; 
    width: 100px; 
    height: 100px; 
    margin: 0; 
    padding: 0;
    border: none; 
} 


a#aboBuchenLink, 
a#aboBuchenLink:visited, 
a#aboBuchenLink:hover, 
a#aboBuchenLink:active {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
}











/* BIO STATUS PAGE 
*************************************************************/

article#heroBioStatus {
    height: 550px;  
    background: transparent url(https://images.icho-tee.de/gruentee-bio-status/bio-status-von-icho-tee.jpg); 
}

h1#heroBioStatusTitle { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 55px; 
    line-height: 55px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}

h2#heroBioStatusSubtitle {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 30px; 
    line-height: 30px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}

section#biostatusInfo { top: -460px; }

section.biostatusSections {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: auto; 
    margin: 0px auto; 
    padding: 130px 0px 0px 0px; 
    display: block; 
}

section.biostatusSections p {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 80%; 
    height: auto; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 23px !important; 
    line-height: 1.5em !important; 
    font-style: normal; 
    font-weight: 400; 
    color: #ffffff !important; 
    letter-spacing: 0px; 
    text-align: center; 
}






















/* UTENSILIEN PAGE 
*************************************************************/


article.hero.utensilien {
    height: 1000px;  
    background: transparent url(https://images.icho-tee.de/utensilien/utensilien-zur-gruentee-zubereitung.jpg) ; 
}

@media (max-width: 1365px) { 
	article.hero.utensilien { height: 930px; }
}


article.hero.utensilien h1 {
    margin-top: 150px; 
}

article.hero.utensilien h2 {
    margin-bottom: 450px; 
}

.localnav.utensilien ul li#teekannen        { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-kannen.svg); }
.localnav.utensilien ul li#teeschalen       { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-teeschalen.svg); }
.localnav.utensilien ul li#teedosen         { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-teedosen.svg); }
.localnav.utensilien ul li#matchaschalen    { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-matchaschalen.svg); }
.localnav.utensilien ul li#fuermatcha       { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-fuer-matcha.svg); }
.localnav.utensilien ul li#teezeremonie     { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-teezeremonie.svg); }
.localnav.utensilien ul li#buecher          { background-image: url(https://images.icho-tee.de/basic/localnav/ln-utensilien-icon-buecher.svg); }












/* KYUSU PAGE 
*************************************************************/

/*
article.hero.kyusu {
    height: 250px; 
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: no-repeat; 
    background-size: 1920px 250px; 
}
*/

article.hero.kyusu h1 { margin-top: 180px; }







/* TEESCHALEN PAGE 
*************************************************************/

/*
article.hero.teeschalen {
    height: 250px; 
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: no-repeat; 
    background-size: 1920px 250px; 
}
*/

article.hero.teeschalen h1 { margin-top: 180px; }







/* TEEDOSEN PAGE 
*************************************************************/


article.hero.teedosen {
    height: 550px;  
    background-image: url(https://images.icho-tee.de/utensilien/teedosen/teedosen-von-itchoo.jpg); 
}

article.hero.teedosen h1 {
    margin-top: 180px; 
    text-shadow: 0 0 30px #000000; 
}

article.hero.teedosen h2 {
/*    font-size: 22px; */
    text-shadow: 0 0 30px #000000; 
}









/* MATCHA-SCHALEN PAGE 
*************************************************************/


article.hero.matchaschalen {
    height: 550px;  
    background-image: url(https://images.icho-tee.de/utensilien/matcha-schalen/chawan-matcha-schalen-von-itchoo.jpg); 
}

article.hero.matchaschalen h1 {
    margin-top: 180px; 
}

article.hero.matchaschalen h2 {
/*    font-size: 22px; */
}










/* FUER-MATCHA PAGE 
*************************************************************/


article.hero.fuermatcha {
    height: 900px; 
    background-image: url(https://images.icho-tee.de/utensilien/fuer-matcha/utensilien-fuer-matcha-zubereitung-von-itchoo.jpg); 
    background-repeat: no-repeat; 
/*    background-size: 1920px 250px; */
}

article.hero.fuermatcha h1 { margin-top: 180px; }









/* TEEZEREMONIE UTENSILIEN PAGE 
*************************************************************/


article.hero.teezeremonieutensilien {
    height: 550px;  
    margin-top: 0; 
    margin-bottom: 100px; 
    background-image: url(https://images.icho-tee.de/utensilien/teezeremonie/teezeremonie-utensilien-von-icho-tee.jpg); 
}

article.hero.teezeremonieutensilien h1 { margin-top: 180px; }

article.hero.teezeremonieutensilien h1, 
article.hero.teezeremonieutensilien h2 {
    text-shadow: 0px 0px 30px #000000; 
}







/* BÜCHER PAGE 
*************************************************************/

/*
article.hero.buecher {
    height: 250px; 
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: no-repeat; 
    background-size: 1920px 250px; 
}
*/

article.hero.buecher { margin-bottom: 0; }

article.hero.buecher h1 { margin-top: 180px; }


















/* SUESSIGKEITEN PAGE
*************************************************************/

article.hero.suessigkeiten {
    height: 1750px;  
    margin-top: 0; 
    margin-bottom: 50px; 
    background-image: url(https://images.icho-tee.de/suessigkeiten/japanische-suessigkeiten-auf-holztablett-auf-tatami-matte.jpg); 
}

article.hero.suessigkeiten h1 {
    margin-top: 50px; 
}
article.hero.suessigkeiten .heroHeader {
    margin-bottom: 300px; 
}

article.hero.suessigkeiten .feature-list-wrapper {
    width: 650px;
    display: block;
    margin: 0 auto;
}
article.hero.suessigkeiten ul.feature-list.checked {
    left: 0;
    text-align: left;
    margin: 0 auto;
}




















/* BESTELL-BESTAETIGUNG PAGE 
*************************************************************/

article.hero.bestellbestaetigung {
/*
    height: 550px;  
    background: transparent; 
*/
}

article.hero.bestellbestaetigung h2 { 
    margin-top: 30px; 
}

article.hero.bestellbestaetigung p {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 650px; 
    height: auto; 
    margin: 40px auto 0px auto; 
    padding: 0;
    display: block; 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 18px; 
    line-height: 1.5em; 
    font-style: normal; 
    font-weight: 300; 
    color: #222 ; 
    letter-spacing: 0px; 
    text-align: center; 
}

article.hero.bestellbestaetigung p a, 
article.hero.bestellbestaetigung p a:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0;
    display: inline-block; 
    font-size: 18px; 
    line-height: 1.5em; 
    font-style: normal; 
    font-weight: 400; 
    color: #355400 ; 
    letter-spacing: 0px; 
    text-decoration: none; 
}

article.hero.bestellbestaetigung p a:hover,
article.hero.bestellbestaetigung p a:focus, 
article.hero.bestellbestaetigung p a:active {
    text-decoration: underline; 
}



















/* KAUF-BESTAETIGUNG PAGE 
*************************************************************/


article#heroKaufBestaetigung {
    height: 550px;  
    background: transparent url(https://images.icho-tee.de/kauf-bestaetigung/icho-tee-kauf-bestaetigung-versand.jpg); 
}

h1#heroKaufBestaetigungTitle { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 55px; 
    line-height: 55px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}

h2#heroKaufBestaetigungSubtitle {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 30px; 
    line-height: 30px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}

article#heroKaufBestaetigung p {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 650px; 
    height: auto; 
    margin: 40px auto 0px auto; 
    padding: 0;
    display: block; 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 18px; 
    line-height: 1.5em; 
    font-style: normal; 
    font-weight: 300; 
    color: #355400 ; 
    letter-spacing: 0px; 
    text-align: center; 
}

article#heroKaufBestaetigung p a, 
article#heroKaufBestaetigung p a:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0;
    display: inline-block; 
    font-size: 18px; 
    line-height: 1.5em; 
    font-style: normal; 
    font-weight: 400; 
    color: #355400 ; 
    letter-spacing: 0px; 
    text-decoration: none; 
}

article#heroKaufBestaetigung p a:hover, 
article#heroKaufBestaetigung p a:active {
    text-decoration: underline; 
}




















/* TEEWELT PAGE 
*************************************************************/

article#heroTeewelt { 
    height: 550px; 
    background: transparent url(https://images.icho-tee.de/teewelt/regionen-fuer-japansichen-teeanbau.jpg); 
}

h1#heroTeeweltTitle { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 55px; 
    line-height: 55px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}

h2#heroTeeweltSubtitle {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 30px; 
    line-height: 30px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}













/* GLOSSAR PAGE 
*************************************************************/


article.hero.glossar { 
    height: 300px; 
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

h1#heroGlossarTitle { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 55px; 
    line-height: 55px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}

h2#heroGlossarSubtitle {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0;
    display: block; 
    background-color: rgb(255,255,255,0); 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 30px; 
    line-height: 30px; 
    font-style: normal; 
    font-weight: 300; 
    color: #00508c; 
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    letter-spacing: 0px; 
}










/* IMPRESSIONEN PAGE ********************************/

article.hero.impressionen { 
    height: auto; 
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

section.impr {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 25%; 
    height: auto;
    float: left; 
    margin: 0; 
    padding: 20px; 
    display: inline-block; 
    background-color: red; 
    border: 5px solid #fff; 
}

section.impr h3 {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: auto; 
    padding: 0; 
    display: block; 
}

section.impr p {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: auto; 
    padding: 0; 
    display: block; 
}

section.impr img {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: auto; 
    padding: 0; 
    display: block; 
}












/* TEEZEREMONIE PAGE 
*************************************************************/


article.hero.teezeremonie {
    height: 800px;  
    background-image: url(https://images.icho-tee.de/teewelt-teezeremonie-erleben/japanische-teezeremonie-durch-teemeister-sotai-knipphals.jpg); 
}

article.hero.teezeremonie p {
    margin-top: 30px; 
}

article.hero.teezeremonie a {
    left: 0; 
    width: 250px;
    margin: 20px auto 0px auto; 
    display: block; 
    border: none; 
    box-shadow: none; 
}

article.hero.teezeremonie a span {
    opacity: 0.95; 
    color: #ffffff; 
    text-shadow: 0px 0px 10px #000000; 
}

article.hero.teezeremonie a span:hover {
    opacity: 1; 
}

article.hero.teezeremonie a span.chevronright, 
article.hero.teezeremonie a span.chevronright:hover {
    opacity: 1; 
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-white.svg); 
}






















/* SERVICE 
*************************************************************/

article.hero.service {
    height: auto;  
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

article.hero.service h1 {
    margin-top: 150px; 
}




/* FEEDBACK PAGE 
*************************************************************/

article.hero.feedback {
    height: auto;  
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

.heroHeader.feedback { height: auto; }

article.hero.feedback h1 {
    margin-top: 150px; 
}

article.hero.feedback h2 {
    margin-bottom: 0px; 
}

article.hero.feedback p {
    margin-bottom: 50px; 
}

.heroHeader.feedback a, 
.heroHeader.feedback a:visited,
.heroHeader.feedback a:hover, 
.heroHeader.feedback a:active {
    width: 100px; 
    height: 100px; 
    padding: 0; 
    border: 0px solid #ffffff; 
    background-image: url(https://images.icho-tee.de/service-feedback/send-feedback-via-email.svg); 
    background-repeat: no-repeat; 
    background-size: 100% 100%; 
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0; 
}

section.feedbackSections {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 600px; 
    height: auto; 
    margin: 0 auto; 
    padding: 100px 0px; 
    display: block; 
}

ul#feedbackList {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
    list-style-type: none; 
}

ul#feedbackList li {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: 0px 0px 60px 0px; 
    padding: 0; 
    display: block; 
}

ul#feedbackList li img#silhouetteL {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    width: 70px; 
    height: 70px; 
    display: inline-block; 
    margin: 0px 50px 0px 0px; 
    padding: 0; 
    border-image:initial;
    border:0px none #000000;
}

ul#feedbackList li p.feedbackArea {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 480px; 
    height: auto; 
    display: inline-block; 
    margin: 0; 
    padding: 30px 0px 0px 0px; 
}

ul#feedbackList li span.feedbackPerson {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    display: inline-block; 
    margin: 0px 0px 0px 0px; 
    padding: 0; 
    font-size: 16px; 
    line-height: 16px; 
    font-weight: 300; 
    color: #787878; 
}

ul#feedbackList li a.feedbackTea, 
ul#feedbackList li a.feedbackTea:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    display: inline-block; 
    margin: 0; 
    padding: 0; 
    font-size: 16px; 
    line-height: 16px; 
    font-weight: 400; 
    /*color: #789632;*/ color: #00b8b8; 
    text-decoration: none; 
}

ul#feedbackList li a.feedbackTea:hover, 
ul#feedbackList li a.feedbackTea:active { 
    color: #355400; 
    text-decoration: none; 
}

ul#feedbackList li span.feedbackQuote {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    display: block; 
    margin: 0; 
    padding: 0; 
    font-family: Georgia, serif; 
    font-style: italic; 
    font-size: 20px; 
    line-height: 1.5em; 
    letter-spacing: 1px;  
    color: #787878; 
}

ul#feedbackList li span.quoteSignOne { position: absolute; width: auto; height: auto; top: 10px; left: -40px; }

ul#feedbackList li span.quoteSignTwo { position: absolute; width: auto; height: auto; top: 50px; left: 490px; }














/* NEWS PAGE
*************************************************************/

article.hero.news {
    height: 400px;  
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

article.hero.news h1 {
    margin-top: 150px; 
}
















/* NEWSLETTER PAGE 
*************************************************/

article.hero.newsletter {
    height: 850px;  
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

article.hero.newsletter h1 { 
    margin-top: 150px; 
}


div.clear {
    position:relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 40px auto; 
    padding: 0; 
    display: block;     
}
div.clear input#mc-embedded-subscribe.button {
    position: relative; 
    top: 0; 
    left: 80px; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 6px 12px; 
    display: block; 
    background-image: linear-gradient(#6d9f00, #548000);
    border: 1px solid #e6e6e6; 
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 20px; 
    line-height: 1em; 
    font-weight: 300; 
    color: #c8c8c8; 
    text-shadow: 0px 0px 0px #c8c8c8;
}

div.clear input#mc-embedded-subscribe.button:hover { 
    background-image: linear-gradient(#6d9f00, #355400);
    color: #ffffff; 
    text-shadow: 0px 0px 0px #ffffff; 
}













/* PARTNER SITE 
*************************************************************/

article.hero.partner {
    height: auto;  
    background-image: url(https://images.icho-tee.de/basic/article-hero-header-bgr-pattern.jpg); 
    background-repeat: repeat-x; 
    background-size: 10px 250px; 
    background-position: center top; 
}

article.hero.partner h1 {
    margin-top: 150px; 
}

article.hero.partner a {
    width: auto; 
    margin: 0 auto; 
}

article.hero.partner span.chevronright {
    background-image: url(https://images.icho-tee.de/basic/icons/chevron-right-darkgreen.svg); 
    
}

section.partnerSections {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: auto; 
    margin: 0 auto; 
    padding: 100px 0px; 
    display: block; 
}

ul.PartnerLinkList {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    height: auto; 
    margin-top: 0; 
    margin-bottom: 0; 
    margin-left: 0; 
    padding: 0; 
    display: inline-block; 
    list-style-type: none; 
}

ul#primePartner.PartnerLinkList { 
   width: 500px; 
   margin-right: 140px; 
}

ul#secondPartner.PartnerLinkList { 
   width: 160px; 
}

ul.PartnerLinkList li {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0px 0px 100px 0px; 
    padding: 0; 
    display: block;
}

a.PartnerLink {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    display: block;
    text-decoration: none !important; 
}

a.PartnerLink span.PartnerLinkIcon  {
    position: absolute; 
    top: -18px; 
    left: 0; 
    width: 50px; 
    height: 50px; 
    float: left; 
    margin: 0; 
    padding: 0; 
    text-decoration: none !important; 
    background-repeat: no-repeat; 
    background-size: 100%; 
    -webkit-transition-delay:0.1s;
    transition-delay:0.1s;
    -o-transition-delay:0.1s;
    -ms-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -webkit-transition-duration:0.25s;
    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -ms-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-property:all;
    transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    -moz-transition-property:all;
    -webkit-transition-timing-function:ease-in-out;
    transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    -moz-transition-timing-function:ease-in-out;
}

a.PartnerLink:hover span.PartnerLinkIcon, a.PartnerLink:focus span.PartnerLinkIcon {
    top: -23px; 
    left: -5px; 
    width: 60px; 
    height: 60px; 
    float: left; 
    margin: 0; 
    padding: 0; 
    text-decoration: none !important; 
    background-repeat: no-repeat; 
    background-size: 100%; 
    -webkit-transition-delay:initial;
    transition-delay:initial;
    -o-transition-delay:initial;
    -ms-transition-delay:initial;
    -moz-transition-delay:initial;
    -webkit-transition-duration:0.25s;
    transition-duration:0.25s;
    -o-transition-duration:0.25s;
    -ms-transition-duration:0.25s;
    -moz-transition-duration:0.25s;
    -webkit-transition-property:all;
    transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    -moz-transition-property:all;
    -webkit-transition-timing-function:ease-in-out;
    transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    -moz-transition-timing-function:ease-in-out;
}

a.PartnerLink span#PartnerLinkIconTeewelt { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-teewelt.png); }

a.PartnerLink span#PartnerLinkIconJapanreisen { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-japanreisen.png); }

a.PartnerLink span#PartnerLinkIconJapankultur { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-japankultur.png); }

a.PartnerLink span#PartnerLinkIconGesundheit { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-gesundheit.png); }

a.PartnerLink span#PartnerLinkIconJapangarten { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-japangarten.png); }

a.PartnerLink span#PartnerLinkIconJapanraum { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-japanraum.png); }

a.PartnerLink span#PartnerLinkIconKunst { background-image: url(https://images.icho-tee.de/basic/icon-partner-link-kunst.png); }

a.PartnerLink span#PartnerLinkTitle, 
a.PartnerLink span#PartnerLinkDesc, 
a.PartnerLink span#PartnerLinkAddress {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    padding: 0px 0px 0px 65px; 
    display: block; 
    font-family: Roboto, Verdana, sans-serif; 
    text-decoration: none !important; 
}

a.PartnerLink span#PartnerLinkTitle {
    margin: 0px 0px 10px 0px; 
    font-size: 20px; 
    font-weight: 400; 
    line-height: 22px; 
    /*color: #789632;*/ color: #00b8b8;
    text-transform: uppercase; 
    letter-spacing: 2px; 
}

a.PartnerLink span#PartnerLinkDesc {
    margin: 0px 0px 10px 0px; 
    font-size: 18px; 
    font-weight: 300; 
    line-height: 22px; 
    color: #787878;
}

a.PartnerLink span#PartnerLinkAddress { 
    margin: 0; 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 18px; 
    color: #787878;
}



















/* KONTAKT PAGE 
*************************************************************/


/* TEAM INFO */

article.hero.kontakt {
    height: 1600px;  
    margin-bottom: 0px; 
    background-image: url(https://images.icho-tee.de/kontakt/itchoo-kontakt-hero.jpg); 
    background-repeat: no-repeat; 
    background-size: 1920px 700px; 
    background-position: center top; 
}

article.kontakt .heroHeader { height: auto; margin-bottom: 0; }

article.kontakt .heroHeader h1, 
article.kontakt .heroHeader h2 { 
	text-align: left; 
}

section#teamInfo {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 900px; 
    height: 300px; 
    margin: 20px auto; 
    padding: 0; 
    display: block; 
}

section#teamInfo ul#teamList {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    display: block; 
    list-style-type: none; 
}

section#teamInfo ul#teamList li {
    position: relative; 
    top: 0; 
    left: 0; 
    float: left; 
    width: 100%; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
}

section#teamInfo ul#teamList li img {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    margin: 0px 0px 30px 0px; 
    padding: 0; 
    display: inline-block; 
}

section#teamInfo ul#teamList li p {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
	z-index: 1; 
    margin: 0 auto; 
    padding: 150px 0 0 0; 
    display: inline-block; 
    font-family: Roboto, Verdana, sans-serif; 
    line-height: 1.5em; 
    color: #333;  
    text-align: left; 
    text-decoration: none; 
}

section#teamInfo ul#teamList li p span.inhaber {
    display: block !important; 
    font-size: 25px; 
    font-weight: 500; 
	line-height: 2em; 
}

section#teamInfo ul#teamList li p span.position, 
section#teamInfo ul#teamList li p span.beruf, 
section#teamInfo ul#teamList li p span.fonnr{
    display: block; 
    font-size: 16px; 
    font-weight: 400; 
	line-height: 2em; 
}

section#teamInfo ul#teamList li p a, 
section#teamInfo ul#teamList li p a:visited {
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: block; 
    color: #333; 
    font-family: Roboto, Verdana, sans-serif; 
    font-size: 18px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: 1.5em; 
    text-align: left; 
    text-decoration: none; 
}

section#teamInfo ul#teamList li p a:hover, 
section#teamInfo ul#teamList li p a:active {
    text-decoration: underline !important; 
}





/* SECTION SOCIAL */

section#social {
    position: relative; 
    top: 0px; 
    left: 0px; 
    width: 900px; 
    height: auto; 
    margin: 0px auto 0px auto; 
    padding: 0; 
    display: block; 
}

section#social h3, 
ul#socialList{ 
    position: relative; 
    top: 0; 
    left: 0; 
    width: auto; 
    height: 40px;
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    text-align: left; 
}

section#social h3 {
	top: 10px; 
    width: 100%;
	float: left; 
	margin-bottom: 15px; 
	font-size: 25px;
    line-height: 1em; 
    font-weight: 500; 
	color: #333; 
}

ul#socialList { }

ul#socialList li {
    position: relative; 
    top: 0; 
    left: 0; 
	float: left; 
    width: 40px; 
    height: 40px; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
    opacity: 1; 
    background-repeat: no-repeat; 
    background-size: 100% 100%; 
    background-position: 0 0; 
}

li#instagram {
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-instagram.svg); 
}
li#instagram:hover {
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-instagram-hover.svg); 
}

/*
li#facebook {
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-facebook.svg); 
}

li#facebook:hover {
    opacity: 1; 
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-facebook-hover.svg); 
}

li#twitter {
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-twitter.svg); 
}

li#twitter:hover {
    opacity: 1; 
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-twitter-hover.svg); 
}

li#googleplus {
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-googleplus.svg); 
}

li#googleplus:hover {
    opacity: 1; 
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-googleplus-hover.svg); 
}
*/

li#mail {
    background-image: url(https://images.icho-tee.de/kontakt/social-icon-mail.svg); 
}

ul#socialList li a, 
ul#socialList li a:visited, 
ul#socialList li a:hover, 
ul#socialList li a:active {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    display: block; 
    z-index: 1; 
}








/* SECTION IMPRESSUM */

section#impressum {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 900px; 
    height: auto; 
    margin: 100px auto; 
    padding: 0; 
    display: block; 
}

section#impressum h3, 
section#impressum p { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 800px; 
    height: auto; 
    margin: 0px 0px 0px 0px; 
    padding: 0; 
    display: block; 
    text-align: left; 
}

section#impressum h3 { 
    font-size: 25px;
    line-height: 4em; 
    font-weight: 500; 
	color: #333; 
}

section#impressum p, 
section#impressum p a, 
section#impressum p a:visited {
    font-size: 16px;
    line-height: 1.5em; 
    font-weight: 400; 
	color: #666; 
}

section#impressum p strong { 
	font-weight: 500; 
	color: #333; 
}

section#impressum p a, 
section#impressum p a:visited { 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 600px; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    display: inline; 
    text-align: left; 
    color: #787878; 
    text-decoration: underline; 
}

section#impressum p a:hover, 
section#impressum p a:active {
    font-weight: 400; 
}










/* AKTUELLES PAGE 
*************************************************************/

.page-aktuelles #content_area {
	width: 960px; 
	padding: 100px 20px; 
}

.page-aktuelles h1, 
.page-aktuelles h2, 
.page-aktuelles p,
.page-aktuelles ul {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 900px; 
    height: auto; 
    padding: 0; 
    display: block; 
    letter-spacing: .027em; 
    text-align: center; 
}

.page-aktuelles h1 {
    margin: 0 auto;
    font-family: 'Alatsi', Source Sans Pro, sans-serif !important;
    font-size: 55px !important;
    line-height: 1em; 
    font-weight: 400; 
	text-transform: uppercase; 
    letter-spacing: .027em;
}

.heroHeader p {
    margin-top: 10px; 
}



.page-aktuelles article {
    display: block; 
    padding: 25px 0 50px 0; 
    margin: 25px auto; 
}

.page-aktuelles article {
    border-bottom: 1px solid #ccc; 
}

.page-aktuelles article:nth-last-child(1) {
    border-bottom: none; 
}
    
    
.page-aktuelles article header, 
.page-aktuelles article section {
    width: 700px; 
    margin: 0 auto; 
}

.page-aktuelles article header .wrapper-leading {
    display: block; 
    margin: 0 auto; 
}

.page-aktuelles article header .date, 
.page-aktuelles article header .leading {
    display: inline-block; 
    margin: 0 15px 20px 0; 
    color: #666; 
    font-size: 16px; 
    text-transform: uppercase; 
    text-align: right; 
}

.page-aktuelles article header .date::after {
	content: "|"; 
	margin: 0 0 0 15px; 
}

.page-aktuelles article header h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 500;
    line-height: 1em;
    text-align: left; 
}

.page-aktuelles section p {
    width: auto;
    display: inline;
    font-size: 20px;
    line-height: 1.6em;
    color: #111;
    letter-spacing: -.002em;
}

.page-aktuelles section a, 
.page-aktuelles section a:visited { 
    color: #00b8b8;
    text-decoration: none; 
}

.page-aktuelles section a::after {
	position: relative; 
	top: 1px; 
	width: 13px; 
	height: 13px; 
	content: ""; 
	display: inline-block; 
	margin: 0 0 0 2px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-00b8b8.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.page-aktuelles section a:hover,
.page-aktuelles section a:active,
.page-aktuelles section a:focus { 
    color: #00b8b8;
    text-decoration: underline; 
}


/*** COLORS ***/

.page-aktuelles h1,
.page-aktuelles h2,
.page-aktuelles h3,
.page-aktuelles li          { color: #111; }

.page-aktuelles li,
.page-aktuelles td,
.page-aktuelles th          { color: #444; }
















/* AGB LIEFERBEDINGUNGEN DATENSCHUTZ COOKIE
*******************************************************/

body.cc-pagemode-sitetemplate #content_area, 
body.cc-pagemode-overlay #content_area {
	width: 960px; 
	padding: 100px 20px; 
}

body.cc-pagemode-sitetemplate #content_area h1, 
body.cc-pagemode-overlay #content_area h1 {
	font-size: 40px; 
	line-height: 1.2em; 
	font-weight: 300; 
	letter-spacing: 0; 
}

body.cc-pagemode-sitetemplate #content_area h2, 
body.cc-pagemode-overlay #content_area h2 {
	font-size: 25px; 
	line-height: 1.2em; 
	font-weight: 500; 
	letter-spacing: 0; 
}

body.cc-pagemode-sitetemplate #content_area h3, 
body.cc-pagemode-overlay #content_area h3 {
	font-size: 18px; 
	line-height: 1.6em; 
	font-weight: 600; 
	letter-spacing: 0; 
}

body.cc-pagemode-sitetemplate #content_area p, 
body.cc-pagemode-overlay #content_area p, 
/* body.cc-pagemode-sitetemplate #content_area div, */
body.cc-pagemode-overlay #content_area div, 
body.cc-pagemode-sitetemplate #content_area li, 
body.cc-pagemode-overlay #content_area li, 
body.cc-pagemode-sitetemplate #content_area td, 
body.cc-pagemode-overlay #content_area td, 
body.cc-pagemode-sitetemplate #content_area th, 
body.cc-pagemode-overlay #content_area th, 
body.cc-pagemode-sitetemplate #content_area a, 
body.cc-pagemode-overlay #content_area a, 
body.cc-pagemode-sitetemplate #content_area a:visited, 
body.cc-pagemode-overlay #content_area a:visited {
	font-size: 18px; 
	line-height: 1.6em; 
	font-weight: 400; 
	letter-spacing: 0; 
	text-decoration: none; 
}

body.cc-pagemode-sitetemplate #content_area li, 
body.cc-pagemode-overlay #content_area li {
	font-size: 18px; 
	font-weight: 600; 
}

body.cc-pagemode-sitetemplate #content_area a:hover, 
body.cc-pagemode-overlay #content_area a:hover, 
body.cc-pagemode-sitetemplate #content_area a:active, 
body.cc-pagemode-overlay #content_area a:active, 
body.cc-pagemode-sitetemplate #content_area a:focus, 
body.cc-pagemode-overlay #content_area a:focus {
	text-decoration: underline; 
}


/*** COLORS ***/

body.cc-pagemode-sitetemplate #content_area h1, 
body.cc-pagemode-overlay #content_area h1, 
body.cc-pagemode-sitetemplate #content_area h2, 
body.cc-pagemode-overlay #content_area h2, 
body.cc-pagemode-sitetemplate #content_area h3, 
body.cc-pagemode-overlay #content_area h3, 
body.cc-pagemode-sitetemplate #content_area li, 
body.cc-pagemode-overlay #content_area li { color: #111; }

body.cc-pagemode-sitetemplate #content_area li, 
body.cc-pagemode-overlay #content_area li, 
body.cc-pagemode-sitetemplate #content_area td, 
body.cc-pagemode-overlay #content_area td, 
body.cc-pagemode-sitetemplate #content_area th, 
body.cc-pagemode-overlay #content_area th { color: #444; }

body.cc-pagemode-sitetemplate #content_area a, 
body.cc-pagemode-overlay #content_area a, 
body.cc-pagemode-sitetemplate #content_area a:visited, 
body.cc-pagemode-overlay #content_area a:visited { color: #00b8b8; }


/*** ***/

ul.sitemap {
	display: block; 
	margin: 0 auto; 
	padding: 5px; 
	list-style-type: none; 
}

ul.sitemap li {
	display: block; 
	margin: 0!important; 
	padding: 10px 0 !important; 
	list-style-type: none; 
}

ul.sitemap li a {
	background-image: none; 
	display: inline-block; 
	padding: 0;
}

ul.sitemap li a::after {
	position: relative; 
	top: 1px; 
	width: 15px; 
	height: 15px; 
	content: ""; 
	display: inline-block; 
	margin: 0 0 0 20px; 
	background-image: url(https://images.icho-tee.de/basic/icons/chevron-strong-right-green.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}









/* SIMPLE FUNCTIONS
********************************************************/

.hideaway {
	position: absolute !important; 
	top: 0 !important; 
	left: 0 !important; 
	width: 1px !important; 
	height: 1px !important; 
	overflow: hidden !important; 
	content: "" !important; 
}










/*****************************************
           BACKDROP BLUR
******************************************/


.backdrop-blur,
.localnav {
  background-color: rgba(255, 255, 255, .95) !important;
}

.backdrop-blur-dark {
  background-color: rgba(0, 0, 0, .1) !important;
}


@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px) ) or (backdrop-filter: saturate(180%) blur(20px) ) ) {
	.backdrop-blur,
    .localnav  {
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		background-color: rgba(255, 255, 255, .7) !important;
	}
	.backdrop-blur-dark {
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		background-color: rgba(0, 0, 0, .1) !important;
	}
}







/* TYPO
********************************************************/

p { 
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 18px; 
    color: #787878; 
}




/* LÖSCHEN ? von hier … */

div.cc-shop-product-desc div.description p.teeart {
    font-family: Roboto, Verdana, sans-serif !important; 
    font-weight: 300 !important; 
    font-size: 22px !important; 
    line-height: 22px !important; 
    letter-spacing: 1px !important; 
    text-transform: uppercase !important; 
    text-align: left !important; 
    color: #2d4000 !important; 
}

div.cc-shop-product-desc p.artikelname {
    font-family: Aleo !important; 
    font-size: 50px !important; 
    line-height: 50px !important; 
    font-weight: 400 !important; 
    color: #688A23 !important; 
    text-decoration: none !important; 
    text-transform: lowercase !important; 
    text-align: left !important; 
    letter-spacing: 1px !important; 
}

div.cc-shop-product-desc div.description p.uebersetzung {
    font-family: Georgia, serif !important; 
    font-weight: normal !important; 
    font-style: italic !important; 
    font-size: 16px !important; 
    line-height: 16px !important; 
    letter-spacing: 1px !important; 
    text-transform: lowercase !important; 
    text-align: left !important; 
    color: #355400 !important; 
}


/* … bis hier LÖSCHEN ? … */




div.cc-shop-product-desc span.fn {
    font-size: 50px; 
    font-weight: 400 !important; 
    line-height: 50px; 
    color: #eef2e4; 
    text-decoration: none; 
    text-transform: uppercase; 
    text-align: left !important; 
    letter-spacing: 1px !important; 
}

div.cc-shop-product-desc p.desc {
    font-family: Roboto, Verdana, sans-serif !important; 
    font-weight: 300 !important; 
    font-size: 18px !important; 
    line-height: 1.8em !important; 
    letter-spacing: 0px !important; 
    color: #355400 !important; 
}






/*  BOOTSTRAP
*************************************************/


.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}


.mw960 { max-width: 960px; }






/*  RSPWBDSN
*************************************************/

@media only screen and (max-width: 1024px) {
    ul.mainNav1 li a, ul.mainNav1 li a:visited, ul.mainNav1 li a:hover, ul.mainNav1 li a:active, ul.mainNav1 a.current span { 
		font-weight: 400 !important; 
		text-shadow: rgba(50, 70, 0, 0) 0px 0px 0px !important; 
	}
    
    .title h2 { font-weight: 500; }
    .title h3 { font-weight: 400; }
    ul.cc-FloatingButtonBarContainer { display: none; visibility: hidden; opacity: 0; }
    .localnav ul li a span, 

    div.cc-shop-product-desc p.desc, 
    div.cc-shop-product-desc div.description p.teeart, 
    div.cc-shop-product-desc p.weight, 
    div.cc-shop-product-desc p.actualinfo { font-weight: 400 !important; }

    }

@media only screen and (max-device-width: 1024px) {
    #articleFeatureWrap section p 
        { font-weight: 400; }

    section.watanabeSections p { font-size:18px; line-height:1.5em; }
    section.watanabeSections#watchDoku { background-position: 0px -500px; }
    section.watanabeSections#watchDoku p { display:block; visibility:visible; opacity:1; }

    #sidebar #cc-matrix-1577837786 { display:none; opacity:0; visibility:hidden; }
	}