html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: var(--font);
  font-weight: 300;
  font-size: 1.8em; }

@media (min-width: 768px) {
  body {
    font-size: 2em; } }
.centered {
  float: none;
  margin-left: 0;
  margin-right: 0; }

.row {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .container {
    width: 100% !important; } }
@media (min-width: 992px) {
  .container {
    width: 100% !important; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px !important; } }
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: var(--tertiary);
  font-weight: 700; }

a:hover,
a:hover h3 {
  color: var(--primary);
  text-decoration: none; }

h1,
h2,
h3 {
  font-weight: 700;
  text-transform: uppercase; }

h1,
h2 {
  color: var(--secondary); }

h3 {
  color: var(--primary); }

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px; }

@media (min-width: 480px) {
  h1 {
    font-size: 28px; } }
@media (min-width: 992px) {
  h1 {
    font-size: 36px; } }
h2 {
  margin-bottom: 20px;
  font-size: 24px; }

h3 {
  margin-bottom: 15px;
  line-height: 140%;
  font-size: 18px; }

h2.hell {
  color: var(--secondary);
  margin-bottom: 7px; }

h3.duenn {
  font-weight: 600;
  margin-top: 0px; }

strong {
  font-weight: 600; }

section {
  padding: 100px 0px 50px 0px; }
  @media (min-width: 768px) {
    section {
      margin-bottom: 80px; } }

section#intro {
  padding: 120px 0px 50px 0px; }
  @media (min-width: 768px) {
    section#intro {
      padding: 180px 0px 50px 0px; } }
  section#intro .icons {
    max-width: 800px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      section#intro .icons {
        margin-bottom: 30px; } }

section#leistungen {
  background-color: var(--light);
  padding-top: 30px; }

section#leistungen h1,
section#leistungen h2 {
  color: var(--primary); }

section#leistungen p,
section#leistungen .listen li,
section#leistungen .listen li:before {
  color: var(--primary); }

section#leistungen .listen li {
  font-size: 1.5em; }

section#leistungen .listen li:before {
  margin-right: 9px;
  margin-left: -18px;
  font-size: 0.8em; }

section#leistungen h2 {
  text-transform: inherit;
  font-weight: 300; }

section#impressum,
section#datenschutz {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    section#impressum,
    section#datenschutz {
      padding-top: 200px;
      padding-bottom: 80px; } }

.darstellung img {
  margin-bottom: 15px; }

/* Listen */
.listen {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  margin: 0px 0px 20px 0px;
  padding: 0; }

.listen li {
  display: block;
  padding-left: 0px;
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px; }

.listen li:before {
  content: ' ';
  position: absolute;
  background-color: transparent;
  border-top: var(--primary) solid 2px;
  border-left: var(--primary) solid 2px;
  transition-duration: 0.8s;
  transition-property: transform;
  transform: rotate(135deg);
  height: 10px;
  width: 10px;
  left: -22px;
  top: 9px; }

section#leistungen .listen li:before {
  height: 16px;
  width: 16px;
  left: -12px;
  top: 12px; }

/*
@media screen and (min-width:480px) {
.listen { 
    text-align: left;
}
}
*/
ul.listezentriert {
  list-style-position: inside; }

/* FOOTER */
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  background-color: var(--tertiary);
  padding: 15px 0px; }

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
  color: var(--zero);
  font-weight: 300; }

footer a:hover {
  color: var(--primary); }

footer p {
  color: var(--zero);
  margin-bottom: 0px; }

footer .row {
  margin-bottom: 0px; }
