/* oxygen-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oxygen-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oxygen-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oxygen-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oxygen-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oxygen-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

a {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	color:#A2A2AB;
	text-decoration: none;
}

body {
	background-color:#000000;
	color:#A2A2AB;
	font-family:"Oxygen";
	font-size:20px;
	line-height:25px;

}

#content {
	width:100%;
	margin:0 auto;
}

#header {
	text-align:center;
}

#logo-video {
	width:100%;
	margin:0 auto;
}

#logo-video img {
	width:100%;
}

#footer {
	width:100%;
	position:fixed;
	bottom:10px;
	right:20px;
	text-align: right;
	font-size:16px;
}

.bildq {
	width:30%;
}

.links {
	float:left;
	margin-right:15px;
	border-radius:20px;
}

.sociallinks {
	margin-top:40px;
	text-align:center;
}

.sociallinks img {
 height:70px;
 margin:0 10px;
}

@media screen and (min-width: 600px) {
  #content {
	width:50%;
	margin:0 auto;
}

#header {
	text-align:center;
}

#logo-video {
	width:55%;
	margin:0 auto;
}
}