/* 
@font-face
{
font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("/app/media/fonts/icofont.woff2") format("woff2"),
url("/app/media/fonts/icofont.woff") format("woff");
}

.icon, .smicon, .menuicon {
  display: inline-block;
  font-size: 0px;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.icon:before, .smicon:before, .menuicon {
  font-family: 'IcoFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 40px;
}

.smicon {
	width: 17px;
	height: 17px;
}

.smicon:before {
	font-size: 17px;
  line-height: 17px;
  content: "\ea5d";
}



.menuicondiv:hover {
	background-color: #f0ece4;
}

@media (hover: hover) and (pointer: fine) { 
  .menuicondiv, .texthead, .titlehead, button, .voicemenu, div[onclick] {
    cursor: pointer;
  }
}

.menuicon {
	position: fixed;
	top: 11px;
	right: 21px;
	width: 25px;
	height: 25px;
	color: #1f608c;
}

.menuicon:before {
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	content: "\efa2";
  	
}

.menuclosed:before {
	content: "\eee4";
}

.icofont-clock-time:before
{
  content: "\eedc";
}

.icofont-users:before
{
  content: "\ed0d";
}

.icofont-tasks:before
{
  content: "\f007";
}

.icofont-earth:before
{
  content: "\ef0e";
}

.icofont-download:before
{
  content: "\ef08";
}

.icofont-chart-histogram:before
{
  content: "\e97e";
}

.icofont-gear:before
{
  content: "\ef3a";
}

.icofont-euro:before
{
  content: "\e972";
}
*/

@media (hover: hover) and (pointer: fine) { 
  [onclick], button {
    cursor: pointer;
  }
}

* {
	font-family: 'Lato';
}

body {
	font-size: 17px;
}

.menuicon {
	color: #1f608c;
	position: fixed;
	font-size: 25px;
	margin-left: 15px;
	margin-top: 6px;
	font-weight: 600;
}

.menuicon:after {
  content: '\2630';
  text-decoration: none;
}

.menuclosed:after {
	content: '\2715';
}

.menuicondiv {
	position: fixed;
	float: right;
	top: 0px;
	height: 47px;
	width: 47px;
	right: 0px;
}

/* extended menu */
.headmenu {
	position: fixed;
	z-index: 101;
	top: 0px;
	width: 100%;
	height: 47px;
	left: 0px;
	background-color: white;
	box-shadow: 2px 2px 8px #888888;
}
.titlehead {
	font-size: 26px;
	font-weight: 999;
	height: 47px;
	line-height: 47px;
	width: 100px;
	padding-left: 10px;
	padding-right: 15px;
	float: left;
}
.texthead {
	height: 47px;
	line-height: 47px;
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	display: none;
}
.texthead:hover {
	background-color: #f0ece4;
}
/* menu for little device */
.menubox {
	position: fixed;
	left: 0px;
	width: calc(100% - 10vh);
	padding-left: 5vh;
	padding-right: 5vh;
	padding-top: calc(10vh + 47px);
	background-color: #f0ece4;
	height: calc(100% - 10vh - 47px);
	bottom: 100%;
	overflow-y: auto;
	z-index: 100;
	transition: bottom 0.2s;
	display: block;
}
.voicemenu {
	width: calc(100% - 20px);
	padding: 10px;
	font-size: 17px;
	margin-bottom: 15px;
}
.voicemenu:hover {
	background-color: white;
}

/* start site */

.container {
	position: absolute;
	top: 47px;
	left: 0px;
	width: 100%;
}

/* dark part 1 */

.bigcontdark {
	width: 100%;
	display: block;
	background-color: #06273e;
	color: white;
	padding-top: 50px;
	padding-bottom: 75px;
	text-align: center;
}

.subcont1 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.subcont2 {
	width: 90%;
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	row-gap: 30px;
}

.videoyt {
	margin-top: 50px;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.elgd {
	font-size: 17px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* light part 1 */

.bigcontlight {
	width: 100%;
	display: block;
	background-color: #eeeee4;
	padding-bottom: 35px;
}

.subcont3 {
	margin: 0 auto;
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

.whosabout {
	background-color: white;
	display: block;
	text-align: center;
}

.whosabout.bordered {
	border-right: 1px solid grey;
}

.wsacontainer {
	padding:10%;
	background-color: #cacaab;
}

.subcont4 {
	width: calc(100% - 10px);
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-gap: 5px;
	background-color: white;
	padding: 5px;
}

.product {
	width: calc(100% - 20px);
	padding: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.smart {
	background-color: #14c8eb;
}

.panel {
	background-color: #087c94;
	color: white;
}

.subcont5 {
	width: 75%;
	margin: 0 auto;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	padding-top: 20px;
}

.pricebox {
	padding: 20px;
	background-color: white;
}

.subcont6 {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}

.subcont7 {
	padding-top: 50px;
	width: 60%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 40px;
	text-align: center;
	font-size: 20px;
	align-items: center;
}

.subcont7 div {
	display: flex;
	justify-content: center;
}

.socialicon {
	margin-right: 5px;
}

.subcont6 > form > div {
	margin: 25px;
}

.subcont6 > form > div > div {
	margin-bottom: 10px;
}

.subcont6 > form > div > input, .subcont6 > form > div > textarea {
	width: 100%;
	min-height: 30px;
}

.subcont6 > form > button {
	width: 200px;
	padding: 15px;
	margin-left: calc(50% - 100px);
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 45px;
	font-weight: 500;
	margin: none;
}

.nowrap {
	white-space: nowrap;
}

.lessbigtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 40px;
}

.subtitle {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}

button {
	background-color: #1f608c;
	color: white;
	padding: 30px;
	font-size:17px;
	font-weight: bold;
	text-align: left;
}
button > table > tbody > tr > td > div {
	margin-left: 40px;
	float: right;
	font-size: 17px;
}
button.big {
	max-width: none;
}
.buttonmenu {
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.buttonmenu > table > tbody > tr > td > div {
	margin-left: 20px;
}
.headmenu > .buttonmenu {
	float:right;
	display: none;
}
button:hover {
	background-color: #4682b4;
}

@media screen and (min-width: 973px) {
	.texthead, .headmenu > .buttonmenu {
		display: block;
	}
	.menubox, .menuicondiv {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.subcont7 {
		grid-template-columns: 1fr 1fr 1fr;
		width: 80%;
	}
	.subcont7 section {
		grid-row-start: 1;
  	grid-row-end: 3;
	}
}

@media screen and (max-width: 800px) {
	.subcont3 {
		display: block;
	}
	.whosabout.bordered {
		border: none;
		margin-bottom: 20px;
	}
	.subcont2 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-auto-rows: minmax(min-content, max-content);
	}
	.subcont4 {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.subcont5 {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		width: 90%;
	}
	.subcont7 {
		grid-template-columns: 1fr;
		width: 90%;
	}
}
@media screen and (max-width: 500px) {
	button {
		padding: 20px;
	}
	button > table > tbody > tr > td > div {
		margin-left: 20px;
	}
	.bigcont1 {
		padding-top: 50px;
	}
	.subcont2 {
		align-items: center;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
}
@media screen and (max-width: 432px) {
	.tdel {
		 width: 10px;
	}
}

@media screen and (max-width: 345px) {
	.nowrap {
		 white-space: normal;
	}
}

.cookiepopup {
	background-color: black;
	opacity: 0.8;
	color: white;
	position: fixed;
	bottom: 0%;
	width: calc(100% - 20px);
	left:0%;
	padding: 10px;
	z-index: 101;
	display: none;
}
.cookiepopup > .close {
	float: right;
	font-size: 22px;
	margin-right: 10px;
}
.cookiepopup > .content {
	padding-top: 25px;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}