/** Generated: Sunday, 1st of June 2025, 10:37:49 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* blank */
/*FARBEN*/
/*Breiten*/
/*640px=35.556em*/
/*1024px=56.888em*/
/*1160px=65.444em*/
/*Media-Queries Mobile First bei 18px=1em*/
/* ---------->>> Alles auf 0 <<<-----------*/
* {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
hr {
  border-width: 1px 0px;
  border-style: solid none;
  border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.3);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  height: 0px;
}
html {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}
a {
  text-decoration: none;
  color: #05a181;
}
a:hover {
  color: #05a181;
  text-decoration: underline;
}
a:focus {
  outline-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  color: #444;
}
p,
ol,
ul {
  font-size: 1em;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.5em;
  color: #444;
  padding: 0;
  margin-bottom: 1.5em;
}
ul {
  list-style: inherit;
  list-style-position: inside;
}
ol {
  list-style: decimal;
  list-style-position: inside;
}
h1 {
  font: 400 2.027em/1.05em 'Work Sans';
  color: #000;
  margin: 0.139em 0;
}
h2 {
  font: 400 1.802em/1.25em 'Work Sans';
  color: #000;
  margin: 10px 0 5px 0;
}
h3 {
  font: 400 1.602em/1.25em 'Work Sans';
}
h4 {
  font: 400 1.424em/1.222em 'Work Sans';
}
h5 {
  font: 400 1.266em/1.222em 'Work Sans';
}
h6 {
  font: 400 1.125em/1.3em 'Work Sans';
}
blockquote {
  position: relative;
}
blockquote p {
  font: 400 1.602em/1.25em;
  margin: 10px 0 !important;
  padding: 15px;
}
::-moz-selection {
  color: #000;
  background: #efefef;
}
::selection {
  color: #000;
  background: #efefef;
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
small {
  font-size: 14px;
}
@media (min-width: 640px) {
  p {
    line-height: 1.7em;
  }
}
header {
  margin-bottom: 20px;
}
header .head {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header #slogan {
  font-size: 15.2px;
  font-weight: 600;
  text-transform: uppercase;
  background: #05a181;
  color: #fff;
  width: 100%;
  padding: 5px;
}
#logo-wwu,
#logo-dgpuk {
  width: 90%;
}
@media (min-width: 640px) {
  header {
    margin-bottom: 40px;
  }
  header .head {
    padding: 15px 0 25px 0;
  }
  header #logo-wwu,
  header #logo-dgpuk {
    width: auto;
  }
}
/*--------------------------------------------------------------
# Menü
--------------------------------------------------------------*/
header .nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 18px;
  list-style: none;
  align-self: flex-start;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
  width: 100%;
  border-bottom: 4px solid #423c39;
}
header .nav li {
  padding: 5px 15px;
}
header .nav li a {
  color: #444;
}
header #mobile-search-text svg {
  display: block;
}
header #mobile-menue:checked ~ label ~ * {
  max-height: 1000px;
}
@media (min-width: 640px) {
  header #mobile-menue,
  header #mobile-menue-text {
    display: none;
  }
  header .nav {
    flex-direction: row;
    align-items: left;
    flex-wrap: wrap;
    max-height: 1000px;
  }
  header .nav li {
    text-transform: uppercase;
    padding: 0 15px;
  }
  header .nav li:first-child {
    padding-left: 0;
  }
  header .nav > li ~ li {
    border-left: 1px solid #000;
  }
}
@media (min-width: 640px) {
  header .nav {
    padding: 0 15px 15px 15px;
    margin-bottom: 40px;
  }
}
footer {
  width: 100%;
  height: 80px;
  text-transform: uppercase;
  padding: 15px;
  margin-top: 40px;
  background: #030404;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
}
footer .footer-menu ul {
  display: flex;
  flex-direction: row;
}
footer .footer-menu ul li {
  color: #fff;
  list-style-type: none;
}
footer .footer-menu ul li a {
  color: #fff;
  padding: 5px 15px 5px 0px;
}
footer .footer-menu ul li a:hover {
  color: #008e96;
}
#editPage {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #e2e1e0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
}
body {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
main {
  min-height: 80vh;
}
main > * {
  padding: 0 10px;
}
.home_image {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
}
.home_image #fi_start_img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  position: relative;
}
.home_image #fi_text_home_img {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.home_image #fi_text_home_img h1 {
  font-size: 2.5em;
}
.home_image #fi_text_home_img h2 {
  font-size: 1.2em;
}
.home_image #fi_text_home_img > * {
  line-height: 0.8em;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.home #fi_title {
  display: none;
}
#fi_breaking {
  background: #af0078;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 40px;
  display: inline-block;
}
#box-fields-title {
  border-top: 4px solid #000;
  color: #b22f4f;
  font-weight: 600;
  padding-top: 20px;
}
.boxes {
  padding: 20px 0 0 0;
}
.box {
  width: 100%;
  max-width: 565px;
}
.box .date p {
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
  font-weight: 600;
}
.box h4 {
  font-weight: 600;
  color: #b22f4f;
}
table {
  font-size: 14px;
  margin: 20px 0;
  border-collapse: collapse;
}
table td {
  padding: 10px;
  border: 2px solid #ddd;
  border-collapse: collapse;
}
table tr:nth-child(odd) {
  background: #efefef;
}
table tr:nth-child(1) {
  background: #05a181;
  color: #fff;
}
@media (min-width: 1024px) {
  main > * {
    padding: 0;
  }
}
.info-home main,
.info main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#children-info-home {
  width: 100%;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  padding-right: 25px;
  list-style: none;
}
#children-info-home li {
  margin-bottom: 5px;
  padding: 5px 10px;
}
#children-info-home li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-transform: uppercase;
}
#children-info-home li:nth-child(7n+1) {
  background: #004f2d;
}
#children-info-home li:nth-child(7n+2) {
  background: #00754e;
}
#children-info-home li:nth-child(7n+3) {
  background: #05a181;
}
#children-info-home li:nth-child(7n+4) {
  background: #44af69;
}
#children-info-home li:nth-child(7n+5) {
  background: #7ac74f;
}
#children-info-home li:nth-child(7n+6) {
  background: #bfc932;
}
#children-info-home li:nth-child(7n) {
  background: #d49b00;
}
#children-info-home li:hover {
  background: #666666;
}
article {
  width: 100%;
}
article img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  #children-info-home {
    width: 25%;
  }
  article {
    width: 75%;
  }
}
