@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*mixins*/
.row {
  width: auto;
  margin-left: -2em;
  margin-right: -2em;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.columns {
  float: left;
  padding-left: 2em;
  padding-right: 2em;
}
.push {
  float: right;
}
.max-width {
  width: 100% !important;
}
@media screen and (max-width: 599px) {
  .col-sm-1 {
    width: 33.3333333333%;
  }
  .col-sm-2 {
    width: 66.6666666667%;
  }
  .col-sm-3 {
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .col-md-1 {
    width: 16.6666666667%;
  }
  .col-md-2 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 50%;
  }
  .col-md-4 {
    width: 66.6666666667%;
  }
  .col-md-5 {
    width: 83.3333333333%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*grid*/
/*
|--------------------------------------------------------------------------
| Icons
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "verde";
  src: url("../fonts/verde.eot");
  src: url("../fonts/verde.eot?#iefix") format("embedded-opentype"), url("../fonts/verde.woff") format("woff"), url("../fonts/verde.ttf") format("truetype"), url("../fonts/verde.svg#verde") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-burger, .icon-phone, .icon-map, .icon-download, .icon-arrow-left, .icon-arrow-right, .icon-arrow-down, .icon-heart, .icon-search, .icon-overview, .icon-video, .icon-upload, .icon-mail, .icon-facebook, .icon-googleplus, .icon-offer, .icon-x-mark, .icon-zoom, .icon-youtube, .icon-twitter {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-indent: -9999px;
  position: relative;
}
[class*="icon-"]:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.5em;
  text-indent: 0;
  font-family: "verde";
}
.icon-burger:before {
  content: "A";
}
.icon-phone:before {
  content: "B";
}
.icon-map:before {
  content: "C";
}
.icon-download:before {
  content: "D";
}
.icon-arrow-left:before {
  content: "E";
}
.icon-arrow-right:before {
  content: "F";
}
.icon-arrow-down:before {
  content: "G";
}
.icon-heart:before {
  content: "H";
}
.icon-search:before {
  content: "I";
}
.icon-overview:before {
  content: "J";
}
.icon-video:before {
  content: "K";
}
.icon-upload:before {
  content: "L";
}
.icon-mail:before {
  content: "M";
}
.icon-facebook:before {
  content: "N";
}
.icon-googleplus:before {
  content: "O";
}
.icon-offer:before {
  content: "P";
}
.icon-x-mark:before {
  content: "Q";
}
.icon-zoom:before {
  content: "R";
}
.icon-youtube:before {
  content: "S";
}
.icon-twitter:before {
  content: "T";
}
/*icons*/
/*
|--------------------------------------------------------------------------
| Globals
|--------------------------------------------------------------------------
*/
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/_layout/fonts/oswald-v48-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_layout/fonts/oswald-v48-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_layout/fonts/oswald-v48-latin-regular.woff2") format("woff2"), url("/_layout/fonts/oswald-v48-latin-regular.woff") format("woff"), url("/_layout/fonts/oswald-v48-latin-regular.ttf") format("truetype"), url("/_layout/fonts/oswald-v48-latin-regular.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* eb-garamond-regular - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("/_layout/fonts/eb-garamond-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_layout/fonts/eb-garamond-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_layout/fonts/eb-garamond-v25-latin-regular.woff2") format("woff2"), url("/_layout/fonts/eb-garamond-v25-latin-regular.woff") format("woff"), url("/_layout/fonts/eb-garamond-v25-latin-regular.ttf") format("truetype"), url("/_layout/fonts/eb-garamond-v25-latin-regular.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}
/* eb-garamond-700 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("/_layout/fonts/eb-garamond-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_layout/fonts/eb-garamond-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("/_layout/fonts/eb-garamond-v25-latin-700.woff2") format("woff2"), url("/_layout/fonts/eb-garamond-v25-latin-700.woff") format("woff"), url("/_layout/fonts/eb-garamond-v25-latin-700.ttf") format("truetype"), url("/_layout/fonts/eb-garamond-v25-latin-700.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}
html {
  color: #6C6E6F;
}
body {
  background-color: #efe9d9;
  font: 400 100%/1.625em "EB Garamond", Helvetica, Arial, sans-serif;
  letter-spacing: 0.035em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #923141;
  color: #efe9d9;
  text-shadow: none;
}
::selection {
  background: #923141;
  color: #efe9d9;
  text-shadow: none;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
.wrapper {
  padding: 0 1em;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .wrapper {
    padding: 0 2em;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    margin: auto;
    width: 1280px;
  }
}
@media screen and (min-width: 1344px) {
  .wrapper {
    padding: 0;
  }
}
h1, h2, h3, h4 {
  color: #923141;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 2em;
  letter-spacing: 0.01em;
  margin: 1em 0 0.75em;
  padding: 0 1em;
  text-align: center;
}
h2 {
  font-size: 1.75em;
  letter-spacing: 0.02em;
}
h3 {
  font-size: 1.25em;
  letter-spacing: 0.025em;
}
h4 {
  font-size: 1.125em;
  letter-spacing: 0.025em;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p {
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
ul, ol {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
figure {
  margin: 0 0 2em;
}
figcaption {
  background: #c5ac9d;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.625em;
  margin: 0 0 1em;
  padding: 1em 1rem;
}
hr {
  border: 0;
  border-top: 1px solid #c5ac9d;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
.headline {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  h2, h3, h4 {
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  h1, .headline {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
/*globals*/
/*
|--------------------------------------------------------------------------
| Form Globals
|--------------------------------------------------------------------------
*/
input, button, textarea {
  background: #d4c1b6;
  border: none;
  color: #923141;
  font: 400 100%/1.625em "EB Garamond", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  outline: none;
  padding: 0.625em 0.5em;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  input, button, textarea {
    font-size: 1.125em;
  }
}
.btn, button, input[type="submit"] {
  background: #4e3a2e;
  color: #efe9d9;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.15rem;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover, button:hover, input[type="submit"]:hover {
  background: #923141;
  opacity: 0.8;
}
.btn.ghost, button.ghost, input[type="submit"].ghost {
  border: 1px solid #efe9d9;
  background: transparent;
}
.btn {
  display: block;
}
.btn2nd {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 0.925em;
  padding: 0.25em 0.25em 0.25em 0;
  position: relative;
  letter-spacing: 0.125em;
  line-height: 1.6em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn2nd:after {
  content: "〉";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  position: absolute;
  right: -1rem;
  top: 18%;
}
.btn2nd:hover {
  opacity: 0.7;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  -webkit-box-shadow: inset 1px 1px 0px 0px #b2917c;
  -moz-box-shadow: inset 1px 1px 0px 0px #b2917c;
  -ms-box-shadow: inset 1px 1px 0px 0px #b2917c;
  box-shadow: inset 1px 1px 0px 0px #b2917c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]::-webkit-input-placeholder {
  color: #8e6a54;
}
input[type="text"]::-moz-placeholder {
  color: #8e6a54;
}
input[type="text"]:-ms-input-placeholder {
  color: #8e6a54;
}
input[type="text"]:-moz-placeholder {
  color: #8e6a54;
}
/*
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
input[type="file"] {
	@import box-shadow(none);
}
*/
input[type="radio"] {
  width: 2em;
}
textarea {
  height: 10em;
  resize: vertical;
}
select {
  height: 3em;
  width: 100%;
}
label {
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*form-globals*/
/*
|--------------------------------------------------------------------------
| Form Validation
|--------------------------------------------------------------------------
*/
.formular {
  position: relative;
}
.required-hint {
  float: left;
  font-size: 0.75em;
}
.error, .error .required {
  color: #d94b52;
}
.terms {
  display: none;
}
#error {
  background-color: #d94b52;
  display: none;
  line-height: 1.46em;
  padding: 1em;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#error.show {
  display: block;
}
#error ul {
  text-align: center;
}
#error ul li {
  color: #efe9d9;
  list-style: none;
  padding: 0;
}
/*form-validation*/
/*
|--------------------------------------------------------------------------
| CTA
|--------------------------------------------------------------------------
*/
.cta-container {
  background: #923141;
}
.cta {
  padding: 1.5em 15%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cta {
    padding: 1.5em 10%;
  }
}
@media only screen and (min-width: 1280px) {
  .cta {
    padding: 1em 0 2em;
  }
}
@media only screen and (min-width: 600px) {
  .cta .cta-text {
    display: inline-block;
  }
}
.cta .cta-text p {
  color: #efe9d9;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .cta .cta-text p {
    font-size: 1.5em;
  }
}
.cta .cta-btn {
  margin: 1em 0 0;
  border-color: #efe9d9;
}
@media only screen and (min-width: 600px) {
  .cta .cta-btn {
    display: inline-block;
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cta .cta-btn {
    margin-left: 4vw;
  }
}
/*cta*/
/*
|--------------------------------------------------------------------------
| Header / Nav
|--------------------------------------------------------------------------
*/
#header {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  #header {
    height: 150px;
  }
}
#header .header-inner {
  background: #4e3a2e;
  height: 32vw;
  max-height: 120px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media screen and (min-width: 1000px) {
  #header .header-inner {
    height: 150px;
    max-height: 150px;
    position: relative;
    top: 0;
  }
}
.fullscreen-container #header .header-inner {
  background: transparent;
}
@media screen and (min-width: 1000px) {
  #header.is_stuck {
    height: 6em;
  }
  #header.is_stuck .header-inner {
    top: -3em;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .fullscreen-container #header.is_stuck .header-inner {
    background: #4e3a2e;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  #header.is_stuck #nav ul.mobile {
    opacity: 0;
    margin-top: -2.5em;
  }
  #header.is_stuck #nav ul.desktop {
    margin-top: 2.5em;
  }
  #header.is_stuck #logo {
    bottom: 0.875em;
  }
  #header.is_stuck #logo .title a {
    background-position: left bottom;
    background-size: 82%;
  }
}
#logo {
  width: 40%;
  margin: -85px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 660px) {
  #logo {
    margin-top: -110px;
  }
}
@media screen and (min-width: 1000px) {
  #logo {
    bottom: 1.875em;
    float: left;
    position: absolute;
    width: auto;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
#logo .title {
  margin: 0;
  padding: 0.125em 0 0;
}
#logo .title a {
  background: url("/_layout/img/logo_stadtcafe-bad-rodach.png") no-repeat center;
  background-size: 100%;
  display: block;
  height: 30vw;
  margin: 0 auto;
  max-height: 120px;
  max-width: 150px;
  text-indent: -9999px;
}
@media screen and (min-width: 1000px) {
  #logo .title a {
    height: 95px;
    max-height: initial;
    max-width: initial;
    width: 200px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
#nav {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  #nav {
    float: right;
    text-align: right;
    width: 80%;
  }
}
#nav ul.mobile {
  position: relative;
}
@media screen and (min-width: 1000px) {
  #nav ul.mobile {
    display: inline-block;
    margin: 1em 0 0 100px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
#nav ul.mobile li {
  cursor: pointer;
}
#nav ul.mobile li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 999px) {
  #nav ul.mobile li {
    margin-left: -0.25em;
    display: inline-block;
  }
  #nav ul.mobile li.nav, #nav ul.mobile li.phone {
    display: block;
    margin-bottom: 0.25em;
  }
  #nav ul.mobile li.nav {
    position: absolute;
    right: -0.25em;
  }
  #nav ul.mobile li [class*="icon-"] {
    background: #923141;
    color: #efe9d9;
    height: 35px;
    text-align: center;
    width: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  }
  #nav ul.mobile li [class*="icon-"]:before {
    font-size: 1rem;
    padding: 9px;
  }
}
@media screen and (min-width: 600px) {
  #nav ul.mobile li {
    margin-left: -1em;
  }
  #nav ul.mobile li.nav {
    right: -1em;
  }
}
@media screen and (min-width: 660px) {
  #nav ul.mobile li.nav, #nav ul.mobile li.phone {
    margin-bottom: 0.5em;
  }
  #nav ul.mobile li [class*="icon-"] {
    height: 45px;
    width: 45px;
  }
  #nav ul.mobile li [class*="icon-"]:before {
    font-size: 1.25rem;
    padding: 12px;
  }
}
@media screen and (min-width: 1000px) {
  #nav ul.mobile li {
    display: inline-block;
    float: left;
  }
  #nav ul.mobile li [class*="icon-"] {
    color: #efe9d9;
  }
  #nav ul.mobile li [class*="icon-"]:before {
    font-size: 1.35rem;
  }
  #nav ul.mobile li.nav {
    display: none;
  }
  #nav ul.mobile li.phone {
    margin: 0 1.75em 0 0;
  }
  #nav ul.mobile li.phone a {
    font-size: 1.875em;
    letter-spacing: 0.05em;
    text-indent: initial;
    width: auto;
  }
  #nav ul.mobile li.phone a:before {
    float: left;
    position: relative;
  }
  #nav ul.mobile li.phone a i {
    display: inline-block;
    font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
    font-style: unset;
    padding: 2px 0 12px 5px;
  }
  #nav ul.mobile li.phone a i span {
    display: none;
  }
}
#nav ul.desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  #nav ul.desktop {
    display: inline-block;
    margin-right: -0.5em;
    max-height: 45px;
    /* Important tp prevent flash of layout shift */
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media screen and (min-width: 1000px) {
  #nav ul.desktop li {
    display: inline-block;
    float: left;
    text-align: left;
  }
  #nav ul.desktop li:last-child a {
    color: #efe9d9;
  }
  #nav ul.desktop li:last-child a .inner {
    border: 1px solid #efe9d9;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1049px) {
  #nav ul.desktop li:first-child {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #nav ul.desktop li a {
    color: #efe9d9;
    display: block;
    font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0.5em 0.75em 0.5em;
    text-transform: uppercase;
  }
  #nav ul.desktop li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1100px) {
  #nav ul.desktop li a {
    padding: 0.5em 1em 0.5em;
  }
}
@media screen and (min-width: 1230px) {
  #nav ul.desktop li a {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1000px) {
  #nav ul.desktop li a .inner {
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding: 0.25rem 0.25rem;
  }
}
@media screen and (min-width: 1000px) {
  #nav ul.desktop li a.dropdown {
    /*	
						position: relative; 

						.inner {
						padding-right: 1em; 
						position: relative; 

						&:before {
						content: "\232A"; 
						font-family: 'Helvetica','Arial',sans-serif; 
						font-size: .875em; 
						height: 1.2em;  
						position: absolute; 
						right: -5px; 
						top: 40%; 
						width: 1.2em; 
						@include rotate(90deg);
					}
					}

						ul.dropdown-menu {
						display: none;
						left: 0; 
						opacity: 0; 
						padding: 1.2rem 1rem 0; 
						position: absolute; 
						top: 2.75rem; 
						visibility: hidden;
						@include transition(opacity 0.2s);

						> li {
						background: $color-secondary;
						border-left: 3px solid $color-grey80; 
						display: block; 
						float: none; 
						width: 15em; 
						@include box-shadow(0 0 5px 0 rgba(0,0,0,0.13));
					}

						li {

						&:first-child {
						position: relative;
						@include border-radius(5px 5px 0 0);

						&:before {
						border-color: transparent transparent #808080 transparent;
						border-style: solid; 
						border-width: 0 8px 8px 8px;
						content: "";
						height: 0; 
						left: 24px; 
						position: absolute; 
						top: -8px; 
						width: 0; 
						@include rotate(360deg);
					}
					}

						&:last-child {
						@include border-radius(0 0 5px 5px);
					}

						&:hover {
						background: darken($color-grey,5%);
					}


						&.active {
						background: darken($color-grey,5%);
						border-left: 3px solid $color-primary; 
						@include box-shadow(inset 0 -5px 55px 0 rgba(0,0,0,0.13));
					}

						a {
						font-size: .875em; 
						padding: 1.125rem 1rem 1rem; 
					}
					}

						.dropdown { 
						position: relative; 

						ul.dropdown-menu { 
						display: none; 
						left: 14.625em; 
						opacity: 0; 
						padding: 0 0 0 15px; 
						position: absolute; 
						top: 0; 
						visibility: hidden;

						> li {
						border-left: none;
						width: 15em;	
					}

						li {

						&:first-child:before { 
						display: none; 
					}
					}
					}

						&:hover {
						ul.dropdown-menu { 
						display: block; 
						opacity: 1; 
						visibility: visible; 
					}
					}
					}

						.inner {
						border: none;
						padding-right: 0; 

						&:before {
						display: none;
					}
					}
					}
					}

						&:hover {

						ul.dropdown-menu { 
						display: block; 
						opacity: 1; 
						visibility: visible; 
					}
					}
						*/
  }
}
@media screen and (min-width: 1000px) {
  #nav ul.desktop li a.dropdown.active a:hover {
    opacity: 1;
  }
  #nav ul.desktop li a.dropdown.active .inner {
    border-bottom: 2px solid #923141;
  }
  #nav ul.desktop li a.dropdown.active ul.dropdown-menu li a {
    border-bottom: none;
  }
  #nav ul.desktop li a.dropdown.active ul.dropdown-menu li.active a {
    opacity: 0.6;
  }
}
.js #nav li.search .search-toggle-no-js {
  display: none !important;
}
.no-js #nav li.search .search-toggle {
  display: none !important;
}
.no-js #nav li.search .search-toggle-no-js {
  display: block !important;
}
/*header-nav*/
/*
|--------------------------------------------------------------------------
| Fixed Buttons
|--------------------------------------------------------------------------
*/
.buttons-fixed {
  display: none;
}
@media screen and (min-width: 1000px) {
  .buttons-fixed {
    bottom: 1em;
    display: block;
    position: fixed;
    right: 1em;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .buttons-fixed ul li {
    display: block;
    margin-bottom: 1em;
  }
  .buttons-fixed ul li:before {
    display: none;
  }
  .buttons-fixed ul li a {
    cursor: pointer;
  }
  .buttons-fixed ul li a.icon-phone, .buttons-fixed ul li a.icon-map {
    background: #872d3c;
    border: none;
    color: #efe9d9;
    height: 55px;
    text-align: center;
    width: 55px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .buttons-fixed ul li a.icon-phone:before, .buttons-fixed ul li a.icon-map:before {
    font-size: 1.75rem;
    top: 25%;
  }
  .buttons-fixed ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1280px) {
  .buttons-fixed {
    right: 2em;
  }
  .buttons-fixed ul li a.icon-phone, .buttons-fixed ul li a.icon-map {
    height: 70px;
    width: 70px;
  }
  .buttons-fixed ul li a.icon-phone:before, .buttons-fixed ul li a.icon-map:before {
    font-size: 2rem;
  }
}
/*buttons-fixed*/
/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/
.hero-container {
  margin: 0;
  padding: 0;
  position: relative;
}
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  height: 38vw;
}
@media screen and (min-width: 800px) {
  .hero {
    max-height: 200px;
  }
}
@media screen and (min-width: 1260px) {
  .hero {
    background-attachment: fixed;
    max-height: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .hero {
    max-height: 350px;
  }
}
.hero .hero-inner {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero .hero-headline {
  color: #efe9d9;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.5);
}
/*hero*/
/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/
.breadcrumb-container {
  background-color: #efe9d9;
  margin: 0;
  padding: 1em 0 0.5em;
  position: relative;
}
.breadcrumb {
  display: none;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .breadcrumb {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .breadcrumb {
    text-align: left;
  }
}
.breadcrumb ul {
  display: inline-block;
  margin: 0;
}
.breadcrumb ul li {
  color: #8e6a54;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  float: left;
}
.breadcrumb ul li:before {
  color: #9e765d;
  content: "F";
  float: left;
  font-family: "verde";
  font-size: 0.75em;
  margin: 0 0.625em 0;
  position: relative;
  top: 0.125em;
}
.breadcrumb ul li:first-child {
  display: none;
  margin-right: 0.75em;
}
@media screen and (min-width: 800px) {
  .breadcrumb ul li:first-child {
    display: inline-block;
  }
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  display: inline-block;
  line-height: 1.25em;
  padding: 0.25em 0 0;
}
.breadcrumb ul li a {
  border-bottom-color: #8e6a54;
}
.breadcrumb ul li a:hover {
  border-bottom-color: transparent;
}
.breadcrumb ul li.to-homepage:before {
  display: none;
}
/*breadcrumb*/
/*
|--------------------------------------------------------------------------
| Content
|--------------------------------------------------------------------------
*/
main {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .hp main {
    margin-top: -230px;
    z-index: 1;
  }
}
main a.btn2nd:after {
  top: 22%;
}
main p {
  margin: 0;
}
main ul {
  list-style-type: square;
  margin-left: 1em;
  padding: 0;
  text-align: left;
}
main ul.slick-dots {
  text-align: center;
}
.center {
  text-align: center;
}
.full {
  width: 100%;
}
.content-row-img .pic-container {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .content-row-img .pic-container {
    padding: 4em;
  }
}
.content-row-img .pic-container.circle img {
  border: 5px solid #923141;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
ul.list-amenities {
  border-top: 1px solid rgba(78, 58, 46, 0.25);
  border-bottom: 1px solid rgba(78, 58, 46, 0.25);
  display: block !important;
  padding: 1em 0 2em;
  margin-top: 2em;
  text-align: center;
}
footer ul.list-amenities {
  border-color: rgba(239, 233, 217, 0.25);
  margin-bottom: 2em;
  margin-top: 0;
}
ul.list-amenities li {
  display: inline-block;
  margin: 0 1em;
}
ul.list-amenities li svg {
  display: block;
  height: 5em;
  margin: auto;
  opacity: 0.7;
  padding: 1em;
  width: 5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer ul.list-amenities li svg {
  fill: #efe9d9;
}
ul.list-amenities li:hover svg {
  opacity: 1;
}
ul.list-amenities li.list__item--sky svg {
  width: 5.5em;
}
ul.list-amenities li.list__item--shower svg {
  width: 5.5em;
}
@media screen and (min-width: 600px) {
  .content-row-text, .content-row-img {
    min-height: 500px;
  }
}
.content-row-text {
  position: relative;
}
@media screen and (min-width: 800px) {
  .start .content-row-text .content-row-text-inner {
    position: absolute;
    top: 49%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.content-row-text.full .content-row-text-inner {
  padding: 0 5%;
}
.content-row-text.full.center ul, .content-row-text.full.center ol {
  display: inline-block;
  padding-left: 2em;
}
@media screen and (min-width: 800px) {
  .content-row-text.full.center ul, .content-row-text.full.center ol {
    padding-left: 6vw;
  }
}
.content-row-text .headline {
  padding: 0;
  text-align: left;
}
.content-row-text a {
  border-bottom: 1px dotted;
  color: inherit;
  line-height: 1.25em;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.content-row-text a:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.content-row-text a.btn2nd {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 2em;
}
@media screen and (min-width: 1420px) {
  .increase-fontsize {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 1840px) {
  .increase-fontsize {
    font-size: 1.25em;
  }
}
.blk {
  padding: 0 0 4em;
}
.content-blk {
  background: transparent;
  border-bottom: 1px solid #c5ac9d;
  padding: 2em 0 3em;
}
.content-blk:nth-of-type(2n) {
  background: #ceb9ad;
}
.sc .content-blk {
  border-bottom-color: #efe9d9;
}
@media only screen and (min-width: 600px) {
  .sc .content-blk {
    padding: 3em 0 4em;
  }
}
.sc .content-blk:nth-of-type(2n) {
  background: #f7f3eb;
}
@media only screen and (min-width: 600px) {
  .content-tiles .columns:nth-of-type(3) {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tiles .columns:nth-of-type(3) {
    margin-left: 0;
  }
}
.content.gallery {
  margin: 2em 0;
}
/*content*/
/*
|--------------------------------------------------------------------------
| Tiles
|--------------------------------------------------------------------------
*/
.tile {
  background: #f7f3eb;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  .tile {
    border: 10px solid #f7f3eb;
    margin-bottom: 2.5em;
  }
}
.tile:hover .tile-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.tile .tile-content {
  margin-bottom: 2em;
}
.tile .tile-text, .tile .tile-headline {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1000px) {
  .tile .tile-text, .tile .tile-headline {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
  }
}
.tile .tile-headline {
  margin-bottom: 0.5em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .tile .tile-headline {
    margin-top: 2rem;
  }
}
.tile .tile-img {
  overflow: hidden;
}
.tile .tile-img img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*tiles*/
/*
|--------------------------------------------------------------------------
| fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
|--------------------------------------------------------------------------
*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
}
.fancybox-wrap {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url(../img/fancybox_sprite.png);
}
.fancybox-prev span, .fancybox-next span {
  background-image: url(../img/icons.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  background: transparent;
  border: none;
  color: #efe9d9;
  cursor: pointer;
  height: 3.125em;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0.5em;
  text-indent: 200%;
  top: 0.5em;
  z-index: 8040;
  width: 3.125em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 1200px) {
  .fancybox-close {
    right: 1em;
    top: 1em;
  }
}
.fancybox-close:before {
  color: #923141;
  content: "Q";
  display: inline-block;
  font: 400 100%/1.625em "verde", Helvetica, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1200px) {
  .fancybox-close:before {
    font-size: 1.75em;
  }
}
.fancybox-nav {
  background: transparent url(../img/blank.gif);
  /* helps IE */
  cursor: pointer;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 10%;
  z-index: 8040;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fancybox-nav:before {
  color: #923141;
  opacity: 0.5;
  top: 49%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .fancybox-nav:before {
    font-size: 2.5em;
  }
}
.fancybox-nav:hover:before {
  opacity: 1;
}
.fancybox-prev {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .fancybox-prev {
    left: -10%;
  }
}
.fancybox-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .fancybox-next {
    right: -10%;
  }
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/fancybox_overlay.png);
  background: rgba(0, 0, 0, 0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  bottom: auto;
  margin-top: 1em;
  position: absolute;
  right: 50%;
  text-align: center;
  width: 45%;
  z-index: 8050;
}
@media screen and (min-width: 500px) {
  .fancybox-title-float-wrap {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .fancybox-title-float-wrap {
    margin-top: -2em;
  }
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 15px 20px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  /*white-space: nowrap;*/
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-title .gallery-img-title {
  margin-bottom: 0.25rem;
}
.fancybox-title .gallery-img-desc {
  margin-top: 0;
  margin-bottom: 0;
}
/*fancybox*/
/*
|--------------------------------------------------------------------------
| Slider
|--------------------------------------------------------------------------
*/
.slider-fullscreen-container {
  height: 99vh;
  margin-bottom: -32vw;
  padding: 0;
  position: relative;
  top: -32vw;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .slider-fullscreen-container {
    margin-bottom: -120px;
    top: -120px;
  }
}
@media screen and (min-width: 1000px) {
  .slider-fullscreen-container {
    height: 95vh;
    margin-bottom: -150px;
    top: -150px;
  }
}
.fullscreen-container .slider-fullscreen-container {
  background-color: #4e3a2e;
  background-image: url("/_layout/img/logo-invers_stadtcafe-bad-rodach.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media screen and (min-width: 1260px) {
  .slider-fullscreen-container .slick-slide {
    background-attachment: fixed;
  }
  .slider-fullscreen-container .slick-slide, .slider-fullscreen-container .slick-slide _:-ms-lang(x) {
    background-attachment: scroll;
  }
}
.slider-fullscreen:not(.slick-initialized), .slider-references:not(.slick-initialized) {
  display: none;
  /* prevents F.O.U.C. */
}
.slide-caption {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 55%;
  width: 85%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sc .slide-caption {
  top: 49%;
}
@media screen and (min-width: 375px) {
  .slide-caption {
    top: 50%;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .slide-caption {
    top: 57%;
  }
}
@media screen and (min-width: 1000px) {
  .slide-caption {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) and (min-height: 600px) {
  .slide-caption {
    top: 57%;
  }
}
@media screen and (min-width: 1260px) {
  .slide-caption {
    max-width: 800px;
    width: 50%;
  }
}
@media screen and (min-width: 1344px) {
  .slide-caption {
    top: 50%;
  }
}
@media screen and (min-width: 1344px) and (min-height: 1000px) {
  .slide-caption {
    top: 52%;
  }
}
.slide-caption .slide-headline {
  font-size: 1.5em;
  margin: 0 0 1rem;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 2px 3px white, 1px 1px 30px white, 1px 1px 30px white;
}
.sc .slide-caption .slide-headline {
  color: #efe9d9;
  margin-bottom: 1.75em;
  text-shadow: none;
}
.sc .slide-caption .slide-headline:after {
  background: #923141;
  bottom: -1em;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 3em;
}
@media screen and (min-width: 375px) {
  .slide-caption .slide-headline {
    font-size: 2em;
  }
}
.slide-caption .slide-text {
  color: #4E4E4E;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  text-shadow: 1px 2px 3px white, 1px 1px 30px white, 1px 1px 30px white;
}
.sc .slide-caption .slide-text {
  color: #efe9d9;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25), 1px 1px 30px rgba(0, 0, 0, 0.25), 1px 1px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 375px) {
  .slide-caption .slide-text {
    font-size: 1em;
    line-height: 1.625em;
  }
}
@media screen and (orientation: portrait) and (max-height: 449px) {
  .slide-caption .slide-text {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .slide-caption .slide-text {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (min-height: 600px) {
  .slide-caption .slide-text {
    font-size: 1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) and (min-height: 700px) {
  .slide-caption .slide-text {
    font-size: 1.125em;
    line-height: 1.6em;
  }
}
.slide-caption .slide-text p {
  margin: 1em 0 0;
}
.slide-caption .slide-btn {
  margin-top: 1em;
  text-align: center;
}
.slide-caption .slide-btn .btn {
  border-color: #923141;
  border-width: 2px;
  color: #923141;
  font-size: 0.875em;
}
@media screen and (min-width: 375px) {
  .slide-caption .slide-btn .btn {
    display: inline-block;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
@media screen and (orientation: portrait) and (max-height: 449px) {
  .slide-caption .slide-btn .btn {
    margin-top: 0.5em;
  }
}
@media screen and (orientation: landscape) and (max-height: 599px) {
  .slide-caption .slide-btn .btn {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .slide-caption .slide-btn .btn {
    font-size: 1em;
  }
}
.godown-btn.icon-arrow-down {
  bottom: 1.5em;
  color: #923141;
  cursor: pointer;
  display: block;
  height: 2em;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-shadow: 1px 2px 3px white, 1px 1px 30px white, 1px 1px 30px white;
  width: 6em;
}
.sc .godown-btn.icon-arrow-down {
  color: #efe9d9;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25), 1px 1px 30px rgba(0, 0, 0, 0.25), 1px 1px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (orientation: portrait) and (max-height: 650px) {
  .godown-btn.icon-arrow-down {
    bottom: 1.5em;
    text-indent: -9999px;
  }
}
@media screen and (min-width: 600px) {
  .godown-btn.icon-arrow-down {
    bottom: 2.5em;
  }
}
@media screen and (min-height: 650px) {
  .godown-btn.icon-arrow-down {
    text-indent: initial;
  }
}
@media screen and (min-width: 1000px) {
  .godown-btn.icon-arrow-down {
    bottom: 6.5em;
  }
}
.godown-btn.icon-arrow-down:before {
  font-size: 1em;
  margin-top: 1em;
  padding-top: 0.5em;
}
@media screen and (orientation: portrait) and (max-height: 650px) {
  .godown-btn.icon-arrow-down:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .godown-btn.icon-arrow-down:before {
    margin-top: 1.5em;
  }
}
@media screen and (min-height: 650px) {
  .godown-btn.icon-arrow-down:before {
    margin-top: 1em;
  }
}
.godown-target {
  position: absolute;
  top: 0;
}
/*slider-fullscreen*/
/*
|--------------------------------------------------------------------------
| Gallery
|--------------------------------------------------------------------------
*/
.slider-gallery-container {
  position: relative;
}
.slider-gallery:not(.slick-slider) {
  display: none;
}
.gallery .content-text {
  margin-bottom: 1em;
  text-align: center;
}
.gallery-item {
  text-decoration: none;
}
.gallery-item .gallery-item-inner {
  background: #923141;
  margin: 1em 0.5em;
  overflow: hidden;
  position: relative;
}
.gallery-item .gallery-item-inner:hover .gallery-img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item .gallery-item-inner:hover .icon-zoom {
  opacity: 1;
}
.gallery-item .icon-zoom {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-item .icon-zoom:before {
  color: #efe9d9;
  font-size: 2.5em;
}
.gallery-item .gallery-img {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-item .gallery-img-caption {
  display: none;
}
/*slider-gallery*/
/*
|--------------------------------------------------------------------------
| Google Maps
|--------------------------------------------------------------------------
*/
.map-canvas-container {
  margin: 1.5em;
}
@media only screen and (min-width: 1280px) {
  .map-canvas-container {
    margin: 0;
  }
}
#map_canvas {
  height: 400px;
  height: 60vh;
  max-height: 400px;
  width: 100%;
  /*
	.marker_button { 
		display :inline-block;
		font-size: .875em;
		margin-top: .25em; 
		padding: 0.125em 0.25em 0.125em;
		@include transition(all .3s ease-out); 

		&:hover { 
			opacity:.7;
		}
	}
	*/
  /* since OSM */
}
@media screen and (min-width: 1000px) {
  #map_canvas {
    height: 350px;
  }
}
#map_canvas img {
  width: auto;
}
#map_canvas .ol-control button {
  background: #4e3a2e;
}
/*map*/
/*
|--------------------------------------------------------------------------
| Search Overlay
|--------------------------------------------------------------------------
*/
.overlay {
  background: rgba(239, 233, 217, 0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.overlay .overlay-close {
  background: transparent;
  border: none;
  color: #923141;
  height: 3.125em;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0.5em;
  text-indent: 200%;
  top: 0.5em;
  z-index: 100;
  width: 3.125em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 1000px) {
  .overlay .overlay-close {
    right: 1em;
    top: 1em;
  }
}
.overlay .overlay-close:after {
  content: "Q";
  display: inline-block;
  font: 400 100%/1.625em "verde", Helvetica, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search-overlay {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-overlay .row {
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 1000px) {
  #search-overlay .row {
    max-width: 600px;
  }
}
#search-overlay label {
  display: none;
}
#search-overlay input[type="text"] {
  padding: 1em;
}
#search-overlay input[type="text"]::-webkit-input-placeholder {
  color: #b2917c;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  #search-overlay input[type="text"]::-webkit-input-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
#search-overlay input[type="text"]:-moz-placeholder {
  color: #b2917c;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  #search-overlay input[type="text"]:-moz-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
#search-overlay input[type="text"]::-moz-placeholder {
  color: #b2917c;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  #search-overlay input[type="text"]::-moz-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
#search-overlay input[type="text"]:-ms-input-placeholder {
  color: #b2917c;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  #search-overlay input[type="text"]:-ms-input-placeholder {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
.sc #search-overlay input[type="text"] {
  background: #f7f3eb;
}
#search-overlay input[type="submit"] {
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #search-overlay input[type="submit"] {
    padding: 1em 0;
  }
}
.container {
  background: #efe9d9;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.container.overlay-open {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/*search-overlay*/
/*
|--------------------------------------------------------------------------
| Suche
|--------------------------------------------------------------------------
*/
.searchresults {
  margin: auto;
  max-width: 800px;
}
.searchresults form {
  margin: 2em 0 3em;
}
.searchresults label {
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
.searchresults input[type="text"] {
  padding: 1em;
}
.sc .searchresults input[type="text"] {
  background: #f7f3eb;
}
.searchresults input[type="submit"] {
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .searchresults input[type="submit"] {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1000px) {
  .searchresults input[type="submit"] {
    padding: 1em 0;
  }
}
.searchresults .pagina {
  font-size: 0.75em;
  line-height: 1.625em;
  margin: 4em 0 2em;
}
.searchresults .pagina .bottom {
  margin-top: 0;
  padding-top: 2em;
}
.searchresults .pagina span {
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 2em;
}
.searchresults .pagina span.nav {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
.searchresults .pagina span.nav a {
  display: inline-block;
}
@media screen and (max-width: 450px) {
  .searchresults .pagina span.treffer {
    display: none;
  }
}
.searchresults .searchresults-list {
  margin: 0;
}
.searchresults .searchresults-list .searchresults-head {
  margin-top: 0.5em;
}
.searchresults .searchresults-list p {
  text-align: center;
}
.searchresults .searchresults-list a {
  text-decoration: none !important;
}
.searchresults .searchresults-list li {
  display: block;
  list-style: none;
}
.searchresults .searchresults-list li a {
  border-bottom: 1px solid #d4c1b6;
  display: block;
  padding: 1em 1em 2em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  .searchresults .searchresults-list li a {
    padding: 1em 2em 2em;
  }
}
.searchresults .searchresults-list li a:hover {
  background-color: #d4c1b6;
}
.sc .searchresults .searchresults-list li a:hover {
  background: #f7f3eb;
}
.searchresults .searchinfo {
  text-align: center;
}
.searchresults .new-search {
  margin: 3em 0;
}
/*search*/
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before, .mm-next:after, .mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle, input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after, .mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after, .mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after, .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after, .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after, .mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li, .mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after, .mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s, .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l, .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span, .mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next, .mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
/* Customized */
/*mmenu*/
.mm-menu {
  background: #efe9d9;
  border-color: rgba(0, 0, 0, 0.1);
  color: #4e3a2e;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #4e3a2e;
}
.mm-menu > .mm-navbar {
  background: #efe9d9;
}
.mm-menu .mm-navbar-top {
  background: url("/_layout/img/logo_stadtcafe-bad-rodach.png") no-repeat 2em center, #4e3a2e;
  background-size: 25%;
  font: 400 100%/1.625em "EB Garamond", Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 80px;
  line-height: 1.2em;
  margin: 0;
  text-align: left;
  text-indent: -9999px;
}
.mm-menu .mm-navbar.mm-hasbtns {
  padding: 0 2em;
}
/*
@media screen and (min-width:330px){
	.mm-menu .mm-navbar-top { background-size:40%; }
}

@media screen and (min-width:370px){
	.mm-menu .mm-navbar-top { background-size:35%; }
}

@media screen and (min-width:425px){
	.mm-menu .mm-navbar-top { background-size:30%; }
}
*/
.mm-navbar .mm-btn:last-child {
  padding: 0;
  right: 0.5em;
  top: 0.5em;
}
.mm-close:after {
  color: #efe9d9;
  content: "Q";
  display: block;
  font: 400 100%/1.625em "verde", Helvetica, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 1em;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu .mm-navbar-bottom .menu-2nd {
  background: #4e3a2e;
  color: #efe9d9;
  display: inline-block;
  font: 400 100%/1.625em "EB Garamond", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 50%;
}
.mm-menu > .mm-panel {
  padding: 0 20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 0;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 80px;
}
.mm-menu li.active a, .mm-menu li.active span {
  color: #923141;
}
.mm-menu li.active .mm-listview li a, .mm-menu li.active .mm-listview li span {
  color: #4e3a2e;
}
.mm-menu li.active .mm-listview li.active a, .mm-menu li.active .mm-listview li.active span {
  color: #923141;
}
.mm-menu li.active .mm-listview li.active .mm-listview li a, .mm-menu li.active .mm-listview li.active .mm-listview li span {
  color: #4e3a2e;
}
.mm-menu li.active .mm-listview li.active .mm-listview li.active a, .mm-menu li.active .mm-listview li.active .mm-listview li.active span {
  color: #923141;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: rgba(0, 0, 0, 0.2);
}
.mm-menu .mm-nolistview > li > a, .mm-menu .mm-nolistview > li > span {
  display: block;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  padding: 0.75em 0;
  text-transform: uppercase;
}
.mm-menu .mm-listview {
  margin-bottom: 0.875em;
  border-color: rgba(0, 0, 0, 0.25);
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  padding: 1em;
  text-transform: uppercase;
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .dropdown .mm-listview {
  margin-bottom: 0.875em;
}
.mm-menu .dropdown .mm-listview > li > a, .mm-menu .dropdown .mm-listview > li > span {
  font-size: 0.75em;
}
/*mmenu-customized*/
/* Slider */
.slick-slider {
  height: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slider-fullscreen .slick-list {
  height: 100%;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slider-fullscreen .slick-track {
  height: 100%;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slider-fullscreen .slick-slide {
  background-position: center;
  background-size: cover !important;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*slick*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 2em;
  width: 2em;
  line-height: 0px;
  font-size: 1em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "verde";
  font-size: 20px;
  line-height: 1;
  color: #923141;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.slider-fullscreen-container .slick-prev, .slider-fullscreen-container .slick-next {
  height: 100%;
  width: 4em;
}
@media screen and (min-width: 1000px) {
  .slider-fullscreen-container .slick-prev:before, .slider-fullscreen-container .slick-next:before {
    font-size: 2em;
  }
}
.slick-prev {
  left: -2em;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -2em;
}
.slick-prev:before {
  content: "E";
}
[dir="rtl"] .slick-prev:before {
  content: "F";
}
.slider-fullscreen-container .slick-prev {
  display: none;
}
@media screen and (min-width: 920px) {
  .slider-fullscreen-container .slick-prev {
    display: block;
    left: 2em;
  }
}
@media screen and (min-width: 1400px) {
  .slider-fullscreen-container .slick-prev {
    left: 3em;
  }
}
.slick-next {
  right: -2em;
}
[dir="rtl"] .slick-next {
  left: -2em;
  right: auto;
}
.slick-next:before {
  content: "F";
}
[dir="rtl"] .slick-next:before {
  content: "E";
}
.slider-fullscreen-container .slick-next {
  display: none;
}
@media screen and (min-width: 920px) {
  .slider-fullscreen-container .slick-next {
    display: block;
    right: 2em;
  }
}
@media screen and (min-width: 1400px) {
  .slider-fullscreen-container .slick-next {
    right: 3em;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -1em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .slick-dots li {
    height: 20px;
    width: 20px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-fullscreen-container .slick-dots li button:before {
  color: black;
}
.slick-dots li.slick-active button:before {
  color: #923141;
  opacity: 0.5;
}
.slider-fullscreen-container .slick-dots li.slick-active button:before {
  color: #923141;
}
.slider-fullscreen-container .slick-dots {
  bottom: 4em;
}
@media screen and (orientation: portrait) and (max-height: 650px) {
  .slider-fullscreen-container .slick-dots {
    bottom: 4em;
  }
}
@media screen and (min-height: 650px) {
  .slider-fullscreen-container .slick-dots {
    bottom: 5em;
  }
}
@media screen and (min-width: 600px) {
  .slider-fullscreen-container .slick-dots {
    bottom: 5em;
  }
}
@media screen and (min-width: 1000px) {
  .slider-fullscreen-container .slick-dots {
    bottom: 145px;
  }
}
/*slick-theme*/
/*
|--------------------------------------------------------------------------
| Contact Form
|--------------------------------------------------------------------------
*/
.formular {
  margin-top: 3em;
}
@media only screen and (min-width: 600px) {
  .formular {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .formular {
    margin-top: 0.5em;
  }
}
#contact-form .columns {
  margin-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  #contact-form .columns {
    padding-left: 0;
  }
  .formular.push #contact-form .columns {
    padding-left: 1em;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .formular.push #contact-form .columns {
    padding-left: 2em;
  }
}
@media screen and (max-width: 599px) {
  #contact-form .columns.plz {
    padding-right: 0;
  }
}
#contact-form input[type="submit"] {
  margin: 0.5em 0 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #contact-form input[type="submit"] {
    padding: 1em 0;
  }
}
#contact-form label.gender_lb:first-child {
  margin-right: 1em;
}
.frm-success {
  border: 1px solid #4e3a2e;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 2em;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.frm-success .frm-success-head {
  color: #4e3a2e;
  margin-top: 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .frm-success .frm-success-head {
    padding: 0;
    text-align: left;
  }
}
/*form*/
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  background: url(""), #4e3a2e;
  color: #efe9d9;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .footer-main {
    min-height: 18em;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-main {
    min-height: 14em;
  }
}
.footer-main .wrapper {
  padding-bottom: 1em;
  padding-top: 2em;
}
.footer-main .columns {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .footer-main .columns {
    text-align: left;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .footer-main .footer-nav {
    padding-left: 11vw;
  }
}
.footer-main .footer-nav li {
  list-style: none;
}
.footer-main .footer-nav li a {
  display: block;
  font: 400 100%/1.2em "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 0.325em 0;
  text-transform: uppercase;
}
.footer-main .footer-nav li a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 600px) {
  .footer-main .footer-logo {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-main .footer-logo {
    text-align: left;
  }
}
.footer-main .footer-logo img {
  height: auto;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
  max-width: 170px;
}
@media only screen and (min-width: 600px) {
  .footer-main .footer-logo img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer-main .footer-address {
    padding-left: 7vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer-main .footer-address {
    padding-left: 10vw;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-main .footer-address {
    padding-left: 2em;
  }
}
.footer-main .btn2nd.icon-facebook {
  border: 1px solid #efe9d9;
  height: auto;
  margin-top: 2em;
  padding: 0.15em 1em 0.25em 3em;
  text-align: left;
  text-indent: initial;
  width: auto;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .footer-main .btn2nd.icon-facebook {
    padding: 0.15em 0 0.25em 0;
    text-indent: -9999px;
  }
}
.footer-main .btn2nd.icon-facebook:before {
  font-size: 1.25rem;
  left: 0.5em;
  top: 0.2em;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .footer-main .btn2nd.icon-facebook:before {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.footer-main .btn2nd.icon-facebook:after {
  display: none;
}
.footer-bottom {
  color: #b2917c;
  font-size: 0.875em;
  line-height: 1.4;
  text-align: center;
}
.footer-bottom .wrapper {
  padding-bottom: 1em;
  padding-top: 1.5em;
}
@media screen and (min-width: 800px) {
  .footer-bottom .wrapper {
    padding-top: 0.5em;
    padding-bottom: 2em;
  }
}
.footer-bottom ul {
  display: inline-block;
}
.footer-bottom ul li {
  display: inline-block;
}
.footer-bottom ul li:first-child {
  display: block;
}
@media screen and (min-width: 600px) {
  .footer-bottom ul li:first-child {
    display: inline-block;
  }
}
.footer-bottom ul li a {
  display: block;
  padding: 0.25em 0.5em;
}
/*footer*/
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*helper*/
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  /*    a[href]:after {
	content: " (" attr(href) ")";
}*/
  /*    abbr[title]:after {
	content: " (" attr(title) ")";
}*/
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
