/*
	Theme Name: CG Alpin
	Theme URI: https://ch-g.at
	Description: CG Alpin WordPress Theme
	Version: 2.6
	Author: Christian Gschoessser (@cgschoesser)
	Author URI: https://ch-g.at
	Tags: HTML5, CSS3, Alpin

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #fff;
  overflow-x: hidden;
  padding-top: 0px;
  background-color: #f0856a;
}

body p {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0px;
  margin-bottom: 20px;
}
body .casa-wdg p {
  text-align: left;
}

@font-face {
  font-family: "Kiona";
  src: url("/fonts/Kiona-SemiBold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/fonts/Kiona-SemiBold.woff2")
      format("woff2"),
    url("/fonts/Kiona-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roadtrip";
  src: url("/fonts/Roadtrip.eot"),
    /* IE9 Compat Modes */ url("/fonts/Roadtrip.otf") format("opentype"),
    /* Open Type Font */ url("/fonts/Roadtrip.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/fonts/Roadtrip.woff") format("woff"),
    /* Modern Browsers */ url("/fonts/Roadtrip.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("/fonts/ElegantIcons.eot");
  src: url("/fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/ElegantIcons.woff") format("woff"),
    url("/fonts/ElegantIcons.ttf") format("truetype"),
    url("/fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "Kiona";
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "Roadtrip";
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #1d1d1b;
}
h3 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
}

.title {
  font-family: "Kiona";
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  word-wrap: break-word;
}
.popuphead {
  font-family: "Kiona";
  font-size: 14pt;
}
#sound {
  position: absolute;
  top: 150px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0856a;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#sound img {
  width: 40px;
  margin: auto;
}
h1.zimmertitle strong {
  font-family: "Roadtrip";
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 3px;
  font-weight: normal;
}
h1.zimmertitle {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: initial;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

span {
  display: inline-block;
}
body .kleingedruckt p em {
  font-size: 10pt;
  line-height: 1;
}
span,
.el-anwendung .preis {
  text-align: left;
}
.ctaweek {
  background-color: #f0856a;
  color: white;
  padding: 10px 25px 25px 25px;
}
.bucheninfo {
  background-color: #f0856a;
  color: white;
  padding: 20px 25px 20px 25px;
  font-size: 15px;
}
.bucheninfo a {
  color: white;
  font-weight: bold;
}

a {
  color: #1d1d1b;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #1d1d1b;
}
.wrapper,
footer,
.vc_row-full-width {
  padding-left: 15px;
  padding-right: 15px;
}
.stoerer img {
  width: 120px;
  height: auto;
  position: absolute;
  top: 80px;
  right: 30px;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.winterfreunden {
  width: 150px;
  transform: scale(1);
  animation: pulse 2s infinite;
  height: auto;
  position: relative;
  top: -100px;
  right: 30px;
  margin-left: auto;
}
.winterfreunden img {
  width: 100%;
  height: auto;
}

.stoerer {
  height: 0px;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}
.stoereren {
  background-size: cover;
  height: 150px;
  width: 150px;
  transform: rotate(-10deg);
  position: relative;
  margin-top: 5px;
  transition: 0.3s ease-in;
  display: block;
}

.stoereren:hover {
  transform: scale(1.05);
}

body .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
body .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
  background-color: #8b827a;
  background-image: none;
}
body .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  background-color: #8b827a;
  background-image: none;
}
body .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body a {
  background-color: #8b827a;
  background-image: none;
  color: #ccc;
  text-decoration: underline;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #bba28a;
  background-color: #bba28a;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #1d1d1b;
}
body
  .vc_tta-color-black.vc_tta-style-modern
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: white;
}
body
  .vc_tta-color-black.vc_tta-style-modern
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background-color: #e2c491;
  border: 0px;
}
body .vc_tta.vc_general .vc_tta-panel-title {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  height: 60px;
  line-height: 33px;
}
/*-----*\
Colors
\*------------------------------------*/

.reihe {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grauton,
.farbe2 {
  background-color: #f0e4d6;
}
.leistungen {
  background-color: #f0e4d6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.farbe3,
.beige,
.breakfast {
  background-color: #efd4b2;
}
.farbe2 p,
.farbe2 h2,
.farbe2 > *,
.schwarz h2,
.farbe3 p,
.farbe3 h2,
.farbe3 > *,
.kalender h2.title {
  color: #1d1d1b;
}
body .casa-wdg button {
  color: #1d1d1b !important;
  background-color: white;
}
body #selection-overview .casa-table {
  background-color: #1d1d1b;
}
body .casa-text-center {
  text-align: left;
}
body .casa-form-control {
  background-color: #8b827a;
}
body #selection-overview div.casa-insurance-offer:hover {
  background: #8b827a;
}
body .k-list {
  background: #f0856a;
}
body #selection-overview .compliance label {
  padding-left: 25px;
}
body .casa-modal p {
  margin-bottom: 10px;
}
body .casa-modal-content {
  background: #1d1d1b;
}
body .casa-panel-default > .casa-panel-heading {
  background-image: none;
  background-color: #f0856a;
  color: white;
}
body .casa-modal-title {
  font-family: "Kiona";
  padding-top: 10px;
  padding-bottom: 10px;
}
body .casa-btn {
  background-color: #1d1d1b;
  color: white;
  border: 1px solid white;
}
body .casa-modal {
  top: 120px;
}
body .casa-package-list .casa-package-dateranges td {
  width: 100%;
}
body .casa-wdg .casa-package-item button {
  background-color: #89c8b7;
  font-size: 16px;
  font-family: "Kiona";
  width: 100%;
  color: white !important;
  border-radius: 5px;
  border: 0px;
}

.schwarz h2 {
  margin-top: 35px;
  margin-bottom: 5px;
}
.farbe4,
.trustbar {
  background-color: #bba28a;
}
.farbe5,
.genuss,
.textblock {
  background-color: #8b827a;
}
.farbe6 {
  background-color: #5e5c59;
}
.backlink {
  background-color: #bba28a;
  padding-top: 35px;
  padding-bottom: 35px;
}
.backlink .vc_btn3-container {
  margin-bottom: 0px;
}
.ctafarbe {
  background-color: #89c8b7;
}
body .casa-wdg button.casa-stretch {
  background-color: #89c8b7;
  font-family: "Kiona";
  color: white;
}
body .k-i-calendar:before,
body .k-i-arrow-60-down:before {
}
body .k-numerictextbox .k-invalid-msg {
  position: absolute;
  top: -19px;
  padding-left: 5px;
  color: white;
}
body .k-state-default > .k-select {
  background: white;
}

.breakfast,
.trustbar,
.genuss,
.beschreibung {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
body .skd-offer-list-widget .skd-precheckout .skd-checkout-booked-services li {
  width: 100%;
}
body .skd-offer-list-widget .container-progress ul.skd-breadcrumbs li {
  background-color: #e2b28e;
}

.textblock {
  padding: 35px;
  color: white;
}
.textblock p {
  margin-top: 0px;
  color: white;
}

.zimmerliste {
  padding-top: 50px;
}
body .zimmerliste p {
  text-align: left;
}
.zimmerliste .wpb_text_column {
  padding: 10px;
  height: 250px;
  color: #1d1d1b;
}
.zimmerliste h2 {
  font-size: 40px;
  color: #1d1d1b;
  margin-top: 15px;
  margin-bottom: 20px;
}
.zimmerliste .wpb_content_element {
  color: #1d1d1b;
  background: white;
}
.zimmerliste a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wpb_content_element a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wpb_content_element a img,
.zimmerliste a img {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zimmerliste .wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_single_image-wrapper {
  overflow: hidden;
}
.sitemap .menu {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: initial;
  height: auto;
}
.sitemap #menu-sitemap li {
  padding-bottom: 35px;
}
.sitemap #menu-sitemap li li {
  padding-bottom: 10px;
}

body
  .skd-widget.skd-widget-container-md
  .skd-dsr-services
  .skd-widget-col-md-6 {
  width: 100% !important;
}
body .skd-offer-list-widget .skd-package .skd-package-summary {
  background-color: transparent;
}
body .skd-offer-list-widget .skd-package .skd-package-head .skd-package-title {
  bottom: 0px;
}

.custom.tparrows.tp-leftarrow:before {
  content: "\23" !important;
}

.custom.tparrows.tp-rightarrow:before {
  content: "\24" !important;
}
.custom.tparrows:before {
  font-family: "ElegantIcons" !important;
}
.custom.tparrows {
  background: #8b827a !important;
  border-radius: 50% !important;
}
.custom.tparrows:hover {
  background: #1d1d1b !important;
}

.bookingli li:before {
  font-family: "ElegantIcons";
  content: "\2605";
  margin-left: -25px;
  float: left;
  display: block;
  position: absolute;
  height: 40px;
}
.langs {
  height: 50px;
  line-height: 50px;
  color: white;
  text-transform: uppercase;
}
.bookingli li {
  list-style-type: none;
  margin-left: 30px;
  line-height: 35px;
}
.bookingli {
  padding-left: 15px;
}

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

footer .logo-img {
  height: 120px;
  width: auto;
  margin-bottom: 10px;
}

footer h3 {
  color: #1d1d1b;
  font-family: "Roadtrip";
  text-transform: none;
  font-size: 40px;
  font-weight: bold;
}

.zimmerliste .wpb_content_element {
  margin-bottom: 0px;
}
.zimmerliste .vc_col-sm-4,
.zimmerliste .vc_col-sm-8,
.zimmerliste .vc_col-sm-6 {
  margin-bottom: 50px;
}
.zimmerbutton .vc_btn3.vc_btn3-color-grey {
  background-color: #89c8b7 !important;
  text-transform: uppercase;
  color: white !important;
  width: 80%;
  text-align: center;
  border: 0px;
  margin: auto;
  border: 2px solid #89c8b7 !important;
}

.zimmerbutton .vc_btn3.vc_btn3-color-grey:hover {
  border: 2px solid #89c8b7 !important;
  color: #89c8b7 !important;
  background-color: white !important;
}
button {
  border-radius: 5px;
}
.kalender {
  background: #f0e4d6;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.zimmerbutton {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -5px;
  right: 0px;
}
.zimmerliste a {
  color: white;
  box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.boxen .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.boxen .wpb_text_column {
  padding-left: 15px;
  padding-right: 15px;
}
.boxen h2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 22px;
  transition: 0.3s ease-in;
  font-family: "Kiona";
  color: white;
}
.boxen .wpb_text_column .wpb_wrapper:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 110px;
  content: " ";
}
.boxen .wpb_text_column {
  pointer-events: none;
}
.boxen .vc_col-sm-6:hover h2 {
}
.boxen .vc_col-sm-6:hover .vc_column-inner:after {
  opacity: 1;
}
.boxen .vc_col-sm-6:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxen .vc_col-sm-6 img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.boxen .vc_col-sm-6 {
  overflow: hidden;
}

body .casa-month-price-view tr.casa-day-row p.casa-price-info {
  padding-left: 5px;
}

.boxen .wpb_content_element {
  margin-bottom: 0px;
}
.preis {
  text-align: right;
}
.preis b {
  font-size: 20pt;
  font-weight: normal;
}
body .casa-wdg {
  font-family: "Raleway", sans-serif !important;
  color: #fff;
  font-size: 16px;
  background: #1d1d1b;
}
.casa-wdg .k-widget,
.casa-wdg .k-input,
.casa-wdg.k-popup,
.casa-wdg .k-link {
  color: white !important;
}
.casa-wdg .k-autocomplete.k-state-default,
.casa-wdg .k-dropdown-wrap.k-state-default,
.casa-wdg .k-numeric-wrap.k-state-default,
.casa-wdg .k-picker-wrap.k-state-default {
  background-color: #8b827a;
}
body .casa-wdg > * {
  color: white;
}
.casa-wdg .casa-room-offer-item {
  border-bottom: 2px solid white;
  padding-bottom: 35px;
  padding-top: 35px;
}
body .casa-wdg table td[class*="casa-col-"],
body .casa-wdg table th[class*="casa-col-"] {
  position: relative;
  display: inline-block;
  float: none;
}
body .casa-wdg table .casa-col-md-4.casa-package-item-images {
  position: static;
  display: table-cell;
  overflow: hidden;
}
body .casa-wdg p {
  margin-bottom: 20px;
}
.casa-wdg .casa-month-price-view tr.casa-day-row p.casa-price-info .casa-date {
  font-size: 15px;
}
.casa-wdg .casa-month-price-view tr td:not(:first-child) {
  border-left-color: #fff;
}
.casa-wdg .casa-month-price-view tr td,
.casa-wdg .casa-month-price-view tr th {
  border-color: #fff;
}
.casa-wdg .casa-table > thead > tr > th,
.casa-wdg .casa-table > tbody > tr > th,
.casa-wdg .casa-table > tfoot > tr > th,
.casa-wdg .casa-table > thead > tr > td,
.casa-wdg .casa-table > tbody > tr > td,
.casa-wdg .casa-table > tfoot > tr > td {
  border-top: 1px solid #fff;
}

.text {
  padding-bottom: 5vh;
  padding-top: 5vh;
}
.intro {
  background-color: #f0856a;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-classic:after {
  content: "\39";
  font-family: "ElegantIcons";
  margin-left: 5px;
  vertical-align: middle;
}
.social-icons a {
  font-family: "ElegantIcons";
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.topbar {
  width: auto;
  text-align: right;
  font-family: "Kiona";
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}

div.dark_square .pp_description {
  display: none !important;
}
body .vc_col-has-fill > .vc_column-inner,
body
  .vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
.banner:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 50vh;
}
.banner .vc_col-sm-12 {
  z-index: 1001;
}
.gastgeber .banner {
  background-position: 36% 20%;
}
.heading .wpb_content_element {
  margin-bottom: 0px;
}
.banner.spa {
  background-position: 30% 20%;
}
body div.dark_square .pp_close {
  width: 22px;
  height: 22px;
  background: url(/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -54px -1px
    no-repeat;
  cursor: pointer;
  border-radius: 50%;
}

#navigation {
  background: #1d1d1b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transition: all 350ms ease-in-out;
  transition-delay: 200ms;
  visibility: hidden;
  opacity: 0;
  background-image: url(/wp-content/themes/cgAlpin/img/alpin-pattern.svg);
  background-size: cover;
}
.toggle {
  cursor: pointer;
  z-index: 9999999;
}

#navigation.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
#menu-items li.menu-item-has-children:after {
  content: "7";
  font-family: "ElegantIcons";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  color: white;
  display: block;
  font-size: 20pt;
}
#menu-items a {
  color: #f0e4d6;
  font-size: 18pt;
  font-family: "Kiona";
  text-transform: uppercase;
}
#menu-items ul ul a {
  font-size: 12pt;
  letter-spacing: 1px;
}
#menu-items a:hover {
  color: white;
}
.menu-text {
  display: none;
  text-transform: uppercase;
  color: #1d1d1b;
  font-family: "Kiona";
}

.topbar a {
  color: #1d1d1b;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  font-family: "ElegantIcons";
  padding-right: 5px;
  padding-left: 5px;
  font-size: 19px;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease-in;
  transform: scale(1);
}
.topbar a span {
  font-family: "Kiona";
}
.topbar a:hover {
  transform: scale(1.05);
}
.topbar img {
  height: 35px;
  width: auto;
}
.topbar img.wpml-ls-flag {
  width: 30px;
  height: 20px;
}
body .wpml-ls-legacy-list-horizontal {
  border: 0px;
  padding: 0px;
  clear: both;
}

.wellnessfacts {
  background: rgb(187, 162, 138);
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.wpb_text_column ul li::marker {
  font-family: "ElegantIcons";
  content: "\39";
  line-height: 1.4;
}
.wpb_text_column ul li {
  padding-bottom: 12px;
}
footer ul li::marker {
  font-family: "ElegantIcons";
  content: "\39";
  line-height: 1.4;
}
.skigebiet ul li::marker {
  font-family: "ElegantIcons";
  content: "\e106";
  line-height: 1.4;
}

body #selection-overview .casa-overview-panel {
  background-color: transparent;
}

ul li {
  padding-left: 8px;
  line-height: 1.4;
}
#menu-items li {
  position: relative;
}

.vc_tta-panel-body ul li {
  margin-bottom: 10px;
}
.vc_tta-panel-body ul {
  padding-left: 15px;
  margin-left: 0px;
}
.numbr {
  margin-left: 10px;
  display: none;
}
.topbar .de span {
  display: inline-block;
}
.bottombar {
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  margin: 0px;
  padding: 0px;
  display: table;
  border-top: 2px solid white;
}
.bottombar a {
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  display: block;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 1px;
}
ul.bottombar li {
  padding-left: 0px;
}

.bottombar li {
  background-color: #89c8b7;
  display: table-cell;
  margin: 0;
  text-align: center;
}
.bottombar li.aa {
  background-color: #f0856a;
  width: 40%;
}
.bottombar li.book {
  width: 40%;
}
.bottombar li.mobile {
  width: 20%;
  background: #1d1d1b;
}
.menu a {
  color: white;
}
.topsmall {
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  min-height: 75vh;
}
.details .top {
  padding-top: 20vh;
}
.topbild {
  min-height: 75vh;
}
.angebote .top {
  min-height: 50vh;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px;
  padding: 5px;
  width: 90%;
  background-color: #8b827a;
}

form a {
  color: white;
}
form a:hover {
  color: #f0e4d6;
}
form .row {
  margin-left: 0px;
  margin-right: 0px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #fff;
  background-color: #8b827a;
}
.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
  color: white;
}
.videobanner {
  width: 100%;
  height: 65vh;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}
.videobanner video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
select {
  border: 1px solid #fff;
  width: 90%;
  background-color: #8b827a;
  height: 35px;
}

textarea {
  width: 100%;
}
.col-4 {
  width: 100%;
}
.col-7 {
  width: 100%;
}
.form-group {
  display: inline-block;
  margin-bottom: 25px;
}
label {
  display: block;
  color: #fff;
  font-size: 14pt;
  margin-bottom: 5px;
}
label span {
  text-transform: none;
  letter-spacing: 0px;
}
.btn-senden {
  display: block;
  width: 100%;
  max-width: 600px;
  background-color: #f0856a;
  color: white;
  font-size: 16pt;
  padding: 15px 30px;
  border: 0px;
  transition: 0.3s ease-in;
  border: 1px solid transparent;
}
body .vc_btn3-container.anfragen.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
  background: #f0856a !important;
  color: white !important;
  border: 1px solid transparent !important;
}
body
  .vc_btn3-container.anfragen.vc_btn3-center
  .vc_btn3-block.vc_btn3-size-lg:hover {
  border: 1px solid #f0856a !important;
}

body .vc_btn3-container.buchen.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
  background: #89c8b7 !important;
  border: 1px solid transparent !important;
  color: white;
}
.vc_btn3-container.buchen.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg:hover {
  background: #89c8b7 !important;
  border: 1px solid #5e5c59 !important;
  color: white !important;
}

.btn-senden:hover {
  border: 1px solid #fff;
}
.anfrage button {
  float: right;
  width: 100%;
}
.anfrage button:hover {
  background-color: #1d1d1b;
}
select {
  color: white;
}
form > * {
  color: #fff;
}
form input:-internal-autofill-selected {
  background-color: #1d1d1b !important;
}

body .vc_images_carousel .vc_carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #1d1d1b;
  background-color: #1d1d1b;
}
body .vc_images_carousel .vc_carousel-indicators .vc_active {
  margin: 1px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #1d1d1b;
}

.banner,
.top {
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 2px 8px 0px #1d1d1b;
  box-shadow: 0px 2px 8px 0px #1d1d1b;
  height: 85vh;
}

.titeltext {
  padding-left: 15px;
}
.zimmertitle {
  text-align: center;
}
.zimmeruebersicht {
  background-color: #1d1d1b;
  background-image: url(/wp-content/themes/cgAlpin/img/alpin-pattern.svg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px;
}
.beschreibung,
.anfragebg,
.buchenbg {
  background-color: #1d1d1b;
  background-image: url(/wp-content/themes/cgAlpin/img/alpin-pattern.svg);
  background-size: cover;
}
.dunkel {
  background-color: #1d1d1b;
}
.winteruebersicht {
  background-color: #1d1d1b;
  background-image: url(/wp-content/themes/cgAlpin/img/alpin-pattern.svg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px;
}
.informationen .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background-color: #f0856a;
  text-transform: uppercase;
  color: white;
  border: none;
}
.introtext {
  position: absolute;
  z-index: 2;
  top: 30vh;
  left: 39vw;
}
.zimmerdes {
  padding-bottom: 50px;
}

.menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.menu.desktop {
  display: none;
}
.vc_wp_custommenu .menu {
  position: relative;
  top: initial;
  width: 100%;
  height: auto;
  vertical-align: initial;
  background: transparent;
  z-index: 1;
}

.menu img {
  height: auto;
  width: 40px;
}
.mobile img {
  height: auto;
  width: 40px;
  top: 5px;
}

.close-btn {
  width: 35px;
  height: auto;
}

.menu-image-title-below.menu-image-not-hovered > img,
.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
.menu-image-title-below .menu-image-hover-wrapper {
  padding-bottom: 0px;
}
.menu .menu-btn {
  font-family: "ElegantIcons";
  color: #1d1d1b;
  font-size: 32px;
  top: 3px;
}

.vc_btn3-container.hotelbutton.vc_btn3-right {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: -20px;
}
/* wrapper */
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
  position: absolute;
  height: 65px;
  top: 0px;
  padding-right: 5px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
.sticky .header {
  background: #5e5c59;
  height: 65px;
  position: fixed;
}
.innerheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}

.innerheader .center {
  position: absolute;
  top: 10px;
  left: 10px;
}

.sticky .logo {
  height: 80px;
  width: auto;
}
/* logo */
.logo {
  width: 130px;
  height: auto;
  z-index: 10;
  margin-top: 10px;
}
body .breadcrumb-container.theme1 a {
  padding: 2px;
  font-size: 18px;
  letter-spacing: 2px;
}

.logomenu {
  width: 100px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 75px;
}
.sticky .logo-img {
  height: 120px;
}

.slider {
  margin-bottom: 30px;
}
/* nav */
.nav {
  display: block;
  margin: 0px;
  padding: 0;
  text-align: left;
  position: relative;
  width: 100%;
}
.nav ul {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  list-style: none;
}
.nav ul ul {
  display: none;
  position: relative;
  text-align: left;
  border-right: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.nav ul li:hover ul {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px;
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
  background-color: #5e5c59;
  padding-top: 30px;
  padding-bottom: 52px;
}

.footer {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #7c7c7c;
}
.nav .current-menu-item a {
  color: #d6d3c8;
}
.footer .mehr:after {
  content: "\24";
  font-family: "ElegantIcons";
  margin-left: 5px;
  vertical-align: middle;
}

.footer .menu-item {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 10px;
}
.footer ul {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}
.menu-btn {
  position: relative;
}
.social-links {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 65px;
}
.socials a {
  display: inline-block;
  padding-right: 20px;
}
.social-links .instagram {
  margin-right: 5px;
}
.social-links a img {
  transition: 0.3s ease-in-out;
}
.social-links a:hover img,
.socials a:hover img {
  transform: scale(0.95);
}
.social-links .instagram {
  margin-left: 5px;
}
.socials {
  position: relative;
  right: 0px;
  top: 20px;
  margin-bottom: 35px;
}

.socialimages {
  padding-top: 5vh;
}
.copyright {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 10px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.title.sec {
  margin-left: 40px;
  font-weight: normal;
}
h2.title {
  font-weight: normal;
  color: white;
}
.subtitle,
.zimmertitle h2 {
  font-family: "Kiona";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.starttext {
  margin-bottom: 80px !important;
}

.close .menu-text {
  top: 10px;
  right: 60px;
}
.close {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 999999;
}

body .vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  text-transform: uppercase;
  color: #fff;
  background-color: #1d1d1b;
  letter-spacing: 1px;
  border-radius: 5px;
}
body .popupbtn {
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
body .spu-container h3 {
  margin-bottom: 30px !important;
}
body .vc_btn3.vc_btn3-color-grey:hover,
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  color: #1d1d1b;
  background-color: #f0e4d6;
}
.langs span {
  display: none;
}

.casa-wdg .casa-btn-group {
  width: 100% !important;
}

.show-modal {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.75rem 3.5rem;
  margin: 5rem 2rem;
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

/* -------------------------- */
/* CLASSES TO MAKE MODAL WORK */
.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;

  background-color: white;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}
body .casa-room-offer table.casa-room-offer-rates td:last-child a p {
  display: inline-block;
}
body .casa-room-offer table.casa-room-offer-rates td:last-child a span {
  font-size: 15px;
}
body .casa-wdg ul,
body .casa-wdg ol {
  margin-bottom: 25px;
}

.banner .wpb_content_element {
  margin-bottom: 0px;
}
.reverse img {
}

.sticky .topbar a,
.sticky .menu-text,
.sticky .menu-btn,
.menuactive .topbar a,
.menuactive .menu-text {
  color: white;
}
.bildzoom img:hover {
  cursor: zoom-in;
}

body .casa-dayprice-info-wrapper {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #efd4b2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.casa-dayprice-info label {
  color: #1d1d1b;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
#kinderage {
  display: none;
}
#kinderage.show {
  display: inline-block;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.bilderzimmer {
  margin-top: 35px;
}
.videobanner .title {
  padding-bottom: 5vh;
  z-index: 1;
}
@media (max-width: 359px) {
  .title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #menu-items a {
    font-size: 14pt;
  }
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
  .banner .title,
  .videobanner .title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
  }
  body .casa-form-horizontal .casa-control-label {
    font-size: 18px;
  }
  .banner {
    padding-bottom: 50px;
  }
  .footer {
    padding-bottom: 5px;
  }
  .boxen h2 {
    font-size: 30px;
  }
  .stoerer img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 100px;
    right: 30px;
    transform: scale(1);
    animation: pulse 2s infinite;
  }
  .winterfreunden {
    width: 200px;
  }
  #menu-items li {
    position: initial;
  }
  .sticky .innerheader {
    padding: 0 75px;
  }
  .casa-wdg .casa-room-offer-item .casa-col-md-7,
  .casa-wdg .casa-room-offer-item .casa-col-md-5 {
    width: 100%;
  }

  .title {
    font-size: 38px;
    line-height: 43px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
  }
  .close .menu-text {
    top: 10px;
    right: 60px;
  }
  .close {
    position: fixed;
    top: 25px;
    left: 75px;
    bottom: initial;
  }
  .innerheader {
    padding: 0 75px;
  }
  .header {
    position: fixed;
    height: 90px;
    top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .heading .wpb_content_element {
    margin-bottom: 30px;
  }
  h1.zimmertitle {
    font-size: 41px;
    line-height: 45px;
  }
  .topbar a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .gastgeber .banner {
    background-position: 50% 20%;
  }
  .banner.spa {
    background-position: 50% 50%;
  }
  .innerheader .center {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sticky .innerheader .center {
    top: 65%;
  }

  .col-4 {
    width: 32%;
  }
  .col-7 {
    width: 60%;
  }
  .casa-wdg .casa-col-sm-3 {
    width: 30%;
  }
  .wpb_single_image .vc_figure-caption h3 {
    font-size: initial;
    letter-spacing: initial;
    line-height: initial;
  }

  .textrechts {
    padding-top: 150px;
  }

  .bottombar {
    display: none;
  }

  .menu.desktop {
    display: flex;
  }
  .menu-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
  }
  .logomenu {
    width: 200px;
    margin-top: 20px;
  }

  .bo {
    background: url(/wp-content/themes/cgAlpin/img/buchen.svg) no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 110px;
    width: 100px;
    height: 100px;
    transform: scale(1);
    transition: 0.3s ease-in;
    z-index: 100001;
  }
  .boo {
    background: url(/wp-content/themes/cgAlpin/img/booking.svg) no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 35px;
    width: 120px;
    height: 120px;
    transform: scale(1);
    transition: 0.3s ease-in;
    z-index: 100001;
  }

  .anf {
    background: url(/wp-content/themes/cgAlpin/img/anfrage.svg) no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 220px;
    width: 100px;
    height: 100px;
    transform: scale(1);
    transition: 0.3s ease-in;
    z-index: 100001;
  }
  .inq {
    background: url(/wp-content/themes/cgAlpin/img/inquiry.svg) no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 170px;
    width: 120px;
    height: 120px;
    transform: scale(1);
    transition: 0.3s ease-in;
    z-index: 100001;
  }
  .bo:hover,
  .anf:hover,
  .boo:hover,
  .inq:hover {
    transform: scale(1.05);
  }
  .top {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
  }
  .zimmerbutton {
    bottom: -6px;
  }
  .zimmerliste .wpb_text_column {
    height: 250px;
  }
  .menu img {
    width: 45px;
  }
  .close-btn {
    width: 35px;
  }
  body .vc_images_carousel .vc_carousel-control .icon-next,
  body .vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 45px;
    height: 45px;
    width: 45px;
  }
  #menu-items a.buchenbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .family {
    width: 75%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
  .preis {
    text-align: right;
    position: absolute;
    bottom: 295px;
    right: 32px;
  }

  .gericht {
    position: relative;
  }
  .bildrow {
    padding-bottom: 30%;
    padding-top: 5%;
  }
  .titeltext {
    padding-left: 50px;
  }
  .hoteltop {
    height: 80vh;
    padding-top: 35vh;
  }
  .nav {
    display: flex;
    margin: 0px;
    padding: 0;
    text-align: left;
    align-self: center;
    position: relative;
    align-items: center;
    min-height: 55vh;
    height: 65vh;
    width: 100%;
  }

  .nav ul {
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
    width: 50%;
    padding: 0;
    list-style: none;
  }
  .nav ul ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: left;
    top: 0px;
    left: 50%;
    border-right: 0px;
    width: 50%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: initial;
  }
  .nav ul li:hover ul {
    display: flex;
  }
  #menu-items a {
    font-size: 20pt;
  }
  #menu-items li {
    line-height: 45px;
    padding-right: 15px;
  }
  #menu-items ul ul li a {
    font-size: 16pt;
  }
  #menu-items li.menu-item-has-children:after {
    content: "\39";
    font-family: "ElegantIcons";
    color: white;
    display: inline-block;
    position: static;
    width: 25px;
    pointer-events: none;
  }
  .banner {
    height: 100vh;
  }
}
@media only screen and (min-width: 1024px) {
  .soc {
    display: block;
  }
  .videobanner {
    height: 100vh;
  }
  .videobanner .title {
    max-width: 80%;
  }
  .footerrow {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
  }
  .titeltext {
    padding-left: 150px;
  }
  .numbr {
    display: initial;
  }
  .langsmobile {
    display: none;
  }
  .banner .title,
  .videobanner .title {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 5px;
    z-index: 1;
  }

  .boxen .vc_col-sm-6 {
    margin: 10px;
    flex-basis: 36%;
  }
  .boxen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .title {
    font-size: 45px;
    line-height: 50px;
  }
  #menu-items a {
    font-size: 25pt;
  }
  #menu-items li {
    line-height: 40px;
    padding-top: 5px;
    position: initial;
  }
  #menu-items li li {
    line-height: 30px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #menu-items ul ul li a {
    font-size: 16pt;
  }
  .nav {
    height: 60vh;
  }
  .banner:before {
    height: 35vh;
  }

  .reverse {
    display: flex;
    flex-direction: row-reverse;
  }

  .langs span {
    font-weight: 800;
    font-size: 14pt;
    font-family: "Kiona";
    vertical-align: middle;
  }

  .social-links {
    padding-bottom: 0px;
  }

  .logo {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .bo {
    right: 15px;
    bottom: 35px;
    width: 120px;
    height: 120px;
  }
  .reihe {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .boo {
    right: 15px;
    bottom: 35px;
    width: 120px;
    height: 120px;
  }

  .anf {
    right: 15px;
    bottom: 170px;
    width: 120px;
    height: 120px;
  }
  .inq {
    right: 15px;
    bottom: 170px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner .title,
  .videobanner .title {
    font-size: 84px;
    line-height: 89px;
  }
  .stoerer img {
    width: 250px;
    height: auto;
    position: absolute;
    top: 200px;
    right: 30px;
    transform: scale(1);
    animation: pulse 2s infinite;
  }
  .winterfreunden {
    width: 250px;
  }
  .videobanner .title {
    max-width: 70%;
  }
  #menu-items a {
    font-size: 30pt;
  }
  #menu-items li {
    line-height: 45px;
    padding-top: 15px;
    position: initial;
  }
  #menu-items li li {
    line-height: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menu-items ul ul li a {
    font-size: 16pt;
  }
  .banner {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1140px) {
  .vc_row.vc_row-flex,
  .vc_row[data-vc-full-width],
  .vc_section[data-vc-full-width] {
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .menu-image-title.menu-image-title-above,
  .menu-image-title.menu-image-title-below {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1140px) {
  .vc_row-full-width {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1440px) {
  .nav {
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}

html,
body {
  -webkit-touch-callout: auto; /* iOS Safari */
  -webkit-user-select: auto; /* Safari */
  -khtml-user-select: auto; /* Konqueror HTML */
  -moz-user-select: auto; /* Old versions of Firefox */
  -ms-user-select: auto; /* Internet Explorer/Edge */
  user-select: auto; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  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;
  }
}
