body,
td,
th,
input,
button,
select,
textarea
{
	font-family: 'Noto Sans Display';
	font-size: 1.4svw;
	font-weight: 300;
}

button
{
	cursor: pointer;
}

h1
{
	font-weight: bold;
	font-size: 5.5svw;
	padding-left: 4px;
	margin: 10px 0 0 0;
	line-height: 1em;
}

.en h1
{
	font-size: 4.5svw;
}

h2, h3
{
	font-weight: 300;
    font-optical-sizing: auto;
}


html
{
	scroll-snap-type: y mandatory;
}

body
{
	margin: 0;
	padding: 0;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: #eee 0.1em solid;
}

#lang_sel_container
{
	position: absolute;
	top: 14px;
	left: 4px;
	font-size: 0.7em;
}

#see .title a, #see .title a:visited
{
	border-bottom: #b5152b 0.1em solid;
}

#measure .title a, #measure .title a:visited
{
	border-bottom: #5097da 0.1em solid;
}

#understand .title a, #understand .title a:visited
{
	border-bottom: #fc954f 0.1em solid;
}


.area .title a:hover
{
	color: black;
	border-bottom-color: black !important;
}

footer a, footer a:visited
{
	border-bottom: #b3dbff 0.1em solid;
}

a:hover
{
	color: #b5152b;
	border-bottom-color: #b5152b;
}

p
{
	margin: 0 0 1em 0;
}

nav
{
	background-color: white;
	top: 0;
	right: 0;
	left: 0;
	font-size: 1.5svw;
	position: fixed;
	padding: .5svw;
	text-align: left;
	overflow: hidden;
	display: none;
	box-shadow: 4px 4px 10px -8px rgb(0 0 0 / 60%);
	height: 2.65svw;
	overflow: visible;
	z-index: 1;
}

nav a
{
	vertical-align: middle;
	font-size: 1.2svw !important;
	display: inline-block;
}

nav .nav_cat
{
	position: absolute;
	position: absolute;
    top: 0.5svw;
    right: 0.4svw;
}

nav .nav_cat img
{
	height: 4.2svw;
	margin-top: .5svw;
}

::-webkit-scrollbar-thumb, 
::-webkit-scrollbar-thumb 
{
	border-radius: 0px;
	background-color: #5097da;
}   

::-webkit-scrollbar-corner,
::-webkit-scrollbar, 
::-webkit-scrollbar-corner,
::-webkit-scrollbar 
{
	background: #b3dbff; 
	width: 12px;
}

.cc
{
	white-space: nowrap;
	text-transform: uppercase;
}

.cc::before
{
    background-image: url('cat_only.svg');
    background-size: 1em 1em;
    content: ' ';
    width: 1em;
    height: 1em;
    margin-right: 0.2em;
    display: inline-block;
    position: relative;
    top: 3px;
}

.area
{
	padding: 2.5svw 0 4svw 0;
}

section
{
	padding: 5svw 2svw 2svw 2svw;
	overflow: hidden;
	float: none;
	clear: both;
}

#intro
{
	padding: 0;
	margin-top: 0;
	width: 100svw;
	max-width: 100%;
	height: calc(100svw * 0.54);
	background-image: url(bg_drone.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.caption
{
	margin-top: 0;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}

.measuree_logo
{
	width: 25%;
}

#claim
{
	margin: 8svw 0 0 38svw;
	padding: 2svw;
	background-color: white;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1svw;
	text-align: right;
	width: 43svw;
}

#claim h1
{
	margin-left: -0.6svw;
	text-transform: none;
	color: #fc954f;
}

#claim h2
{
	font-weight: normal;
	font-size: 1.5svw;
}

#claim h1, #claim h2, #claim div
{
	text-align: left;
}

#claim .measuree_logo
{
	margin-top: 3svw;
	text-align: right;
	width: 26svw;
}

#intro .buttons
{
	margin-top: 3svw;
}

nav a,
#intro a
{
	background-color: #5097da;
	border-width: 0;
	color: white;
	padding: 0.5svw 0.8svw 0.5svw 1svw;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-right: .2svw;
	font-size: 1.2em;
}

.lang_sel.selected
{
	background-color: #b5152b !important;
	cursor: auto;

}

nav a:hover,
#intro a:hover
{
	background-color: #b5152b;
	color: white;
}

#intro a
{
	font-size: 1.2em;
}

#overview
{
	margin-left: 25svw;
	font-size: 2.5svw;
}

#overview .claim
{
	font-size: 0.7em;
}

#see_measure_understand
{
	background-color: #f0f0f0;
}

.screenshot
{
	margin: 1svw 0;
	max-width: 100%;
	border: #aaa 1px solid;
	display: block;
}

section .title
{
	float: left;
	width: calc(37%);
	text-align: right;
	color: #fc954f;
	font-weight: bold;
}

#see_measure_understand section .title
{
	color: black;
	margin-top: -1.45svw;
	font-weight: normal;
	font-size: 2em;
	width: calc(37% - 4svw);
	padding: 0 2svw;
}

section .content
{
	float: right;
	width: calc(63% - 4svw);
	padding: 0 2svw;
}

.claim
{
	font-weight: 200;
	text-transform: uppercase;
}

.claim a:first-of-type
{
	margin-left: 1svw;
}

.claim a
{
	border-bottom-width: 0;
}

.symbol::before
{
	width: .75em;
	height: .75em;
	content: ' ';
	display: inline-block;
	margin-right: .2em;
}

.symbol.see::before
{
	background-color: #b5152b;
}

.symbol.measure::before
{
	background-color: #5097da;
}

.symbol.understand::before
{
	background-color: #fc954f;
}

.area h2
{
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	padding-left: 38.2svw;
	font-size: 2em;
}

.area ul,
.area ol
{
	margin: 0;
	padding-left: 1.2svw;
}

.area ul
{
	list-style-type: square;
}

.area li
{
	padding-bottom: 2svw;
}

.area li::marker
{
	color: #ddd;
}

#features
{
	font-size: 1em;
}
	
#docs
{
	padding-top: 6svw !important;
	padding-bottom: 12svw;
}
	
#docs .title
{
	font-size: 1.5em;
	color: black;
	font-weight: normal;
	margin-top: -.7svw;
}

footer
{
	text-align: center;
	font-size: 1.4svw;
	padding: 2svw 4svw;
	background-color: #e0f0ff;
}

.cat
{
	margin-top: -7svw;
	margin-bottom: -1.2svw;
}

.cat img
{
	width: 10svw;
}

.measuree_name
{
	margin-top: 1svw;
	margin-bottom: 4svw;
}

.measuree_name img
{
	width: 20svw;
}

footer #imprint
{
	font-size: 0.8em;
	margin-top: 4svw;
	margin-bottom: 4svw;
}

@media (max-width:500px) {
	#intro a
	{
		font-size: 1em;
	}

	#lang_sel_container
	{
		top: 6px;
	}

	#lang_sel_container a
	{
		font-size: 1.2em;
	}

	#overview
	{
		font-size: 5svw;
		margin-left: 10svw;
		margin-right: 3svw;
	}

	#claim
	{
		margin-top: 4svw;
		padding: 3svw 4svw;
	}

	#claim, #claim h2
	{
		font-size: 2svw;
	}

	#claim h1
	{
		margin-left: -1svw;
		font-size: 5svw;
	}

	nav
	{
		height: 7svw;
	}

	nav a
	{
		margin-top: .8svw;
		margin-left: 1svw;
		font-size: 3svw !important;
	}

	nav .nav_cat
	{
		cursor: pointer !important;
	}

	nav .nav_cat img
	{
		height: 12svw;
	}

	.area
	{
		padding-top: 10svw;
	}
	
	section
	{
		padding-top: 10svw;
		font-size: 12pt;
		padding-right: 3svw;
	}

	section .title
	{
		width: calc(27% - 4svw);
	}

	#see_measure_understand section .title
	{
		font-size: 1em;
		font-weight: bold;
		margin-top: 0;
		width: calc(27% - 4svw);
	}

	#docs .title
	{
		font-size: 1em;
		margin-top: 0;
	}

	section .content
	{
		width: calc(73% - 4svw);
	}

	.area h2
	{
		padding-left: 28.2svw;
	}
	
	footer
	{
		margin-top: 12svw;
		font-size: 4svw;
	}

		
	.cat
	{
		margin-top: -12svw;
		margin-bottom: -2.4svw;
	}

	.cat img
	{
		width: 20svw;
	}

	.measuree_name
	{
		margin-bottom: 8svw;
	}

	.measuree_name img
	{
		width: 40svw;
	}

}

@media (min-width:1281px) 
{
	.intro
	{
		max-width: 100%;
		overflow-x: hidden;
	}
	
}