@import url('https://cdn.maisengasse.at/fonts/css?family=Droid+Serif:400,400i');
/* Fonts */
@font-face {
  font-family: Corbel;
  src: url("/static/abbag/fonts/corbel/CORBEL.woff?cc34d08d46bd") format('woff');
  font-weight: 400;
}
@font-face {
  font-family: Corbel;
  src: url("/static/abbag/fonts/corbel/CORBELI.woff?cc34d08d46bd") format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Corbel;
  src: url("/static/abbag/fonts/corbel/CORBELL.woff?cc34d08d46bd") format('woff');
  font-weight: 300;
}
@font-face {
  font-family: Corbel;
  src: url("/static/abbag/fonts/corbel/CORBELLI.woff?cc34d08d46bd") format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Corbel;
  src: url("/static/abbag/fonts/corbel/CORBELB.woff?cc34d08d46bd") format('woff');
  font-weight: 700;
}
@font-face {
  font-family: Corbel;
  src: url("/static/abbag/fonts/corbel/CORBELZ.woff?cc34d08d46bd") format('woff');
  font-weight: 700;
  font-style: italic;
}
/* Colors */
/* Styles */
html {
  width: 100vw;
  overflow-x: hidden;
}
body {
  color: #AD8448;
  font-family: Corbel, Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0 !important;
  /* Modal */
}
body a:hover {
  color: #AD8448;
  opacity: 0.8;
}
body p.pagetitle {
  color: #AD8448;
}
body #content b,
body strong {
  color: #AD8448;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "Droid Serif", Corbel, Helvetica, Arial, sans-serif;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 3px;
}
body h1.pagetitle {
  color: #444;
  letter-spacing: 2px;
  font-size: 20px;
}
body h1.pagetitle:after {
  margin: 30px auto 40px;
}
body h3:after,
body .h3:after {
  background-color: #ddd;
}
body h4,
body .h4 {
  color: #035292;
  padding-bottom: 0px;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 0.9em;
  letter-spacing: 3px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 1.1em;
}
body h4:after,
body .h4:after {
  margin: 0px;
  width: 10px;
  background-color: #035292;
  position: absolute;
  right: -15px;
  top: 48%;
}
body .reservation-form h1 {
  margin-bottom: 45px;
}
body .reservation-form .form-control {
  background-image: none;
  box-shadow: none;
}
body .richtext ul li:before {
  background-image: url('/static/abbag/img/content/verwallstube/list.svg?e521ffb7c1ac');
}
body .btn-primary {
  background-color: #B78D4D;
  border-color: #B78D4D;
}
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active {
  background-color: #95723c !important;
  border-color: #95723c !important;
}
body .flipper-modal .modal-body .richtext {
  text-align: center;
}
body .flipper-modal .modal-body .richtext h4:before {
  content: "";
  display: block;
  height: 1px;
  margin: 0px;
  width: 10px;
  background-color: #035292;
  position: absolute;
  left: -17px;
  top: 48%;
}
body .flipper-modal .modal-dialog .modal-header .closebtn {
  background-color: #B78D4D;
}
body .modal-backdrop {
  background-color: #B78D4D;
}
body .animation-wrapper {
  padding-bottom: 0px!important;
  height: 100vh;
}
body .marquee {
  background: #035292;
  color: #FFF;
  line-height: 50px;
}
body .marquee p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
}
body .marquee p b,
body .marquee p strong {
  color: #FFF;
}
body ::selection {
  background-color: #B78D4D;
}
body.marquee-opened header#top nav.navigation {
  top: 50px;
}
body.scrolled.marquee-opened header#top nav.navigation {
  top: 0px;
}
.fancybox-bg {
  background: #B78D4D;
}
#toggle {
  position: relative;
  display: inline-block;
  left: 0;
  top: 9px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
#toggle span {
  background: #B78D4D;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  transition: all .35s ease;
  cursor: pointer;
}
#toggle span:nth-of-type(2) {
  top: 6px;
}
#toggle span:nth-of-type(3) {
  top: 12px;
}
#toggle.active .top {
  transform: translateY(6px) translateX(0) rotate(45deg);
}
#toggle.active .middle {
  opacity: 0;
}
#toggle.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
}
header#top .container {
  width: 100vw;
  padding: 0;
  margin: 0;
}
.vs-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 60px;
  padding: 0 32px;
  z-index: 10000;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.vs-navigation .hamburger {
  padding: 0;
}
.vs-navigation a[href^="tel:"]:before {
  display: none;
}
.vs-navigation .nav-icon {
  display: inline-block;
}
.vs-navigation .phone-icon:before {
  font-family: "toolkit-entypo";
  content: "\EB16";
}
body.vs-scrolled .vs-navigation {
  box-shadow: 0 2px 10px #0004;
}
.vs-navigation .pri,
.vs-navigation .sec {
  list-style: none;
}
.vs-navigation .pri > li,
.vs-navigation .sec > li {
  display: inline-block;
  color: #B78D4D;
  font-family: Corbel, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.vs-navigation .pri > li a,
.vs-navigation .sec > li a {
  padding: 1rem;
  color: inherit;
}
.vs-navigation .pri > li a:hover,
.vs-navigation .sec > li a:hover {
  text-decoration: none;
  filter: opacity(0.8);
}
.vs-navigation .pri > li .nav-text,
.vs-navigation .sec > li .nav-text {
  letter-spacing: 0.75px;
}
.vs-navigation .nav-icon:before {
  display: inline-block;
  margin-right: 1rem;
  font-size: 20px;
  color: inherit;
}
.vs-navigation .icon-sonstige_calendar:before {
  transform: translateY(2px);
}
.vs-navigation .phone-icon:before {
  transform: translateY(5px);
}
@media (max-width: 767px) {
  .vs-navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .vs-navigation .pri {
    padding-left: 130px;
  }
  body:not(.vs-scrolled):not(.nav-opened) .vs-navigation {
    background-color: transparent;
    height: 110px;
  }
  body:not(.vs-scrolled):not(.nav-opened) .vs-navigation .pri > li,
  body:not(.vs-scrolled):not(.nav-opened) .vs-navigation .sec > li {
    color: white;
  }
  body:not(.vs-scrolled):not(.nav-opened) .vs-navigation .pri > li a,
  body:not(.vs-scrolled):not(.nav-opened) .vs-navigation .sec > li a {
    text-shadow: 1px 1px 2px #000a;
  }
  body:not(.vs-scrolled):not(.nav-opened) .vs-navigation #toggle span {
    background-color: white;
    box-shadow: 1px 1px 2px #000a;
  }
}
@media (min-width: 992px) {
  .vs-navigation .pri > li:first-child:after,
  .vs-navigation .sec > li:first-child:after {
    content: '';
    display: inline-block;
    width: 1px;
    margin: 0 1rem;
    background-color: white;
    height: 20px;
    transform: scaleY(2) translateY(2px);
    opacity: 0.2;
  }
  body.vs-scrolled .vs-navigation .pri > li:first-child:after,
  body.nav-opened .vs-navigation .pri > li:first-child:after,
  body.vs-scrolled .vs-navigation .sec > li:first-child:after,
  body.nav-opened .vs-navigation .sec > li:first-child:after {
    background-color: #B78D4D;
  }
}
@media (min-width: 1200px) {
  .vs-navigation .pri {
    padding-left: 160px;
  }
}
.vs-navigation .brand {
  background: url('/static/abbag/img/content/verwall_logo/logo-white-white.svg?cc34d08d46bd') #B78D4D center no-repeat;
  position: absolute;
  top: 0;
  left: 30px;
  right: auto;
  width: 100px;
  height: 130px;
  font-size: 0;
  background-size: 80% 80%;
  box-shadow: 0 2px 10px #0004;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body.vs-scrolled .vs-navigation .brand,
  body.nav-opened .vs-navigation .brand {
    left: 0;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.vs-scrolled .vs-navigation .brand,
  body.nav-opened .vs-navigation .brand {
    width: 77px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .vs-navigation .brand {
    width: 130px;
    height: 170px;
  }
  body.vs-scrolled .vs-navigation .brand,
  body.nav-opened .vs-navigation .brand {
    width: 100px;
    height: 130px;
  }
}
.vs-navigation .langchooser .dropdown-menu {
  right: -17px;
  left: auto;
  padding: 0;
  top: 37px;
  border-radius: 0;
}
.vs-navigation .langchooser .dropdown-menu a {
  text-shadow: none !important;
  color: #B78D4D;
}
.vs-navigation .langchooser .dropdown-menu .active a {
  color: white;
  background-color: #B78D4D;
}
header#top #menu {
  background-image: linear-gradient(175deg, #B78D4D 10%, #b38b6a 53%, #B78D4D 90%);
}
section#header {
  margin-bottom: 7em;
}
section#header article.intro-video {
  border: 16px solid white;
}
section#header article.intro-video .container .row {
  bottom: 25%;
  left: 25%;
  transform: translateX(-25%);
}
@media (min-width: 1200px) {
  section#header article.intro-video .container .row {
    transform: scale(1.3) translateX(-25%);
  }
}
@media (max-width: 767px) {
  section#header article.intro-video .container .row {
    bottom: 23% ;
    text-align: center;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
section#header article.intro-video .video-wrapper .inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
section#header .h1,
section#header .h3 {
  font-family: "Droid Serif", Georgia, serif;
}
section#header .h1 {
  font-size: 34px !important;
  text-transform: uppercase;
  letter-spacing: 7px;
}
section#header .h3 {
  font-size: 16px;
  font-family: Corbel, Helvetica, Arial, sans-serif;
  margin-left: 0px;
  margin-top: 5px;
}
section#header a.gaultmillau {
  display: block;
  width: 124px;
  height: 124px;
  position: absolute;
  left: 50%;
  bottom: -62px;
  margin-left: -62px;
  z-index: 8;
  background: url('/static/abbag/img/content/verwallstube/gaultmillau-2025.svg?49fcabb7a401');
  background-size: cover;
  background-repeat: no-repeat;
}
body.home section#header figure {
  height: 100vh;
}
section#header article.image .container .row {
  width: 100%;
  left: 0px!important;
  text-align: center;
  bottom: 20%;
}
section#header .deko {
  position: absolute;
}
section#header .deko-l {
  width: 82px;
  height: 107px;
  background: url('/static/abbag/img/content/verwallstube/deko-l.svg?e521ffb7c1ac') no-repeat;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
section#header .deko-m {
  width: 48px;
  height: 53px;
  background: url('/static/abbag/img/content/verwallstube/deko-m.svg?e521ffb7c1ac') no-repeat;
}
section#header .deko-s {
  width: 51px;
  height: 39px;
  background: url('/static/abbag/img/content/verwallstube/deko-s.svg?e521ffb7c1ac') no-repeat;
}
section#header .deko-star {
  width: 17px;
  height: 16px;
  background: url('/static/abbag/img/content/verwallstube/deko-star.svg?e521ffb7c1ac') no-repeat;
}
section#header figure.image-framed .image-frame {
  -webkit-animation: kenburns 20s infinite;
  -moz-animation: kenburns 20s infinite;
}
#content article {
  margin-bottom: 7em;
}
#content .richtext a {
  text-decoration: none;
  border-bottom: 1px solid #AD8448;
  padding-bottom: 2px;
  color: #AD8448;
}
#content .no-gutter .image {
  padding-left: 0px;
  padding-right: 0px;
}
#content section#main article.section,
#content section#main article.group {
  margin-top: 0px;
  margin-bottom: 7em;
}
#content section#main article.image.fullwidth h2 {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
#content section#main article.image.fullwidth:hover figure.hover {
  background-color: rgba(183, 141, 77, 0.8);
}
section#main .btn-bottom-parent .btn-bottom {
  border-bottom: none;
}
section#main .textimage .box-vertical {
  background-color: transparent;
  border: none;
}
footer#bottom .quicklinks {
  background: #B78D4D;
  padding-top: 80px;
}
footer#bottom .quicklinks h4 {
  color: white;
  font-family: Corbel, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
footer#bottom .logofooter {
  width: 115px;
  height: 127px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
footer#bottom .location a {
  display: block;
}
footer#bottom .location a img {
  max-width: 200px;
}
footer#bottom .legal {
  text-align: center !important;
}
@media (max-width: 991px) {
  footer#bottom .address {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer#bottom .service {
    margin-bottom: 60px;
  }
  footer#bottom .service,
  footer#bottom .location,
  footer#bottom .address,
  footer#bottom .logofooter {
    text-align: center !important;
    margin-bottom: 80px;
  }
  footer#bottom .logofooter {
    margin-right: auto;
    margin-left: auto;
  }
}
footer#bottom strong {
  color: #FFF;
}
footer#bottom .hashtagbox {
  color: #035292;
  margin-bottom: 50px;
}
footer#bottom .hashtagbox .container > .row {
  margin-top: 0px;
}
footer#bottom .hashtagbox .hashtag {
  height: 100%;
  margin-top: 25px;
  background-color: rgba(3, 82, 146, 0.1);
}
footer#bottom .hashtagbox .hashtag img {
  border: 1px solid rgba(3, 82, 146, 0.1);
  border-bottom: none;
}
footer#bottom .hashtagbox .hashtag .imgerror {
  background-color: #fbf9f6;
  border: none;
  display: block;
  text-align: center;
  padding: 10px;
}
footer#bottom .hashtagbox .hashtag img.profile {
  margin: 20px 12px 15px 12px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  background-color: #035292;
  text-indent: -10000px;
}
@media only screen and (max-width: 1199px) {
  footer#bottom .hashtagbox .hashtag img.profile {
    margin: 20px 0px 15px 0px;
  }
}
footer#bottom .hashtagbox .hashtag p {
  margin: -5px 0 0 0;
  line-height: 1.5em;
  margin: 8px 0 20px 0;
}
footer#bottom .hashtagbox .hashtag p.name {
  padding-right: 10px;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 13px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  footer#bottom .hashtagbox .hashtag p.name {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  footer#bottom .hashtagbox .hashtag p.name {
    margin-top: 13px;
  }
}
footer#bottom .hashtagbox .socialicons {
  float: right;
  margin-top: -63px;
  margin-right: 80px;
}
footer#bottom .hashtagbox .socialicons i {
  font-size: 1.26em;
  padding: 6px;
}
footer#bottom .sociallinks {
  padding: 30px 0;
  background-color: #70562e;
  text-align: left;
}
footer#bottom .sociallinks h4 {
  color: #cccccc;
  font-family: Corbel, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
footer#bottom .sociallinks h4:after {
  content: "";
  display: block;
  position: static;
  margin: 10px 0 20px;
  width: 80px;
  height: 1px;
  background-color: #cccccc;
}
footer#bottom .sociallinks i {
  color: #cccccc;
  font-size: 1.55em;
  position: relative;
  padding-right: 8px;
  top: 5px;
  margin-right: 3px;
}
footer#bottom .sociallinks a:hover i {
  color: rgba(255, 255, 255, 0.8);
}
/* main.less copy */
.stoerer {
  position: absolute;
  z-index: 888;
  top: 130px;
  right: 30px;
  height: 145px;
  width: 145px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 145px 145px;
  padding: 10px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  cursor: pointer;
}
.stoerer a:hover {
  text-decoration: none;
}
.stoerer .relative {
  height: 100%;
}
.stoerer p {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #444444;
  font-family: "Droid Serif", Georgia, serif;
  width: 80%;
  letter-spacing: 0.1em;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 5px;
  margin-right: -5px;
}
.hashtagbox {
  color: #035292;
  margin-bottom: 50px;
}
.hashtagbox .container.hashtagboxcontainer {
  position: relative;
}
.hashtagbox .container > .row {
  margin-top: 0px;
}
.hashtagbox .hashtag {
  height: 100%;
  margin-top: 25px;
  background-color: rgba(3, 82, 146, 0.1);
}
.hashtagbox .hashtag img {
  border: 1px solid rgba(3, 82, 146, 0.1);
  border-bottom: none;
}
.hashtagbox .hashtag .imgerror {
  background-color: #fbf9f6;
  border: none;
  display: block;
  text-align: center;
  padding: 10px;
}
.hashtagbox .hashtag img.profile {
  margin: 20px 12px 15px 12px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  background-color: #035292;
  text-indent: -10000px;
}
@media only screen and (max-width: 1199px) {
  .hashtagbox .hashtag img.profile {
    margin: 20px 0px 15px 0px;
  }
}
.hashtagbox .hashtag p {
  margin: -5px 0 0 0;
  line-height: 1.5em;
  margin: 8px 0 20px 0;
}
.hashtagbox .hashtag p.name {
  padding-right: 10px;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 13px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .hashtagbox .hashtag p.name {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hashtagbox .hashtag p.name {
    margin-top: 13px;
  }
}
.hashtagbox .socialicons {
  float: right;
  margin-top: -63px;
  margin-right: 80px;
}
.hashtagbox .socialicons i {
  font-size: 1.26em;
  padding: 6px;
}
