/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
//////// ALLGEMEIN
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/

:root {
  --colorBrand1: #ad936d;
  --colorBrand2: #5d452b;
  --colorHeaderBg: #f6f4f0;
  --radius: 0;
}

@font-face {
  font-family: 'Simplifica';
  src:url('/a/f/Simplifica.ttf.woff') format('woff'),
    url('/a/f/Simplifica.ttf.svg#Simplifica') format('svg'),
    url('/a/f/Simplifica.ttf.eot'),
    url('/a/f/Simplifica.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

html * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  color: var(--colorBrand2);
  background-color: #fff;
  font-family: Univers, Akzidenz-Grotesk, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: 'Simplifica';
  letter-spacing: 0.05rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Univers, Akzidenz-Grotesk, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: 'Simplifica';
  font-size: 2rem;
  line-height: 1.5;
  margin: 1rem 0 0.5rem;
}

p {
  font-family: 'Simplifica';
  margin: 0 0 0.75rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

a {
  color: var(--colorBrand1);
/*  color: #FF4B00; */
  text-decoration: none;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: var(--colorBrand2);
}

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

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

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

/*LAYOUT*/
.container {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  min-width: 300px;
}

.header-wrapper {
  flex: 0 0 400px;
}

.content-wrapper {
  position: relative;
  flex: 80%;
  padding: 0.8rem;
  /*padding: 20px;*/
}

.content {
  font-size: 1.5rem;
  margin: 0 4rem;
}

.title {
  font-family: 'Simplifica';
  letter-spacing: 0.12rem;
  width: 100%;
  /*margin: 14.2rem auto 5.2rem auto;*/
  margin: 13.2rem auto 3rem auto;
  font-size: 5rem;
}

.subtitle {
  font-family: 'Simplifica';
  letter-spacing: 0.1rem;
  font-size: 3rem;
}

.text, .text p {
  font-family: 'Simplifica';
  width: 100%;
  margin: 1rem 0 3rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

.spacer {
  width:100%;
  /* height: variable from twig template; */
}

/* class added to p before ul with jquery in _includes/scripts. */
.no-bottom-margin {
  margin-bottom: 1rem !important;
}

.text ul li {
  font-family: 'Simplifica';
  letter-spacing: 0.08rem;
  font-size: 1.5rem;
}

.eintrag-bild {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.eintrag-bild img {
  max-width: 100%;
  /* width: auto; */
  /* height: auto; */
}

.kontaktfoto {}

.kontaktfoto img {
  max-width: 300px;
}

.gutscheinbild {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.gutscheinbild img {
  max-width: 800px;
  border: 1px solid var(--colorBrand2);
}

.kontakt-map iframe {
  border: 0;
  margin-bottom: 4rem;
}

.main-content ul, ol {
  display: block;
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0 0 0 60px;
}

.main-content li::before {
  /*content: '\2013';*/
  content: '-';
  position: absolute;
  margin-left: -30px;
}

ul li a:hover {
  text-decoration: none;  /* Inhalt unterkapitel */
}


.main-content {
  display: flex;
  flex-direction: column;
}

#main-content-wrapper {
  flex: 1 0 auto;
}


.preise-wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  /*grid-template-columns: 1fr 1fr 2.5fr 2.5fr;*/
  gap: 0.5rem 4rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.preise-item {

}

.heading {
  font-weight: bold;
}

.qualitaetslabel-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 4rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.qualitaetslabel-item {

}


footer {
  flex-shrink: 0;
}

footer .content-wrapper {
  margin-bottom: 1rem;
}

footer .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
  gap: 0.5rem 1.5rem;
  font-size: 1.2rem;
}

footer .craft {
  font-style: italic;
  padding: 0 2px;
  /*color: #d44c04;*/
}



/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
//////// LAYOUT
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/

.left, .float-left {
  display:inline-block;
  float:left
}

.align-left,
.text-left {
  text-align:left
}

.center {
  margin:0 auto
}

.align-center,
.center-text,
.text-center {
  text-align:center
}

.align-right,
.text-right {
  text-align:right
}

.right, .float-right {
  float: right;
}

.no-padding {
  padding: 0px 1rem !important;
}

.nowrap {
  white-space: nowrap;
}



/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// HEADER WITH NAVIGATION
///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/



.square {
  width: 25vh;
  height: 25vh;
  background-color: #ff652f;
  margin: 1rem;
  border-radius: var(--radius);
}

header {
  /*display: flex;*/
  position: fixed;
  min-width: 400px;
  /*flex-direction: column;
  justify-content: space-between;*/
  height: 100%;
  font-family: 'Simplifica';
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  /*padding: 20px;*/
  padding: 12px 15px 8px 15px;
  background-color: #f6f4f0;
  overflow: auto;   /* wichtig für scrolling bei kleiner fensterhöhe */
}


.logo-wrapper {
  flex: 0 0 200px;
  padding-top: 1rem;
}

.logo-wrapper img {
  display: block;
  /*margin: 0 auto;*/
  margin-left: 3rem;
  max-width: 240px;
}

nav {
  margin-left: 3rem;
  margin-top: 4rem;
}

nav .item { display: block; width: auto; }
nav .toggle { display: none; }
nav .logo { display:none; }
nav .menu li { padding: 0.4rem 0; }
nav .contact { display: block; margin-top: 2rem; font-size: 1.8rem; }


nav ul {
  list-style-type: none;
}

nav ul li {
  display: block;
}

nav ul li a {
  font-family: 'Simplifica';
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

nav ul li img {
  height: 2rem;
}

nav a:active, nav a.active {
  color: var(--colorBrand2);
}


/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// TOP BUTTON
///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/


a:active.back-to-top, a:focus.back-to-top, a:hover.back-to-top {
  color: var(--colorBrand2);
}

.arrow-up::before {
  content: '\002191\00A0\00A0';
  position: relative;
  top: -2px;
  text-decoration: none;
  display: inline-block;
}

.back-to-top {
  font-size: 1.2rem;
  background: white;
  position: fixed;
  bottom: 20px;
  right: 40px;
  padding: 0.6rem 1.2rem;
  z-index: 9999;
}


/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// COLORS
///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/

.color_1 {
  color: var(--colorBrand2);
  /* Über uns */
  border-color: var(--colorBrand2);
}

.color_2 {
  color: var(--colorBrand1);
  /* Über uns */
  border-color: var(--colorBrand1);
}

.bg-color_1 {
  background-color: var(--colorBrand2);
  /* Über uns */
}

.bg-color_2 {
  background-color: var(--colorBrand1);
  /* Über uns */
}

.bot-color_1 {
  border-bottom: 1px solid var(--colorBrand2);
}

.bot-color_2 {
  border-bottom: 1px solid var(--colorBrand1);
}



/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// MEDIA QUERIES
///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1420px) {

  .title {
    font-size: 4rem;
    /*margin: 3.5rem auto 6.8rem auto;*/
    margin: 15rem auto 3rem auto;
  }

  .subtitle {
    font-size: 2.5rem;
  }

  .text, .text p {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
  }

  .preise-wrapper {
    display: block;
    margin: 2rem 0;
  }

  .heading {
    display: none;
  }

  .preise-bei {
    margin-bottom: 1.5rem;
  }

  .gutscheinbild img {
    width: 90%;
  }

}

@media screen and (max-width: 900px) {

  body {
    font-size: 1.4rem;
  }

  .container {
    flex-wrap: wrap;
    height: auto;
  }

  header {
    position: relative;
    font-size: 1.5rem;
    min-width: 300px;
  }

  .header-wrapper {
    flex: 100%;
    /*height: 35%;*/
    /*height: 100%;*/
  }

  .logo-wrapper {
    /*flex: 0 0 100px;*/
    display: none;
  }

  .logo-wrapper img {
    margin-left: 1rem;
    max-width: 220px;
  }

  nav {
    /* margin: 0; */
    margin-top: 0;
    /* margin-left: 0.5rem; */
    margin-left: 0;
    margin-bottom: 0.5rem;
  }

  nav ul li img {
    display: inline;
    vertical-align: middle;
  }

  nav ul li a {
    font-size: 1.5rem;
  }

  nav .logo {
    flex: 1;
  }

  nav .logo a {
    padding: 8px;
  }

  nav .toggle {
    flex: 1;
    text-align: right;
    padding-right: 0.5rem;
  }

  nav .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  nav .menu li {
    padding: 0.1rem 0;
  }

  nav .menu li:nth-of-type(3) {
    padding-top: 1.2rem;
  }

  nav .menu li.toggle, nav .menu li.toggle a, nav .menu li.toggle a i {
    vertical-align: middle;
  }

  nav .menu li.toggle a {
    padding: 8px;
  }

  nav .item {
    width: 100%;
    margin-left: 0.5rem;
    display: none;
  }

  nav .item.active {
    display: block;
  }

  nav .logo, nav .toggle {
    /*margin-bottom: 1rem;*/
    margin-bottom: 0rem;
    display: block;
  }

  nav .contact {
    font-size: 1.5rem;
  }

  .content-wrapper {
    flex: 50%;
    /*height: 65%;*/
    /* height: 100%; */
  }

  .content {
    font-size: 1.4rem;
    margin: 0 1rem;
  }

  .title {
    margin: 1.5rem auto 1.5rem auto;
    font-size: 2rem;
    font-weight: bold;
  }

  .subtitle {
    font-size: 1.8rem;
  }

  .text, .text p {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .text ul li {
    font-size: 1.4rem;
  }

  /* adjustments for lists on mobile */
  .main-content ul, ol {
    padding: 0 0 0 40px;
    line-height: 1.3;
  }
  
  .main-content li::before {
    margin-left: -24px;
  }

  .eintrag-bild {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .kontakt-map iframe {
    margin-bottom: 0.5rem;
  }

  .gutscheinbild img {
    width: 90%;
  }

  footer .content-wrapper {
    margin-bottom: 0;
  }

  .ln-single {
    flex: 1 1 90%;
  }

  .back-to-top {
    bottom: 12px;
    right: 12px;
  }

}

@media screen and (max-width: 600px) {

  .gutscheinbild img {
    width: 100%;
  }

  .kontakt-map iframe {
    height: 400px;
  }

}

@media screen and (max-width: 480px) {

  .container {
    min-width: 300px;
  }

  .content-wrapper {
    min-width: 300px;
  }

  .kontaktfoto img {
    width: 260px;
  }

  .gutscheinbild {
    margin-bottom: 1.5rem
  }


}