/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

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

h1, p, a, body.theme-template-info .text-wrap *,
.body.theme-template-info .text-wrap * {
  font-size: 23px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, p, a, body.theme-template-info .text-wrap *,
.body.theme-template-info .text-wrap * {
    font-size: 23px;
    line-height: 1.15;
  }
}

h1.text-list, p.text-list, a.text-list, body.theme-template-info .text-wrap *,
.body.theme-template-info .text-wrap * {
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1.text-list, p.text-list, a.text-list, body.theme-template-info .text-wrap *,
.body.theme-template-info .text-wrap * {
    line-height: 1.2;
  }
}

h3, body.theme-template-simple main h1, body.theme-template-simple main p, body.theme-template-simple main a, body.theme-template-simple main li, body.theme-template-info main h1, body.theme-template-info main p, body.theme-template-info main a, body.theme-template-info main li,
.body.theme-template-simple main h1,
.body.theme-template-simple main p,
.body.theme-template-simple main a,
.body.theme-template-simple main li,
.body.theme-template-info main h1,
.body.theme-template-info main p,
.body.theme-template-info main a,
.body.theme-template-info main li {
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 768px) {
  h3, body.theme-template-simple main h1, body.theme-template-simple main p, body.theme-template-simple main a, body.theme-template-simple main li, body.theme-template-info main h1, body.theme-template-info main p, body.theme-template-info main a, body.theme-template-info main li,
.body.theme-template-simple main h1,
.body.theme-template-simple main p,
.body.theme-template-simple main a,
.body.theme-template-simple main li,
.body.theme-template-info main h1,
.body.theme-template-info main p,
.body.theme-template-info main a,
.body.theme-template-info main li {
    font-size: 36px;
  }
}

/*!
 * Copyright (c) 2020 / anvar.ch
 */
@font-face {
  font-family: "F37 Ginger";
  src: url("../fonts/F37Ginger-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/F37Ginger-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Ginger-Bold.woff") format("woff"), url("../fonts/F37Ginger-Bold.woff2") format("woff2"), url("../fonts/F37Ginger-Bold.ttf") format("truetype"), url("../fonts/F37Ginger-Bold.svg#bb8d7a6ec0d5deda275935ab00ad83ba") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 23px;
}
@media (min-width: 768px) {
  html {
    font-size: 23px;
  }
}

body,
.body {
  font-family: "F37 Ginger", sans-serif;
  font-weight: bold;
  color: #2C2E35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*&.theme-template-info {

    main {
      p, ul, ol, a, a:visited, h1, h2, h3, h4, h5, h6 {
        color: inherit;
      }

      a {
        text-decoration: none;

        &:hover, &:focus, &:active {
          text-decoration: underline;
        }
      }
    }

  }*/
}
body ::selection, body ::-moz-selection,
.body ::selection,
.body ::-moz-selection {
  background: #1F1F1F;
  color: #FFFFFF;
}
body.theme-template-simple, body.theme-template-info,
.body.theme-template-simple,
.body.theme-template-info {
  background-color: #1F1F1F;
}
body.theme-template-simple ::selection, body.theme-template-simple ::-moz-selection, body.theme-template-info ::selection, body.theme-template-info ::-moz-selection,
.body.theme-template-simple ::selection,
.body.theme-template-simple ::-moz-selection,
.body.theme-template-info ::selection,
.body.theme-template-info ::-moz-selection {
  background: #FFFFFF;
  color: #2C2E35;
}
body.theme-template-simple main, body.theme-template-info main,
.body.theme-template-simple main,
.body.theme-template-info main {
  color: #FFFFFF;
}
body.theme-template-simple main h1, body.theme-template-simple main p, body.theme-template-simple main a, body.theme-template-simple main li, body.theme-template-info main h1, body.theme-template-info main p, body.theme-template-info main a, body.theme-template-info main li,
.body.theme-template-simple main h1,
.body.theme-template-simple main p,
.body.theme-template-simple main a,
.body.theme-template-simple main li,
.body.theme-template-info main h1,
.body.theme-template-info main p,
.body.theme-template-info main a,
.body.theme-template-info main li {
  max-width: 27em;
}
body.theme-template-simple main h1, body.theme-template-info main h1,
.body.theme-template-simple main h1,
.body.theme-template-info main h1 {
  margin-bottom: 0.4em;
}
body.theme-template-simple main p, body.theme-template-info main p,
.body.theme-template-simple main p,
.body.theme-template-info main p {
  line-height: 1.15;
  margin-bottom: 0.8em;
}
body.theme-template-simple main a:hover, body.theme-template-simple main a:focus, body.theme-template-simple main a:active, body.theme-template-info main a:hover, body.theme-template-info main a:focus, body.theme-template-info main a:active,
.body.theme-template-simple main a:hover,
.body.theme-template-simple main a:focus,
.body.theme-template-simple main a:active,
.body.theme-template-info main a:hover,
.body.theme-template-info main a:focus,
.body.theme-template-info main a:active {
  color: inherit;
}

header, footer {
  background-color: #FFFFFF;
}
header a, footer a {
  text-decoration: none;
}
header a:hover, header a:focus, header a:active, footer a:hover, footer a:focus, footer a:active {
  text-decoration: underline;
}

footer {
  background-color: #DADADA;
}
footer ::selection, footer ::-moz-selection {
  background: #2C2E35 !important;
  color: #DADADA !important;
}
footer a {
  display: inline-block;
  margin-right: 1em;
  /*@media (max-width: 320px) {
    margin-right: 0.3em;
  }*/
}
@media (min-width: 768px) {
  footer a {
    margin-right: 1.5em;
  }
}
footer.mod-dark {
  background-color: #1F1F1F;
  color: #FFFFFF;
}
footer.mod-dark ::selection, footer.mod-dark ::-moz-selection {
  background: #FFFFFF !important;
  color: #1F1F1F !important;
}
footer.mod-dark a:hover, footer.mod-dark a:focus, footer.mod-dark a:active {
  color: #FFFFFF;
}

.nav-link {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 50px;
  }
}

p {
  margin-bottom: 0.7em;
}

a {
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #2C2E35;
}

.text-page h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .text-page h3 {
    font-size: 23px;
  }
}
.text-page p {
  max-width: 40em;
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .text-page p {
    font-size: 36px;
  }
}
.text-page p.text-minor, .text-page p.text-minor > a {
  font-size: 18px;
}
@media (min-width: 768px) {
  .text-page p.text-minor, .text-page p.text-minor > a {
    font-size: 23px;
  }
}
.text-page p.text-minor {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .text-page p.text-minor {
    line-height: 1.15;
  }
}
.text-page p.text-minor-2 {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text-page p.text-minor-2 {
    line-height: 1.25;
  }
}

h3, .text {
  max-width: 40rem;
}

/*!
 * Copyright (c) 2020 / anvar.ch
 */
html, body {
  height: 100%;
  margin: 0;
}

.sticky-wrap {
  min-height: 100%;
}

.sticky-wrap-in {
  padding-bottom: 4rem;
}

footer {
  height: 4rem;
  margin-top: -4rem;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .sticky-wrap-in {
    padding-bottom: 6rem;
  }

  footer {
    height: 6rem;
    margin-top: -6rem;
    padding-top: 3.5rem;
  }
}
.flickity-button {
  display: none;
  height: 100%;
  width: 100px;
  padding: 0;
  background: none;
  color: #2C2E35;
}
@media (min-width: 768px) {
  .flickity-button {
    display: block;
  }
}
.flickity-button:hover {
  background: none;
}
.flickity-button .flickity-button-icon {
  width: 2em;
  height: 2em;
  top: 50%;
  margin-top: -1em;
}

.flickity-prev-next-button.next {
  right: 15px;
}
.flickity-prev-next-button.next .flickity-button-icon {
  left: unset;
  right: 0;
}

.flickity-prev-next-button.previous {
  left: 15px;
}
.flickity-prev-next-button.previous .flickity-button-icon {
  left: 0;
  right: unset;
}

.flickity-page-dots {
  bottom: 0.5em;
}
@media (min-width: 992px) {
  .flickity-page-dots {
    display: none;
  }
}
@media (min-width: 768px) {
  .flickity-page-dots {
    bottom: 1em;
  }
}
.flickity-page-dots .dot {
  color: #2C2E35;
  height: 6px;
  width: 6px;
  margin: 0 6px;
}
@media (min-width: 768px) {
  .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    margin: 0 8px;
  }
}

/*# sourceMappingURL=theme.css.map */
