/* font face einbindungen */

@font-face { font-family: 'SeroOT'; src: url('../font/SeroOT-Light.otf'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'SeroOT'; src: url('../font/SeroOT.otf'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'SeroOT'; src: url('../font/SeroOT-Bold.otf'); font-weight: 800; font-style: normal; }

html {
	width: 100%;
}

body {
	font-family: 'SeroOT', sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #404649;
	max-width: 800px;
	margin: auto;
	padding-left: 6px;
	padding-right: 6px;
}

a {
	color: #404649;
}

a img {
	border: none;
}

b {
	font-weight: 800;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.allcaps {
	text-transform: uppercase;
}

.red {
	color: #dc0c23;
}

.small {
	font-size: 11px;
	line-height: 13px;
}

.break {
	display: block;
}

.indent-text {
	padding-left: 3px;
}

header {
	display: block;
	position: relative;
	height: 122px;
}

.logo {
	position: absolute;
	left: -12px;
	top: 18px;
}

.logo img {
	width: 265px;
	height: 76px; 	
}

nav.top-nav {
	position: absolute;
	right: 0px;
	top: 41px;
	background-image: url("../img/nav-line.png");
	background-repeat: repeat-x;
	background-position: right center;
}

.top-nav .item {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	background-color: white;
	padding: 5px;
	margin-right: 12px;
	text-decoration: none;
}

.top-nav .item.sel {
	color: #9ea6ac;	
}

.top-nav .item:hover {
	color: #9ea6ac;	
	/*color: #f39200;*/
}

.top-nav .item.shoppingcart {
	margin-right: 9px;
}

.top-nav .item.shoppingcart img {
	position: relative;
	top: +2px;
}

.top-nav .item.suche img {
	position: relative;
	top: +2px;
}

.top-nav .item:last-child {
	margin-right: 0px;
}

.mobile-nav-container {
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 0;
	background-color: white;
	padding: 10px 0px 10px 0px;
	width: 100%;
	display: none;
	height: 0px;
	overflow: hidden;
}

.mobile-nav {
	margin: 0px;
	padding: 0px;
}

.mobile-nav li {
	list-style-type: none;
	margin: 0px;
	border-top: 1px solid #F0F0F0;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.mobile-nav li:last-child {
	border-bottom: 1px solid #F0F0F0;
}

.mobile-nav .item {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}

.mobile-nav .item-small {
	text-decoration: none;
	font-size: 10px;
	line-height: 18px;
}

.headertext {
	margin-bottom: 20px;
}

.gallery {
	height: 353px;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

.gallery .slides-container {
	position: relative;
	margin: auto;
	width: 800px;
}

.gallery #slides {
	position: relative;
	left: 0px;
}

.gallery #mainslide {
	position: absolute;
	left: 0px;
	top: 0px;
}

.gallery #rightslide {
	position: absolute;
	left: 810px;
	top: 0px;
}

.gallery #farrightslide {
	position: absolute;
	left: 1620px;
	top: 0px;
}

.gallery #leftslide {
	position: absolute;
	left: -810px;
	top: 0px;
}

.gallery-controls {
	background-image: url("../img/nav-line.png");
	background-repeat: repeat-x;
	background-position: right center;
	width: 100%;
	height: 16px;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

.gallery-controls #gallery-subtext {
	background-color: white;
	padding: 0px 15px;
	display: none;
}

.gallery-controls #gallery-pause, .gallery-controls #gallery-play {
	position: absolute;
	right: -5px;
	top: -4px;
	padding: 5px;
	background-color: white;
	display: none;
}

.footer {
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 14px;
}

.footer-row {
	display: table-row;
}

.footer-col {
	display: table-cell;
	width: 191px;
	padding-right: 12px;
}

.footer .footer-col:last-child {
	padding-right: 0px;
}

.footer-col h3 {
	background-image: url("../img/nav-line.png");
	background-repeat: repeat-x;
	background-position: left center;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
}

.footer-col h3 .text {
	background-color: white;
	padding-right: 8px;
}

.footer-col a {
	text-decoration: underline;
}

.footer-col a:hover {
	text-decoration: underline;
}

.impressum-link {
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 50px;
}

.impressum-link a {
	text-decoration: underline;
	color: #A0A6A9;
}

.impressum-link a:hover {
	text-decoration: underline;
	color: #404649;
}

.newsletter-form {
	margin-top: 10px;
}

.newsletter-form input[type=text] {
	border: solid 1px #bdbec0;
	margin: 0px;
	padding: 2px;
}

.newsletter-form input[type=submit] {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #404649;
	font-family: 'SeroOT', sans-serif; 
	cursor: pointer;
	text-decoration: underline;
}

.newsletter-form input[type=submit]:hover {
	text-decoration: underline;
}

.quicklink-row {
	display: table-row;
}

.quicklink {
	display: table-cell;
	width: 250px;
	height: 300px;
	padding-right: 25px;
	position: relative;	
}

.quicklink .image-link {
	display: block;
	position: relative;
	width: 250px;
	height: 152px;
}

.quicklink-row .quicklink:last-child {
	padding-right: 0px;
}

.quicklink .overlay {
	display: none;
	width: 250px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.quicklink .overlay .text {
	width: 250px;
	height: 152px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
}

.no-touch .quicklink a:hover .overlay {
	display: block;
}

.no-touch .quicklink .overlay#overlay-1 { background-color: rgba(243,146,0,0.75); }
.no-touch .quicklink .overlay#overlay-2 { background-color: rgba(0,177,235,0.55); }
.no-touch .quicklink .overlay#overlay-3 { background-color: rgba(193,209,0,0.80); }

.quicklink h2 {
	font-size: 26px;
	line-height: 26px;
	margin: 22px 0px 14px 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.quicklink .read-more {
	text-decoration: underline;
}

.quicklink .read-more:hover {
	text-decoration: underline;
}

.textcontent {
	padding-right: 280px;
	padding-bottom: 40px;
	position: relative;
	min-height: 300px;
}

.textcontent.katalog {
	padding-right: 0px;
	max-width: 760px;
}

.textcontent.katalog {
	min-height: 0px;
}

.textcontent.shop {
	min-height: 122px;
}

.textcontent .breadcrumb-trail {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
}


.textcontent h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 10px 0px 22px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.textcontent.shop h1, .textcontent.katalog h1 {
	font-size: 26px;
	line-height: 26px;
}

.textcontent h2 {
	font-size: 13px;
	line-height: 16px;
	margin: 22px 0px 16px 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.textcontent ul {
	padding-left: 16px;	
}

.textcontent .right-col {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 210px;
}

.textcontent.shop .right-col {
	width: 250px;
}

.textcontent .right-col .bild {
	margin-bottom: 8px;
	margin-top: 4px;
}

.textcontent .right-col h2 {
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0px 2px 0px;
	text-transform: uppercase;
	text-decoration: underline;
}

.textcontent .right-col .subhead {
	margin: 2px 0px 10px 0px;
}

.textcontent .right-col .submenu {
	border-top: solid 1px #bdbec0;
	margin: 0px;
	padding: 0px;
}

.textcontent .right-col .submenu li {
	border-bottom: solid 1px #bdbec0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.textcontent .right-col .submenu li a {
	display: block;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 10px 7px 2px;
	background-image: url(../img/weiterpfeil.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.textcontent .right-col .submenu li a:hover {
	text-decoration: underline;
}

.textcontent.shop .aktionspanel {
	background-color: #e3ab41;
	color: white;
	padding: 5px 10px;
	margin-top: 5px;
}

.textcontent.shop .aktionspanel h2 {
	text-decoration: none;
	font-size: 21px;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.textcontent.shop .aktionspanel a {
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 16px 0px 0px;
	background-image: url(../img/weiterpfeil-white.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.textcontent.shop .aktionspanel a:hover {
	text-decoration: underline;
}

.referenzen h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 10px 0px 22px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.referenzen .column {
	display: table-cell;
	width: 350px;
	padding-right: 100px;
}

.referenzen .column:last-child {
	padding-right: 0px;
}

.referenzen h2 {
	border-top: solid 1px #bdbec0;
	border-bottom: solid 1px #bdbec0;
	margin: 0px;
	padding: 0px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 7px 2px 7px 2px;
}

.referenzen ul {
	margin-bottom: 50px;
	padding: 0px;
}

.referenzen li {
	list-style-type: none;
	padding: 3px 0px 7px 0px;
}

.referenzen li a {
	text-decoration: none;
	padding-right: 20px;
	padding-top: 2px;
}

.referenzen li a:hover {
	background-image: url(../img/weiterpfeil-thin.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.green-button {
	background-color: #cad726;
	color: white;
	display: block;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 7px 10px 7px 2px;
	background-image: url(../img/weiterpfeil-white.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.green-button:hover {
	text-decoration: underline;
}

.shop-header {
	padding: 5px 3px;
	border-top: solid 1px #bdbec0;
	border-bottom: solid 1px #bdbec0;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 13px;
}

.shop-header .warenkorb-link {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 3px 5px 6px;
}

.shop-header .warenkorb-link.overlay {
	display: none;
	background-color: #cad726;
	color: white;
}

.shop-header .warenkorb-link.overlay a {
	color: white;
}

.shop-header a {
	font-weight: 800;
	text-decoration: none;
}

.shop-header a:hover {
	text-decoration: underline;
}

.shop-products {
	width: 824px;
}

.shop-entry {
	width: 182px;
	height: 250px;
	float: left;
	margin-right: 24px;
	position: relative;
}

.shop-entry .image {
	width: 182px;
	height: 182px;
	margin-bottom: 5px;
	position: relative;
}

.shop-entry .info {
	border-top: solid 1px #bdbec0;
	padding: 7px 3px;
	font-size: 11px;
	line-height: 15px;
	position: relative;
}

.shop-entry .info .name {
	font-weight: 800;
	width: 100px;
}

.shop-entry .info .preis {
	position: absolute;
	right: 2px;
	top: 7px;
}

.shop-entry .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 182px;
	height: 182px;
	background: rgba(183,208,0,0);
	-webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
}

.shop-entry .link {
	position: absolute;
	left: 0px;
	top: 0px;
}

.no-touch .shop-entry .overlay:hover {
	background: rgba(183,208,0,0.65);
}

.produktbild-1 {
	margin-top: 20px;
	margin-right: 52px;
	margin-bottom: 40px;
	float: left;
}

.produktbild-2 {
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
}

.in-den-warenkorb {
	font-size: 16px;
	line-height: 18px;
	padding-top: 8px;
	padding-left: 3px;
}

.textcontent ul.product-facts {
	padding-left: 0px;
	margin-bottom: 30px;
}

.textcontent ul.product-facts li {
	list-style-type: none;
	margin-bottom: 12px;
}

.textcontent ul.product-facts b {
	font-weight: 800;
	text-transform: uppercase;
}

.textcontent ul.product-facts .preis {
	font-size: 20px;
	line-height: 22px;
}

.textcontent ul.product-facts .preis .zusatz {
	font-size: 12px;
}

.textcontent ul.product-facts .nettopreis {
	margin-bottom: 24px;
}


.blaettern {
	position: relative;
	padding: 7px 0px;
}

.blaettern .blaettern-rechts {
	position: absolute;
	top: 7px;
	right: 0px;
}

.thumbnails {
}

.thumbnails .thumb {
	float: left;
	margin-right: 35px;
}

.thumbnails .thumb:last-child {
	margin-right: 0px;
}

.anfrageformular {
	padding-bottom: 40px;
	position: relative;
	display: none;
}

.anfrageformular .breadcrumb-trail {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 13px;
	line-height: 16px;
}

.anfrageformular table {
	width: 100%;
	margin-top: 20px;
}

.anfrageformular tr {
	height: 27px;
	vertical-align: top;
}

.anfrageformular .col1 { width: 77px; }
.anfrageformular .col2 { width: 336px; }
.anfrageformular .col3 { width: 77px; }
.anfrageformular .col4 { width: 310px; }

.anfrageformular .col1, .anfrageformular .col3 {
	text-transform: uppercase;
}

.anfrageformular input[type=text] {
	border: solid 1px #bdbec0;
	width: 302px; 
	font-family: 'SeroOT', sans-serif; 
	font-size: 12px;
	line-height: 9px;
	padding: 1px 3px 0px 3px;
	position: relative;
	top: -4px;
}

.anfrageformular input[type=radio] {
	position: relative;
	top: -2px;
}

.anfrageformular textarea {
	border: solid 1px #bdbec0;
	width: 794px;
	height: 80px;
	font-family: 'SeroOT', sans-serif; 
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}

.anfrageformular .stern {
	color: #bdbec0;
	line-height: 9px;
}

.anfrageformular .sterninfo {
	color: #bdbec0;
	font-size: 10px;
	line-height: 9px;
	margin-bottom: 10px;
}

.anfrageformular input[type=submit] {
	background-color: #cad726;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 90px 6px 2px;
	background-image: url(../img/weiterpfeil-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	cursor: pointer;
	margin-right: 40px;
}

.warenkorb {
	padding-bottom: 100px;
}

.warenkorb h1 {
	font-size: 23px;
	line-height: 23px;
	margin: 30px 0px 30px 0px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 3px;
}

.warenkorb table {
	width: 100%;
}

.warenkorb th {
	text-align: left;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: solid 1px #bdbec0;
	padding: 5px 3px;
}

.warenkorb td {
	padding: 3px 3px;
	vertical-align: top;
}

.warenkorb .produkt td {
	padding: 15px 3px;
	vertical-align: top;
}

.warenkorb td b {
	font-weight: 800;
}

.warenkorb input[type=text] {
	border: solid 1px #bdbec0;
	font-family: 'SeroOT', sans-serif; 
	font-size: 12px;
	line-height: 9px;
	padding: 1px 3px 0px 3px;
	position: relative;
}

.warenkorb input.menge {
	width: 30px;
	text-align: center;
	border: solid 1px #bdbec0;
	font-family: 'SeroOT', sans-serif; 
	font-size: 12px;
	line-height: 9px;
	padding: 1px 3px 0px 3px;
	position: relative;
	top: -4px;
	margin-right: 5px;
}

.warenkorb .col1 {
	width: 300px;
}

.warenkorb .col2 {
	width: 127px;
}

.warenkorb .col3a {
	width: 25px;
}

.warenkorb .col3b {
	width: 55px;
	text-align: right;
}

.warenkorb .produkt .col4 {
	padding-left: 70px;
}

.warenkorb input[type=submit] {
	background-color: #cad726;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 90px 6px 2px;
	background-image: url(../img/weiterpfeil-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	cursor: pointer;
	margin-top: 15px;
}

.adresseingabe {
	width: 360px;
	margin-bottom: 40px;
}

.adresseingabe table {
	width: 100%;
}

.adresseingabe td {
	padding: 6px 3px 0px 3px;
	vertical-align: middle;
	white-space: nowrap;
}

.adresseingabe td.radiobutton {
	vertical-align: top;
	padding-right: 0px;
}

.adresseingabe .col1 {
	width: 100px;
}

.adresseingabe input[type=text] {
	width: 240px;
}

.adresseingabe input[type=text].plz {
	width: 49px;
}

.adresseingabe input[type=text].ort {
	width: 180px;
}

.adresseingabe sup {
	color: #C0C0C0;
}

.adresseingabe .legende {
	color: #C0C0C0;
	font-size: 11px;
	padding-top: 5px;
}

.disabled input[type=text], .disabled input[type=radio], .disabled .anredeauswahl {
	border-color: #E4E4E4;
	color: #E4E4E4;
}

.disabled select {
	color: #E4E4E4;
}

.disabled .col1, .disabled sup {
	color: #E4E4E4;
}

.container {
	position: relative;
}

.adresseingabe.rechtsbuendig {
	position: absolute;
	right: 0px;
	top: 0px;
}

.lieferadresse_gleich {
	position: absolute;
	right: 0px;
	top: 4px;
	font-size: 11px;
}

.adresseingabe .zusatzinfo {
	font-size: 11px;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 10px;
}

.mobile-menu {
	display: none;
}

.menu-button {
	position: absolute;
	right: 6px;
	top: 28px;
	text-transform: uppercase;
	padding-right: 22px;
	background-image: url(../img/mobile-menu-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 13px 11px;
	line-height: 11px;
	text-decoration: none;
}

.menu-close {
	position: absolute;
	right: 6px;
	top: 28px;
	text-transform: uppercase;
	padding-right: 22px;
	background-image: url(../img/mobile-menu-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 13px 11px;
	line-height: 11px;
	display: none;
	text-decoration: none;
}

.katalog iframe {
	border-top: solid 1px #bdbec0;
	border-bottom: solid 1px #bdbec0;	
	padding-top: 20px;
	padding-bottom: 20px;
}

.featherlight iframe {
	width: 1000px;
	height: 1000px;
}		

.architonic-button {
	background-color: #cad726;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 90px 6px 2px;
	background-image: url(../img/weiterpfeil-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	cursor: pointer;
	margin-right: 40px;
}



/* SMALL SCREEN */
@media only screen and (max-width: 820px) {
	.logo {
		left: 0px;
	}
	
	.shop-products {
		width: auto;
		text-align: center;
	}
	
	.shop-entry {
		display: inline-block;
		float: none;
		margin-left: 12px;
		margin-right: 12px;
		text-align: left;
		vertical-align: top;
	}
	
	.adresseingabe {
		width: 100%;
	}
	
	.adresseingabe.rechtsbuendig {
		position: relative;
		right: auto;
		top: auto;
	}
}


/* MOBILE */
@media only screen and (max-width: 760px) {

	body {
		overflow-x: hidden;
	}

	header {
		height: 80px;
	}
	
	.body {
		position: relative;
		overflow: hidden;
	}
	
	.top-nav {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	.quicklink {
		display: block;
		width: 100%;
		height: auto;
		padding-right: 0px;
		position: relative;	
		margin-bottom: 30px;
	}

	.quicklink h2 {
		margin-top: 12px;
	}
	
	.logo {
		top: 10px;
	}

	.logo img {
		width: 181px;
		height: 52px; 	
	}
	
	.headertext {
		margin-bottom: 8px;
	}
	
	.textcontent {
		padding-right: 0px;
		padding-bottom: 20px;
	}
	
	.textcontent .right-col {
		position: relative;
		width: 100%;
		margin-top: 40px;
	}
	
	.footer {
		margin-bottom: 10px;
	}

	.footer-row {
		display: block;
		width: 100%;
	}

	.footer-col {
		display: block;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 25px;
	}
	
	.referenzen .column {
		display: block;
		width: 100%;
		padding-right: 0px;
	}

	.warenkorb {
		padding-bottom: 20px;
	}
	
	.warenkorb .col4 {
		display: none;
	}
	
	.thumbnails .thumb {
		margin-right: 15px;
	}

	.thumbnails .thumb:last-child {
		margin-right: 0px;
	}

	.shop-entry {
		display: block;
		width: auto;
		margin: 0px;
	}
	
	.shop-entry .image {
		margin: auto;
		margin-bottom: 5px;
	}
}

/* PHONE generell */
@media only screen and (max-width: 480px) {

	.adresseingabe .col1 {
		width: 80px;
	}
	
	.adresseingabe input[type=text] {
		width: 190px;
	}
	
	.adresseingabe input[type=text].plz {
		width: 49px;
	}
	
	.adresseingabe input[type=text].ort {
		width: 130px;
	}

	.adresseingabe .zusatzinfo {
		font-size: 11px;
		line-height: 13px;
		padding-top: 3px;
		padding-left: 22px;
		padding-bottom: 10px;
	}
	
	.anfrageformular {
		font-size: 10px;
	}
}

/* IPHONE */
@media only screen and (max-width: 320px) {

	.quicklink {
		width: 310px;
	}
	
	.quicklink .image-link {
		width: 310px;
		height: 188px;
	}

	.quicklink img {
		width: 310px;
	}
}


/* RETINA */
@media screen and (min-resolution: 2dppx), screen and (-webkit-min-device-pixel-ratio: 2) { 

	.textcontent .right-col .submenu li a {
		background-image: url(../img/weiterpfeil-big.png);
		background-size: 11px 12px;
	}

	.referenzen li a:hover {
		background-image: url(../img/weiterpfeil-thin-big.png);
		background-size: 7px 11px;
	}

	.textcontent.shop .aktionspanel a {
		background-image: url(../img/weiterpfeil-white-big.png);
		background-size: 9px 12px;
	}

	.green-button {
		background-image: url(../img/weiterpfeil-white-big.png);
		background-size: 11px 12px;
	}
	
	.anfrageformular input[type=submit] {
		background-image: url(../img/weiterpfeil-white-big.png);
		background-size: 11px 12px;
	}

}