@charset "UTF-8";
/*
Theme Name: Hochzeit
Author: Simon Brodtmann
Description: Theme für die Webseite für Simons und Susannes Webseite.
Version: 0.1
*/
/* line 2, scss/_base.scss */
body {
  cursor: default; }

/* line 6, scss/_base.scss */
* {
  box-sizing: border-box;
  position: relative; }

/* line 3, scss/layout/_header.scss */
body > header {
  padding: 28px 56px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

/* line 3, scss/layout/_main.scss */
main {
  padding: 56px; }

/* line 8, scss/layout/_main.scss */
article header {
  padding: 56px;
  padding-top: 0; }
  /* line 12, scss/layout/_main.scss */
  article header h1 {
    margin: 0; }
/* line 17, scss/layout/_main.scss */
article img {
  max-width: 100%;
  max-height: calc(100vh - 56px);
  height: auto; }
/* line 23, scss/layout/_main.scss */
article img.full {
  display: block;
  margin: 0 auto; }
/* line 28, scss/layout/_main.scss */
article .columns {
  display: grid;
  grid-column-gap: 56px;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr)); }
/* line 34, scss/layout/_main.scss */
article h1 {
  margin-top: 56px;
  margin-bottom: 28px; }
/* line 39, scss/layout/_main.scss */
article h2 {
  margin-top: 56px;
  margin-bottom: 0; }
/* line 44, scss/layout/_main.scss */
article p {
  margin: 28px 0; }
  /* line 47, scss/layout/_main.scss */
  article p:first-child {
    margin-top: 0; }
  /* line 51, scss/layout/_main.scss */
  article p:last-child {
    margin-bottom: 0; }
/* line 57, scss/layout/_main.scss */
article h1 + p, article h2 + p, article h3 + p {
  margin-top: 0; }
/* line 62, scss/layout/_main.scss */
article p + .columns {
  margin-top: -28px; }
/* line 67, scss/layout/_main.scss */
article .entry-content > :first-child {
  margin-top: 0; }

/* line 6, scss/_layout.scss */
html {
  overflow-y: scroll; }
  /* line 9, scss/_layout.scss */
  html body {
    margin: 0 auto;
    max-width: 60em; }
  /* line 14, scss/_layout.scss */
  html.logged-in body {
    min-height: calc(100vh - 32px); }

/* line 19, scss/_layout.scss */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  /* line 25, scss/_layout.scss */
  nav ul li {
    display: inline-block;
    font-size: 1rem; }

/* line 3, scss/module/_forms.scss */
input, select, textarea, button {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

/* line 9, scss/module/_forms.scss */
input[type=submit], input[type=reset], button {
  cursor: pointer; }

/* line 13, scss/module/_forms.scss */
fieldset, label {
  display: block;
  margin-bottom: 40px; }
  /* line 17, scss/module/_forms.scss */
  fieldset > *, label > * {
    display: block; }
  /* line 21, scss/module/_forms.scss */
  fieldset.inline > *, label.inline > * {
    display: inline-block !important; }

/* line 26, scss/module/_forms.scss */
fieldset {
  margin-left: 0;
  padding: 0;
  border: none; }
  /* line 31, scss/module/_forms.scss */
  fieldset label {
    margin-bottom: 0; }
    /* line 34, scss/module/_forms.scss */
    fieldset label > * {
      display: inline; }

/* line 40, scss/module/_forms.scss */
textarea {
  width: 100%;
  height: 100px;
  margin: 0; }
  /* line 45, scss/module/_forms.scss */
  textarea.large {
    height: 250px; }

/* line 50, scss/module/_forms.scss */
input[type=text], input[type=email], input[type=number], input[type=tel] {
  width: 16em;
  max-width: 100%;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px; }
  /* line 57, scss/module/_forms.scss */
  input[type=text].small, input[type=email].small, input[type=number].small, input[type=tel].small {
    width: 9em; }
  /* line 61, scss/module/_forms.scss */
  input[type=text].large, input[type=email].large, input[type=number].large, input[type=tel].large {
    width: 100%; }

/* line 66, scss/module/_forms.scss */
input[type=number] {
  width: 9em; }

/* line 70, scss/module/_forms.scss */
input[type=radio] {
  margin-left: 0; }

/* line 74, scss/module/_forms.scss */
input[type=submit], button, .button {
  padding: 28px 56px;
  border: none;
  white-space: normal;
  text-align: center;
  margin-bottom: 5px; }

/* line 82, scss/module/_forms.scss */
.button {
  display: inline-block; }

/* line 86, scss/module/_forms.scss */
.button-container {
  margin-bottom: 5px; }
  /* line 89, scss/module/_forms.scss */
  .button-container input[type=submit], .button-container button, .button-container .button {
    margin-bottom: 0; }

/* line 4, scss/module/_startseite.scss */
html.startseite body {
  max-width: 175vh; }
  /* line 7, scss/module/_startseite.scss */
  html.startseite body > header {
    padding: 0;
    position: relative;
    z-index: auto; }
/* line 14, scss/module/_startseite.scss */
html.startseite nav {
  padding: 56px;
  padding-top: 28px; }
/* line 19, scss/module/_startseite.scss */
html.startseite .header-image {
  font-size: 0;
  background-attachment: fixed;
  background-size: contain; }
  /* line 24, scss/module/_startseite.scss */
  html.startseite .header-image img {
    width: 100%;
    opacity: 0; }
  /* line 29, scss/module/_startseite.scss */
  html.startseite .header-image .header-border-top {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
/* line 37, scss/module/_startseite.scss */
html.startseite .header-content {
  padding: 28px;
  font-size: 1rem; }
  /* line 41, scss/module/_startseite.scss */
  html.startseite .header-content .container {
    display: table;
    margin: 0 auto;
    top: -1ex; }
  /* line 47, scss/module/_startseite.scss */
  html.startseite .header-content h1, html.startseite .header-content h2 {
    margin: 0; }
  /* line 51, scss/module/_startseite.scss */
  html.startseite .header-content h1 {
    font-family: 'Boulevard', cursive;
    font-size: 6.66em; }
  /* line 56, scss/module/_startseite.scss */
  html.startseite .header-content h2 {
    font-weight: 200;
    font-size: 3.33em;
    left: -1.5em; }
  /* line 62, scss/module/_startseite.scss */
  html.startseite .header-content .herzerl {
    height: 110%;
    position: absolute;
    top: -4ex;
    left: calc(50% - 5em); }
/* line 70, scss/module/_startseite.scss */
html.startseite .header-border-bottom {
  width: 100%; }
/* line 74, scss/module/_startseite.scss */
html.startseite main {
  padding: 0; }

/* line 80, scss/module/_startseite.scss */
html.startseite.logged-in .header-image {
  background-position: 0 32px; }

/* line 1, scss/module/_effects.scss */
.effect-1 .letter {
  -webkit-transition: none;
  transition: none;
  display: inline-block;
  line-height: 1em; }

/* line 8, scss/module/_effects.scss */
.effect-2 {
  -webkit-transition: none;
  transition: none;
  display: inline-block; }
  /* line 13, scss/module/_effects.scss */
  .effect-2 .letter {
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    line-height: 1em; }

@keyframes effect-3-horizontal {
  0%, 100% {
    width: 0;
    left: 0; }
  4.75%, 95.25% {
    width: 10%;
    left: 0; }
  45.25%, 54.75% {
    width: 10%; }
  50% {
    left: 100%;
    width: 0; } }
@keyframes effect-3-horizontal-style {
  0%, 100% {
    border-bottom-style: none;
    border-top-style: solid; }
  50% {
    border-bottom-style: solid;
    border-top-style: none; } }
@keyframes effect-3-vertical {
  0%, 100% {
    height: 100%;
    top: 0; }
  4.75%, 45.25% {
    height: 0; }
  50% {
    top: 0;
    height: 100%; }
  54.75%, 95.25% {
    top: 100%;
    height: 0; } }
@keyframes effect-3-vertical-style {
  0%, 75%, 100% {
    border-left-style: solid;
    border-right-style: none; }
  25% {
    border-left-style: none;
    border-right-style: solid; } }
/* line 79, scss/module/_effects.scss */
.effect-3 {
  line-height: 0; }

/* line 83, scss/module/_effects.scss */
.effect-3.active {
  display: table; }
  /* line 86, scss/module/_effects.scss */
  .effect-3.active:before, .effect-3.active:after {
    content: '';
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1000;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    animation-timing-function: linear, step-end;
    animation-duration: 2s;
    animation-iteration-count: infinite; }
  /* line 102, scss/module/_effects.scss */
  .effect-3.active:before {
    height: 100%;
    border-left: none;
    border-right: none;
    animation-name: effect-3-horizontal, effect-3-horizontal-style; }
  /* line 109, scss/module/_effects.scss */
  .effect-3.active:after {
    width: 100%;
    border-top: none;
    border-bottom: none;
    animation-name: effect-3-vertical, effect-3-vertical-style; }

/* line 1, scss/module/_wp-video.scss */
.wp-video * {
  line-height: unset;
  transition: none;
  -webkit-transition: none;
  position: static; }

/* line 2, scss/module/_nav.scss */
nav.main ul {
  width: 100%;
  display: grid;
  grid-gap: 56px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  text-align: center; }
/* line 10, scss/module/_nav.scss */
nav.main li {
  height: 210px;
  overflow: hidden;
  padding: 0; }
  /* line 15, scss/module/_nav.scss */
  nav.main li * {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  /* line 24, scss/module/_nav.scss */
  nav.main li .hover-slide-in {
    pointer-events: none; }
    /* line 27, scss/module/_nav.scss */
    nav.main li .hover-slide-in .background img, nav.main li .hover-slide-in .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    /* line 34, scss/module/_nav.scss */
    nav.main li .hover-slide-in .background {
      width: 100%;
      height: 100%;
      overflow: hidden;
      opacity: 0.35;
      background-size: cover;
      background-position: center; }
  /* line 44, scss/module/_nav.scss */
  nav.main li .excerpt, nav.main li .link {
    padding: 28px; }
    /* line 47, scss/module/_nav.scss */
    nav.main li .excerpt p, nav.main li .link p {
      margin-bottom: 0; }

/* line 13, scss/module/_chat.scss */
.chat-container, .chat-container * {
  transition: none;
  -webkit-transition: none; }

/* line 18, scss/module/_chat.scss */
.chat-container {
  width: 100%;
  margin: 2em auto 0;
  padding: 1em;
  background-color: #f0e7de;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  box-shadow: 0.1em 0.1em 0.25em #888888;
  border: 1px solid #e3dad1; }
  /* line 29, scss/module/_chat.scss */
  .chat-container.break {
    page-break-before: always; }
  /* line 33, scss/module/_chat.scss */
  .chat-container > :not(:first-child) {
    margin-top: 0.5em; }
  /* line 37, scss/module/_chat.scss */
  .chat-container .date {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.13);
    border-radius: 1em;
    padding: 0.25em 0.75em;
    font-size: 0.85em; }
  /* line 46, scss/module/_chat.scss */
  .chat-container .avatar {
    display: block;
    height: 50px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat; }
    /* line 53, scss/module/_chat.scss */
    .chat-container .avatar.schneckerl {
      align-self: flex-start;
      margin-left: calc(10px + 0.5em);
      background-image: url(media/schneckerl.svg);
      background-position: left; }
    /* line 60, scss/module/_chat.scss */
    .chat-container .avatar.hammster {
      align-self: flex-end;
      margin-right: calc(10px + 0.5em);
      background-image: url(media/hammster.svg);
      background-position: right; }
  /* line 68, scss/module/_chat.scss */
  .chat-container .message {
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    position: relative; }
    /* line 73, scss/module/_chat.scss */
    .chat-container .message.break-marker {
      border-top: 1px #000000 solid; }
    /* line 77, scss/module/_chat.scss */
    .chat-container .message.last:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      bottom: 0; }
    /* line 87, scss/module/_chat.scss */
    .chat-container .message.schneckerl {
      align-self: flex-start;
      background-color: #ffffff;
      margin-left: 10px;
      margin-right: 2.5em; }
      /* line 93, scss/module/_chat.scss */
      .chat-container .message.schneckerl.last {
        border-bottom-left-radius: 0; }
        /* line 96, scss/module/_chat.scss */
        .chat-container .message.schneckerl.last:before {
          border-width: 0 0 10px 10px;
          border-color: transparent transparent #ffffff transparent;
          left: -10px; }
    /* line 104, scss/module/_chat.scss */
    .chat-container .message.hammster {
      align-self: flex-end;
      background-color: #ffffff;
      margin-right: 10px;
      margin-left: 2.5em; }
      /* line 110, scss/module/_chat.scss */
      .chat-container .message.hammster.last {
        border-bottom-right-radius: 0; }
        /* line 113, scss/module/_chat.scss */
        .chat-container .message.hammster.last:before {
          border-width: 10px 0 0 10px;
          border-color: transparent transparent transparent #ffffff;
          right: -10px; }
    /* line 121, scss/module/_chat.scss */
    .chat-container .message .text {
      display: inline;
      white-space: pre-wrap; }
    /* line 126, scss/module/_chat.scss */
    .chat-container .message .sticker {
      width: 256px; }
    /* line 130, scss/module/_chat.scss */
    .chat-container .message .media {
      max-width: 100%;
      max-height: none; }
    /* line 135, scss/module/_chat.scss */
    .chat-container .message .youtube {
      width: 600px;
      height: 400px;
      max-width: 100%; }
    /* line 141, scss/module/_chat.scss */
    .chat-container .message .time {
      float: right;
      margin-left: 1em;
      font-size: 0.85em;
      padding-top: 0.23ex; }

/* line 3, scss/_state.scss */
.no-mouse {
  pointer-events: none; }

/* Show / hide */
/* line 9, scss/_state.scss */
.hover-show {
  opacity: 0; }

/* line 13, scss/_state.scss */
.hover-parent:hover .hover-show {
  opacity: 1; }

/* line 17, scss/_state.scss */
.hover-parent:hover .hover-hide {
  opacity: 0; }

/* Slide-in */
/* line 24, scss/_state.scss */
.hover-slide-in {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  /* Safari */
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(-50%);
  /* Safari */
  transform: translateY(-50%);
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column; }

/* line 43, scss/_state.scss */
.hover-parent:hover .hover-slide-in {
  -webkit-transform: translateY(0%);
  /* Safari */
  transform: translateY(0%);
  opacity: 1; }

/* Animierter Innenrand */
/* line 52, scss/_state.scss */
.hover-decoration-border {
  display: inline-block; }
  /* line 55, scss/_state.scss */
  .hover-decoration-border:before, .hover-decoration-border:after {
    border-style: solid;
    border-width: 0;
    content: '';
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    /* Safari */
    transition: all 0.5s ease-out;
    z-index: 100;
    pointer-events: none; }
  /* line 71, scss/_state.scss */
  .hover-decoration-border:before {
    border-bottom-width: 1px;
    border-top-width: 1px;
    -webkit-transform: scale(0, 1);
    /* Safari */
    transform: scale(0, 1); }
  /* line 78, scss/_state.scss */
  .hover-decoration-border:after {
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-transform: scale(1, 0);
    /* Safari */
    transform: scale(1, 0); }

/* line 87, scss/_state.scss */
.hover-parent:hover .hover-decoration-border:before, .hover-parent:hover .hover-decoration-border:after, .hover-decoration-border:hover:before, .hover-decoration-border:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s; }

/* Kombination aus slide-in und animierter Innenrand */
/* line 98, scss/_state.scss */
.hover-slide-in.hover-decoration-border:before, .hover-slide-in.hover-decoration-border:after {
  -webkit-transition-delay: 0.25s;
  /* Safari */
  transition-delay: 0.25s; }

/* Click-shrink */
/* line 107, scss/_state.scss */
.click-shrink.active {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

/* Click-fade-right */
/* line 117, scss/_state.scss */
.click-fade-right.active {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0; }

/* Font family */
/* line 3, scss/theme/_typography.scss */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }

/* line 8, scss/theme/_typography.scss */
h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400; }

/* line 13, scss/theme/_typography.scss */
b, strong {
  font-weight: 500; }

/* Font sizes */
/* line 20, scss/theme/_typography.scss */
html {
  font-size: 15pt; }

/* line 21, scss/theme/_typography.scss */
h1 {
  font-size: 32pt; }

/* line 22, scss/theme/_typography.scss */
h2 {
  font-size: 24pt; }

/* line 25, scss/theme/_typography.scss */
main > article > .entry-header h1 {
  font-size: 50pt; }

/* line 28, scss/theme/_typography.scss */
.no-text {
  font-size: 0; }

/* Font-weight */
/* line 34, scss/theme/_typography.scss */
label, fieldset {
  font-weight: 500; }
  /* line 37, scss/theme/_typography.scss */
  label > *, fieldset > * {
    font-weight: 300; }
  /* line 41, scss/theme/_typography.scss */
  label em, fieldset em {
    font-weight: 300; }

/* Line heights */
/* line 50, scss/theme/_typography.scss */
article * {
  line-height: 1.4; }

/* Decoration */
/* line 57, scss/theme/_typography.scss */
a {
  text-decoration: underline; }

/* line 60, scss/theme/_typography.scss */
nav a {
  text-decoration: none; }

/* line 65, scss/theme/_typography.scss */
.button {
  text-decoration: none; }
  /* line 68, scss/theme/_typography.scss */
  .button a {
    text-decoration: none; }

/* Alignment */
/* line 77, scss/theme/_typography.scss */
main > article .entry-header h1, main > article .entry-header h2 {
  text-align: center; }

/* line 4, scss/theme/_colors.scss */
.c-background,
.c-hover-background:hover, .hover-parent:hover .c-hover-background {
  color: #ffffff;
  fill: #ffffff; }

/* line 9, scss/theme/_colors.scss */
.c-bg-background, .c-bg-hover-background:hover, .hover-parent:hover .c-bg-hover-background {
  background-color: #ffffff; }

/* line 12, scss/theme/_colors.scss */
.c-border-background, .c-border-hover-background:hover, .hover-parent:hover .c-border-hover-background {
  border-color: #ffffff; }

/* line 4, scss/theme/_colors.scss */
.c-text,
.c-hover-text:hover, .hover-parent:hover .c-hover-text {
  color: #221d0b;
  fill: #221d0b; }

/* line 9, scss/theme/_colors.scss */
.c-bg-text, .c-bg-hover-text:hover, .hover-parent:hover .c-bg-hover-text {
  background-color: #221d0b; }

/* line 12, scss/theme/_colors.scss */
.c-border-text, .c-border-hover-text:hover, .hover-parent:hover .c-border-hover-text {
  border-color: #221d0b; }

/* line 4, scss/theme/_colors.scss */
.c-main,
.c-hover-main:hover, .hover-parent:hover .c-hover-main {
  color: #D4C9B3;
  fill: #D4C9B3; }

/* line 9, scss/theme/_colors.scss */
.c-bg-main, .c-bg-hover-main:hover, .hover-parent:hover .c-bg-hover-main {
  background-color: #D4C9B3; }

/* line 12, scss/theme/_colors.scss */
.c-border-main, .c-border-hover-main:hover, .hover-parent:hover .c-border-hover-main {
  border-color: #D4C9B3; }

/* line 4, scss/theme/_colors.scss */
.c-darker,
.c-hover-darker:hover, .hover-parent:hover .c-hover-darker {
  color: #857551;
  fill: #857551; }

/* line 9, scss/theme/_colors.scss */
.c-bg-darker, .c-bg-hover-darker:hover, .hover-parent:hover .c-bg-hover-darker {
  background-color: #857551; }

/* line 12, scss/theme/_colors.scss */
.c-border-darker, .c-border-hover-darker:hover, .hover-parent:hover .c-border-hover-darker {
  border-color: #857551; }

/* line 4, scss/theme/_colors.scss */
.c-lighter,
.c-hover-lighter:hover, .hover-parent:hover .c-hover-lighter {
  color: #C3B392;
  fill: #C3B392; }

/* line 9, scss/theme/_colors.scss */
.c-bg-lighter, .c-bg-hover-lighter:hover, .hover-parent:hover .c-bg-hover-lighter {
  background-color: #C3B392; }

/* line 12, scss/theme/_colors.scss */
.c-border-lighter, .c-border-hover-lighter:hover, .hover-parent:hover .c-border-hover-lighter {
  border-color: #C3B392; }

/* line 4, scss/theme/_colors.scss */
.c-accentuation-1,
.c-hover-accentuation-1:hover, .hover-parent:hover .c-hover-accentuation-1 {
  color: #ffffff;
  fill: #ffffff; }

/* line 9, scss/theme/_colors.scss */
.c-bg-accentuation-1, .c-bg-hover-accentuation-1:hover, .hover-parent:hover .c-bg-hover-accentuation-1 {
  background-color: #ffffff; }

/* line 12, scss/theme/_colors.scss */
.c-border-accentuation-1, .c-border-hover-accentuation-1:hover, .hover-parent:hover .c-border-hover-accentuation-1 {
  border-color: #ffffff; }

/* line 4, scss/theme/_colors.scss */
.c-accentuation-2,
.c-hover-accentuation-2:hover, .hover-parent:hover .c-hover-accentuation-2 {
  color: #ffffff;
  fill: #ffffff; }

/* line 9, scss/theme/_colors.scss */
.c-bg-accentuation-2, .c-bg-hover-accentuation-2:hover, .hover-parent:hover .c-bg-hover-accentuation-2 {
  background-color: #ffffff; }

/* line 12, scss/theme/_colors.scss */
.c-border-accentuation-2, .c-border-hover-accentuation-2:hover, .hover-parent:hover .c-border-hover-accentuation-2 {
  border-color: #ffffff; }

/* line 4, scss/theme/_colors.scss */
.c-gray-light,
.c-hover-gray-light:hover, .hover-parent:hover .c-hover-gray-light {
  color: #B2B2B2;
  fill: #B2B2B2; }

/* line 9, scss/theme/_colors.scss */
.c-bg-gray-light, .c-bg-hover-gray-light:hover, .hover-parent:hover .c-bg-hover-gray-light {
  background-color: #B2B2B2; }

/* line 12, scss/theme/_colors.scss */
.c-border-gray-light, .c-border-hover-gray-light:hover, .hover-parent:hover .c-border-hover-gray-light {
  border-color: #B2B2B2; }

/* line 4, scss/theme/_colors.scss */
.c-gray-dark,
.c-hover-gray-dark:hover, .hover-parent:hover .c-hover-gray-dark {
  color: #787878;
  fill: #787878; }

/* line 9, scss/theme/_colors.scss */
.c-bg-gray-dark, .c-bg-hover-gray-dark:hover, .hover-parent:hover .c-bg-hover-gray-dark {
  background-color: #787878; }

/* line 12, scss/theme/_colors.scss */
.c-border-gray-dark, .c-border-hover-gray-dark:hover, .hover-parent:hover .c-border-hover-gray-dark {
  border-color: #787878; }

/* line 4, scss/theme/_colors.scss */
.c-success,
.c-hover-success:hover, .hover-parent:hover .c-hover-success {
  color: #78b74a;
  fill: #78b74a; }

/* line 9, scss/theme/_colors.scss */
.c-bg-success, .c-bg-hover-success:hover, .hover-parent:hover .c-bg-hover-success {
  background-color: #78b74a; }

/* line 12, scss/theme/_colors.scss */
.c-border-success, .c-border-hover-success:hover, .hover-parent:hover .c-border-hover-success {
  border-color: #78b74a; }

/* line 4, scss/theme/_colors.scss */
.c-warning,
.c-hover-warning:hover, .hover-parent:hover .c-hover-warning {
  color: #f0af00;
  fill: #f0af00; }

/* line 9, scss/theme/_colors.scss */
.c-bg-warning, .c-bg-hover-warning:hover, .hover-parent:hover .c-bg-hover-warning {
  background-color: #f0af00; }

/* line 12, scss/theme/_colors.scss */
.c-border-warning, .c-border-hover-warning:hover, .hover-parent:hover .c-border-hover-warning {
  border-color: #f0af00; }

/* line 4, scss/theme/_colors.scss */
.c-error,
.c-hover-error:hover, .hover-parent:hover .c-hover-error {
  color: #e32119;
  fill: #e32119; }

/* line 9, scss/theme/_colors.scss */
.c-bg-error, .c-bg-hover-error:hover, .hover-parent:hover .c-bg-hover-error {
  background-color: #e32119; }

/* line 12, scss/theme/_colors.scss */
.c-border-error, .c-border-hover-error:hover, .hover-parent:hover .c-border-hover-error {
  border-color: #e32119; }

/* line 17, scss/theme/_colors.scss */
html {
  background-color: #221d0b; }

/* line 21, scss/theme/_colors.scss */
body {
  color: #221d0b;
  background-color: #ffffff; }

/* line 26, scss/theme/_colors.scss */
a {
  color: #857551; }

/* line 30, scss/theme/_colors.scss */
nav:not(.fg-paging-container) li {
  background-color: #221d0b; }
  /* line 33, scss/theme/_colors.scss */
  nav:not(.fg-paging-container) li a {
    color: #D4C9B3; }

/* line 39, scss/theme/_colors.scss */
.hover-decoration-border:before, .hover-decoration-border:after {
  border-color: #D4C9B3; }

/* Forms */
/* line 46, scss/theme/_colors.scss */
input[type=submit], button, .button {
  background-color: #221d0b;
  color: #D4C9B3; }
  /* line 50, scss/theme/_colors.scss */
  input[type=submit] a, button a, .button a {
    color: #D4C9B3; }

/* line 55, scss/theme/_colors.scss */
input[type=text], input[type=email], input[type=number], input[type=tel] {
  border-color: #221d0b; }

/* line 60, scss/theme/_colors.scss */
.effect-3.active:before, .effect-3.active:after {
  border-color: #ffffff; }

/* line 65, scss/theme/_colors.scss */
.error {
  color: #e32119; }

/* line 69, scss/theme/_colors.scss */
.box {
  border-color: #221d0b;
  background-color: #D4C9B3; }

/* Selection */
/* line 82, scss/theme/_colors.scss */
::selection {
  color: #ffffff;
  background: #857551; }

/* line 83, scss/theme/_colors.scss */
::-moz-selection {
  color: #ffffff;
  background: #857551; }

/* line 5, scss/_theme.scss */
* {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  /** Safari **/ }

/* line 10, scss/_theme.scss */
.box {
  border-style: solid;
  border-width: 1px;
  padding: 5px; }

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