:root {
  --fs-xl: clamp(3.5rem, 12vw + 1rem, 12rem);
  --fs-600: 2rem;
  --fs-500: 1.25rem;
  --fs-400: 1rem;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  display: grid;
  grid-template-areas: "header header" "left main" "footer footer";
}

@media (width <= 800px) {
  body {
    display: block;
  }
}

header {
  grid-area: header;
  border: 0px solid orange;
}

#left {
  grid-area: left;
  border: 0px solid green;
  padding: 0 12px;
}

main {
  grid-area: main;
  border: 0px solid red;
  padding: 0 12px;
}

footer {
  grid-area: footer;
  border: 0px solid black;
}

body {
  max-width: 1600px;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 112px 1fr 100px;
}

table {
  width: 100%;
  line-height: 1.4em;
  border-collapse: collapse;
}

th {
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 12px;
}

tr:nth-of-type(odd) {
  background: rgba(255, 255, 136, 0.5);
}

tr:nth-of-type(even) {
  background: #fff;
}

td:nth-child(1),
th:nth-child(1) {
  width: 100px;
}

td,
th {
  width: 25%;
  padding: 8px 12px;
  vertical-align: top;
}

td:nth-child(1),
th:nth-child(1) {
  width: 15%;
}

td:nth-child(2),
th:nth-child(2) {
  width: 45%;
}

td:nth-child(3),
th:nth-child(3) {
  width: 25%;
}

td:nth-child(4),
th:nth-child(4) {
  width: 15%;
}

td ul {
  margin: 0 0 0 12px;
  padding: 0;
}

.mod_customnav h1 {
  text-transform: uppercase;
  font-size: var(--fs-400);
}

.mod_customnav {
  text-transform: uppercase;
}

.mod_customnav ul {
  list-style-type: none;
  margin: 4px 0 16px 0;
}

.mod_customnav li {
  font-weight: bold;
}

.mod_customnav li a {
  color: #938577;
  text-decoration: none;
}

.mod_customnav li a:hover {
  color: #7e7367;
  text-decoration: underline;
}

.mod_customnav li.active {
  color: #7e7367;
  text-decoration: underline;
}

.mod_customnav li.subnav {
  list-style-type: circle;
  margin-left: 16px;
}

body {
  background: #fff;
  color: #333;
}

a:link {
  text-decoration: underline;
  color: #7e7367;
}

a:visited {
  text-decoration: underline;
  color: #7e7367;
}

a:hover {
  text-decoration: none;
  color: #7e7367;
}

a:active {
  text-decoration: underline;
  color: #7e7367;
}

a:focus {
  text-decoration: underline;
  color: #7e7367;
}

main p,
main table,
main ul {
  margin: 12px 0 14px 0;
  list-style-type: disc;
}

main ul li {
  margin-left: 16px;
}

main img {
  float: right;
  margin: 0 0 0 48px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: var(--fs-400);
  line-height: 1.5;
  background: #fff;
  color: #333;
}

main h1,
main h2,
main h3 {
  font-size: var(--fs-500);
}

.mod_newsmenu {
  margin: 2em 0;
}

.mod_newsmenu ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 0.75em 0.5em;
  justify-content: start;
}

.invisible {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.layout_latest {
  margin: 0;
  padding: 16px 6px 10px 6px;
  border-bottom: 1px solid #d9d4d0;
}

.layout_latest.odd {
  background: #fff;
}

.layout_latest.even {
  background: #f1f0ee;
}

.mod_customnav h1 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}

.mod_customnav ul {
  list-style-type: none;
}

.ce_toplink {
  margin: 24px 0;
  text-align: right;
}

#aktuelle-ausgaben .ce_text,
#menschen-vorstand .ce_text {
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  display: flow-root;
}
