/**
  * fantour 2016 styles
  * (c) 2016 3unikat - Philipp Salmutter
  * using compass, susy grid and breakpoint
  */
/*
 * Susy grid settings
 */
/*
 * 3unikat mixin library
 */
/*
 * PS mixin framework
 */
/*
 * And the beauty goes here
 */
/*
 * silent classes collection
 */
/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-window.cc-invisible {
  opacity: 0;
}

/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

/* line 1, ../sass/_lib/_cookieconsent.min.scss */
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-window.cc-static {
  position: static;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-revoke {
  padding: .5em;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-header {
  font-size: 18px;
  font-weight: 700;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-link:hover {
  opacity: 1;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-link:active, .cc-link:visited {
  color: initial;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

/* line 2, ../sass/_lib/_cookieconsent.min.scss */
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-top {
  top: 1em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-left {
  left: 1em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-right {
  right: 1em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-bottom {
  bottom: 1em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

/* line 3, ../sass/_lib/_cookieconsent.min.scss */
.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-top {
    top: 0;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-bottom {
    bottom: 0;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-floating {
    max-width: none;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  /* line 4, ../sass/_lib/_cookieconsent.min.scss */
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
/* line 5, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

/* line 5, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

/* line 5, ../sass/_lib/_cookieconsent.min.scss */
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

/* line 5, ../sass/_lib/_cookieconsent.min.scss */
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

/* line 5, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* line 6, ../sass/_lib/_cookieconsent.min.scss */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

/* line 6, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

/* line 6, ../sass/_lib/_cookieconsent.min.scss */
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

/* line 6, ../sass/_lib/_cookieconsent.min.scss */
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

/* line 6, ../sass/_lib/_cookieconsent.min.scss */
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* line 5, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/base.scss */
html {
  font-size: 16px;
  line-height: 24px;
}

/* line 22, ../sass/base.scss */
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, ../sass/base.scss */
body {
  background: #fcf3e2;
  color: #311e15;
  font-family: "dievilla-text", Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* line 38, ../sass/base.scss */
a,
.fake-link {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: inline-block;
  text-decoration: none;
  color: #20583c;
}
/* line 44, ../sass/base.scss */
a:hover, a:focus,
.fake-link:hover,
.fake-link:focus {
  color: #a52b30;
}

/* line 51, ../sass/base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #a52b30;
}

/* line 55, ../sass/base.scss */
h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 48px;
  line-height: 3rem;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 55, ../sass/base.scss */
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
  }
}

/* line 61, ../sass/base.scss */
h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 48px;
  line-height: 3rem;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 61, ../sass/base.scss */
  h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 48px;
    line-height: 3rem;
  }
}

/* line 67, ../sass/base.scss */
h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 48px;
  line-height: 3rem;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 67, ../sass/base.scss */
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 48px;
    line-height: 3rem;
  }
}

/* line 73, ../sass/base.scss */
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 73, ../sass/base.scss */
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

/* line 80, ../sass/base.scss */
blockquote {
  display: inline-block;
  padding-left: 1rem;
  font-style: italic;
  border-left: 1px solid rgba(165, 43, 48, 0.2);
}

/* line 87, ../sass/base.scss */
b,
strong {
  font-weight: 600;
}

/* line 92, ../sass/base.scss */
em {
  font-style: italic;
}

/* line 96, ../sass/base.scss */
u {
  text-decoration: underline;
}

/* line 100, ../sass/base.scss */
sup {
  font-size: .5em;
  vertical-align: top;
  line-height: 1em;
}

/* line 106, ../sass/base.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-appearance: none;
  border: 1px solid rgba(165, 43, 48, 0.2);
  font-size: 1rem;
  padding: .5rem 1rem;
}
/* line 116, ../sass/base.scss */
input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border-color: #a52b30;
}

/* line 123, ../sass/base.scss */
button {
  -webkit-appearance: none;
}
