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;
}
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;
  }
}
@media (max-width: 520px) {
  .logo {
    width: 26%;
  }
  .intro {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #ag {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media print {
  #ag {
    margin: 0;
    max-width: 100%;
    border-width: 0;
  }
  header,
  [itemprop] {
    page-break-inside: avoid;
  }
}
