@charset "UTF-8";
.cookiebite {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2000;
}
.cookiebite a img {
  width: 40px;
  filter: opacity(0.7);
}
.cookiebite a img:hover {
  filter: opacity(1);
}

h1 h2 h3 {
  font-family: "PT Sans", sans-serif;
  font-size: 2.5rem;
}
main .section .bildergalerie {
  position: relative;
  width: 95%;
  max-width: 940px;
  padding-left: 0;
  padding-right: 0; 
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
main .section .bildergalerie img {
  max-width: 100%;
}
h6 {
  color: #95132f;
  font-size: 1rem;
}

text {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

a {
  text-decoration: none;
  color: #95132f;
}

.spacer {
  height: 40px;
  width: 100%;
  max-width: 40px;
}

.bigspacer {
  height: 80px;
}

.fließtext {
  line-height: 200%;
}

/*
header{
    &.Navbar{
        &#menu:target {
            .open {
                display:none;
            }
            .close{
                display:block;
            }
            nav {
                display:block;
            }
            .moebel {
                display: none;
            }
        }
        .open {
            display:block;
        }
        padding-bottom: 20px;
        .flexbox{
                display: flex;
                align-content: flex-start;
                justify-content: space-between;
        }
        .abstandoben{
            padding-top: 60px;
        }
        .container{
            width: 100%;
            max-width: 940px;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: auto;
            margin-right: auto;
            .Brand{
                float: left;
                .Logo{
                    width: 400px;
                    max-width: 100%;
                }
            }
            .navmenu{
                margin-top: 20px;
                display: flex;
                float: right;
                ul{
                    padding: 0 0 0 0;
                    li {
                        position: relative;
                        float: left;
                        a{
                            position: relative;
                            float: left;
                            padding: 20px;
                            display: block;
                            color: grey;
                            &:hover {
                            color: $mainblue;
                            }
                        }
                    }
                }
            }
            .burgerbutton{
                float: right;
                display: none;
            }
        }
    }
}
*/
header {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0px 0px 0px;
  border-bottom: solid 2px #95132f;
  z-index: 999;
  top: 0;
}
header .logo {
  width: 100%;
}
header .logo a {
  width: 150px;
  margin: 0 auto;
}
header .logo a img {
  width: 100%;
}
header a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding-bottom: 10px;
}
header nav {
  position: relative;
  display: inline-block;
  width: 100%;
}
header nav ul {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  /* display: grid; */
  justify-items: center;
  /* grid-template-columns: 1fr 1fr; */
  /* -moz-column-gap: 150px; */
       /* column-gap: 150px; */
  padding: 0;
  display:flex;
  align-items: center;
  justify-content: center;
}
header nav ul li {
  position: relative;
  float: left;
  margin: 0 0.5em;
  transition: all 0.3s ease;
}
header nav ul li:first-of-type {
  margin-left: 0;
}
header nav ul li span {
  position: relative;
  float: left;
  top: -3px;
}
header nav ul li span::before {
  font-size: 2rem;
  color: #95132f;
}
header nav ul li a {
  color: black;
  font-size: 1.4rem;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #95132f;
}
header nav ul li .rex-current {
  color: #95132f;
  font-weight: bold;
}
header nav ul li.nopad {
  /*a {
      padding: 0 8px;
  }*/
}
header nav ul li.nopad span {
  display: none;
}
header nav.second a {
  color: #95132f;
  margin-right: 10px;
}
header nav.second a:hover {
  color: black;
}
header .open, header .close {
  position: fixed;
  float: right;
  font-size: 2rem;
  color: #95132f;
  display: none;
  top: 0;
  right: 5px;
}
header .moebel {
  position: fixed;
  right: 30px;
  top: 3px;
  width: 120px;
  height: 80px;
  background-image: url(../img/schreinerei_kuch.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.Titelwrap {
  height: 70vh;
  position: relative;
}
.Titelwrap a.button {
  background-color: #95132f;
  z-index: 2;
  color: white;
  position: absolute;
  padding: 20px;
  top: 20%;
  right: 20%;
}
.Titelwrap .titelpic {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

#rex-yform {
  padding-top: 40px;
  padding-bottom: 40px;
  color: black;
  position: relative;
}
#rex-yform form {
  width: 90%;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  accent-color: #95132f;
}
.form-inline {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  align-items: center;
  gap: 0.2rem;
}
#rex-yform form .form-group {
  display: flex;
  flex-direction: column;
}
#rex-yform form .form-group label {
  color: #95132f;
  margin-top: 1rem;
}
#rex-yform form .form-group input, #rex-yform form .form-group textarea, #rex-yform form .form-group select {
  border: 1px solid #95132f;
  padding: 0.5rem 1rem;
  resize: none;
  border-radius: 0.5rem;
  background-color: white;
  accent-color: #95132f;
}
#rex-yform form .form-group input:focus, #rex-yform form .form-group textarea:focus, #rex-yform form .form-group select:focus {
  border: 1px solid #95132f;
  background-color: rgba(149, 19, 47, 0.2);
}
#rex-yform form .formcheckbox {
  margin-top: 1rem;
}
#rex-yform form button {
  background-color: #95132f;
  color: white;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  border: none;
  border-radius: 0.5rem;
}
#rex-yform form button:hover {
  opacity: 0.7;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  color: black;
  position: relative;
  /*&:nth-of-type(even){
      background-color: $mainblue;
      color: $white;
      h1, h2, h3{
          color: $white;
      }
      .container{
          .rechtespalte{
              ul{
                  list-style-image: url(../img/tint_white.png);
              }
          }
      }
  }*/
}
.section.speise h2 {
  text-align: center;
  grid-column: 1/3;
}
.section.speise .speisecard a img {
  width: 100%;
}
.section.red {
  background-color: #95132f;
  color: white;
}
.section.red h1, .section.red h2, .section.red h3 {
  color: white;
}
.section.red a {
  color: white;
  text-decoration: underline;
}
.section.zwei {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  padding: 0;
}
.section.zwei .linkespalte {
  float: left;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
}
.section.zwei .rechtespalte {
  float: right;
  position: relative;
}
.section.zwei .text {
  padding: 0 40px;
  text-align: center;
  background-color: rgb(247, 247, 247);
  padding: 10px 40px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.section.zwei .text.grafikabstand {
  padding-bottom: 250px;
}
.section.zwei .text img {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: -100px;
  padding-left: 60px;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.section.zwei a.bilder {
  width: 100%;
  display: inline-block;
  height: 100%;
}
.section.zwei a.bilder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section h1, .section h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 2.5rem;
  color: #95132f;
}

.section h3 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.5em;
  color: black;
}
.section .kategorien {
  display: flex;
  justify-content: space-evenly;
}
.section .kategorien .kategorie {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .kategorien .kategorie h3 {
  color: black;
}
.section .kategorien .kategorie .bild {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #95132f;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .kategorien .kategorie .bild img {
  width: 70%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section .rohrobenlinks {
  width: 45%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section .rohruntenrechts {
  width: 20%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.section .flexbox {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
.section .flexbox.center {
  gap: 20px;
}
.section .wrapper {
  position: relative;
  float: left;
  width: 90%;
  min-height: 80vh;
  padding: 10vh 5%;
  text-align: center;
}
.section .wrapper .h1gal {
  font-size: 40pt;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  color: white;
}
.section .wrapper .galery {
  display: inline-block;
  position: relative;
}
.section .wrapper .galery a {
  position: relative;
  float: left;
}
.section .wrapper .bildweitlinks {
  display: inline-block;
  margin: 0 0 75px 0;
}
.section .wrapper .bildweitlinks a {
  position: relative;
  float: left;
}
.section .wrapper .bildweitlinks .filler {
  width: 71px;
  height: 580px;
}
.section .wrapper .bildlinks {
  display: inline-block;
  margin: 0 5px 50px 5px;
}
.section .wrapper .bildlinks a {
  position: relative;
  float: left;
}
.section .wrapper .bildlinks .filler {
  width: 55px;
  height: 650px;
}
.section .wrapper .bildrechts {
  display: inline-block;
  margin: 0 5px 50px 5px;
}
.section .wrapper .bildrechts a {
  position: relative;
  float: left;
}
.section .wrapper .bildweitrechts {
  display: inline-block;
  margin: 0 0 75px 0;
}
.section .wrapper .bildweitrechts a {
  position: relative;
  float: left;
}
.section .wrapper .arrows {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 350px;
  width: 100%;
}
.section .wrapper .arrows a {
  color: white;
  width: 50%;
  text-align: left;
}
.section .wrapper .arrows a i {
  font-size: 40px;
  transition: all 0.3s ease;
  margin: 0 15px;
  text-shadow: 0px 0px 30px black;
  text-align: left;
}
.section .wrapper .arrows a .fa-chevron-left:hover:hover, .section .wrapper .arrows a .fa-chevron-right:hover {
  opacity: 0.3;
}
.section .wrapper .arrows a .fa-chevron-right {
  float: right;
}
.section .wrapper .arrows .right {
  float: right;
  text-align: right;
}
.section form {
  padding: 40px;
  max-height: unset !important;
}
.section form .button {
  border: unset;
  background-color: #95132f;
  padding: 5px 20px;
  color: white;
}
.section form label h4 {
  display: inline-block;
}
.section form input[type=checkbox] {
  margin-right: 10px;
}
.section form input[type=checkbox]:checked ~ .pswrd {
  display: block;
}
.section form .pswrd {
  display: none;
  padding: 10px;
  background-color: #f0f0f0;
}
.section form .zimmer {
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
}
.section form .zimmer h4 {
  font-size: 1.5em;
  margin: 10px 0 20px 0;
}
.section form .zimmer .bilder img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 20px;
}
.section form .zimmer .textwrap {
  position: relative;
}
.section form .zimmer .textwrap button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.section form .formpage {
  display: inline-block !important;
  filter: opacity(0.3);
  border: unset;
  background-color: #95132f;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.section form .formpage.checked {
  filter: opacity(1);
}
.section form .modus_form_selection {
  display: none;
}
.section .container {
  position: relative;
  width: 100%;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section .container .tabelle {
  background-color: #9D9C9C;
}
.section .container .tabelle .row {
  display: grid;
  grid-template-columns: 30px 1fr 1fr 1fr;
  grid-gap: 1px;
  margin-bottom: 1px;
}
.section .container .tabelle .row .feld {
  background-color: white;
  padding: 3px 5px 3px 5px;
}
.section .container .linkespalte {
  margin-right: 40px;
}
.section .container .linkespalte .sidepic {
  width: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .container .rechtespalte {
  position: relative;
  width: 100%;
}
.section .container .rechtespalte.mittig {
  text-align: center;
}
.section .container .rechtespalte a:hover {
  opacity: 0.9;
}
.section .container .rechtespalte ul {
  list-style-image: url(../img/tint.png);
}
.section .container .rechtespalte ul li {
  margin-bottom: 10px;
}
.section .container .rechtespalte .sidepic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.impdat {
  position: relative;
  padding: 5px 20px;
  background-color: #95132f;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2509803922);
}
.impdat nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0px;
}
.impdat nav ul li {
  margin-right: 20px;
}
.impdat nav ul li a {
  color: white;
}
.impdat nav ul li a:hover {
  text-decoration-line: underline;
}

.bluebackground {
  background-color: #95132f;
  color: white;
}

@media screen and (max-width: 1750px) {
  main .section .wrapper {
    min-height: unset;
    padding: 40px 5%;
  }
  main .section .bildergalerie .arrows {
    bottom: 40%;
  }
  main .section .bildergalerie .wrapper {
    float: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
  }
  main .section .bildergalerie .wrapper .filler {
    width: 3vw;
    height: 25vw;
  }
  main .section .bildergalerie .wrapper .h1gal {
    width: 100%;
    font-size: 2rem;
  }
  main .section .bildergalerie .wrapper .bildweitlinks {
    margin: 0 0 10vw 0;
  }
  main .section .bildergalerie .wrapper .bildweitlinks img {
    height: 25vw;
  }
  main .section .bildergalerie .wrapper .bildlinks {
    margin: 0 5px 5vw 5px;
  }
  main .section .bildergalerie .wrapper .bildlinks img {
    height: 35vw;
  }
  main .section .bildergalerie .wrapper .galery {
    margin: 0 0 0 0;
  }
  main .section .bildergalerie .wrapper .galery img {
    height: 45vw;
  }
  main .section .bildergalerie .wrapper .bildrechts {
    margin: 0 5px 5vw 5px;
  }
  main .section .bildergalerie .wrapper .bildrechts img {
    height: 35vw;
  }
  main .section .bildergalerie .wrapper .bildweitrechts {
    margin: 0 0 10vw 0;
  }
  main .section .bildergalerie .wrapper .bildweitrechts img {
    height: 25vw;
  }
}
@media screen and (max-width: 1100px) {
  main .section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  main .section .container .linkespalte {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0px;
    width: unset;
  }
  main .section .container .rechtespalte {
    padding-left: 20px;
    padding-right: 20px;
    width: unset;
  }
  main .section .flexbox {
    display: block;
  }
  body .Navbar .container {
    width: unset;
  }
  body .Navbar .container .burgerbutton {
    font-size: 2rem;
  }
  body .Navbar .container .Brand .Logo {
    width: 150px;
  }
  body .Navbar .container .burgerbutton {
    display: block;
  }
  body .Navbar .container .navmenu {
    display: none;
  }
  body header .container .logo {
    width: 150px;
    margin-left: 2%;
  }
  body header .container .logo a img {
    width: 100%;
  }
  body header .open {
    display: block;
  }
  body header .secondnav {
    display: none;
  }
  body header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    padding-top: 70px;
    display: none;
  }
  body header nav ul {
    padding: 0;
    position: relative;
  }
  body header nav ul li {
    margin: 5px 0 !important;
    width: 100%;
    text-align: center;
  }
  body header nav ul li span {
    display: none;
  }
  body header nav ul li a {
    width: 100%;
    padding-top: 30px;
  }
  body header nav ul li a:hover {
    text-decoration: none;
    border-bottom: none;
    background-size: 30px;
  }
  body header nav ul li .rex-current {
    background-size: 30px;
  }
  body header nav.second {
    position: relative;
    float: left;
    display: none !important;
    background-color: transparent;
  }
  body header#menu:target {
    font-size: 2rem;
  }
  body header#menu:target .open {
    display: none;
  }
  body header#menu:target .close {
    display: block;
  }
  body header#menu:target nav {
    display: block;
  }
  body header#menu:target .moebel {
    display: none;
  }
  body header .moebel {
    right: 70px;
    top: 7px;
    width: 100px;
  }
}
@media screen and (max-width: 990px) {
  .section.zwei .text img {
    width: 90%;
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 800px) {
  header nav ul {
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }
  .section.speise .speisecard a img {
    width: 80%;
    padding-bottom: 10px;
  }
  .Titelwrap {
    height: 50vw;
    max-height: 300px;
    min-height: 200px;
  }
  .Titelwrap a.button {
    top: 10%;
    right: 10%;
  }
  p {
    text-align: center;
  }
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .section {
    text-align: center;
  }
  .section h1, .section h2 {
    font-size: 1.6rem;
  }
  .section.zwei {
    grid-template-columns: 1fr;
  }
  .section.zwei .text {
    grid-row: 2;
  }
  .section.zwei .text.grafikabstand {
    padding-bottom: 30vw;
  }
  .section.zwei .text img {
    margin-bottom: -10px;
    max-height: 150px;
  }
  .section.zwei .linkespalte {
    max-height: unset;
  }
  .section.zwei .rechtespalte {
    max-height: unset;
  }
  .section .kategorien {
    flex-direction: column;
    align-items: center;
  }
  .section .kategorien .kategorie .bild {
    width: 150px;
    height: 150px;
  }
}/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 550px) {
  .form-inline {
    flex-direction: column-reverse;
    width: 100%;
  }
  .form-inline select {
    width: 100%;
    display: flex;
  }
}
footer nav.extern a {
  color:white;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 5px 50px !important;
}
footer nav.extern ul li {
  position: relative;
}
footer nav.extern ul li .logopositioner {
  /* position: absolute;
  top: -150px;
  width: 100%;
  left: 0;
  height: 100px;
  display: flex;
  justify-content: center; */
}
footer nav.extern ul li .logopositioner img {
  position: absolute;
  top: -115px;
  width: 100%;
  left: 0;
  height: 75px;
  display: flex;
  justify-content: center;
}