@charset "UTF-8";
/* bebas-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/bebas-neue-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pathway-gothic-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Pathway Gothic One";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/pathway-gothic-one-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bh, noscript p {
  margin: 10px auto;
  background: #FFDDDD;
  color: #000;
  border: 1px dotted #FF0000;
  padding: 10px;
  text-align: center;
  width: 600px;
  display: block;
}

.error {
  color: #ff0000;
}

.border {
  border: 2px solid red;
}

/* start img handling */
.lazyload_opacity.lazyload, .lazyload_opacity.lazyloading {
  opacity: 0;
}
.lazyload_opacity.lazyloaded {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}

.lazyload img,
.lazyloading img {
  opacity: 0;
  transform: translateY(50px);
}

.lazyloaded img {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s;
}

.ce-gallery figcaption {
  display: block;
}

.img-placeholder {
  background: url(../Images/loader.gif) 50% 50% no-repeat;
  min-height: 40px;
  min-width: 40px;
  margin: auto;
  display: block;
}
.img-placeholder img {
  max-width: 100%;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.no-load {
  min-width: 100px;
  min-height: 100px;
}

.sc {
  background: url(../Images/loader.gif) 50% 50% no-repeat;
  background-size: 100% 100%;
  min-width: 25px;
  min-height: 25px;
  outline: none;
  border: none;
}
.sc .img-responsive {
  background: none;
}
.no-js .sc {
  display: none !important;
  background: none;
}

.unlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce-gallery, .ce-column {
  max-width: 100%;
}

/* adjust margins according to grid */
.ce-row {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
}

.ce-column {
  padding: 0 30px;
  margin: 0 0 60px;
}

.ce-intext.ce-right .ce-gallery {
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

.ce-intext.ce-left .ce-gallery {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.ce-gallery figure {
  display: block;
}

figure.table {
  margin-inline: 0;
}
figure.table tr {
  margin: 10px 0;
}
figure.table td:first-child {
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  .ce-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  .ce-column {
    padding: 0 20px;
    margin: 0 0 40px;
  }
  .ce-intext.ce-right .ce-gallery {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
}
/* max column widths */
.ce-row-2 .ce-column {
  max-width: 50%;
}

.ce-row-3 .ce-column {
  max-width: 33.333%;
}

.ce-row-4 .ce-column {
  max-width: 25%;
}

.ce-row-5 .ce-column {
  max-width: 20%;
}

.ce-row-6 .ce-column {
  max-width: 16.666%;
}

.ce-row-7 .ce-column {
  max-width: 14.285%;
}

.ce-row-8 .ce-column {
  max-width: 12.5%;
}

.ce-row-2 .ce-column:nth-child(2n+3),
.ce-row-3 .ce-column:nth-child(3n+4),
.ce-row-4 .ce-column:nth-child(4n+5),
.ce-row-5 .ce-column:nth-child(5n+6),
.ce-row-6 .ce-column:nth-child(6n+7),
.ce-row-7 .ce-column:nth-child(7n+8),
.ce-row-8 .ce-column:nth-child(8n+9) {
  clear: left;
}

.ce-intext .ce-gallery {
  max-width: 50%;
}

.ce-intext .ce-notext.ce-gallery {
  max-width: 100%;
}

/* weird IE bug??*/
.is-IE .ce-outer, .is-IE .ce-inner, .is-IE .ce-column, .is-IE figure.image {
  width: 100%;
}

.is-IE .ce-gallery {
  width: 100%;
}

figure.image img {
  max-width: 100%;
}

.ce-row-1 img {
  width: auto;
}

.ce-notext.ce-gallery {
  margin-bottom: 0;
}

.ce-notext .ce-row:last-child .ce-column {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .ce-intext .ce-gallery {
    max-width: 50%;
  }
  .ce-intext .ce-notext.ce-gallery {
    max-width: 100%;
  }
  .ce-row-5 .ce-column,
  .ce-row-6 .ce-column,
  .ce-row-7 .ce-column,
  .ce-row-8 .ce-column {
    max-width: 25%;
  }
  .ce-row-5 .ce-column:nth-child(5n+6),
  .ce-row-6 .ce-column:nth-child(6n+7),
  .ce-row-7 .ce-column:nth-child(7n+8),
  .ce-row-8 .ce-column:nth-child(8n+9) {
    clear: none;
  }
  .ce-row-5 .ce-column:nth-child(4n+5),
  .ce-row-6 .ce-column:nth-child(4n+5),
  .ce-row-7 .ce-column:nth-child(4n+5),
  .ce-row-8 .ce-column:nth-child(4n+5) {
    clear: left;
  }
  .grid-wrap .ce-row-3 .ce-column,
  .grid-wrap .ce-row-4 .ce-column,
  .grid-wrap .ce-row-5 .ce-column,
  .grid-wrap .ce-row-6 .ce-column,
  .grid-wrap .ce-row-7 .ce-column,
  .grid-wrap .ce-row-8 .ce-column {
    max-width: 50%;
  }
  .grid-wrap .ce-row-3 .ce-column:nth-child(3n+4),
  .grid-wrap .ce-row-4 .ce-column:nth-child(4n+5) {
    clear: none;
  }
  .grid-wrap .ce-row-3 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-4 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-5 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-6 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-7 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-8 .ce-column:nth-child(2n+3) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .ce-gallery, .ce-intext .ce-gallery, .ce-left .ce-gallery, .ce-right .ce-gallery, .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ce-gallery .image, .ce-gallery img {
    width: 100%;
    max-width: 100%;
  }
  .ce-outer, .ce-inner, .ce-column, figure.image, figure.image img {
    max-width: 100%;
    width: auto;
  }
  .ce-row-2 .ce-column,
  .ce-row-3 .ce-column,
  .ce-row-4 .ce-column,
  .ce-row-5 .ce-column,
  .ce-row-6 .ce-column,
  .ce-row-7 .ce-column,
  .ce-row-8 .ce-column {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 320px) {
  .ce-row-2 .ce-column,
  .ce-row-3 .ce-column,
  .ce-row-4 .ce-column,
  .ce-row-5 .ce-column,
  .ce-row-6 .ce-column,
  .ce-row-7 .ce-column,
  .ce-row-8 .ce-column {
    max-width: 100% !important;
  }
}
/*svg*/
body .svg-100 {
  width: 100px;
}

body .svg-200 {
  width: 200px;
}

body .svg-300 {
  width: 300px;
}

body .svg-400 {
  width: 400px;
}

body .svg-500 {
  width: 500px;
}

body .svg-600 {
  width: 600px;
}

body .svg-700 {
  width: 700px;
}

body .svg-800 {
  width: 800px;
}

body .svg-900 {
  width: 900px;
}

body .svg-1000 {
  width: 1000px;
}

body .svg-1100 {
  width: 1100px;
}

body .svg-1200 {
  width: 1200px;
}

body .svg-1300 {
  width: 1300px;
}

body .svg-1400 {
  width: 1400px;
}

body .svg-1500 {
  width: 1500px;
}

body .svg-1600 {
  width: 1600px;
}

body .svg-1700 {
  width: 1700px;
}

body .svg-1800 {
  width: 1800px;
}

body .svg-1900 {
  width: 1900px;
}

body .svg-2000 {
  width: 2000px;
}

/* end img handling */
/* video handling

.ce-gallery iframe {
  max-width:100%;
}
*/
.frame-media-210 .ce-intext.ce-left .ce-gallery,
.frame-media-210 .ce-intext.ce-right .ce-gallery,
.frame-media-210 .ce-gallery,
.frame-media-210 .ce-gallery figure,
.frame-media-210 .ce-column,
.frame-media-210 .ce-outer,
.frame-media-210 .ce-inner {
  position: static;
  float: none;
  display: block;
  margin: 0;
  max-width: 100%;
}
.frame-media-210 .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.frame-media-210 .video-embed iframe, .frame-media-210 .video-embed object, .frame-media-210 .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame-media-420 .ce-row-1 img, .frame-media-420 .ce-row-1 .ce-column {
  width: 100%;
  min-width: 100%;
}

.image-caption {
  font-size: 1.15rem;
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ce-center .ce-outer, .ce-center .ce-inner {
    float: none;
    position: static;
  }
  .ce-row-1 .ce-column {
    float: none;
  }
  .ce-gallery .ce-row-1 figure {
    display: block;
  }
  .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .video-embed iframe, .video-embed object, .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* Slider presets */
.swiper-container {
  position: relative;
}
.swiper-container figure, .swiper-container iframe {
  margin: 0;
  border: none;
}
.swiper-container img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-container .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.swiper-container .video-embed iframe, .swiper-container .video-embed object, .swiper-container .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in;
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
  color: rgba(255, 255, 255, 0.8);
}

.swiper-slide {
  text-align: center;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 5px;
  background: rgba(89, 44, 17, 0.4);
  border-radius: 20px;
}
#mainslider .swiper-horizontal > .swiper-pagination-bullets, #mainslider .swiper-pagination-bullets.swiper-pagination-horizontal, #mainslider .swiper-pagination-custom, #mainslider .swiper-pagination-fraction {
  background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in;
}
.swiper-pagination-bullet:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

#mainslider {
  clear: both;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  line-height: 1.9;
  font-weight: 300;
  /*  .pid-1 &:before {
      @include pseudo();
      background: url(../Images/gartenland-schmitt-logo_rund_weiß.svg) no-repeat center center;
      background-size: 100% auto;
      left: 33%;
      right: 33%;
      top: 15%;
      bottom: 15%;
      -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .8));
      filter: drop-shadow(0 0 8px rgba(0, 0, 0, .8));
      z-index: 2;
    }*/
}
@media only screen and (max-width: 1279px) {
  #mainslider {
    max-height: none;
  }
}
#mainslider video {
  width: 100%;
}
#mainslider .frame-type-textmedia {
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 70px;
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 15%;
  z-index: 2;
}
@media only screen and (max-width: 1779px) {
  #mainslider .frame-type-textmedia {
    bottom: 5%;
  }
}
@media only screen and (max-width: 1479px) {
  #mainslider .frame-type-textmedia {
    bottom: 0;
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 1279px) {
  #mainslider .frame-type-textmedia {
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  #mainslider .frame-type-textmedia {
    padding: 20px;
  }
}
#mainslider .frame-type-textmedia h1 {
  font-weight: 400;
}
#mainslider .button-link {
  font-size: 1.1rem;
  font-weight: 400;
}
#mainslider .slider-content {
  position: absolute;
  width: 90%;
  max-width: 500px;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
#mainslider .slider-content > span {
  display: inline-block;
  padding: 20px;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.9));
}
@media only screen and (max-width: 767px) {
  #mainslider .swiper-pagination {
    display: none;
  }
}

/* opening times */
.opening-table {
  /*margin: auto;*/
}
.opening-table th, .opening-table td {
  border: 1px solid #AAA;
  padding: 5px;
}
.opening-table th {
  background: #592c11;
  color: #fff;
}
.opening-table td {
  /*background: $lightgrey;*/
}

/* 4 tile slider */
.frame-media-320 img, .frame-media-330 img {
  border-radius: 100%;
  overflow: hidden;
}
.frame-media-320 .image-caption a, .frame-media-330 .image-caption a {
  color: rgb(35, 31, 32);
  padding-top: 5px;
  font-size: 1.2rem;
}
.frame-media-320 .swiper-slide:hover a img, .frame-media-330 .swiper-slide:hover a img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.frame-media-320 .swiper-slide:hover .image-caption a, .frame-media-330 .swiper-slide:hover .image-caption a {
  color: #592c11;
  font-weight: 600;
}
.frame-media-320 .swiper-container, .frame-media-330 .swiper-container {
  padding-bottom: 40px;
}
.frame-media-320 .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .frame-media-320 .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .frame-media-320 .swiper-container .swiper-pagination-custom, .frame-media-320 .swiper-container .swiper-pagination-fraction, .frame-media-330 .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .frame-media-330 .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .frame-media-330 .swiper-container .swiper-pagination-custom, .frame-media-330 .swiper-container .swiper-pagination-fraction {
  background: none;
  padding: 0;
  bottom: 0;
}
.frame-media-320 .swiper-container .swiper-pagination-bullet, .frame-media-330 .swiper-container .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.5);
}
.frame-media-320 .swiper-container .swiper-button-prev,
.frame-media-320 .swiper-container .swiper-button-next, .frame-media-330 .swiper-container .swiper-button-prev,
.frame-media-330 .swiper-container .swiper-button-next {
  color: #592c11;
}
@media only screen and (max-width: 767px) {
  .frame-media-320 .swiper-wrapper, .frame-media-330 .swiper-wrapper {
    display: block;
  }
  .frame-media-320 .swiper-slide, .frame-media-330 .swiper-slide {
    margin-bottom: 30px;
  }
  .frame-media-320 .swiper-slide:hover a img, .frame-media-330 .swiper-slide:hover a img {
    filter: none;
  }
}

.frame-media-330 img {
  border-radius: 0;
}

/************* main */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgb(248, 244, 237);
  color: #592c11;
  font: 18px "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1279px) {
  html, body {
    font-size: 16px;
  }
}

a {
  color: #592c11;
  text-decoration: none;
}

.page-wrapper {
  max-width: 1600px;
  padding: 0 30px;
  background: rgb(248, 244, 237);
  margin: auto;
}
@media only screen and (max-width: 1480px) {
  .page-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper {
    padding: 0 10px;
  }
}
.page-wrapper > header {
  position: relative;
  z-index: 1;
}
.page-wrapper > main {
  clear: both;
  position: relative;
  z-index: 2;
}

#top-bar {
  padding: 20px 0 10px;
  text-align: right;
}
#top-bar i {
  color: #592c11;
  font-size: 1.3em;
}
#top-bar .closed i {
  color: darkred;
}
@media only screen and (max-width: 767px) {
  #top-bar {
    padding: 10px 0 20px;
    text-align: center;
  }
}

#top-bar-nav li {
  display: inline;
  margin-left: 15px;
  font-size: 0.9rem;
}

#nav-bar {
  position: relative;
  padding-bottom: 35px;
}

#slider-wrapper {
  position: relative;
}

#meta {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
#meta a {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #592c11;
  border-bottom: 1px solid #eee;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease-in;
}
#meta a:hover {
  background-color: #592c11;
}
#meta a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#meta li.last a {
  border: none;
}
@media only screen and (max-width: 767px) {
  #meta {
    display: none;
  }
}

#homelink {
  width: 300px;
  height: 75px;
  background: url(../Images/Logo-Ambrosius.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  text-decoration: none;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  #homelink {
    top: 27px;
  }
}
@media only screen and (max-width: 600px) {
  #homelink {
    width: 200px;
    height: 50px;
    left: 20px;
  }
}
#homelink span {
  display: none;
}

.content-full-width {
  padding: 20px 50px 20px;
  background: #fff;
  margin-top: 50px;
}
.content-full-width h2:after, .content-full-width h3:after {
  content: "";
  display: block;
  position: "static";
  z-index: 1;
  height: 2px;
  background: #592c11;
  margin: 0 auto;
}
.content-full-width--brown {
  background: #ede4d7;
}
.content-full-width--transparent {
  background: none;
}

/* toplink */
#top {
  text-decoration: none;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 15px;
  height: 55px;
  width: 50px;
  text-align: right;
  outline: none;
  color: #666;
  font-size: 30px;
}

/************* frame layouts */
div[class^=frame-layout-1],
div[class*=frame-layout-1] {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

div.frame-layout-1300 {
  max-width: 300px;
}
div.frame-layout-1450 {
  max-width: 450px;
}
div.frame-layout-1600 {
  max-width: 600px;
}
div.frame-layout-800 {
  max-width: 800px;
}
div.frame-layout-11000 {
  max-width: 1000px;
}
div.frame-layout-11200 {
  max-width: 1200px;
}

/************* text (rte styles) */
.style-1 {
  color: #592c11;
}

.style-2 {
  color: #aaa;
}
.style-2 .button-link {
  border-color: #aaa;
  background: #aaa;
}

.arrow-link:after {
  content: "\e81b";
  margin-left: 10px;
  font-family: "fontello";
}

.list-arrow {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.list-arrow li {
  display: block;
  margin-bottom: 5px;
}
.list-arrow li:before {
  content: "\e81b";
  margin-right: 10px;
  color: #592c11;
  font-family: "fontello";
}

.button-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: none;
  padding: 15px 20px;
  border: 1px solid #592c11;
  color: #592c11;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease-in;
}
.button-link.button-2:before {
  content: "\e812";
  font-family: "fontello";
  margin-right: 10px;
}
.button-link:hover {
  background: #592c11;
  color: #fff;
}
.button-link.button-3:after {
  content: "\e81d";
  font-family: "fontello";
  margin-left: 10px;
}
.button-link.button-4:after {
  content: "\f0e6";
  font-family: "fontello";
  margin-left: 10px;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-family: "Pathway Gothic One", serif;
  font-weight: 500;
  color: #592c11;
  line-height: 1.1;
}
h1:after, h2:after, h3:after {
  content: "";
  display: block;
  position: "static";
  z-index: 1;
  height: 2px;
  background: #592c11;
  margin: 0 auto;
  /*max-width: 800px;*/
}
@media only screen and (max-width: 600px) {
  h1, h2, h3 {
    font-size: 1.7rem;
  }
}
h1 + p, h2 + p, h3 + p {
  font-size: 1.8rem;
  color: #592c11;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Pathway Gothic One", serif;
  margin-top: -25px;
}
@media only screen and (max-width: 600px) {
  h1 + p, h2 + p, h3 + p {
    font-size: 1.3rem;
    margin-top: -15px;
  }
}
h1 > br, h2 > br, h3 > br {
  display: none;
}

h1.ce-headline-center {
  font-weight: 600;
}

h2, h3 {
  font-size: 2.3rem;
}
h2:after, h3:after {
  display: none;
}
@media only screen and (max-width: 600px) {
  h2, h3 {
    font-size: 1.7rem;
  }
}
h2 + p, h3 + p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  h2 + p, h3 + p {
    font-size: 1.2rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-family: "Arial";
  font-size: 1rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 0.8rem;
  }
}

.header-220, .header-320 {
  color: #fff;
}

.header-230, .header-330 {
  color: #333;
}

.header-220 span:after {
  background: #fff;
}

.ce-gallery + .ce-bodytext > h2, .ce-gallery + .ce-bodytext > h3 {
  margin-top: -3px;
}

p {
  margin: 10px 0 15px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.hidden-text {
  display: none;
}

.text-center, .ce-headline-center {
  text-align: center;
}

.text-left, .ce-headline-left {
  text-align: left;
}

.text-right, .ce-headline-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.txt-xs {
  font-size: 80%;
}

.txt-sm {
  font-size: 90%;
}

.txt-lg {
  font-size: 130%;
}

.txt-xl {
  font-size: 160%;
}

i.s2x {
  font-size: 200%;
}

i.s3x {
  font-size: 300%;
}

ul.content-list-1 {
  color: #592c11;
}
ul.content-list-1 a {
  color: #592c11;
}

.frame-110 {
  border-bottom: 1px solid #5b3a0d;
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.border-1 img {
  border: 1px solid #555;
}

.has-bg-image {
  min-height: 50px;
  background-size: cover;
}

.bg-110, .bg-120 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #592c11;
  color: #fff;
}
.bg-110 a, .bg-110 h1, .bg-110 h2, .bg-110 h3, .bg-120 a, .bg-120 h1, .bg-120 h2, .bg-120 h3 {
  color: #fff;
}
.bg-110 h2 span:after, .bg-120 h2 span:after {
  background: #fff;
}

.bg-120 {
  background: #7F7F7F;
}

.fontello {
  font-family: "fontello";
}

.indent-left {
  max-width: 80%;
  margin-left: 20%;
}

.ce-bodytext ul {
  padding-left: 20px;
}
.ce-bodytext ul li {
  margin-bottom: 10px;
}

.frame-space-before-extra-small {
  margin-top: 20px;
}

.frame-space-before-small {
  margin-top: 35px;
}

.frame-space-before-medium {
  margin-top: 50px;
}

.frame-space-before-large {
  margin-top: 75px;
}

.frame-space-before-extra-large {
  margin-top: 100px;
}

.frame-space-after-extra-small {
  margin-bottom: 20px;
}

.frame-space-after-small {
  margin-bottom: 35px;
}

.frame-space-after-medium {
  margin-bottom: 50px;
}

.frame-space-after-large {
  margin-bottom: 75px;
}

.frame-space-after-extra-large {
  margin-bottom: 100px;
}

.style-2 {
  color: #fff;
}
.style-2 .button-link {
  border-color: #fff;
  background: none;
  color: #fff;
}
.style-2 .button-link:hover {
  background: #fff;
  color: #333;
}

.overlap + div {
  padding-top: 110px;
}
.overlap > .rowwrap > div:last-child {
  margin-bottom: -110px;
}

.accordion-container {
  border-top: 1px solid #fff;
}
.accordion-container.accordion-type-1 {
  border-color: #AAA;
}
.accordion-container > div {
  border-bottom: 1px solid #fff;
}
.accordion-type-1.accordion-container > div {
  border-color: #AAA;
}

.accordion-container .ce-textpic {
  display: none;
  background: #fff;
  color: #592c11;
  position: relative;
  padding: 20px 35px;
  overflow: hidden;
}
.accordion-type-1.accordion-container .ce-textpic {
  background: #592c11;
  color: #fff;
}

.accordion-container .ce-textpic .ce-bodytext {
  position: relative;
  overflow: visible !important;
}
.accordion-container .ce-textpic .ce-bodytext:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #592c11;
  z-index: 10;
  left: -13px;
  transform: rotate(45deg);
  top: -45px;
  width: 30px;
  height: 30px;
}
.accordion-type-1.accordion-container .ce-textpic .ce-bodytext:before {
  background: #fff;
}

.accordion-container .ce-textpic.ce-nowrap .ce-bodytext {
  overflow: hidden !important;
}
.accordion-container .ce-textpic a {
  color: #592c11;
}
.accordion-type-1.accordion-container .ce-textpic a {
  color: #fff;
}

.accordion-container header h2, .accordion-container header h3, .accordion-container header h4 {
  font-size: 2rem;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
.accordion-container header h2:after, .accordion-container header h3:after, .accordion-container header h4:after {
  content: "+";
  font-weight: 200;
  /*font-family: 'fontello';*/
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
}
.accordion-container header h2 span:after, .accordion-container header h3 span:after, .accordion-container header h4 span:after {
  display: none;
}
.accordion-container .act-acc header h2:after, .accordion-container .act-acc header h3:after, .accordion-container .act-acc header h4:after {
  content: "x";
}

.tiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .tiles-container {
    display: block;
  }
}
.tiles-container > div {
  flex: calc(50% - 25px);
  padding: 10px 40px 50px;
  background: #592c11;
}
@media only screen and (max-width: 800px) {
  .tiles-container > div {
    margin-bottom: 40px;
    padding: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .tiles-container > div:last-child {
    margin-bottom: 0;
  }
}
.tiles-container h3 {
  text-transform: uppercase;
  text-align: center;
  max-width: 90%;
  margin: 20px auto;
  position: relative;
  padding-top: 80px;
  letter-spacing: 1px;
}
.tiles-container h3 i {
  position: absolute;
  opacity: 0.8;
  font-size: 55px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.slides-container-wrapper {
  position: relative;
}
.slides-container-wrapper .bx-wrapper {
  background: none;
  max-width: 1300px;
  margin: auto;
}
@media only screen and (max-width: 1480px) {
  .slides-container-wrapper .bx-wrapper {
    max-width: 900px;
  }
}
.slides-container-wrapper .frame-default {
  padding: 30px 20px;
}
.slides-container-wrapper .frame-default > div {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 2px 2px 13px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 13px 5px rgba(0, 0, 0, 0.4);
  padding: 30px;
  position: relative;
}
.slides-container-wrapper h3 {
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  letter-spacing: 1px;
  color: #592c11;
}
.slides-container-wrapper h3 i {
  position: absolute;
  opacity: 0.8;
  font-size: 90px;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.slides-container-wrapper .button-link {
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  background: #592c11;
  color: #fff;
}
.slides-container-wrapper .slides-control {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1480px) {
  .slides-container-wrapper .slides-control {
    left: 0;
  }
}
.slides-container-wrapper .slides-control i {
  text-shadow: 3px 3px 10px black;
}
.slides-container-wrapper .slides-control.slides-next {
  left: auto;
  right: 20px;
}
@media only screen and (max-width: 1480px) {
  .slides-container-wrapper .slides-control.slides-next {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .slides-container-wrapper .slides-control {
    display: none;
  }
}

.frame-type-container-testimonials {
  margin-bottom: -150px !important;
}

.testimonials-container {
  max-width: 980px;
  margin: auto;
}
.testimonials-container .testimonials-slider {
  background: #592c11;
  color: #fff;
}
.testimonials-container .testimonial {
  padding: 60px 190px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 992px) {
  .testimonials-container .testimonial {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonials-container .testimonial {
    padding: 100px 20px 120px;
    font-size: 1.1rem;
  }
}
.testimonials-container .testimonial .text {
  position: relative;
  z-index: 2;
}
.testimonials-container .testimonial:before, .testimonials-container .testimonial:after {
  content: "”";
  display: block;
  position: absolute;
  z-index: 1;
  z-index: 1;
  left: 30px;
  top: 180px;
  font-size: 400px;
  color: #592c11;
  font-family: "Bebas Neue", serif;
  line-height: 50px;
}
@media only screen and (max-width: 992px) {
  .testimonials-container .testimonial:before, .testimonials-container .testimonial:after {
    font-size: 150px;
    top: 80px;
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonials-container .testimonial:before, .testimonials-container .testimonial:after {
    left: 7%;
    top: 70px;
  }
}
.testimonials-container .testimonial:after {
  content: "“";
  left: auto;
  right: 30px;
  bottom: 40px;
  top: auto;
}
@media only screen and (max-width: 992px) {
  .testimonials-container .testimonial:after {
    bottom: 20px;
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonials-container .testimonial:after {
    right: 20px;
    bottom: 10px;
  }
}
.testimonials-container .testimonial .author {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .testimonials-container .testimonial .author {
    margin-top: 30px;
    font-size: 0.9rem;
  }
}

/************* clearfix */
.clearfix:after {
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix {
  *zoom: 1;
}

/* hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end hide from IE-mac */
/* map */
#map {
  position: relative;
  width: 100%;
  margin: auto;
  height: 700px;
}

/* form */
label, input, textarea, select {
  width: 100%;
  padding: 10px;
  border: none;
  background: #ede4d7;
  font: 1rem Arial, sans-serif;
  border-bottom: 1px solid #333;
  color: #333;
}

.altcha-label label {
  display: block;
  background: none;
  border: none;
}

form h2, main legend, main label {
  display: none;
}

form > .form-group {
  width: 32.333%;
  margin-right: 1.5%;
  float: left;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
  border-color: #000;
  color: #000;
}

.actions .btn {
  background: #333;
  color: #fff;
  border: #333;
  margin: 20px 0;
  padding: 10px;
  cursor: pointer;
}
.actions .btn:hover {
  background: #fff;
  color: #333;
}

#form-gutscheine-389-telephone-1,
#form-kontakt-12-telephone-1 {
  margin-right: 0;
}
#form-gutscheine-389-message, #form-gutscheine-389-checkbox-1, #form-gutscheine-389-textarea-2,
#form-kontakt-12-message,
#form-kontakt-12-checkbox-1,
#form-kontakt-12-textarea-2 {
  width: 100%;
  float: none;
  margin: 0;
  clear: both;
  padding-top: 20px;
}
#form-gutscheine-389-message,
#form-kontakt-12-message {
  height: 120px;
}
#form-gutscheine-389-checkbox-1,
#form-kontakt-12-checkbox-1 {
  padding-top: 10px;
}
#form-gutscheine-389-checkbox-1 label,
#form-kontakt-12-checkbox-1 label {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}
#form-gutscheine-389-checkbox-1 input,
#form-kontakt-12-checkbox-1 input {
  background: none;
  border: none;
  width: auto;
  margin-right: 15px;
}
#form-gutscheine-389-altcha-1,
#form-kontakt-12-altcha-1 {
  display: block;
  clear: both;
  width: 100%;
  float: none;
}

form .clearfix > p {
  font-size: 90%;
  clear: both;
  text-align: right;
}

/* sf-menu */
.sf-menu {
  font-family: "Pathway Gothic One", serif;
  margin-bottom: 0;
  float: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-weight: normal;
}
.sf-menu a {
  background: none;
  border: none;
  color: rgb(152, 148, 144);
  height: auto;
  line-height: 1;
  padding: 0 5px 25px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: 0.3s ease-in;
  border-bottom: 10px solid transparent;
}
.sf-menu a.active {
  font-weight: 600;
}
.sf-menu a.active, .sf-menu a:hover {
  border-color: #592c11;
  color: #592c11;
}
.sf-menu li.last a {
  margin-right: 0;
}
.sf-menu > li.sfHover a {
  border-color: #592c11;
  color: #592c11;
}
.sf-menu > li.first a {
  border-bottom: 10px solid transparent;
  color: rgb(152, 148, 144);
  font-weight: normal;
}
.sf-menu > li.first a:hover {
  border-bottom: 10px solid #592c11;
}
.pid-1 .sf-menu > li.first a {
  font-weight: 600;
  border-bottom: 10px solid #592c11;
  color: #592c11;
}
.sf-menu .social-link a {
  padding: 0 2px;
  margin-right: 0;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover {
  background: none;
}
.sf-menu ul {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 0;
}
.sf-menu ul li {
  background: none;
}
.sf-menu ul li a {
  letter-spacing: 0;
  height: auto;
  padding: 13px 15px;
  line-height: 16px;
  margin-right: 0;
  border: none;
}
.sf-menu ul li a span {
  transition: all 0.3s ease-in;
  border-bottom: 2px solid transparent;
}
.sf-menu ul ul li {
  background: #eee;
}
.sf-menu ul a.active {
  font-weight: 600;
}
.sf-menu ul a:hover, .sf-menu .sf-menu ul a.active {
  color: #592c11;
  border: none;
}
.sf-menu ul a:hover span, .sf-menu .sf-menu ul a.active span {
  border-color: #592c11;
}

#bar {
  background: #e1cdc1;
  margin-bottom: 20px;
  position: relative;
  margin-top: -10px;
  z-index: 9999;
}

#indicator {
  background: #592c11;
  height: 10px;
  width: 20px;
  transition: all 0.3s ease-in;
}

#footer-content {
  padding: 20px 0 10px;
}
#footer-content .rowwrap {
  position: relative;
}
#footer-content .rowwrap:before {
  content: "";
  display: block;
  position: static;
  z-index: 1;
  width: 400px;
  height: 125px;
  background: url(../Images/Logo-Ambrosius.webp) no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  #footer-content .rowwrap:before {
    margin: auto;
  }
}

#fnav-social {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 3rem;
}
#fnav-social li {
  display: inline;
  margin-left: -20px;
}
#fnav-social .link-76 i:before {
  color: #f2000b; /* fallback for Firefox */
  background-image: linear-gradient(35deg, #febe1d 0%, #febe1d 25%, #f2000b 50%, #c20099 75%, #c20099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fnav-social .link-75 a {
  color: rgb(24, 119, 242);
}
@media only screen and (max-width: 767px) {
  #fnav-social {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

#footer-bottom-wrapper {
  position: relative;
  padding: 10px 0;
  color: rgb(35, 31, 32);
}
#footer-bottom-wrapper:after {
  content: "© Mühlenbäckerei Ambrosius Lüxem";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 10px;
}
#footer-bottom-wrapper li {
  display: inline;
}
#footer-bottom-wrapper li:after {
  content: "";
  display: inline-block;
  width: 1px;
  background: rgb(35, 31, 32);
  margin: 0 10px;
  height: 12px;
}
#footer-bottom-wrapper li.last:after {
  display: none;
}
#footer-bottom-wrapper a {
  color: rgb(35, 31, 32);
  transition: all 0.3s ease-in;
}
#footer-bottom-wrapper a:hover {
  color: #592c11;
}

#footer-nav-wrapper {
  background: #592c11;
  border-top: 10px solid #e1cdc1;
  color: #fff;
  padding: 20px 0;
}
#footer-nav-wrapper a {
  color: #fff;
  transition: all 0.3s ease-in;
}
#footer-nav-wrapper a:hover {
  opacity: 0.75;
}
#footer-nav-wrapper .rowwrap {
  position: relative;
}

#fnav-left {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #fnav-left {
    text-align: center;
  }
}

#fnav-right {
  position: absolute;
  max-width: 500px;
  right: 30px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #fnav-right {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}
#fnav-right li {
  display: inline-block;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  #fnav-right li {
    padding-left: 0;
  }
}
#fnav-right a {
  display: block;
  width: 200px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#fnav-right a:after {
  content: "";
  display: block;
  position: "static";
  z-index: 1;
  height: 2px;
  background: #fff;
  margin-top: 3px;
}

/* sidr nav */
.page-nav-trigger {
  display: none;
}
.page-nav-trigger i {
  font-size: 30px;
}
@media only screen and (max-width: 1200px) {
  .page-nav-trigger {
    display: block;
    color: #592c11;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 99;
  }
}

#sidrnav {
  display: none;
}

.sidr {
  background: #fff;
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 999999;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
  -webkit-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
}
.sidr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidr li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.sidr a:hover {
  text-decoration: none;
}
.sidr a {
  display: block;
  float: none;
  padding: 10px 40px 10px 10px;
  font-size: 15px;
  border-bottom: 1px #592c11 solid;
  color: #592c11;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.sidr ul ul {
  background: #656565;
  display: none;
}
.sidr ul ul a {
  display: block;
  float: none;
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  border-bottom: 1px #fff solid;
  color: #fff;
  text-transform: none;
}
.sidr ul ul ul {
  background: #592c11;
  display: none;
}
.sidr ul ul ul a {
  padding: 5px 5px 7px 35px;
}

.sidr-inner {
  position: relative;
}

.has-sub {
  border-left: 1px solid #aaa;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 180%;
  width: 40px;
  color: #aaa;
}

.sub-inner {
  display: table;
  height: 90%;
  width: 100%;
}

.has-sub i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.close-nav {
  padding: 10px;
  background: #592c11;
  color: #fff;
  text-align: right;
}
.close-nav span {
  text-transform: uppercase;
  float: left;
  display: inline-block;
  padding: 5px 0 0 0;
}
.close-nav i {
  cursor: pointer;
  font-size: 200%;
}

/************* print */
@media print {
  * {
    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;
  }
  /*  show link urls */
  /*
  a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }
    */
  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
  }
}
@media only screen and (max-width: 1200px) {
  #header nav, #nav, #topnav {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .ce-notext .ce-row-1 {
    margin: 0 !important;
  }
  .ce-notext .ce-row-1 .ce-column {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  div[class^=frame-space-before], div[class*=" frame-space-before"] {
    margin-top: 20px !important;
  }
  div[class^=frame-space-after], div[class*=" frame-space-after"] {
    margin-bottom: 20px !important;
  }
  .intext-images {
    max-width: 50%;
    margin-left: 30px;
  }
  .intext-images-left {
    max-width: 50%;
  }
  #map {
    height: 350px;
  }
  form > .form-group {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/* hide for devices based on class */
@media only screen and (max-width: 767px) {
  .mobile-110 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tablet-110 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .desktop-110 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  /*retina including devices that upscale (nexus etc) */
}

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