html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: Poppins-Black;
  src: url(assets/Poppins/Poppins-Black.ttf);
}
@font-face {
  font-family: Poppins-BlackItalic;
  src: url(assets/Poppins/Poppins-BlackItalic.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(assets/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-BoldItalic;
  src: url(assets/Poppins/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: Poppins-ExtraBold;
  src: url(assets/Poppins/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family: Poppins-ExtraBoldItalic;
  src: url(assets/Poppins/Poppins-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url(assets/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: Poppins-ExtraLightItalic;
  src: url(assets/Poppins/Poppins-ExtraLightItalic.ttf);
}
@font-face {
  font-family: Poppins-Italic;
  src: url(assets/Poppins/Poppins-Italic.ttf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(assets/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: Poppins-LightItalic;
  src: url(assets/Poppins/Poppins-LightItalic.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(assets/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-MediumItalic;
  src: url(assets/Poppins/Poppins-MediumItalic.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(assets/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(assets/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-SemiBoldItalic;
  src: url(assets/Poppins/Poppins-SemiBoldItalic.ttf);
}
@font-face {
  font-family: Poppins-Thin;
  src: url(assets/Poppins/Poppins-Thin.ttf);
}
@font-face {
  font-family: Poppins-ThinItalic;
  src: url(assets/Poppins/Poppins-ThinItalic.ttf);
}

body{
  font-family: Poppins-Regular;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 2em;
}

#bg-container{
  margin: 1em;
  width: 100%;
  height: 100%;
}

.inside{
  /* Container horizontal mittig platzieren */
  margin: auto;
}