@font-face {
	font-family: "Share Tech Mono";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/share-tech-mono-v7-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Share Tech Mono"), local("ShareTechMono-Regular"), url("/fonts/share-tech-mono-v7-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("/fonts/share-tech-mono-v7-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
	url("/fonts/share-tech-mono-v7-latin-regular.woff") format("woff"), /* Modern Browsers */
	url("/fonts/share-tech-mono-v7-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
	url("/fonts/share-tech-mono-v7-latin-regular.svg#ShareTechMono") format("svg");
	/* Legacy iOS */
}


/* roboto-mono-300 - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/roboto-mono-v7-latin-300.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Mono Light'), local('RobotoMono-Light'), url('/fonts/roboto-mono-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/roboto-mono-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-300.woff') format('woff'), /* Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/roboto-mono-v7-latin-300.svg#RobotoMono') format('svg');
	/* Legacy iOS */
}


/* roboto-mono-regular - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/roboto-mono-v7-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Mono'), local('RobotoMono-Regular'), url('/fonts/roboto-mono-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/roboto-mono-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/roboto-mono-v7-latin-regular.svg#RobotoMono') format('svg');
	/* Legacy iOS */
}


/* roboto-mono-500 - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/roboto-mono-v7-latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url('/fonts/roboto-mono-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/roboto-mono-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-500.woff') format('woff'), /* Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/roboto-mono-v7-latin-500.svg#RobotoMono') format('svg');
	/* Legacy iOS */
}


/* roboto-mono-700 - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/roboto-mono-v7-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url('/fonts/roboto-mono-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/roboto-mono-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-700.woff') format('woff'), /* Modern Browsers */
	url('/fonts/roboto-mono-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/roboto-mono-v7-latin-700.svg#RobotoMono') format('svg');
	/* Legacy iOS */
}

body {
	color: #101010;
	font-family: "Roboto Mono", serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #101010;
	text-rendering: geometricPrecision;
}

#page {
	max-width: 990px;
	background-color: #F1F1F1;
	margin: 0 auto;
}

#header {
	padding: 20px;
}

#header-img {
	text-align: center;
}

#header-slogan {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 700;
	display: inline;
	text-align: center;
	font-family: "Share Tech Mono", serif;
}

#navigation-menue {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.navigation-menue-item {
	margin: 10px;
	margin-top: 20px;
}

.navigation-menue-item a {
	font-size: 24px;
	text-decoration: none;
	background: #101010;
	color: #00d405;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px;
	font-family: "Share Tech Mono", serif;
}

.navigation-menue-item a:hover {
	color: #101010;
	background: #E8AE0C;
}

.navigation-menue-item-selected a {
	color: #101010;
	background: #E8AE0C;
}

#navigation-menue-burger {
	font-size: 24px;
	text-decoration: none;
	background: #101010;
	color: #00d405;
	padding: 5px;
	margin: 5px;
	font-family: "Share Tech Mono", serif;
}

#navigation-menue-item-burger {
	text-align: center;
	margin-top: 20px;
	display: none;
}

#content {
	padding: 20px;
}

#content a.link,
#footer a.link {
	padding: 1px 4px;
	font-family: "Share Tech Mono", serif;
	background: #101010;
	color: #00d405;
	cursor: pointer;
	text-decoration: none;
}

#content a:hover.link,
#footer a:hover.link {
	color: #101010;
	background: #E8AE0C;
}

.cell-feature {
	padding-bottom: 20px;
}

.cell-headline a {
	text-decoration: none;
	color: #101010;
}

.cell-headline h2,
.cell-headline h3 {
	display: inline;
	font-family: "Share Tech Mono", serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

.cell-feature h2 {
	font-size: 34px;
}

.cell-article h2 {
	display: inline;
	font-family: "Share Tech Mono", serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

.cell-headline h1 {
	display: inline;
	font-family: "Share Tech Mono", serif;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

.cell h4 {
	display: inline;
}

.cell {
	padding-bottom: 20px;
	width: 32%;
	margin-right: 2%;
}

.cell-row-end {
	margin-right: 0;
}

.cell-full {
	width: 100%;
	margin-right: 0;
}

.cell-twothird {
	width: 66%;
	margin-right: 0;
}

.cell-image {
	width: 49.5%;
	margin-right: 0.5%;
}

.cell-image img {
	width: 100%;
}

.cell-image figure,
.cell-image a {
	text-decoration: none;
	font-size: 14px;
	font-family: "Share Tech Mono", serif;
	color: #101010;
}

.cell-intro-image {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.cell-intro-image img {
	width: 66%;
	margin-right: 1%
}

.cell-intro-image iframe {
	margin-right: 1%
}

.cell-intro-image figure {
	margin: 0;
	display: flex;
	align-items: flex-end;
	font-size: 14px;
	font-family: "Share Tech Mono", serif;
}

.cell-intro-image a {
	font-size: 14px;
	font-family: "Share Tech Mono", serif;
	text-decoration: none;
	color: #101010;
}

.cell-video {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	align-items: flex-end;
	font-size: 14px;
	font-family: "Share Tech Mono", serif;
}

.cell-video-container {
	position: relative;
	padding-bottom: 34%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	flex: 1;
	width: 66%;
	margin-right: 1%;
}

.cell-video-container iframe,
.cell-video-container object,
.cell-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-right: 1%;
}

.cell-video-caption {
	width: 33%;
}

.cell-twitter {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	align-items: flex-end;
	font-size: 14px;
	font-family: "Share Tech Mono", serif;
}

.cell-twitter-container {
	position: relative;
	overflow: hidden;
	flex: 1;
	width: 66%;
	margin-right: 1%;
}

.cell-twitter-caption {
	width: 33%;
}

.cell-text {
	margin-left: 0.5%;
	width: 49.5%;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

.cell-teaser {
	display: flex;
	flex-wrap: wrap;
}

.cell-info {
	font-size: 14px;
	font-family: "Share Tech Mono", serif;
}

.cell-content {
	display: flex;
	flex-wrap: wrap;
}

#cells {
	display: flex;
	flex-wrap: wrap;
}

#cells .cell-teaser {
	display: block;
}

#cells .cell-image {
	width: 100%;
}

#cells .cell-text {
	width: 100%;
}

.cell-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cell-socialmedia {
	background: #E8AE0C;
	padding: 20px;
}

.button-input {
	font-size: 24px;
	text-decoration: none;
	background: #101010;
	color: #00d405;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Share Tech Mono", serif;
	border: none;
	cursor: pointer;
}

.button-disabled {
	background: #101010;
	color: #F1F1F1;
	cursor: not-allowed;
}

.text-versteckt {
	display: none;
}

.text-input {
	width: 80%;
	font-family: "Roboto Mono", serif;
	font-size: 16px;
	line-height: 1.5;
	border-width: 0px;
	color: #101010;
	border: 2px #00d405 solid;
	padding-left: 5px;
}

*:focus {
	outline: none;
}

input[type=checkbox]+label {
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label:before {
	content: "X";
	border: 2px #00d405 solid;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	color: transparent;
	transition: .1s;
	background-color: #fff;
}

input[type=checkbox]+label:active:before {
	transform: scale(0);
}

input[type=checkbox]:checked+label:before {
	background-color: #101010;
	;
	border-color: #101010;
	;
	color: #00d405;
}

#footer {
	padding: 20px;
	text-align: center;
}

#scroll-up {
	font-family: "Share Tech Mono", serif;
	color: #00d405;
	background: #101010;
	padding: 1px 4px;
	cursor: pointer;
	display: none;
	text-align: center;
	width: 100px;
	opacity: 0.5;
	z-index: 1000;
	right: 50px;
	bottom: 50px;
	position: fixed;
}

#scroll-up:hover {
	color: #101010;
	background: #E8AE0C;
	opacity: 0.9;
}

#scroll-down {
	display: none;
}

p {
	margin: 0;
}

pre {
	background-color: #c9c9c9;
	color: #101010;
	font-family: "Share Tech Mono", serif;
	white-space: pre-wrap;
	padding: 20px;
}

ul {
	list-style: none;
}

ul li::before {
	content: "# ";
	color: #00d405;
	font-weight: 700;
}

ol {
	list-style: none;
	counter-reset: li;
}

ol li::before {
	content: counter(li) ". ";
	color: #00d405;
	font-weight: 700;
	display: inline-block;
	width: 2em;
	margin-left: -1em;
}

ol li {
	counter-increment: li;
}

li {
  text-align: justify;
}

.cc-banner {
  font-family: "Share Tech Mono", serif;
}

@media only screen and (max-width: 680px) {
	body {
		padding: 0;
		margin: 0;
	}

	#header-img img {
		max-width: 100%;
	}

	#header-slogan {
		font-size: 16px;
	}

	#navigation-menue {}
	.navigation-menue-item {
		margin: 5px;
		display: none;
	}

	#navigation-menue-item-burger {
		display: block;
	}

	.cell {
		width: 100%;
	}

	.cell-image {
		width: 100%;
		margin-right: 0;
	}

	.cell-text {
		margin-left: 0;
		width: 100%;
	}

	.cell-intro-image figure {
		display: block;
	}

	.cell-intro-image img {
		width: 100%;
	}

	.cell-video {
		display: block;
	}

	.cell-video-container {
		width: 100%;
		margin-right: 0;
		padding-bottom: 50%;
	}

	.cell-video-caption {
		width: 100%;
	}

	.cell-twitter {
		display: block;
	}

	.cell-twitter-container {
		width: 100%;
	}

	.cell-twitter-caption {
		width: 100%;
	}

	.cell-socialmedia {
		padding-right: 0;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	ul {
		margin-left: -20px;
	}

	#scroll-up {
		display: none;
	}

	#scroll-down {
		display: block;
		font-family: "Share Tech Mono", serif;
		color: #00d405;
		background: #101010;
		padding: 1px 4px;
		text-align: center;
		opacity: 0.9;
		z-index: 1000;
		bottom: 0px;
		position: absolute;
		right: 20px;
		-webkit-animation: scroll-down 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
	  animation: scroll-down 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
	}

	@keyframes scroll-down {
	  0% {
	    -webkit-transform: translateY(0);
      transform: translateY(0);
	    opacity: 0.9;
	  }
	  100% {
	    -webkit-transform: translateY(1000px);
      transform: translateY(1000px);
	    opacity: 0;
	  }
	}
}
