@charset "UTF-8";
#wrapper {
  width: 100%;
  max-width: 2080px;
  margin: auto;
}
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1330px) {
  .content-wrapper {
    width: 90%;
  }
}
main {
  background-image: url('../../files/images/layout/background.png');
  background-repeat: repeat-y;
  padding-bottom: 1em;
  display: block;
}
button, a.button {
  background-color: #F776CA;
  font-family: 'Nunito', helvetica, arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 1.176em 1.765em;
  border: none;
  outline: none;
  border-radius: 3em;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button:hover, a.button:hover {
  background-color: #974E7D;
}
button:after, a.button:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5em;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
}
a.button {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
a.button:after {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  position: relative;
  bottom: 0.1em;
}
@media (max-width: 800px) {
  button, a.button {
    padding: 1em;
  }
  button:after, a.button:after {
    font-size: 1em;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fcontao-theme.abnahme-server.de%2Fhtdocs%2Fprivate-bundles%2Fmagmell-agentur%2Fcontao-theme-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Flayout.scss%22%2C%22var%2Fwww%2Fvirtual%2Fcontao-theme.abnahme-server.de%2Fhtdocs%2Fprivate-bundles%2Fmagmell-agentur%2Fcontao-theme-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAACC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%22%7D */