/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-600.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-v27-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v27-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #4E493F;
	height: 100%;
	font: normal 400 14px/20px 'Open Sans', sans-serif;
	background: #9C5C36 url(../images/bg-holz.jpg) center top;
}
table, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.table_weather {
}
table.table_weather {
	border-collapse: separate;
	border-spacing: 2px;
}
table.table_weather tr {
	background-color: #fff;
}
table.table_weather tr.table_header {
	background-color: #A12128;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
table.table_weather tr.table_header td {
	font-size: 1em;
}
table.table_weather td {
	padding: 5px;
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
iframe.responsive {
	max-width: 100%;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
}
img {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img.responsive {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: #C1947B;
}

strong {
	font-weight: 600;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.header {
	position: relative;
	height: 180px;
	margin: 1em auto 0;
	text-align: center;
	color: #FBF6E7;
	font-size: 1.3em;
	line-height: 25px;
	padding: 1em 0;
	box-sizing: border-box;
	background: url(../images/bg-header.png) repeat-x center top;
	width: 100%;
}
.header a {
	text-decoration: none;
}
.header .icons a:hover {
	background: url(../images/bg-link-hover.png) no-repeat center center;
	display: inline-block;
}
#header-image {
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 1;
}
#header-image-pager {
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 5px;
	text-align: center;
}
#header-image-pager a {
	background: #4E493F;
	border: 1px solid #FBF6E7;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	outline: 0;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 5px 0px #555;
	-moz-box-shadow: 0px 0px 5px 0px #555;
	box-shadow: 0px 0px 5px 0px #555;
}
#header-image-pager a:hover, #header-image-pager a.active {
	background: #913928;
}
.contacts {
	position: absolute;
	bottom: 0.5em;
	right: 2em;
	font-size: 0.8em;
	color: #dbbda3;
}
.icons {
	position: absolute;
	right: 43px;
	top: 40px;
	width: auto;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.content {
	padding: 30px 0 30px 15px;
	position: relative;
	margin: 0 auto;
	background: #FBF6E7;
}
.content-left, .content-right {
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 0px;
	padding-right: 3%;
	width: 60%;
	box-sizing: border-box;
}
.content-right {
	float: right;
	border-left: 1px solid #4f483d;
	padding-left: 3%;
	width: 30%;
	position: relative;
	z-index: 1001;
}
.button {
	width: auto;
	position: relative;
	float: left;
	display: block;
	border: 1px solid #4f483d;
	border-radius: 3px;
	line-height: 50px;
	text-decoration: none;
	padding: 0 1em 0 0.4em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 1em 1em 0;
	font-size: 1.1em;
}
.button:hover {
	background: #4F483D url(../images/bg-button-hover.png) no-repeat 0.4em center;
	color: #fff;
}
.index p a {
	text-decoration: none;
}
.index {
	border: 0 !important;
	padding: 0 1em 0 0 !important;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.footer {
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2em 1em;
	position: relative;
	color: #fff;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #ED942B;
}
.social {
	float: left;
	margin-left: 3em;
	z-index: 50;
}
.social a {
	margin-right: 5px;
	border: 1px solid #FBF6E7;
	box-shadow: 2px 2px 5px #333;
	display: inline-block;
}
.impressum {
	position: absolute;
	right: 20px;
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	width: auto;
	margin-bottom: 2em;
}
.galerie ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
.galerie ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	max-width: 300px;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	margin-bottom: 5px;
	margin-left: 4px;
	display: block;
	text-decoration: none;
}
.galerie ul li img {
	border: 1px solid #FBF6E7;
}
.galerie ul li a img:hover {
	border: 1px solid #AB2221;
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4 {
	margin: 0 0 1.1em 0;
	font-weight: normal;
}
h1, p.h1, .notepad h2 {
	font-size: 1.2em;
	color: #4f483d;
	text-transform: uppercase;
	font-weight: bolder;
}
h1 em, p.h1 em { text-transform:none;}
.notepad h2 {
	color: #ab2221;
	font-style: normal;
}
h2 {
	font-size: 1.2em;
	font-weight: 600;
	font-style: italic;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
.left {
	float: left;
	margin: 0 2em 0 0;
}
.right {
	float: right;
	margin: 0 0 0 1%;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.blocksatz {
	text-align: justify;
}
.image {
	border: 1px solid #87492D;
}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
}
.preise {
	width: 95%;
}
.preise td {
	padding: 3px;
	border: 1px dotted #B3B630;
}
/*----------------------------------------------------------------*/
.sprachen {display:inline-block;margin:1em;}
.sprachen ul{list-style-type:none;margin:0px;padding: 0px;}
.sprachen ul li{display: inline-block;}
.sprachen ul li a{display: block;}
.sprachen ul li img{margin:2px;vertical-align:bottom;}
.sprachen ul li.active a{transform: scale(1.2);}
/*----------------------------------------------------------------*/

#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0;
	padding: 0;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
input, textarea {
	position: relative;
	border: 1px solid #C1947B;
	width: 90%;
	padding: 0 5px;
	color: #333;
	height: 30px;
	font: bold 14px/20px Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	margin: 0 10px 5px 0;
}
.check {
	width: 20px;
	padding: 0;
	margin: 0 10px 0 0;
	height: 20px;
}
textarea {
	height: 150px;
}
input:focus, textarea:focus {
	border: 1px solid #AB2221;
}
.send {
	border: none;
	font: bold 14px/20px Arial, sans-serif;
	color: #FBF6E7;
	margin: 0px;
	width: 50%;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 15px;
	height: 38px;
	background: #AB2221;
}
.send:hover, .send:focus {
	color: #FBF6E7;
	background: #C1947B;
}
.error {
	font-size:0.9em;
	color: #ab2221;
}
input.error {
	color: #ab2221;
	border: 1px solid #ab2221;
}
a.button_pager{
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11pt;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	border: 1px solid #AB2221;
	background-color: #AB2221;
	white-space:nowrap;
}
a.button_pager:hover,a.pager:hover{
	border: 1px solid #AB2221;
	color: #FFF;
	background-color: #AB2221;
}
.pager{
	background-color: #FFF;
	color: #CCCCCC;
	border: 1px solid #FFF;
	font-size: 11pt;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}
.pager_active{
	color: #FFFFFF;
	border: 1px solid #AB2221;
	font-size: 11pt;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #AB2221;
}
.pager_inactive{
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #ccc;
	white-space:nowrap;
}
.datum{
	font-size:10pt;
	margin-bottom:5px;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 6px;
	margin-left: -35px;
	cursor: pointer;
	display: inline;
}
.pflicht {
	font-size: 0.7em;
	line-height: 15px;
}
.aktuelles{
	z-index:999;
}
.aktuelles p,.aktuelles ul,.aktuelles ol{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.aktuelles ul,.aktuelles ol{
	margin-left:0px !important;
	padding-left:16px !important;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 26px;}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

 @media only screen and (min-width: 760px) {
.container {
	width: 100%;
}
a[href^="tel"] {text-decoration:none;}
.wohnung {
	position: -webkit-sticky;
	position: sticky;
	top: 7.5em;
}
.subnav {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
}
nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0em;
}
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 26px;
	-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
-webkit-transform: rotate(3deg);

transform: rotate(3deg);
}
.weather-box{
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------*/
#formular .left {
	width: 48%;
	margin-right: 2%;
}
input, textarea {
	width: 90%;
}
/*--------------------------------------------------------------*/
.footer .right {
	padding-top: 5em !important;
	font-size: 0.85em;
	z-index: 1;
}
.overlay {
	background: url(../images/overlay.png);
	height: 25px;
	width: 100%;
}
}


 @media only screen and (max-width: 759px) {
.container, .center, .content, .footer, .content-left, .content-right, .social {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	border: 0;
}
.content, .footer, .content-left, .content-right, .footer .left, .footer .right, .social {
	text-align: left;
	padding: 1em;
	margin: 0;
}
.content-right {
	border-top: 1px solid #913928;
}
#header-image {
	position: relative;
	height: 350px;
}
.header {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: none;
	height: 115px;
}
.icons {
	display: none;
}
.logo {
	float: left;
	margin-left: 1em;
	background-color: #AB2221;
	box-shadow: 0px -2px 4px #333;
	border-radius: 90px 90px 0 0;
	width: 180px;
	height: 106px;
	position: absolute;
}
.logo img {
	width: 85%;
	height: auto;
	margin: 0.5em;
}
.contacts {
	display: none;
}
.left, .right {
	float: none;
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
}
.footer .right {
	margin-top: 1em;
}
/*--------------------------------------------------------------*/
#formular .left {
	width: 100%;
}
input, textarea {
	width: 90%;
}
/*--------------------------------------------------------------*/
.wohnung {
	position: relative;
	top: 0;
}
.subnav {
	position: relative;
	top: 0;
}
nav {
	position: relative;
	top: 0em;
	z-index:500;
}
}
@media only screen and (min-width: 760px) and (max-width: 979px) {
.header {
	background-position: 1250px top;
	text-align: left;
	padding: 1em 2em 1em 7em;
}
#header-image {
	height: 450px;
}
}
 @media only screen and (min-width: 980px) {
.center {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	z-index: 50;
	position: relative;
}
}
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
@media only screen and (min-width: 970px) {
.galerie li {
	width: 32.5%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 710px) and (max-width: 969px) {
.galerie li {
	width: 49%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 660px) and (max-width: 709px) {
.galerie li {
	width: 100%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 525px) and (max-width: 659px) {
.galerie li {
	width: 32.5%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 365px) and (max-width: 524px) {
.galerie li {
	width: 49%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (max-width: 364px) {
.galerie li {
	width: 100%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
/*-------------------------------------------------------------------------------*/
@media only screen and (min-width: 970px) {
.content-right .galerie li {
	width: 49%;
}
.content-right .galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 760px) and (max-width: 969px) {
.content-right .galerie li {
	width: 100%;
}
.content-right .galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 660px) and (max-width: 759px) {
.content-right .galerie li {
	width: 32.5%;
}
.content-right .galerie img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 365px) and (max-width: 659px) {
.content-right .galerie li {
	width: 49%;
}
.content-right .galerie img {
	width: 100%;
	height: auto;
}
}

@media only screen and (max-width: 364px) {
.galerie li {
	width: 100%;
}
.galerie img {
	width: 100%;
	height: auto;
}
}
/*-------------------------------------------------------------------------------*/

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
.rot {
	color: #AB2221;
}
.preis {
	padding: 15px 15px 0 15px;
	border: 6px double #AB2221;
	width: 145px;
	text-align: center;
}
.preis p {
	font-size: 1.2em;
	font-weight: 600 !important;
	font-style: italic;}
.grundriss {
	text-transform: uppercase;
	color: #AB2221;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}


.notepad {
	border: 1px solid #eee;
	padding: 19px;
	background-color: #fff;
	background-image: linear-gradient(#e4f0f0 .1em, transparent .1em);
	background-size: 100% 19px;
	box-shadow: 1px 1px 5px #999;
}

.notepad p, .notepad h1, .notepad h2, .notepad h4, .notepad h5 {
	line-height: 19px !important; }

#google_translate_element{
	position:absolute;
	top:-10px;
	left:10px;
	z-index:1;
}
.cc-window{border-top:1px solid #000;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:.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:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.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:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.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:.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:.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}