@CHARSET "UTF-8";

@font-face {
	font-family: 'PillGothic300mgRegular';
	src: url('/font-face/pillgothic300mg-regular-webfont.eot');
	src: url('/font-face/pillgothic300mg-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/font-face/pillgothic300mg-regular-webfont.woff') format('woff'),
		 url('/font-face/pillgothic300mg-regular-webfont.ttf') format('truetype'),
		 url('/font-face/pillgothic300mg-regular-webfont.svg#PillGothic300mgBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PillGothic300mgBold';
	src: url('/font-face/pillgothic300mg-bold-webfont.eot');
	src: url('/font-face/pillgothic300mg-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/font-face/pillgothic300mg-bold-webfont.woff') format('woff'),
		 url('/font-face/pillgothic300mg-bold-webfont.ttf') format('truetype'),
		 url('/font-face/pillgothic300mg-bold-webfont.svg#PillGothic300mgBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #787878;
	background: url('/images/background.png');
}

.clear { clear: both; }

a img { border: 0px; }

h1 {
	margin: 0px 0px 0px 0px;
	font-family: PillGothic300mgBold;
	font-size: 24px;
	font-weight: normal;
	color: #BB1F25;
	line-height: 24px;
	text-transform: uppercase;
}

h2, h3, h4 {
	margin: 28px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}
h2 span {
	vertical-align: middle;
}
h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #787878;
	line-height: 26px;
}

ul {
	margin: 0px;
}

a {
	color: #BB1F25;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.icon {
	color: #BB1F25;
	text-decoration: none;
}
a.icon span {
	text-decoration: underline;
}
a.icon:hover span {
	text-decoration: none;
}


/* Layout */
#header {
	height: 158px;
	background: #fff;
	margin-bottom: 63px;
}
#header .inner {
	position: relative;
	max-width: 977px;
	height: 158px;
	margin: 0px auto;
	padding: 0 10px;
}
#header .logo {
	position: absolute;
	width: 200px;
	height: 62px;
	right: 0px;
	top: 27px;
}
#header .logo img {
	border: 0;
	width: 100%;
	height: auto;
}
#header ul.menu {
	position: absolute;
	left: 10px;
	top: 0px;
	height: 100px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header ul.menu li {
	float: left;
	height: 100px;
	margin-right: 20px;
}

#header ul.menu li a {
	display: block;
	height: 45px;
	padding: 55px 13px 0px 13px;
	
	font-family: PillGothic300mgBold;
	font-size: 21px;
	font-weight: normal;
	line-height: 45px;
	color: #2d2d2d;
	text-transform: uppercase;
	text-decoration: none;
}
#header ul.menu li.active a {
	background: #bb1f25;
	color: #fff;
}
#header ul.menu li.active ul li a {
	background: transparent;
	color: #b4b4b4;
}
#header ul.menu li.active ul li.active a {
	color: #fff;
}
#header ul.menu li a:hover {
	background: #5B5B5B;
	color: #fff;
}
#header ul.menu li.active a:hover, #header ul.menu li.open a {
	background: #5B5B5B;
	color: #fff;
}
#header ul.menu li.active ul li a:hover {
	background: transparent;
	color: #fff;
}
#header ul.menu li.active a:hover, #header ul.menu li.active.open a {
	background: #bb1f25;
	color: #fff;
}
#header ul.menu li:hover > ul {
	display: block;
	z-index: 20;
	background: #2d2d2d;
	padding: 22px;
}
#header ul.menu ul {
	display: none;
	position: absolute;
}
#header ul.menu ul li {
	display: block;
	height: auto;
	float: none;
}
#header ul.menu ul li a {
	color: #b4b4b4;
	padding: 5px;
	font-size: 17px;
	height: auto;
	line-height: 25px;
}
#header ul.menu li:hover > a {
	background: #5b5b5b;
	color: #fff;
}
#header ul.menu li.active:hover > a {
	background: #bb1f25;
}
#header ul.menu ul li a:hover {
	background: transparent;
}

#header .talen {
	position: absolute;
	right: 10px;
	top: 5px;
}
/* IE7/8 fix*/

.product-image {
	position: relative;
}

.product-image > div {
	position: absolute;
	width: 200px;
	height: 205px;
	top: 75px;
	left: 97px;
	background: url(/images/magnifying-glass-white.png) 0 0 no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

.product-image:hover > div {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div.submenu {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #333333;
	overflow: hidden;
	min-width: 230px;
	padding: 25px 30px;
	z-index: 1000;
}
div.submenu.open {
	display: block;
}
div.submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.submenu li {
	display: block;
}
div.submenu li a {
	display: block;
	font-family: PillGothic300mgBold;
	font-size: 17px;
	font-weight: normal;
	line-height: 36px;
	color: #b4b4b4;
	text-transform: uppercase;
	text-decoration: none;
}
div.submenu li a:hover {
	color: #fff;
}
div.submenu ul:not(:hover) li.active a, div.submenu li a:hover {
	color: #fff;
}

#contents {
	max-width: 977px;
	margin: 0px auto;
}

#usp {
	position: relative;
	margin: 80px 0px 10px 0px;
}
#usp div {
	text-align: center;
	position: relative;
	max-width: 977px;
	padding:20px 10px;
	margin: 0px auto;
	background: #fff;
	z-index: 1;
}
#usp div.line {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	margin: 0px;
	right: 50%;
	z-index: 0;
}
#usp ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	z-index: 1;
	padding-right: 0;
}

#usp li {
	font-family: PillGothic300mgBold;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
}

#footer {
	max-width: 977px;
	margin: 0px auto 50px auto;
}

#footer .footnote {
	font-family: PillGothic300mgBold;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	color: #919191;
}

#footer .bar {
	position: relative;
	height: 46px;
	padding: 0px 0px 0px 85px;
	background: url('/images/strip.png') 0px -215px;
}

#footer .logo {
	position: absolute;
	left: 9px;
	top: 0px;
	width: 64px;
	height: 68px;
	background: url('/images/strip.png') 0px 0px;
}

#footer .bar ul {
	position: relative;
	top: 2px;
	height: 42px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer .bar li {
	height: 42px;
	float: left;
	font-size: 13px;
	line-height: 42px;
	color: #333333;
	padding: 0px 0px 0px 25px;
	background: url('/images/strip.png') -19px -148px no-repeat;
}
#footer .bar li.first {
	padding: 0px;
	background: none;
}
#footer .bar li a {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
#footer .bar li a:hover {
	color: #BB1F25;
}

#footer a.webba {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 200px;
	height: 46px;
	line-height: 46px;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	text-align: right;
}
#footer a.webba:hover {
	color: #BB1F25;
}
/* End Layout */

/* Tools */
.textshadow {
	text-shadow: #fff 1px 1px;
}
span.textshadowIE {
	position: relative;
	overflow: visible;
	display: inline-block;
}
span.textshadowIE span {
	position: relative;
	white-space: nowrap;
}
span.textshadowIE span.shadow {
	position: absolute;
	color: #fff;
	left: 1px;
	top: 1px;
}
/* Tools */

/* Text */
#text {
	background: #fff;
	padding: 40px 44px;
}

#text .left {
	float: left;
	width: 416px;
}
#text .right {
	float: right;
	width: 416px;
}
#text .right h1, #text .left h1 {
	margin-bottom: 10px;
}
/* End Text */




/* Text */
#slideshow {
	width: 100%;
	height: auto;
	margin-top: -41px;
}
#slideshow ol {
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 6px 10px 0px 10px;
	height: 35px;
	background: #fff;
}
#slideshow ol.controls-1  { width: 28px; }
#slideshow ol.controls-2  { width: 56px; }
#slideshow ol.controls-3  { width: 84px; }
#slideshow ol.controls-4  { width: 112px; }
#slideshow ol.controls-5  { width: 140px; }
#slideshow ol.controls-6  { width: 168px; }
#slideshow ol.controls-7  { width: 196px; }
#slideshow ol.controls-8  { width: 244px; }
#slideshow ol.controls-9  { width: 252px; }
#slideshow ol.controls-10 { width: 280px; }
#slideshow ol li {
	float: left;
	width: 28px;
	height: 28px;
	background: url('/images/strip.png') -18px -562px no-repeat;
	cursor: pointer;
}
#slideshow ol li.active {
	background: url('/images/strip.png') -18px -630px no-repeat;
}
#slideshow ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100% !important;
    height: auto !important;
	background: #fff;
	overflow: visible !important;
}
#slideshow ul li {
	width: 100% !important;
	height: auto !important;
	padding: 0;
}

#slideshow ul li p {
	width: 383px;
}
#slideshow ul li strong {
	font-family: PillGothic300mgBold;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
}
#slideshow ul li a.button {
	float: left;
	margin-top: 15px;
	font-family: PillGothic300mgBold;
	font-size: 13px;
	font-weight: normal;
	color: #5b5b5b;
	text-transform: uppercase;
	background: #e4e4e4;
	height: 31px;
	min-width: 101px;
	line-height: 31px;
	text-align: center;
	padding: 0px 10px;
	text-decoration: none;
}
#slideshow ul li a.button:hover {
	background: #5b5b5b;
	color: #fff;
}
.slide-tekst {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 40%;
	padding: 20px;
	background:rgba(255, 255, 255, 0.75);
}
/* End Text */

/* Home product categories */
#homecategories .head {
	height: 100px;
	font-family: PillGothic300mgBold;
	font-size: 23px;
	font-weight: normal;
	line-height: 110px;
	text-align: center;
	text-transform: uppercase;
	color: #919191;
}
#homecategories .head span {
	vertical-align: middle;
}
#homecategories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: -12px;
}
#homecategories ul li {
	float: left;
	width: 185px;
	height: 31px;
	margin-right: 12px;
	margin-bottom: 12px;
}
#homecategories ul li a {
	display: block;
	width: 186px;
	height: 31px;
	background: #BB1F25;
	color: #fff;
	font-family: PillGothic300mgBold;
	font-size: 15px;
	font-weight: normal;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#homecategories ul li a:hover {
	background: #5B5B5B;
}
/* Home product categories */

/* Category */
#categoryhead {
	background: #fff;
	min-height: 295px;
}

#categoryhead .info {
	float: left;
	width: calc(100% - 400px);
	padding: 40px 44px;
}
#categoryhead .info h1 {
	color: #333333;
	margin-bottom: 26px;
	font-size: 30px;
}
#categoryhead .info p {
	color: #919191;
	font-family: PillGothic300mgRegular;
	font-size: 18px;
}
#categoryhead .image {
	float: right;
	width: 295px;
	height: 295px;
}
/* End Category */


/* Products */
#products .head {
	height: 100px;
	font-family: PillGothic300mgBold;
	font-size: 23px;
	font-weight: normal;
	line-height: 110px;
	text-align: center;
	text-transform: uppercase;
	color: #919191;
}
#products .head span {
	vertical-align: middle;
}
#products ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#products ul li {
	position: relative;
	float: left;
	width: 50%;
	height: 270px;
	background: #fff;
	padding: 22px 27px 0px 192px;
	box-sizing: border-box;
}
#products ul li.left {
	border-top: 2px solid #f2f2f2;
}
#products ul li.right {
	border-top: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
}
#products ul li.top {
	border-top: none;
}

#products ul li h2 {
	margin: 0px 0px 0px 0px;
	font-family: PillGothic300mgBold;
	font-size: 24px;
	font-weight: normal;
	color: #BB1F25;
	line-height: 24px;
	text-transform: uppercase;
}
#products ul li p {
	font-size: 16px;
}

#products ul li .button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: PillGothic300mgBold;
	font-size: 13px;
	font-weight: normal;
	color: #5b5b5b;
	text-transform: uppercase;
	background: #e4e4e4;
	height: 31px;
	min-width: 101px;
	line-height: 31px;
	text-align: center;
	padding: 0px 10px;
	text-decoration: none;
}
#products ul li .button:hover {
	background: #5b5b5b;
	color: #fff;
}

#products ul li .image {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 160px;
	height: 213px;
}

#products ul li .image.landscape {
	left: 20px;
	top: 50px;
	width: 160px;
	height: 120px;
}
/* End Products */

/* Product */
#product {
	background: #fff;
}

#product .breadcrumb {
	height: 53px;
	line-height: 53px;
	background: #f6f6f6;
	padding: 0px 23px;
}

#product .breadcrumb a {
	font-family: PillGothic300mgBold;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

#product .left {
	float: left;
	width: 65%;
}
#product .left .info {
	padding: 40px 44px;
}
#product .left .info img {
	max-width: 100%;
	height: auto !important;
}
#product .left h1 {
	margin-bottom: 26px;
}
#product .left .media {
	border-top: 1px solid #f2f2f2;
	padding: 40px 44px;
}

#product .left .media .movie {
	display:block;
	width:554px;
	height:416px
}
#product .left .media .movie video {
	width:554px;
	height:416px;
}

#product .right {
	float: right;
	width: 34%;
	border-left: 2px solid #f2f2f2;
}

#product .right ul.downloads {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
}
#product .right ul.downloads li {
	padding: 17px 0px 13px 16px;
}
#product .right ul.downloads li a {
	font-family: PillGothic300mgBold;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
#product .right ul.downloads li a span {
	text-decoration: none;
	margin-right: 17px;
}
#product .right ul.downloads li a:hover span {
	text-decoration: underline;
}

#product .right .product-image {
	text-align: center;
}
/* End Product */

/* Form */
form {
	margin: 0px;
}
fieldset {
	margin: 0px;
	border: none;
	background: #c2c2c2;
	padding: 32px;
}
fieldset h2 {
	margin: 0px -20px 0px 0px;
	font-family: PillGothic300mgBold;
	font-size: 21px;
	font-weight: normal;
	color: #333333;
	line-height: 33px;
	text-transform: uppercase;
}
fieldset p {
	color: #333333;
}
fieldset label {
	display: block;
	color: #3e3e3e;
	padding: 14px 0px 7px 0px;
}
fieldset input[type="text"], fieldset input[type="password"] {
	display: block;
	width: 100%;
	height: 27px;
	border: 1px solid #959595;
	background: #e8e8e8;
	outline: none;
	color: #3e3e3e;
	font-family: Arial;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

#recaptcha_area input[type="text"] {
	height: auto !important;
	line-height: 16px !important;
}

fieldset input[type="text"]:focus {
	border: 1px solid #3e3e3e;
}
fieldset input.error {
	border: 1px solid #BB1F25;
}

fieldset textarea {
	display: block;
	width: 100%;
	height: 161px;
	border: 1px solid #959595;
	background: #e8e8e8;
	outline: none;
	color: #3e3e3e;
	font-family: Arial;
	line-height: 28px;
	padding: 5px 10px;
	resize: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}
fieldset textarea:focus {
	border: 1px solid #3e3e3e;
}
fieldset textarea.error {
	border: 1px solid #BB1F25;
}

fieldset input[type="submit"] {
	display: block;
	width: 268px;
	height: 39px;
	border: 1px solid #fff;
	background: #BB1F25;
	outline: none;
	color: #fff;
	font-family: PillGothic300mgBold;
	font-weight: normal;
	line-height: 27px;
	padding: 5px 10px;
	margin-top: 16px;
	-webkit-appearance: none;	
}
fieldset input[type="submit"]:focus, fieldset input[type="submit"]:hover {
	background: #5B5B5B;
}
/* End Form*/

/* Contact */
#contact {
	background: #fff;
}

#contact .left {
	float: left;
	width: 40%;
}
#contact .right {
	float: right;
	width: 60%;
	padding: 40px 44px;
	box-sizing: border-box;
}
#contact .right h1, #text .left h1 {
	margin-bottom: 10px;
}
#contact .left fieldset input[type="text"] {
	width: 100%;
}
#contact .left fieldset textarea {
	width: 100%;
}
/* End Contact */

/* Icons */
span.icon-arrow {
	display: inline-block;
	width: 34px;
	height: 17px;
	background: url('/images/strip.png') -15px -365px no-repeat;
	vertical-align: middle;
}
span.icon-info {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url('/images/strip.png') -15px -289px no-repeat;
	vertical-align: middle;
}
span.icon-3d {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('/images/strip.png') -19px -430px no-repeat;
	vertical-align: middle;
}
span.icon-pdf {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url('/images/strip.png') -11px -489px no-repeat;
	vertical-align: middle;
}
/* End Icons */

#homeblokken {
	margin-top: 50px;
}
#homeblokken ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#homeblokken ul li {
	float: left;
	border-left: 1px solid #F2F2F2;
	background: #fff;
	width: 33.3%;
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 180px;
	box-sizing: border-box;
}
#homeblokken ul li:first-child {
	border-left: none;
}
#homeblokken ul li:nth-child(4){
	border-left: none;
}
#homeblokken ul li h2 {
	position: absolute;
	left: 20px;
	top: 20px;
	font-family: PillGothic300mgBold;
	font-size: 18px;
	font-weight: normal;
	color: #BB1F25;
	line-height: 24px;
	text-transform: uppercase;
}
#homeblokken ul li .image {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 90px;
	border: 0;
	height: 90px;
}
#homeblokken ul li p {
	padding: 50px 10px 36px 125px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
#homeblokken ul li .button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-top: 15px;
	font-family: PillGothic300mgBold;
	font-size: 13px;
	font-weight: normal;
	color: #5b5b5b;
	text-transform: uppercase;
	background: #e4e4e4;
	height: 31px;
	min-width: 101px;
	line-height: 31px;
	text-align: center;
	padding: 0px 10px;
	text-decoration: none;
}
#homeblokken ul li .button:hover {
	background: #5b5b5b;
	color: #fff;
}

#contact .slide {
	background: #fff;
	padding: 70px 80px 50px 50px;
	border-top: 50px solid #C2C2C2;
}

#contact .slide ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 877px;
	overflow: hidden;
}
#contact .slide ul li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 877px;
}
#contact .slide ul li img {
	display: block;
	height: 450px;
	width: 877px;
}
#contact .slide ul li > div {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 25%;
	padding: 30px;
	background: #fff;
	font-size: 14px;
}
#contact .slide ul li > div h2 {
	margin: 0px 0px 0px 0px;
	font-family: PillGothic300mgBold;
	font-size: 22px;
	font-weight: normal;
	color: #BB1F25;
	line-height: 26px;
}

#contact .slide ol {
	float: left;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#contact .slide ol li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 48px;
	height: 48px;
	border: 1px solid #959595;
	cursor: pointer;
}
#contact .slide ol li:first-child {
	margin-left: 0px;
}
#contact .slide ol li.active, #contact .slide ol li:hover {
	border: 1px solid #BB1F25;
}
#contact .slide ol li img {
	display: block;
	width: 48px;
	height: 48px;
}

#contact .right .slide {
	display: none;
	padding: 20px 0px 30px 0px;
	border-top: 0px;
}
#contact .right  .slide ul, #contact .right  .slide ul li, #contact .right  .slide ul li img {
	width: 460px;
	height: 236px;
}
#contact .right  .slide ul li > div {
	width: auto;
	min-width: 30%;
	padding: 20px;
}

#header fieldset {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 0px;
	background: none;
}
#header fieldset input[type="text"] {
	float: left;
	width: 170px;
	height: 32px;
	line-height: 32px;
	border-color: #A6A6A6;
}
#header fieldset input[type="text"]:focus {
	border-color: #3e3e3e;
}
#header input[type="submit"] {
	float: left;
	margin: 0px;
	width: 80px;
	border: 0px;
	height: 32px;
	line-height: 22px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
	position: relative;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    top: -35px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 42px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slide-tekst strong {
    font-family: PillGothic300mgBold;
    font-size: 30px;
    font-weight: normal;
    color: #2d2d2d;
    text-transform: uppercase;
}
.slide-tekst a.button {
    float: left;
    margin-top: 15px;
    font-family: PillGothic300mgBold;
    font-size: 13px;
    font-weight: normal;
    color: #5b5b5b;
    text-transform: uppercase;
    background: #e4e4e4;
    height: 31px;
    min-width: 101px;
    line-height: 31px;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
}


@media only screen and (max-width: 767px) {

	.slick-dots {
    top: auto;
	bottom: -25px;
	}

}
@media only screen and (max-width: 920px){

	/* Menu */
	#menu {
	display:none;
	width:100%;
	}
	#menu-toggle.toggle {
	display:inherit;
	width:40px;
	position:absolute;
	top:16px;
	right:20px;
	}
	#menu-toggle.toggle span {
	display:block;
	background:#bb1f25;
	width:100%;
	height:3px;
	margin:7px 0;
	}
	#menu-toggle.menu-open {
	width: 32px;
	}
	#menu-toggle.menu-open span.menu-middle {
	display: none;
	}
	#menu-toggle.menu-open span.menu-top {
	margin-top: 17px;
	margin-left: -3px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform: translate3d(45deg,0,0);
	}
	#menu-toggle.menu-open span.menu-bottom {
	margin-top: -9px;
	margin-left: -3px;
	transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -webkit-transform: translate3d(-405deg,0,0);
	}
	#menu-toggle.menu-open span {
	display:block;
	background:#2d2d2d;
	width:100%;
	height:3px;
	margin:7px 0;
	}
	#menu ul {
	background:#2d2d2d;
	padding:0;
	}
	#menu li {
	display: block;
	text-align:center;
	line-height:2em;
	}
	#menu ul ul {
	position: relative;
	display:none;
	}
	#header ul.menu ul li a {
	font-size: 14px;
	}
	#menu ul li a.tmh-open + * {
	display:block;
	}
	#header ul.menu {
    top: 108px;
	left: 0;
	background: #2d2d2d;
	width: 100%; 
	height: auto;
	z-index: 20;
	}
	#header ul.menu li {
	float: none;
	display: block;
	height: auto;
	line-height: 25px;
	margin: 0;
	}
	#header ul.menu li a {
	padding: 5px;
	color: #b4b4b4;
	font-size: 18px;
	}
	#header ul.menu li:hover > ul {
	position: relative;
	padding: 0;
	background: #b4b4b4;
	margin-top: -10px;
	}
	#header ul.menu li.active ul li a {
	color: #5d5d5d;
	}
	#header ul.menu ul {
	position: relative;
	}
	#menu ul ul li a {
	background: #5b5b5b;
	}
	#header .talen {
	right: 20px;
	}
	
	/* Header */
	#header {
	height: 110px;
	margin-bottom:10px;
	}
	#header .inner {
	padding: 0;
	height: 110px;
	}
	#header .logo {
	left: 10px;
	right: auto;
	top: 26px;
	}	

	
	/* Text */
	#text {
    padding: 30px 20px;
	}
	#text .left {
	float: none;
	width: 100%;
	}
	#text .right {
	float: none;
	width: 100%;
	}
	#text .left img,
	#text .right img {
	width: 100% !important;
	height: auto !important;
	max-width: 300px;
	}
	#text .left iframe,
	#text .right iframe {
	max-width: 100% !important;
	}

	/* Category */
	#categoryhead .info {
	float: none;
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	}
	#categoryhead img {
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	max-width: 90%;
	height: auto !important;
	}
	
	/* Products */
	#products ul li {
	height: 300px;
	}
	#products ul li p {
	font-size: 15px;
	line-height: 20px;
	}
	
}

@media only screen and (max-width: 767px) {

	/* Footer */
	#footer {
	padding: 0 10px;
	}
	#footer .bar {
	background: none;
	padding:0px;
	}
	#footer .logo {
	position: relative;
	display: block;
	margin: 0 auto;
	}
	#footer .bar ul {
	text-align: center;
	padding-bottom: 20px;
	height: auto;
	}
	#footer .bar li {
	display: block;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	line-height: 24px;
	}
	#footer .logo {
	left: auto;
	}
	
	/* Slider */
	.slide-tekst {
	display: none;
	}
	
	/* Home */
	#homeblokken {
	margin-top: 10px;
	}
	#homeblokken ul {
	width: 100%;
	float: none;
	}
	#homeblokken ul li {
	float: none;
	border-left: 0;
	border-bottom: 1px solid #F2F2F2;
	width: 100%;
	}
	
	/* Products */
	#products .head {
    height: 40px;
	}
	#products ul li.right {
	border: 0;
	}
	#products ul li.left {
	border: 0;
	}
	#products ul li {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
	border: 0;
	margin: 10px 0;
	}
	#products ul li:after {
	clear: both;
	content: '';
	display: block;
	}
	#products ul li .image,
	#products ul li .image.landscape {
	position: relative;
	float: left;
    width: 25%;
    height: auto;
	top: auto;
	left: auto;
	margin-top: -10px;
	}
	#products ul li h2 {
	width: 70%;
	float: right;
	}
	#products ul li p {
	width: 70%;
	float: right;
	}
	#products ul li .button {
	position: relative;
	float: right;
	bottom: auto;
	right: auto;
	margin-top: 20px;
	}
	#product .left {
    float: none;
    width: 100%;
	}
	#product .right {
    float: none;
    width: 100%;
	box-sizing: border-box;
	border:0;
	}
	#product .right ul.downloads li {
	text-align: center;
	}
	#product .right ul.downloads {
    border-top: 1px solid #f2f2f2;
	}
	#product .left .info {
    padding: 30px 20px;
	}
	#product .right .product-image {
	padding:0 20px;
	}
	#product .right .product-image img {
	max-width: 100%;
	}
	#product fieldset {
    padding: 30px 20px;
	}
	
	/* Contact */
	#contact .right {
	float: none;
	width: 100%;
	padding: 30px 20px;
	}
	#contact .left {
	float: none;
	width: 100%;
	padding: 0;
	}
	#contact fieldset {
    padding: 30px 20px;
	}
	
	table tr td {
	padding: 5px;
	}
	table tr td img {
	width: 100% !important;
	height: auto !important;
	}

}

@media only screen and (max-width: 500px) {
	
	#menu-toggle.toggle {
	top: 36px;
	}
	#header {
	height: 150px;
	}
	#header form {
	display: block;
	width: 100%;
	}
	#header fieldset {
	width: 100%;
    right: auto;
    left: 0;
	padding:0 10px;
    bottom: -30px;
	box-sizing: border-box;
	}
	#header fieldset input[type="text"] {
	width: calc(100% - 80px);
	}
	#product .breadcrumb a {
	font-size:22px;
	}
	#product .breadcrumb {
    height: auto;
    line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	#categoryhead .info h1 {
	font-size: 6.5vw;
	}
	iframe {
	width: 100% !important;
	height: auto !important;
	}

}

@media only screen and (max-width: 400px) {

	/* Header */
	#header .logo img {
	width: 220px;
	height: 50px;
	}
	
	#text .left img,
	#text .right img {
	max-width: 100%;
	}

}