/* ==========================================================================
   Teile von alloggo-core.css die noch weiter verwendet werden
	 11.04.2021
   ========================================================================== */
	 
	 
	 /* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
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 {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main {
  display: block;
}

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #faf9f5;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
/*
table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}

body:not([class*="alloggio-core"]) table {
  font-size: 15px;
}

table tr {
  border: 1px solid rgba(0, 0, 0, 0.18);
}

table th {
  padding: 5px 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}

table td {
  padding: 5px 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  list-style-position: inside;
  margin: 0 0 1.5em;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

img, .wp-caption {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

embed,
object {
  height: auto;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}

input[type='submit'] {
  -webkit-appearance: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figcaption,
.wp-caption,
.gallery-caption {
  display: block;
  max-width: 100%;
  margin: 0.8em 0 1.5em;
  font-size: 0.8125rem;
  opacity: 1;
}

figcaption a,
.wp-caption a,
.gallery-caption a {
  color: inherit;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  opacity: 1;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

.sticky,
.bypostauthor {
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #b56953;
}

::selection {
  color: #fff;
  background: #b56953;
}

::-moz-selection {
  color: #fff;
  background: #b56953;
}

/* ==========================================================================
   5.0 Typography styles
   ========================================================================== 
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 17px;
  line-height: 1.58824em;
  font-weight: 300;
  color: #4d4d4d;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 60px;
  line-height: 1.033333333333333em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  h1,
  .qodef-h1 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 680px) {
  h1,
  .qodef-h1 {
    font-size: 48px;
  }
}

h1 a,
.qodef-h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:hover,
.qodef-h1 a:hover {
  color: #b56953;
}

h2,
.qodef-h2 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 43px;
  line-height: 1.069767441860465em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  h2,
  .qodef-h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 680px) {
  h2,
  .qodef-h2 {
    font-size: 36px;
  }
}

h2 a,
.qodef-h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h2 a:hover,
.qodef-h2 a:hover {
  color: #b56953;
}

h3,
.qodef-h3 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  h3,
  .qodef-h3 {
    font-size: 29px;
  }
}

h3 a,
.qodef-h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:hover,
.qodef-h3 a:hover {
  color: #b56953;
}

h4,
.qodef-h4 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 680px) {
  h4,
  .qodef-h4 {
    font-size: 22px;
  }
}

h4 a,
.qodef-h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:hover,
.qodef-h4 a:hover {
  color: #b56953;
}

h5,
.qodef-h5 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5 a,
.qodef-h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:hover,
.qodef-h5 a:hover {
  color: #b56953;
}

h6,
.qodef-h6 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body:not([class*="alloggio-core"]) h6, body:not([class*="alloggio-core"])
.qodef-h6 {
  font-size: 16px;
}

h6 a,
.qodef-h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:hover,
.qodef-h6 a:hover {
  color: #b56953;
}

a,
p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  cursor: pointer;
}

a:hover,
p a:hover {
  color: #b56953;
}

p {
  margin: 10px 0;
  line-height: 1.58824em;
}
*/

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
 /* margin: 0 0 30px; */
  padding: 9.5px 16px;
  font-family: inherit;
  font-size: 17px;
  line-height: 29px;
  font-weight: inherit;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="search"],
  textarea {
    font-size: 15px;
  }
}

#qodef-page-footer.qodef-footer--light input[type="text"], #qodef-page-footer.qodef-footer--light
input[type="email"], #qodef-page-footer.qodef-footer--light
input[type="url"], #qodef-page-footer.qodef-footer--light
input[type="password"], #qodef-page-footer.qodef-footer--light
input[type="number"], #qodef-page-footer.qodef-footer--light
input[type="tel"], #qodef-page-footer.qodef-footer--light
input[type="search"], #qodef-page-footer.qodef-footer--light
textarea {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

#qodef-page-footer.qodef-footer--light input[type="text"]:focus, #qodef-page-footer.qodef-footer--light
input[type="email"]:focus, #qodef-page-footer.qodef-footer--light
input[type="url"]:focus, #qodef-page-footer.qodef-footer--light
input[type="password"]:focus, #qodef-page-footer.qodef-footer--light
input[type="number"]:focus, #qodef-page-footer.qodef-footer--light
input[type="tel"]:focus, #qodef-page-footer.qodef-footer--light
input[type="search"]:focus, #qodef-page-footer.qodef-footer--light
textarea:focus {
  color: #fff;
  background-color: transparent;
  border-color: #ccc;
}

.post-password-form input[type="password"] {
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  .post-password-form input[type="password"] {
    display: block;
    max-width: 50%;
  }
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  padding: 12px 38px;
  color: #fff;
  background-color: #b56953;
  border: 1px solid transparent;
  cursor: pointer;
}

input[type="submit"] .qodef-m-text {
  position: relative;
  z-index: 1;
}

input[type="submit"]:hover {
  color: #b56953;
  background-color: transparent;
  border-color: #b56953;
}

button[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  padding: 12px 38px;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  cursor: pointer;
}

button[type="submit"] .qodef-m-text {
  position: relative;
  z-index: 1;
}

button[type="submit"]:hover {
  color: #fff;
  background-color: transparent;
}

button[type="submit"] span {
  display: block;
  line-height: inherit;
}

button[type="submit"] span:before {
  display: block;
  line-height: inherit;
}

.qodef-theme-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.qodef-theme-button .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-theme-button .qodef-m-plus {
  position: relative;
  top: -0.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  margin-left: 4px;
}

.qodef-theme-button .qodef-m-plus:before, .qodef-theme-button .qodef-m-plus:after {
  content: '';
  position: absolute;
  background-color: currentColor;
}

.qodef-theme-button .qodef-m-plus:before {
  height: 1px;
  width: 100%;
}

.qodef-theme-button .qodef-m-plus:after {
  height: 100%;
  width: 1px;
}

.qodef-theme-button:hover {
  color: #b56953;
}

select {
  position: relative;
  display: block;
  height: 48px;
  padding: 9.5px 16px;
  margin: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 29px;
  font-weight: normal;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}

@media only screen and (max-width: 768px) {
  select {
    font-size: 15px;
  }
}



/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button {
	cursor: pointer;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 2em;
    color: #000;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 12px 38px;
    color: #000;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.6);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    
}

.qodef-button.qodef-size--small {
  padding: 8px 33px;
}

.qodef-button.qodef-size--large {
  padding: 12px 42px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  padding: 12px 12px;
  text-align: center;
}
.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined .qodef-m-background-holder {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: transparent;
}

.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined:hover .qodef-m-background-holder {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}


.qodef-button.qodef-layout--outlined {
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
  position: relative;
  z-index: 1;
}

.qodef-button.qodef-layout--outlined .qodef-m-background-holder {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #b56953;
  background-color: var(--rot_dunkel);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s cubic-bezier(0.75, 0.01, 0.13, 1.01);
  -o-transition: 0.5s cubic-bezier(0.75, 0.01, 0.13, 1.01);
  transition: 0.5s cubic-bezier(0.75, 0.01, 0.13, 1.01);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-browser--safari .qodef-button.qodef-layout--outlined .qodef-m-background-holder {
  width: calc(100% + 3px);
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: transparent;
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-background-holder {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* ==========================================================================
   Reservation form
   ========================================================================== */
	 #qodef-room-reservation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 26px 40px 40px;
  background-color: #faf9f5;
}

#qodef-room-reservation .qodef-room-reservation-title {
  margin: 0 0 39px;
}

#qodef-room-reservation-form .qodef-m-field {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 36px;
}

#qodef-room-reservation-form .qodef-m-field label {
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1.6em;
  color: #000;
}

#qodef-room-reservation-form .qodef-m-field input,
#qodef-room-reservation-form .qodef-m-field select {
  margin-bottom: 0;
}

#qodef-room-reservation-form .qodef-m-field input:hover,
#qodef-room-reservation-form .qodef-m-field select:hover {
  border-color: #000;
}

#qodef-room-reservation-form .qodef-m-field .select2-container--default {
  margin-bottom: 0;
}

#qodef-room-reservation-form .qodef-m-field .select2-container--default .select2-selection--single:hover {
  border-color: #000;
}

#qodef-room-reservation-form .qodef-m-field.qodef--room-amount .qodef-e-input {
  width: 100%;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-input-icon {
  top: calc(50% - 10px);
  width: 20px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #faf9f5;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-top-width: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--above {
  top: auto;
  bottom: calc(100% - 24px);
  border-top-width: 1px;
  border-bottom-width: 0;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--opened {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection--single {
  height: auto;
  padding: 3px 6px;
  line-height: 22px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow {
  right: 2px;
  width: 20px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow:before {
  font-size: 10px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-text {
  color: #000;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-description {
  display: block;
  font-size: 13px;
  line-height: 1;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button {
  margin: 16px 0 0;
}

#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button .qodef-button {
  padding-top: 7px;
  padding-bottom: 7px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services {
  margin-bottom: 25px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-title {
  margin-bottom: 19px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 9px 0;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--checked .qodef-e-field-checkbox {
  background-color: #b56953;
  background-image: url("../img/check-mark.png");
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-checkbox,
#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-label-name {
  cursor: not-allowed;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-checkbox {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-position: center 40%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-line {
  position: relative;
  bottom: 8px;
  width: 100%;
  height: 1px;
  margin: 0 8px 0 2px;
  background-color: rgba(77, 77, 77, 0.12);
}

#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#qodef-room-reservation-form .qodef-m-field.qodef--price {
  margin-bottom: 41px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--price .qodef-m-field-title {
  margin-bottom: 17px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--price .qodef-m-price {
  font-size: 20px;
}

#qodef-room-reservation-form .qodef-m-field.qodef--booking {
  margin: 0;
}

#qodef-room-reservation-form .qodef-m-field-title {
  margin: 0;
}

#qodef-room-reservation-form .qodef-m-field-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-room-reservation-form .qodef-m-field-input-icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
  width: 16px;
  height: auto;
  fill: none;
  stroke: #000;
  z-index: 1;
  cursor: pointer;
}

#qodef-room-reservation-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

#qodef-room-reservation-form .qodef-m-spinner {
  position: absolute;
  color: #b56953;
  fill: currentColor;
  -webkit-animation: qode-rotate 2s infinite linear;
          animation: qode-rotate 2s infinite linear;
  z-index: -1;
}

#qodef-room-reservation-form .qodef-m-spinner.qodef--form {
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  z-index: 2;
}

#qodef-room-reservation-form .qodef-m-spinner.qodef--button {
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 36px;
  visibility: hidden;
}

#qodef-room-reservation-form .qodef-m-response {
  position: relative;
  display: none;
  line-height: 1;
  margin-top: 20px;
}

#qodef-room-reservation-form .qodef-m-response.qodef--show {
  display: block;
}

#qodef-room-reservation-form .qodef-m-response.qodef--success {
  color: #0b9c0b;
}

#qodef-room-reservation-form .qodef-m-response.qodef--error {
  color: #ff3135;
}

#qodef-room-reservation-form.qodef--loaded:after {
  display: none;
}

#qodef-room-reservation-form.qodef--loaded .qodef-m-spinner.qodef--form {
  display: none;
}

#qodef-room-reservation-form.qodef--checking .qodef-button {
  visibility: hidden;
}

#qodef-room-reservation-form.qodef--checking .qodef-m-spinner.qodef--button {
  visibility: visible;
  z-index: 1;
} 
	 
	 
	 
	 /* ==========================================================================
   + Link footer
   ========================================================================== */
.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    /*font-family: Raleway,sans-serif;*/
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 2em;
    color: #000;
    color: var(--schrift);
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 12px 38px;
}
.qodef-button.qodef-layout--textual {
    padding: 0!important;
    color: #000;
    background-color: transparent;
    border: 0;
}
.qodef-button.qodef-layout--textual:hover {
    color: var(--rot_dunkel);
}
.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
}
.qodef-button.qodef-layout--textual .qodef-m-plus {
    position: relative;
    top: -1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    margin-left: 4px;
}
.qodef-button.qodef-layout--textual .qodef-m-plus:before {
    height: 1px;
    width: 100%;
}
.qodef-button.qodef-layout--textual .qodef-m-plus:after {
    height: 100%;
    width: 1px;
}
.qodef-button.qodef-layout--textual .qodef-m-plus:after, .qodef-button.qodef-layout--textual .qodef-m-plus:before {
    content: '';
    position: absolute;
    background-color: currentColor;
}

/* ==========================================================================
   Weather Widget style - begin
   ========================================================================== */
	 
/* Wetter Icons */
@font-face {
	font-family: 'linea-weather-10';
	src:url('../fonts/wetter/linea-weather-10.eot');
	src:url('../fonts/wetter/linea-weather-10.eot') format('embedded-opentype'),
		url('../fonts/wetter/linea-weather-10.woff') format('woff'),
		url('../fonts/wetter/linea-weather-10.ttf') format('truetype'),
		url('../fonts/wetter/linea-weather-10.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.wetter_container {
		position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 25px;
    padding: 27px 40px 22px;
}
.wetter_container.div_bg {
    background-color: var(--color_bg);
}
.qodef-weather-widget {
  cursor: default;
}

.qodef-weather-widget .qodef-m-city {
  margin: 0 0 6px;
}

.qodef-weather-widget .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-weather-widget .qodef-m-weather {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-weather-widget .qodef-m-weather-icon {
  font-family: "linea-weather-10";
  font-size: 45px;
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
}

.qodef-weather-widget .qodef-m-weather-icon:before {
  content: '';
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before {
  content: "\e00d";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before {
  content: "\e02d";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
  content: "\e034";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before {
  content: "\e027";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before {
  content: "\e01b";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before {
  content: "\e042";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
  content: "\e038";
}

.qodef-weather-widget .qodef-m-temperature {
  margin-bottom: 3px;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.qodef-weather-widget .qodef-m-temperature sup {
  font-size: inherit;
  top: 0;
}

.qodef-weather-widget .qodef-e-description,
.qodef-weather-widget .qodef-e-humidity,
.qodef-weather-widget .qodef-e-wind {
  font-size: 15px;
  line-height: 0.5;
}

.qodef-weather-widget .qodef-m-other-days {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1.6em;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
  width: 100%;
  margin: 17px 0;
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-weather-icon {
  font-size: 22px;
  letter-spacing: 0;
  margin: 0 4px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 38px;
  text-align: center;
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-temperature {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-day {
  min-width: 40px;
}

.qodef-weather-widget.qodef-layout--standard > .qodef-m-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 680px) {
  .qodef-weather-widget.qodef-layout--standard > .qodef-m-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .qodef-weather-widget.qodef-layout--standard .qodef-m-weather {
    margin-bottom: 6px;
  }
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #000;
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-weather-icon {
  font-size: 22px;
  margin: 0 8px;
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-temperature {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget {
  color: #fff;
}

.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-temperature {
  color: #fff;
}

.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-other-days {
  color: #fff;
}

.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  color: #fff;
}

.qodef-sticky-header--light .qodef-weather-widget {
  color: #fff;
}

.qodef-sticky-header--light .qodef-weather-widget .qodef-m-temperature {
  color: #fff;
}

.qodef-sticky-header--light .qodef-weather-widget .qodef-m-other-days {
  color: #fff;
}

.qodef-sticky-header--light .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  color: #fff;
}

#qodef-page-footer .qodef-weather-widget {
  color: #fff;
}

#qodef-page-footer .qodef-weather-widget .qodef-m-temperature {
  color: #fff;
}

#qodef-page-footer .qodef-weather-widget .qodef-m-other-days {
  color: #fff;
}

#qodef-page-footer .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  color: #fff;
}

/* ==========================================================================
   Weather Widget style - end
   ========================================================================== */

