/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-300.woff') format('woff'); /* Modern Browsers */
}
/* roboto-300 - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext-300.woff') format('woff'); /* Modern Browsers */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url('../fonts/roboto/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  src: url('../fonts/roboto/roboto-v29-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v29-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v29-latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* roboto-700 - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  src: local(''),
       url('../fonts/roboto/roboto-v29-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v29-latin-ext-700.woff') format('woff'); /* Modern Browsers */
}

* {
	box-sizing: border-box;
}
body, html {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 30px;
	letter-spacing: 1px;
}
h2 {
	font-size: 20px;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
}

main {
	display: table;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
main > article {
	display: table-row;
	width: 100%;
	height: 100%;
}
main > article > section {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
}
.box {
	position: relative;
	display: inline-block;
/* 	width: 300px; */
/* 	height: 255px; */
	
	color: #FFF;
	background: #FFF;
	text-align: left;
	
	margin: 10px 20px;
	overflow: hidden;
/* 	border: 1px solid red; */
}
.box-content {
	position: relative;
	display: block;
	width: 300px;
	height: 255px;
	
	padding: 20px;
	margin: 5px;
	background: #C3C3C3;
}
.content {
	position: relative;
	display: inline-block;
	text-align: left;
	background: #C3C3C3;
	color: #FFF;
	max-width: 700px;
	width: 100%; 
	padding: 25px;
	margin: 1em 0 2em 0;
}
.content a {
	color: #666;
	text-decoration: none;
}

#sven {}
#aurrigo {}

.icon {
	position: absolute;
	background: url("../gfx/icons-landsensor-com.png") no-repeat 0 0;
}
.icon-sensor {
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-position: -99px 0;
}
.icon-car {
	left: -2px;
	bottom: -4px;
	width: 88px;
	height: 72px;
	background-position: 0 0;
}

footer {
	display: table-cell;
	width: 100%;
	margin: 20px;
	font-size: 16px;
}
footer a {
	color: #888;
}
footer li.active a, footer a:hover {
	color: #F00;
}
footer a:focus {
	color: #333;
}

footer ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
footer ul li {
	display: inline-block;
}
footer ul li:after {
	display: inline-block;
	content: "|";
}
footer ul li:last-child:after {
	display: none;
}