*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body
{
	height: 100%;
}

body
{
	font-family: "Roboto", Arial;
	font-size: 16px;
	font-weight: 300;
	color: #4D4D4D;
}

h1, h2, h3, h4, h5
{
	text-transform: uppercase;
	font-weight: 300;
	color: #D6515C;
}

h1
{
	font-size: 32px;
	margin-bottom: 20px;
}

h2
{
	font-size: 26px;
	margin-bottom: 20px;
}

h3
{
	font-size: 20px;
	margin-bottom: 15px;
}

h4
{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

h5
{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	transition: .5s;
	color: #D6515C;
}

a img
{
	border: 0;
	display: block;
}

img
{
	max-width: 100%;
	height: auto;
}

p
{
	line-height: 130%;
	margin-bottom: 20px;
}

ul, ol
{
	margin: 0 0 20px 20px;
}

form label
{
	margin-bottom: 5px;
	font-weight: 500;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

form input, form textarea, form select
{
	font-family: "Roboto", Arial;
	font-size: 14px;
	font-weight: 300;
	background: #F0F0F0;
	padding: 7px 10px;
	width: 100%;
	border: 0;
}

input[type="submit"], button
{
	background: none;
	cursor: pointer;
	transition: .5s;
}

hr
{
	border: 0;
	border-bottom: 1px solid #D6515C;
	margin: 40px 0;
}

.alignleft
{
	float: left;
	margin: 0 30px 20px 0;
}

.alignright
{
	float: right;
	margin: 0 0 20px 30px;
}

.row
{
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.row:after
{
	content: "";
	display: block;
	clear: both;
}

.row .col
{
	padding: 0 20px 40px 20px;
	width: 100%;
}

.coverbg
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.clear
{
	clear: both;
}

.button
{
	padding: 8px 15px;
	min-width: 150px;
	border: 1px solid #D6515C;
	color: #D6515C;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}

.button:hover
{
	background-color: #D6515C !important;
	border-color: #D6515C !important;
	color: #FFF !important;
}

.slick-dots
{
	display: table;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.slick-dots li
{
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
	border: 0;
	background: none;
}

.slick-dots li.slick-active button:before
{
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	content: "";
	border-radius: 50%;
    background: #999;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

div.wpcf7
{
	position: relative;
}

header
{
	height: 72px;
	position: relative;
	max-width: 1700px;
	font-weight: 400;
	font-size: 14px;
}

header #logo
{
	display: inline-block;
	width: 240px;
}

header #logo img
{
	height: 72px;
}

header nav
{
	display: inline-block;
	height: 72px;
	line-height: 72px;
}

header nav ul
{
	list-style: none;
	margin: 0;
}

header nav ul li
{
	float: left;
	padding-right: 20px;
}

header nav ul li a
{
	display: block;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}

header nav ul li.current-menu-item > a, header nav ul li.current-page-ancestor > a, header nav ul li.current-menu-ancestor > a, header nav ul li.current-post-ancestor > a, header nav ul li:hover > a
{
	color: #D6515C;
}

header nav ul li ul
{
	display: none;
	position: absolute;
	background: #FFF;
	line-height: 140%;
	margin-left: -20px;
	margin-top: -15px;
	box-shadow: 0 2px 10px rgba(0,0,0,.4);
}

header nav ul li:hover ul
{
	display: block;
	z-index: 100;
}

header nav ul li ul li
{
	float: none;
	padding-right: 0;
}

header nav ul li ul li a
{
	padding: 10px 20px;
	color: #D6515C;
}

header nav ul li ul li:not(:last-of-type) a
{
	border-bottom: 1px solid #E6E6E6;
}

header nav ul li ul li:hover a
{
	background: #D6515C;
	color: #FFF;
}

header #social_media
{
	display: none;
	float: right;
	margin: 19px 20px 0 0;
}

header #social_media .follow
{
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	color: #666;
	line-height: 34px;
}

header #social_media .social
{
	margin-left: 10px;
	float: left;
	border-radius: 50%;
	background: #D6515C;
	color: #FFF;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

aside
{
	display: none;
	background: #000;
	color: #FFF;
	padding: 30px 20px 10px 20px;
	position: relative;
	float: left;
}

.home aside
{
	display: block;
}

aside h2
{
	color: #FFF;
}

aside p
{
	color: #999999;
}

main
{
	border-top: 1px solid #E6E6E6;
	float: left;
	width: 100%;
}

.home main
{
	border-top: 0;
	background: #666;
}

main::-webkit-scrollbar-track
{
	background: #000; 
}
main::-webkit-scrollbar-thumb
{
	background: #D6515C; 
}

main #slider .project
{
	display: block;
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}

main #slider .project .overlay
{
	height: 100%;
	transition: .5s;
}

main #slider .project:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: .5s;
}

main #slider .project:hover:before
{
	left: -100%;
}

main #slider .project .content
{
	position: absolute;
	padding: 0 10px 0 30px;
	top: 20%;
}

main #slider .project h3, main #slider .project .details
{
	color: #FFF;
}

main #slider .project .details strong
{
	color: #D6515C;
}

main #content
{
	max-width: 1400px;
	padding: 30px 20px;
	overflow: hidden;
}

main #breadcrumb
{
	font-size: 15px;
	margin-bottom: 20px;
	color: #999;
}

main #breadcrumb > span
{
	display: inline-block;
	margin-right: 10px;
}

main #breadcrumb > span a
{
	color: #666;
}

main #breadcrumb > span a:hover
{
	color: #D6515C;
}

main #breadcrumb i
{
	margin-right: 10px;
	color: #D6515C;
}

main #archive
{
	margin: 40px 0;
	border-top: 1px solid #D6515C;
	padding-top: 30px;
}

main #archive .post
{
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D6515C;
}

main #archive .post .thumbnail
{
    margin-bottom: 20px;
    height: 200px;
	width: 100%;
    background-color: #F0F0F0;
    display: block;
	float: left;
}

main #archive .post .content
{
	float: left;
}

main #archive .post h3
{
	margin-bottom: 10px;
}

main #archive .post p
{
	margin-bottom: 0;
}

main #archive .post .date
{
	margin-bottom: 20px;
	font-style: italic;
}

main #archive .post .more-link
{
    font-weight: 400;
	display: block;
	margin-top: 20px;
}

main #pagination
{
	float: right;
}

main #pagination .page-numbers
{
    border: 1px solid #999;
    padding: 5px 10px;
    float: left;
    margin-right: 3px;
    text-decoration: none;
}

main #pagination .page-numbers.current, main #pagination .page-numbers:hover
{
    background-color: #D6515C;
	color: #FFF;
	border-color: #D6515C;
}

main .projects, main .products
{
	margin-top: 30px;
	margin-bottom: 30px;
}

main .projects .item
{
	display: table;
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
}

main .projects .item .background
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	transition: .7s;
	z-index: -1;
}

main .projects .item:hover .background
{ 
	transform: scale(1.2);
}

main .projects .item .overlay
{
	display: table-cell;
	vertical-align: bottom;
	color: #FFF;
	padding: 20px;
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.6)));
}

main .projects .item .overlay h4
{
	color: #FFF;
}

main .projects .item .overlay .location
{
	text-transform: uppercase;
	padding-top: 10px;
	border-top: 1px solid #FFF;
	text-align: right;
}

main .products .item
{
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
	color: #4D4D4D;
	overflow: hidden;
	display: block;
	height: 100%;
	position: relative;
}

main .products .item:hover
{
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
}

main .products .item:hover
{
	color: #D6515C;
}

main .products .item .image
{
	height: 200px;
}

main .products .item .content
{
	padding: 20px;
	min-height: 100px;
}

main .products .item .content .specs
{
	margin-bottom: 15px;
}

main .products .item .content .spec
{
	width: 32px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	float: left;
	color: #999;
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
}

main .products .item .content h4
{
	margin-bottom: 20px;
}

main .products .item .fa-arrow-right
{
    position: absolute;
	font-size: 20px;
    bottom: 20px;
    right: 20px;
	transform: rotate(45deg);
}

main .team
{
	margin-top: 40px;
}

main .member .image
{
	height: 250px;
	margin-bottom: 20px;
	transition: .5s;
}

main .member .image:not(:hover)
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

main .member h3, main .jobs .job_offer h3
{
	margin-bottom: 5px !important;
}

main .member .function, main .jobs .job_offer .function
{
	margin-bottom: 20px;
	font-size: 15px;
	font-style: italic;
}

main .member .button
{
	border-color: #999;
	color: #999;
	margin-right: 10px;
}

main .member .button.contact
{
	width: 40px;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}

main .block
{
	background-color: #000;
	padding: 40px 30px 30px 30px;
	margin: 40px 0;
	color: #999;
}

main .block.advantages
{
	background-image: url(svg/logo_icon.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 72px;
	padding-top: 100px;
}

main .block.wurks
{
	color: #FFF;
	background-color: #D6515C;
	background-image: url(svg/letter_w.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 250px;
}

main .block.wurks h2
{
	color: #FFF;
}

main .block .form
{
	margin: 20px 0;
	padding: 20px 20px 0 20px;
	background: #FFF;
	text-align: left;
}

main .block .form input[type="text"], main .block.contact .form input[type="email"]
{
	background: none;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

main .block .form input[type="submit"]
{
	margin-top: 20px;
}

main .block .form.call input[type="submit"]
{
	background: #D6515C;
	color: #FFF;
}

main .block .form.mail input[type="submit"]
{
	background: #000;
	border-color: #000;
	color: #FFF;
}

main .block .form input[type="submit"]:hover
{
	background: none !important;
	color: #D6515C !important;
}

main .block .columns
{
	text-align: left;
}

main .block .columns ul
{
	margin-bottom: 0;
}

main .block .columns ul li:last-of-type
{
	margin-bottom: 10px;
}

.page-template-product main #content
{
	padding-top: 0;
}

main #image
{
	height: 350px;
	margin-bottom: 30px;
}

main #image.product
{
	margin-left: -20px;
	margin-right: -20px;
}

.page-template-product main #thumbnails
{
	margin-bottom: 10px;
}

main #thumbnails .thumbnail
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
}

main #thumbnails .thumbnail:not(:hover):not(.active)
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

main #social_share
{
	margin-top: 40px;
}

main #social_share:after
{
	content: "";
	display: block;
	clear: both;
}

main #social_share .social
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	font-size: 20px;
	float: left;
	color: #999;
	border: 1px solid #999999;
}

main #social_share .social:hover
{
	background: #D6515C;
	color: #FFF;
	border-color: #D6515C;
}

main #product_data
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

main #product_data .item
{
	border-right: 1px solid #999;
}

main #product_data .item .title
{
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	padding: 10px 20px;
	color: #999;
	text-decoration: none;
	display: block;
}

main #product_data .item .title:hover, main #product_data .item.open .title
{
	color: #D6515C;
}

main #product_data .item .title .icon
{
	width: 38px;
}

main #product_data .item .title .arrow
{
	float: right;
	margin-top: 2px;
	transition: .5s;
}

main #product_data .item.open .title .arrow
{
	transform: rotate(180deg);
}

main #product_data .item .content
{
	display: none;
	border-bottom: 1px solid #999;
	padding: 15px;
}

main #product_data .item .content > p:last-of-type,
main #product_data .item .content > ul:last-of-type
main #product_data .item .content > ol:last-of-type
main #product_data .item .content > table:last-of-type
{
	margin-bottom: 0;
}

#references
{
	border-top: 1px solid #D6515C;
	padding-top: 30px;
}

#references .item:not(:hover) .background
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#references .button
{
	float: right;
}

#lindner_cradle
{
	padding: 20px;
	background: #000;
}

#lindner_cradle .lindner
{
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #FFF;
	line-height: normal;
	text-transform: uppercase;
}

#lindner_cradle .lindner img
{
	margin-bottom: 7px;
}

#lindner_cradle .cradle
{
	display: block;
	float: left;
	margin-top: 10px;
}

@media (min-width: 480px)
{
	.row .col.half-s
	{
		width: 50%;
	}
	
	.row .col.onethird-s
	{
		width: 33.33333%;
	}

	.row .col.quarter-s
	{
		width: 25%;
	}
}
@media (min-width: 800px)
{
	h1
	{
		font-size: 40px;
	}

	h2
	{
		font-size: 32px;
	}

	h3
	{
		font-size: 24px;
	}
	
	aside
	{
		display: block;
		width: 240px;
		height: calc(100% - 72px);
	}
	
	aside h2
	{
		word-spacing: 200px;
	}

	main
	{
		width: calc(100% - 240px);
		height: calc(100% - 72px);
		overflow-y: scroll;
	}
	
	main::-webkit-scrollbar
	{
		width: 10px;
		height: 10px;
	}
	
	.home main
	{
		overflow-x: scroll;
		overflow-y: hidden;
	}

	main #slider
	{
		display: table;
		height: 100%;
	}

	main #slider .scroll
	{
		position: absolute;
		top: 50%;
		width: 64px;
		height: 64px;
		background-image: url(svg/arrow.svg);
		background-size: 32px 32px;
		background-position: 18px center;
		background-repeat: no-repeat;
		border-radius: 50%;
		background-color: #D6515C;
		opacity: .5;
		transition: .5s;
		z-index: 999;
		cursor: pointer;
	}

	main #slider .scroll.left
	{
		display: none;
		left: 350px;
		transform: rotate(180deg);
	}

	main #slider .scroll.right
	{
		right: 50px;
	}

	main #slider:hover .scroll
	{
		opacity: .8;
	}

	main #slider .scroll:hover
	{
		opacity: 1;
	}
	
	main #slider .project
	{
		display: table-cell;
		height: 100%;
		width: 300px;
	}
	
	main #slider .project .content
	{
		padding: 0 40px;
	}
	
	main #slider .project:nth-child(even) .content
	{
		top: auto;
		bottom: 20%;
	}
	
	#lindner_cradle
	{
		padding: 0 0 0 20px;
		width: 240px;
		position: absolute;
		bottom: 30px;
	}
	
	#lindner_cradle .lindner
	{
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (min-width: 1024px)
{
	.row .col.half-m
	{
		width: 50%;
	}
	
	.row .col.onethird-m
	{
		width: 33.33333%;
	}

	.row .col.quarter-m
	{
		width: 25%;
	}	
	
	main #content
	{
		padding-left: 30px;
	}
	
	main #image.product
	{
		margin-left: -30px;
		margin-right: 0;
	}
	
	main #archive .post .thumbnail
	{
		width: 250px;
		margin: 0 30px 0 0;
	}
	
	main #archive .post .content
	{
		width: calc(100% - 310px);
	}
	
	main .block
	{
		text-align: center;
		padding: 40px 15% !important;
	}
	
	main .block .form
	{
		width: 40%;
		float: left;
		margin: 10px 5% 30px 5%;
	}
	
	main .block .columns ul
	{
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}
@media (min-width: 1240px)
{
	.row .col.half-l
	{
		width: 50%;
	}
	
	.row .col.onethird-l
	{
		width: 33.33333%;
	}

	.row .col.quarter-l
	{
		width: 25%;
	}	
	
	header #social_media
	{
		display: block;
	}
}

@media (min-width: 1300px)
{
	header #logo
	{
		width: 300px;
	}
	
	aside
	{
		width: 300px;
		padding: 60px 40px 30px 40px;
	}
	
	main
	{
		width: calc(100% - 300px);
	}
	
	#lindner_cradle
	{
		padding: 0 0 0 40px;
	}
}

@media (min-width: 1400px)
{
	header nav ul li
	{
		padding-right: 30px;
	}
	
	main #content
	{
		padding-left: 60px;
	}
	
	main #image
	{
		height: 450px;
	}
	
	main #image.product
	{
		margin-left: -60px;
	}
}