@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch&family=Raleway&display=swap');

body {
  background-color: #fff;
  /* padding-top:10px; */
  font-family: 'Open Sans', serif;
  color: #000;
}

::-webkit-scrollbar {
  display: none;
}

html, body, div, span, applet, object, iframe,  p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
 center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
  tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
  figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {


    font-size: 18px;
}

h1 {
  color: #333;
  font-size: 32px;
  font-family: 'Lora', cursive;
  font-weight: 400 !important;
  text-decoration: none;
  margin-bottom: 0px;
}

h2 {
  color: #333;
  font-size: 32px;
  font-family: 'Lora', cursive;
  font-weight: 300 !important;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5 px;
}

h3 {
  color: #ab9b88;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 300;
}

h4 {
  color: #ab9b88;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 5px;
}

@media(max-width:767px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 21px;
  }
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
  width: 50%
}

.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.formular iframe {
  height: 1000px;
}

@media (max-width: 1199px) {
  .formular iframe {
    height: 1400px;
  }
}

.video-frame {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.nav-logo {
  width: 60px;
  margin-top: 10px;
}

#fancybox-wrap * {
  max-width: 100% !important;
}

.success-message {
  display: none;
}

#fancybox-wrap,
#fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.toggle-btn {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #D83C3C;
  border: 2px solid transparent;
  transition: all .31s;
  text-align: center;
  padding: 5px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.toggle-btn:hover, .toggle-btn:focus, .toggle-btn:active {
  border: 2px solid #D83C3C;
  background-color: #fff;
  color: #D83C3C;
  text-decoration: none;
}

#pruefung {
  display: none;
}

/*Suchfunktion Styles*/
.sufu {
  min-height: 400px;
  padding-top: 20px;
}

.sufu-margin {
  margin-top: 15px;
}

.search-heading {
  background-color: #fdfdfd;
  padding: 5px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #E40000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.search-result {
  background-color: transparent;
  box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
  border-radius: 4px;
  margin-bottom: 10px;
}

.search-content {
  padding: 10px;
}

.search-content h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.search-content h2 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.search-content h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.search-content h4 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.search-content p {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.search-wrapper {
  width: 220px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
  width: 148px;
  height: 40px;
  padding: 10px 5px;
  float: left;
  font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 1px solid #d3d3d3;
  background: #EEE;
  border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.search-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.search-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 72px;
  font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
  color: white;
  text-transform: uppercase;
  background: #D83C3C;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
  background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
  background: #c42f2f;
  outline: 0;
}

.search-wrapper button:before {
  /* left arrow */
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #d83c3c transparent;
  top: 12px;
  left: -6px;
}

.search-wrapper button:hover:before {
  border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
  border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}

/*Ende Sufu*/
/*2. Untermenü*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
  display: block;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-left: 5px;
}

.dropdown-submenu .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*2. Untermenü*/
.footer {
  /* margin-top: 20px; */
  background-color: #e84b1a;
  padding-top: 35px;
  padding-bottom: 25px;
  background-image: url(../img/diagmonds.png);
  background-repeat: repeat;
  color: #fff;
}

.footer h4 {
  color: #fff;
  font-weight: 600;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.subfooter {
  background-color: #e84b1a;
  color: #fff;
  padding: 5px 0px;
}

.subfooter a {
  color: #fff;
}

.subfooter a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.box {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 200px;
}

.box h2 {
  margin-top: 0px;
  text-transform: none;
  font-size: 20px;
  color: #777
}

.box p {
  min-height: 80px
}

.btn-primary {
  background-color: #D83C3C;
  border: 2px solid transparent;
  transition: all .31s;
}

.btn-primary:hover {
  background-color: #fff;
  border: 2px solid #D83C3C;
  color: #D83C3C;
}

/*Styles für Layout Stefan*/
.parallax-window {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
  background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.dropdown.open {
  background-color: #212121;
}

@media(min-width:768px) {
  .dropdown-menu {
    background-color: #fff;
    border-bottom: 5px solid #D83C3C;
    border-radius: 0;
  }
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #D83C3C;
  color: #fff;
}

.header-start>div.carousel-inner>div.item>div.fill {
  min-height: 700px;
}

.section-dark {
  background-color: #333;
  padding-top: 35px;
  padding-bottom: 25px;
  background-image: url(../img/knot.png);
  background-repeat: repeat;
  margin-bottom: 20px;
}

.primer-p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.primer-box {
  position: relative;
}

.pulse {
  -webkit-animation: pulse 3s linear infinite;
  -moz-animation: . pulse 3s linear infinite;
  -ms-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(0.97);
    transform: scale(0.97);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes "pulse" {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -ms-transform: scale(0.97);
    transform: scale(0.97);
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.primer-column {
  float: left;
  width: 50%;
}

@media(min-width:768px) {
  .primer-column {
    float: left;
    width: 30%;
  }
}

.primer-i {
  font-size: 80px;
  color: #fff;
  padding-left: 13px;
  padding-right: 8px;
  padding-top: 8px;
  background-color: #D83C3C;
  float: right;
  border-radius: 6px;
  margin-right: 10px;
}

.primer-h1 {
  margin-top: -4px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.primer-version {
  font-weight: bold;
}

.primer-dot {
  color: #D83C3C;
}

.primer-ul {
  color: #fff;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.primer-ul li {
  line-height: 30px;
  padding-left: 1em;
  text-indent: -.7em;
}

.primer-ul li:before {
  content: "• ";
  color: #D83C3C;
  margin-top: 10px;
}

.logo-primer {
  max-width: 180px;
}

.come-in {
  transform: translateY(400px);
  animation: come-in 1s ease forwards;
  animation-duration: 1s;
}

.already-visible {
  transform: translateX(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateX(0);
  }
}

/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/
.Formular2 .form-control {
  background: transparent;
  border: 0;
  border-radius: 0px;
  border-bottom: 2px solid #333;
  box-shadow: none;
}

.Formular2 label {
  display: none;
}

.Formular2 {
  max-width: 600px;
  display: block;
  margin: auto;
}

.Formular2 .btn-default {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #D83C3C;
  border: 2px solid transparent;
  transition: all .31s;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
}

.Formular2 .btn-default:hover {
  border: 2px solid #D83C3C;
  background-color: #fff;
  color: #D83C3C;
  text-decoration: none;
}

.parallax-section {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff;
}

.parallax-section h1 {
  color: #fff;
}

.parallax-section h2 {
  color: #fff;
}

.artikel-image {
  max-width: 1024px;
  width: 100%;
  /* margin-top:20px; */
  margin-bottom: -8px;
}

#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-family: 'Open Sans', serif;
  font-family: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 19px;
  margin-top: -2px;
}

.logo-container {
  text-align: center;
  padding-bottom: 50px;
}

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #FFFFFF;
  font-size: 1em;
  /* position: relative; */
  width: 20em;
  box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.14);
}

#menu ul a, #menu ul span {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding: 1px 20px;
  color: #1a171b;
}

#menu ul a:hover, #menu ul span:hover {
  text-decoration: none;
  color: #000 !important;
}

#buchen {
  background-color: #e84b1a;
  padding: 30px 0px;
  color: #fff;
}

#buchen h2 {
  color: #fff;
  margin-bottom: 0px;
}

hr.special_hr {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  background-image: url(/img/loeffel_2.png);
  background-size: cover;
  background-position: center center;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
      width: 100%;
}

@media(max-width: 767px){
  hr.special_hr{
    height: 40px;
    margin-bottom: 21px!important;
  }
}

#banner .content {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
  text-align: center;
}

#sidebar>.inner {
  padding: 2.22222em 2.22222em 2.44444em 2.22222em;
  position: relative;
  width: 20em;
}

#sidebar .toggle {
  text-decoration: none;
  -moz-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  transition: left 0.5s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 0;
  display: block;
  height: 7.5em;
  left: 20em;
  line-height: 7.5em;
  outline: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  text-indent: 7.5em;
  top: 0;
  width: 6em;
  z-index: 10000;
  color: transparent !important;
}

@media screen and (max-width: 1600px) {
  #sidebar .toggle {
    text-indent: 6em;
    width: 6em;
    left: 20em !important;
    position: absolute;
  }
}

#sidebar.inactive {
  margin-left: -20em;
}

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 0px;
  color: #2f4565;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #f56a6a;
  color: #324468 !important;
}

#menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
  color: #2f4565;
}

/*#main > .inner > section:first-of-type {
    border-top: 0 !important;
    padding-top: 0px;
	    padding-bottom: 0px;
}

#main > .inner {
    padding: 0px;
    margin: 0 auto;
    max-width: 110em;
}*/
.home-box {
  float: left;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  position: relative;
}

@media(max-width:768px) {
  .home-box {
    width: 100% !important;
  }
}

@media(max-width:412px) {
  .home-box h1 {
    font-size: 20px !important;
  }
}

.overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(111, 111, 111, 0.55);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.home-box:hover .overlay-box {
  height: 0;
}

.text {
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  font-family: 'Open Sans', serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay-box h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
}

.overlay-box p {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 300;
}

.btn-mehr {
  color: #fff !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  padding: 5px 10px;
  height: 100%;
  border: none;
  box-shadow: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  transition: unset;
  margin-top: 20px;
  background-color: transparent;
  cursor: pointer;
}

.streifen-grau {
  background-color: #f1f1f1;
  padding: 50px;
}

@media screen and (max-width: 736px) {
  #sidebar .toggle:before {
    color: #ffffff;
    margin-left: -0.0625em;
    margin-top: -0.45em;
    font-size: 2.5rem;
    z-index: 1;
  }

  #sidebar .toggle:after {
    /* background: #304566; */
    background: none;
    border-radius: 0.375em;
    content: '';
    height: 3.5em;
    left: 1em;
    position: absolute;
    top: 1em;
    width: 4em;
  }
}

.padding50 {
  padding: 0px 50px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.link-kreis {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #34436a !important;
  /* display: block; */
  font-size: 22px;
  height: 48px;
  line-height: 45px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 48px;
  background: #ffffff;
  padding: 2px;
  color: #324468 !important;
  text-decoration: none !important;
}

.link-kreis:hover {
  color: #324468 !important;
  background-color: #242e48;
  text-decoration: none !important;
}

.sidebot {
  position: fixed;
  bottom: 0;
  background: #fff;
}

.sidecontainer {
  padding: 10px 0px 10px 45px;
  background-color: #FFF;
  /*background: linear-gradient( rgba(245, 246, 247, 0.5), rgba(245, 246, 247, 1)); */
  width: 20em;
}

@media(max-width:767px) {
  .sidecontainer {
    padding: 10px 10px 10px 45px;
    background-color: #f5f6f7;
  }
}

.sidecontainer i {
  color: #ab9b88;
  font-size: 26px;
}

p {
  margin: 0 0 1em 0;
}

.newsletter {
  background-color: #ab9b88;
  padding: 15px 30px;
  width: 20em;
}

.reservierung {
  background-color: #e84b1a;
  padding: 15px 30px;
  width: 20em;
}

@media(max-width: 575.98px) {
  .btn-newsletter {
    font-size: 18px !important;
  }
}

@media(max-width: 768px) {
  .btn-newsletter {
    font-size: 16px !important;
  }

  .sidecontainer {
    /* background-color: rgba(245, 246, 247, 0.69)!important; */
    /**/
  }
}

@media(max-width: 1200px) {
  .sidecontainer {
    padding: 10px 0px 0px 60px;
    background: linear-gradient(rgba(245, 246, 247, 0.5), rgba(245, 246, 247, 1));
  }

  .sidecontainer a {
    display: none;
  }

  .reservierung {
    padding: unset;
    border-bottom: 1px solid #324468;
  }

  .newsletter {
    padding: unset;
    border-bottom: 1px solid #324468;
  }

  #menu ul a, #menu ul span {
    font-size: 16px;
  }

  .sidecontainer {
    display: none;
    /*position: relative;*/
  }

  .sidecontainer p {
    display: inline-block;
    padding-right: 20px;
  }

  .logo {
    max-width: 110px !important;
    padding-bottom: 5px;
  }
}

@media(max-width: 1600px) {
  #menu ul a, #menu ul span {
    font-size: 16px;
  }
}

.btn-newsletter {
  font-family: 'Open Sans', serif;
  color: #ab9b88 !important;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  padding: 10px 10px;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  transition: unset;
  background-color: #fff;
  width: 100%;
  outline: none;
  cursor: pointer;
}

.btn-newsletter:hover {
  background-color: #fff !important;
  outline: none;
}

.btn-newsletter i {
  color: #ab9b88;
}

/* Form style */
.form-control {
  background-color: transparent;
  border: 0;
  box-shadow: 0;
  color: #000000;
  height: 35px;
  font-weight: 100;
  font-size: 16px;
  box-shadow: none;
  border-bottom: 2px solid #aa9c86;
  border-radius: 0;
  padding: 0;
  min-width: 100%;
}

.form-control-andere {
  background-color: transparent;
  border: 0;
  box-shadow: 0;
  color: #717578;
  height: 35px;
  font-weight: 100;
  font-size: 16px;
  box-shadow: none;
  border-bottom: 2px solid #aa9c86;
  border-radius: 0;
  padding: 0;
  min-width: 25%
}

.form-control-feld {
  background-color: transparent;
  border: 0;
  box-shadow: 0;
  color: #717578;
  height: 35px;
  font-weight: 100;
  font-size: 16px;
  box-shadow: none;
  border-bottom: 2px solid #aa9c86;
  border-radius: 0;
  padding: 0;
  min-width: 60%;
  min-height: 50px;
}

@media (max-width: 1000px) {
  .form-control {
    width: 100%;
  }

  .form-control-feld {
    min-width: 100%;
    min-height: 100px;
  }
}

.form_padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.Kontaktanfrage .btn-default {
  color: #fff;
  background-color: #b50000;
  border-color: #3b3b3b;
}

.form-control option {
  /* Whatever color  you want */
  background-color: #324468;
  color: #fff;
}

.Kontaktanfrage label {
  display: none;
}

.form-control:focus {
  border-color: rgb(170, 156, 134);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgb(170, 156, 134);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(52, 67, 106, 0);
}

.btn-send {
  color: #ab9b88 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  padding: 5px 10px;
  height: 100%;
  border: none;
  box-shadow: none;
  border-top: 1px solid #ab9b88;
  border-bottom: 1px solid #ab9b88;
  border-radius: 0px;
  transition: unset;
  margin-top: 20px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  width: 150px;
}

button:focus {
  outline: none !important;
}

.btn-anfragen {
  color: #ab9b88 !important;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  padding: 10px 0px;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  transition: unset;
  background-color: transparent;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ab9b88;
  width: 100%;
}

@media(max-width:1400px) {
  .btn-anfragen {
    font-size: 14px;
  }
}

/* SOCIAL MEDIA FEED */
.referral {
  display: none !important;
}

.footer-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #e84b1a;
  z-index: 10;
  border-top: 2px solid white;
}

.footer-fixed-bottom a {
  color: white;
  width: 100%;
  padding: 5px;
  display: block;
  text-align: center;
  font-size: 16px;
}

.newsletter-form input {
  width: 100% !important;
}

.newsletter-form label {
  width: 100% !important;
  background-color: #ab9b88;
  color: #fff;
  height: 100%;
  padding: 10px;
}

.newsletter-form td {
  width: 0% !important;
}

.newsletter-form {
  background-color: #fff;
  padding: 20px 30px;
}

.newsletter-form button {
  color: #ab9b88 !important;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  padding: 5px 10px !important;
  height: 100% !important;
  border: none !important;
  box-shadow: none !important;
  border-top: 1px solid #ab9b88 !important;
  border-bottom: 1px solid #ab9b88 !important;
  border-radius: 0px !important;
  transition: unset !important;
  margin-top: 20px !important;
  background-color: transparent !important;
  cursor: pointer !important;
  outline: none !important;
  width: 150px !important;
}

.newsletter-form h2 {
  font-size: 26px;
  font-family: 'Open Sans', serif;
  font-weight: 300 !important;
  text-decoration: none;
  text-transform: none;
}

a.speisekarte_link:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.speisekarte_link {
  color: #fff !important;
  text-decoration: none;
}

#News {
  clear: both;
}

body {
  overflow-x: hidden;
}

@media(max-width: 767px) {
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.placer {
  min-height: 160px;
}

.video-header {
  margin-top: 0px;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.abs_oben {
  padding-top: 40px;
}

.aufzaehlung {
  background-color: #F5F5F5;
  padding-bottom: 50px;
}

.aufzaehlung ul li {
  text-align: left;
}

.btn-outline-warning {
  color: #AB9B88;
  background-color: transparent;
  background-image: none;
  border: 2px solid #AB9B88;
  border-radius: 0;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #AB9B88;
  border-color: #AB9B88;
  cursor: pointer;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: none;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #AB9B88;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #AB9B88;
  border-color: #AB9B88;
}

/*Button Secondary*/
.btn-outline-secondary {
  color: #fff;
  background-color: #AB9B88;
  background-image: none;
  border: 2px solid #AB9B88;
  border-radius: 0;
}

.btn-outline-secondary:hover {
  color: #AB9B88;
  background-color: #fff;
  border-color: #AB9B88;
  cursor: pointer;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: none;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #AB9B88;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #AB9B88;
  border-color: #AB9B88;
}

.Buchungsanfrage label {
  display: none;
}

@media(max-width: 500px) {
  .btn-newsletter {
    font-size: 18px;
  }

  .sidecontainer i {
    font-size: 18px;
  }

  .logo-container>a>img {
    max-width: 165px !important;
  }

  .reservierung {
    display: none;
  }

  .newsletter {
    display: none;
  }

  #menu ul {
    margin-top: 10px;
  }
}

#slider-thumbs {
  display: none;
}

#cookiesdirective {
  background-color: #036280 !important;
  border-top: 2px solid #ab9b88 !important;
}

#cookiesdirective a:hover {
  color: #ab9b88 !important;
}

#impliedsubmit {
  border: 2px solid #fff;
  background-color: #03465b !important;
  color: #fff;
}

#Wirtshaus {
  padding-bottom: 87px;
}

#Highlights {
  padding-bottom: 50px;
  padding-top: 50px;
}

#Bar {
  padding-bottom: 100px;
  padding-top: 50px;
}
}

#oeffnungszeiten {
  margin-bottom: 95px;
}

@media(max-width:767px) {
  #Wirtshaus {
    padding-bottom: 15px;
  }

  #oeffnungszeiten {
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 15px;
  }

  #buchen {
    background-color: #e84b1a;
    padding: 15px 0px;
    color: #fff;
  }

  .streifen-grau {
    background-color: #e1eaea;
    padding: 10px;
  }

  hr.special_hr {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  #main>.inner {
    padding: 0px;
  }

  .padding50 {
    padding: 0;
  }

  #main>.inner>section {
    padding: 0 0 1em 0;
  }

  .col-lg-6 {
    padding: 0px;
  }

  p {
    padding: 0px 5px 0px 5px
  }

  .subfooter {
    margin-bottom: 20px;
  }
}

.partner-footer img {
  max-width: 150px;
  margin: 25px 10px 0px 10px;
  background-color: #e84b1a;
  padding: 10px;
}

.btn-speisekarte {
  height: unset;
  transition: 0.5s;
}

.btn-speisekarte:hover, .btn-speisekarte:active, .btn-speisekarte:focus {
  color: #ffffff !important;
  background-color: #e84b1a;
}

#speisekarte {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (max-width:565px) {
  h3 {
    font-size: 24px;
  }
}

@media (max-width:1200px) {
  .partner-footer img {
    max-width: 100px;
    margin: 25px 10px 0px 10px;
    background-color: #e84b1a;
    padding: 10px;
  }
}

@media (max-width:767px) {
  #Wirtshaus {
    padding-bottom: 0px;
  }

  #Highlights {
    padding-bottom: 0px;
    padding-top: 50px;
  }

  .col-lg-6.padding50.order-1 {
    padding-bottom: 25px;
  }

  .partner-footer img {
    max-width: 140px;
    margin: 5px 5px 0px 5px;
    background-color: #e84b1a;
    padding: 5px;
  }
}

#Galerie {
  padding-top: 75px;
}

hr.special_hr.hr-offset {
  margin-top: -15px;
}

@media (max-width: 1200px) {
  .padding50 {
    padding: 0px 23px 25px 23px;
  }

  h1 {
    font-size: 33px;
  }

  #Highlights {
    padding-bottom: 50px;
  }

  .overlay-box h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media (max-width:767px) {
  hr.special_hr.hr-offset {
    margin-top: -0px;
  }
#art139 hr.special_hr.hr-offset {
    margin-top: 50px;
}
hr.special_hr {
    margin-top: 50px;
}
  #speisekarte {
    padding-top: 0px;
  }
}

.juicer-feed .j-paginate {
  border: 2px solid #ab9b88 !important;
  color: #ab9b88 !important;
}

.juicer-feed .j-paginate:hover {
  background: #e84b1a !important;
  color: white !important;
}

/*Slider*/
.owl-dot {
  margin-top: 10px;
  background-color: #ab9b88 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  opacity: 0.75;
}

.owl-dot.active {
  opacity: 1 !important;
}

/*Slider ende*/
.wf-logo img {
  transition: all .2s ease-in-out;
  width: 100px;
}

.wf-logo img:hover {
  transform: scale(1.1);
}

div#Jobs {
  padding: 70px 0px;
}

.footer-jobs {
  max-width: 150px;
  /* margin: 25px 10px 0px 10px; */
  background-color: #e84b1a;
  padding: 10px;
  width: 100%;
  height: 101px;
  margin: 0 auto;
  margin-top: 29px;
}

@media (max-width:767px) {
  .footer-jobs {
    max-width: 150px;
    /* margin: 25px 10px 0px 10px; */
    background-color: #e84b1a;
    padding: 10px;
    width: 100%;
    height: 101px;
    margin: 0 auto;
    margin-top: 0px;
  }

  .footer .col-md-4 {
    margin: 20px 0px;
  }
}

#News2 {
  margin-bottom: 50px;
}

button.btn-anfragen.btn-speisekarte {
  display: none;
}

#stubenid {
  padding-bottom: 50px;
  padding-top: 50px;
}

#adlerid {
  padding-bottom: 50px;
  padding-top: 50px;
}

#neuerwirtid {
  padding-bottom: 50px;
  padding-top: 50px;
}

.art-startseite {
  margin: 50px 0px;
}

.btn {
  text-transform: uppercase;
  background-color: #e84b1a;
  border-radius: 0px;
  color: #fff;
  padding: 10px 30px;
  cursor: pointer;
      margin-bottom: 25px;
          min-width: 168px;
    font-size: 16px;

}
.btn:hover {
	border-width: 2px;
	border-color: #e84b1a;
	border-style: solid;
  background-color: #fff;
  color: #e84b1a;
	font-weight:bold;

}

.art-unterseite img {
	padding:0px 10%;
}

img.book {
    width: 40%;
}
.art-unterseite{
    padding: 25px 0px;
}

.field-käse {
    background: #e84b1a;
    color: #fff;
    padding: 10px 0px;
}

.field-käse span {
    text-transform: uppercase;
    font-size: 14px;
    top: -5px;
    position: relative;
}

.show-desktop{
  display:block;
}
@media(max-width:767px){
  .show-desktop{
    display:none;
  }
  div#art140 {
    margin-bottom: -25px;
}
}

.show-mobil{
  display:block;
}
@media(min-width:767px){
  .show-mobile{
    display:none;
  }
}


