html, body {	
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Open-Sans-Regular", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #4c5b69;
	background: #4c5b69;
}

/* Custom Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open-Sans-Bold";
	font-weight: 400;
	line-height: normal;
	padding: 0;
}
strong, b {
	font-family: "Open-Sans-Bold";
}
strong em, strong i, b em, b i {
	font-family: "Open-Sans-Italic";
}
.footer .contact strong,
.footer .contact b {
	font-family: "Open-Sans-Semibold";
}

/* Links */
a {
	color: #4c5b69;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a,
a:active,
a:visited,
a.active {
	text-decoration: none;
	outline: none !important;
}
a:lang,
a:link,
a:visited,
a:target,
a:active,
a:focus,
a:enabled,
a:disabled,
a:checked,
a:indenterminate,
a:nth-child,
a:first-of-type {
	background: none !important;
}
a:hover {
	color: #4c5b69;
	text-decoration: underline;
}
.footer .contact a {
	color: #fff;
}
.footer .contact a:hover {
	color: #fff;
}

/* General */
::-moz-selection {
	background: #4c5b69 !important;
	color:#fff; text-shadow:none;
}
::selection {
	background:#4c5b69;
	color:#fff;
	text-shadow:none;
}

/* Content */

.h1, h1 {
	font-size: 1.5rem;
}
.h2, h2 {
	font-size: 1.25rem;
}
.h3, h3,
.h4, h4,
.h5, h5 {
	font-size: 1rem;
}
.content-wrapper {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.container {
	width: 1140px;
	margin: 0 auto;
}
.row {
	padding: 0 50px;
}
.header {
	height: 260px;
	background: #4c5b69;
	z-index: 1;
}
body:not(.home) .header {
	height: auto;
}
body:not(.home) .header .brand {
	padding: 0 15px;
}
.header .logo {
	margin: 28px 0 12px;
}
.header .logo img {
	width: 100%;
	height: auto;
	max-width: 282px;
}
.header .product {
	height: auto;
	text-align: center;
}
.header .product .row {
	padding: 0 164px;
}
.header .product .new,
.content .inside .new,
.content .inside .videowrapper {
	padding: 3.82% 6.2%;
	background: #fff;
}
.header .product img,
.content .inside img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.content .inside .twothirds img {
	width: 66.6666%;
}
.content {
	flex: 1;
	margin-top: auto;
	margin-bottom: auto;
	background: #fff;
	z-index: 0;
}
body:not(.home) .content {
	z-index: 1;
}
.content .inside {
	padding-top: 392px;
	padding-bottom: 36px;
	text-align: center;
	z-index: 1;
}
body:not(.home) .content .inside {
	padding: 36px 15px;
	text-align: left;
}
.content .inside h1 {
	text-align: center;
}
body:not(.home) .content .inside h1 {
	text-align: left;
}
.content .row {
	padding: 0 158px;
}
body:not(.home) .content .row {
	padding: 0 50px;
}
.home i.far {
	margin-top: 48px;
	font-size: 3em;
}

.videowrapper {
	z-index: 2;
}
.video-background-holder {
	position: relative;
	padding: 0;
}
.idea-embedded {
	width: 100% !important;
	height: auto !important;
}
.video-control {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: none;
	border: none;
	z-index: 2;
}
.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
	display: none;
	margin: 0;
	padding: 0;
}
.video-control-symbol {
	font-size: 2em;
	color: #fff;
}
.home .video-control-symbol i.far {
	margin-top: -0.5em;
}
.manuals .manualslist {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.manuals .manualslist li {
	position: relative;
}
.manuals .manualslist li a {
	display: inline-block;
	margin-left: 18px;
	margin-bottom: 6px;
}
.manuals .manualslist li:last-of-type a {
	margin-bottom: 0;
}
.manuals .manualslist li a::before {
	content: url("img/pdf.svg");
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 0;
	width: 12px;
	height: 14px;
	text-decoration: none;
}
.footer {
	height: 52px;
}
.footer .booth {
	height: 12px;
	line-height: 12px;
	background: #fff;
}
.footer .contact {
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.footer .booth .fairs {
	display: flex;
	line-height: normal;
}
.footer .booth .fairs .right {
	margin-left: auto;
	text-align: right;
}
.footer .contact {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #4c5b69;
}
.footer .contact .social {
	position: absolute;
	left: 50%;
	width: 78px;
	height: 40px;
	text-align: center;
	line-height: normal;
}
.footer .contact .social .icons {
	padding-top: 4px;
	margin-left: -56px;
}
.footer .contact .social .icons img {
	width: 32px;
	height: 32px;
}
.footer .contact .direct {
	display: flex;
	width: 100%;
}
.footer .booth .left,
.footer .booth .right {
	font-size: 14px;
}
.footer .contact .direct .adress,
.footer .contact .direct .interact {
	font-size: 11px;
}
.footer .contact .direct .interact {
	margin-left: auto;
}

@media (min-width: 580px) {
	.show-smart {
		display: none;
	}
}

@media (min-width: 1024px) {
	.hide-desktop {
		display: none;
	}
	.content .inside .new,
	.content .inside .videowrapper {
		padding: 3.82% 6.9%;
	}
}

@media (min-width: 1200px) {
	.footer .direct  {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1199px) {
	.content .inside {
		padding-top: 328px;
	}
}

@media (max-width: 1023px) {
	.container {
		width: 100%;
	}
	.hide-mobile {
		display: none;
	}
	.header {
		height: initial;
	}
	.header .logo {
		text-align: center
	}
	.header .product {
		height: initial;
	}
	.header .product .row,
	.content .row {
		padding: 0 96px 24px;
	}
	.content .inside .new,
	.content .inside .videowrapper {
		padding: 3.82% 0 0 0;
	}
	.header .product .new {
		margin-bottom: 4px;
	}
	.content {
		z-index: 0;
	}
	.content .inside {
		padding-top: 32px;
	}
	.home p.follow {
		padding-top: 18px;
	}
	.home p.follow.video {
		padding-top: 12px;
	}
	.footer {
		height: initial;
	}
	.footer .booth,
	.footer .contact  {
		height: initial;
		line-height: initial;
	}
	.footer .booth {
		padding-bottom: 16px;
	}
	.footer .direct  {
		padding-top: 16px;
		padding-bottom: 16px;
		text-align: center;
	}
	.footer .booth .fairs,
	.footer .contact .direct {
		display: block;
	}
	.footer .booth .fairs .right {
		text-align: left;
	}
	.footer .contact .social .icons {
		padding-top: 8px;
		margin-left: -78px;
	}
	.footer .contact .direct .interact {
		padding-top: 8px;
	}
}

@media (max-width: 799px) {
	.content .inside .twothirds img {
		width: 100%;
	}
}

@media (max-width: 579px) {
	.row {
		padding: 0 32px;
	}
	.header .logo img {
		max-width: 196px;
		padding-bottom: 8px;
	}
	.header .product .row {
		padding: 0 32px 24px;
	}
	.content .row {
		padding: 0 36px 0;
	}
	body:not(.home) .content .row {
		padding: 0 18px 0;
	}
	.content .inside {
		padding-top: 18px;
	}
	.footer .direct  {
		text-align: left;
	}
}