*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1;
  background: rgb(168, 208, 141);
  background: linear-gradient(0deg, rgb(168, 208, 141) 0%, rgba(172, 208, 141, 0.8043592437) 50%, rgb(168, 208, 141) 100%);
}

h1 {
  font-size: 4.6rem;
  line-height: 6rem;
  margin: 0 0 12px;
}

h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin: 0 0 12px;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

p {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0 0 12px;
}
p.subline {
  font-weight: bold;
}

a {
  color: #333;
}
a:hover, a:focus, a:visited {
  color: #333;
  text-decoration: none;
}

ul, ol {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
header img.logo {
  max-width: 240px;
  height: auto;
  padding-bottom: 20px;
}

main {
  text-align: center;
}
main .store {
  padding: 6px 0;
}
main .store p {
  margin: 0 0 3px;
}
main .kontakt {
  padding: 6px 0;
}
main .kontakt p {
  margin: 0 0 3px;
}
main .aufruf {
  padding-top: 40px;
}
main .aufruf p {
  font-size: 2.4rem;
}

footer {
  text-align: center;
  padding: 40px 0 40px;
  font-size: 1.6rem;
}

.container {
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */