@charset "utf-8";
@import url('/assets/css/style.css');
@import url('/assets/css/navi.css');
@import url('/assets/css/forms.css');
@import url('/assets/css/buttons.css');
@import url('/assets/css/lightcase/lightcase.css');

/* Schriftarten */

/* UI Symbol Icons */
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(/assets/fonts/material-icons.woff2) format('woff2'); }
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }


*										{ margin: 0; padding: 0; }
body, html					{ background: #000; font-family: Tahoma, Geneva, sans-serif; font-size: 16px; color: #dedede; }
header							{ width: 100%; }
main								{ width: 100%; }
footer							{ width: 100%; padding: 1.25rem 0; background: rgba(64,56,53,0.5); /* rgba(24,25,28,0.1); */ border-top: 1px solid #444; }

#content						{ width: 90%; max-width: 75em; min-height: 600px; margin: 0 auto; }

h1									{  }
h2									{  }
h3									{  }
h4									{  }
h5									{  }
h6									{  }