@charset "UTF-8";
/*
Autor: Werbung 705, Marco Brüggemann, www.705gruppe.de
*/
body {
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
}
@media screen and (max-width: 499px) {
  body {
    font-size: 1em;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  body {
    font-size: 1.1em;
  }
}

h1, h2, h3, h4, h5, h6, p, li, a,
button {
  letter-spacing: 0;
}

p, a, li {
  font-weight: 400;
  line-height: 1.5em;
}

div.fullWidth section div.mod-custom p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-type: "► ";
  padding-left: 20px;
}
ul li {
  line-height: 1.6em;
  padding-left: 10px;
}
ul li ul.zweiteEbene {
  list-style-type: "✔ ";
  padding-left: 20px;
}
ul li ul.zweiteEbene li p {
  margin: 5px 0;
}

@media screen and (max-width: 499px) {
  .zusammen-liste2 ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .zusammen-liste2 ul {
    margin-top: 0;
  }
}

@media screen and (max-width: 499px) {
  .zusammen-liste1 ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .zusammen-liste1 ul {
    margin-bottom: 0;
  }
}

div.picto div p {
  font-size: 1em;
}
@media screen and (max-width: 499px) {
  div.picto div p {
    font-size: 1em;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  div.picto div p {
    font-size: 1em;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  div.picto div p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  div.picto div p {
    font-size: 1em;
  }
}

.zitat {
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .zitat {
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .zitat {
    text-align: center;
  }
}

.bildunterschrift h3 {
  margin-top: 0;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 499px) {
  .bildunterschrift h3 {
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .bildunterschrift h3 {
    text-align: center;
  }
}

.referenzenunterschrift {
  text-align: right;
}
@media screen and (max-width: 499px) {
  .referenzenunterschrift {
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .referenzenunterschrift {
    text-align: center;
  }
}

#pageFooter {
  color: #fff;
}
#pageFooter a {
  color: #fff;
  text-decoration: none;
}
#pageFooter p {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 499px) {
  #pageFooter p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #pageFooter p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  #pageFooter p {
    font-size: 1em;
  }
}/*# sourceMappingURL=font.css.map */