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

/* Schriftarten */

@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* 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;  /* Bevorzugte Icon-Größe */
	vertical-align: middle;
	margin-top: -2px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
/*
.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; box-sizing: border-box; }
body, html									{ background: #000; font-family: "Elms Sans", sans-serif; font-size: 16px; color: #dedede; font-weight: 300; }
header											{ width: 100%; background: rgba(64, 56, 53, 0.8); }
main												{ width: 100%; font-size: 1.25rem; }
footer											{ width: 100%; padding: 1.25rem 0; background: rgba(64, 56, 53, 0.8); border-top: 1px solid #444; } 

.content										{ width: 90%; max-width: 75rem; margin: 0 auto; }

.gradient										{ background: #645653; background: linear-gradient(15deg, #332d2b, #37302e, #3b3431, #403734, #443a37, #483e3a, #4d413d, #514540); }


h1													{ font-family: "Aleo", serif; }
.headline										{ font-family: "Aleo", serif; }
.subline										{ font-family: "Elms Sans", sans-serif; }
h2, h3, h4, h5, h6					{ font-family: "Elms Sans", sans-serif; }



/* Abstände und Felxboxen */
.centered										{ text-align: center !important; }
.flex												{ display: flex; flex-wrap: wrap; }
.flexalign									{ display: flex; flex-wrap: wrap; align-content: center; }
.flexstart									{ display: flex; flex-wrap: wrap; align-content: flex-start; }
.flexcenter									{ display: flex; flex-wrap: wrap; justify-content: center; }
.flexcentered								{ display: flex; align-items: center; justify-content: center; }
.flexspace									{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.flexaround									{ display: flex; flex-wrap: wrap; justify-content: space-around; }
.flexend										{ display: flex; flex-wrap: wrap; justify-content: flex-end; }
.mb0												{ margin: 0; }
.p10												{ padding: 1.000rem; }
.mb5												{ margin-bottom: 0.500rem; }
.mb10												{ margin-bottom: 1.000rem; }
.mb15												{ margin-bottom: 1.500rem; }
.mauto											{ margin: 0 auto; }
.mtb												{ margin: 3rem 0; }
.block											{ display: block; }

/* hr-Klassen */
.hrtrans										{ clear: both; width: 100%; display: block; color: transparent; border: none; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; }
.hrborder										{ clear: both; width: 100%; display: block; color: transparent; border-top: 1px solid #ffffff; border-right: 0; border-bottom: 0; border-left: 0; }

.back-to-top								{ bottom: 0; color: #f5f1ef; font-size: 2rem; left: 50%; padding: 0 1rem; position: fixed; transform: translate(-50%, 0); z-index: 999; }
