/*
 *	Date: 		10.09.2013
 *	Author:		MODULARTE — the friendly web studio
 *	Project:	KARE24 — Themenwelt
 *	File: 		style.css
 */

/*
 * ----------------------------
 * ------- RESET STYLES -------
 * ----------------------------
 */
/* Zero Out Margins + Padding */
body, html, div, section, article, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}

/* Reset Header Font Sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
	line-height: 1.2;
	font-weight: normal;
}

/* Reset Line Height And Font Size */
body {
	line-height: 1;
	font-size: 100%;
	font-family: sans-serif;
	background: #000;

	-moz-osx-font-smoothing:grayscale;
	 -webkit-font-smoothing:antialiased;
	         font-smoothing:antialiased;
	         text-rendering:optimizeLegibility;
}

/* Remove List Style */
ul, ol {
	list-style: none;
}

/* Underline For Links On Hover */
a {
	text-decoration: none;
}

.no-touch a:hover {
	text-decoration: underline;
}

/* Responsive Images */
img {
	/* max-width: 100%; */
	height: auto;
}

/* Clearfix */
.clear, .clearfix {
	clear: both;
	zoom: 1;
}

@media \0screen {
  img {
  	width: auto; /* for ie 8 */
  }
}

/*
 * ----------------------------
 * --------- FONTFACE ---------
 * ----------------------------
 */

@font-face {
	font-family: "TradeGothic-BoldCondTwenty";
	src: url("../fonts/268C5A_0_0.eot?#iefix");
	src: url("../fonts/268C5A_0_0.eot?#iefix") format("eot"),
		 url("../fonts/268C5A_0_0.woff") format("woff"),
		 url("../fonts/268C5A_0_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'TradeGothicBold';
    src: url('../fonts/tgb_____-webfont.eot');
    src: url('../fonts/tgb_____-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tgb_____-webfont.woff') format('woff'),
         url('../fonts/tgb_____-webfont.ttf') format('truetype'),
         url('../fonts/tgb_____-webfont.svg#TradeGothicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicMedium';
    src: url('../fonts/tg_____-webfont.eot');
    src: url('../fonts/tg_____-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tg_____-webfont.woff') format('woff'),
         url('../fonts/tg_____-webfont.ttf') format('truetype'),
         url('../fonts/tg_____-webfont.svg#TradeGothicMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic18';
	src: url("../fonts/29D03A_0_0.eot?#iefix");
	src: url("../fonts/29D03A_0_0.eot?#iefix") format("eot"),
		 url("../fonts/29D03A_0_0.woff") format("woff"),
		 url("../fonts/29D03A_0_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*
 * ----------------------------
 * ------ GENERAL STYLES ------
 * ----------------------------
 */

/* GENERAL */
body {
	min-width: 600px;
}

body.loading {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.loadscreen {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	z-index: 999;
	height: 100%;
	width: 100%;
}

.loadscreen .disclaimer {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
	margin: -100px 0 0 -250px;
	font-family: 'TradeGothic-BoldCondTwenty';
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.25;
}

.loadscreen .disclaimer #logo {
	margin: 0 auto 10px;
}

.loadscreen .disclaimer #logo {
	background: url('../img/logo_loader.jpg') no-repeat;
	background-size: 135px 39px;
	text-indent: -9999em;
	display: block;
	width: 135px;
	height: 39px;
}

#progressbar {
	margin: 0 auto 15px;
	width: 135px;
	height: 1px;
	background-color: #1a1a1a;
}

#progressbar div {
	height: 100%;
	color: transparent;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #ffffff;
}

.close {
	background: url('../img/icon_close.png') no-repeat;
	display: block;
	cursor: pointer;
	width: 44px;
	height: 44px;
	z-index: 100;
}

.svg .close {
	background: url('../img/icon_close.svg') no-repeat;
}

/* HEADER */
#header {
	background: #000000;
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	z-index: 600;
}

#header #logo {
	float: left;
}

#logo {
	background: url('../img/logo.jpg') no-repeat;
	background-size: 120px 45px;
	text-indent: -9999em;
	display: block;
	width: 120px;
	height: 45px;
}

#header ul li,
#footer ul li {
	display: inline-block;
	font-family: 'TradeGothic-BoldCondTwenty';
	font-size: 13pt;
	font-weight: 400 !important;
	text-transform: uppercase;
	line-height: 1.0;
	padding: 15px 0 13px;
	color: #FFFFFF;
	margin: 0 2px;
}

#header .left,
#footer .left {
	float: left;
}

#header .right {
	display: none;
}

#header .right,
#footer .right {
	float: right;
	margin-right: 13px;
}

#footer .left {
	margin-left: 13px;
}

#header .right li,
#footer .left li {
	font-size: 11pt;
	padding: 16px 0 14px;
}

#footer .right li {
	padding: 13px 0 9px;
}

#footer .right li.pinterest {
	height: 8px;
}

#header .right li.separator {
	color: #BBBBBB;
}

#header .right li a,
#footer .left li a {
	color: #BBBBBB;

	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.no-touch #header .right li a:hover,
.no-touch #footer .left li a:hover {
	text-decoration: none;
	color: #FFFFFF;

	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

/* WRAPPER */
#wrapper {
	position: relative;
	z-index: 1;
	margin: 0;
}

.background-wrapper.center-middle {
	position: absolute;
	top: 50%;
}

.background {
	max-height: 100%;
}

/* WRAPPER > overview */
#wrapper > .overview-container {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}

#wrapper > .overview-container .overview {
	background: #FFFFFF;
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0;
	width: 100%;
	height: auto;
}

#wrapper > .overview-container .overview .images-overview {
	width: 1200px;
	margin: 0 auto;
}

#wrapper > .overview-container .overview .images-overview div {
	cursor: pointer;
}

#wrapper > .overview-container .overview .images-overview img {
	display: block;
	width: 180px;
	height: 180px;
	margin: 10px;
	float: left;
}

#wrapper > .overview-container .close {
	margin: 0 auto;
}

/* WRAPPER > themenwelten-overview */
#wrapper > .themenwelten-overview-container {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}

#wrapper > .themenwelten-overview-container .themenwelten-overview {
	background: #FFFFFF;
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0;
	width: 100%;
	height: auto;
}

#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview {
	width: 1000px;
	margin: 0 auto;
}

#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview li {
	display: block;
	width: 180px;
	height: 190px;
	margin: 10px;
	float: left;
	text-align: center;
}

#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview li a {
	color: #585858;
	font-family: 'TradeGothic-BoldCondTwenty';
	font-weight: 400;
	font-size: 13pt;
	text-transform: uppercase;

	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.no-touch #wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview li a:hover {
	color: #000000;
	text-decoration: none;
}

#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview li a img {
	opacity: 0.9;
	display: block;
	width: 180px;
	height: 135px;
	margin-bottom: 20px;

	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.touch #wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview li a img,
.no-touch #wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview li a:hover img {
	opacity: 1;
}

#wrapper > .themenwelten-overview-container .close {
	margin: 0 auto;
}

#wrapper .background {
	position: relative;
}

#wrapper .background img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.fullscreen-container {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: 550px;
	background: #F7F7F7;
	z-index: 200;
}

.fullscreen-container .close {
	position: absolute;
	top: 0;
	right: 0;
}

.fullscreen-container .full-images {
	background: #F7F7F7;
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

.fullscreen-container .full-images .swiper-container {
	height: 100% !important;
	z-index: 1;
}

.fullscreen-container .full-images .swiper-container > .swiper-slide {
	display: none;
}

.fullscreen-container .full-images .swiper-container .swiper-wrapper > .swiper-slide img {
	display: block;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
}

.fullscreen-container .full-images .nav-arrow {
	position: absolute;
	display: block;
	top: 0;
	width: 50px;
	height: 100%;
	text-indent: -9999em;
}

.touch .fullscreen-container .full-images .nav-arrow {
	opacity: 0;
}

.fullscreen-container .full-images .nav-next {
	background: url('../img/icon_arrowright.png') right center no-repeat;
	background-size: 44px 44px;
	right: 0;
	opacity: 0;
	padding-left: 15%;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.svg .fullscreen-container .full-images .nav-next {
	background: url('../img/icon_arrowright.svg') right center no-repeat;
}

.no-touch .fullscreen-container .full-images .nav-next:hover {
	opacity: 1;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.fullscreen-container .full-images .nav-prev {
	background: url('../img/icon_arrowleft.png') left center no-repeat;
	background-size: 44px 44px;
	left: 0;
	opacity: 0;
	padding-right: 15%;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.svg .fullscreen-container .full-images .nav-prev {
	background: url('../img/icon_arrowleft.svg') left center no-repeat;
}

.no-touch .fullscreen-container .full-images .nav-prev:hover {
	opacity: 1;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.fullscreen-container .full-images .flex-control-nav {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	z-index: 999;
}

.fullscreen-container .full-images .flex-control-nav span {
	background: #E6E6E6;
	text-indent: -9999em;
	display: inline-block;
	cursor: pointer;
	width: 9px;
	height: 9px;

	border-radius: 20px;
	-webkit-border-radius: 20px;

	margin: 0 2.5px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.no-touch .fullscreen-container .full-images .flex-control-nav span:hover {
	background: #CCCCCC;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.fullscreen-container .full-images .flex-control-nav span.swiper-active-switch {
	background: #737373;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#wrapper > .overlay {
	background: #000000;
	display: none;
	position: absolute;
	opacity: 0.6;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* WRAPPER > navigation items */
#wrapper .background .navigation .item {
	display: block;
	position: absolute;
	cursor: pointer;
	opacity: 0.8;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.touch #wrapper .background .navigation .item {
	opacity: 1;
}

#wrapper .background .navigation .item.na {
	display: none;
}

.no-touch #wrapper .background .navigation .item:hover {
	opacity: 1;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#wrapper .background .navigation .item-topleft {
	background: url('../img/icon_plus_topleft.png') no-repeat;
	width: 44px;
	height: 54px;
}

.svg #wrapper .background .navigation .item-topleft {
	background: url('../img/icon_plus_topleft.svg') no-repeat;
}

#wrapper .background .navigation .item-topright {
	background: url('../img/icon_plus_topright.png') no-repeat;
	width: 44px;
	height: 54px;
}

.svg #wrapper .background .navigation .item-topright {
	background: url('../img/icon_plus_topright.svg') no-repeat;
}

#wrapper .background .navigation .item-righttop {
	background: url('../img/icon_plus_righttop.png') no-repeat;
	width: 54px;
	height: 44px;
}

.svg #wrapper .background .navigation .item-righttop {
	background: url('../img/icon_plus_righttop.svg') no-repeat;
}

#wrapper .background .navigation .item-rightbottom {
	background: url('../img/icon_plus_rightbottom.png') no-repeat;
	width: 54px;
	height: 44px;
}

.svg #wrapper .background .navigation .item-rightbottom {
	background: url('../img/icon_plus_rightbottom.svg') no-repeat;
}

#wrapper .background .navigation .item-bottomright {
	background: url('../img/icon_plus_bottomright.png') no-repeat;
	width: 44px;
	height: 54px;
}

.svg #wrapper .background .navigation .item-bottomright {
	background: url('../img/icon_plus_bottomright.svg') no-repeat;
}

#wrapper .background .navigation .item-bottomleft {
	background: url('../img/icon_plus_bottomleft.png') no-repeat;
	width: 44px;
	height: 54px;
}

.svg #wrapper .background .navigation .item-bottomleft {
	background: url('../img/icon_plus_bottomleft.svg') no-repeat;
}

#wrapper .background .navigation .item-leftbottom {
	background: url('../img/icon_plus_leftbottom.png') no-repeat;
	width: 54px;
	height: 44px;
}

.svg #wrapper .background .navigation .item-leftbottom {
	background: url('../img/icon_plus_leftbottom.svg') no-repeat;
}

#wrapper .background .navigation .item-lefttop {
	background: url('../img/icon_plus_lefttop.png') no-repeat;
	width: 54px;
	height: 44px;
}

.svg #wrapper .background .navigation .item-lefttop {
	background: url('../img/icon_plus_lefttop.svg') no-repeat;
}

/* WRAPPER > navigation items positions */
#wrapper .background .navigation .item-1 {
	top: 60%;
	left: 52.5%;
}

#wrapper .background .navigation .item-2 {
	top: 43%;
	left: 33%;
}

#wrapper .background .navigation .item-3 {
	top: 41%;
	left: 76.5%;
}

#wrapper .background .navigation .item-4 {
	top: 38%;
	left: 47%;
}

#wrapper .background .navigation .item-5 {
	top: 65.5%;
	left: 71.5%;
}

#wrapper .background .navigation .item-6 {
	top: 68.5%;
	left: 3%;
}

#wrapper .background .navigation .item-7 {
	top: 30.5%;
	left: 72.5%;
}

#wrapper .background .navigation .item-8 {
	top: 35.5%;
	left: 22.5%;
}

#wrapper .background .navigation .item-9 {
	top: 54%;
	left: 39%;
}

/* WRAPPER > product-info */
#wrapper > .product-info-container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrapper > .product-info-container .product-info {
	background: #FFFFFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 100%;
	z-index: 10;
}

#wrapper > .product-info-container .product-info .social-media {
	margin: 24px auto 0;
	text-align: center;
	width: 100%;
}

#wrapper > .product-info-container .product-info .social-media li {
	display: inline;
	margin: 0 2px;
}

#wrapper > .product-info-container .product-info .fullscreen {
	top: 282px;
	left: 310px;
	position: absolute;
	width: 30px;
	cursor: pointer;
	z-index: 999;

	font-family: 'TradeGothic-BoldCondTwenty';
	font-weight: normal;
	font-size: 11pt;
	text-transform: uppercase;
	color: #000;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.no-touch #wrapper > .product-info-container .product-info .fullscreen:hover {
	color: #FF0000;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#wrapper > .product-info-container .product-info h2 {
	width: 85%;
	margin: 59px auto 30px;
	font-family: 'TradeGothic-BoldCondTwenty';
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	text-transform: uppercase;
}

#wrapper > .product-info-container .product-info p {
	width: 85%;
	margin: 0 auto;
	font-family: 'TradeGothic18';
	font-size: 13pt;
	text-align: center;
	line-height: 1.45;
}

#wrapper > .product-info-container .product-info .price {
	width: 85%;
	margin: 30px auto 0;
	font-family: 'TradeGothic-BoldCondTwenty';
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
}

#wrapper > .product-info-container .product-info .price .currency {
	font-size: 11pt;
}

#wrapper > .product-info-container .product-info .button {
	background: url('../img/jetztentdeckenbutton.jpg') no-repeat;
	display: block;
	width: 220px;
	height: 70px;
	margin: 30px auto 0;
	text-indent: -9999em;
}

.svg #wrapper > .product-info-container .product-info .button {
	background: url('../img/jetztentdeckenbutton.svg') no-repeat;
}

#wrapper > .product-info-container .close {
	position: absolute;
	top: 0;
	left: 360px;
}

/* WRAPPER > images slider */
#wrapper > .product-info-container .product-info .swiper-container {
	background: #F7F7F7;
	position: relative;
	width: 360px;
	height: 260px;
}

#wrapper > .product-info-container .product-info .swiper-container .swiper-wrapper > .swiper-slide img {
	display: block;
	max-width: 360px;
	max-height: 260px;
	margin: 0 auto;
}

#wrapper > .product-info-container .product-info .nav-arrow {
	position: absolute;
	display: block;
	top: 0;
	width: 50px;
	height: 100%;
	text-indent: -9999em;
}

.touch #wrapper > .product-info-container .product-info .nav-arrow {
	opacity: 0;
}

#wrapper > .product-info-container .product-info .nav-next {
	background: url('../img/icon_arrowright.png') right center no-repeat;
	background-size: 44px 44px;
	right: 0;
	opacity: 0;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.svg #wrapper > .product-info-container .product-info .nav-next {
	background: url('../img/icon_arrowright.svg') right center no-repeat;
}

.no-touch #wrapper > .product-info-container .product-info .nav-next:hover {
	opacity: 1;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#wrapper > .product-info-container .product-info .nav-prev {
	background: url('../img/icon_arrowleft.png') left center no-repeat;
	background-size: 44px 44px;
	left: 0;
	opacity: 0;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.svg #wrapper > .product-info-container .product-info .nav-prev {
	background: url('../img/icon_arrowleft.svg') left center no-repeat;
}

.no-touch #wrapper > .product-info-container .product-info .nav-prev:hover {
	opacity: 1;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#wrapper > .product-info-container .product-info .flex-control-nav {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}

#wrapper > .product-info-container .product-info .flex-control-nav span {
	background: #E6E6E6;
	text-indent: -9999em;
	display: inline-block;
	cursor: pointer;
	width: 9px;
	height: 9px;

	border-radius: 20px;
	-webkit-border-radius: 20px;

	margin: 0 2.5px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.no-touch #wrapper > .product-info-container .product-info .flex-control-nav span:hover {
	background: #CCCCCC;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#wrapper > .product-info-container .product-info .flex-control-nav span.swiper-active-switch {
	background: #737373;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

/* FOOTER */
#footer {
	background: #000000;
	display: block;
	width: 100%;
	height: 45px;
	z-index: 100;
}

#footer.stick-to-bottom {
	margin-top: 45px;
}

#footer.stick-to-bottom,
#footer.full {
	position: absolute;
	bottom: 0;
}

@media all and (max-width: 1080px) {
	#wrapper > .product-info-container .product-info h2 {
		margin: 24px auto 15px;
	}

	#wrapper > .product-info-container .product-info .price {
		margin: 30px auto 0;
	}

	#wrapper > .product-info-container .product-info .button {
		margin: 30px auto 0;
	}
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
	#wrapper > .overview-container .overview .images-overview {
		width: 1000px;
	}

	#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview {
		width: 1000px;
	}
}

@media all and (min-width: 800px) and (max-width: 999px) {
	#wrapper > .overview-container .overview .images-overview {
		width: 800px;
	}

	#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview {
		width: 800px;
	}
}

@media all and (min-width: 600px) and (max-width: 799px) {
	#wrapper > .overview-container .overview .images-overview {
		width: 600px;
	}

	#wrapper > .themenwelten-overview-container .themenwelten-overview .images-themenwelten-overview {
		width: 600px;
	}
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    #logo {
    	background: url('../img/logo@2x.jpg') no-repeat;
    	background-size: 120px 45px;
    }

    .loadscreen .disclaimer #logo {
		background: url('../img/logo_loader@2x.jpg') no-repeat;
		background-size: 135px 39px;
	}
}