/* Online Shop */

/* -- Produktgruppen -- */

.shopProductGroup {
	margin: 15px 0;
}
.shopProductGroup:after {
	content: "";
	display: block;
	clear: both;
}
.shopProductGroup > li {
	margin: 15px 0;
	clear: both;
}
.shopProductGroup > li:after {
	clear: both;
	content: "";
	display: block;
}
.shopProductGroup > li > a {
	float: left;
}
.shopProductGroup > li > a > img {
	display: block;
}
.shopProductGroup > li > p {
	position: relative;
}
.shopProductGroup > li > p > a.title:after {
	display: block;
	content: "";
}
.shopProductGroup > li > p > a.more {
	bottom: 0;
	margin: 5px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
}

/* -- Auflistung Produkte -- */

.shopProductTeaser {
	margin: 15px 0;
}
.shopProductTeaser > li {
	display: inline-block;
	margin: 0 10px 20px 0;
	padding: 0 10px;
	vertical-align: top;
}
.shopProductTeaser > li > a.title {
	display: block;
	text-align: center;
}
.shopProductTeaser > li > a.img {
	display: block;
	text-align: center;
}
.shopProductTeaser > li > p > span.price {
	display: block;
	margin: 10px 0 0 0;
	text-align: right;
}
.shopProductTeaser > li > a.noimg {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.shopProductTeaser > li > a.noimg + p {
	margin: 6px 0 0 0;
}
.shopProductTeaser > li > a.noimg > div {
	background: #F2F2F2;
	border: 1px solid #FFFFFF;
	display: table-cell;
	outline: 1px solid #CFCFCF;
	padding: 0 35px;
	text-align: center;
	vertical-align: middle;
}

/* -- Produktdetail -- */

h1.shopProduct {
	padding: 0 120px 0 0; /* Abstand wg. Bewertungen */
}
.shopProduct {
	margin: 15px 0;
	position: relative;
}
.shopProduct:after {
	clear: both;
	content: "";
	display: block;
}
.shopProduct > .rating {
	position: absolute;
	right: 0;
	top: -41px;
	z-index: 10;
}
.shopProduct > .rating > div {
	background: url("/img/shop/shop.png") no-repeat left -180px;
	background-size: 150px auto;
	float: right;
	height: 21px;
	position: relative;
	width: 112px;
}
.shopProduct > .rating > div.hidden {
	display: none;
}
.shopProduct > .rating > div > div {
	background: url("/img/shop/shop.png") no-repeat left -225px;
	background-size: 150px auto;
	height: 21px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.shopProduct > .images {
	float: left;
	margin: 0 15px 15px 0;
}
.shopProduct > .images > ul {
	margin: 15px 0;
}
.shopProduct > .images > ul:after {
	content: "";
	clear: both;
	display: block;
}
.shopProduct > .images > ul > li {
	border: 1px solid #CFCFCF;
	cursor: pointer;
	float: left;
	margin: 0 7px 7px 0;
}
.shopProduct > .images > ul > li > img {
	height: auto;
	display: block;
}
.shopProduct > .images > ul.hidden {
	display: none;
}
.shopProduct > .details {
	float: right;
}
.shopProduct > .details > .price {
	margin: 15px 0;
	text-align: right;
}
.shopProduct > .details > .cart {
	margin: 15px 0;
	text-align: right;
}
.shopProduct > .details > .cart .row {
	margin: 10px 0;
}
.shopProduct > .details > .cart .row > label {
	margin: 0 15px 0 0;
}
.shopProduct > .details > .cart .row > input {
	text-align: center;
	width: 30px;
}
.shopProduct > .details > .cart .row > select {
	border: 1px solid #CFCFCF;
}
.shopProduct > .details > .cart .row > select > option {
	padding: 0 20px 0 0;
}
.shopProduct > .details > .cart .button {
	margin: 15px 0;
}
.shopProduct > .details > .cart .button > input {
	cursor: pointer;
}
.shopProduct > .attachment {
	float: right;
}
.shopProduct > .attachment > h3 {
	margin: 0 0 5px 0;
}
.shopProduct > .attachment > ul.documents {
	margin: 0 0 15px 0;
}
.shopProduct > .attachment > ul.documents > li > a {
	background: url("/img/shop/shop.png") no-repeat left -320px;
	background-size: 180px auto;
	display: inline-block;
	padding: 4px 0 0px 22px;
}
.shopProduct > .attachment > h3.hidden {
	display: none;
}
.shopProduct > .attachment > ul.info {
	font-size: small;
	margin: 0 0 15px 0;
}
.shopProduct > .attachment > ul.info > li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.shopProduct > .attachment > ul.info > li:nth-child(even) {
	background: #F8F8F8;
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}
.shopProduct > .attachment > ul.info > li:after {
	content: "";
	clear: both;
	display: block;
}
.shopProduct > .attachment > ul.info > li > .label {
	float: left;
	font-weight: bold;
	padding: 2px 0 3px 2%;
	width: 35%;
}
.shopProduct > .attachment > ul.info > li > .value {
	float: left;
	padding: 2px 0 3px 2%;
	width: 61%;
}
.shopProduct > .attachment > ul.info.hidden {
	display: none;
}
.shopProduct > .ratings {
	clear: both;
	margin: 15px 0;
	padding: 30px 0 0 0;
}
.shopProduct > .ratings .hidden {
	display: none;
}
.shopProduct > .ratings > h3 {
	margin: 0 0 5px 0;
}
.shopProduct > .ratings > p {
	margin: 0 0 15px 0;
}
.shopProduct > .ratings > form {
	margin: 0 0 15px 0;
}
.shopProduct > .ratings > .rating {
	margin: 10px 0;
}
.shopProduct > .ratings > .rating:after {
	clear: both;
	content: "";
	display: block;
}
.shopProduct > .ratings > .rating > div {
	background: url("/img/shop/shop.png") no-repeat left -180px;
	background-size: 150px auto;
	float: left;
	height: 21px;
	margin: 0 15px 0 0;
	position: relative;
	width: 112px;
}
.shopProduct > .ratings > .rating > div > div {
	background: url("/img/shop/shop.png") no-repeat left -225px;
	background-size: 150px auto;
	height: 21px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.shopProduct > .ratings > ul {
	margin: 15px 0;
}
.shopProduct > .ratings > ul:after {
	clear: both;
	content: "";
	display: block;
}
.shopProduct > .ratings > ul > li {
	float: left;
	margin: 0 5% 15px 0;
	width: 47.5%;
}
.shopProduct > .ratings > ul > li > p.user {
	border-bottom: 1px solid #CFCFCF;
	margin: 10px 0;
}
.shopProduct > .ratings > ul > li > p.text {
	margin: 0;
}
.shopProduct > .ratings > ul > li > p.user > span.stars {
	background: url("/img/shop/shop.png") no-repeat left -85px;
	background-size: 150px auto;
	display: inline-block;
	height: 20px;
	position: relative;
	top: 2px;
	width: 80px;
}
.shopProduct > .ratings > ul > li > p.user > span.stars > span {
	background: url("/img/shop/shop.png") no-repeat left -130px;
	background-size: 150px auto;
	display: block;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 0;
}
.shopProduct > .ratings > ul > li > p.text.overflow {
	overflow: hidden;
	position: relative;
}
.shopProduct > .ratings > ul > li > .more {
	border-top: 1px solid #CFCFCF;
	cursor: pointer;
	color: #999999;
	display: none;
	margin: 7px 0 0;
	text-align: center;
}
.shopProduct > .ratings > ul > li > .more.visible {
	display: block;
}
.shopProduct > .ratings > ul > li > p.text.overflow + .more {
	display: block;
}
.shopProduct > .further {
	margin: 15px 0;
}

/* -- Infobox -- */

.shopInfo {
	margin: 0 0 15px 0;
}
.shopInfo > h3 {
	background: url("/img/shop/shop.png") no-repeat scroll left 1px;
	background-size: 150px auto;
	margin-top: 0;
	padding: 2px 0 2px 35px;
}
.shopInfo a {
	display: table;
}
.shopInfo > .cart {
	margin: 10px 0;
}
.shopInfo .shortLogin label {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.shopInfo .shortLogin .field {
	padding: 3px 2px;
}

/* -- Warenkorb -- */

.shopCart {
	margin: 15px 0;
}
.shopCart > ul > li {
	clear: both;
	position: relative;
	margin: 15px 0;
}
.shopCart > ul > li.container {
	background: #F2F2F2;
	border: 1px solid #CFCFCF;
	margin: 0;
	padding: 5px 15px;
}
.shopCart > ul > li.containerContent {
	padding: 5px 15px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	margin: 0;
}
.shopCart > ul > li.containerContent.last {
	border-bottom: 1px solid #CFCFCF;
	margin: 0 0 25px 0;
}
.shopCart > ul > li:after {
	clear: both;
	content: "";
	display: block;
}
.shopCart > ul > li > form > a {
	float: left;
	margin: 0 20px 10px 0;
	position: relative;
	z-index: 10;
}
.shopCart > ul > li > form a.nolink {
	cursor: inherit;
}
.shopCart > ul > li > form a.nolink:hover {
	text-decoration: none;
}
.shopCart > ul > li > form > a.noimg {
	display: block;
}
.shopCart > ul > li > form > img {
	display: block;
}
.shopCart > ul > li > form > p {
	padding: 5px 0 0 0;
}
.shopCart > ul > li > form > p > a {
	display: table;
}
.shopCart > ul > li > form > div {
	text-align: right;
	position: relative; /* für Bestellzusammenfassung - Ausrichtung Anzahl */
}
.shopCart > ul > li > form > div.remove {
	position: absolute;
	right: 15px;
	top: 9px;
	z-index: 10;
}
.shopCart > ul > li > form > div.remove > a {
	background: url("/img/shop/shop.png") no-repeat left -480px;
	background-size: 200px auto;
	display: block;
	height: 19px;
	width: 14px;
}
.shopCart > ul > li > form > div.remove > a:hover {
	background: url("/img/shop/shop.png") no-repeat left -540px;
	background-size: 200px auto;
}
.shopCart > ul > li.container > form > div > .price,
.shopCart > ul > li.container > form > div > input,
.shopCart > ul > li.containerContent > form > div > input {
	display: none;
}
.shopCart > ul > li > form > div > input.field {
	text-align: center;
	width: 30px;
}
.shopCart > ul > li > form > div > input.button {
	margin: 0 10px;
	cursor: pointer;
	background: none;
	border: 0;
}
.shopCart > ul > li > form > div > .quantity {
	display: none;
}
.shopCart > ul > li > form > p.msg.error {
	margin: 15px 0 15px 0;
	padding: 1px 10px;
}
.shopCart > div {
	text-align: right;
}
.shopCart > div.buttons {
	margin: 10px 0;
}
.shopCart > div.buttons > a {
	margin: 0 0 0 25px;
}
.shopCart > div.buttons > a:first-child {
	margin-left: 0;
}
.shopCart > div.buttons > p.error {
	border: 1px solid #B30738;
	color: #B30738;
	margin: 10px 0 20px;
	padding: 1px 10px;
	text-align: left;
}

/* -- Registrierung -- */

.shopRegister select.field.birth {
	margin-right: 8px;
	min-width: 48px;
	width: auto;
}
.shopRegister .field.birth[name='year'] {
	min-width: 70px;
}

/* -- Login -- */

.shortLogin > div > .register {
	margin: 0 0 0 10px;
}

/* -- Auswahl Liefer- und Versandadresse -- */

.shopCheckout {
	margin: 15px 0;
}
.shopCheckout > form > ul {
	margin: 15px 0;
}
.shopCheckout > form > ul:after {
	clear: both;
	content: "";
	display: block;
}
.shopCheckout > form > ul > li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F2F2F2;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	float: left;
	margin: 0 2% 15px 0;
	min-height: 110px;
	padding: 1%;
	position: relative;
	width: 32%;
}
.shopCheckout > form.payment > ul > li {
	min-height: 0;
}
.shopCheckout > form > ul > li:hover {
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 4px #1983F0;
}
.shopCheckout > form > ul > li.selected {
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 4px #1D8D03;
}
.shopCheckout > form > ul > li.js > input {
	visibility: hidden;
}
.shopCheckout > form > ul > li > a.delete {
	display: none; /* DEFAULT -> none, nur anzeigen wenn mehr als 1 Adresse verfügbar, Check in JS */
}
.shopCheckout > form > ul > li > a.delete.visible {
	background: url("/img/shop/shop.png") no-repeat left -480px;
	background-size: 200px auto;
	display: inline-block;
	height: 19px;
	position: absolute;
	right: 4px;
	text-indent: -9999px;
	top: 2px;
	width: 14px;
	z-index: 5;
}
.shopCheckout > form > ul > li > a.delete:hover {
	background: url("/img/shop/shop.png") no-repeat left -540px;
	background-size: 200px auto;
}
.shopCheckout > form > ul > li > .info {
	color: #999999;
	font-size: small;
	padding: 1%;
	position: absolute;
	text-shadow: 2px 2px 0 #FFFFFF;
	text-transform: uppercase;
	top: 0;
	width: 96%;
}
.shopCheckout > form > .buttons > input {
	margin: 0 10px 0 0;
}
.shopCheckout > form > .buttons > input.hidden {
	display: none;
}
.shopCheckout > form > .buttons > a {
	display: inline-block;
}

/* -- Abschluss Bestellvorgang -- */

.shopOverview {
	margin: 15px 0;
}
.shopOverview > .address,
.shopOverview > .payment {
	float: left;
	margin: 0 2% 30px 0;
	width: 32%;
}
.shopOverview > .payment {
	margin-right: 0;
	text-align: right;
}
.shopOverview > .shopCart {
	clear: both;
}
.shopOverview > .shopCart > ul > li > form > div > .quantity {
	display: inline-block;
	margin: 0 10px 0 0;
}
.shopOverview > .shopCart > ul > li.container > form > div > .quantity,
.shopOverview > .shopCart > ul > li.containerContent > form > div > .quantity {
	display: none;
}

/* -- Elemente aus Warenkorb unsichtbar -- */

.shopOverview > h1,
.shopOverview > .shopCart > ul > li > form > div > input.field,
.shopOverview > .shopCart > ul > li > form > div > input.button,
.shopOverview > .shopCart > ul > li > form > div.remove,
.shopOverview > .shopCart > div.buttons {
	display: none;
}

/* -- Kontrollzentrum -- */

.shopControlPanel select.field.birth {
	margin-right: 8px;
	min-width: 48px;
	width: auto;
}
.shopControlPanel .field.birth[name='year'] {
	min-width: 70px;
}

/* -- neue Adresse anlegen -- */

.shopAddAddress {
	margin: 15px 0;
}

/* -- Login -- */

.shopLogin {
	margin: 15px 0;
}
.shopLogin > form > h3 {
	margin: 0 0 10px 0;
}
.shopLogin .cmsForm label {
	padding-left: 0;
	padding-right: 0;
}
.shopLogin .cmsForm .field {
	padding-left: 3px;
	padding-right: 3px;
}

/* Kundenspezifische Anpassungen Shop zwingende Angaben */

/* -- Infobox -- */

.shopInfo .shortLogin .field {
	width: 244px;
}

/* -- Produktgruppen -- */

.shopProductGroup > li > p {
	margin: 0 0 0 245px; /* Abstand Produktbild */
	padding: 0 0 30px; /* Abstand Text zu Mehr-Button unten */
}

/* -- Auflistung Produkte -- */

.shopProductTeaser > li {
	width: 208px; /* Breite Teaser */
}
.shopProductTeaser > li:nth-child(3n+0) { /* Abstand rechts jedes n Element 0 */
	margin-right: 0;
}
.shopProductTeaser > li > a.noimg > div {
	height: 120px; /* Höhe Platzhalter */
	width: 136px; /* Breite Platzhalter */
}

/* -- Produktdetail -- */

.shopProduct > .images {
	width: 230px; /* Breite Produktbild */
}
.shopProduct > .images > ul > li:nth-child(3n+0) { /* Abstand rechts jedes n Element 0 */
	margin-right: 0;
}
.shopProduct > .images > ul > li > img {
	width: 70px; /* Breite Produktbild Vorschau */
}
.shopProduct > .details {
	width: 460px; /* Breite rechte Spalte */
}
.shopProduct > .attachment {
	width: 460px; /* Breite rechte Spalte */
}
.shopProduct > .ratings > ul > li:nth-child(2n) { /* Abstand rechts jedes n Element 0 */
	margin-right: 0;
}
.shopProduct > .ratings > ul > li:nth-child(2n) + li { /* Clearing links jedes n Element aufheben */
	clear: left;
}
.shopProduct > .ratings > ul > li > p.text.overflow {
	max-height: 95px; /* Max Höhe Bewertungstext (eingeklappt) */
}

/* -- Warenkorb -- */

.shopCart > ul > li > form > a.noimg {
	height: 50px;
	width: 40px;
}
.shopCart > ul > li > form > p.msg.error {
	margin-left: 60px;
}

/* -- Auswahl Liefer- und Versandadresse -- */

.shopCheckout > form > ul > li:nth-child(3n+0) { /* Abstand rechts jedes n Element 0 */
	margin-right: 0;
}
.shopCheckout > form > ul > li:nth-child(3n+0) + li { /* Clearing links jedes n Element aufheben */
	clear: left;
}

/* -- Login -- */

.shopLogin {
	width: 473px;
}
.shopLogin .cmsForm label {
	width: 150px;
}
.shopLogin .cmsForm .field {
	width: 315px;
}

/* Kundenspezifische Anpassungen Shop freie Angaben */

/* Allgmein */

#ContentWrapper > div {
	margin-top: 0;
}
body.shopmenu.galleryGrid #ContentWrapper > div > section {
	padding-top: 25px;
}
body.shopmenu.galleryGrid.hasShopLinks #ContentWrapper > div > section {
    padding-top: 46px;
}
body > #PageWrapper:before,
body > #PageWrapper:after {
	display: none;
}
h1,
h2,
h3 {
    text-align: center;
}
h1 {
	margin-bottom: 33px !important;
}
body.shop h1 {
	margin-top: 95px !important;
}
body.hasShopLinks h1 {
    margin-top: 18px !important;
}
h2 {
    font-size: 22px;
    padding-bottom: 10px;
}
h3 {
    font-size: 22px;
}

/* Shopinfo */

body.shop .cmsForm > h2 {
	margin: 0;
	padding: 20px 0 0;
}
body.shop .cmsForm > h2:first-of-type {
	padding-top: 0;
}
body.shop section .cmsForm:not(.shortLogin) {
    display: table;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

/* Mein Konto */

aside.user {
	position: relative;
}
body.galleryGrid aside.user {
	padding-right: 100px;
}
aside.user:after {
	clear: both;
	content: "";
	display: block;
}
.shopControlPanel select.field.birth {
	float: left;
}

/* eingeloggt */

aside.user > a {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
    display: inline-block;
	float: right;
    font-weight: normal;
    line-height: 33px;
	margin: 42px 0 0 10px;
    padding: 0 20px;
    text-transform: uppercase;
}
aside.user > a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
	text-decoration: none;
}
aside.user > p {
	font-family: "Average Sans",sans-serif;
    font-size: 22px;
	float: left;
	margin: 42px 0 0;
}

/* noch nicht eingeloggt */

aside.user > .login {
	margin: 42px 0 0;
}
aside.user > .login:after {
	clear: both;
	content: "";
	display: block;
}
aside.user > .login > .shopHeadline {
	display: none;
	float: left;
	font-family: "Average Sans",sans-serif;
    font-size: 22px;
}
aside.user > .login > .shopInfo,
aside.user > .login > .bag {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
    cursor: pointer;
    display: inline-block;
	float: right;
    font-weight: normal;
    line-height: 33px;
	margin: 0 0 0 10px;
    padding: 0 20px;
    text-transform: uppercase;
}
aside.user > .login > .shopInfo {
	display: none;
}
aside.user > .login > .shopInfo:hover,
aside.user > .login > .bag:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
	text-decoration: none;
}
aside.user > .cmsForm {
	display: none;
}
aside.user.show  > .cmsForm {
    display: table;
}
.cmsForm.shortLogin {
    margin: 30px auto 48px;
    text-align: center;
    width: 250px;	
}
body.galleryGrid .cmsForm.shortLogin {
	padding-left: 100px;
	width: 350px;
}
.cmsForm.shortLogin > .row > .field {
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.cmsForm.shortLogin > .button {
	margin-bottom: 0;
}
.cmsForm.shortLogin > .button > input {
	background: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 33px;
}
.cmsForm.shortLogin > .button > input[type="submit"] {
	width: 35%;
}
.cmsForm.shortLogin > .button > input[type="button"] {
	margin-left: 5%;
	width: 60%;
}
.cmsForm.shortLogin > .button > input:hover {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
}
.cmsForm.shortLogin > .row > label {
	line-height: 35px;
	padding-right: 0;
	text-align: center;
	width: 100%;
}
.cmsForm.shortLogin > a {
	float: right;
	font-size: 12px;
	font-weight: 300;
	margin: 10px 0 0 0;
	-webkit-transition: text-decoration 300ms ease-in;
	-moz-transition: text-decoration 300ms ease-in;
	-ms-transition: text-decoration 300ms ease-in;
	-o-transition: text-decoration 300ms ease-in;
	transition: text-decoration 300ms ease-in;
}
.cmsForm.shortLogin > a:hover {
	text-decoration: underline;
}

/* ShopLogin */

.shopLogin {
	width: 100%;
}

/* Produktübersicht */

.shopProductTeaser li > p {
	display: none;
}
.productGallery {
	padding: 0 0 40px;
}
.productGallery div {
	position: relative;
}
.productGallery div:not(.pinit) > a > span {
    color: #000000;
    cursor: pointer;
    font-weight: normal;
    left: 50%;
    line-height: 1.5;
    margin: auto;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 10;
}
.productGallery div:not(.pinit) > a:hover > span {
    opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.productGallery div:not(.pinit) > a {
	display: block;
}
.productGallery div:not(.pinit) > a:before {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.productGallery div:not(.pinit) > a:hover:before {
    opacity: 1;
}
.productGallery div:not(.pinit) > a > img {
	display: block;
}
.productGallery a {
	display: block;
	position: relative;
	width: 100%;
}
.productGallery a > img {
	display: block;
	width: 100%;
}
.productGallery .pinit {
	background: url("/img/layout/pinit.png") no-repeat top left;
    display: block;
    height: 55px;
    opacity: 0;
    position: absolute;
    top: 10px;
    width: 55px;
    left: 10px;
    z-index: 10;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.productGallery .pinit > *,
.shopProduct > .images > .pinit > * {
	opacity: 0 !important;
}
.shopProduct > .images > .pinit > span {
	height: 100%;
}
.productGallery a:hover + .pinit,
.productGallery .pinit:hover {
	opacity: 1;
}
.productGallery a.noimg:hover + .pinit {
	display: none;
}
.productGallery .pinit > a {
	background: none !important;
	height: 100% !important;
	width: 100% !important;
}
.productGallery .pinit > a > span {
	display: none !important;
}


/* Produktdetail */

.shopProduct {
	margin-bottom: 40px;
	margin-top: 132px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shopProduct:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(207,207,207,0) 0%, rgba(207,207,207,1) 25%, rgba(207,207,207,1) 75%, rgba(207,207,207,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(207,207,207,0)), color-stop(25%,rgba(207,207,207,1)), color-stop(75%,rgba(207,207,207,1)), color-stop(100%,rgba(207,207,207,0)));
	background: -webkit-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: -o-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: -ms-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: linear-gradient(to right,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cfcfcf', endColorstr='#00cfcfcf',GradientType=1 );
	bottom: 0;
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;	
}
body.hasShopLinks .shopProduct {
	margin-top: 55px;
}
body.shopmenu .shopProduct {
	margin-top: 55px;
}
.shopProduct > .attachment {
	display: none;
}
.shopProduct .cmsLink.back {
    display: table;
    left: 0;
    margin: 0 0 5px;
	width: 100%;
}
.shopProduct .cmsLink.next,
.shopProduct .cmsLink.prev {
	float: none;
	margin-top: -44px;
	position: absolute;
	width: auto;
}
.shopProduct .cmsLink.prev {
    left: -60px;
}
.shopProduct .cmsLink.next {
    right: -292px;
}
.shopProduct > .images {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	position: relative;
	width: 100%;
	width: calc(100% - 250px);
}
.shopProduct > .images:after {
	clear: both;
	content: "";
	display: block;
}
.shopProduct > .images > div:first-child {
	display: flex;
	float: left;
	overflow: hidden;
	position: relative;
	width: 62%; /* 460 */
}
.shopProduct > .images > div:first-child > img {
	display: block;
	object-fit: cover;
	max-width: 100%;
}
.shopProduct > .images > ul {
    display: block;
    float: right;
    margin: 0;
    padding: 0 0 0 8px;
	width: 38%;
}
.shopProduct > .images > ul > li {
	border: 0;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.shopProduct > .images > ul > li:first-child,
.shopProduct > .images > ul > li.selected:first-child + li {
	margin: 0 0 8px;
}
.shopProduct > .images > ul > li.selected {
	display: none;
}
.shopProduct > .images > ul > li:after {
	background: #000000;
    background: rgba(0, 0, 0, 0.6);
    bottom: 20px;
    color: #FFFFFF;
    content: "\E830";
    font-family: "fontello";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -32px;
    text-align: center;
    width: 32px;
	-webkit-transition: right 300ms ease-in-out;
	-moz-transition: right 300ms ease-in-out;
	-ms-transition: right 300ms ease-in-out;
	-o-transition: right 300ms ease-in-out;
	transition: right 300ms ease-in-out;
}
.shopProduct > .images > ul > li:hover:after {
	right: 0;
}
.shopProduct > .images > ul > li > img {
	display: block;
    width: 100%;
}
.shopProduct > .images > .pinit {
	background: url("/img/layout/pinit.png") no-repeat top left;
    display: block;
    height: 55px;
    opacity: 0;
    position: absolute;
	overflow: hidden;
    top: 10px;
    width: 55px;
    left: 10px;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.shopProduct > .images > div:hover + ul + div + div + .pinit,
.shopProduct > .images > .pinit:hover {
	opacity: 1;
}
.shopProduct > .images > .pinit > a {
	background: none !important;
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}
.shopProduct > .images > .pinit > a:not(:first-child) {
	display: none !important;
}
.shopProduct > .images > .pinit > a > span {
	display: none !important;
}
.shopProduct > .details {
	width: 210px;
	z-index: 1;
	float: none;
	order: 1;
}
.shopProduct > .details > p > span {
	display: block;
	margin: 0 0 8px;
	position: relative;
}
.shopProduct > .details > p > span:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYmRiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(189,189,188,1) 0%, rgba(189,189,188,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,189,188,1)), color-stop(100%,rgba(189,189,188,0)));
	background: -webkit-linear-gradient(left,  rgba(189,189,188,1) 0%,rgba(189,189,188,0) 100%);
	background: -o-linear-gradient(left,  rgba(189,189,188,1) 0%,rgba(189,189,188,0) 100%);
	background: -ms-linear-gradient(left,  rgba(189,189,188,1) 0%,rgba(189,189,188,0) 100%);
	background: linear-gradient(to right,  rgba(189,189,188,1) 0%,rgba(189,189,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbc', endColorstr='#00bdbdbc',GradientType=1 );
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.shopProduct > .details > p > span > b {
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.2;
	padding: 0 0 8px;
	display: block;
}
.shopProduct > .details > p > a {
	font-weight: normal;
	font-style: italic;
}
.shopProduct > .details > p > .price {
    display: inline-block;
    font-weight: bold;
    padding: 15px 20px 0 0;
}
.shopProduct > .details > p > .price.original {
	text-decoration: line-through;
}
.shopProduct > .details > p > .priceAddition {
    display: block;
    font-weight: normal;
    padding: 2px 0 5px;
}
.shopProduct > .details > .cart .row {
    margin: 20px 0 0;
}
/*
.shopProduct .cart > form > .size {
	border: 1px solid #CFCFCF;
    height: 29px;
	position: relative;
    overflow: hidden;
}
.shopProduct .cart > form > .size:after {
	background: #7F7F7F;
	content: "";
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}
.shopProduct .cart > form > .size:before {
	color: #FFFFFF;
	content: "\E805";
	cursor: pointer;
	font-family: "fontello";
    font-size: 17px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 27px;
    z-index: 1;
}
.shopProduct .cart > form > .size:hover {
	height: auto;
}
.shopProduct .cart > form > .size > a,
.shopProduct .cart > form > .size > span {
    display: block;
    font-weight: normal;
    padding: 5px 30px 5px 10px;
    text-align: left;
}
.shopProduct .cart > form > .size > a:hover {
	background: #F2F2F2;
	text-decoration: none;
}
*/
.shopProduct .cart > form > .size {
	margin: 0 0 5px;
	position: relative;
}
.shopProduct .cart.noJS > form > .size:after {
	clear: both;
	content: "";
	display: block;
}
.shopProduct .cart > form > .size > select {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	font-size: 12px;
    height: 25px;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
}
.shopProduct .cart.noJS > form > .size > select {
	float: left;
	width: 115px !important;
}
.shopProduct .cart > form > .size > select > option.unavailable {
	color: #CFCFCF;
}
.shopProduct .cart:not(.noJS) > form > .size > button {
	display: none;
}
.shopProduct .cart.noJS > form > .size > button {
	display: block;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
    cursor: pointer;
	display: block;
	float: right;
	font-weight: normal;
	font-size: 12px;
    height: 25px;
    line-height: 21px;
    text-align: center;
}
.shopProduct .cart.noJS > form > .size > button:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}
.shopProduct .cart .row > input[type="submit"],
.shopProduct .cart .resetCombi {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
    cursor: pointer;
	display: block;
	font-weight: normal;
	font-size: 12px;
    line-height: 33px;
	margin: 19px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.shopProduct .cart .row > input[type="submit"]:hover,
.shopProduct .cart .resetCombi:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}
.shopProduct .cart .resetCombi {
	font-family: 'Helvetica',san-serif;
}
.shopProduct .cart .row > input[type="text"] {
	border: 1px solid #CFCFCF;
	height: 30px;
}
.shopProduct .cart .row > label {
	line-height: 25px;	
}
.shopProduct > .cart.mobile {
	display: none;
}
.shopProduct + .further {
	padding-bottom: 40px;
}

/* Weitere Produkte */

.productGallery:after {
	clear: both;
	content: "";
	display: block;
}
.productGallery > div {
	float: left;
	overflow: hidden;
	width: 275px;
}

/* Bewertungen */

.shopProduct > .rating {
	display: none;
}
.shopProduct > .ratings {
	display: none;
    margin-bottom: 0;
    margin-top: 45px;
    padding-top: 43px;
    position: relative;
}
.shopProduct > .ratings > h3 {
    margin-bottom: 0;
}
.shopProduct > .ratings > form + h3 {
    margin-bottom: -5px;
    margin-top: 20px;
}
.shopProduct > .ratings > form {
	margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 0;
}
.shopProduct > .ratings > .rating {
	display: none;
}
.shopProduct > .ratings > p {
	margin: 0 0 45px;
	text-align: center;
}
.shopProduct > .ratings > ul {
	margin-bottom: 30px;
}
.shopProduct > .ratings > ul > li {
    display: table;
    float: none;
    margin: 0 auto 10px;
	padding: 0 0 15px;
	position: relative;
}
.shopProduct > .ratings > ul > li:nth-child(2n) {
	margin-right: auto;
}
.shopProduct > .ratings > ul > li:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYmRiYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JkYmRiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2JkYmRiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(189,189,188,0) 0%, rgba(189,189,188,1) 25%, rgba(189,189,188,1) 75%, rgba(189,189,188,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,189,188,0)), color-stop(25%,rgba(189,189,188,1)), color-stop(75%,rgba(189,189,188,1)), color-stop(100%,rgba(189,189,188,0)));
	background: -webkit-linear-gradient(left,  rgba(189,189,188,0) 0%,rgba(189,189,188,1) 25%,rgba(189,189,188,1) 75%,rgba(189,189,188,0) 100%);
	background: -o-linear-gradient(left,  rgba(189,189,188,0) 0%,rgba(189,189,188,1) 25%,rgba(189,189,188,1) 75%,rgba(189,189,188,0) 100%);
	background: -ms-linear-gradient(left,  rgba(189,189,188,0) 0%,rgba(189,189,188,1) 25%,rgba(189,189,188,1) 75%,rgba(189,189,188,0) 100%);
	background: linear-gradient(to right,  rgba(189,189,188,0) 0%,rgba(189,189,188,1) 25%,rgba(189,189,188,1) 75%,rgba(189,189,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdbdbc', endColorstr='#00bdbdbc',GradientType=1 );
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.shopProduct > .ratings > ul > li:last-child:after {
	display: none;
}
.shopProduct > .ratings > ul > li > p.user {
	border-bottom: 0;
	margin: 0 0 3px;
}
.shopProduct > .ratings > ul > li > p {
	text-align: center;
}

/* Warenkorb */

.shopCart {
	position: relative;
}
.shopCart:after {
	clear: both;
	content: "";
	display: block;
}
.shopCart:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(207,207,207,0) 0%, rgba(207,207,207,1) 25%, rgba(207,207,207,1) 75%, rgba(207,207,207,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,207,207,0)), color-stop(25%,rgba(207,207,207,1)), color-stop(75%,rgba(207,207,207,1)), color-stop(100%,rgba(207,207,207,0)));
	background: -webkit-linear-gradient(top,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: -o-linear-gradient(top,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: -ms-linear-gradient(top,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: linear-gradient(to bottom,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cfcfcf', endColorstr='#00cfcfcf',GradientType=0 );
	content: "";
	left: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}
.shopCart > ul {
	float: left;
	padding: 0 20px 0 0;
	width: 50%;
}
.shopCart > ul > li {
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
}
.shopCart > ul > li:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(207,207,207,1) 0%, rgba(207,207,207,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(207,207,207,1)), color-stop(100%,rgba(207,207,207,0)));
	background: -webkit-linear-gradient(left,  rgba(207,207,207,1) 0%,rgba(207,207,207,0) 100%);
	background: -o-linear-gradient(left,  rgba(207,207,207,1) 0%,rgba(207,207,207,0) 100%);
	background: -ms-linear-gradient(left,  rgba(207,207,207,1) 0%,rgba(207,207,207,0) 100%);
	background: linear-gradient(to right,  rgba(207,207,207,1) 0%,rgba(207,207,207,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#00cfcfcf',GradientType=1 );
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.shopCart > ul > li:last-child:after {
	display: none;
}
.shopCart > ul > li > form:after {
	clear: both;
	content: "";
	display: block;
}
.shopCart > ul > li > form > a {
	margin-bottom: 0;
	max-width: 39.583333333333336%; /* 190 */
}
.shopCart > ul > li > form > a > img {
	display: block;
	width: 100%;
}
.shopCart > ul > li > form > p {
	margin: 0 0 0 20px;
	padding-left: 39.583333333333336%; /* 190 */
}
.shopCart > ul > li > form > p.size {
	padding-top: 0;
}
.shopCart > ul > li > form > div {
	margin: 0 0 0 20px;
	padding: 15px 0 0 39.583333333333336%; /* 190 */
	position: static;
	text-align: left;
}
.shopCart > ul > li > form > div > .field {
	height: 29px;
	margin: 0 10px;
}
.shopCart > ul > li > form > div > input.button {
	display: none;
}
.shopCart > ul > li > form > div > input.field {
    border: 1px solid #CFCFCF;
    height: 30px;
}

.shopCart > ul > li > form > div > a.remove {
	position: absolute;
    right: -2px;
    top: -5px;
}
.shopCart > ul > li > form > div > a.remove:after {
	content: "\E82A";
    font-family: "fontello";
    font-size: 17px;
    font-weight: normal;
}
.shopCart > ul > li > form > div > a.remove:hover {
	color: #CE0A0D;
	text-decoration: none;
}
.shopCart > div {
    float: right;
    padding: 0 0 0 20px;
    position: relative;
    width: 50%;
}
.shopOverview .shopCart > div.costs {
    font-size: 14px;
    margin: -41px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}
.shopCart > div.buttons {
	padding-top: 15px;
}
.shopCart > div.buttons:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(207,207,207,0) 0%, rgba(207,207,207,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(207,207,207,0)), color-stop(100%,rgba(207,207,207,1)));
	background: -webkit-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 100%);
	background: -o-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 100%);
	background: -ms-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 100%);
	background: linear-gradient(to right,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cfcfcf', endColorstr='#cfcfcf',GradientType=1 );
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
}
.shopCart > div.buttons > a {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
    display: inline-block;
    font-weight: normal;
    line-height: 33px;
	margin: 0;
    padding: 0 20px;
    text-transform: uppercase;	
}
.shopCart > div.buttons > a:first-child {
	margin-right: 10px;
}
.shopCart > div.buttons > a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
	text-decoration: none;
}

/* Liefer- & Zahlungsinfos */

section > p {
	text-align: center;
}
.shopCheckout {
	margin-bottom: 35px;
}
.shopCheckout > p {
	text-align: center;
}
.shopCheckout > form {
	padding: 0 0 50px;
}
.shopCheckout > form > ul > li {
	background: #FEFEFE;
	min-height: 115px;
	padding: 10px;
}
.shopCheckout > form > ul > li.selected,
.shopCheckout > form > ul > li:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.shopCheckout > form > .buttons > a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0.5)), color-stop(75%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    font-weight: normal;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 32%;
}
.shopCheckout > form > .buttons > a:hover {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 25%, rgba(242,242,242,1) 75%, rgba(242,242,242,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,0)), color-stop(25%,rgba(242,242,242,1)), color-stop(75%,rgba(242,242,242,1)), color-stop(100%,rgba(242,242,242,0)));
	background: -webkit-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 25%,rgba(242,242,242,1) 75%,rgba(242,242,242,0) 100%);
	background: -o-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 25%,rgba(242,242,242,1) 75%,rgba(242,242,242,0) 100%);
	background: -ms-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 25%,rgba(242,242,242,1) 75%,rgba(242,242,242,0) 100%);
	background: linear-gradient(to right,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 25%,rgba(242,242,242,1) 75%,rgba(242,242,242,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#00f2f2f2',GradientType=1 );
	text-decoration: none;
}
.shopCheckout > form > .buttons > a:after,
.shopCheckout > form > .buttons > a:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(207,207,207,0) 0%, rgba(207,207,207,1) 25%, rgba(207,207,207,1) 75%, rgba(207,207,207,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(207,207,207,0)), color-stop(25%,rgba(207,207,207,1)), color-stop(75%,rgba(207,207,207,1)), color-stop(100%,rgba(207,207,207,0)));
	background: -webkit-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: -o-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: -ms-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	background: linear-gradient(to right,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cfcfcf', endColorstr='#00cfcfcf',GradientType=1 );
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	top: 0;
	width: 100%;
}
.shopCheckout > form > .buttons > a:after {
	bottom: 0;
	top: auto;
}
.shopCheckout > .buttons {
	text-align: right;
}
.shopCheckout > .buttons > a {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #000000;
    display: inline-block;
    font-weight: normal;
    line-height: 33px;
    padding: 0 20px;
    text-transform: uppercase;
}
.shopCheckout > .buttons > a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
	text-decoration: none;
}	

/* Abschluss */

.shopOverview {
	margin-bottom: 0;
}
.shopOverview > .shopCart {
    margin-bottom: 20px;
}
.shopOverview > .address,
.shopOverview > .payment {
	margin-bottom: 80px;
} 
.shopOverview > .address > p,
.shopOverview > .payment > p {
	background: #FEFEFE;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #FFFFFF;
	margin: 10px 0 0;
	min-height: 98px;
	padding: 12px 15px;
	text-align: left;
}

@media all and (max-width: 1530px){

	body.galleryGrid aside.user {
		padding-right: 0;
	}
	body.galleryGrid .cmsForm.shortLogin {
		padding-left: 0;
		width: 250px;
	}
	aside.user > a,
	aside.user > p{
		margin-bottom: -10px;
		margin-top: 52px;
	}
	aside.user > .login {
		margin-top: 52px;
	}
	aside.user > .login > .shopInfo,
	aside.user > .login > .bag {
		margin-bottom: -10px;
	}

}
@media all and (max-width: 1400px){

	.shopProduct .cmsLink.next {
		right: -265px;
	}
	.shopProduct .cmsLink.prev {
		left: -33px;
	}

}
@media all and (max-width: 1170px){

	/* Produktdetail */

	.shopProduct {
		margin-bottom: 40px;
		padding-bottom: 16px;
	}
	.shopProduct > .images {
		width: calc(100% - 185px);
	}
	.shopProduct > .details {
		width: 170px;
	}
	.shopProduct > .details > .cart {
		display: none;
	}
	.shopProduct > .cart.mobile {
		display: table;
		margin: 40px auto 0;
		order: 2;
	}
	.shopProduct > .cart.mobile .row:after {
		clear: both;
        content: "";
		display: block;
	}
	.shopProduct > .cart.mobile > form > .size {
		border: 0;
		height: auto;
	}
	.shopProduct .cart .row > input[type="submit"],
	.shopProduct .cart .resetCombi {
		height: 30px;
        line-height: 30px;
		margin: 20px 0 25px;
	}
	.shopProduct > .cart.mobile > form > .size > select {
		height: 30px;
		text-align: center;
	}
	.shopProduct > .cart.mobile .row > input[type="text"] {
		height: 30px;
		margin: 0 8px;
		text-align: center;
		width: 30px;
	}
	.shopProduct > .cart.mobile .row > input[type="submit"] {
		float: right;
		line-height: 25px;
		margin-top: 0;
		padding: 0 10px;
		width: auto;
	}

}
@media all and (max-width: 1100px){

	/* Warenkorb */

	.shopCart:before {
		left: 55%;
	}
	.shopCart > ul {
		width: 55%;
	}
	.shopCart > div {
		width: 45%;
	}
	.shopCart > div.buttons > a:first-child {
		margin-bottom: -1px;
		margin-right: 0;
	}

}
@media all and (max-width: 950px){

	/* Produktdetail */

	.shopProduct {
		margin-top: 83px;
	}
	.shopProduct > .images {
		width: 100%;
	}
	.shopProduct > .details {
		left: auto;
		margin: 37px auto 13px;
		max-width: 440px;
		position: relative;
		text-align: center;
		top: auto;
	}
	.shopProduct > .details > .cart {
		display: none;
	}
	.shopProduct > .details > p > .price {
		margin: 0 auto;
	}
	.shopProduct > .details > p > .price:not(.original) {
		padding-right: 0;
	}
	.shopProduct > .details > p > span:after {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2MzYzNjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2MzYzNjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2MzYzIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(195,195,194,0) 0%, rgba(195,195,194,1) 25%, rgba(195,195,194,1) 75%, rgba(195,195,194,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(195,195,194,0)), color-stop(25%,rgba(195,195,194,1)), color-stop(75%,rgba(195,195,194,1)), color-stop(100%,rgba(195,195,194,0)));
		background: -webkit-linear-gradient(left,  rgba(195,195,194,0) 0%,rgba(195,195,194,1) 25%,rgba(195,195,194,1) 75%,rgba(195,195,194,0) 100%);
		background: -o-linear-gradient(left,  rgba(195,195,194,0) 0%,rgba(195,195,194,1) 25%,rgba(195,195,194,1) 75%,rgba(195,195,194,0) 100%);
		background: -ms-linear-gradient(left,  rgba(195,195,194,0) 0%,rgba(195,195,194,1) 25%,rgba(195,195,194,1) 75%,rgba(195,195,194,0) 100%);
		background: linear-gradient(to right,  rgba(195,195,194,0) 0%,rgba(195,195,194,1) 25%,rgba(195,195,194,1) 75%,rgba(195,195,194,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3c3c2', endColorstr='#00c3c3c2',GradientType=1 );		
		bottom: -1px;
	}

	/* Loginbereich */

	aside.user {
		text-align: center;
	}

	/* Warenkorb */

	.shopCart:before {
		display: none;
	}
	.shopCart > ul {
		padding-right: 0;
		width: 100%;
	}
	.shopCart > div {
		padding-left: 0;
		width: 100%;
	}
	.shopCart > div.buttons > a:first-child {
		margin-bottom: 0;
		margin-right: 10px;
	}
	.shopCart > ul > li > form > div,
	.shopCart > ul > li > form > p {
		padding-left: 0;
	}

	/* Liefer- & Zahlungsbedingungen */

	.shopCheckout > form > ul > li {
		width: 48.5%;
	}
	.shopCheckout > form > ul > li:nth-child(3n) {
		margin-right: 3%;
	}
	.shopCheckout > form > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	.shopCheckout > form > .buttons > a {
        width: 49%;
	}

	/* Zusammenfassung */
	
	.shopOverview .shopCart > div.costs {
		margin-top: 0;
		position: relative;
		top: 0;
	}
	.shopOverview > .address,
	.shopOverview > .payment {
		margin-right: 0;
		width: 48.5%;
	}
	.shopOverview > .address {
		margin-bottom: 25px;
	}
	.shopOverview > .address:first-child {
		margin-right: 3%;
	}
	.shopOverview > .payment {
		width: 100%;
	}
	.shopOverview > .payment > p {
		min-height: 0;
		text-align: center;
	}

}
@media all and (max-width: 930px){

	/* Formular */

	body.shop section .cmsForm {
		width: 100%;
	}
	body.shop section .cmsForm > .row > label {
		width: 40%;
	}
	body.shop section .shopOverview .cmsForm > .row > label {
		width: 30%;
	}
	body.shop section .cmsForm > .row > .field {
		width: 60%;
	}
	body.shop section .shopOverview .cmsForm > .row > .field {
		width: 70%;
	}
	body.shop section .cmsForm > .infotext {
		padding-left: 40%;
	}
	.shopControlPanel select.field.birth {
		width: auto !important;
	}

	/* Loginbereich */

	aside.user > .login > .shopHeadline {
		float: none;
		padding: 0 0 5px;
	}
	aside.user > .login > .shopInfo,
	aside.user > .login > .bag {
		float: none;
        margin: 0 5px;
	}

}
@media all and (max-width: 900px){

	.productGallery > div {
		width: 200px;
	}
        
}
@media all and (max-width: 830px){

	body.shop h1 {
		margin-bottom: 21px !important;
		margin-top: 75px !important;
	}
	.shopProduct {
		margin-top: 54px;
	}
	body.hasShopLinks h1 {
		margin-top: 40px !important;
	}
	aside.user > a,
	aside.user > p {
		margin-bottom: 0;
		margin-top: 41px;
	}

}
@media all and (max-width: 760px){

	/* Warenkorb Produktinfo */

	.shopCart > ul > li > form > div,
	.shopCart > ul > li > form > p {
		padding-left: 39.583333333333336%; /* 190 */
	}

}
@media all and (max-width: 700px){

	body.hasShopLinks h1 {
		margin-top: 30px !important;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 16px;
	}
		
	/* Loginbereich */

	aside.user {
		padding-top: 0;
		text-align: center;
	}
	aside.user > .login {
		margin: 10px 0 0;
	}
	aside.user > .login > .shopInfo {
		display: inline-block;
	}
	aside.user > .login > .shopInfo,
	aside.user > .login > .bag {
		padding-left: 15px;
		padding-right: 15px;
	}
	aside.user > a,
	aside.user > p {
		float: none;
		margin-top: 0;
	}

	/* Warenkorb */

	.shopCart > div {
		text-align: center;
	}
	.shopCart > div.buttons {
		padding-left: 0;
	}
	.shopCart > div.buttons:after {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(207,207,207,0) 0%, rgba(207,207,207,1) 25%, rgba(207,207,207,1) 75%, rgba(207,207,207,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(207,207,207,0)), color-stop(25%,rgba(207,207,207,1)), color-stop(75%,rgba(207,207,207,1)), color-stop(100%,rgba(207,207,207,0)));
		background: -webkit-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
		background: -o-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
		background: -ms-linear-gradient(left,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
		background: linear-gradient(to right,  rgba(207,207,207,0) 0%,rgba(207,207,207,1) 25%,rgba(207,207,207,1) 75%,rgba(207,207,207,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cfcfcf', endColorstr='#00cfcfcf',GradientType=1 );		
		width: 100%;
	}
	.shopCart > div.buttons > a {
		display: table;
		margin: 0 auto;
	}
	.shopCart > div.buttons > a:first-child {
		margin: 0 auto -1px;
	}
	.shopCheckout > form > .buttons > a {
		width: 100%;
	}

	/* Produktdetail */

	body.hasShopLinks .shopProduct {
		margin-top: 48px;
	}
	.shopProduct {
		margin-top: 50px;
	}
	.shopProduct > .images > div:first-child,
	.shopProduct > .images > ul {
		max-width: none;
	}
	.shopProduct > .details {
		margin-bottom: 30px;
	}
	.shopProduct .cmsLink.back {
		margin: 0 auto 16px;
	}
	.shopProduct .cmsLink.next,
	.shopProduct .cmsLink.prev {
		margin-top: 0;
		top: -73px;
	}
	.shopProduct ul.hidden + .cmsLink.prev,
	.shopProduct ul.hidden + .cmsLink.prev + .cmsLink.next {
		margin-top: 0;
	}
	.shopProduct .cmsLink.prev {
		left: 45px;
	}
	.shopProduct .cmsLink.next {
		left: auto;
		right: 19px;
	}
	#ContentWrapper > div > section {
		padding-top: 12px;
	}
	.shopProduct > .images > .pinit,
	.productGallery .pinit {
		background-size: 100% auto;
		height: 35px;
		width: 35px;
	}

	/* Loginbereich */

	aside.user > .cmsForm > .row > label {
		margin-bottom: 0;
	}
	body.shop section .cmsForm > .row > label {
		padding-right: 0;
		text-align: center;
	}
	body.shop section .cmsForm > .button {
		margin-top: 0;
		text-align: center;
	}
	body.shop section .cmsForm > .infotext {
		padding-left: 0;
	}

	/* Liefer- & Zahlungsinfos */

	.shopCheckout > form > ul > li {
		margin-bottom: 10px;
		margin-right: 0 !important;
		text-align: center;
		width: 100%;
	}
	.shopCheckout > .buttons {
		text-align: center;
	}

}
@media all and (max-width: 445px) {

	/* Loginbereich */

	aside.user > a {
		float: none;
		display: table;
		margin: 0 auto -1px;
		padding-left: 30px;
		padding-right: 30px;
	}
	aside.user > .login > .bag {
		display: table;
		margin: -1px auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Zusammenfassung */

	.shopOverview > .address {
		margin-bottom: 15px;
		width: 100%;
	}
	.shopOverview > .address:first-child {
		margin-right: 0;
	}
	.shopOverview > .address > p {
		text-align: center;
	}

	.shopProduct > .cart.mobile {
		margin-top: 0;
	}

}