body,
body * {
  margin: 0;
  padding: 0;
}
#ag {
  width: 100%;
  max-width: 778px;
  margin: min(20px, max(0px, calc(50vw - 389px))) auto;
  text-align: left;
  background: #fff;
  border: 1px solid #999;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}
#ag,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 15px 0;
}
h1 {
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  margin: 20px 0 15px 0;
}
h2 {
  font-weight: normal;
  font-size: 23px;
  line-height: 35px;
  margin: 20px 0 15px 0;
}
h1 + h2 {
  margin-top: -15px;
}
.center h1,
.center h2 {
  text-align: center;
}
h3,
p[role="heading"][aria-level="3"] {
  font-weight: bold;
  margin: 0 0 5px 0;
}
h3 + p,
h3 + ul,
p[role="heading"][aria-level="3"] + p,
p[role="heading"][aria-level="3"] + ul {
  margin-top: 5px;
}
ul {
  list-style-type: none;
}
li {
  position: relative;
  padding-left: 17px;
}
li:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  height: 0;
  width: 7px;
  border-top: 1px solid #000;
}
ul ul {
  margin: 0;
}
img {
  display: block;
  float: right;
  max-width: 100%;
  height: auto;
}
.hero {
  z-index: 2;
}
.alterintro {
  z-index: 100;
  position: absolute;
  color: #fff;
  max-width: 745px;
  padding: 15px 15px 15px 15px;
  text-align: justify;
  top: 270px;
}
header,
main {
  padding: 35px 4.5%;
}
header {
  background-color: #e3001b;
  display: block;
  float: left;
  min-width: 91%;
}
.lsw header,
.lsw header p {
  background-color: #81223f;
  color: #fff;
}
.logo {
  width: 21%;
  float: left;
}
.lsw .logo {
  display: none;
}
.wortmarke {
  width: 60%;
  float: right;
  margin-bottom: 15px;
}
.intro {
  width: 73%;
  float: right;
  text-align: justify;
  margin: 35px 0 0 0;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 15px;
}
.title {
  width: 100%;
}
.title > *:first-child {
  margin-top: 0;
}
[itemprop="contact"] > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 520px) {
  .col {
    width: 45%;
  }
  .col.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  [itemprop="incentives"] {
    margin-top: 15px;
  }
  [itemprop="contact"] {
    position: relative;
    margin-top: auto;
  }
  [itemprop="contact"] .left {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -122.22%;
  }
  [itemprop="contact"] .left p:first-child,
  [itemprop="contact"] p:last-child {
    margin-top: 0;
  }
  [itemprop="contact"] .left p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 699px) {
  #ag {
    border: none;
  }
  #ag .alterintro {
    top: 160px;
  }
}
@media (max-width: 588px) {
  #ag .alterintro {
    top: 130px;
  }
}
@media (max-width: 529px) {
  #ag .alterintro {
    top: 90px;
  }
}
@media (max-width: 520px) {
  .logo {
    width: 26%;
  }
  .intro {
    width: 100%;
  }
}
@media (max-width: 488px) {
  #ag {
    -ms-hyphens: auto;
        hyphens: auto;
  }
  #ag .alterintro {
    top: 70px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 420px) {
  #ag .alterintro {
    top: 60px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 380px) {
  #ag .alterintro {
    top: 50px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media print {
  #ag {
    margin: 0;
    max-width: 100%;
    border-width: 0;
  }
  #ag .alterintro {
    text-align: center;
    padding-left: 100px;
  }
  @page {
    size: A4; /* Definiert die Seitengröße für den Druck (A4 ist gängig) */
    margin: 1cm; /* Setzt die Ränder für die Seite */
  }
  body {
    zoom: 80%; /* Skaliert die Inhalte, damit sie auf eine Seite passen */
  }
  header,
  [itemprop] {
    page-break-inside: avoid;
  }
}
