sup {
  font-size: 0.75em;
  vertical-align: super;
}

.fussnoten {
  font-size: 0.9em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.fussnoten ol {
  padding-left: 1.2em;
}

.fussnoten li {
  margin-bottom: 0.5em;
}

.fussnoten a {
  text-decoration: none;
  margin-left: 0.5em;
}

list {
  margin-left: 20px;
}

h2 + ul {
  margin-top: 20px;
}

h3 + ul {
  margin-top: 20px;
}


ul + h2 {
  margin-top: 40px;
}

ul + h3 {
  margin-top: 40px;
}


p + ul, ul + p {
  margin-top: 20px;
}


ol + li {
  margin-top: 20px;
}

ol[type="I"] > li > ol {
  margin-top: 20px;
}

ol[type="I"] > li > strong {
  font-size: 26px !important;
  font-weight: 700;
}

ol[type="I"] > li:has(> ol) {
  margin-bottom: 40px;
}


ol.kodex li + li {
  margin-top: 20px;
}

h2 + ol {
  margin-top: 20px;
}

h3 + ol {
  margin-top: 20px;
}

h2.agb + p {
  margin-top: 20px;
}

ol + h2 {
  margin-top: 40px;
}

ol + h3 {
  margin-top: 40px;
}


p + ol, ol + p {
  margin-top: 20px;
}

.list > li {
  position: relative;
  padding-left: 15px;
}

.list > li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #27292B;
}

.alpha {
  counter-reset: alpha;
}

.alpha > li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
}

.alpha > li::before {
  counter-increment: alpha;
  content: counter(alpha, lower-alpha) ")";
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #27292B;
}

h2.fliesstext { font-size: 26px !important; }
h3.fliesstext { font-size: 26px; !important; }

@media (max-width: 540px) {
  h2.fliesstext {
    font-size: 20px;
    line-height: 28px;
  }
  h3.fliesstext {
    font-size: 20px;
    line-height: 28px;
  }
}

strong { font-weight: 700; }


@media (max-width: 540px) {
.footer-nav {
  margin-right: 0px;
}
}

.footer-nav + p {
  margin-top: 50px;
}

.nav-aside-con { color: #eee; padding-left: 15px; padding-right: 15px; padding-top: 15px; padding-bottom: 0px; }
.nav-aside-con > a { color: #fff; }
.nav-aside-con > a:hover { color: #eee; }

.zertifikate { margin-bottom: 15px; min-width: 230px; }


#realCap .form-item {
  color: #000000;
  background: #ffffff;
}

#realCap textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 26px;
}

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

@media (min-width: 541px) {
.form-group .form-item:nth-of-type(2){margin-left:20px}
}

@media (max-width: 540px) {
.form-group .form-item:nth-of-type(2){margin-top:20px}
}

.h1kontakt { 
  font-family: 'RedHat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0px; }
