/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
}
ol, ul {
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; 
}
/*
 * jQuery Booklet Plugin
 * Copyright (c) 2010 - 2014 William Grauvogel (http://builtbywill.com/)
 *
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 *
 * Version : 1.4.4
 *
 * Originally based on the work of:
 *	1) Charles Mangin (http://clickheredammit.com/pageflip/)
 */
.booklet {
  width: 800px;
  height: 600px;
  position: relative;
  margin: 0 auto 10px;
  overflow: visible !important; 
}
.booklet .b-page {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: 1px solid rgba(0,0,0,0); 
}
.booklet .b-pN {}
.booklet .b-p0 {}
.booklet .b-p1 {}
.booklet .b-p2 {}
.booklet .b-p3 {}
.booklet .b-p4 {}
/* Page Wrappers */
.booklet .b-wrap {
  top: 0;
  position: absolute; 
}
.booklet .b-wrap-left {
  background: #fff; 
}
.booklet .b-wrap-right {
  background: #efefef; 
}
.booklet .b-pN .b-wrap, .booklet .b-p1 .b-wrap, .booklet .b-p2 .b-wrap, .booklet .b-p3 .b-wrap, .booklet .b-p4 .b-wrap {
  left: 0; 
}
.booklet .b-p0 .b-wrap {
  right: 0; 
}
/* Custom Page Types */
.booklet .b-page-blank {
  padding: 0;
  width: 100%;
  height: 100%; 
}
.booklet .b-page-cover {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #925C0E; 
}
.booklet .b-page-cover h3 {
  color: #fff;
  text-shadow: 0 1px 3px #222; 
}
/* Page Numbers */
.booklet .b-counter {
  bottom: 10px;
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: #ccc;
  color: #444;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  padding: 5px 0 0; 
}
.booklet .b-wrap-left  .b-counter {
  left: 10px; 
}
.booklet .b-wrap-right .b-counter {
  right: 10px; 
}
/* Page Shadows */
.booklet .b-shadow-f {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-image: url("images/shadow-top-forward.png");
  background-repeat: repeat-y;
  background-position: 100% 0; 
}
.booklet .b-shadow-b {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-image: url("images/shadow-top-back.png");
  background-repeat: repeat-y;
  background-position: 0 0; 
}
.booklet .b-p0 {
  background-image: url("images/shadow.png");
  background-repeat: repeat-y;
  background-position: 100% 10px; 
}
.booklet .b-p3 {
  background-image: url("images/shadow.png");
  background-repeat: repeat-y;
  background-position: 0 10px; 
}
/* Overlay Controls */
.booklet .b-grab {
  cursor: url("images/openhand.cur"), default; 
}
.booklet .b-grabbing {
  cursor: url("images/closedhand.cur"), default; 
}
/* Overlay Controls */
.booklet .b-overlay {
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%; 
}
.booklet .b-overlay-prev {
  left: 0; 
}
.booklet .b-overlay-next {
  right: 0; 
}
/* Tab Controls */
.booklet .b-tab {
  background: #000;
  height: 40px;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  color: #ccc;
  position: absolute;
  font-size: 11px; 
}
.booklet .b-tab-prev {
  left: 0; 
}
.booklet .b-tab-next {
  right: 0; 
}
.booklet .b-tab:hover {
  background: #aaa;
  color: #000; 
}
/* Arrow Controls */
.booklet .b-arrow {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 100%;
  width: 74px; 
}
.booklet .b-arrow div {
  display: none;
  text-indent: -9999px;
  height: 170px;
  width: 74px;
  position: absolute;
  left: 0;
  top: 25%; 
}
.booklet .b-arrow-next {
  right: -80px; 
}
.booklet .b-arrow-prev {
  left: -80px; 
}
.booklet .b-arrow-next div {
  background: url("images/arrow-next.png") no-repeat left top; 
}
.booklet .b-arrow-prev div {
  background: url("images/arrow-prev.png") no-repeat left top; 
}
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
body {
  z-index: 0; 
}
.b-menu {
  z-index: 100; 
}
.b-selector {
  z-index: 100; 
}
.booklet {
  z-index: 10; 
}
.b-pN {
  z-index: 10; 
}
.b-p0 {
  z-index: 30; 
}
.b-p1 {
  z-index: 20; 
}
.b-p2 {
  z-index: 20; 
}
.b-p3 {
  z-index: 30; 
}
.b-p4 {
  z-index: 10; 
}
.b-prev {
  z-index: 40; 
}
.b-next {
  z-index: 40; 
}
.b-counter {
  z-index: 40; 
}
/* @Menu Items
----------------------------------------*/
.b-menu {
  height: 40px;
  padding: 0 0 10px; 
}
.b-selector {
  height: 40px;
  position: relative;
  float: right;
  border: none;
  color: #cecece;
  cursor: pointer;
  font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.b-selector .b-current {
  padding: 8px 15px 12px;
  line-height: 20px;
  min-width: 18px;
  height: 20px;
  display: block;
  background: #000;
  text-align: center; 
}
.b-selector-page {
  width: auto;
  margin-left: 15px; 
}
.b-selector-chapter {
  width: auto; 
}
.b-selector:hover {
  color: #fff;
  background-position: left 0; 
}
.b-selector:hover .b-current {
  background-position: right 0; 
}
.b-selector ul {
  overflow: hidden;
  margin: 0;
  list-style: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 10px;
  background: #000;
  width: 240px; 
}
.b-selector li {
  border: none; 
}
.b-selector a {
  color: #cecece;
  height: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px; 
}
.b-selector a .b-text {
  float: left;
  clear: none; 
}
.b-selector a .b-num {
  float: right;
  clear: none; 
}
.b-selector a:hover {
  color: #fff; 
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden!important; 
}
#swipebox-overlay img {
  border: none!important; 
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; 
}
#swipebox-slider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease, -o-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; 
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; 
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; 
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; 
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; 
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0; 
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) center center no-repeat; 
}
#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; 
}
#swipebox-bottom-bar {
  bottom: -50px; 
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0); 
}
#swipebox-top-bar {
  top: -50px; 
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0); 
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; 
}
#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; 
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; 
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left; 
}
#swipebox-next {
  background-position: -78px 13px;
  float: right; 
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; 
}
.swipebox-no-close-button #swipebox-close {
  display: none; 
}
#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: .3; 
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  -o-animation: rightSpring .3s;
     animation: rightSpring .3s; 
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  -o-animation: leftSpring .3s;
     animation: leftSpring .3s; 
}
.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; 
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565; 
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565; 
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; 
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0; 
  }
  50% {
    left: -30px; 
  }
  100% {
    left: 0; 
  } 
}
@-o-keyframes rightSpring {
  0% {
    left: 0; 
  }
  50% {
    left: -30px; 
  }
  100% {
    left: 0; 
  } 
}
@keyframes rightSpring {
  0% {
    left: 0; 
  }
  50% {
    left: -30px; 
  }
  100% {
    left: 0; 
  } 
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0; 
  }
  50% {
    left: 30px; 
  }
  100% {
    left: 0; 
  } 
}
@-o-keyframes leftSpring {
  0% {
    left: 0; 
  }
  50% {
    left: 30px; 
  }
  100% {
    left: 0; 
  } 
}
@keyframes leftSpring {
  0% {
    left: 0; 
  }
  50% {
    left: 30px; 
  }
  100% {
    left: 0; 
  } 
}
@media screen and (min-width:800px) {
  #swipebox-close {
    right: 10px; 
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; 
  } 
}
#swipebox-overlay {
  background: #0d0d0d; 
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: .95; 
}
#swipebox-top-bar {
  color: #fff!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica,Arial,sans-serif; 
}

/* Icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?k69bid');
  src:  url('../fonts/icomoon.eot?k69bid#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?k69bid') format('truetype'),
    url('../fonts/icomoon.woff?k69bid') format('woff'),
    url('../fonts/icomoon.svg?k69bid#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; 
}
.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-right:before {
  content: "\e903"; 
}
.icon-angle-double-left:before {
  content: "\e905"; 
}
.icon-caret-down:before {
  content: "\e904"; 
}
.icon-caret-up:before {
  content: "\e901"; 
}
.icon-play:before {
  content: "\e912"; 
}
.icon-printer:before {
  content: "\e954"; 
}
.icon-copy:before {
  content: "\e92c"; 
} 
.icon-envelop:before {
  content: "\e945"; 
} 
.icon-play3:before {
  content: "\ea1c"; 
}
.icon-google-plus:before {
  content: "\ea8b"; 
}
.icon-facebook:before {
  content: "\ea90"; 
}
.icon-whatsapp:before {
  content: "\ea93"; 
}
.icon-twitter:before {
  content: "\ea96"; 
}
.icon-link:before {
  content: "\e9cb"; 
}  

#swipebox-overlay {
	background-color: rgba(0,0,0, 0.8);
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
	height: 100%;
	position: relative;
	font-family: Arial, sans-serif;
}
body > header {
	padding-top:2%;
	padding-bottom: 1%;
}
nav {
	width:940px;
	margin: 0 auto 20px auto;
	background: url('../img/background_nav.png');
	background-position: center bottom;
}
nav ul {
  text-align: center; 
}
nav ul li {
  list-style: none;
  display: inline-block; 
}
nav ul li a {
  display: block;
  padding: 4px 6px;
  color:white;
  text-decoration: none;
  font: 17px/20px Arial, sans-serif; 
}
body {
	min-height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 236, 242)), to(rgb(182,192, 214)));
	background: -webkit-linear-gradient(top, rgb(233, 236, 242) 0%, rgb(182,192, 214) 100%);
	background: -o-linear-gradient(top, rgb(233, 236, 242) 0%, rgb(182,192, 214) 100%);
	background: linear-gradient(to bottom, rgb(233, 236, 242) 0%, rgb(182,192, 214) 100%);
	background-attachment:fixed;
}
footer {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
div.stock_info_bar {
	display:block;
	position:fixed;
	bottom:0;
	margin-bottom: -30px;
	left:0;
	width:100%;
	height:30px;
	background-color: #C1C9D3;
	padding-top:2px;
	overflow:hidden;
}
div.stock_info_bar, div.stock_info_bar .group, div.stock_info_bar p, div.stock_info_bar a, div.stock_info_bar strong {
  color:black;
  font: normal 10px/30px 'Droid Sans', sans-serif; 
}
div.stock_info_bar .icon {
  padding:0 5px;
  font-style: normal;
  text-align: center;
  line-height: 1; 
}
div.stock_info_bar .icon-caret-up {
  color: green; 
}
div.stock_info_bar .icon-caret-down {
  color:red; 
}
div.stock_info_bar a {
  text-decoration: none;
  color:black; 
}
div.stock_info_bar strong {
  font-weight: bold; 
}
td, p, a, small, b, em, i, strong, input, label {
	font: normal 12px/20px Georgia, serif;
}
th, b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.mobile {
	display: none;
}

#loading_overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.8);
}
#newsletter_subscription {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
#newsletter_subscription.visible {
  margin-top:0; 
}
#newsletter_subscription.loading button img {
  display: inline-block 
}
#newsletter_subscription.success p.success {
  display: block; 
}
#newsletter_subscription.success form {
  display: none; 
}
#newsletter_subscription .error .form-control {
  border:1px solid red; 
}
#newsletter_subscription form {
  width: 400px;
  /*margin:0 auto;
		clear:fix;*/ 
}
#newsletter_subscription input, #newsletter_subscription button, #newsletter_subscription select {
  padding:0 8px;
  border: 1px solid #CCC;
  display: block; 
}
#newsletter_subscription input {
  width: 73%; 
}
#newsletter_subscription .form-group {
  padding: 5px; 
}
#newsletter_subscription .form-group .select-wrap {
  position: relative;
  display: inline-block; 
}
#newsletter_subscription .form-group .select-wrap select {
  margin: 0;
  padding-right: 25px; 
}
#newsletter_subscription .form-group .select-wrap .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 12px;
  right: 8px; 
}
#newsletter_subscription .form-group input[type="checkbox"]{
  display: inline-block;
  width: auto;
  margin-right: 10px; 
}
#newsletter_subscription .form-group.error input[type="checkbox"]{
  outline: 1px solid red; 
}
#newsletter_subscription .form-group .accept_dsgvo {
  display: inline-block;
  font: normal 10px/28px 'Droid Sans', sans-serif;
  margin-bottom: 0; 
}
#newsletter_subscription .form-group .accept_dsgvo a {
  font: normal 10px/28px 'Droid Sans', sans-serif; 
}
#newsletter_subscription .required_fields {
  margin-left: 10px;
  font: normal 10px/28px 'Droid Sans', sans-serif; 
}
#newsletter_subscription .required_mark {
  font-size: 12px; 
}
#newsletter_subscription button {
  margin:0 0 5px;
  cursor: pointer;
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  float:right; 
}
#newsletter_subscription button img {
  display: inline-block;
  height: 16px;
  float: right;
  margin:4px 0 0 4px;
  display: none; 
}
#newsletter_subscription .form-control {
  margin:0 5px;
  display: block;
  height: 28px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; 
}
#newsletter_subscription label, #newsletter_subscription input, #newsletter_subscription select, #newsletter_subscription button, #newsletter_subscription .hide, #newsletter_subscription p.success  {
  vertical-align: middle;
  font: normal 10px/28px 'Droid Sans', sans-serif; 
}
#newsletter_subscription p.success {
  display: none;
  text-align: center;
  color:white;
  font-size:14px;
  color:green;
  height:48px;
  line-height: 48px; 
}
#newsletter_subscription label {
  display: block;
  padding-left: 5px;
  width: 27%;
  float: left;
  font-size:14px;
  padding-right: 12px; 
}
#newsletter_subscription label.hidden {
  visibility: hidden; 
}
#newsletter_subscription .hide {
  float:right;
  color: white;
  text-decoration: none;
  font-size:16px; 
}

#validate {
	display: none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 15;
}

#validate .validation_overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 16; 
}

#validate div.validate_start, #validate div.validate_abort, #validate div.validate_success {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 20;
  max-width: 420px;
  padding: 15px;
  margin:0 auto;
  margin-top: -210px; 
}

#validate h3 {
  margin: 10px 0 15px;
  font-weight: bold; 
}

#validate p {
  padding-bottom: 15px; 
}

#validate button, #validate a.btn {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #b2b2b2;
  background-color: #fff;
  text-decoration: none;
  color: black; 
}

#validate button:hover, #validate a.btn:hover {
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #e5e5e5; 
}

#validate .btn.validate_submit {
  background-color: #b2b2b2; 
}

#validate div.validate_abort .validate_abort_buttons {
  text-align: right; 
}

#validate div.validate_abort .validate_abort_buttons button:first-child {
  margin-right: 15px; 
}

#validate div.validate_abort button {
  width: 115px; 
}

body.page_immoflash header .logo_page {
  display: none; 
}

body.page_immoflash #immoflash_mobile {
  display: none; 
}

body.page_immoflash #booklet {
  width: 940px;
  height: 620px;
  overflow: hidden;
  margin: 0 auto; 
}

body.page_immoflash #booklet.booklet .b-p0, body.page_immoflash #booklet.booklet .b-p3, body.page_immoflash #booklet.booklet .b-arrow-next div, body.page_immoflash #booklet.booklet .b-arrow-prev div {
  background-image: none; 
}

body.page_immoflash #booklet.booklet .b-arrow-next {}

body.page_immoflash #booklet.booklet .b-arrow div {
  top:50%;
  margin-top:-15px; 
}

body.page_immoflash #booklet.booklet .b-arrow-prev div {
  text-align: right; 
}

body.page_immoflash #booklet.booklet .b-arrow, body.page_immoflash #booklet.booklet .b-arrow div {
  text-indent:0; 
}

body.page_immoflash #booklet.booklet .b-arrow .icon, body.page_immoflash #booklet.booklet .b-arrow div .icon {
  color: white;
  font-size:30px; 
}

body.page_immoflash #booklet .cover_overlay {
  position: absolute;
  left:0;
  z-index: 100;
  background-color: white; 
}

body.page_immoflash #booklet .cover_overlay .close_overlay {
  z-index:101;
  background-color: #c0c0c0;
  color:white;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right:0;
  top:0;
  font: normal 10px/12px Georgia, serif;
  padding:4px 6px; 
}

body.page_immoflash #booklet .page {
  width: 470px;
  height: 620px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: white; 
}

body.page_immoflash #booklet .page.even {
  background-image: url('../img/background_booklet_right.png'); 
}

body.page_immoflash #booklet .page.odd {
  background-image: url('../img/background_booklet_left.png'); 
}

body.page_immoflash #booklet .page> header, body.page_immoflash #booklet .page> footer {
  position: absolute;
  width: 100%; 
}

body.page_immoflash #booklet .page> header {
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  border-bottom: 4px solid #b2b6b6; 
}

body.page_immoflash #booklet .page> footer {
  border-top: 1px dotted #b2b6b6;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 11px; 
}

body.page_immoflash #booklet .page h1, body.page_immoflash #booklet .page h2, body.page_immoflash #booklet .page h3, body.page_immoflash #booklet .page h4, body.page_immoflash #booklet .page h5, body.page_immoflash #booklet .page h6 {
  text-rendering: auto;
  padding: 0;
  margin: 0;
  border: 0;
  color: black; 
}

body.page_immoflash #booklet .page h1 {
  font: bold 36px/40px 'Droid Sans', sans-serif; 
}

body.page_immoflash #booklet .page h2 {
  font: bold 20px/30px 'Droid Sans', sans-serif;
  height: 30px; 
}

body.page_immoflash #booklet .page h3 {
  font: normal 10px/11px 'Droid Sans', sans-serif;
  text-transform: uppercase;
  height: 10px; 
}

body.page_immoflash #booklet .page h4 {
  font: normal 10px/11px 'Droid Sans', sans-serif;
  color: rgb(128,128,128);
  height: 10px; 
}

body.page_immoflash #booklet .page h5 {
  height: 40px;
  font: bold 36px/40px 'Droid Sans', sans-serif;
  color: black;
  padding: 0;
  border: 0;
  margin: 0; 
}

body.page_immoflash #booklet .page h2, body.page_immoflash #booklet .page h3, body.page_immoflash #booklet .page h4, body.page_immoflash #booklet .page h5 {
  overflow: hidden; 
}

body.page_immoflash #booklet .page dl {
  margin: 0; 
}

body.page_immoflash #booklet .page dl dt, body.page_immoflash #booklet .page dl dd {
  font-size: 11px;
  line-height: 14px;
  margin: 0; 
}

body.page_immoflash #booklet .page p, body.page_immoflash #booklet .page a, body.page_immoflash #booklet .page small, body.page_immoflash #booklet .page b, body.page_immoflash #booklet .page em, body.page_immoflash #booklet .page i, body.page_immoflash #booklet .page strong, body.page_immoflash #booklet .page .element.text {
  font: normal 11px/20px Georgia, serif; 
}

body.page_immoflash #booklet .page b, body.page_immoflash #booklet .page strong {
  font-weight: bold; 
}

body.page_immoflash #booklet .page i, body.page_immoflash #booklet .page em {
  font-style: italic; 
}

body.page_immoflash #booklet .page .seperator, body.page_immoflash #booklet .page article {
  border: 0;
  left: 25px;
  right: 25px;
  width: 420px;
  position: absolute; 
}

body.page_immoflash #booklet .page .seperator {
  border-bottom: 1px dotted #888; 
}

body.page_immoflash #booklet .page .element.cover_overlay {
  display: none;
  top: 100%;
  left: 0; 
}

body.page_immoflash #booklet .page .element.html5 {
  position: absolute; 
}

body.page_immoflash #booklet .page .element.html5 iframe {
  width: 100%;
  height: 100%; 
}

body.page_immoflash #booklet .page .element.html5 figure {
  top: 0;
  left: 0; 
}

body.page_immoflash #booklet .page figure {
  position: absolute; 
}

body.page_immoflash #booklet .page figure a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0; 
}

body.page_immoflash #booklet .page figure .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 5px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
  line-height: 12px;
  color: white;
  text-shadow: 1px 2px 3px #666; 
}

body.page_immoflash #booklet .page figure object {
  display: block;
  width: 100%;
  height: 100%; 
}

body.page_immoflash #booklet .page figure .youtube .caption, body.page_immoflash #booklet .page figure .vimeo .caption {
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  top: 50%;
  bottom: auto;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  line-height: 50px;
  vertical-align: middle; 
}

body.page_immoflash #booklet .page figure .youtube .caption i, body.page_immoflash #booklet .page figure .vimeo .caption i {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  font-style: normal; 
}

body.page_immoflash #booklet .page article {
  min-height: 160px; 
}

body.page_immoflash #booklet .page article .element.text a, body.page_immoflash #booklet .page article footer a {
  color: #be3030;
  text-decoration: none; 
}

body.page_immoflash #booklet .page article .element.text a:hover, body.page_immoflash #booklet .page article footer a:hover {
  text-decoration: underline; 
}

body.page_immoflash #booklet .page article header {
  margin-top: 16px;
  margin-bottom: 18px; 
}

body.page_immoflash #booklet .page article footer {
  width: 202px;
  right: 0;
  bottom: 0;
  left: auto;
  text-align: left;
  background-color: transparent; 
}

body.page_immoflash #booklet .page article .element.text {
  width: 100%;
  overflow: hidden; 
}

body.page_immoflash #booklet .page article .element.text .text_column {
  overflow: hidden;
  width: 202px;
  height: 160px;
  margin-left: 16px;
  float: left; 
}

body.page_immoflash #booklet .page article .element.text .text_column br:first-child, body.page_immoflash #booklet .page article .element.text .text_column br:last-child {
  //display: none; 
}

body.page_immoflash #booklet .page article .element.text .text_column:first-child {
  margin: 0 !important; 
}

body.page_immoflash #booklet .page article .element.text .text_column:last-child {
  height: 140px; 
}

body.page_immoflash #booklet .page article .element.text.column_count_3 .text_column {
  width: 134px;
  margin-left: 9px; 
}

body.page_immoflash #booklet .page article .element.text.autocolumn .text_column {
  overflow: visible; 
}

body.page_immoflash #booklet .page article .more_text {
  display: none; 
}

body.page_immoflash #booklet .page article figure {
  right: 0;
  left: auto; 
}

body.page_immoflash #booklet .page article.has_media .text.column_count_2 {
  height: 160px; 
}

body.page_immoflash #booklet .page article.has_media footer {
  right: auto;
  left: 0; 
}

body.page_immoflash #booklet .page article.has_media.media_left footer {
  left: auto;
  right: 0; 
}

body.page_immoflash #booklet .page article.has_media.media_left figure {
  left: 0;
  right: auto; 
}

body.page_immoflash #booklet .page article.has_media.media_left .element.text {
  width: 202px;
  float: right; 
}

body.page_immoflash #booklet .book_page.template_a1_2 > footer {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_a1_2 .element_0 {
  top: 48px; 
}

body.page_immoflash #booklet .book_page.template_a1_2 .element_1 {
  bottom: 0;
  left: 0; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_0 {
  top: 48px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_0 .element.text .text_column:first-child {
  height: 140px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_0 .element.text .text_column:last-child {
  height: 120px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 article.has_media .text.column_count_2 {
  height: 140px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_1 {
  top: 355px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_1 .element.text .text_column:first-child {
  height: 140px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_1 .element.text .text_column:last-child {
  height: 120px; 
}

body.page_immoflash #booklet .book_page.template_a_470_60 .element_2 {
  top: 290px; 
}

body.page_immoflash #booklet .book_page.template_articles .element_0 {
  top: 48px; 
}

body.page_immoflash #booklet .book_page.template_articles .element_1 {
  top: 328px; 
}

body.page_immoflash #booklet .book_page.template_articles .seperator {
  top: 310px; 
}

body.page_immoflash #booklet .book_page.template_cover_links > header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_cover_links > footer {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_cover_links div.logo {
  position: absolute;
  left: 25px;
  top: 34px;
  width: 288px;
  height: 37px;
  background: transparent url('../img/logo_cover.png') no-repeat 0 0; 
}

body.page_immoflash #booklet .book_page.template_cover_links div.logo time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px; 
}

body.page_immoflash #booklet .book_page.template_cover_links .element_0 {
  top: 60px; 
}

body.page_immoflash #booklet .book_page.template_cover_links .element_1 {
  bottom: 65px;
  left: auto;
  width: 277px; 
}

body.page_immoflash #booklet .book_page.template_cover_links .element_2, body.page_immoflash #booklet .book_page.template_cover_links .element_3, body.page_immoflash #booklet .book_page.template_cover_links .element_4, body.page_immoflash #booklet .book_page.template_cover_links .element_5 {
  overflow: hidden; 
}

body.page_immoflash #booklet .book_page.template_cover_links .element_2 {
  top: 15px;
  right: 25px; 
}

body.page_immoflash #booklet .book_page.template_cover_links .element_3 {
  top: 217px;
  right: 25px; 
}

body.page_immoflash #booklet .book_page.template_cover_links .element_4 {
  bottom: 0;
  right: 0; 
}

body.page_immoflash #booklet .book_page.template_cover_links article footer {
  width: 134px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 {
  height: 495px;
  padding: 0;
  overflow: hidden; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 .element.text {
  height: 343px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 .element.text .text_column_0 {
  height: 343px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 .element.text .text_column_1 {
  height: 145px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 .element.text .text_column_2 {
  margin-top: 61px;
  height: 60px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 footer {
  bottom: auto;
  top: 274px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 h1 {
  height: 80px;
  overflow: hidden; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_0 h2 {
  font: normal 16px/30px 'Droid Sans', sans-serif;
  height: 30px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_1 header {
  margin-top: 0; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_1 .element.text {
  height: 120px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_1 .element.text .text_column {
  height: 120px;
  width: 134px;
  margin-left: 9px; 
}

body.page_immoflash #booklet .book_page.template_cover_links article.element_1 .element.text .text_column:last-child {
  height: 100px; 
}

body.page_immoflash #booklet .book_page.template_cover_links .seperator {
  left: auto;
  width: 277px;
  top: 352px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts > header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts > footer {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts div.logo {
  position: absolute;
  left: 25px;
  top: 34px;
  width: 288px;
  height: 37px;
  background: transparent url('../img/logo_cover.png') no-repeat 0 0; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts div.logo time {
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-size: 10px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts ul.page_links {
  width: 420px;
  margin: 15px auto; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts ul.page_links li {
  list-style: none;
  display: block;
  width: 139px;
  border-left: 1px dotted #888;
  float: left;
  padding-left: 8px;
  height: 30px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts ul.page_links li a, body.page_immoflash #booklet .book_page.template_cover_rechts ul.page_links li a strong {
  text-decoration: none;
  color: black;
  line-height: 11px;
  font-size: 11px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts ul.page_links li a strong, body.page_immoflash #booklet .book_page.template_cover_rechts ul.page_links li a strong strong {
  color: #be3030; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_0 {
  top: 130px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_1 {
  bottom: 65px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_1.has_media footer {
  width: 134px;
  left: 143px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_2, body.page_immoflash #booklet .book_page.template_cover_rechts .element_3, body.page_immoflash #booklet .book_page.template_cover_rechts .element_4 {
  overflow: hidden; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_2 {
  top: 75px;
  right: 25px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_3 {
  top: 295px;
  right: 25px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .element_4 {
  bottom: 0;
  right: 0; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts article footer {
  width: 134px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts article.element_0 .text_column {
  height: 145px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts article.element_0 .text_column:last-child {
  height: 60px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts article.element_0 footer {
  bottom: 65px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts article.element_1 .text_column {
  height: 120px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts article.element_1 .text_column:last-child {
  height: 100px; 
}

body.page_immoflash #booklet .book_page.template_cover_rechts .seperator {
  left: auto;
  top: 352px; 
}

body.page_immoflash #booklet .book_page.template_fullpage header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_fullpage footer {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section {
  overflow: hidden;
  width: 100%;
  padding: 0 25px;
  height: 100%;
  background: rgb(137, 20, 53) url('../img/magazin_impressum.png'); 
}

body.page_immoflash #booklet .book_page.template_legal_notices section p, body.page_immoflash #booklet .book_page.template_legal_notices section strong, body.page_immoflash #booklet .book_page.template_legal_notices section a, body.page_immoflash #booklet .book_page.template_legal_notices section h1, body.page_immoflash #booklet .book_page.template_legal_notices section h2, body.page_immoflash #booklet .book_page.template_legal_notices section h3, body.page_immoflash #booklet .book_page.template_legal_notices section h4, body.page_immoflash #booklet .book_page.template_legal_notices section h5 {
  color: white; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section h2 {
  font-size: 14px; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section p, body.page_immoflash #booklet .book_page.template_legal_notices section strong, body.page_immoflash #booklet .book_page.template_legal_notices section a {
  font-size: 11px;
  line-height: 16px; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section .row:after {
  content: '';
  display: block;
  clear: both; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section .row {
  margin: 15px 0; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section .row .column {
  float: left;
  width: 50%; 
}

body.page_immoflash #booklet .book_page.template_legal_notices section footer, body.page_immoflash #booklet .book_page.template_legal_notices section header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_legal_notices header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_legal_notices footer {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_preview section {
  background: rgb(255, 255, 255);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  padding: 0 25px;
  height: 100%;
  position: relative; 
}

body.page_immoflash #booklet .book_page.template_preview section footer, body.page_immoflash #booklet .book_page.template_preview section header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_preview section article {
  top: 140px;
  width: 198px;
  height: 228px;
  background-color: white;
  padding: 2px;
  overflow: hidden; 
}

body.page_immoflash #booklet .book_page.template_preview section article h2 {
  font-size: 12px;
  line-height: 14px;
  padding: 0 5px;
  height: 30px; 
}

body.page_immoflash #booklet .book_page.template_preview section article figure {
  position: relative;
  margin: 0 2px 5px 0; 
}

body.page_immoflash #booklet .book_page.template_preview section article figure .caption {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_preview section article p {
  padding: 0 5px;
  height: 52px;
  overflow: hidden;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px; 
}

body.page_immoflash #booklet .book_page.template_preview section article a {
  width: 188px;
  display: inline-block;
  text-align: right;
  text-decoration: none;
  color: #BCBE00;
  font-size: 11px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_0 {
  left: 30px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_1 {
  left: 232px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 {
  position: absolute;
  bottom: 25px;
  left: 30px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 .inner img {
  display: inline-block;
  vertical-align: middle;
  max-height: 120px;
  max-width: 180px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 .inner {
  vertical-align: middle;
  width: 100%;
  height: 120px;
  background-color: white;
  bottom: 0;
  position: absolute;
  left: 0; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 .inner div.logo {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  width: 180px;
  height: 120px;
  vertical-align: middle; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 .inner div.logo .spacer {
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 .inner div.logo figure {
  display: inline-block;
  position: relative; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 .inner div.logo figure a {
  display: inline-block; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 div.content {
  position: absolute;
  right: 5px;
  top: 0;
  width: 215px;
  padding-top: 15px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 div.content h3 {
  font-size: 12px;
  line-height: 14px;
  color: #be3030;
  height: auto;
  font-weight: bold;
  margin-bottom: 5px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 div.content p, body.page_immoflash #booklet .book_page.template_preview section .element_2 div.content p a {
  font-size: 11px; 
}

body.page_immoflash #booklet .book_page.template_preview section .element_2 div.content p a {
  display: inline-block;
  color: #be3030;
  text-decoration: none; 
}

body.page_immoflash #booklet .book_page.template_preview header {
  display: none; 
}

body.page_immoflash #booklet .book_page.template_preview footer {
  display: none; 
}

body.page_immoflash .booklet_container {
  position: absolute;
  top:50%;
  width: 100%;
  margin:0 auto;
  margin-top:-305px;
  background: url('../img/background_booklet_controls.png') center 277px no-repeat; 
}

body.page_immoflash .swipebox-inline-container article {
  display: none; 
}

body.page_immoflash .youtube.embed {
  width: 100%; 
}

body.page_immoflash .responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden; 
}

body.page_immoflash .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

body.page_immoflash .current .swipebox-inline-container article {
  padding: 20px 25px 0 25px;
  display: block;
  overflow: hidden;
  position: relative;
  height:auto;
  width: 470px;
  background: white; 
}

body.page_immoflash .current .swipebox-inline-container article div {
  background-color: white; 
}

body.page_immoflash .current .swipebox-inline-container article .header {
  background: white url('../img/logo_cover.png') 0 0 no-repeat;
  padding-top:50px;
  text-align: left;
  height:auto;
  width: 100%;
  padding-bottom: 16px; 
}

body.page_immoflash .current .swipebox-inline-container article .header h2 {
  font: bold 20px/30px 'Droid Sans', sans-serif; 
}

body.page_immoflash .current .swipebox-inline-container article .header h3 {
  font: normal 10px/11px 'Droid Sans', sans-serif;
  text-transform:uppercase;
  margin-bottom: 3px; 
}

body.page_immoflash .current .swipebox-inline-container article .header h4 {
  font: normal 10px/11px 'Droid Sans', sans-serif;
  color:rgb(128,128,128); 
}

body.page_immoflash .current .swipebox-inline-container article .actions {
  height: 30px;
  text-align: right;
  margin-bottom: 16px; 
}

body.page_immoflash .current .swipebox-inline-container article .actions a {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color:#c0c0c0;
  color:white;
  font-size:0;
  line-height: 0;
  text-decoration: none;
  text-align: center; 
}

body.page_immoflash .current .swipebox-inline-container article .actions a .icon {
  display: block;
  margin:0;
  font-size:20px;
  line-height: 30px;
  color: white;
  text-decoration: none; 
}

body.page_immoflash .current .swipebox-inline-container article .actions a.whatsapp {
  display: none; 
}

body.page_immoflash .current .swipebox-inline-container article .text div.previous {
  display: inline-block; 
}

body.page_immoflash .current .swipebox-inline-container article .text div.previous, body.page_immoflash .current .swipebox-inline-container article .text p.previous, body.page_immoflash .current .swipebox-inline-container article .text span.previous {
  color:#9d9d9d; 
}

body.page_immoflash .current .swipebox-inline-container article .text p {
  margin: 0; 
}

body.page_immoflash .current .swipebox-inline-container article .text a {
  color: #be3030;
  text-decoration: none; 
}

body.page_immoflash .current .swipebox-inline-container article .text a:hover {
  text-decoration: underline; 
}

body.page_immoflash .current .swipebox-inline-container article .text, body.page_immoflash .current .swipebox-inline-container article .caption, body.page_immoflash .current .swipebox-inline-container article .media {
  margin-bottom: 16px;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  font: normal 12px/20px Georgia, serif; 
}

body.page_immoflash .current .swipebox-inline-container article .element.media {
  width: 100% !important;
  height: auto !important; 
}

body.page_immoflash .element.media img {
  width: 100%;
  height: auto !important; 
}

body.page_immoflash.loading #booklet, body.page_immoflash.debug #booklet {
  visibility: hidden;
  clear:both;
  height:auto; 
}

body.page_immoflash.loading #booklet .page, body.page_immoflash.debug #booklet .page {
  float:left; 
}

body.page_immoflash.loading #loading_overlay {
  display: block; 
}

body.page_immoflash.debug #booklet {
  visibility: visible; 
}

body.page_immoflash.debug #booklet .page {
  margin-bottom: 30px; 
}

body.page_immoflash.booklet_only {
  width:940px;
  height:620px;
  overflow: hidden; 
}

body.page_immoflash.booklet_only #booklet {
  width:940px;
  height:620px;
  overflow: hidden; 
}

body.page_immoflash.booklet_only #booklet .b-arrow, body.page_immoflash.booklet_only #booklet .b-arrow div {
  display: none !important; 
}

body.page_immoflash.booklet_only .booklet_container {
  position: absolute;
  top:0;
  left:0;
  margin:0; 
}

body.page_immoflash.booklet_only> header, body.page_immoflash.booklet_only>footer, body.page_immoflash.booklet_only #newsletter_subscription {
  display: none; 
}
/* padding-top: 15px; */
body.page_content header .logo_page {
  display: block;
  width: 100%;
  text-align: center; 
}
body.page_content #wrapper {
  width: 940px;
  margin:0 auto; 
}
body.page_content #wrapper h1 {
  font: bold 36px/40px 'Droid Sans', sans-serif;
  margin-bottom: 30px; 
}
body.page_content #wrapper h2 {
  font: bold 20px/30px 'Droid Sans', sans-serif; 
}
body.page_content #wrapper h3 {
  font: normal 18px/24px 'Droid Sans', sans-serif;
  text-transform:uppercase; 
}
body.page_content #wrapper h4 {
  font: normal 10px/12px 'Droid Sans', sans-serif;
  color:rgb(128,128,128); 
}
body.page_content #wrapper p {
  margin-bottom: 16px; 
}
body.page_content #wrapper a {
  font-weight: bold;
  color:black; 
}
body.page_content #wrapper .backlink {
  padding-bottom: 30px; 
}
body.page_content #wrapper .backlink a {
  font-size: 11px; 
}
body.page_content #wrapper .content_left, body.page_content #wrapper .content_right {
  float: left;
  width: 50%; 
}
body.page_content #wrapper .content_left {
  padding-right: 30px; 
}
body.page_content #wrapper table {
  width: 100%; 
}
body.page_content #wrapper table tr td {
  text-align: left;
  width: 60%;
  font-size: 14px;
  line-height: 22px; 
}
body.page_content #wrapper table tr td a {
  font-size: 14px;
  line-height: 22px; 
}
body.page_content #wrapper table tr td:last-child {
  width: 40%; 
}
body.page_archive #wrapper .content_page {
  padding-bottom: 30px; 
}
body.page_archive #wrapper .content_page table tr.year td {
  padding-top: 20px;
  padding-bottom: 10px;
  font: bold 16px/20px 'Droid Sans', sans-serif; 
}
body.page_ueber #wrapper .content_left span.subline, body.page_ueber #wrapper .content_right span.subline {
  display: block;
  width: 70%;
  font: normal 12px/20px Georgia, serif;
  font-weight: bold;
  margin-bottom: 5px;
  border-top: 3px solid black;
  border-bottom: 1px solid black; 
}
body.page_ueber #wrapper .content_left table, body.page_ueber #wrapper .content_right table {
  width: 70%; 
}
body.page_ueber #wrapper .content_left table tr td, body.page_ueber #wrapper .content_right table tr td {
  font-weight: bold;
  text-align: left; 
}
body.page_ueber #wrapper .content_left table tr td:last-child, body.page_ueber #wrapper .content_right table tr td:last-child {
  font-weight: normal;
  text-align: right; 
}
/* Fallbacks */
html.no-cssgradients body {
	background: #ADBDD2 url(../img/background.png) repeat-x;
}
@media (min-width: 767px) and (max-width: 992px) {
		header{
			padding: 0;
		}
	body.page_content header nav, body.page_content #wrapper {
    width: 90%; 
  }
}
@media (max-height: 720px) {
	.stock_info_bar.marquee {
		display: none;
	}
}
@media (max-height: 890px) {
	body.page_immoflash .booklet_container {
		top:0;
		margin-top:65px;
	}
	body header {
		position: relative;
	}
	body header button.mobile {
    position: absolute;
    z-index: 111;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    border:1px solid #c0c0c0;
    float:right;
    margin: 5px 15px 5px 0;
    height: 30px;
    background-color: white;
    color:#c0c0c0; 
  }
	body header.active nav {
    display: block; 
  }
	body header nav {
    position: absolute;
    top: 5px;
    right: 60px;
    display: none;
    width: 200px;
    z-index: 111;
    background: white; 
  }
	body header nav ul li {
    border-top: 1px solid #c0c0c0;
    display: block; 
  }
	body header nav ul li a {
    color:black;
    text-align: center;
    padding:6px 0;
    font: 14px/16px 'Droid Sans', sans-serif; 
  }
}
@media (max-width: 767px) {
	footer {
		position: relative;
		text-align: center;
		line-height: 30px;
	}
	footer .mobile {
    color: black;
    display: block; 
  }
	#validate div.validate_start, #validate div.validate_abort {
    top:10px;
    left:auto;
    right:auto;
    bottom: auto;
    width: 95%;
    height: auto;
    margin: 10px auto;
    overflow: visible; 
  }
	body > header:after {
    content: '';
    display: block;
    clear: both; 
  }
	body > header {
		background-color: white;
	}
	body > header .logo {
    padding:5px 15px;
    display: inline-block;
    height: 30px; 
  }
	body > header .logo img {
    height:30px; 
  }
	body > header button.mobile {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border:1px solid #c0c0c0;
    float:right;
    margin:5px 15px;
    height: 30px;
    background-color: white;
    color:#c0c0c0; 
  }
	body > header.active nav {
    display: block; 
  }
	body > header nav {
    position: relative;
    top: 0;
    right: 0;
    margin:0;
    display: none;
    width: 100%;
    background: white; 
  }
	body > header nav ul li {
    border-top: 1px solid #c0c0c0;
    display: block; 
  }
	body > header nav ul li a {
    color:black;
    text-align: center;
    padding:6px 0;
    font: 14px/16px 'Droid Sans', sans-serif; 
  }

	#newsletter_subscription form{
    padding-left: 20px; 
  }

	#newsletter_subscription label, #newsletter_subscription .form-group{
    clear: both; 
  }

	#newsletter_subscription label input,#newsletter_subscription .form-group input{
    width: 80vw; 
  }

	#newsletter_subscription label.hidden {
    display: none; 
  }
	#newsletter_subscription .hide{
		clear: both;
		position: absolute;
		top: 2vw;
		left: 90vw;
	}
	#newsletter_subscription.visible{
		margin-top: 230px;
	}

	body.page_content header .logo_page {
		display: none;
	}
	body.page_content #wrapper {
		width: 100%;
		padding:15px;
	}
	body.page_content #wrapper .content_left, body.page_content #wrapper .content_right {
    width: 100%; 
  }
	body.page_ueber #wrapper .content_right {
		margin-top: 15px;
	}
	body.page_immoflash #booklet, body.page_immoflash footer .stock_info_bar {
    display: none; 
  }
	body.page_immoflash #immoflash_mobile {
    display: block; 
  }
	body.page_immoflash #immoflash_mobile div.cover_overlay {
    position: relative; 
  }
	body.page_immoflash #immoflash_mobile div.html5 {
    position: relative; 
  }
	body.page_immoflash #immoflash_mobile div.html5 iframe {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0; 
  }
	body.page_immoflash #immoflash_mobile figure {
    position: relative;
    width: 100% !important;
    height: auto !important; 
  }
	body.page_immoflash #immoflash_mobile figure img {
    width: 100%;
    height: auto;
    display: block; 
  }
	body.page_immoflash #immoflash_mobile figure img.mobile_2 {
    max-width: 100%;
    width: auto;
    margin:15px auto; 
  }
	body.page_immoflash #immoflash_mobile figure .caption {
    position: absolute;
    width: 100%;
    bottom:0;
    right:0;
    padding:5px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size:12px;
    line-height: 12px;
    color:white;
    text-shadow: 1px 2px 3px #666; 
  }
	body.page_immoflash #immoflash_mobile figure .youtube .caption, body.page_immoflash #immoflash_mobile figure .vimeo .caption {
    text-align: center;
    pointer-events:none;
    cursor: pointer;
    top:50%;
    bottom:auto;
    height: 50px;
    margin-top:-15px;
    padding:0;
    line-height: 50px;
    vertical-align: middle; 
  }
	body.page_immoflash #immoflash_mobile figure .youtube .caption i, body.page_immoflash #immoflash_mobile figure .vimeo .caption i {
    display: inline-block;
    font-size:50px;
    line-height: 1;
    font-style: normal; 
  }
	body.page_immoflash #immoflash_mobile h1 {
    font: bold 20px/24px 'Droid Sans', sans-serif;
    margin-bottom: 30px; 
  }
	body.page_immoflash #immoflash_mobile h2 {
    font: bold 20px/24px 'Droid Sans', sans-serif; 
  }
	body.page_immoflash #immoflash_mobile h3 {
    font: normal 16px/20px 'Droid Sans', sans-serif;
    margin:3px 0; 
  }
	body.page_immoflash #immoflash_mobile h4 {
    font: normal 14px/20px 'Droid Sans', sans-serif;
    color:rgb(128,128,128); 
  }
	body.page_immoflash #immoflash_mobile p, body.page_immoflash #immoflash_mobile .text, body.page_immoflash #immoflash_mobile .caption {
    font: normal 14px/20px Georgia, serif; 
  }
	body.page_immoflash #immoflash_mobile article {
    border-bottom: 1px solid #a0a0a0;
    padding:15px; 
  }
	body.page_immoflash #immoflash_mobile article.active .media, body.page_immoflash #immoflash_mobile article.active .text {
    overflow: visible;
    max-height: 100%; 
  }
	body.page_immoflash #immoflash_mobile article.active a.continue {
    display: none; 
  }
	body.page_immoflash #immoflash_mobile article.active .actions {
    margin-top:15px;
    display: block; 
  }
	body.page_immoflash #immoflash_mobile article.active .actions .icon {
    color:black;
    font-size:20px;
    text-decoration: none;
    line-height: 25px; 
  }
	body.page_immoflash #immoflash_mobile article.active .actions a {
    display: inline-block;
    width: 25px;
    height:25px;
    text-decoration: none;
    margin-right:5px; 
  }
	body.page_immoflash #immoflash_mobile article.active .actions a.copy, body.page_immoflash #immoflash_mobile article.active .actions a.print, body.page_immoflash #immoflash_mobile article.active .actions a.copy_text {
    display: none; 
  }
	body.page_immoflash #immoflash_mobile article.active .actions a.whatsapp {
    display: inline-block; 
  }
	body.page_immoflash #immoflash_mobile article .header, body.page_immoflash #immoflash_mobile article .media {
    margin-bottom:15px; 
  }
	body.page_immoflash #immoflash_mobile article .actions {
    display: none; 
  }
	body.page_immoflash #immoflash_mobile article .text {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size:14px;
    max-height: 80px;
    text-align: left; 
  }
	body.page_immoflash #immoflash_mobile article .text a {
    color: #be3030;
    text-decoration: none; 
  }
	body.page_immoflash #immoflash_mobile article .text a:hover {
    text-decoration: underline; 
  }
	body.page_immoflash #immoflash_mobile article a.continue {
    display: block;
    color: #be3030;
    text-decoration: none; 
  }
}