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

html {
	font-family: "Source Sans Pro", sans-serif;
	height: 100%;
}

body {
	width: 98vw;
	margin: auto;
	background-color: rgb(36,40,48);
	color: rgb(230,230,230);
}

a {
	color: rgb(230,230,230);
	text-decoration: none;
}

nav {
	grid-area: nav;
	text-align: center;
	padding-top: 10px;
	color: rgb(25, 79,110);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.16px;
}

nav a {
	color: rgb(200,200,200);
	padding-left: 20px;
	text-decoration: none;
}

footer {
	grid-area: footer;
	text-align: center;
	line-height: 50px;
	height: 50px;
}

div.siteheader {
	grid-area: siteheader;
	background-color: transparent;
	height: 150px;
	padding-left: 50px;
	padding-top: 10px;
	vertical-align: middle;
}

div.headerpic {
	grid-area: pic;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
}

div.hp_index {
	background-image: url(/images/main.jpg);
}

div.hp_impressum {
	background-image: url(/images/banner_1280.jpg);
}

div.hp_datenschutz {
	background-image: url(/images/business_1280.jpg);
}

div.stage {
	grid-area: linux;
}

div.linux {
	grid-area: linux;
}

div.nolinux {
	grid-area: nolinux;
}

div.websites {
	grid-area: websites;
}

div.nowebsites {
	grid-area: nowebsites;
}

div.more {
	grid-area: more;
}

div.nomore {
	grid-area: nomore;
}

div.img_SebastianZayer {
	grid-area: SeZayer;
	height: 100vh;
	background-image: url(/images/SebastianZayer.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

div.linux, div.websites, div.more, div.img_SebastianZayer, div.contact {
	text-align: center;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

div.greenline {
	grid-area: greenline;
	background-color: #8BD600;
}

div.blueline {
	grid-area: blueline;
	background-color: #00BFFF;
}

div.orangeline {
	grid-area: orangeline;
	background-color: #FFA500;
}

div.grayline {
	grid-area: grayline;
	background-color: rgb(230,230,230);
}

span.slogan {
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-align: justify;
}

div.declaration {
	margin-top: 50px;
}

span.author {
	margin-bottom: 30px;
	font-size: 10px;
}

h1, h2, h3 {
	color: rgb(200,200,200);
}

h2 {
	font-size: 64px;
	line-height: 84px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0px;
}

img.img_SebastianZayer {
	padding: 20px;
	border-radius: 10px;
}

.green {
	color: #8BD600;
}

.blue {
	color: #00BFFF;
}

.orange {
	color: #FFA500;
}
