﻿@charset "UTF-8";
/*COMPASS Components*/
/*@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,800,700,300");*/
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v34-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/open-sans-v34-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/open-sans-v34-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/open-sans-v34-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v34-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/open-sans-v34-latin-300italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-300italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/open-sans-v34-latin-300italic.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-300italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-300italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/open-sans-v34-latin-italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
strong {
  font-weight: bold;
}
a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

html {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

body {
  width: 100%;
  overflow-x: hidden;
}

h1 {
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 30px;
}

h1 a {
  text-decoration: none;
}

h2,
h3,
h4,
.ueberschrift {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 24px;
}

h2 a,
.ueberschrift a {
  text-decoration: none;
}

/*h3 {
	font-family:'Open Sans';
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:20px;
}*/

h3 a {
  text-decoration: none;
}

p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

blockquote {
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}

pre {
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.57142829895px;
}

.backbutton {
  text-align: right;
  font-weight: 600;
}

.backbutton a {
  text-decoration: none;
  color: #000;
}

.backbutton a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.gross {
  text-transform: uppercase;
}

#topline {
  width: 100%;
  height: 100px;
}
#topline #lupe_desktop {
  position: absolute;
  left: 300px;
  top: 40px;
}

@media screen and (max-width: 768px) {
  #topline {
    height: 150px;
  }
  #topline #lupe_desktop{
	  left: unset;
  }
}

#topline .verlauf {
  background-image: url(/images/header_bg_verlauf.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #topline .verlauf {
    display: none;
  }
}

#topline .blackline {
  height: 20px;
  background-color: #333;
}

@media screen and (max-width: 768px) {
  #topline .blackline {
    display: none;
  }
}

#topline .wrapper {
  margin: -100px auto 0;
  max-width: 1150px;
  position: relative;
  display: block;
}

@media screen and (max-width: 1199px) {
  #topline .wrapper {
    max-width: 980px;
  }
}

#topline .wrapper .logo {
  margin-left: 3px;
  width: 300px;
  text-align: center;
  background-image: url(/images/logo_background.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 100px;
}

#topline .wrapper .logo img {
  margin-top: 28px;
}

#topline .wrapper .phone {
  position: absolute;
  top: 50px;
  right: 10px;
}

#topline .wrapper .phone a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

#topline .wrapper .backbutton {
  position: absolute;
  top: 80px;
  right: 10px;
}

#topline .wrapper .backbutton a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

#topline .wrapper .backbutton a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #topline .wrapper {
    width: 100%;
    margin: 0;
  }

  #topline .wrapper .logo {
    float: none;
    width: 100%;
    height: 80px;
  }

  #topline .wrapper .logo img {
    margin-top: 8px;
  }

  #topline .wrapper .phone {
    float: none;
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
    top: inherit;
  }

  #topline .wrapper .phone span {
    display: none;
  }
  #topline .wrapper .phone span.mailheader{
	  display: inline-block;
  }
  #wrapper a.toggleMenu {
    font-size: 22px;
  }
}

#slidepos {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  #slidepos {
    width: 980px;
  }
}

@media screen and (max-width: 980px) {
  #slidepos {
    width: 100%;
  }
}

@media screen and (max-width: 790px) {
  #slidepos {
    display: none;
  }
}

#wrapper {
  max-width: 1150px;
  margin: 5px auto;
}

@media screen and (max-width: 1199px) {
  #wrapper {
    max-width: 980px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    margin: 0 3px;
  }
}

#wrapper #cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans";
  z-index: 0;
  width: 100%;
  color: #fff;
}

#wrapper #cssmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper #cssmenu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper #cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper #cssmenu ul ul {
  display: none;
}

#wrapper .align-right {
  float: right;
}

#wrapper #cssmenu > ul > li > a {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #111;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px;
  background: #f0f0f0;
}

#wrapper #cssmenu > ul > li > a:hover {
  background: #424852;
  color: white;
}

#wrapper #cssmenu > ul > li.active > a {
  color: black;
  background: #fcfcfc;
}

#wrapper #cssmenu > ul > li.open > a {
  color: black;
  background: #dfdfdf;
  border-bottom: 1px solid #ccc;
}

#wrapper #cssmenu > ul > li:last-child > a,
#wrapper #cssmenu > ul > li.last > a {
  border-bottom: 1px solid #ccc;
}

#wrapper .holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#wrapper .holder::after,
#wrapper .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#wrapper .holder::after {
  top: 17px;
  border-top: 2px solid #777;
  border-left: 2px solid #777;
}

#wrapper #cssmenu > ul > li > a:hover > span::after,
#wrapper #cssmenu > ul > li.active > a > span::after,
#wrapper #cssmenu > ul > li.open > a > span::after {
  border-color: #ccc;
}

#wrapper .holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: #666;
  border-left-color: #666;
}

#wrapper #cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: black;
  background: #fcfcfc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#SuchDetailMob ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#wrapper #cssmenu ul ul li:hover > a,
#wrapper #cssmenu ul ul li.open > a,
#wrapper #cssmenu ul ul li.active > a {
  background: #424852;
  color: white;
}

#wrapper #cssmenu ul ul li:first-child > a {
  box-shadow: none;
}

#wrapper #cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#wrapper #cssmenu ul ul ul li a {
  padding-left: 30px;
}

#wrapper #cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#wrapper #cssmenu ul ul li.active > a::after,
#wrapper #cssmenu ul ul li.open > a::after,
#wrapper #cssmenu ul ul li > a:hover::after {
  border-color: #fff;
}

#wrapper #cssmenu > ul > li > ul > li:last-child > a,
#wrapper #cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#wrapper #cssmenu > ul > li > ul > li.open:last-child > a,
#wrapper #cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #ccc;
}

#wrapper #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#wrapper .social {
  margin: 10px 0;
}

#wrapper .social .mygoogle,
#wrapper .social .myfacebook,
#wrapper .social .fb-like {
  margin: 10px 0 0 15px;
}

#wrapper .social .mygoogle a,
#wrapper .social .myfacebook a,
#wrapper .social .fb-like a {
  text-decoration: none;
  color: #83826f;
}

#wrapper .social .mygoogle a i,
#wrapper .social .myfacebook a i,
#wrapper .social .fb-like a i {
  font-size: 20px;
}

#wrapper .social .fb-like {
  display: block;
  margin-bottom: 20px;
}

#wrapper .social .mygoogle i {
  color: #ef3622;
}

#wrapper .social .myfacebook i {
  color: #3a5795;
}

#wrapper .toggleMenu {
  display: none;
  background: #f0f0f0;
  color: #000;
}

#wrapper a.toggleMenu {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #topline #lupe_desktop {
    right: 20px;
  }
  #wrapper #cssmenu > ul > li > a {
    font-size: 18px;
    padding: 30px 20px;
  }
  #wrapper #cssmenu ul ul li a {
    font-size: 16px;
    padding: 15px 20px;
  }
  #fsm input {
    font-size: 16px;
  }

  #topline .wrapper .logo {
    background-image: none;
  }

  #wrapper .toggleMenu {
    display: block;
  }

  #wrapper #cssmenu ul.nav {
    display: none;
  }

  #wrapper #cssmenu ul.nav.opennav {
    display: block;
  }
}

# @media screen and (min-width: 769px) {
  span.blog_textbreite {
    display: block;
    width: 90%;
  }
  span.blog_textbreite_center {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#wrapper #leftnav .schnellsuche {
  background-color: rgba(240, 240, 240, 0.8);
  min-height: 260px;
}

#wrapper #leftnav .schnellsuche form {
  padding: 10px 0;
}

#wrapper #leftnav .schnellsuche form input {
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  padding: 0.4em 0.5em;
}

#wrapper #leftnav .schnellsuche form div {
  margin: 5px 5px 5px 10px;
  min-height: 30px;
  display: block;
}

#wrapper #leftnav .schnellsuche form div select {
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  padding: 4px;
  width: 120px;
  display: inline-block;
}

#wrapper #leftnav .schnellsuche form div label {
  min-width: 150px;
  display: inline-block;
}

#wrapper #leftnav .schnellsuche form div input.datum,
#Preisanfrage ul li input.datum {
  width: 120px;
  min-height: 20px;
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  padding: 4px 20px 4px 4px;
  background-image: url(/images/kalender.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  #wrapper #leftnav .schnellsuche form div input.datum {
    width: 180px;
  }
}

#wrapper #leftnav .schnellsuche form div #SuchDetail {
  margin: 0;
}

#wrapper #leftnav .schnellsuche form div #SuchDetail label {
  display: block;
  width: 280px;
}

#wrapper #leftnav .schnellsuche form div #SuchDetail select {
  margin: 10px 0;
  width: 270px;
}

#wrapper #leftnav .schnellsuche form div #SuchDetailMob {
  margin: 0;
}

#wrapper #leftnav .schnellsuche form div #SuchDetailMob label {
  display: block;
  width: 90%;
  max-width: 280px;
}

#wrapper #leftnav .schnellsuche form div #SuchDetailMob select {
  margin: 10px 0;
  width: 90%;
  max-width: 270px;
}

#wrapper #leftnav .schnellsuche form div.fixflex label {
  float: none;
  width: 180px;
  margin-left: 50px;
}

#wrapper #leftnav .schnellsuche form input[type="text"],
#wrapper #leftnav .schnellsuche form input[type="url"],
#wrapper #leftnav .schnellsuche form input[type="tel"],
#wrapper #leftnav .schnellsuche form input[type="number"],
#wrapper #leftnav .schnellsuche form input[type="color"],
#wrapper #leftnav .schnellsuche form input[type="email"] {
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
}

#wrapper #leftnav .schnellsuche form input[type="submit"] {
  width: 90%;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin: 10px 5%;
  font-weight: 600;
  color: #fff;
}

#wrapper #leftnav .schnellsuche form img.ui-datepicker-trigger {
  vertical-align: middle;
}

#wrapper #leftnav.startseite {
  margin-top: -275px;
}

@media screen and (max-width: 790px) {
  #wrapper #leftnav.startseite {
    margin-top: -10px;
  }
}

@media screen and (max-width: 770px) {
  #wrapper #leftnav.startseite {
    margin-top: 0;
  }
}

#wrapper #leftnav.notop {
  margin-top: 0;
}

#wrapper #maincontent {
  margin-left: 310px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #wrapper #maincontent {
    margin-left: 0;
    padding: 0 5px;
  }
}

#wrapper #maincontent h1,
#wrapper .contentg h1,
.pseudoh1 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #111;
}

#wrapper #maincontent b {
  font-weight: 600;
}

#wrapper #maincontent b a {
  color: #222;
  text-decoration: underline;
}

#wrapper #maincontent b a:hover {
  text-decoration: underline;
  color: #000;
}

#wrapper #maincontent a,
#wrapper .contentg a {
  color: #000;
}

#wrapper #maincontent a:hover,
#wrapper .contentg a:hover {
  text-decoration: underline;
  color: #000;
}

#wrapper #maincontent .mainseperator,
#wrapper .contentg .mainseperator {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 100%;
  height: 3px;
  background: #e9c869;
  font-size: 0.2em;
}

#wrapper #maincontent .maintext .orangetext {
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #544826;
}

#wrapper #maincontent .uebersichttitel,
#wrapper .contentg .uebersichttitel {
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 22px;
  color: #111;
  font-weight: 500;
}

#wrapper #maincontent .uebersichttext {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 22px;
}

#wrapper #maincontent.hausseite .jssort01 .w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper #maincontent.hausseite .jssort01 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 95px;
  border: #fff 2px solid;
}

#wrapper #maincontent.hausseite .jssort01 .p:hover .c,
#wrapper #maincontent.hausseite .jssort01 .pav:hover .c,
#wrapper #maincontent.hausseite .jssort01 .pav .c {
  border-width: 0;
  top: 2px;
  left: 2px;
  width: 130px;
  height: 95px;
}

#wrapper #maincontent.hausseite .jssort01 .p:hover .c,
#wrapper #maincontent.hausseite .jssort01 .pav:hover .c {
  top: 0;
  left: 0;
  width: 130px;
  height: 95px;
  border: #333 2px solid;
}

#wrapper #maincontent.hausseite .pav {
  border: none;
}

#wrapper #maincontent.hausseite #header {
  margin-bottom: 20px;
}

#wrapper #maincontent.hausseite #header h1.haus_h_name {
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 22px;
}

#wrapper #maincontent.hausseite #header #h_unterueberschrift {
  font-weight: 400;
  font-size: 18px;

  line-height: 20px;
}

#wrapper #maincontent.hausseite #header #h_unterueberschrift h2 {
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

#wrapper #maincontent.hausseite #menu {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#wrapper #maincontent.hausseite #menu ul {
  margin: 0 auto;
}

#wrapper #maincontent.hausseite #menu ul li {
  display: inline-block;
  margin: 5px 30px 5px 0;
  height: 45px;
}

#wrapper #maincontent.hausseite #menu ul li a {
  padding: 10px 25px;
  background-color: #e9c869;
  border: 1px #e0b739 solid;
  border-radius: 5px 5px 5px 5px;
  text-decoration: none;
  color: #000;
}

#wrapper #maincontent.hausseite #menu ul li a:hover {
  background-color: #e0b739;
}

#wrapper #maincontent.hausseite #h_kalender_header,
#wrapper #maincontent.hausseite .haus_h_FincaMallorca {
  margin: 5px 0;
  background: #a5c6ec;
  color: #111;
  font-weight: 500;
  padding: 5px;
  font-size: 22px;
}
#wrapper #maincontent.hausseite #h_kalender_header {
  font-size: 16px;
}
#wrapper #maincontent.hausseite #h_kalender_header a,
#wrapper #maincontent.hausseite .haus_h_FincaMallorca a {
  color: #111;
  text-decoration: none;
}

#wrapper #maincontent.hausseite #h_kalender {
  width: 100%;
  margin: 5px auto;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_prev {
  margin-top: 180px;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_main {
  max-width: 630px;
  margin: 0 auto;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_info {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_info:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_info span {
  float: left;
  margin: 5px;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_anab {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}

#wrapper #maincontent.hausseite #h_kalender div.cal_anab:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1205px) {
  #wrapper #maincontent.hausseite #h_kalender div.cal_main {
    max-width: 540px;
  }
}

@media screen and (min-width: 770px) and (max-width: 856px) {
  #wrapper #maincontent.hausseite #h_kalender {
    max-width: 280px;
  }

  #wrapper #maincontent.hausseite #h_kalender div.cal_next {
    margin-top: 0;
  }

  #wrapper #maincontent.hausseite #h_kalender.cal_next:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 580px) {
  #wrapper #maincontent.hausseite #h_kalender {
    max-width: 280px;
  }

  #wrapper #maincontent.hausseite #h_kalender div.cal_next {
    margin-top: 0;
  }

  #wrapper #maincontent.hausseite #h_kalender.cal_next:after {
    content: "";
    display: table;
    clear: both;
  }
}

#wrapper #maincontent.hausseite #map-canvas,
#wrapper #maincontent.hausseite #map_canvas {
  width: 100%;
  max-width: 830px;
  height: 350px;
  margin: 10px 0;
}

#wrapper #maincontent.hausseite #map_detail {
  text-align: center;
}

#wrapper #maincontent.hausseite #D4Text1 {
  background-color: #deeeee;
  padding: 10px;
  line-height: 20px;
}

#wrapper #maincontent.hausseite #D4Text1 h3 {
  line-height: 20px;
}

#wrapper #maincontent.hausseite #D4Text2 {
  border: 1px #a5c6ec solid;

  padding: 10px;
}

#wrapper #maincontent.hausseite .h_right {
  float: left;
}

#wrapper #maincontent.hausseite #D4Preise {
  border: 1px #a5c6ec solid;

  margin: 10px 0 20px;
  padding: 5px;
}

#wrapper #maincontent.hausseite #D4Preise .h_preisheader,
#rating_wrapper .h_preisheader {
  background: #a5c6ec;
  font-weight: 600;
  padding: 5px;
  font-size: 14px;
  display: block;
  margin: -5px -5px 5px;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05l,
#wrapper #maincontent.hausseite #slider1_container .jssora05r,
#wrapper #maincontent.hausseite #slider1_container .jssora05ldn,
#wrapper #maincontent.hausseite #slider1_container .jssora05rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../img/a17.png) no-repeat;
  overflow: hidden;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05l {
  background-position: -10px -40px;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05r {
  background-position: -70px -40px;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05l:hover {
  background-position: -130px -40px;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05r:hover {
  background-position: -190px -40px;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05ldn {
  background-position: -250px -40px;
}

#wrapper #maincontent.hausseite #slider1_container .jssora05rdn {
  background-position: -310px -40px;
}

#wrapper #maincontent.hausseite #slider1_container .jssorb21 div,
#wrapper #maincontent.hausseite #slider1_container .jssorb21 div:hover,
#wrapper #maincontent.hausseite #slider1_container .jssorb21 .av {
  background: url(../img/b21.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

#wrapper #maincontent.hausseite #slider1_container .jssorb21 div {
  background-position: -7px -7px;
}

#wrapper #maincontent.hausseite #slider1_container .jssorb21 div:hover,
#wrapper #maincontent.hausseite #slider1_container .jssorb21 .av:hover {
  background-position: -37px -7px;
}

#wrapper #maincontent.hausseite #slider1_container .jssorb21 .av {
  background-position: -67px -7px;
}

#wrapper #maincontent.hausseite #slider1_container .jssorb21 .dn,
#wrapper #maincontent.hausseite #slider1_container .jssorb21 .dn:hover {
  background-position: -97px -7px;
}

#wrapper #Result h2.starth2 {
  font-size: 16px;
  font-weight: 600;
  width: 500px;
  margin: 5px auto;
  text-align: center;
}

#wrapper .topnav,
#wrapper #Result .topnav {
  width: 100%;
  margin: 0 0 5px 0;
}

#wrapper #Result .topnav a {
  background: #a5c6ec;
  background-color: #a5c6ec;
  border: 1px #a5c6ec solid;
  font-weight: 600;
  padding: 5px;
  margin-right: 1px;
  text-decoration: none;
  font-size: 12px;
  color: black;
}

#wrapper #Result .topnav a:hover {
  background: #e9c869;
  text-decoration: underline;
}

#wrapper #maincontent #Result table {
  width: 100%;
}

#wrapper #maincontent #Result table tr {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0 0;
  border-bottom: 1px solid silver;
}

#wrapper #maincontent #Result table tr td {
  float: left;
  margin: 10px 0;
  display: none;
}

#wrapper #maincontent #Result table tr td:first-child {
  width: 300px;
  padding: 43px 0 0;
  display: block;
}

#wrapper #maincontent #Result table tr td:last-child {
  padding: 13px 5px 5px;
  width: 360px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

#wrapper #maincontent #Result table tr td:last-child h2 {
  margin: -25px -5px 5px -305px;
  background: #a5c6ec;
  color: #666;
  font-weight: 600;
  max-width: 660px;
  padding: 5px;
  font-size: 14px;
}

#wrapper #maincontent #Result table tr td:last-child h2 a {
  text-decoration: none;
  color: #000;
}

#wrapper #maincontent #Result table tr td:last-child h2 a:hover {
  text-decoration: underline;
}

#wrapper #maincontent #Result table tr td:last-child h3 {
  font-size: 14px;
  line-height: 18px;
}

#wrapper #maincontent #Result table tr td:last-child h3 b {
  font-weight: 600;
}

#wrapper #maincontent #Result table tr td:last-child h3 span.promotion {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff831d;
}

#wrapper #maincontent #Result table tr td:last-child b {
  font-weight: 600;
}

#wrapper #maincontent #Result table tr td:last-child span.promotion {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff831d;
}

#wrapper #maincontent #Result .hausbereich table.hausliste {
  width: 100%;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0 0;
  border-bottom: 1px solid silver;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td {
  float: left;
  margin: 10px 0;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td.hausbild {
  width: 300px;
  padding: 43px 0 0;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td.haustext {
  padding: 13px 5px 5px;
  width: 360px;
  font-size: 14px;
  line-height: 18px;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td.haustext h2 {
  margin: -5px -5px 5px -305px;
  background: #a5c6ec;
  color: #666;
  font-weight: 600;
  max-width: 660px;
  padding: 5px;
  font-size: 14px;
}

#wrapper
  #maincontent
  #Result
  .hausbereich
  table.hausliste
  tr
  td.haustext
  h2
  span.hauslink
  a {
  text-decoration: none;
  color: #000;
}

#wrapper
  #maincontent
  #Result
  .hausbereich
  table.hausliste
  tr
  td.haustext
  h2
  span.hauslink
  a:hover {
  text-decoration: underline;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td.haustext h3 {
  font-size: 14px;
  line-height: 18px;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td.haustext h3 b {
  font-weight: 600;
}

#wrapper
  #maincontent
  #Result
  .hausbereich
  table.hausliste
  tr
  td.haustext
  h3
  span.promotion {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff831d;
}

#wrapper #maincontent #Result .hausbereich table.hausliste tr td.haustext b {
  font-weight: 600;
}

#wrapper
  #maincontent
  #Result
  .hausbereich
  table.hausliste
  tr
  td.haustext
  span.promotion {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff831d;
}

#wrapper #maincontent #Result .vhausliste .qu_object {
  width: 100%;
  min-height: 260px;
  float: left;
  border-bottom: 1px solid silver;
  margin: 10px 0 0;
  padding: 10px 0;
  position: relative;
}

#wrapper #maincontent #Result .vhausliste .qu_object:after {
  content: "";
  display: table;
  clear: both;
}

/*#wrapper #maincontent #Result .vhausliste .qu_object .qu_image {
	display:block;
	float:left;
	margin:36px 0 10px;
	width:300px;
	padding:0;
	position:relative;
}

@media screen and (max-width: 680px) {
	#wrapper #maincontent #Result .vhausliste .qu_object .qu_image {
		margin:30px auto 10px;
		width:95%;
		display:block;
		padding:5px;
		text-align:center;
	}
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text {
	padding:5px;
	width:360px;
	float:left;
	position:relative;
	display:block;
}
*/
@media screen and (max-width: 996px) {
  #wrapper #maincontent #Result .vhausliste .qu_object .qu_text {
    width: 95%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #wrapper #maincontent #Result .vhausliste .qu_object .qu_text {
    width: 360px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 680px) {
  #wrapper #maincontent #Result .vhausliste .qu_object .qu_text {
    width: 95%;
    padding-left: 0;
  }
}
/*
#wrapper #maincontent #Result .vhausliste .qu_object .qu_text h2 {
	margin:-5px -5px 5px -305px;
	background:#A5C6EC;
	color:#666;
	font-weight:600;
	max-width:660px;
	padding:5px;
	display:block;
	font-size:16px;
}
*/
#wrapper #maincontent #Result .vhausliste .qu_object .qu_text h2 a {
  text-decoration: none;
  color: #000;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text h2 a:hover {
  text-decoration: underline;
}

#wrapper
  #maincontent
  #Result
  .vhausliste
  .qu_object
  .qu_text
  h2
  a.typ_mehrinfo {
  background-image: url(/images/mallorca_finca_next3.gif);
  background-position-y: 4px;
  background-repeat: no-repeat;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #ff831d;
  text-decoration: none;
}

@media screen and (max-width: 996px) {
  #wrapper #maincontent #Result .vhausliste .qu_object .qu_text h2 {
    margin: -5px 0 5px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #wrapper #maincontent #Result .vhausliste .qu_object .qu_text h2 {
    margin: -5px -5px 5px -305px;
    width: 660px;
  }
}

@media screen and (max-width: 680px) {
  #wrapper #maincontent #Result .vhausliste .qu_object .qu_text h2 {
    margin: -5px 0 5px;
    width: 100%;
  }
}

/*#wrapper #maincontent #Result .vhausliste .qu_object .qu_text a {
	text-decoration:none;
	color:#FF831D;
}
*/
#wrapper #maincontent #Result .vhausliste .qu_object .qu_text a:hover {
  text-decoration: underline;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text a.typ_mehrinfo {
  background-image: url(/images/mallorca_finca_next3.gif);
  background-position-y: 4px;
  background-repeat: no-repeat;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #ff831d;
  text-decoration: none;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text .qu_haustext {
  font-size: 14px;
  line-height: 18px;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text .qu_haustext h3,
.bildgross .qu_object .qu_text .qu_haustext h3 {
  font-size: 14px;
  line-height: 18px;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text .qu_angebote {
  background-image: url(/images/mallorca_finca_next3.gif);
  background-position-y: 2px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text .qu_angebote b,
.bildgross .qu_object .qu_text .qu_angebote b {
  font-weight: 600;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text .qu_promote {
  background-image: url(/images/mallorca_finca_next3.gif);
  background-position-y: 2px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

#wrapper
  #maincontent
  #Result
  .vhausliste
  .qu_object
  .qu_text
  .qu_promote
  span.promotion,
.bildgross .qu_object .qu_text .qu_promote span.promotion {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ff831d;
}

#wrapper #maincontent #Result .vhausliste .qu_object .qu_text .promotion,
.bildgross .qu_object .qu_text .promotion {
  font-weight: 600;
}

#wrapper
  #maincontent
  #Result
  .vhausliste
  .qu_object
  .qu_text
  .qu_preise
  .qu_preis {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
}

#wrapper
  #maincontent
  #Result
  .vhausliste
  .qu_object
  .qu_text
  .qu_preise
  .qu_reduziert,
.bildgross .qu_object .qu_text .qu_preise .qu_reduziert {
  color: red;
}
.qu_preise {
  font-weight: bold;
}

@media screen and (max-width: 968px) {
  #wrapper #maincontent #Result .topnav {
    display: none;
  }

  #wrapper #maincontent #Result h2.starth2 {
    font-size: 16px;
    font-weight: 600;
    width: 90%;
    margin: 5px;
    text-align: center;
  }
}

#wrapper #maincontent #Result:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

#hausliste_code {
  margin-bottom: 30px;
}

#hausliste_code ul.liste li {
  margin: 10px 0;
}

#hausliste_code ul.liste li a {
  text-decoration: none;
}

#hausliste_code ul.liste li a:hover {
  text-decoration: underline;
}

#hausliste_code ul.liste li.navbig {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 24px;
}

#footertext {
  width: 1150px;
  margin: 0 auto;
  padding: 10px 110px;
  background-image: url(/images/header_bg_verlauf.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 1199px) {
  #footertext {
    width: 960px;
    padding: 10px;
  }
}

@media screen and (max-width: 980px) {
  #footertext {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 770px) {
  #footertext {
    width: 100%;
    padding: 10px 0;
    background-image: none;
    background-color: #ccc;
  }
}

#footertext p {
  font-size: 14px;
  width: 95%;
  margin: 0 10px;
}

#footertext a {
  color: black;
}

#footertext a:hover {
  color: #000;
}

#haus_footer {
  max-width: 1150px;
  margin: 10px auto;
}

@media screen and (max-width: 1199px) {
  #haus_footer {
    max-width: 980px;
  }

  .haus_preisberechnung h4 {
    margin-top: 20px;
  }
}

#haus_footer .haus_footerarea {
  margin-left: 310px;
}

@media screen and (max-width: 768px) {
  #haus_footer {
    width: 99%;
    margin: 10px auto;
  }

  #haus_footer .haus_footerarea {
    margin: 0;
    padding: 5px;
  }

  #haus_footer img {
    max-width: 100%;
  }
}

@media screen and (min-width: 1199px) {
  .preisliste,
  .haus_preisberechnung {
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
  }

  .preisliste {
    border-right: 1px #a5c6ec solid;
  }

  .haus_preisberechnung {
    padding-left: 10px;
  }
}

.error {
  font-weight: 700;
  color: red;
  font-size: 16px;
  background-color: #ff0;
  display: inline;
}

.redtext {
  color: red;
}

.typ_mehrinfo {
  color: #ff8c00;
}

.bild-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
}

#D4Preise .ob_special .promotion {
  background-color: #bff;
  font-weight: 700;
}

#D4Preise p.ob_special {
  margin-bottom: 20px;
}

#wrapper #maincontent .maintext table a {
  margin: 10px;
}

#wrapper #maincontent .pageend div {
  padding: 10px 0 20px;
  display: block;
  width: 100%;
  line-height: 20px;
}

#wrapper #maincontent .pageend div a {
  color: #414141;
  margin: 10px 10px 20px;
  font-weight: 600;
}

div#hausliste_code {
  padding-top: 20px;
  padding-bottom: 40px;
}

.haus_preisberechnung h4 {
  font-weight: 700;
}

.haus_preisberechnung li {
  margin-top: 10px;
}

.haus-preise-submit {
  text-align: right;
  font-weight: 700;
}

.preisanfrage .qu_preis,
.vhausliste .qu_preis {
  font-weight: 700;
}
#Preisanfrage label {
  min-width: 100px;
  display: inline-block;
}
#Preisanfrage #Preise {
  margin-top: 20px;
  font-weight: 700;
}

#wrapper form.buchung .block_f {
  width: 100%;
  max-width: 900px;
  line-height: 20px;
  margin: 10px 0;
}

#wrapper form.buchung .block_f:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 850px) {
  #wrapper form.buchung .block_f {
    padding: 5px;
  }
}

#wrapper form.buchung .block_f .block_l {
  width: 50%;
  max-width: 450px;
  float: left;
}

@media screen and (max-width: 850px) {
  #wrapper form.buchung .block_f .block_l {
    width: 90%;
    float: initial;
  }
}

#wrapper form.buchung .block_f .block_r {
  width: 50%;
  max-width: 450px;
  float: left;
}

#wrapper form.buchung .block_f .block_r:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 850px) {
  #wrapper form.buchung .block_f .block_r {
    width: 90%;
    float: initial;
  }
}

#wrapper form.buchung .block_f .c6 {
  margin: 5px 0;
  display: block;
}

#wrapper form.buchung .block_f .c6:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper form.buchung .block_f input {
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  padding: 0.4em 0.5em;
  max-width: 95%;
}

#wrapper form.buchung .block_f textarea {
  max-width: 95%;
}

#wrapper form.buchung .block_f select {
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  padding: 4px;
  width: 120px;
}

#wrapper form.buchung .block_f label {
  min-width: 150px;
  display: block;
  float: left;
  margin-right: 5px;
}

#wrapper form.buchung .block_f label span {
  display: block;
}

#wrapper form.buchung .block_f input.datum {
  width: 120px;
  min-height: 20px;
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  padding: 4px 20px 4px 4px;
  background-image: url(/images/kalender.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (max-width: 680px) {
  #wrapper form.buchung .block_f input.datum {
    width: 180px;
  }
}

input#button.buchungsbutton {
  border: none;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 15px;
  background-color: #fff;
  display: none;
}

#wrapper form.buchung .block_f .c6 h2.form_haus {
  font-size: 16px;
  margin: 10px 0;
}

#wrapper form.buchung .block_f .c6 div .form_hl1,
#wrapper form.buchung .block_f .c6 div .form_hl2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

#wrapper form.buchung .block_f .c6 div .traveldate {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

#wrapper form.buchung .block_f .c6 div .traveldate strong {
  padding: 0 10px;
}

#wrapper form.buchung .block_f .c6 div .travelprice {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  font-weight: 600;
}

img.qu_rating {
  margin-top: -4px;
  margin-right: 10px;
}

#wrapper #maincontent.hausseite #menu ul li#h_tabheader5 {
  margin-right: 0;
}

#wrapper #maincontent.hausseite #menu ul li#h_tabheader6 {
  margin: 0 0 0 10px;
}
#wrapper #maincontent.hausseite #h_menu ul li#h_tabheader6 {
  margin: 0 0 0 10px;
}

#h_tabheader6 img {
  vertical-align: top;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0 5px;
}

#wrapper #maincontent.hausseite #menu ul li#h_tabheader6 a {
  padding: 0;
  background: none;
  border: none;
}

#rating_wrapper {
  border: 1px #a5c6ec solid;

  margin: 30px 0 20px;
  padding: 5px;
}

#rating_show {
  border: 1px #e9c869 solid;
  border-radius: 5px 5px 5px 5px;
  background: #e9c869;
  cursor: pointer;
  padding: 10px 25px;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 25px;
  display: inline-block;
  color: #666;
}

.rating_anz {
  vertical-align: top;
  margin-top: 25px;
  margin-left: 5px;
}

.jahre30 {
  color: red;
}

#rating_detail {
  display: none;
}

.rating_rating {
  border-top: 1px solid #e0b739;
  padding-top: 10px;
  margin-bottom: 25px;
}

.rating_rating ul li {
  margin-left: 10px;
}

.rating_user {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}

.rating_label {
  width: 250px;
  vertical-align: top;
  display: inline-block;
}

.rating_anmerkung,
.rating_restaurant {
  display: block;
  padding: 0 10px;
}

.rating_rating h4 {
  font-weight: 700;
  margin-top: 10px;
}

.rating_von {
  display: block;
}

.rating_stars,
.rating_stars img {
  display: inline-block;
}

.abstand1 {
  margin-top: 20px;
}

.abstand2 {
  margin-top: 40px;
}

.abstand3 {
  margin-top: 60px;
}

.body-bg {
  background-color: white;
}
.region_absatz {
  clear: left;
}
#tinymce .region_absatz {
  background-color: #d5fbff;
}
.img_responsive,
.region #Result img {
  width: 100%;
}
.img_responsive_90 {
  width: 90%;
}
.img_responsive_75 {
  width: 75%;
}
.img_responsive_50 {
  width: 50%;
}
.img_responsive_45 {
  width: 45%;
}
.img_responsive_40 {
  width: 40%;
}

.region #Result .qu_text img {
  width: auto;
}

#h_menu {
  background: #fefcea;
  /*	background:-moz-linear-gradient(top,#fefcea 0%,#E9C869 100%);
	background:-webkit-linear-gradient(top,#fefcea 0%,#E9C869 100%);
	background:linear-gradient(to bottom,#fefcea 0%,#E9C869 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea',endColorstr='#E9C869',GradientType=0);*/

  border: 1px solid #a5c6ec;
  /*border-radius:5px 5px 5px 5px;*/
  display: block;
  vertical-align: top;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #a5c6ec;
  color: white;
}

#h_menu ul li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 220%;
  height: 100%;
  vertical-align: middle;
}

#h_menu ul li:hover {
  background: rgba(0, 0, 0, 0.4);
}

#wrapper #maincontent #h_menu ul li a {
  text-decoration: none;
  font-weight: 600;
  color: black;
  font-size: 16px;
}

#wrapper #maincontent #h_menu ul li:hover a {
  color: #fff;
}

#h_rating {
  display: inline-block;
  margin-bottom: -10px;
}

div.back-to-top {
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a.back-to-top {
  width: 50px;
  height: 40px;
  border-radius: 5px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 60px;
  background-color: #e9c869;
  text-decoration: none;
  line-height: 250%;
  text-align: center;
  color: #666;
  font-weight: 600;
}

.rating_antwort {
  display: block;
  margin-top: 15px;
  margin-left: 25px;
}

.cal_mtable table tr td {
  text-align: center;
}
.ob_inaktiv {
  opacity: 0.14;
}
.ob_inaktiv_wrapper {
  position: fixed;
  width: 100%;
  top: 300px;
}
.ob_inaktiv_text {
  max-width: 430px;
  background-color: white;
  border: 5px solid #ff831d;
  border-radius: 6px;
  padding: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.ob_inaktiv_wrapper a {
  text-decoration: none;
  color: rgb(17, 17, 17);
}
.aktuelles h2 {
  margin-top: 20px;
}
#preisermittlung {
  border: 8px solid #ffbc30;
  border-radius: 5px;
  padding: 10px;
}
#preisermittlung h2 {
  line-height: 150%;
}
#preisermittlung label {
  font-size: 18px;
}
#SubSearch {
  line-height: 2.5;
}

#SubSearch select,
#SubSearch input {
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #preisermittlung {
    margin-top: 150px;
    margin-bottom: 100px;
    padding: 20px 10px;
  }

  #wrapper #maincontent.hausseite #header h1.haus_h_name {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
  }
  .textinbild {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    position: absolute;
    max-width: 400px;
    margin-left: 20px;
    color: white;
    top: 150px;
  }
}
@media screen and (max-width: 768px) {
  #SubSearch {
    font-size: 16px;
  }
  #SubSearch label {
    display: block;
  }
  #slideshow_container {
    display: none;
  }
}
#preisermittlung h2 {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}
#preisermittlung label {
  min-width: 100px;
  display: inline-block;
}
#pe_datum {
  width: 250px;
}
#pe_oben_form div {
  margin-bottom: 15px;
  margin-top: 15px;
}
#pe_oben_form div input {
  font-size: 18px;
}
#pe_personen {
  width: 60px;
}
#pe_send {
  text-align: right;
}
#preisermittlung .qu_preis {
  text-align: center;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#pe_buchen {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
#pe_buchen a {
  border: 5px solid #ff831d;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  color: #ff831d;
  padding: 5px;
}
.caleran-days-container {
  font-size: 20px;
}
.caleran-calendars
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range {
  color: white !important;
  background-color: #ff3030;
}
.caleran-disabled.caleran-not-in-month {
  visibility: hidden;
}
.suche label {
  min-width: 250px;
  display: inline-block;
}
.suche div {
  margin-top: 2px;
  margin-bottom: 2px;
}
.suche #SuchDetail ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
.suche_typ div {
  display: inline-flex;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 150px;
}
.suche_submit {
  font-size: 30px;
  background-color: orange;
  float: right;
}
.suche_text {
}

#wrapper #maincontent #Result .bildgross .qu_object .qu_image {
  width: 95%;
  float: none;
}
#wrapperg .qu_object .qu_text h2 {
  max-width: 100%;
  margin: 0;
}
#wrapperg .qu_object .qu_text i {
  margin-left: 15px;
  color: grey;
}

#wrapperg .qu_object .qu_text {
  width: 100%;
  float: none;
}
#Result > div.vhausliste.hausbereich.bildgross div div.qu_text > h3 > b {
  font-weight: 600;
}
#Result > div.vhausliste.hausbereich.bildgross > div > div.qu_text > a {
  color: black;
  font-weight: 500;
}

/*.main-head {
	-ms-grid-row:1; 
   -ms-grid-column:2; 

  grid-area: header;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

}*/
.contentg {
  -ms-grid-row: 2;
  -ms-grid-column: 1;

  grid-area: content;
  margin-top: 5px;
}
.main-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;

  grid-area: nav;
}
.gleft {
  -ms-grid-row: 1;
  -ms-grid-column: 1;

  grid-area: emptyleft;
}
.gright {
  -ms-grid-row: 1;
  -ms-grid-column: 4;

  grid-area: emptyright;
}

.main-footer {
  grid-area: footer;
}
.contentg b {
  font-weight: 600;

  color: black;
}

.wrapperg {
  display: grid;
  display: -ms-grid;
  grid-gap: 5px;
  grid-template-areas:
    "nav"
    "content";
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .main-head {
    margin-left: 0;
  }
  .contentg {
    margin-left: 15px;
  }
}

@media (min-width: 500px) {
  .wrapperg {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-areas:
      "nav"
      "content";
  }
  .contentg {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .main-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  nav ul {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .wrapperg {
    grid-template-columns: auto 300px minmax(300px, 840px) auto;
    -ms-grid-columns: auto 300px minmax(300px, 840px) auto;
    grid-template-areas: "emptyleft nav content emptyright";
  }
  nav ul {
    flex-direction: column;
  }
  .startseite #leftnav {
    z-index: 999;
    margin-top: -290px;
  }

  .contentg {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .main-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .gleft {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gright {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 700px) {
  .startseite #leftnav {
    margin-top: -20px;
  }
}
h2.listenh2,
div.listenh2 {
  color: #111;
  font-weight: 500;
  padding: 0 0 5px 0;
  display: block;
  font-size: 20px;
  margin-top: -10px;
}
div.listenh2 a {
  text-decoration: none;
}
.listenh2 a {
  color: #111;
  font-weight: 500;
}
.listenh2info i {
  margin-right: 5px;
  font-size: 18px;
  color: #868889;
}
.listenh2info {
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  min-height: 35px;
  color: #868889;
  width: 100%;
}
.listenh2info span {
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
}
.listenh2info i {
  margin-top: 5px;
  vertical-align: top;
}

.listenh2info i:nth-child(n + 2) {
  margin-left: 10px;
}

.qu_object {
  border: 1px solid rgb(210, 210, 210);
  padding: 5px;
  margin-bottom: 22px;
}

.bildgross .qu_object .qu_image a img,
.bildgross .qu_object,
.qu_object.bildgross {
  width: 100%;
  position: relative;
}
.qu_image_code {
  top: 30px;
  left: 30px;
  position: absolute;
  padding: 15px;
  font-size: 22px;
  background: white;
}
.listenh2name {
  /*margin-left: 20px;*/
}

#fsub > input[type="date"] {
  width: 100px;
}
#mallorcamap {
  width: 100%;
  max-width: 500px;
}

#toptext > h2 {
  margin-bottom: 10px;
}
.schnellsuche label {
  font-weight: 500;
}
ul.topnavpersonen li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Region-body .contentg {
  margin-top: 20px;
}
#ui-datepicker-div {
  z-index: 999 !important;
}
.skippr {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.skippr > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 62.5%;
}
.skippr > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
}
.skippr-nav-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 25px;
  overflow: auto;
  z-index: 999;
}
.skippr-nav-element {
  cursor: pointer;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.skippr-nav-element-bubble {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}
.skippr-nav-element-block {
  width: 60px;
  height: 10px;
}
.skippr-nav-element:hover,
.skippr-nav-element-active {
  background-color: #fff;
}
.skippr-arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  transform-origin: center center;
  -webkit-transform-origin: top left;
  cursor: pointer;
}
.skippr-previous {
  left: 2.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.skippr-next {
  right: 3.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

#slideshow_container {
  z-index: -100;
}
.regionen_bildoben {
  width: 100%;
}
.st-preise {
  margin-right: 10px;
  color: #ff8c00;
  font-size: 18px;
}

.Suchergebnis_Title,
.suechelaeuft {
  font-weight: 600;
  font-size: 18px;
}
.suechelaeuft {
  background-color: red;
  color: white;
}
.ob_fasicon {
  height: 17px;
  margin-right: 4px;
}
.listenh2info img {
  vertical-align: bottom;
}
.listenh2info img:nth-child(n + 2) {
  margin-left: 10px;
}
.fa-chevron-circle-right,
.fa-arrow-right {
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.fa-arrow-right {
  background-image: url(/img/fas/arrow-right.png);
}
.fa-chevron-circle-right {
  background-image: url(/img/fas/chevron-circle-right.png);
}

.haus-info {
  display: inline-block;
  padding-bottom: 10px;
  width: 250px;
}
.sucheerror {
  background: red;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.cc-deny {
  font-weight: 300;
}
