		.wrapper {
			position: relative;
			margin: 20px auto;
			max-width: 1390px;
			color: #333;
			font-family: 'Open Sans';
		}
		
		.wrapper h1,
		.wrapper h2,
		.wrapper h3,
		.wrapper h4,
		.wrapper h5,
		.wrapper p {
			margin: 0
		}
		
		.row {
			clear: both;
		}
		
		.header {
			text-align: center;
			margin-bottom: 50px;
		}
		
		.logo {
			display: inline-block;
			vertical-align: top;
			margin-bottom: 20px;
			margin-top: 5px;
		}
		
		.logo img {
			max-width: 100%;
		}
		
		.contactBlock {
			position: absolute;
			top: 0;
			right: 0;
			padding-left: 0;
			list-style: none;
		}
		
		.contactBlock li {
			margin-bottom: 5px;
			font-size: 20px;
			font-weight: 600;
		}
		
		.contactBlock li i {
			margin-right: 10px;
		}
		
		.nav {
			padding-left: 0;
			height: 55px;
			border-top: 2px solid #333;
			border-bottom: 2px solid #333;
			background: #fff;
			list-style: none;
		}
		
		.nav li {
			display: inline-block;
			vertical-align: top;
			margin-right: -4px;
			width: 16.6%;
			font-size: 16px;
			line-height: 55px;
		}
		
		.nav li a {
			color: #333;
			text-decoration: none;
			font-size: 16px;
		}
		
		.nav li a:hover {
			text-decoration: underline;
		}
		
		.leftSide {
			display: inline-block;
			margin-right: 4%;
			width: 45.5%;
			vertical-align: top;
		}
		
		.gallery {}
		
		.bigPic {
			text-align: center;
			margin-bottom: 40px;
		}
		
		.bigPic img {
			max-width: 100%;
		}
		
		.gallery p {
			color: #888888;
			text-align: center;
			font-size: 13px;
			margin-bottom: 40px;
		}
		
		.galleryInfo {}
		
		.galleryInfoPic {
			display: inline-block;
			vertical-align: top;
			width: 50%;
			margin-right: -4px;
			padding-top: 20px;
		}
		
		.galleryInfoPic img {
			max-width: 90%;
		}
		
		.galleryInfo ul {
			padding-left: 0;
			display: inline-block;
			vertical-align: top;
			list-style: none;
			width: 50%;
			margin-right: -4px;
			font-size: 15px;
		}
		
		.galleryInfo ul li {
			display: inline-block;
			vertical-align: top;
			margin-bottom: 5px;
		}
		
		.galleryInfo ul li:nth-child(even) {
			margin-right: -4px;
		}
		
		.galleryInfo ul li:nth-child(odd) {
			width: 50%;
			margin-right: -4px;
		}
		
		.rightSide {
			display: inline-block;
			margin-right: -4px;
			width: 50%;
			vertical-align: top;
		}
		
		.artikelbeschreibung {}
		
		.artikelbeschreibung h1 {
			font-size: 24px;
			margin-bottom: 20px;
			font-family: 'Montserrat';
		}
		
		.kurzbeschreibung {
			padding-bottom: 20px;
			border-bottom: 2px solid #FFA74E;
			font-size: 16px;
		}
		
		.artikelbeschreibung .kurzbeschreibung:last-child {
			border-bottom: 2px solid #FFA74E;
		}
		
		.produkt-eigenschaften {
			display: inline-block;
			margin-right: -4px;
			padding-top: 10px;
			padding-left: 0;
			width: 33.3%;
			list-style: none;
			vertical-align: top;
			font-size: 14px;
		}
		
		.produkt-eigenschaften h4 {
			margin-bottom: 10px;
		}
		
		.produkt-eigenschaften li {
			margin-bottom: 5px;
			padding-right: 10px;
		}
		
		.produkt-eigenschaften li i {
			display: inline-block;
			margin-right: 5px;
			color: #666;
			vertical-align: top;
			font-size: 12px;
			line-height: 1.5;
		}
		
		.produkt-eigenschaften li p {
			display: inline-block;
			width: 85%;
			vertical-align: top;
		}
		
		.upgradesContainer {
			margin-top: 20px;
		}
		
		.upgradesContainer .leftSide {
			text-align: center;
			border-top: 1px solid #ddd;
			padding-top: 40px;
		}
		
		.upgradesContainer .leftSide h3 {
			margin-bottom: 20px;
			font-family: 'Montserrat';
			font-size: 21px;
		}
		
		.upgradesContainer .leftSide p {
			margin: 0 auto 40px auto;
			max-width: 350px;
			line-height: 1.5;
			font-size: 16px;
		}
		
		.upgrades {
			list-style: none;
			padding-left: 0;
		}
		
		.upgrades li {
			display: inline-block;
			vertical-align: top;
			text-align: center;
			width: 21%;
			margin: 0 1.3%;
			outline: 1px solid #ddd;
			padding: 20px 0;
		}
		
		.upgrades li:last-child {
			margin-right: -4px;
		}
		
		.upgrades h4 {
			font-weight: 400;
			font-size: 16px;
			margin-top: 10px;
		}
		
		.upgradeImgContainer img {
			max-width: 50%;
			max-height: 100%;
		}
		
		.upgradeBtn {
			display: block;
			background-color: #FFA74E;
			border: 2px solid #FFA74E;
			font-size: 13px;
			color: #fff;
			text-decoration: none;
			border-radius: 5px;
			width: 96px;
			height: 28px;
			line-height: 28px;
			margin: 15px auto 0 auto;
			transition: 0.15s all;
		}
		
		.upgradeBtn:hover {
			color: #FFA74E;
			background-color: #fff;
			transition: 0.15s all;
		}
		
		.individualInfo {
			border-left: 15px solid #f5f5f5;
			padding-left: 25px;
			padding-top: 20px;
			padding-bottom: 35px;
		}
		
		.individualInfoHeader {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #ddd;
			color: #FFA74E;
		}
		
		.individualInfoHeader i {
			color: #FFA74E;
			font-size: 50px;
			display: inline-block;
			vertical-align: top;
			margin-right: 10px;
		}
		
		.individualInfoHeader h3 {
			font-weight: 400;
			font-size: 18px;
			display: inline-block;
			vertical-align: top;
			margin-right: -4px;
			max-width: 300px;
		}
		
		.individualInfo ol {
			padding-left: 15px;
		}
		
		.individualInfo ol li {
			margin-bottom: 17px;
			line-height: 1.5;
			color: #FFA74E;
			font-weight: bold;
			font-size: 16px;
		}
		
		.individualInfo ol li span {
			color: #333;
			font-weight: 400;
		}
		
		.footer {
			list-style: none;
			padding-left: 0;
			font-size: 14px;
			background-color: #f5f5f5;
			padding: 20px;
			border-top: 1px solid #ddd;
			margin-top: 0;
		}
		
		.footer li {
			display: inline-block;
			vertical-align: top;
			width: 12.3%;
			margin-right: -5px;
			text-align: center;
		}
		
		.footer li a {
			color: #949494;
			text-decoration: none;
			font-size: 14px;
		}
		
		.footer li a:hover {
			color: #333;
		}
		/* Large Devices, Wide Screens */
		
		@media only screen and (max-width: 1200px) {
			.wrapper {
				padding-right: 10px;
				padding-left: 10px;
			}
		}
		
		@media only screen and (max-width: 1090px) {
			.upgrades li,
			.upgrades li:last-child {
				width: 44%;
				margin: 0 2% 20px 2%;
				padding: 20px 0;
			}
			.nav {
				padding: 20px 0;
				height: auto;
			}
			.nav li {
				font-size: 14px;
				line-height: 1.3;
				width: 15.6%;
			}
		}
		/* Medium Devices, Desktops */
		
		@media only screen and (max-width: 992px) {
			.leftSide {
				width: 30%;
			}
			.rightSide {
				width: 65%
			}
			.galleryInfoPic,
			.galleryInfo ul {
				display: block;
				width: 100%;
				margin: 10px auto;
			}
		}
		/* Small Devices, Tablets */
		
		@media only screen and (max-width: 768px) {
			.imgType1 {
				float: left;
				max-width: 40%;
				margin-right: 15px;
			}
			.faqPara {
				max-width: 100%;
			}
			.logo {
				display: block;
				max-width: 50%;
				text-align: center;
				margin: 0 auto 20px auto;
			}
			.contactBlock {
				margin: 0;
			}
			.contactBlock li {
				font-size: 16px;
			}
			.logo {
				max-width: 30%;
			}
			.nav {
				height: auto;
				padding: 0;
			}
			.nav li {
				display: block;
				width: 100%;
				line-height: 50px;
				border-bottom: 1px solid #ddd;
			}
			.nav li:last-child {
				border-bottom: none;
			}
			.leftSide,
			.rightSide {
				display: block;
				width: 100%;
			}
			.galleryInfoPic {
				display: inline-block;
				vertical-align: top;
				width: 40%;
			}
			.galleryInfoPic img {
				max-width: 90%;
			}
			.galleryInfo ul {
				display: inline-block;
				vertical-align: top;
				width: 55%;
			}
			.galleryInfo ul li {
				display: inline-block;
				vertical-align: top;
				margin-bottom: 5px;
			}
			.galleryInfo ul li:nth-child(even) {
				margin-right: -4px;
			}
			.galleryInfo ul li:nth-child(odd) {
				width: 50%;
				margin-right: -4px;
			}
			.artikelbeschreibung {
				margin-top: 30px;
				border-top: 1px solid #ddd;
				padding-top: 30px;
			}
			.upgrades li {
				width: 21%;
				margin: 0 1.3%;
				padding: 20px 0;
			}
			.upgrades li:last-child {
				width: 21%;
				margin: 0 -4px 0 1.3%;
			}
			.individualInfo {
				margin-top: 50px;
			}
		}
		/* Extra Small Devices, Phones */
		
		@media only screen and (max-width: 480px) {
			.wrapper {
				padding-right: 0;
				padding-left: 0;
			}
			.logo {
				display: block;
				max-width: 80%;
				text-align: center;
				margin: 0 auto 20px auto;
			}
			.logo img {
				max-width: 100%;
			}
			.contactBlock {
				position: static;
				display: block;
			}
			.contactBlock li {
				font-size: 18px;
			}
			.artikelbeschreibung {
				text-align: center;
			}
			.wrapper .kurzbeschreibung {
				margin-bottom: 20px;
			}
			.galleryInfo {
				width: 300px;
				margin: 0 auto;
				text-align: left;
			}
			.galleryInfo ul {
				width: 210px;
				margin-bottom: 30px;
				display: block;
				margin: 0 auto;
			}
			.galleryInfoPic {
				text-align: center;
				width: 100%;
			}
			.galleryInfo ul li:nth-child(even) {
				width: 80px;
				margin-right: -4px;
			}
			.galleryInfo ul li:nth-child(odd) {
				width: 120px;
				margin-right: -4px;
			}
			.produkt-eigenschaften {
				width: 100%;
				display: block;
				margin: 0 auto;
				width: 240px;
				text-align: left;
			}
			.upgrades li,
			.upgrades li:last-child {
				width: 42%;
				margin: 0 1.3% 25px 1.3%;
			}
			.individualInfoHeader {
				text-align: center;
			}
			.individualInfoHeader i {
				margin-bottom: 10px;
			}
			.footer li {
				display: block;
				border-bottom: 1px solid #ddd;
				width: 100%;
				padding: 10px 0;
			}
		}
		/* Custom, iPhone Retina */
		
		@media only screen and (max-width: 320px) {}