/* didact-gothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/didact-gothic-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/didact-gothic-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/didact-gothic-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/didact-gothic-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/didact-gothic-v21-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}



body {
  font-family: 'Didact Gothic', Helvetica, Arial, sans-serif;
}

p {
  font-size: 110%;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  letter-spacing: -1px;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-top: 10px !important;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
    margin-top: 10px !important;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-top: 35px !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
    margin-top: 35px !important;
    padding-bottom: 0 !important;

  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-top: 10px !important;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.0rem;
    margin-top: 10px !important;
  }
}

#cn-close-notice {display:none}

/* unvisited link */
a:link {
  color: #000;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: #000;
}

/* mouse over link */
a:hover {
  color: #000;
}

/* selected link */
a:active {
  color: #000;
}

/* unvisited link */
.footers a:link {
  color: grey !important;
  text-decoration: underline;
}

/* visited link */
.footers a:visited {
  color: grey !important;
}

/* mouse over link */
.footers a:hover {
  color: grey !important;
}

/* selected link */
.footers a:active {
  color: grey !important;
}

ul {
    list-style: none;       /* entfernt Standard-Punkte */
    padding-left: 0;        /* entfernt Standard-Einrückung */
    margin-left: 0;
    font-size: 110%;
}

ul li {
    position: relative;     /* für das pseudo-element ::before */
    padding-left: 1.5em;   /* Platz für das Plus-Zeichen */
}

ul li::before {
    content: "+";
    position: absolute;
    left: 0;                /* links am Listenelement */
    font-weight: normal;
}

ul ul li {
    padding-left: 1.5em;   /* zusätzliche Einrückung für Unterlisten */
}

ul ul li::before {
    content: "+";
    left: 0;                /* bleibt links relativ zum jeweiligen li */
}

.custom-container {
    width: 100%;      /* Standard: volle Breite */
    margin-left: 0;   /* linksbündig */
    overflow: hidden;
}

/* Ab 1400px Bildschirmbreite */
@media (min-width: 1400px) {
    .custom-container {
        width: 100%;
    }
}
