@charset "UTF-8";
@keyframes animation {
  0% {
    width: 0
  }
  to {
    width: 100
  }
}
body, html {
  height: 100dvh;
  width: 100%;
  max-width: 100vw;
  font-size: 1rem;
  font-family: var(--main-font);
  border: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 46px;
  scroll-snap-margin-top: 50px
}
:root {
  --main-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #000;
  webkit-font-smoothing: antialiased;
  font-synthesis: none
}
*, ::after, ::before, p.MainMenu {
  box-sizing: border-box
}
* {
  margin: 0;
  padding: 0;
  border: 0
}
canvas, img, picture, svg, video {
  display: block;
  max-width: 100%;
  width: 100%
}
h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word
}
sub, sup {
  line-height: 0;
  font-size: .66em
}
#mainMenuContainer .mySidebar {
  width: 100%
}
#mainMenuContainer {
  position: fixed;
  top: 46px;
  left: 0;
  width: 25%;
  height: calc(100vh - 46px);
  background-color: #f6f5f5
}
#mainMenuContainer nav {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 6rem
}
#buttonIcon, #gobackBtn, #gototop, #searchIconBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 44px;
  height: 44px;
  overflow: hidden
}
.hidden {
  display: none
}
.show {
  display: block
}
.btn {
  color: #fff;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
.btn.active, .btn:hover {
  background-color: #006400
}
.accordion button.dropbtn.active, .accordion button.dropbtn:hover, .btn, .btn.no-hover:hover {
  background-color: #ff4545
}
p.MainMenu {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4rem;
  background-color: #f6f5f5;
  height: auto;
  padding: .4rem .5rem .5rem 3rem;
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
  width: 100%;
  text-decoration: none !important
}
a:-webkit-any-link {
  text-decoration: none
}
#mySidebar a {
  display: block;
  width: 100%
}
p.MainMenu span {
  line-height: 1.4rem;
  font-weight: 800;
  color: #505050;
  text-indent: -32px;
  float: left
}
p.MainMenu:hover {
  text-decoration: none;
  background-color: #d7d7d7
}
.homeBtn p, p.MainMenu.active {
  font-weight: 700;
  text-decoration: none;
  color: #fff
}
p.MainMenu.active span {
  color: #fff
}
.homeBtn:hover, p.MainMenu.active {
  background-color: gray
}
.homeBtn p {
  font-size: 1rem;
  padding: 4px 0 8px
}
.homeBtn p::before {
  content: "⌂";
  font-size: 1.3rem;
  padding-right: .5em
}
.searchIconBtn {
  background-color: #ff4545;
  color: #fff;
  display: flex;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  cursor: pointer
}
.searchIconBtn:hover {
  background-color: #006400
}
.searchInput.active {
  display: flex
}
.search-bar, .submit-btn {
  position: absolute;
  top: 0;
  right: 2px;
  height: 44px
}
.search-bar {
  border: 1px solid #ccc;
  width: calc(100% - 2px);
  background-color: #fff;
  padding-left: 8px;
  text-decoration: none;
  outline: 1px solid #adacac;
  font-family: var(--main-font);
  font-size: 1rem !important
}
.submit-btn {
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 44px;
  background-color: #000;
  display: block;
  cursor: pointer;
  overflow: hidden
}
.submit-btn:hover {
  background-color: #006400
}
#Erkrankungen, #Laboruntersuchungen, .accordion #Inhaltsverzeichnis {
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: auto;
  overflow-y: visible
}
#Erkrankungen:focus, #Laboruntersuchungen:focus, .accordion #Inhaltsverzeichnis:focus {
  outline: 3px solid #ddd;
  width: 100%
}
.accordion .dropdown {
  position: relative;
  display: inline-block;
  padding-top: 3rem;
  overflow-y: scroll
}
.accordion .dropdown-content {
  display: none;
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #ddd
}
.accordion .dropdown-content a {
  padding: .3rem .3rem .35rem .5rem;
  text-decoration: none;
  display: block;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
  color: #000
}
.accordion .dropdown a:hover, .accordion .dropdown-content a:hover {
  background-color: #ddd
}
.accordion #Inhaltsverzeichnis p._-Inhaltsverzeichnis .Hyperlink, .accordion #Laboruntersuchungen p._-Laboruntersuchungen .Hyperlink {
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
  color: #000;
  display: block;
  margin-left: 90px;
  margin-right: 18px
}
.accordion #Inhaltsverzeichnis p._-Inhaltsverzeichnis span.Hyperlink-fett, .accordion #Laboruntersuchungen p._-Laboruntersuchungen .Hyperlink-fett {
  line-height: 1.4rem;
  font-weight: 700;
  display: inline-block;
  width: 90px;
  float: left
}
.accordion #Erkrankungen a {
  border-bottom: 1px solid #fff
}
.accordion #Erkrankungen a:hover, .accordion .content-erkrankungen #innerErkrankungen p._-Erkrankungen .Hyperlink:hover {
  color: #000
}
.accordion #Erkrankungen p._b-Erkrankungen-fett {
  line-height: 1.4rem;
  font-weight: 700;
  padding: .3rem .3rem .35rem .5rem;
  border-bottom: 1px solid #fff;
  background-color: #ddd
}
.accordion #Erkrankungen p._c-Erkrankungen-siehe {
  line-height: 1.4rem;
  padding: .3rem .3rem .35rem .5rem;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3
}
.accordion #Erkrankungen p._-Erkrankungen .Hyperlink, .accordion button.btn {
  line-height: 1.4rem;
  text-decoration: none;
  color: #000
}
.accordion #Erkrankungen p._-Erkrankungen .Hyperlink-fett {
  line-height: 1.4rem;
  font-weight: 600;
  padding-right: 6px;
  color: #000
}
.accordion .show {
  display: table;
  width: 100%
}
.accordion .dropdown-content .show {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1rem
}
.accordion button.dropbtn::after {
  content: "▼";
  color: #fff;
  float: right
}
.accordion button.dropbtn.active::after {
  content: "▲";
  color: #fff;
  float: right
}
.accordion .content-erkrankungen #innerErkrankungen p._-Erkrankungen {
  box-sizing: border-box;
  color: #000;
  line-height: 1.4rem;
  border-bottom: 1px solid #fff;
  width: calc(100% - 18px);
  padding: 4px 6px 4px 12px
}
.accordion .content-erkrankungen #innerErkrankungen p._-Erkrankungen a {
  text-decoration: none
}
.accordion .content-erkrankungen #innerErkrankungen p._-Erkrankungen .Tabelle-heavy-in-Versalien {
  font-weight: 700;
  line-height: 1.4rem;
  color: #fff;
  margin: 0;
  padding: .3rem .3rem .35rem .5rem;
  background-color: #0d8f3c;
  border: 0;
  display: table-cell
}
.accordion .content-erkrankungen p._-Erkrankungen > .Tabelle-heavy {
  line-height: 1.4rem;
  margin-left: -12px;
  padding: 4px 6px 4px 12px;
  text-decoration: none;
  display: block;
  background-color: #d5d5d5;
  border: 0;
  width: 100%
}
.accordion .content-erkrankungen p._-Erkrankungen > .bold {
  line-height: 1.4rem;
  padding: 4px 6px 4px 12px;
  text-decoration: none;
  display: block;
  background-color: #e9e9e9;
  margin-left: -12px
}
.accordion button.btn {
  background-color: #ff4545;
  color: #fff;
  padding: 12px 12px 6px;
  border: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin: 0
}
#Erkrankungen-Container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto
}
#inner-Erkrankungen-Container {
  margin: 1.5em
}
.kinderwerte {
  position: relative;
  padding-top: 4em;
  width: 80vw;
  margin: 0 auto;
  overflow-x: hidden
}
#tablekw1 tr:nth-child(even), #tablekw2 tr:nth-child(even), #tablekw3 tr:nth-child(even) {
  background-color: rgb(240 240 240/.4)
}
.header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  background-color: #f6f5f5;
  min-height: 19em;
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0/.3);
  box-shadow: 0 0 15px 0 rgb(0 0 0/.3);
  z-index: -3;
  margin: 0 auto
}
h1.KapName {
  position: absolute;
  text-align: center;
  color: #006400;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 140%;
  z-index: -1
}
p._-Grundtext, p._a_Grundtext_Abstand {
  margin-top: .8rem;
  line-height: 1.6rem;
  hyphens: auto
}
h2, h3, h4, h5 > ._0-Grundtext_Aufzaehlung {
  margin-bottom: .8rem
}
li._0-Grundtext_Aufzaehlung, li._0b-Grundtext_Aufzaehlung_letzte {
  list-style-position: inside;
  line-height: 1.6rem;
  padding-left: 1rem;
  text-indent: -1rem;
  hyphens: auto
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}
li._0-Grundtext_Aufzaehlung::before, li._0b-Grundtext_Aufzaehlung_letzte::before {
  content: ">";
  color: #0d8f3c;
  font-weight: 500;
  padding-right: .4rem
}
p._4-Literatur {
  margin-bottom: .35rem
}
p._4-Literatur, p._5-Fu-note {
  font-size: .8rem;
  line-height: 1.2rem;
  hyphens: auto
}
h1 > span, h2 > span, h3 > span {
  font-weight: 300;
  padding-right: .5rem
}
h3 > span {
  font-weight: 400
}
h4 > span, h5 > span, h6 > span {
  font-weight: 400;
  padding-right: .4rem
}
h1._a-h1-Headline, li._a-h1-Headline {
  color: #006400;
  text-align: center;
  padding-bottom: .3rem;
  border-bottom: 1px solid #0d8f3c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  hyphens: auto
}
h1._a-h1-Headline + ._-Autoren {
  margin-top: .5rem
}
h2._b-h2-Headline_grau, li._b-h2-Headline_grau {
  text-align: center;
  color: #006400;
  font-weight: 800;
  margin: 3.5rem 0 1.5rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  hyphens: auto
}
._-Grundtext + ._b-h2-Headline_grau:first-of-type {
  padding-top: 3rem
}
._b-h2-Headline_grau:first-of-type {
  margin-top: 0
}
._a-h1-Headline + ._b-h2-Headline_grau:first-of-type {
  margin-top: 2em
}
h3._-h3-Zwischen11, li._-h3-Zwischen11, p._-Autoren {
  color: #006400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  hyphens: auto
}
h3._-h3-Zwischen11, li._-h3-Zwischen11 {
  font-weight: 800;
  margin-top: 2rem;
  padding-bottom: .1px
}
h4._-h4-Zwischen10, li._-h4-Zwischen10 {
  color: #006400;
  font-weight: 800;
  margin-top: 1.8rem;
  hyphens: auto
}
h3._-h3-Zwischen11 + h4._-h4-Zwischen10, h3._-h3-Zwischen11 + p._-Zwischen10_kursiv, h4._-h4-Zwischen10 + p._-Zwischen10_kursiv, h5 + p._-Zwischen10_kursiv {
  margin-top: 1rem
}
h5._b-h5-Zwischen10-Untergruppe, h5._h5-Zwischen10-Untergruppe, li._b-h5-Zwischen10-Untergruppe {
  color: #006400;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.75rem;
  padding-bottom: .1px;
  hyphens: auto
}
h5._h5-Zwischen10-Untergruppe, li._b-h5-Zwischen10-Untergruppe {
  margin-bottom: -.1rem
}
h5._b-h5-Zwischen10-Untergruppe, h5._h5-Zwischen10-Untergruppe + li._0-Grundtext_Aufzaehlung {
  margin-bottom: .75rem
}
p._-Autoren {
  font-weight: 300;
  margin: -.5rem 0 2rem;
  text-align: center
}
p._-Zwischen10_kursiv {
  font-weight: 500;
  font-style: italic;
  margin-top: 1.5rem;
  margin-bottom: .8rem;
  hyphens: auto
}
p._-Zwischen-hf-Literatur {
  color: #006400;
  font-weight: 600;
  margin: 1.8rem 0 1rem
}
.wrapper.table {
  overflow-x: auto;
  padding: 3rem 0 .3rem
}
.wrapper.table::-webkit-scrollbar {
  height: 20px
}
.wrapper.table::-webkit-scrollbar-track {
  background: green;
  border-top: 9px solid #fff;
  border-bottom: 9px solid #fff
}
.wrapper.table::-webkit-scrollbar-thumb {
  background: #ff4545;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff
}
.wrapper.table::-webkit-scrollbar-thumb:hover {
  background: #000
}
.Tabelle-heavy {
  font-weight: 800
}
.Tabelle-heavy-in-Versalien {
  font-weight: 800;
  text-transform: uppercase
}
p._1-Tabellenueber span.bold {
  font-weight: 800;
  padding-right: .4rem
}
table.Standard-Tabelle {
  border-collapse: collapse;
  margin-top: 1em
}
td.Einfache-Tabelle, td.Standard-Tabelle {
  border: 1px solid #a0a0a0;
  vertical-align: top
}
table.Einfache-Tabelle {
  border-collapse: collapse;
  border: 1px solid #000;
  margin-bottom: .5rem
}
.Erste_Kopfspalte, .Folge-Kopfspalte, ._--Kopfspalte {
  background-color: #ededed;
  border: 1px solid #a0a0a0;
  padding: .35rem .5rem .4rem
}
.Folge-Fu-spalte, .Folge-Fu-spalte.Folge-Fu-spalte, ._--Fu-spalte {
  border: 1px solid #a0a0a0;
  padding: .35rem .5rem .4rem;
  vertical-align: top
}
p._1-Tabellenueber {
  font-weight: 500;
  color: #006400;
  margin-bottom: .7rem;
  margin-top: 2rem;
  hyphens: auto
}
p._1a-Tabelle_linksbuendig {
  margin-top: .35rem;
  font-size: .9rem;
  line-height: 1.4rem;
  hyphens: auto
}
p._1a-Tabelle_linksbuendig:first-child {
  margin-top: 0
}
p._1a1-Tabellenkopf {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.4rem
}
p._1a-Tabelle_linksbuendig_Abstand, p._1a2-Tabelle_zentriert {
  font-size: .9rem;
  line-height: 1.4rem;
  hyphens: auto
}
p._1a2-Tabelle_zentriert {
  text-align: center;
  vertical-align: top;
  margin: 0
}
.Standard-Tabelle.Folge-Fu-spalte > p._1a2-Tabelle_zentriert, .Standard-Tabelle._--Fu-spalte > p._1a2-Tabelle_zentriert {
  font-size: .9rem;
  line-height: 1.4rem;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 0;
  hyphens: auto
}
li._1c-Tabelle_Aufzaehlung, li._1c-Tabelle_Aufzaehlung-2 {
  padding: 0 1rem;
  text-indent: -.9rem;
  font-size: .9rem;
  line-height: 1.4rem;
  hyphens: auto
}
li._1c-Tabelle_Aufzaehlung-2 {
  padding: 0 1rem 0 1.8rem
}
li._1c-Tabelle_Aufzaehlung_letzte, li._1c-Tabelle_Aufzaehlung_letzte-2 {
  padding: 0 0 .3rem 1rem;
  text-indent: -.9rem;
  font-size: .9rem;
  line-height: 1.4rem;
  hyphens: auto
}
li._1c-Tabelle_Aufzaehlung_letzte-2 {
  padding: 0 0 .3rem 1.8rem
}
li._1c-Tabelle_Aufzaehlung::before, li._1c-Tabelle_Aufzaehlung_letzte::before {
  content: ">";
  color: #0d8f3c;
  font-weight: 500;
  padding-right: .35rem
}
li._1c-Tabelle_Aufzaehlung-2::before, li._1c-Tabelle_Aufzaehlung_letzte-2::before {
  content: ">";
  color: #b7b7b7;
  font-weight: 500;
  padding-right: .35rem
}
p._1b-Tabelle_Zwischenueberschrift {
  font-size: .9rem;
  padding-top: 1rem;
  font-style: italic
}
p._1d-Tabelle_unter {
  margin-top: .4rem;
  font-size: .8rem;
  line-height: 1.2rem;
  hyphens: auto
}
.Fu-note_in_Tabelle._--Fu-spalte {
  padding-top: 0;
  padding-bottom: .6rem
}
.abbildung, .svg-container {
  width: 100%;
  text-align: center
}
.abbildung {
  overflow-x: auto;
  background-color: #e1e1e1;
  padding: 2rem;
  margin: 4rem 0 .4rem
}
.svg-container {
  margin: 0 0 1rem;
  padding: .7rem 0 .4rem
}
._2-Abb-unter + .svg-content {
  padding-top: .6rem
}
._2-Abb-unter > span, ._2-Abb-unter > span.Tabelle-heavy, ._2-Abb-unter > span.bold {
  font-weight: 800;
  margin: 0 .5rem 0 0
}
.svg-content {
  text-align: center;
  margin: 0 auto
}
.svg-content, p.svg-content {
  height: auto;
  width: 100%
}
div.Abbildung {
  border: 0
}
p._1a2-Tabelle_zentriert {
  padding: 8px;
  width: 100%
}
div.Einfacher-Textrahmen {
  border-style: solid
}
table.Abbildung {
  border-collapse: collapse;
  margin: 0;
  border: 0;
  width: 100%;
  overflow: auto
}
td.Abbildung {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding: 4px;
  vertical-align: top;
  width: 100%
}
tr.Abbildung {
  width: 100%;
  height: 100%
}
td.Abbildungs-Hintergrund {
  background-color: #ededed;
  border: 0;
  padding: 6px 0;
  vertical-align: top
}
._2-Abb-überXXXNEU, p._2-Abb-unter {
  color: #006400;
  font-weight: 500;
  padding-bottom: .4rem;
  hyphens: auto
}
._2-Abb-überXXXNEU > span.bold, p._2-Abb-unter {
  padding-right: .5em
}
p._6-Formel {
  text-align: center;
  width: 100%;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  margin: 1rem 0;
  padding: .3rem 0 .2rem;
  line-height: 1.4rem
}
._idSVGInline {
  display: flex;
  justify-content: center;
  padding: 30px;
  background-color: #efefef;
  object-fit: contain
}
.svg-formel > ._idSVGInline {
  padding: 1em 0 .5em;
  background: 0 0
}
.Abbildung {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem
}
.erstAbbildung {
  padding-top: 7rem;
  padding-bottom: 4rem
}
p._1-Tabellenueber > p.svg-content {
  width: 100%;
  padding-top: 0;
  background: 0 0
}
span.Hyperlink {
  color: #006400;
  text-decoration: underline;
  text-underline-offset: .2rem;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #c1c1c1
}
span.bold {
  font-weight: 700
}
._-Grundtext em.kursiv, ._0-Grundtext_Aufzaehlung em.kursiv, ._0b-Grundtext_Aufzaehlung_letzte em.kursiv, ._1a-Tabelle_linksbuendig em.kursiv, ._1c-Tabelle_Aufzaehlung em.kursiv, ._1c-Tabelle_Aufzaehlung_letzte em.kursiv, em.kursiv {
  font-style: italic
}
span.nicht-kursiv {
  font-style: normal
}
span.x_mit_Ueberstrich_in_Tabelle {
  text-decoration: overline
}
span.UniNeueBlack, span.black {
  font-weight: 700
}
span.tiefstehend {
  font-size: .66rem
}
.Hyperlink-fett-hochgestellt, .Hyperlink-fett-tiefgestellt {
  color: #006400;
  vertical-align: 6px;
  font-size: 12px;
  margin-left: -6px !important
}
.Hyperlink-fett-tiefgestellt {
  vertical-align: -4px
}
.Hyperlink-hochgestellt {
  color: #006400;
  text-decoration: underline;
  vertical-align: 6px;
  font-size: 12px
}
.Hyperlink-tiefgestellt {
  color: #006400
}
.Hyperlink-tiefgestellt, p._-Inhaltsverzeichnis span.tiefgestellt {
  vertical-align: -4px;
  font-size: 12px
}
.Hyperlink-tiefgestellt, span.Tabelle-linksbündig-unterstrichen {
  text-decoration: underline
}
@media screen and (min-width:1000px) {
  h1._a-h1-Headline, h2._b-h2-Headline_grau, h3._-h3-Zwischen11 {
    hyphens: none
  }
}
@media only screen and (min-width:1441px) {
  .item1 {
    grid-area: 1/1/2/2
  }
  .item2 {
    grid-area: 2/1/span 3/2
  }
  .item3 {
    grid-area: 1/2/span 2/3
  }
  .item4 {
    grid-area: 1/3/span 5/4
  }
  .item5 {
    grid-area: 3/2/span 2/3
  }
  .container {
    display: grid;
    grid-template-rows: 44px auto auto auto auto;
    grid-template-columns: 25%auto 25%
  }
  .item1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%
  }
  .item1-1 {
    display: none
  }
  .main {
    padding: 5em;
    overflow-x: hidden
  }
  .xlarge {
    display: block
  }
  .medium, .small {
    display: none
  }
  .homeBtn {
    background-color: #0d8f3c;
    width: 100%;
    color: #fff;
    height: 44px;
    cursor: pointer;
    border: 0
  }
  .searchContainer {
    display: flex;
    position: fixed;
    top: 0;
    right: calc(25% + 5rem);
    width: calc(100% - 44px);
    z-index: 99
  }
  .searchInput {
    position: absolute;
    top: 0;
    right: 46px;
    width: calc(50% - 10rem - 24px);
    align-items: center;
    height: 44px;
    background-color: #fff;
    overflow-x: auto;
    display: none;
    transition: width 2s linear;
    outline: 1px solid #adacac
  }
  .item4 {
    background-color: #f6f5f5;
    position: fixed;
    right: 0;
    width: 25%;
    height: 100vh;
    overflow-y: auto
  }
  .header-overlay {
    position: absolute;
    top: 18.5em;
    left: calc(25% + 5em);
    width: calc(50% - 10em);
    height: .5em;
    background: #ff4545;
    z-index: 3;
    animation-name: animation;
    animation-duration: 5s;
    animation-iteration-count: 1
  }
  .accordion-container {
    width: 100%;
    margin: 0 auto;
    height: auto
  }
  .accordion, .accordion button.dropbtn {
    border: 0;
    cursor: pointer;
    text-align: left;
    width: 100%
  }
  .accordion {
    position: relative;
    background-color: #f6f5f5;
    margin: 0 0 2rem;
    height: auto;
    outline: 0;
    transition: .4s;
    overflow-y: visible
  }
  .accordion button.dropbtn {
    min-height: 44px;
    background-color: #0d8f3c;
    color: #fff;
    padding: .4rem .5rem .45rem .75rem;
    font-size: 1rem !important;
    line-height: 145%;
    font-weight: 700
  }
  .header {
    width: calc(100% - 10em)
  }
  h1.KapName {
    width: calc(50% - 6em)
  }
  p.KapNr {
    font-size: 16rem;
    color: #d5d2d2;
    font-weight: 100;
    margin: -2.5rem 1rem;
    z-index: -1
  }
  .item2 {
    display: block;
    height: 100vh
  }
  #gobackBtn, #gototop {
    position: fixed;
    bottom: 0
  }
  #gobackBtn {
    left: 25%
  }
  #gototop {
    right: 25%
  }
}
@media only screen and (min-width:992px) and (max-width:1440px) {
  body, html {
    font-size: 16px
  }
  .item1 {
    grid-area: 1/1/2/2
  }
  .item2 {
    grid-area: 2/1/span 3/2
  }
  .item3 {
    grid-area: 1/2/span 2/3
  }
  .item4 {
    grid-area: 3/2/4/3
  }
  .item5 {
    grid-area: 4/2/5/3
  }
  .container {
    display: grid;
    grid-template-rows: 44px auto auto auto auto;
    grid-template-columns: 30% 70%
  }
  .item1-1 {
    display: none
  }
  .main {
    padding: 2rem 7.5rem;
    overflow-x: hidden
  }
  .medium {
    display: block
  }
  .small, .xlarge {
    display: none
  }
  #mainMenuContainer, .homeBtn, .item2 {
    position: fixed;
    width: 30%
  }
  .item2 {
    top: 46px;
    left: 0;
    display: flex;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: auto
  }
  #mainMenuContainer {
    top: 46px;
    left: 0;
    height: calc(100vh - 46px);
    background-color: #f6f5f5
  } /*#mainMenuContainer nav{height:100vh;overflow-y:scroll;padding-bottom:6rem}*/ .homeBtn {
    background-color: #0d8f3c;
    color: #fff;
    height: 44px;
    cursor: pointer;
    border: 0
  }
  .searchContainer {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 46px);
    z-index: 99
  }
  .searchInput {
    position: absolute;
    top: 0;
    right: 46px;
    width: calc(70% - 58px);
    align-items: center;
    height: 44px;
    background-color: #fff;
    overflow-x: auto;
    display: none;
    transition: width 2s linear;
    outline: 1px solid #b3b2b2
  }
  .item4 {
    padding-top: 4rem;
    overflow-y: auto
  }
  .header-overlay {
    position: absolute;
    top: 18.5em;
    left: calc(30% + 46px);
    width: calc(70% - 92px);
    height: .5em;
    background: #ff4545;
    z-index: 3;
    animation-name: animation;
    animation-duration: 7s;
    animation-iteration-count: 1
  }
  .accordion-container {
    width: calc(100% - 15rem);
    margin: 0 auto;
    height: auto;
    overflow: visible
  }
  .accordion, .accordion button.dropbtn {
    border: 0;
    cursor: pointer;
    text-align: left;
    width: 100%
  }
  .accordion {
    position: relative;
    background-color: #f6f5f5;
    margin: 0 0 2em;
    height: auto;
    outline: 0;
    transition: .4s;
    overflow-y: visible
  }
  .accordion button.dropbtn {
    min-height: 44px;
    background-color: #0d8f3c;
    color: #fff;
    padding: 11px 12px 9px 16px;
    font-size: 1rem !important;
    font-weight: 700
  }
  .header {
    width: calc(100% - 92px)
  }
  h1.KapName {
    padding: 0 3em
  }
  p.KapNr {
    font-size: 16rem;
    color: #d5d2d2;
    font-weight: 100;
    margin: -2.5rem 1rem;
    z-index: -1
  }
  #gobackBtn, #gototop {
    position: fixed;
    bottom: 0
  }
  #gobackBtn {
    left: 30%
  }
  #gototop {
    right: 0
  }
}
@media only screen and (max-width:991px) {
  #mainMenuContainer.hidden {
    display: none
  }
  #mainMenuContainer {
    display: block;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    overflow: hidden
  }
  #mainMenuContainer nav {
    padding-bottom: 6rem;
    overflow-y: auto;
    flex-grow: 1
  }
  :target {
    scroll-margin-top: 50px;
    scroll-snap-margin-top: 50px
  }
  body, html {
    font-size: 16px
  }
  .item1 {
    grid-area: 1/1/2/2
  }
  .item2 {
    grid-area: 2/1/3/2
  }
  .item3 {
    grid-area: 3/1/4/2
  }
  .item4 {
    grid-area: 4/1/5/2
  }
  .item5 {
    grid-area: 5/1/6/2
  }
  .container {
    display: grid;
    grid-template-rows: 44px auto auto auto;
    grid-template-columns: auto
  }
  .item1-1 {
    grid-area: 1/1/2/2
  }
  .item1-2 {
    grid-area: 1/2/2/3
  }
  .item1-3 {
    grid-area: 1/3/2/4
  }
  .item1 {
    position: fixed;
    display: grid;
    grid-template-columns: 44px auto 44px;
    grid-template-rows: 44px;
    grid-auto-flow: row;
    width: 100vw;
    max-width: 100%;
    z-index: 9
  }
  .item2 {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 8;
    padding-top: 46px
  }
  .item4 {
    overflow-y: auto;
    padding-top: 40px
  }
  .small {
    display: block
  }
  .medium, .xlarge {
    display: none
  }
  .homeBtn {
    background-color: #0d8f3c;
    width: 100%;
    color: #fff;
    height: 44px;
    cursor: pointer;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
  }
  .searchContainer {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 44px)
  }
  .searchInput {
    position: absolute;
    top: 0;
    right: 44px;
    width: calc(100% - 46px);
    align-items: center;
    height: 44px;
    background-color: #fff;
    overflow-x: auto;
    display: none;
    transition: width 2s linear;
    outline: 1px solid #adacac
  }
  .header-overlay {
    position: absolute;
    top: calc(18.5em + 46px);
    left: 0;
    width: 100%;
    height: .5em;
    background: #ff4545;
    z-index: 3;
    animation-name: animation;
    animation-duration: 7s;
    animation-iteration-count: 1
  }
  .accordion-container {
    padding-top: 2px;
    width: calc(100% - 92px);
    margin: 0 auto;
    height: auto;
    overflow: visible
  }
  .accordion, .accordion button.dropbtn {
    height: auto;
    border: 0;
    cursor: pointer;
    text-align: left;
    width: 100%
  }
  .accordion {
    position: relative;
    background-color: #f6f5f5;
    margin: 1em 0;
    outline: 0;
    transition: .4s;
    overflow-y: visible
  }
  .accordion button.dropbtn {
    background-color: #0d8f3c;
    color: #fff;
    padding: 9px 12px 9px 16px;
    font-size: 1rem !important;
    font-weight: 700
  }
  .header {
    width: 100%
  }
  p.KapNr {
    font-size: 16rem;
    color: #d5d2d2;
    font-weight: 100;
    margin: -3rem 10px;
    z-index: -1
  }
  h1.KapName {
    width: 100%;
    padding: 0 1em
  }
  .main {
    padding: 46px;
    overflow-x: hidden
  }
  #gobackBtn, #gototop {
    position: fixed;
    bottom: 0
  }
  #gobackBtn {
    left: 0
  }
  #gototop {
    right: 0
  }
}
.reg, .reg-5, .reg-6, .reg-7, .reg-7-5, .reg-8, .reg-9 {
  font-family: var(--main-font);
  font-weight: 400
}
.reg-5, .reg-6, .reg-7, .reg-7-5, .reg-8, .reg-9 {
  font-size: 5px
}
.reg-6, .reg-7, .reg-7-5, .reg-8, .reg-9 {
  font-size: 6px
}
.reg-7, .reg-7-5, .reg-8, .reg-9 {
  font-size: 7px
}
.reg-7-5, .reg-8, .reg-9 {
  font-size: 7.5px
}
.reg-8, .reg-9 {
  font-size: 8px
}
.reg-9 {
  font-size: 9px
}
.reg-10 {
  font-weight: 400;
  font-size: 10px
}
.reg-10, .reg-b, .reg-k {
  font-family: var(--main-font)
}
.reg-b {
  font-weight: 700
}
.reg-k {
  font-style: italic
}
@supports not (-webkit-hyphens:none) {
  .reg, .reg-10, .reg-5, .reg-6, .reg-7, .reg-7-5, .reg-8, .reg-9, .reg-b, .reg-k {
    letter-spacing: -.05em
  }
}