@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/button.css');
@import url('/assets/css/lightcase.css');
@import url('/assets/fontawesome/css/all.min.css');
@import url('/assets/css/coco.min.css');


@font-face { font-family: 'Alegreya Sans SC'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/Alegreya400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Alegreya Sans SC'; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/Alegreya500.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Alegreya Sans SC'; font-style: normal; font-weight: 700; font-display: swap; src: url(/assets/fonts/Alegreya700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 200 1000; font-stretch: 100%; src: url(/assets/fonts/Nunito-Normal.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


/* Grundeinstellungen */
*														{ margin: 0; padding: 0; box-sizing: border-box; }
body								        { font-family: 'Nunito Sans', sans-serif; font-size: 16px; font-weight: 400; background: #F5F2EE; color: #3C3C3B; min-height: 100vh; align-content: space-between; display: flex; flex-wrap: wrap; }
header											{ width: 100%; position: fixed; top: 0; background: #3C3C3B; z-index: 99; }
main												{ width: 100%; }
footer											{ width: 100%; background: #3C3C3B; border-top: 1px solid #ffffff; min-height: 300px; }
nav													{ width: 100%; }

/* Farben global */
.light														{ background: #ffffff; color: #000000; }
.middle														{ background: #F5F2EE; color: #5D5C5C; }
.dark															{ background: #3C3C3B; color: #ffffff; }
.accent														{ background: #A88B5C; color: #ffffff; }
.orange														{ background: #f9b13f; color: #000; }
.blue															{ background: #99ccff; color: #000; }
.red															{ background: #ff9999; color: #000; }
.green														{ background: #99cc66; color: #000 !important; }

/* Flexboxen Abstände... */
.centered										{ margin: 0 auto 1.000rem; }
.center											{ text-align: center; }
.flex												{ display: flex; flex-wrap: wrap; }
.flexnews										{ display: flex; flex-wrap: wrap; justify-content: start; }
.flexalign									{ display: flex; flex-wrap: wrap; align-content: center; }
.flexstart									{ display: flex; flex-wrap: wrap; align-content: flex-start; }
.flexspace									{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.flexcenter									{ display: flex; flex-wrap: wrap; justify-content: center; }
.flexcc											{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.flexaround									{ display: flex; flex-wrap: wrap; justify-content: space-around; align-content: flex-center; }
.flexend										{ display: flex; flex-wrap: wrap; justify-content: flex-end; }
.flexbetween								{ display: flex; flex-wrap: wrap; align-content: space-between;}
.bordert										{ border-top: 1px solid #fff; }
.borderb										{ border-bottom: 1px solid #fff; }
.bordertb										{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.ptb2												{ padding: 2rem 0; }
.mauto											{ margin: 0 auto; }
.mb5												{ margin-bottom: 0.500rem; }
.mb10												{ margin-bottom: 1.000rem; }
.mb15												{ margin-bottom: 1.500rem; }
.hrtrans										{ clear: both; width: 100%; border: none; color: transparent; margin-bottom: 1.000rem; }
.hrline											{ clear: both; width: 100%; background: transparent; border-top: 1px solid #3C3C3B; border-right: none; border-bottom: none; border-left: none; margin: 1.000rem 0;  }

.min5												{ min-height: 550px; }