/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.datepicker {
	position: absolute;
	border: 2px solid #1C3262;
	font-size: 11px;
	width: 194px;
	padding: 3px;
	height: 221px;
	background: #fff;
	line-height: normal;
	z-index: 3003;
}

.datepicker.column_2 {
	width: 393px;
}

.datepicker.column_3 {
	width: 592px;
}

.datepicker.column_4 {
	width: 791px;
}

.datepicker.column_5 {
	width: 990px;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: #1C3262;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 3px;
	overflow: hidden;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	width: 99999px;
}

.datepicker .header .titleText {
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	color: #666;
	top: 5px;
	cursor: pointer;
}
.datepicker .header .previous {
	left: 5px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	right: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 193px;
	overflow: hidden;
}

/* Columns */

.datepicker .body .column {
	float: left;
	width: 194px;
	min-height: 193px;
	margin-left: 5px;
}

.datepicker .body .column.column_1 {
	margin-left: 0;
}

.datepicker .titleText .column {
	float: left;
	width: 194px;
	margin-left: 5px;
}

.datepicker .titleText .column.column_1 {
	margin-left: 0;
}

/* Footer */

.datepicker.footer {
	height: 280px;
}

.datepicker .footer {
	margin-top: 3px;
	padding: 15px 5px;
	height: 26px;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #ccc;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 25px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #5D6E95;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #eee;
	color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background: #8C929F !important;
	color: #fff !important;
}

.datepicker .days .otherMonth.selected {
	background: #bbbfc8 !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #5D6E95 !important;
	color: #fff !important;
}

.datepicker .days.weeknumbers .day {
	width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
	color: #AAA !important;
	width: 16px !important;
	background: #EEE !important;
}

.datepicker table {
	border-spacing: 0;
}

.datepicker th,
.datepicker td {
	padding: 0;
}

/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../files/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../files/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("../../files/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../../files/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../../files/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../../files/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url("../../files/fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url("../../files/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: bold;
  src: url("../../files/fonts/OpenSans-Bold.ttf") format("truetype");
}

/* Layout-Screen.css */
.fewo_city_result a span.parentRegion{font-weight: 400}.rc_results > div > a.active,.rc_results > div > a:hover{background-color:#EFEFEF}.sitemap_content .fewo_list_item.isNew:before{content: none}.mod_fewo_offerdetails .fewo_list_header{position:relative}.mod_fewo_offerdetails.mod_fewo_list #frmSort .widget.widget-select.select{right:0;top:0;position:static}.regioncitydata_text{top:360px;position:absolute;text-align:center;left: 50%;transform: translate(-50%,0);z-index: 1}.galleria-lightbox-shadow{background-color:#333F52}.fewo_region_result{font-weight: 700}.filter_period_modal .fmSelectbox .fmDropdownBox{max-height:90px}.display_none{display:none}.mod_fewo_rcsearch.block{overflow:visible;padding-right:15px;padding-left:15px;background-color:#fdb924}.form_rc_search input[type="text"]{width:100%;height:32px;background-image:url("../../files/icons/iconmonstr-location-1.svg");background-repeat:no-repeat;line-height:32px;cursor: pointer;    background-size: 20px auto;    background-position: right 8px center}.fewo_city_result,.fewo_region_result{margin-top:-1px;background-color:#fff}.fewo_city_result a,.fewo_region_result a{display:block;padding:2px 5px;text-decoration:none;font-weight: 700}.fewo_city_result a:hover{text-decoration:none}div#rc_results{max-height:300px;border-right:1px solid #1b7eb7;border-bottom:1px solid #1b7eb7;border-left:1px solid #1b7eb7;overflow-x: scroll}.widget-explanation.explanation{clear: both}#mbBottom{margin-top:10px}.fewo_leaflet a:hover{text-decoration:none}.ce_text li:before{margin-right:5px;vertical-align:middle;font:5px FontAwesome;content:"\f111"}.nummer{right:0;top:37px;position:absolute;font-size:21px;font-weight: 300}p.footer_headline{font-size:19px}div#bigbox h2{margin-top:30px;margin-bottom:15px}.home .home_short_text h2{margin-bottom:20px}.home_short_text .first{margin-bottom:30px}#bewertungen .textbox{margin-bottom:0}.home_first_info p,.home_short_text{width:70%;margin-right:auto;margin-left:auto}.orte_norwegen ul{margin:0}.home .voting_total a{width:75px;height:50px;float:left;margin-right:15px;text-align:center;background-color:#44b32e;border-radius:2px;font-size:30px;line-height:50px;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-weight: 300}.home .vote_headline{display:block;margin-bottom:0;padding-top:3px;font-size:17px;font-weight: 600}.home .mod_fewo_votings .fewo_votings{width:680px;margin-right:auto;margin-left:auto}.home .mod_fewo_votings{margin-top:20px;padding-top:30px;border-top:1px solid #fff}.home .fewo_votings_detail{font-size:15px}.orte_norwegen{margin-bottom:50px;text-align:center}.faehre h2{margin-bottom:10px}.karte_home.textbox{margin-bottom:70px}.headPhone{width:260px;right:0;top:82px;position:absolute}.headPhone .nummer{float:left;font-size:16px;font-weight: 600}.headPhone p,.headPhone .offen{float:left;margin:0;font-size:12px;line-height:15px}.headPhone img{height:50px;float:left;margin-right:10px}.fewo_votinglink{display:none}.mod_fewo_customcitynav a{display:inline-block;margin-right:5px;margin-bottom:10px;padding:4px 13px;background-color:#9cbbda;border-radius:2px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_fewo_customcitynav a:hover{background-color:#0a669a;text-decoration:none}.mod_fewo_customcitynav.textbox{padding:30px}.ort_item:last-child{margin-right:0}.home h1{margin-top:30px;margin-bottom:20px;font-size:34px}.secondary{margin-top:30px;margin-bottom:30px}nav.mod_fewo_customcitynav li{display:inline-block;line-height:21px}.ort_item{width:32%;float:left;margin-top:40px;margin-bottom:100px;text-align:center;background-color:#fff;margin-right: 2%}.fewo_servicetext:after{left:10px;top:5px;position:absolute;padding-right:1px;padding-left:1px;font:30px FontAwesome;color:#febb02;content:"\f05a"}.fewo_servicetext{position:relative;margin-top:20px;padding:10px 10px 10px 45px;background-color:#fff6df;border:1px solid #febb02}.mod_sitemap .level_2 li{padding-left:15px}.sitemap_content .mod_fewo_houselist .fewo_list_item,.sitemap_content .mod_fewo_houselist .fewo_list_item .fewo_title{height:auto;margin:0}.sitemap_content .mod_sitemap,.sitemap_content .mod_fewo_list,.sitemap_content .mod_fewo_houselist{width:33%;float:left}.mod_sitemap .level_2 li,.sitemap .fewo_list_item .fewo_title{margin-left:20px;border-left:1px solid #ccc}.sitemap .mod_fewo_list .fewo_items{margin-top:0}.sitemap_content{overflow:hidden;padding:15px;background-color:#fff}.sitemap .fewo_list_item .fewo_title a{margin:0;padding:0;font-size:14px;line-height:15px;font-weight:normal;color:#1b7eb7}.sitemap .fewo_list_item{height:auto;margin-bottom:0;background: transparent}.sitemap .fewo_list_item .fewo_title{margin:0;padding:5px 5px 5px 15px;font-size:14px;color:#1b7eb7}.mod_sitemap .level_2 li:before,.sitemap .fewo_list_item .fewo_title:before{width:15px;left:0;top:13px;position:absolute;border-bottom:1px solid #ccc;content:""}.mod_sitemap li{position:relative}.sitemap .fewo_list_header{display:none;padding:0;background: transparent}.mod_article.block.textbox{overflow:hidden}.mod_fewo_offerdetails h1#fewo_headline{margin-bottom:0;padding-top:15px;padding-right:15px;padding-left:15px;background-color:#fff}.horiz-filter #frm_fld_period input,.horiz-filter #frm_fld_nights .fmSelectbox,.horiz-filter #frm_fld_person .fmSelectbox,.horiz-filter #frm_fld_city .fmSelectbox{height:42px;line-height:42px}.horiz-filter .fmSelectbox .fmCurrentLabel:before{top:14px}#ctrl_maxDate,#ctrl_minDate{display:none}.home .slider-control .slider-prev,.home .slider-control .slider-next{background-color:rgba(255,255,255,.6);border:1px solid #276ca8;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.home .slider-control .slider-prev:hover,.home .slider-control .slider-next:hover{background-color:rgba(255,255,255,1)}.home .slider-control .slider-prev:before{left:14px;top:5px;position:absolute;font:30px fontAwesome;color:#333;content:"\f104";text-indent:0}.home .slider-control .slider-next:before{right:14px;top:5px;position:absolute;font:30px fontAwesome;color:#333;content:"\f105";text-indent:0}.home .slider-control .slider-menu{top:-60px;font-size:45px}.home .slider-control .slider-menu b{display:inline;color:#fff;background:none}.home .slider-control .slider-menu b.active{color:#9CBBDA}#bigbox .mod_fewo_random:after,#bigbox .fewo_list_item:after{float:none;clear:both;display:block;content:""}#mainmenu ul.level_1 > li.fewoPage > a:before,#mainmenu ul.level_1 > li.fewoPage > span:before{float:left;margin-right:10px;font-family:fontAwesome;content:"\f015 "}.headSecNav > a.headPhone{right:0;top:105px;position:absolute;font-size:20px;color:#333}.headSecNav > a.headPhone:hover{background-color:#fff;text-decoration:none;color:#444}.headSecNav > a.headLeaflet:before{margin-right:10px;font-family:fontAwesome;content:"\f08a ";float: left;font-size: 20px}.headSecNav > a.headLeaflet:hover{background-color:#fff;text-decoration:none}.headSecNav{right:0;top:101px;position:absolute;float:right}.headSecNav > a.headLeaflet{height:32px;float:left;display:block;margin-left:15px;padding-right:20px;padding-left:20px;text-align:center;background-color:#f1f3f6;border:1px solid #276ca8;border-radius:2px;line-height:30px;color:#444;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.newsletter_box input[type="email"]{width:303px;height:50px;margin-top:24px;line-height:50px}.newsletter_box .mod_nlm_subscription .preamble{display:none}.smallTitle header h1{bottom:-75px;z-index:9}.detail header h1{bottom:-76px;font-size:28px;color:rgba(255,255,255,.75);z-index: 9}.detail .ce_fewo_images.block,.smallTitle header .ce_fewo_images.block,.smallTitle header .ce_image.block{height:101px;bottom:0;left:0;right:0;top:0;position:absolute;background-color:#fff}.detail .fewo_images_image img,.smallTitle #header .fewo_images_image img,.smallTitle #header .ce_image img{left:50%;position:relative;max-width: none;transform: translate(-50%, -50%);-webkit-filter: blur(10px);-moz-filter: blur(10px);-o-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);opacity: 0.6}.newsletter_box input[type="text"]{height:50px;line-height:50px;border: none}.newsletter_box form#tl_subscribe{width:70%;margin-right:auto;margin-left:auto;text-align:center}.newsletter_box .mod_subscribe input[type="submit"],.newsletter_box .mod_unsubscribe input[type="submit"]{display:inline-block;line-height:49px}.newsletter_box .mod_subscribe h3{display:none;color:#fff}.newsletter_box{width:1200px;height:160px;margin:60px auto;padding:20px;text-align:center;background-color:rgba(255,255,255,.8);border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#newsletter_bigbox{overflow:hidden;background-image:url("../../files/images-slider/norwegen-05.jpg");background-position:center center;background-repeat:no-repeat;background-size: cover}.mod_breadcrumb a:hover{color:#ccc}.mod_header_faq a:hover{text-decoration:none;color:#1b7eb7}.mod_header_faq a{color:#04263A}.mod_header_faq a:before{margin-right:5px;font-family:fontAwesome;content: "\f0f6"}.mod_header_faq{float:right;margin-left:10px;padding-right:15px;padding-left:15px;border-left:1px solid #e0e0e0;line-height:30px}.confirm:before{padding-right:13px;font-family:fontAwesome;content:"\f14a"}#fewo_maps_tooltip{border-radius:0 !important;border:1px solid #ddd;overflow:visible !important}#fewo_maps_tooltip:after{border-color: transparent transparent #ffffff !important;border-style: solid !important;border-width: 10px !important;content: "" !important;display: block !important;position: absolute !important;right: 50% !important;top: -20px !important;margin-right:-10px !important}.fewo_attributes ul li:hover span.att_icon:after{content: "\f0d7";    font-family: fontAwesome;    color: #063b5a;    position: absolute;    top: 14px;    left: 8px;    font-size: 20px}.fewo_list_item .fewo_attributes ul li{position:relative}.fewo_attributes ul li:hover span.att_icon{display: inline-block;    height: 22px;    position: absolute;    top: -35px;    left: -8px;    background: #063b5a;    color: #fff;    padding: 2px 10px 0px 10px;    border-radius: 4px;    white-space: nowrap}.fewo_list_item .fewo_attributes img{width:22px;height:auto}.galleria-container{background-color:#04263A}.galleria-stage{height:580px;bottom: 60px;    left: 0;    overflow: hidden;    position: absolute;    right: 0;    top: 0}.booking #wrapper{padding-bottom:50px}.sichere_verbindung{font-size:13px}.hideFilter .mod_fewo_filter{display:none}footer .footer-nav{width:auto;float:left}.bookingDetails{padding:15px;background-color:#333f52;color:#fff}.booking footer #copyright{margin-top:0}.booking #footer .inside{padding-top:0}.faq h3{margin-bottom:5px;font-size:20px;font-weight: 500}.faq{margin-top:15px;padding-top:25px;border-top:1px solid #ccc}#left .mod_fewo_filter.filterTop:after{float:none;clear:both;display:block;content:""}.faq h3:before{margin-right:10px;font:20px fontAwesome;color:#fdb924;content: "\f059"}.faq p{margin-left:27px}.home_vorteile{padding-left:40px;border-left:1px solid #ccc}.home_vorteile h2{margin-top:5px}#mainmenu ul.level_1 li ul.level_2 a:before,#mainmenu ul.level_1 li ul.level_2 span:before{margin-right:10px;font: 18px fontAwesome;content: "\f105"}#mainmenu ul.level_1 li ul.level_2 li.last a{margin-bottom:0}#left .mod_fewo_filter.filterTop{overflow:visible;margin-bottom:0;padding-top:5px;background-color:#fdb924}.detail .mod_breadcrumb{width:100%;background-color:#fff}.detail .mod_breadcrumb ul{width:1200px;float:none;margin:0 auto}#left .mod_left_navigation{padding-top:15px;padding-right:15px;padding-left:15px}.ce_fewo_requestform h3:before,.fewo_booking_address .address_headline:before,.fewo_booking .booking_headline:before,.faehre h2:before{margin-right:10px;font-family:fontAwesome;content:"\f05d"}.ce_fewo_requestform h3,.fewo_booking_address .address_headline,.faehre h2{padding:10px 15px;background-color:#f3f4f6;font:18px 'Open Sans',sans-serif;color:#0a669a;font-weight: 500}.horiz-filter .mod_fewo_filter input[type="submit"]:hover{background-color:#009dbf}.full #container{width:1200px}.calltoaction h5{color:#fff}.mod_fewo_filter input[type="submit"]:hover{background-color:#009dbf}#left .mod_left_navigation li a:before{margin-right:10px;font:18px fontAwesome;content:"\f105"}.mod_breadcrumb li a:after:last-child{content:none}.mod_breadcrumb li a:after{margin-right:7px;margin-left:7px;font-family:fontAwesome;content:"\f105"}.mod_coverpicture img,.ce_image.headerimage img{width:100%;height:360px;top:0;position:absolute;left: 50%;max-width: none;transform: translate(-50%);object-fit: cover}.mod_coverpicture,.ce_image.headerimage{width:100%;height:360px;position:relative}.homeTitelImg figcaption{right:50%;position:absolute;z-index:9;margin-right:-600px}.homeTitelImg{width:100%;height:550px;position:relative;background-color:#f0f0f0}.homeTitelImg img{width:2000px;height:550px;left:50%;top:0;position:absolute;transform: translate(-50%);max-width:none}#header .top-infos_zeiten:before{margin-right:5px;font-family:fontAwesome;content:"\f017 "}#header .top-infos:before{margin-right:5px;font-family:fontAwesome;content:"\f095"}#header .top-infos_zeiten{height:30px;float:left;padding:0 15px;border-right:1px solid #e0e0e0;border-left:0px solid #e0e0e0;font-size:14px;line-height:30px}.ce_sliderStart{height: 550px}footer .ce_text li:before,.offer_description li:before,.fewo_offer_detailtext li:before{margin-right:5px;font:13px fontAwesome;color:#1b7eb7;content: "\f105"}footer .ce_text li:before{color:#fff}#header .mod_header_merkliste a:before{margin-right:5px;font-family:fontAwesome;content:"\f08a"}.breadcrumLeiste .inside{width:1200px;margin:0 auto}.breadcrumLeiste{background-color:#fff}.navLeiste .inside{width:1200px;margin:0 auto}.navLeiste{background-color:#fff}.topLeiste .inside{width:1200px;margin:0 auto}.topLeiste:after,.navLeiste:after,.breadcrumLeiste:after{float:none;clear:both;display:block;content:""}.topLeiste{background-color:#fff;border-bottom:1px solid #E0E0E0}.confirm{padding:10px 15px;background-color:#DFF2BF;color:#4F8A10}.login_info{width:100%;display:block;padding:10px 15px;background-color:#d9edf7;border:1px solid #bce8f1;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#submenu ul{margin-top:0}p.left_headline,#right .fewo_distance_headline{margin:0 0 12px;font-size:20px;line-height:1.3;font-weight: 400}p.footer_headline{margin:0 0 12px;font:22px 'Open Sans',sans-serif;font-weight: 300}.gallerie_two_collum .col_0{margin-right:20px}#footer .inside .ym-grid{padding-right:15px;padding-left:15px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .mod_fewo_filter input[type="submit"]{width:100%;margin-top:10px}.fewo_votings .voting_total a{color:#fff;font-weight: 300}.fewo_votings .voting_total a:hover{text-decoration:none}.image_container .caption{padding:3px 0 5px 5px;background-color:#efefef;font-size:12px}.ce_fewo_morePeopleData{font-weight:bold;color:#f00}#left .mod_fewo_votings{overflow:visible;display:block;margin:0 10px 30px;padding-top:20px;border-top:1px solid #f1f3f6}#left .mod_fewo_votings .fewo_votings{position:relative;padding-left:60px}#left .mod_fewo_votings .fewo_votings .vote_headline{display:block;margin-bottom:0;font-size:13px;font-weight:bold}#left .mod_fewo_votings .fewo_votings .fewo_votings_detail{font-size:13px}#left .mod_fewo_votings .fewo_votings .voting_total{width:36px;height:36px;left:10px;top:10px;position:absolute;display:block;text-align:center;background-color:#3FB32E;font-size:24px;line-height:34px;color:#fff;font-weight:700;z-index:3}#left .mod_fewo_votings .fewo_votings .voting_total:before{width:36px;height:36px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(60deg);content:"";z-index:-1}#left .mod_fewo_votings .fewo_votings .voting_total:after{width:36px;height:36px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(30deg);content:"";z-index:-1}#left .mod_fewo_votings .fewo_votings .voting_total .fromTotal{display:none}#header .mod_fewo_votings{width:350px;bottom:175px;position:absolute;overflow:visible;display:block;margin-left:200px;padding:20px 20px 20px 120px;background-color:rgba(255,255,255,.8);left:50%}#header .mod_fewo_votings .fewo_votings .vote_headline{display:block;margin-bottom:0;font-size:16px}#header .mod_fewo_votings .fewo_votings .fewo_votings_detail{font-size:12px}#header .mod_fewo_votings .fewo_votings .voting_total{width:60px;height:60px;left:0;top:50%;position:absolute;display:block;margin-top:-30px;margin-left:20px;text-align:center;background-color:#3FB32E;font-size:30px;line-height:58px;color:#fff;font-weight:700;z-index:3}#header .mod_fewo_votings .fewo_votings .voting_total:before{width:60px;height:60px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(60deg);content:"";z-index:-1}#header .mod_fewo_votings .fewo_votings .voting_total:after{width:60px;height:60px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(30deg);content:"";z-index:-1}#header .mod_fewo_votings .fewo_votings .voting_total .fromTotal{display:none}.mod_fewo_search .fmSelectbox .fmCurrentLabel:before{top:8px;font-family:FontAwesome;content:"\f002"}.mod_fewo_search{overflow:visible;float:left}.mod_fewo_search form{margin-bottom:0}.mod_fewo_search .fmSelectbox{width:270px;height:32px;border:1px solid #276ca8}.fmSelectbox .fmInteliBox input{width:100%;height:30px;bottom:0;left:0;right:0;top:0;position:absolute;padding-right:10px;padding-left:10px;border-radius:2px;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");border:none !important;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.horiz-filter .fld_city{width:200px;overflow:visible;float:left;margin-right:0}.CalendarFieldIcon{margin-left:10px}.blank_site #container,.blank_site #container #main{width:100%;margin:0;padding:0;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.blank_site #container #main .inside{padding:20px}.gm-style-iw{width:475px}.pagination_top{display:none}.news-content{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #EFEFEF}.ce_gallery .caption{padding:2px 0 2px 5px;background-color:rgba(27,126,183,.75);font-size:12px;line-height:1.5;font-weight:normal;color:#e4e6e83}#left .mod_left_navigation li{margin-left:0}.underbox{margin-bottom:20px;padding:15px;background-color:#fff}.mod_fewo_filter input[type="submit"]{width:255px;height:44px;padding-right:20px;padding-left:20px;text-align:center;background:#00b6de url("../../files/icons/search.svg") right center no-repeat;font-size:19px;line-height:44px;background-size:30px 30px;background-position:right 5px center}.horiz-filter .mod_fewo_filter input[type="submit"]{width:200px;height:42px;margin-top:0;margin-right:0;padding:0 40px 0 20px;background-color:#00b6de;line-height:42px}.service-hotline{margin-top:0;margin-right:15px;margin-left:15px;padding:15px 0;background-color:#fff;font-size:14px}.service-hotline span,.mod_fewo_history span{display:block;margin:0 0 12px;font-size:16px;line-height:1.3;font-weight: 500}.service-hotline p{line-height:1.5}.fewo-software{margin-top:10px;padding-top:10px}.textbox,.mod_fewo_offerdetails .offer_overview{margin:0 0 20px;padding:15px;background-color:#ffffff}.calltoaction{margin-right:0;margin-bottom:20px;margin-left:3px;padding:15px 15px 5px;background-color:#1b7eb7;line-height:22px;color:#fff}#footer .inside{padding-top:30px}footer{background-color:#276ca8;color:#ffffff}.horiz-filter .fld_stop{width:200px;float:left;margin-right:0;margin-bottom:10px}.mod_fewo_filter .fewo_start,.mod_fewo_filter .fewo_stop,.mod_fewo_filter #ctrl_period{width:100%;height:32px;padding-right:10px;padding-left:10px;background:#fff url("../../files/icons/days.svg") right center no-repeat;border:1px solid #276ca8;border-radius:2px;font:14px 'Open Sans',sans-serif;color:#101010;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;background-size:20px auto;background-position:right 8px center}.horiz-filter .fld_region{width:200px;overflow:visible;float:left;margin-right:20}.horiz-filter .fld_start{width:200px;float:left;margin-right:10px;margin-bottom:10px}#left .mod_fewo_filter{width:100%;padding:15px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_filter{width:960px;position:relative;background-color:#ffffff}.horiz-filter{width:870px;height:85px;bottom:100px;left:0;right:0;position:absolute;overflow:visible;margin-right:auto;margin-left:auto;background-color:rgba(255,255,255,.7)}.horiz-filter .ce_text p{margin-bottom:10px;font-size:18px;color:#fff}.horiz-filter .fewo_region{width:200px;height:42px;right:0;top:0;position:relative;margin:0;padding:10px;background-color:#FFF;font-size:16px;cursor:pointer}.mod_fewo_filter select{width:190px;right:0;top:0;position:relative;background-image:url("../../files/images/bg_select.png");background-position:right top;background-repeat:no-repeat;border: 0 none}.mod_fewo_filter select:focus{border: 0 none;outline: 0 none}#left .mod_fewo_filter select{width:255px;height:32px;padding:10px;font-size:16px;background-image:none}.horiz-filter .fewo_start{font-size:16px}.horiz-filter .fewo_stop{font-size:16px}.horiz-filter #fewo_filter_reset a{display:none;font-size:12px}.horiz-filter .mod_fewo_filter{width:832px;height:85px;overflow:visible;margin:0 auto;padding:0;line-height:85px;background: transparent}.horiz-filter #frm_fld_period,.horiz-filter #frm_fld_nights,.horiz-filter #frm_fld_person,.horiz-filter #frm_fld_city{width:200px;height:42px;float:left;margin-top:20px;margin-right:10px;line-height:42px}.horiz-filter .fewo_city,.horiz-filter .fewo_person,.horiz-filter .fewo_nights{width:200px;height:32px;margin-bottom:0;padding:10px;border:1px solid #ccc;font-size:16px;cursor:pointer;background-image:none}.header-claim{left:260px;top:65px;position:absolute;font:20px 'Open Sans',sans-serif;color:#44444a}.content-slider h1{height:36px;right:0;top:140px;position:absolute;padding:10px 15px 0 30px;text-align:right;background-color:rgba(243,244,246,.8);border-bottom:0 solid;font-size:24px;line-height:1;color:#333}.content-slider .caption{height:22px;right:0;top:187px;position:absolute;padding-right:15px;padding-bottom:8px;padding-left:15px;text-align:right;background-color:rgba(243,244,246,.8);font-size:16px;color:#3b3532}#footer .inside .ym-grid,#footer .inside .copyright_inner{width:1200px;margin-right:auto;margin-left:auto}.home #main .ym-g33 .ce_text{background-color:#FFF}.home .ym-g33 .ce_text h2{margin-top:0;margin-bottom:0;padding:6px 15px 10px;font-size:20px}.home #main .ym-g33 .ce_text p{margin-bottom:20px;padding-right:15px;padding-left:15px}.home .ym-g33 .ce_text .image_container{margin-bottom:12px}.infoLine .ym-grid{margin-top:20px;margin-bottom:20px;padding-bottom:30px;border-bottom:1px solid #e4e6e83}.clearFloat{clear:both;margin-bottom:20px}#header #logo{width:300px;float:left;padding-top:16px;padding-bottom:10px}.selectnav{display:none}#mobnav{display: none!important}#mainmenu{height:46px;overflow:visible;float:none;clear:both}#mainmenu ul{margin-top:20px;margin-bottom:0;padding:0}#mainmenu ul li{position:relative;float:left;display:block;margin:0 5px 0 0;padding:0;font-size:1.0em;line-height:1}#mainmenu ul li a,#mainmenu ul li span{display:block;margin-bottom:4px;padding:0 25px;text-align:left;background-color:#9CBBDA;font-size:17px;line-height:42px;text-decoration:none;color:#fff;-moz-transition: all .25s ease 0s;-webkit-transition: all .25s ease 0s;-o-transition: all .25s ease 0s;-ms-transition: all .25s ease 0s;transition: all .25s ease 0s;cursor:pointer;font-weight: 300}#mainmenu ul li a:hover,#mainmenu ul li.trail span.trail,#mainmenu ul li a.active,#mainmenu ul li.trail a.trail{position:relative;padding-bottom:0;background-color:#276ca8;color:#fff;z-index: 2}#mainmenu ul li.active.first span.active,#mainmenu ul li.trail.first a.trail{}#mainmenu ul li.active,#mainmenu ul li.trail{color:#ffffff}#mainmenu ul.level_1 li ul.level_2{width:250px;left:-9999em;position:absolute;margin-top:0;padding:2px;white-space:nowrap;background-color:#fff;border:1px solid #ccc;font-size:14px;color:#04263A;z-index:9999;opacity:0;visibility:hidden;-webkit-transition: opacity .15s ease .2s;-moz-transition: opacity .15s ease .2s;-o-transition: opacity .15s ease .2s;-ms-transition: opacity .15s ease .2s;transition: opacity .25s ease .20s}#mainmenu ul.level_1 li:hover ul.level_2{left:0;opacity:1;visibility:visible}#mainmenu ul.level_1 li ul.level_2 li{position:relative;float:none;display:block;margin-right:0;padding:0;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#mainmenu ul.level_1 li ul.level_2 a,#mainmenu ul.level_1 li ul.level_2 span{position:relative;margin:0;padding:8px 50px 8px 8px;border-bottom:1px dashed #ccc;border-radius:0;font-size:14px;line-height:15px;font-weight:normal;color:#233042;text-transform:none;behavior:url("assets/css3pie/1.0.0/PIE.htc");background:transparent}#mainmenu ul.level_1 li ul.level_2 li.last a,#mainmenu ul.level_1 li ul.level_2 li.last span{border: 0}#mainmenu ul.level_1 li ul.level_2 a:hover,#mainmenu ul.level_1 li ul.level_2 span,#mainmenu ul.level_1 li ul.level_2 a.trail,#mainmenu ul.level_1 li ul.level_2 span.first,#mainmenu ul.level_1 li ul.level_2 a.active{line-height:15px;color:#00b6de;text-transform:none;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}#mainmenu ul.level_1 li ul.level_2 ul.level_3{width:220px;min-width:100%;left:-9999em;position:absolute;padding:5px;font-size:14px;color:#04263A;background: #fff;z-index:9999;opacity:0;visibility:hidden;-webkit-transition: opacity .15s ease .2s;-moz-transition: opacity .15s ease .2s;-o-transition: opacity .15s ease .2s;-ms-transition: opacity .15s ease .2s;transition: opacity .25s ease .20s}#mainmenu ul.level_1 li ul.level_2 li:hover ul.level_3{left:200px;top:-8px;opacity:1;visibility:visible}#mainmenu ul.level_1 li ul.level_2 li{position:relative;float:none;display:block;margin-right:0;padding:0;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#mainmenu ul.level_1 li ul.level_2 li ul.level_3 a,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 span{padding:10px;background-color:#04263A;font-size:13px;line-height:15px;color:#ffffff;text-transform:none}#mainmenu ul.level_1 li ul.level_2 li ul.level_3 a:hover,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 span,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 a.trail,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 span.first{background-color:#454242;color:#fff;text-transform:none;font:13px/15px Helvetica,Arial,sans-serif;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}header .search{right:0;top:-40px;position:relative;margin:0;z-index: 999}.top-nav{width:50%;float:right}footer .footer-nav ul{height:100%;float:left;margin:0;padding:0;list-style-type:none}.top-nav ul{height:100%;float:right;margin-right:-10px;list-style-type:none}.top-nav li,.footer-nav li{height:100%;float:left;margin:0 1em 0 0}.top-nav li a{display:inline-block;padding-top:7px;padding-right:10px;padding-left:10px;font-size:14px;color:#bababf;text-transform:uppercase;-webkit-transition: all 0.9s linear;-moz-transition: all 0.9s linear;-o-transition: all 0.9s linear;transition: all 0.9s linear; /* For IE8 and earlier */}.top-nav li a:hover,.top-nav li a:focus,.top-nav li a:active{font-size:14px;color:#1b7eb7;text-transform:uppercase;background: none}footer .footer-nav li a,footer .footer-nav li span{display:inline-block;margin-right:10px;padding:0;font-size:14px;color:#FDFDFD}footer .footer-nav li span{background-color:#1b7eb7}footer .footer-nav li a:hover,#footer .inside .copyright_inner a:hover{text-decoration:underline;color:#f1f3f6}.ce_text{}#wrapper{width:100%;margin:0 auto;background-color:#F1F3F6}#header .inside .mod_breadcrumb{float:left}.mod_breadcrumb ul{overflow:hidden;float:left;margin:0;padding:0;list-style-type:none}.mod_breadcrumb li{height:30px;position:relative;float:left;margin-left:0;font-size:12px;line-height:30px;z-index: 10}.mod_breadcrumb li.active{background: 0 none}.mod_breadcrumb li a{height:30px;display:block;padding:0;line-height:30px;color:#04263A;background: none}.mod_breadcrumb li a:hover{padding:0;text-decoration:none;background: none}.mod_breadcrumb a[title="Contao Fewomanager"]{}#header .mod_header_merkliste a{height:30px;position:relative;float:right;padding:0 15px;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;font-size:14px;line-height:30px;background-position: 12px 6px}#header .mod_header_merkliste a{font-size:14px;text-decoration:none;color:#233042;text-transform:none}#header .mod_header_merkliste a:hover{color:#1B7EB7}#header .top-infos{height:30px;float:left;padding:0 15px;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;font-size:14px;line-height:30px}#container{width:1200px;margin:0 auto}.custom{background-color:#FFF}#bigbox .inside .mod_article{width:1200px;left:50%;position:relative;margin-left:-600px;padding:40px 0;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#bigbox .inside .mod_article{overflow:visible}#bigbox .mod_fewo_random,#bigbox .fewo_list_item{overflow:visible;margin-bottom:0;padding-bottom:0}.regioncitydata_text h1{margin-bottom:0;white-space:nowrap;font-size:32px;color:#fff;font-weight: 500;text-shadow: 1px 1px 1px rgba(6, 6, 6, 0.69)}.regioncitydata_text h2{display:block;font-size:16px;color:#fff;font-weight: 700;white-space: nowrap;text-shadow: 1px 1px 1px rgba(6, 6, 6, 0.69)}nav{}footer #copyright{width:100%;height:50px;overflow:hidden;clear:both;margin-top:30px;padding:0;background-color:#9cbbda;font-size:14px;color:#ffffff}footer #copyright .copyright_inner{padding-top:15px;padding-right:15px;padding-left:15px;text-align:right;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}footer p{margin:0}footer ul,ul{margin:0 0 15px;padding:0}footer .ce_text li,.ce_text li,.offer_description li,.fewo_offer_detailtext li{position:relative;margin:0;padding-left:0}#footer .mod_subscribe{margin-top:12px}#footer .mod_subscribe input.submit{margin-left:8px}#footer .mod_subscribe input.submit:hover{background-color:#0a669a}#main{margin-top:0;margin-bottom:20px}#main .inside{margin:0;padding:15px 0}#left{margin-top:15px}#left .inside{overflow:hidden;margin-right:15px;margin-bottom:20px;margin-left:0;background-color:#fff}#left .mod_left_navigation li a,#left .mod_left_navigation li span{position:relative;display:block;margin-bottom:5px;padding:6px 10px;background-color:#9cbbda;border-style:solid;color:#fff;border:0}#left .mod_left_navigation li a:hover,#left .mod_left_navigation li span.active,#left .mod_left_navigation li a.active,#left .mod_left_navigation li a.trail{background-color:#276ca8;border-style:solid;text-decoration:none;color:#fff}.checkbox_group:first-child span.checkbox_group_label{border: 0 none}#right{margin-top:15px}#right .inside{margin-right:0;margin-left:15px;padding:0;background-color:#ffffff}.top-infos{float:left;padding-top:6px}.top-infos  div{float:left;margin-right:20px}.top-infos  span,.top-infos  span a{color:#063B5A}header .headerbottom{width:100%;margin:0 auto;background-color:#FDFDFD}.camera_effected h1,.camera_effected h2,.camera_effected h3{color:#ffffff}.social_icons{width:170px;height:50px;right:10px;top:45px;position:absolute;overflow:hidden;float:right;display:inline}.social_icons .twitter,.social_icons .facebook,.social_icons .pinterest,.social_icons .google_plus{width:30px;height:61px;float:left;display:block;margin-right:5px;margin-left:5px;background-image:url("../../files/icons/social_sprite.png");background-repeat:no-repeat;background-position: 0 -10px}.social_icons .twitter{width:38px;background-position: 0 -10px}.social_icons .twitter:hover{background-position: 0 -74px}.social_icons .facebook{background-position: -41px -10px}.social_icons .facebook:hover{background-position: -41px -74px}.social_icons .pinterest{background-position: -74px -10px}.social_icons .pinterest:hover{background-position: -74px -74px}.social_icons .google_plus{background-position: -108px -10px}.social_icons .google_plus:hover{background-position: -108px -74px}.mod_fewo_list.block,.mod_article.block,.mod_fewo_offers.block,.mod_fewo_leaflet.block,.mod_fewo_voting_all.block,.mod_fewo_houselist.block,.mod_fewo_offerlisting.block,.mod_fewo_housedetails.block{overflow:visible}
/* Layout-Basic.css */
#left .mod_left_navigation span{display:block;margin:0 0 10px;font-size:17px;line-height:1.3;font-weight: 500}.home h4{font-size:15px;font-weight: 300}.home .fewo_list_header{display:none}body *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box}iframe body{overflow:auto}.fmDropdownBox::-webkit-scrollbar{-webkit-appearance: none}.fmDropdownBox::-webkit-scrollbar:vertical{width:9px}.fmDropdownBox::-webkit-scrollbar:horizontal{height:9px}.fmDropdownBox::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.6);border:3px solid #fff;border-radius:6px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.ios #left .formelem .label:hover:before,.ios #left .formelem .label:hover:after{display:none}.ios #mbImage,.ios #mbImage iframe{overflow:auto;-webkit-overflow-scrolling:touch !important}p.error:before{margin-right:13px;font:14px fontAwesome;content:"\f071"}p.error{margin-bottom:10px;font-size:14px;margin-bottom: 10px;font-size: 14px;margin-bottom: 15px;padding: 10px 15px;text-align: left;background-color: #f2dede;color: #b94a48}.fewo_list_item .fewo_image_gallery.loading:after{width:45px;height:45px;left:50%;top:50%;position:absolute;display:block;margin-top:-22px;margin-left:-22px;border-right:8px solid transparent;border-bottom:8px solid #1B7EB7;border-left:8px solid transparent;border-radius:50%;border-top:8px solid #1B7EB7;animation: load8 1s infinite linear;content:"";opacity:1}footer .ym-gbox-right .ce_text li:before{content:none}a.facebook:before{margin-right:10px;vertical-align:middle;font:30px fontAwesome;color:#fff;content: "\f082"}a.google:before{margin-right:10px;vertical-align:middle;font:30px fontAwesome;color:#fff;content: "\f0d4"}.mod_fewo_leaflet .fewo_info:before{float:left;margin-top:4px;margin-right:5px;font:14px fontAwesome;content:"\f071"}.blank_site #wrapper{padding-bottom:0}html{position:relative}html{min-height:100%}.mod_subscribe h3:before,.mod_unsubscribe h3:before,.mod_nlm_subscription .preamble:before,.mod_nlm_unsubscription .preamble:before{margin-right:10px;font-family:fontAwesome;content: "\f05d"}.mod_subscribe h3,.mod_unsubscribe h3,.mod_nlm_subscription .preamble,.mod_nlm_unsubscription .preamble{padding:10px 15px;background-color:#f3f4f6;font-size:18px;color:#0a669a}.mod_nlm_subscription label,.mod_nlm_unsubscription label{display:block}.fewo_filter_loader *,.spinner *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_list_item .fewo_image_gallery.loading img{opacity:0.5}.fewo_filter_loader,.spinner{background-image:url("../../files/icons/ajax-loader.gif");background-position:center center;background-repeat:no-repeat;background-color:rgba(255,255,255,.4);bottom:0;right:0;z-index:999999;width:auto !important;height:auto !important;top:0 !important;left:0 !important;position:fixed !important}@-webkit-keyframes load8{0% {        -webkit-transform: rotate(0deg);        transform: rotate(0deg);      }      100% {        -webkit-transform: rotate(360deg);        transform: rotate(360deg);      }}@keyframes load8{0% {        -webkit-transform: rotate(0deg);        transform: rotate(0deg);      }      100% {        -webkit-transform: rotate(360deg);        transform: rotate(360deg);      }}.ios .fewo_bookingplan .departure_day:before,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:before,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:before,.ios .fewo_bookingplan .departure:before,.ios .fewo_bookingplan .departure_day:after,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:after,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:after,.ios .fewo_bookingplan .departure:after,.ios .fewo_bookingplan .arrival_day:before,.ios .fewo_bookingplan .arrival:before,.ios .fewo_bookingplan .arrival_day:after,.ios .fewo_bookingplan .arrival:after{display:none !important}.ios .fewo_bookingplan .departure_day:before,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:before,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:before,.ios .fewo_bookingplan .departure:before,.ios .fewo_bookingplan .departure_day:after,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:after,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:after,.ios .fewo_bookingplan .departure:after,.ios .fewo_bookingplan .arrival_day:before,.ios .fewo_bookingplan .arrival:before{display:none !important}.ios .departure_day:before,.ios .stopSelection .departure_day.bookingAvailable:before,.ios .stopSelection .departure.bookingAvailable:before,.ios .departure:before,.ios .departure_day:after,.ios .stopSelection .departure_day.bookingAvailable:after,.ios .stopSelection .departure.bookingAvailable:after,.ios .departure:after,.ios .fewo_bookingplans table td.arrival:before,.ios .arrival_day:before,.ios .arrival:before,.ios .fewo_bookingplans table td.arrival:after,.ios .arrival_day:after,.ios .arrival:after{display:none !important}.mod_mobile_redirect{display:none}.mod_mobile_redirect a{display:inline-block;margin-top:-5px;padding:5px 10px;background-color:#47403a}.mod_mobile_redirect a:hover{background-color:#F55856;color:#fff}.textarea{padding:10px;font-family:'Open Sans',sans-serif}#toTop.off{display:none}#toTop.on{width:50px;height:50px;bottom:40px;right:15px;position:fixed;display:block;text-align:center;background-color:#1b7eb7;border-radius:100%;font-size:14px;line-height:63px;text-decoration:none;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#toTop.on:hover{background-color:#0a669a}#toTop.on:before{bottom:0;left:0;right:0;top:4px;position:absolute;font:24px/24px FontAwesome;content:"\f106"}:-moz-placeholder{color:#101010;opacity: 1 !important}::-moz-placeholder{color:#101010;opacity: 1 !important}::-webkit-input-placeholder{color:#101010;opacity: 1 !important}:-ms-input-placeholder{color:#101010;opacity: 1 !important}.fmSelectbox{height:30px;position:relative;padding-right:10px;padding-left:10px;background-color:#fff;border:1px solid #276ca8;border-radius:2px;font-size:14px;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.fmSelectbox .fmCurrentLabel:before{right:14px;top:8px;position:absolute;font:14px FontAwesome;color:#333;content:"\f107"}.fmSelectbox .fmDropdownBox{max-height:240px;left:-1px;right:-1px;position:absolute;margin-top:2px;background-color:#fff;border:1px solid #ddd;font-size:13px;z-index: 999;overflow-x:hidden;overflow-y:auto}.fmSelectbox .fmDropdownBox div{padding-right:10px;padding-left:10px;line-height:24px}.fmSelectbox .fmDropdownBox div:hover{background-color:#EFEFEF}.fmSelectbox .fmDropdownBox div.active{background-color:#EFEFEF}select{width:100%;height:30px;display:block;border:2px solid #ccc;border-radius:3px;font-size:14px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_fewo_filter select{margin-bottom:5px}input[type=button],input[type=submit],input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none; -webkit-border-radius:0; -webkit-box-sizing: border-box}a:active,a:focus{outline: none; -moz-outline-style: none}.offer_description ul{margin-top:10px;margin-bottom:10px}figure{margin:0;padding:0}body{background-color:#f3f4f6;font:14px 'Open Sans',sans-serif;color:#101010;font-weight: 400;overflow-y:scroll}h1,h2,h3,h4,h5,h6{margin:0;font-family:'Open Sans',sans-serif;color:#101010;font-weight: 300}h1{margin:0 0 5px;font-size:28px;line-height:1.5;font-weight: 300}h2{margin:0;font-size:25px;line-height:37px}.home h2{margin-bottom:30px}.bigbox_hdrei h2{position:relative;margin:0 0 8px;padding-left:2px;font-size:24px;line-height:45px}h3{margin:0 0 12px;font-size:24px;line-height:1.3}h4{margin:0 0 12px;font-size:17px;line-height:1.3;font-weight: 500}h5{margin:0 0 12px;font-size:18px;line-height:1;font-weight: 400}h6{margin:0 0 1.5em;font-size:100%;line-height:1.5;font-weight:bold}img{height:auto;max-width:100%;vertical-align:middle}ul,li{list-style-type:none}ol{list-style-type:decimal}ol ol{margin-top:0;list-style-type:lower-latin}ol ul{margin-top:0;list-style-type:circle}dt{font-weight:bold}dd{margin:0 0 1.5em .8em}p{margin:0 0 12px;font-size:100%;line-height:24px}blockquote,cite,q{font-family:'Open Sans',sans-serif;font-style:italic}blockquote{margin:1.5em 0 0 1.5em;color:#666;background: transparent}strong,b{font-weight:bold}em,i{font-style:italic}big{font-size:114.28571%;line-height:1.3125}small{font-size:85.71429%;line-height:1.75}pre,code,kbd,tt,samp,var{font-size:100%}pre{margin:0 0 1.5em;white-space:pre-wrap;font-size:100%;line-height:1.5;word-wrap: break-word}pre,code{color:#800}kbd,samp,var,tt{font-weight:bold;color:#666}var,dfn{font-style:italic}acronym,abbr{font-variant:small-caps;letter-spacing:.07em;border-bottom: 1px #aaa dotted;cursor: help}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-0.5em}sub{bottom:-0.25em}mark{background: yellow;color: black}a{text-decoration:none;color:#1b7eb7;background: transparent;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-: all 0.25s ease 0s;-ms-: all 0.25s ease 0s;transition: all 0.25s ease 0s}a:active{outline: none}a:hover{text-decoration:underline}footer  a{text-decoration:none;color:#FDFDFD;background:transparent}footer a:active{outline: none}footer a:hover,footer a:focus{text-decoration:none;color:#9cbbda;background: none}iframe,object,embed{max-width:100%}.flexible{height:auto;max-width:100%;margin-bottom:1.5em}* html .flexible{width:98%}.bordered{margin-bottom:1.5em;border: 2px #eee solid;border: 2px white solid}.image_container.float_left{float:left;display:inline;margin:0 1.5em .15em 0}.image_container.float_right{float:right;display:inline;margin:0 0 .15em 1.5em}.image_container a:hover,.image_container a:focus,.image_container a:active{background: none}.highlight{color:#c30}.dimmed{color:#888}.box{margin:0 0 1.5em;padding:1.42857em;border:1px solid #888;border-radius:.3em;color:#444;behavior:url("assets/css3pie/1.0.0/PIE.htc");border-color: rgba(0, 0, 0, 0.3);color: rgba(0, 0, 0, 0.8)}.box > *:last-child{margin-bottom:0}.info h1,.info h2,.info h3,.info h4,.info h5,.info h6{font-family:'Open Sans',sans-serif;color:#2d7091;font-weight: 300}.info{margin-bottom:20px;padding:10px;border-radius:4px;color:#2d7091;behavior:url("assets/css3pie/1.0.0/PIE.htc");background: #ebf7fd;border: 1px            solid rgba(45, 112, 145, 0.3);text-shadow: 0 1px 0 #fff}.success h1,.success h2,.success h3,.success h4,.success h5,.success h6{font-family:'Open Sans',sans-serif;color:#659f13;font-weight: 300}.success{margin-bottom:20px;padding:10px;border-radius:4px;color:#659f13;behavior:url("assets/css3pie/1.0.0/PIE.htc");text-shadow: 0 1px 0 #fff;background: #f2fae3;border-color: rgba(101,159,19,0.3)}.warning h1,.warning h2,.warning h3,.warning h4,.warning h5,.warning h6{font-family:'Open Sans',sans-serif;color:#e28327;font-weight: 300}.warning{margin-bottom:20px;padding:10px;border-radius:4px;color:#e28327;behavior:url("assets/css3pie/1.0.0/PIE.htc");text-shadow: 0 1px 0 #fff;background: #fffceb;border-color: rgba(226,131,39,0.3)}.float-left{float:left;display:inline;margin:0 1em 1.5em 0}.float-right{float:right;display:inline;margin:0 0 1.5em 1em}.center{display:block;margin:0 auto 1.5em;text-align:center}.ce_table{margin-top:24px;margin-bottom:24px}.ce_table th a{text-decoration:none;color:#4d87c7;background: transparent}.ce_table th a:active{outline: none}.ce_table th a:hover,.ce_table th a:focus{text-decoration:underline;color:#4d87c7}table{width:100%;margin:0 0 15px;padding-bottom:10px;border-collapse:collapse;color:#444}.narrow table{margin:0 0 1.42857em}.narrow table th,.narrow table td{padding:0 .5em;line-height:1.42857}table.fixed{table-layout: fixed}.bordertable table{border: 1px #ccc solid}.bordertable table thead tr{background: #e0e0e0;border-right: 1px #ccc solid;border-bottom: 1px #ccc solid}.bordertable table tfoot tr{background: #e0e0e0;border-right: 1px #ccc solid;border-bottom: 1px #ccc solid}.bordertable table thead th{border-right: 1px #ccc solid;border-bottom: 1px #ccc solid}.bordertable table tbody th[scope="row"]{background: #f0f0f0}.bordertable table tbody th{border-right:1px solid #ccc}.bordertable table tbody td{border-right:1px solid #ccc}caption{font-variant:small-caps}th,td{padding:1px 5px;vertical-align:top;line-height:1.5em}th *:first-child,td *:first-child{margin-top:0}th.nowrap,td.nowrap{white-space:nowrap}thead th{text-align:left;color:#000;border-bottom: 2px #000 solid}tbody{}tbody th{text-align:left;border-top:1px solid #ccc}tbody td{text-align:left}/*PDF Zeichen*/
    .mod_article .pdf_link{margin-bottom:-16px;text-align:right}.mod_article .pdf_link a{padding-right:1px;padding-left:1px;background: none}.mod_sitemap ul{margin:0}.mod_sitemap ul.level_1 a{font-weight:bold}.mod_sitemap ul.level_2 a{font-weight:normal}.mod_sitemap ul li a{display:inline-block;padding:5px}video{width:100%}.pagination{clear:both;margin-top:10px;padding-top:5px;border-top:0px solid}.pagination ul{float:left;padding:0}.pagination p{float:right}.pagination li{float:left;margin:0;padding:0;list-style-type:none;background: none}.pagination li:before,.pagination li a:before{content: ''}.pagination li span.current{background-color:#276ca8;border:1px solid #276ca8;color:#fff}.mod_calendar table{border-bottom:1px solid #B9BCBE}.mod_calendar td{padding:1.5%}.mod_calendar td.col_first{border-left:1px solid #B9BCBE}.mod_calendar th.label{padding:10px 0;border-bottom:1px solid #B9BCBE}.mod_calendar th.head{padding:0}.mod_calendar th.previous a,.mod_calendar th.next a{display:inline-block;padding:3px;white-space:nowrap;border:1px solid #b9bcbe;background: #ededed}.mod_calendar th.previous a:hover,.mod_calendar th.next a:hover{border-color: #84898d !important}.mod_calendar th.previous a:after,.mod_calendar th.previous a:before,.mod_calendar th.next a:after,.mod_calendar th.next a:before{display:none}.mod_calendar th.current{text-align:center}.mod_calendar th.next{text-align:right}.mod_calendar th.previous{text-align:left}.mod_calendar th.label{text-align:center}.mod_calendar td{width:14.28%;padding-left:5px;border-right:1px solid #b9bcbe;background: #eaeaea}.mod_calendar td.empty,.mod_calendar td:hover{background: #fff}.mod_calendar td.today{color: white !important;background: #969696}.mod_calendar td.today a{color: white !important}.mod_calendar th.current:before{top:-1px;position:relative;display:inline-block;margin-right:5px;font-family:"icons";text-indent:0;content: "\1f4c5";left: 0}.mod_eventreader .info:before{top:-1px;position:relative;display:inline-block;margin-right:5px;font-family:"icons";text-indent:0;content: "\1f4c5";left: 0}/*     --mod_eventlist ----------- */
    .mod_eventlist .event{margin-bottom:25px}.mod_eventlist h2{margin-bottom:5px}.mod_eventlist p.time{padding:3px 0;border-top:1px solid #ededed;border-bottom: 1px solid #ededed}.mod_eventlist p.time:before{top:0;position:relative;display:inline-block;margin-right:5px;font-family:"icons";text-indent:0;content: "\e91a";left: 0}.mod_registration label{width:40%;float:left}.mod_registration .submit_container{width:100%;margin-top:20px}.mod_registration .captcha_text{float:left;display:block;margin-top:5%;margin-bottom:15%;margin-left:40%;font-size:14px;color: red}.ce_video_custom{height:0;position:relative;overflow:hidden;padding-bottom:56.25%}.ce_youtube,.ce_download,ce_downloads{margin-top:20px;margin-bottom:20px}.ce_video_custom iframe,.ce_video_custom object,.ce_video_custom embed{width:100%;height:100%;top:0;left:0;position:absolute}.ce_downloads p{padding-bottom:15px;border-bottom:1px dotted #ccc}.ce_downloads p span{font-size:10px;font-style:italic}.ce_download ul li,.ce_downloads ul li{list-style-type:none}.ce_accordion{margin-left:16px}.mod_lostPassword{margin:24px}.mod_lostPassword td{padding-right:6px;padding-bottom:3px}.mod_lostPassword .text,.mod_lostPassword .password{width:210px}.mod_lostPassword .captcha{width:40px}.mod_lostPassword .captcha_text{color:#666}.toggler{padding:1px 0 2px}.toggler_first{color:#a84204}.toggler_first:hover{text-decoration:underline;color:#a84204;cursor:pointer}.mod_login{margin:0;padding:10px;background-color:#eee}.mod_login label{display:block;margin:4px 0 1px}.mod_login .submit_container{margin-top:8px;margin-bottom:4px}#request_password{margin:0;padding:0 10px 10px;background-color:#eee}#request_password a{font-size:11px;color:#999}.mod_newsmenu,.mod_eventmenu{margin:0 5px 20px;padding:5px;background-color:#ece4d9}#breaking_news{margin:0 0 20px;padding:10px;background-color:#eee}#breaking_news h2,#breaking_news h3,#breaking_news h4,#breaking_news h5{margin:0 0 6px;padding:0;font-size:150%;font-weight: 700}.mod_newsmenu ul,.mod_newsmenu li,.mod_eventmenu ul,.mod_eventmenu li{margin:0;padding:0;list-style-type:none}.mod_newsmenu .year,.mod_eventmenu .year{margin-bottom:2px;font-weight:700}.mod_newslist p{margin:0 0 4px}.mod_newsreader .back{margin-bottom:24px;padding-top:12px}.mod_newslist .info,.mod_newsreader .info{margin-bottom:6px;font-size:11px;color:#999}.mod_newslist .layout_short{margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #ddd}.mod_newsreader .ce_text{margin-top:16px}.mod_newsreader .reply{margin-top:12px;padding-left:18px}.mod_newsreader .form{margin-top:24px}.mod_newsreader .widget{margin-top:1px;margin-bottom:1px}.mod_newsreader .textarea{width:360px;height:120px}.mod_search .text{width:240px;-webkit-appearance:none}.mod_search .radio_container{margin:3px 0 0;padding:0;border:0}.mod_search .radio_container label{left:-2px;position:relative;padding-right:3px;top:-2px}.mod_search .header{margin-top:18px;margin-right:5px;margin-bottom:24px;padding-bottom:4px;text-align:right;border-bottom:1px solid #ece4d9}.mod_search h3{margin:0 0 2px;padding:0}.mod_search .context{margin:0 5px 3px 0}.mod_search .url{margin-bottom:12px;color:#c6ad8d}.mod_search .relevance{font-size:12px;color:#c6ad8d;font-weight:400}.mod_search .highlight{font-weight:700}table.calendar .head{padding-top:4px;padding-bottom:5px;text-align:center;background-color:#f6f6f6;border-right:1px solid #ccc;border-bottom:1px solid #ccc}table.calendar .label{padding-top:3px;padding-bottom:4px;text-align:center;background-color:#bbb;border-right:1px solid #ccc;font-size:11px;color:#fff;border-bottom:1px solid #ccc;font-weight:700}table.calendar td{width:14%;height:72px;padding:1px;vertical-align:top;background-color:#fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc}table.calendar td .header{padding-bottom:2px;background-color:#e0e0e0;font-size:11px}#minicalendar{margin:0 5px 20px;padding:5px 5px 10px;background-color:#ece4d9}table.minicalendar td{width:14%;padding-top:2px;padding-bottom:3px;text-align:center;background-color:#fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc}table.minicalendar .label{padding-top:2px;padding-bottom:3px;text-align:center;background-color:#c3c3c3;border-right:1px solid #ccc;font-size:11px;color:#fff;border-bottom:1px solid #ccc}table.minicalendar .head{padding-top:3px;padding-bottom:4px;text-align:center;background-color:#f9f9f9;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.mod_eventlist{margin-right:6px}.mod_eventlist .header{padding:3px 6px 4px;background-color:#e6e6e6;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;font-weight:700}.mod_eventlist .header.first{border-top:1px solid #ccc}.mod_eventlist .event{padding:10px 6px 12px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc}.mod_eventlist .time{margin-top:-6px;margin-bottom:6px;color:#999;font-weight:400}.mod_eventreader .info{margin-top:-12px;font-size:11px;color:#999}.mod_eventreader .recurring{margin-top:2px;font-size:11px;color:#090}.mod_eventreader .ce_text{margin-top:15px}fieldset.radio_container,fieldset.checkbox_container{margin:0;padding:0;border:0}.pagination li{display:inline;margin:0;padding:0;list-style-type:none}#tps td{padding:2px 4px}#tps .col_0{width:80px}.pagination p{width:160px;float:left;padding-right:3px;padding-left:3px;text-align:left}#tps .explanation{padding-bottom:24px}.pagination ul{margin:0;padding:0 3px;text-align:right;/*        width:240px;*/        float:right}.pagination_top{display:none}.pagination{position:relative;display:block;padding:10px;background-color:#FDFDFD}.pagination .empty{display:none}.pagination p{margin-bottom:0;line-height:30px}.pagination li a,.pagination li span{width:26px;height:26px;min-width:26px;display:block;margin-right:0;margin-left:5px;padding:0;text-align:center;background-color:#fff;border:1px solid #276ca8;border-radius:2px;line-height:26px;text-decoration:none;color:#276ca8;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.pagination li.next a,.pagination li.previous a,.pagination li.last a,.pagination li.first a{font-size:0}.pagination li.next a:before{font:18px/25px FontAwesome;content:"\f105 "}.pagination li.last a:before{font:16px/25px FontAwesome;letter-spacing:-1px;content:"\f105 \f105"}.pagination li.previous a:before{font:18px/25px FontAwesome;content:"\f104 "}.pagination li.first a:before{font:16px/25px FontAwesome;letter-spacing:-1px;content:"\f104 \f104"}.pagination li a:hover{background-color:#276ca8;color:#fff}.ce_text,.teaser,.mod_newsreader .comment{line-height:1.5}.mod_article .back,.mod_eventreader .back{margin-top:18px}.mod_article .more,.mod_login .checkbox_container label{display:inline}.mod_login .checkbox_container,.mod_search{margin-top:3px}.mod_newsreader h2,.mod_newsreader .comment_default{margin-bottom:12px}table.calendar,table.minicalendar{width:100%;border-top:1px solid #ccc;border-left:1px solid #ccc}table.calendar .current,table.calendar td.today,table.minicalendar td.today,table.minicalendar .current{background-color:#ffc}table.calendar td.weekend,table.calendar .empty,table.calendar .empty .header,table.minicalendar td.weekend{background-color:#f6f6f6}table.calendar td .event a,table.minicalendar td,table.minicalendar .active a{font-size:11px}/* Contao Open Source CMS,(c) 2005-2013 Leo Feyer,LGPL license */    .content-slider{margin:0;padding:0}.slider-wrapper{position:relative;overflow:hidden}.slider-wrapper>*{width:100%;position:relative;float:left}.slider-control{}.slider-control a{width:42px;height:42px;top:50%;position:absolute;display:inline-block;margin-top:-300px;text-indent:-999em}.slider-control span{top:9px;position:absolute;display:inline-block}.slider-control .slider-prev,.slider-control .slider-next{position:absolute;cursor: pointer;z-index: 5}.slider-control .slider-prev{left:20px;background-position: 0 0}.slider-control .slider-prev:hover{background-position: 0 -50px}.slider-control .slider-prev:focus{background-position: 0 -100px}.slider-control .slider-next{right:20px;background-position: 0 -150px}.slider-control .slider-next:hover{background-position: 0 -200px}.slider-control .slider-next:focus{background-position: 0 -250px}.slider-control .slider-menu{width:50%;top:0;left:50%;margin-left:-25%;text-align:center;font-size:27px}.slider-control .slider-menu b{width:48px;height:22px;overflow:hidden;display:inline-block;background-color:#000;color:#bbb;text-indent:-999em;cursor:pointer}.slider-control .slider-menu b:hover{background-position: 0 -30px}.slider-control .slider-menu b.active{background-position: 0 -90px}
/* Fewomanager-Buchungsstrecke-und-Kalender.css */
#booking_reset{float:right;display:block;margin-right:20px;line-height:44px;cursor:pointer}#booking_reset:before{margin-right:5px;font-family:FontAwesome;content:"\f00d"}#booking_reset:hover{color:#666}.booking #right .fewo_size > span:before{margin-top:10px}.booking .detailFacts.ce_fewo_details .fewo_grouping_1 > div{padding-top:0;padding-bottom:0}.booking .ce_fewo_details .fewo_grouping_1 > div > span{margin-bottom:0;font-size:14px;line-height:33px}.booking .ce_fewo_details .fewo_grouping_1 > div span > span{margin-top:6px;margin-bottom:0}td.unavailable,td.unavailable:hover{background-color:#afccaa;color:#333;opacity:0.5;cursor: default}td.unavailable.selected:hover{background-color:#fdb924;color:#fff}td.unavailable.selected.departure,td.unavailable.selected.departure:hover,td.unavailable.arrival:hover,.day_stop.arrival:hover{color:#fff;background:#1b7eb7}.detail .fewo_calendar{width:auto;height:328px;float:left;margin-right:18px;border:1px solid #276ca8;border-collapse: collapse}.detail .fewo_calendar td.month{width:274px;height:40px;margin:5px;background-color:#9CBBDA;font-size:15px;line-height:40px;font-weight:bold;color:#fff;text-transform:uppercase}.fewo_overlay .saisonSelectbox #ctrlCalNext,.fewo_overlay .saisonSelectbox .fmSelectbox,.fewo_overlay .saisonSelectbox #ctrlCalPrev{border:0}.fewo_booking_headline
 h2{margin-bottom:15px}.not-bookable.day_free:hover{background-color:#e6e6e6;color:#444;cursor: default}.not-bookable.day_free{background-color:#e6e6e6}.fewo_tooltip{padding:5px 10px;background-color:#fff6df;border:1px solid #febb02;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_tooltip .tip-title{margin-top:0;padding:0;border-bottom:1px solid #febb02;font:12px 'Dosis',sans-serif;font-weight:normal}.fewo_tooltip .tip-text{padding:5px 0 0;font-size:11px;font-weight:normal;background-color:transparent}.datepicker_bootstrap .month.unavailable,.datepicker_bootstrap .year.unavailable{color: #bbbbbb !important}.datepicker_bootstrap .months .month:nth-child(even),.datepicker_bootstrap .years .year:nth-child(even){margin-right:0}#fewo_prices input[type="checkbox"]:checked + .cb:after{font:14px/13px fontAwesome;color:#1b7eb7;content:"\f00c"}#fewo_prices li input[type="checkbox"]{position:absolute;display:none;visibility:hidden}#fewo_prices .cb{width:13px;height:13px;display:block;margin-top:5px;margin-left:30px;border:1px solid #bababf;border-radius:2px;line-height:13px;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";cursor:pointer}.fewo_contact_data{width:100%;margin-bottom:10px;padding:10px 20px;background-color:#F3F4F6;font-size:14px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_contact_data_elem .customerLabel{width:120px;display:inline-block;line-height:1.5}.fewo_contact_data_elem .customerLabel:after{content:':'}.fewo_change_data input,#formBooking .formsubmit input.return{border:0;text-decoration:underline;color:#f55856;background: none;  cursor: pointer}.mod_fewo_booking_config .fewo_no_offer .fewo_offer_data{padding-left:10px;line-height:60px}.hasOffer .l4,.hasOffer .l4,.hasOffer .booking_price_sum{text-decoration:line-through}.fewo_booking .booking_pricelist:after{float:none;clear:both;display:block;content:""}.booking_pricelist .booking_price.offer{background-color:#FFEDDF}.fewo_booking .fewo_booking_info:after{float:none;clear:both;display:block;content:""}.fewo_booking_info_item{float:left;margin-right:30px}.fewo_booking_info_item .info_item_label{display:inline-block;margin-right:5px;font-weight:bold}.booking_pricelist .regular_price.princeinfo .l1:before{color: #42b12d;content: "";font-family: fontAwesome;margin-right: 5px}.booking_pricelist .regular_price.princeinfo .l2{width:20%;float:left;text-align:right}.booking_pricelist .regular_price.princeinfo .l1{width:80%;float:left;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.booking_pricelist .regular_price{overflow:hidden;background-color:#F5FBF6;border-bottom:1px solid #fff;color:#0ab21b}.fewo_alert{height:auto !important;border:1px solid #b94a48 !important;width:680px !important;border-radius: 0 !important;background-color: #F2DEDE !important;text-align: center !important;color: #b94a48 !important;top:45% !important;position:fixed !important;left: 50% !important;margin-left: -340px}.fewo_alert:before{margin-top:4px;margin-right:5px;font:14px fontAwesome;content: ""}.booking_pricelist .booking_price.subtotal{background-color:#E9F0FA;font-weight:bold}.fewo_change_data #btnChange{height:24px;margin:0 0 20px;padding:5px 10px;background-color:#fff;border:1px solid #276ca8;border-radius:2px;font-size:13px;line-height:13px;text-decoration:none;color:#47403a;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-weight: 400}.fewo_change_data #btnChange:hover{background-color:#F3F4F6;text-decoration:none}.fewo_booking .booking_pricelist{width:100%;margin-bottom:10px;border:1px solid #cce1ff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking .booking_pricelist .booking_total{width:100%;float:left;background-color:#E9F0FA;border-top:4px solid #cce1ff;font-size:18px;font-weight:bold;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking .booking_pricelist .booking_total > div{width:50%;float:left}.fewo_booking .booking_pricelist .booking_total .booking_price_total{float:right;padding-right:0;text-align:right}.fewo_booking .fewo_booking_info{width:100%;margin:0 0 10px;padding:10px 20px;background-color:#e9f0fa;border:1px solid #cce1ff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.booking_pricelist .booking_price{overflow:hidden;background-color:#fff;border-bottom:1px solid #f3f4f6;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.booking_pricelist > div{padding:5px 20px}.fewo_booking .booking_pricelist .booking_price_item{width:40%;float:left}.fewo_booking .booking_pricelist .booking_price_qty,.fewo_booking .booking_pricelist .booking_price_single,.fewo_booking .booking_pricelist .booking_price_sum{width:17%;float:left}.fewo_booking .booking_pricelist .booking_price_sum{width:26%;text-align:right}.fewo_offers .offer_row,.fewo_offers .fewo_no_offer{border-bottom:2px solid #f3f4f6}.fewo_offers .fewo_offer_detailbutton span.active:after{content:"\f106 "}#ctrlCalYear{width:150px;right:285px;top:61px;position:absolute;padding-top:5px;padding-bottom:6px;padding-left:20px;text-align:center;background:#fff url("../../files/icons/days.svg") left center no-repeat;border:1px solid #bababf;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;background-size:20px auto;background-position:8px center}#ctrlCalYear:hover{background-color:#F3F4F6}.saisonSelectbox #ctrlCalPrev:hover,.saisonSelectbox #ctrlCalNext:hover{background-color:#F3F4F6}.fewo_booking_pricedata ul.price_element .l1.padded:before{margin-right:5px;font-family:fontAwesome;color:#42B12D;content:"\f058"}.mod_fewo_booking_config .fewo_booking_prices:after{float:none;clear:both;display:block;content:""}.mod_fewo_booking_config .fewo_booking_prices{border:1px solid #cce1ff}.fewo_booking_prices .fmSelectbox{width:55px;height:22px;margin-left:10px;text-align:left;line-height:22px}.fewo_booking_wrapper .form_info_label,.fewo_booking_wrapper .fewo_booking_dateselector,.fewo_booking_wrapper .fewo_booking_dateselector > div{width:auto;display:inline-block;vertical-align:top}.fewo_booking_wrapper .fewo_booking_dateselector > div{margin-top:8px}.fewo_booking_wrapper .fewo_booking_dateselector > div input{width:90px;height:26px;margin-right:0;padding-top:6px;padding-right:0;padding-left:8px;text-align:left;border-top:0px solid #CCE1FF;border-right:0px solid #CCE1FF;border-bottom:1px solid #CCE1FF;border-left:0px solid #CCE1FF;font:14px 'Open Sans',sans-serif;background:transparent;cursor:default}.fewo_booking_wrapper .fewo_booking_dateselector > div label{height:30px;float:left;display:block;padding-top:0;line-height:30px}.fewo_booking_wrapper .fewo_booking_dateselector > div label:after{content:":"}.fewo_booking_pricedata ul.price_element .l1.padded{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking_pricedata ul{overflow:hidden;background-color:#F5FBF6;border-bottom:1px solid #fff;color:#0ab21b}.fewo_booking_pricedata .regular_price{background-color:#E9F0FA;border-bottom:1px solid #fff;font-weight:bold;color:#47403a}.mod_fewo_booking_config li{list-style-type:none}.fewo_bookingplans .fewo_info{width:100%;height:50px;padding-right:15px;padding-left:15px;text-align:left;background-color:#fff6df;border:1px solid #febb02;line-height:50px;font-weight:bold;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_booking_config .fewo_booking_wrapper{width:100%;float:left;clear:both;padding:0;background-color:#E9F0FA;border:1px solid #CCE1FF;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking_wrapper,.fewo_people_adults ul{width:100%;overflow:visible;float:left;background-color:#ffffff;border-bottom:1px solid #f3f4f6}.mod_fewo_booking_config .form_info{width:100%;float:left;display:block}.mod_fewo_booking_config .form_info span.form_info_label{margin-right:10px;margin-left:20px;font-size:15px;line-height:44px;font-weight:bold}.mod_fewo_booking_config .fewo_booking_prices .fewo_sum{overflow:hidden;clear:both;margin:0;padding:15px 20px;background-color:#E9F0FA;border-top:4px solid #cce1ff}#fewo_prices .fewo_sum li{font-size:18px;font-weight:bold}#fewo_prices li.l1{width:42%;margin-left:0}#fewo_prices li{overflow:visible;float:left;display:inline-block;font-size:14px;line-height:24px}#fewo_prices li.l2{width:17%;min-height:1px;text-align:center}#fewo_prices li.l4,#fewo_prices li.l3{width:20%;height:1px;text-align:right}.fewo_booking_prices > div ul{margin:0;padding:5px 20px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#fewo_prices .tooltip{height:16px;display:inline-block;margin-left:6px;padding-right:4px;padding-left:4px;border:1px solid #ccc;border-radius:1px;font-size:11px;line-height:16px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: help}#fewo_prices .tooltip:after{font-family:'Open Sans',sans-serif;color:#0ab21b;content: "info"}.fewo_booking_wrapper,ul.fewo_service,ul.regular_price,.fewo_people_child ul{width:100%;overflow:visible;float:left;background-color:#ffffff;border-bottom:1px solid #f3f4f6}.mod_fewo_booking_config .formsubmit{float:right;display:block;margin-top:20px;margin-right:0;margin-bottom:20px}.mod_fewo_booking_config .formsubmit input,.fewo_booking .formsubmit input,.mod_fewo_booking_config input.submit{height:44px;padding:0 40px 0 20px;background:#00b6de url("../../files/icons/arrow-right-white.svg") right center no-repeat;border:0px solid;border-radius:4px;font-size:20px;line-height:40px;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-: all 0.25s ease 0s;-ms-: all 0.25s ease 0s;transition: all 0.25s ease 0s;font-weight:600}.mod_fewo_booking_config .formsubmit input:hover,.fewo_booking .formsubmit input:hover,.mod_fewo_booking_config input.submit:hover{background-color:#009dbf;background-repeat:no-repeat}.fewo_booking_pricedata .offer_price{background-color:#FFEDDF;color:#47403a}.fewo_offers .fewo_offer_detailbutton span:after{float:right;margin-left:5px;font:18px fontAwesome;content:"\f107"}.fewo_offers > div.active{background-color:#F5FBF6}.fewo_offers .fewo_offer_detailbutton span{height:20px;bottom:5px;right:5px;position:absolute;padding-right:5px;padding-left:5px;background-color:#fff;border:1px solid #276ca8;border-radius:2px;font-size:13px;line-height:20px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.fewo_offers > div.active .offer_selection:before{width:14px;height:14px;left:50%;top:50%;position:absolute;display:block;background-color:#1b7eb7;border-radius:50%;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";transform: translate(-50%, -50%)}.fewo_offers .fewo_offer_selection span{width:20px;height:20px;left:50%;top:50%;position:absolute;display:block;border:2px solid #1B7EB7;border-radius:50%;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";transform: translate(-50%, -50%);cursor:pointer}.fewo_offers .fewo_offer_minstay:before{margin-right:5px;margin-left:15px;font:15px fontAwesome;content:"\f186 "}.fewo_offers .fewo_offer_date:before{margin-right:5px;font:14px fontAwesome;content:"\f073 "}.fewo_offers .offer_row .fewo_offer_title{display:block;margin-bottom:5px;font-weight:bold}.fewo_offers .offer_row .fewo_offer_data{margin-top:5px;margin-left:10px}.fewo_offers .fewo_offer_selection{width:60px;height:60px;position:relative;display:block;border-right:2px solid #f3f4f6}.fewo_offers .fewo_offer_detailtext{max-height:0;overflow:hidden;padding:0 170px 0 62px;border-bottom:0px solid #f3f4f6;transition: max-height 0.1s, padding-top 0.1s, padding-bottom 0.1s}.fewo_offers .fewo_offer_detailtext.active{max-height:1000px;padding:10px 170px 10px 62px;border-bottom:2px solid #f3f4f6;transition: max-height 0.5s, padding-top 0.1s, padding-bottom 0.1s}.fewo_offers .offer_row:after,.fewo_offers .fewo_no_offer:after{float:none;clear:both;display:block;content:""}.fewo_offers .offer_row > div,.fewo_offers .fewo_no_offer > div{float:left}.fewo_offers > div{position:relative}.fewo_offers:after{float:none;clear:both;display:block;content:""}.fewo_offers{margin-bottom:30px;border-top:2px solid #F3F4F6;border-right:2px solid #F3F4F6;border-bottom:1px solid #F3F4F6;border-left:2px solid #F3F4F6}.no-saison{background-color:#f1f1f1;text-decoration:line-through}#fewo_overlay_period .fewo_bookingplans{overflow:hidden}#fewo_overlay_period .saisonSelectbox #ctrlCalPrev,#fewo_overlay_period .saisonSelectbox #ctrlCalNext{top:-42px}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover,.datepicker_bootstrap .months .month.selected,.datepicker_bootstrap .months .month.selected:hover,.datepicker_bootstrap .years .year.selected,.datepicker_bootstrap .years .year.selected:hover{background-color:#92d67f}.datepicker_bootstrap .months .month,.datepicker_bootstrap .years .year{height:24px;padding-top:10px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.datepicker_bootstrap .header .next:before{width:28px;height:28px;text-align:center;font:24px/30px fontAwesome;content:"\f105"}.datepicker_bootstrap .header .previous:before{width:28px;height:28px;text-align:center;font:24px/30px fontAwesome;content:"\f104 "}.datepicker_bootstrap .header .previous{left:5px}.datepicker_bootstrap .header .next{right:6px}.datepicker_bootstrap .header .previous,.datepicker_bootstrap .header .next{width:30px;height:30px;top:5px;border-radius:3px;font-size:0;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");border: 1px solid #ccc !important}.datepicker_bootstrap .header .previous:hover,.datepicker_bootstrap .header .next:hover{background-color:#F3F4F6}.datepicker_bootstrap .arrival:before,.datepicker_bootstrap .arrival:after,.datepicker_bootstrap .departure:before,.datepicker_bootstrap .departure:after{display:none}.datepicker_bootstrap .body .slider > div thead th{height:31px;line-height:30px}.datepicker_bootstrap .day.arrival{color:#666;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ade19f+50,fde1e1+50 */background: rgb(173,225,159); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(173,225,159,1) 50%, rgba(253,225,225,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(173,225,159,1) 50%,rgba(253,225,225,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(173,225,159,1) 50%,rgba(253,225,225,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ade19f', endColorstr='#fde1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day.departure{color:#666;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde1e1+50,ade19f+50 */background: rgb(253,225,225); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(253,225,225,1) 50%, rgba(173,225,159,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(253,225,225,1) 50%,rgba(173,225,159,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(253,225,225,1) 50%,rgba(173,225,159,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde1e1', endColorstr='#ade19f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day.departure:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde1e1+50,42b12d+50 */background: rgb(253,225,225); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(253,225,225,1) 50%, rgba(66,177,45,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(253,225,225,1) 50%,rgba(66,177,45,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(253,225,225,1) 50%,rgba(66,177,45,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde1e1', endColorstr='#42b12d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day.arrival:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42b12d+50,fde1e1+50 */background: rgb(66,177,45); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(66,177,45,1) 50%, rgba(253,225,225,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(66,177,45,1) 50%,rgba(253,225,225,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(66,177,45,1) 50%,rgba(253,225,225,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b12d', endColorstr='#fde1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day{color:#666;background-color:#ade19f !important}.datepicker_bootstrap .days td.day.selected{background-color:#1b7eb7 !important}.datepicker_bootstrap .day.selected.today.unavailable,.datepicker_bootstrap .days td.day.selected.today.unavailable:hover{background-color:#3583CA !important;color: #fff !important}.datepicker_bootstrap .day.unavailable.in-past,.datepicker_bootstrap .days td.day.unavailable.in-past:hover{text-decoration:line-through;background-color:#F4F4F4 !important}.datepicker_bootstrap .day.unavailable,.datepicker_bootstrap .days td.day.unavailable:hover{text-decoration:none;background-color:#FDE1E1 !important;color:#666666 !important}.datepicker_bootstrap .days td.day:hover{background-color:#1b7eb7 !important;color: #ffffff !important}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover,.datepicker_bootstrap .days td.day.otherMonth.selected:hover{background:#1b7eb7 !important;color:#ffffff !important}#fewo_overlay_period .fewo_bookingplans .fewo_bookingplan{overflow:hidden;float:none;padding:10px 20px 0;border-bottom:1px solid #E8E8E4}.datepicker_bootstrap .months .month:hover,.datepicker_bootstrap .years .year:hover{background-color:#E6E6E6}.datepicker_bootstrap .months .month.unavailable:hover,.datepicker_bootstrap .years .year.unavailable:hover{background-color:#fff}.datepicker_bootstrap .months .month,.datepicker_bootstrap .years .year{width:49%;float:left;margin-top:2%;margin-right:2%;background-color:#E9EBEF;font: 16px YummoLight, sans-serif}.datepicker_bootstrap .header .title .titleText:hover{background: transparent !important}.datepicker_bootstrap .header .title .titleText:hover > div{background-color:#F3F4F6;text-decoration:none}.datepicker_bootstrap .header .title .titleText{padding:0}.datepicker_bootstrap .header .title .titleText > div{width:140px;height:30px;margin-top:0;padding-right:10px;padding-left:10px;border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:30px;color:#4d4f52;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.datepicker_bootstrap .header .previous,.datepicker_bootstrap .header .next{border-bottom: 6px solid transparent;border-top: 6px solid transparent}.datepicker_bootstrap .header{height:41px;padding-bottom:0;border:0 solid}.datepicker_bootstrap .titles .day{text-align:center;border:2px solid #fff;font-size:12px;font-weight:normal;color:#333;background: none !important}.datepicker_bootstrap .day.unavailable.in-past.otherMonth,.datepicker_bootstrap .days td.day.unavailable.in-past.otherMonth:hover{background: none;color: #fff !important}.datepicker_bootstrap .day.otherMonth,.datepicker_bootstrap .days td.day.otherMonth:hover{background: none !important;color: #ffffff!important}.datepicker_bootstrap .body .slider > div > div,.datepicker_bootstrap .body .slider > div table,.datepicker_bootstrap .body .slider > div,.datepicker_bootstrap .body{margin-top:0;height: 235px !important}.datepicker_bootstrap{width:234px;height:277px;margin-top:5px;padding:5px;background-color:#fff;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-shadow:0 0 5px 0 rgba(0,0,0,.1);border:1px solid #cce1ff;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.datepicker_bootstrap .days td{height:31px;text-align:center;background-color:#F0F0F0;border:2px solid #fff;font-size:13px;line-height:30px;border-radius:0 !important}.stopSelection .cal_week td.bookingAvailable.day_free:hover,.day_free.selected,.day_free.active{background-color:#fdb924;color:#fff}.detail .fewo_calendar tbody{display:block;margin:5px}.detail .fewo_calendar:nth-child(4n+4){margin-right:0}#submit_period_modal:hover{background-color:#009dbf;text-decoration:none}#submit_period_modal{height:42px;float:right;display:block;padding-right:40px;padding-left:20px;background:#00b6de url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:2px;font-size:16px;line-height:42px;font-weight:normal;color:#fff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;background-size:30px 30px}#fewo_overlay_period .saisonSelectbox #ctrlCalNext{right:20px}#fewo_overlay_period #btnReset{float:right;margin-right:20px;padding-right:10px;padding-left:10px;border:1px solid #bababf;border-radius:2px;color:#47403a;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}#fewo_overlay_period #btnReset:hover{background-color:#F3F4F6}#fewo_overlay_period .filter_period_modal_body:after{float:none;clear:both;display:block;content:""}#ctrlBookingPlans *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#fewo_overlay_period .filter_period_modal_body{margin-bottom:10px}#fewo_overlay_period .fewo_booking_data{margin-bottom:10px}.fewo_overlay_content .dateRange #dateStart,.fewo_overlay_content .dateRange #dateStop{display:block;font-weight:bold}.fewo_overlay_content .dateRange > span{height:40px;position:relative;float:left;margin-right:10px;padding:3px 15px 1px 38px;background:#fff url("../../files/icons/kalender.svg") left center no-repeat;font-size:12px;background-position: 10px center;background-size:20px auto}#fewo_filter_period .filter_period_modal_footer{overflow:hidden;background-color: #276ca8;padding: 15px}#fewo_filter_period #filter_traveldate_selection:before{font:16px/30px 'Open Sans',sans-serif;content: "Reisedauer";float: left;margin-left: 20px;width: 90px}#fewo_filter_period #filter_traveldate_selection .fmSelectbox{float: left;width: 175px}#fewo_overlay_period #btnReset:after{line-height:28px;content: "x";    font-size: 14px;    font-weight: bold;    margin-left: 5px}#fewo_overlay_period .fewo_bookingplan td.month{width:100%;height:40px}#fewo_overlay_period .fewo_bookingplan table:nth-child(2){margin-right:0}#fewo_overlay_period .saisonSelectbox{position:absolute;float:none;margin-top:0;margin-bottom:0}#fewo_overlay_period .saisonSelectbox .fmSelectbox{width:150px;right:62px;top:-42px}.saisonSelectbox .fmSelectbox{width:150px;height:29px;right:82px;top:44px;position:absolute;border-color:#bababf;line-height:29px}.saisonSelectbox{width:100%;position:relative;overflow:visible;margin-top:10px}.saisonSelectbox #ctrlCalPrev{width:32px;height:29px;right:222px;top:44px;position:absolute;float:right;display:inline-block;text-align:center;background-color:#fff;border:1px solid #bababf;border-radius:2px;font-size:0;line-height:26px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.saisonSelectbox #ctrlCalPrev:before{display:block;font:24px/27px fontAwesome;color:#47403a;content:"\f104 "}.saisonSelectbox #ctrlCalNext{width:32px;height:29px;right:40px;top:44px;position:absolute;float:right;text-align:center;background-color:#fff;border:1px solid #bababf;border-radius:2px;font-size:0;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.saisonSelectbox #ctrlCalNext:before{display:block;font:24px/27px fontAwesome;color:#47403a;content:"\f105 "}#fewo_filter_period .filter_period_modal_header h3{padding:10px 20px;background-color:#276ca8;color:#fff;margin-bottom: 0}#fewo_filter_period{width:631px;background-color: #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);left: 50%;position: fixed;top: 50%;z-index: 99999999;transform: translate(-50%, -50%)}#fewo_overlay_period .fewo_overlay_background{background-color:rgba(0,0,0,.6);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 9}#fewo_overlay_period{background: transparent none repeat scroll 0 0 !important;    opacity: 1 !important;    z-index: 99999999 !important}#ctrlBookingPlans{width:100%;overflow:hidden;margin:0;padding-top:15px;padding-bottom:0;background-color:#ffffff}.fewo_booking_info{margin-bottom:20px}.fewo_plan_legend{margin-top:10px;margin-bottom:30px;padding-left:0;font-size:12px}.fewo_bookingplans .fewo_plan_legend table td{width:67px;height:20px;padding-top:4px;padding-left:5px;text-align:left;border:0px;font-size:12px;color:#333}.in_past{text-decoration:line-through;background:#fff !important;color:#cecece !important;cursor:default !Important}.fewo_overlay_content .fewo_calendar{width:auto;overflow:visible;float:left;display:block;margin-right:35px;padding-right:5px;padding-bottom:5px;padding-left:5px}.fewo_calendar{width:auto;float:left;margin-right:29px;border:1px solid #276ca8;border-collapse: collapse}.fewo_calendar td{width:36px;height:36px;position:relative;float:left;display:block;margin:0;text-align:center;font-size:14px;line-height:36px;padding:0 !important}.fewo_calendar td.month{margin-top:5px;background-color:#9CBBDA;font-size:15px;font-weight:bold;color:#fff;text-transform:uppercase}.stopSelection .cal_week td.bookingAvailable,.stopSelection .cal_week td.arrival{opacity:1}.stopSelection .cal_week td{opacity:0.4}.day_free,.stopSelection .cal_week td.day_free:hover{background-color:#afccaa}.day_free:hover{background-color:#1b7eb7;color:#fff}.day_full{background-color:#e88872;color:#fff}.day_free,.day_free.active,.stopSelection .cal_week td.day_free:hover,.stopSelection .cal_week td.day_stop:hover,.stopSelection .cal_week td.day_start:hover,.day_free.arrival_day,.day_free.departure_day,.day_free.arrival,.stopSelection .cal_week td.day_free.arrival:hover,.stopSelection .cal_week td.day_free.bookingAvailable.departure_day,.day_stop.selected,.day_stop.selected:hover,.stopSelection .cal_week td.day_stop.arrival:hover,.day_start.departure_day,.stopSelection .cal_week td.day_start.departure_day.bookingAvailable:hover,.stopSelection .cal_week td.day_free.bookingAvailable.departure.active{cursor:pointer}.stopSelection .cal_week td.day_free:hover,.stopSelection .cal_week td.day_stop:hover,.stopSelection .cal_week td.day_start:hover{color:#333;cursor:default}.day_free.arrival_day,.day_free.departure_day,.day_free.arrival,.stopSelection .cal_week td.day_free.arrival:hover,.stopSelection .cal_week td.day_free.bookingAvailable.departure_day,.day_stop.selected,.day_stop.selected:hover,.stopSelection .cal_week td.day_stop.arrival:hover,.day_start.departure_day,.day_start.departure_day:hover,.stopSelection .cal_week td.day_start.departure_day.bookingAvailable:hover,.day_stop.clickable.arrival,.day_free.departure,.stopSelection .cal_week td.day_free.bookingAvailable.departure.active{color:#fff;background:#1b7eb7 }.day_stop,.stopSelection .cal_week td.day_stop:hover,.day_stop.unavailable:hover{background: rgb(232, 136, 114); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgb(232, 136, 114) 50%, rgb(175, 204, 170) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg, rgb(232, 136, 114) 50%,rgb(175, 204, 170) 50%);background: linear-gradient(135deg, rgb(232, 136, 114) 50%,rgb(175, 204, 170) 50%)}.day_stop:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde1e1+50,1b7eb7+50 */background: rgb(232, 136, 114); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgb(232, 136, 114) 50%, rgba(27,126,183,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgb(232, 136, 114) 50%,rgba(27,126,183,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgb(232, 136, 114) 50%,rgba(27,126,183,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde1e1', endColorstr='#1b7eb7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */cursor:pointer}.day_start,.stopSelection .cal_week td.day_start:hover,.day_start.unavailable:hover{background: rgb(175, 204, 170);    background: -moz-linear-gradient(-45deg, rgb(175, 204, 170) 50%, rgb(232, 136, 114) 50%);    background: -webkit-linear-gradient(-45deg, rgb(175, 204, 170) 50%,rgb(232, 136, 114) 50%);    background: linear-gradient(135deg, rgb(175, 204, 170) 50%,rgb(232, 136, 114) 50%)}.day_start:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b7eb7+50,fde1e1+50 */background: rgb(27,126,183); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(27,126,183,1) 50%, rgb(232, 136, 114) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(27,126,183,1) 50%,rgb(232, 136, 114) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(27,126,183,1) 50%,rgb(232, 136, 114) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7eb7', endColorstr='#fde1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */cursor:pointer;color: #fff}.arrival_day:before,.fewo_calendar .arrival:before{right:0;top:0;position:absolute;display:block;border-top:10px solid #fdb924;border-right:5px solid #fdb924;border-bottom:10px solid transparent;border-left:5px solid transparent;content:""}.arrival_day:after,.fewo_calendar .arrival:after{bottom:0;right:0;position:absolute;display:block;border-right:5px solid #fdb924;border-top:10px solid transparent;border-bottom:10px solid #fdb924;border-left:5px solid transparent;content:""}.departure_day:before,.stopSelection .departure_day.bookingAvailable:before,.stopSelection .departure.bookingAvailable:before,.fewo_calendar .departure:before{left:0;top:0;position:absolute;display:block;border-top:10px solid #fdb924;border-right:5px solid transparent;border-bottom:10px solid transparent;border-left:5px solid #fdb924;content:""}.departure_day:after,.stopSelection .departure_day.bookingAvailable:after,.stopSelection .departure.bookingAvailable:after,.fewo_calendar .departure:after{bottom:0;left:0;position:absolute;display:block;border-bottom:10px solid #fdb924;border-top:10px solid transparent;border-right:5px solid transparent;border-left:5px solid #fdb924;content:""}.stopSelection .departure_day:before,.stopSelection .departure_day:after,.stopSelection .departure:after,.stopSelection .departure:before{display:none}.fewo_calendar td{margin:1px}
/* Fewomanager-Detail.css */
.galleria-lightbox-shadow{background-color: #333F52!important}#right .ce_fewo_details.block{overflow:visible}#right span.att_icon{display:none}ul.fewo_attributes li:hover span.att_icon:after{content: "\f0d7";    font-family: fontAwesome;    color: #9CBBDA;    position: absolute;    top: 9px;    left: 8px;    font-size: 20px}#right ul.fewo_attributes li:hover span.att_icon{display: inline-block;    height: 22px;    position: absolute;    top: -35px;    left: -8px;    background: #9cbbda;    color: #fff;    padding: 2px 10px 0px 10px;    border-radius: 4px;    white-space: nowrap}.fewo_distances span{display:inline-block;margin-bottom:0;font-size:14px}.ce_fewo_details .fewo_saisons ul.saison_label{padding-top:0;padding-bottom:0}.ce_fewo_details *.fewo_navi,.ce_fewo_details .fewo_navi *{line-height:1}.detail .saisonSelectbox .fmSelectbox,.detail .saisonSelectbox #ctrlCalNext{top:61px}.detail .saisonSelectbox #ctrlCalPrev{right:242px;top:61px}span.fewo_navi_elements{display:none}.ce_fewo_details .ce_table{margin-top:0;margin-bottom:0}.fewo_misc tr{overflow:hidden;margin-bottom:0;padding-right:15px;padding-left:15px}.ce_fewo_details .fewo_misc td{height:42px;padding-right:10px;padding-left:10px;line-height:42px}.fewo_groundplan img{margin-bottom:3px}.tabcontrol_tabs ul li.tab_4:hover{float:right;background-color:rgba(39,108,168,.8);color:#fff}.tabcontrol_tabs .tab_4,.tabcontrol_tabs ul li.selected.tab_4{float:right;background-color:#276ca8;color:#fff}a#leaflet_add:hover{text-decoration:none}.detail .fewo_leaflet:hover a:after{text-decoration:none;content:"\f004";cursor: pointer}.detail .fewo_leaflet a.onLeaflet:after{content:"\f004"}.detail .fewo_leaflet{right:25px;top:110px;position:absolute;font-size:0px;z-index: 2}.detail .fewo_leaflet a:after{font:30px fontAwesome;color:#Fff;content: "\f08a"}.detail h4{margin-bottom:0;text-align:center;font-size:20px;color:#fff;font-weight: 300}#right .attributes .attribute_group li span:hover:before{content: "\f0d7";    font-family: fontAwesome;    color: #fff;    position: absolute;    top: -22px;    left: 8px;    font-size: 20px}#right .attributes .attribute_group li span:hover:after{font: 14px 'Titillium Web',sans-serif;    display: inline-block;    height: 22px;    position: absolute;    top: -30px;    left: 0px;    background: #fff;    color: #063b5a;    padding: 0px 10px 0px 10px;    border-radius: 4px;    white-space: nowrap;    z-index: 999;    content: attr(tooltip)}#right .attributes li{width:32px;height:32px;position:relative;float:none;display:inline-block;margin-right:5px;margin-bottom:5px;padding:5px;background-color:#fff;border:1px solid #276ca8}#right .attributes ul{margin:0}#right .attributes .fewo_attributes{width:100%;padding:10px 0;text-align:center}#right .attributes .attribute_group{background: transparent}.right_anfrage p{margin-top:5px;padding-top:10px;text-align:center;border-top:1px solid #fff;font-size:13px}.detail .fewo_grouping_2 .fewo_size:before{margin-right:5px;font-family:fontAwesome;content: "\f248 "}.detail .fewo_grouping_2 .fewo_schlafzimmer:before{margin-right:5px;font-family:fontAwesome;content: "\f236 "}.detail .fewo_grouping_2 .fewo_person:before{margin-right:5px;font-family:fontAwesome;content: "\f007 "}#right .ce_fewo_details .fewo_type{text-align:center;font-size:20px;color:#fff}.detail .ce_fewo_details  .fewo_grouping_2 > div{display:inline-block;margin-right:10px}.detail .fewo_navi{right:5px;top:19px;position:absolute}.ce_fewo_details.first h1{border-bottom:1px solid #333}#right .fewo_type:after{margin-left:3px;content:"reservieren"}.galleria-theme-classic .galleria-info-title{margin-bottom: 0!important}.galleria-info-description{display: none!important}.mod_fewo_housedetails .galleria-theme-classic .galleria-info-text{top:318px}.detail galleria-container{min-height:708px}.galleria-info-link{display: none!important}.galleria-theme-classic .galleria-info-text{left:0;top:513px;position:absolute;background-color:rgba(0,0,0,.4);border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc");display: block!important}.mod_fewo_housedetails .galleria-theme-classic .galleria-image-nav-left:before,.mod_fewo_housedetails .galleria-theme-classic .galleria-image-nav-right:before{margin-top:0}.mod_fewo_housedetails .galleria-theme-classic .galleria-thumbnails-container{width: 575px;    position: static;    padding: 10px 0;    background-color: #fff;    height: auto;    bottom: auto;    left: auto;    right: auto;    top: auto}.mod_fewo_housedetails .galleria-theme-classic .galleria-stage{width: 575px;    height: 383px;    bottom: auto;    left: auto;    right: auto;    top: auto;    position: static}.galleria-theme-classic .galleria-thumbnails .galleria-image.active,.galleria-theme-classic .galleria-thumbnails .galleria-image:hover{border:2px solid #1b7eb7}.ce_fewo_details .galleria-container{background-color: #fff!important;height: auto !important}.galleria-theme-classic .galleria-thumbnails-container{width: 870px;    position: static;    padding: 10px 0;    background-color: #fff;    height: auto;    bottom: auto;    left: auto;    right: auto;    top: auto}.galleria-theme-classic .galleria-stage{width: 870px;    height: 580px;    bottom: auto;    left: auto;    right: auto;    top: auto;    position: static}.galleria-theme-classic .galleria-thumbnails .galleria-image{margin-right:4px;margin-bottom:4px;border:2px solid #fff}.galleria-theme-classic .galleria-thumbnails .galleria-image{width: 40px!Important}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{background-position: -608px 5px}.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover{background-color:#1b7eb7}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{top:10px;background-color:#f3f4f6}.galleria-container notouch galleria-theme-classic{}.mod_fewo_housedetails .fewo_text h2{margin-bottom:0}.ce_fewo_details .fewo_price_from{font-size:20px;font-weight: 300}.kontakt .textbox{padding-bottom:80px}.detail .mod_fewo_voting_list .fewo_voting{box-shadow: none}.mod_fewo_booking_config,.textbox .ce_fewo_requestform{overflow:visible}.ssl p.left_headline{background-image:url("../../files/icons/protected-icon.png");background-position:right center;background-repeat:no-repeat;line-height:32px}.service-hotline.ssl{margin-right:0;margin-left:0;padding-top:10px;padding-right:15px;padding-left:15px;background-color:#E9EBEF;font-size:12px}.tabcontrol_tabs ul li.selected:last-child,.tabcontrol_tabs ul li:hover:last-child{border-right:1px solid #1b7eb7}.booking .navLeiste{box-shadow: 1px 1px 7px 1px rgba(101, 114, 144, 0.1)}.bookingEnd .bookingSteps{margin-top:10px;padding-bottom:60px}.bookingEnd .phase1 .bookingStep.step3 .insideStep span{background-color:#92D67F;color:#fff}.galleria-theme-classic .galleria-image-nav-left:before,.galleria-theme-classic .galleria-image-nav-right:before{width:35px;height:35px;top:50%;position:absolute;display:block;text-align:center;background-color:#fff;border:1px solid #276ca8;border-radius:2px;font:24px/35px fontAwesome;color:#276ca8;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";transform: translate(0,-50%)}.attributes .attribute_group li{float:left;margin-right:4px}.galleria-theme-classic .galleria-image-nav-left:hover:before,.galleria-theme-classic .galleria-image-nav-right:hover:before{opacity:1}.galleria-theme-classic .galleria-image-nav-right:before{right:0;content:"\f105"}.detail .mod_fewo_voting_list .fewo_voting_optionscore{background-color:#fff;color:#0AB21B}.phase1 .bookingStep.step1 .insideStep span,.phase1 .bookingStep.step2 .insideStep span{background-color:#92D67F;color:#fff}.galleria-theme-classic .galleria-image-nav-left:before{left:0;content:"\f104 "}.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right{bottom: 0;    background-image: none;    opacity: 0.8;    width: 35px;    height: 35px;    top: 50%;    transform: translate(0,-50%)}.galleria-theme-classic .galleria-image-nav{height:auto;bottom:0;top:0}.mod_fewo_booking #frmBooking:after{float:none;clear:both;display:block;content:""}.mod_fewo_booking.block{overflow:visible}.booking .ce_fewo_details .fewo_grouping_1{margin-bottom:10px}.galleria-theme-classic .galleria-thumbnails .galleria-image img:hover,.galleria-theme-classic .galleria-thumbnails .galleria-image.active img{opacity:0.6 !important}.galleria-theme-classic .galleria-thumbnails .galleria-image img{opacity:1 !important}.galleria-theme-classic .galleria-thumbnails .galleria-image{background:transparent}.ce_fewo_details .fewo_attributes li.last:after{display:none}.attributes .attribute_group:after{float:none;clear:both;display:block;content:""}.detail .mod_fewo_booking_config .saison_select span{margin-right:10px}.detailFacts.ce_fewo_details .fewo_grouping_1 > div{padding-top:3px;padding-bottom:3px;border-top:1px solid #e8e8e4}#right .fewo_person > span:before{width:24px;float:left;display:block;margin-left:2px;font-family:fontAwesome;content:"\f007 "}#right .fewo_schlafzimmer > span:before{width:24px;float:left;display:block;margin-left:2px;font-family:fontAwesome;content:"\f236 "}#right .fewo_badezimmer > span:before{width:24px;float:left;display:block;margin-left:2px;font-family:fontAwesome;content:"\f2cd"}#right .fewo_size > span:before{width:24px;float:left;display:block;margin-top:2px;margin-left:2px;font:13px fontAwesome;content:"\f248 "}.ce_fewo_details .fewo_grouping_1 > div > span{width:100%;position:relative;display:inline-block}.detail .mod_article .galleria-container{height:580px;background-color: #f3f4f5!important}.phase1 .bar1,.phase1 .bar2,.bookingEnd .phase1 .bar3,.bookingEnd .phase1 .bar4{background-color:#92D67F}.bookingSteps{width:1200px;height:45px;margin:25px auto 0}.stepBar{width:20%;height:15px;float:left;display:block;background-color:#FFF;content:""}.stepBar.bar2,.stepBar.bar3{width:30%}.bookingStep{position:relative;float:left}.bookingStep .insideStep{left:50%;position:absolute;padding-top:25px;text-align:center;white-space:nowrap;transform: translate(-50%)}.bookingStep .insideStep span{width:30px;height:30px;left:50%;position:absolute;display:block;text-align:center;background-color:#F3F4F6;border:2px solid #fff;border-radius:50%;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");transform: translate(-50%);top:-9px}.fewo_housedetails .fewo_house_object_count{left:30px;top:102px;position:absolute;padding:2px 11px;background-color:rgba(255,255,255,.6);border-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 11}.fewo_booking_address .formelem.field_street{width:49%;margin-right:2%}.formelem.field_country .fmSelectbox{width:49%}.detail .fewo_navi_elements a.navi_next,.detail span.fewo_next.empty{margin-right:0}.mod_fewo_booking_config .saison_select span{padding-right:15px;padding-left:15px}.fewo_navi_elements a.navi_next:after,span.fewo_next.empty:after{font:24px/31px fontAwesome;content:"\f105"}span.fewo_back.empty:after,a.navi_back:after{font:24px/35px fontAwesome;content:"\f104"}span.fewo_back.empty,span.fewo_next.empty{background-color:#f5f5f5;color:#ccc;border-color: #ccc!Important}.fewo_navi_elements a.navi_next,span.fewo_back.empty,a.navi_back,span.fewo_next.empty,a.navi_list{display:block;margin-right:10px}a.navi_list:before{margin-right:10px;font-family:FontAwesome;content: "\f104"}a.navi_list{margin-left:0}.fewo_navigat{height:63px;position:relative;margin-right:auto;margin-left:auto}.detail .fewo_voting_link a{display:inline-block;margin-top:10px;padding-right:10px;padding-left:10px;background-color:#9cbbda;border:0px solid;border-radius:2px;font-size:15px;line-height:30px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.detail .fewo_voting_link a:hover{background-color:#0a669a;text-decoration:none;color:#fff}.detail .fewo_number{left:25px;top:25px;position:absolute;padding:2px 11px;background-color:rgba(255,255,255,.6);border-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 11}.detail .fewo_voting_link a:after{margin-left:10px;font-family:fontAwesome;content:"\f105"}.detail .fewo_votinglink a:after{margin-left:10px;font-family:fontAwesome;content:"\f040"}div#top-bereich{height:101px}.detail .secondary .default_button:hover{background-color:#f3f4f6;color:#0a669a}.ce_tabcontrol_pane .ce_fewo_details .fewo_attributes li:after{content:","}.detail .service-hotline:first-child{margin-top:0;border-top:0px}.detail .secondary .default_button{width:221px;height:30px;line-height:30px}.detail .mod_article.block,.smallTitle .mod_article.block{position:relative}.detail #right .inside > *:first-child{margin:0;padding:20px 10px 30px;background-color:#333f52;border-top:0px solid;color:#fff}.detail .service-hotline{overflow:hidden;margin-top:10px;padding:10px 0 0;background-color:#fff;border-top:0px}.detail .service-hotline .left_headline,.detail .service-hotline .fewo_distance_headline{font:18px 'Roboto',sans-serif;color:#333;font-weight: 700}.detail .service-hotline .entfernung{padding-top:20px;padding-bottom:20px}.detail .service-hotline .entfernung li{padding-top:2px;padding-bottom:3px;border-top:1px solid #e8e8e4;font-size:13px}#right .fewo_distance_headline{display:block;font-size:18px;font-weight:bold;font-weight: 300}.mod_fewo_housedetails  .galleria-container{background-color: #f3f4f5!important;width: 575px!important;height: auto!important}.fewo_booking_address .form_fields{width:710px}.ce_voting_list .fewo_grouping_5{position:relative}.service li{padding-left:90px;background-image:url("../../files/icons/check.png")}#fewo_alert:after{right:3px;top:0;position:absolute;padding:0 0 2px 3px;font:14px FontAwesome;color:#b94a48;content:"\f00d"}.booking_info_text{font-size:14px}.fewo_booking_address .fmSelectbox{width:140px;float:left;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking_prices .fmSelectbox .fmCurrentLabel:before{right:6px;top:3px}.detail .fewo_voting_averate{height:160px;margin-top:10px;margin-bottom:10px;padding:0;border-top:1px solid #3FB32E;border-bottom:1px solid #3FB32E}.detail .mod_fewo_voting_list{overflow:hidden}.detail .mod_fewo_voting_list .fewo_link_back a{display:none}.detail .mod_fewo_voting_list .fewo_voting{background-color:#f3f4f6}.dtl_headline .fewo_address{right:0;top:0;position:absolute;text-align:right;font-size:14px;line-height:1.4}.dtl_headline{position:relative;background-color:#fff}#right .fewo_votinglink a{display:block;padding-left:24px;background-image:url("../../files/icons/votinglink.png");background-position:left center;background-repeat:no-repeat}.dtl_gallerie{width:870px;height:auto;min-height:650px}.fewo_agb.error a{font-size:14px;font-weight:bold;color:#f55856;text-transform:uppercase}.fewo_office_payment_elem{display:none}.fewo_distance_value{width:60px;height:20px;float:right;padding:2px;text-align:center;background-color:#f1f3f6;font-size:12px;font-weight:bold}.fewo_distances ul{margin-bottom:0}.fewo_distances{font-size:14px}.fewo_distance_headline{margin:0 0 12px;font:20px/1.5 'Roboto',sans-serif}.detail_zur_buchung a{display:block;margin-bottom:10px;padding:10px 0;text-align:center;background-color:#00b6de;border-radius:4px;font-size:20px;line-height:1;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-weight: 700}.detail_zur_buchung a:hover{display:block;background-color:#009dbf;font-size:20px;line-height:1;text-decoration:none;color:#ffffff;font-weight: 700}.ce_fewo_details .fewo_description li:before{margin-right:5px;font-family:fontAwesome;content:"\f0da"}.tabcontrol_tabs{width:100%;height:61px;float:left;display:block}.tabcontrol_tabs ul{height:40px;margin:20px 0 0;padding:0;border-bottom:1px solid #1b7eb7;list-style-type:none}.tabcontrol_tabs ul li{height:39px;float:left;display:block;margin:0 5px 0 -1px;padding-right:10px;padding-left:10px;background-color:#FDFDFD;border-top:1px solid #1b7eb7;border-right:1px solid #1b7eb7;border-bottom:0px solid #1b7eb7;border-left:1px solid #1b7eb7;font-size:17px;line-height:39px;color:#1b7eb7;text-transform:none;list-style-type:none;cursor: pointer;font-weight: 400;-webkit-transition: background 0.3s ease; /* Firefox */-moz-transition: background 0.3s ease; /* WebKit */-o-transition: background 0.3s ease; /* Opera */transition: background 0.3s ease; /* Standard */}.tabcontrol_tabs ul li:last-child{margin-right:0;border-right:1px solid #1b7eb7;cursor: pointer;font-weight: 400;-webkit-transition: background 0.3s ease; /* Firefox */-moz-transition: background 0.3s ease; /* WebKit */-o-transition: background 0.3s ease; /* Opera */transition: background 0.3s ease; /* Standard */}.tabcontrol_panes{width:100%;float:left;display:block;margin-bottom:0;padding-top:10px;padding-bottom:10px;background-color:#ffffff}.tabcontrol_tabs ul li:hover,.tabcontrol_tabs ul li.selected{position:relative;background-color:#9cbbda;border-top:1px solid #1b7eb7;border-right:1px solid #1b7eb7;border-bottom:0px solid #1b7eb7;border-left:1px solid #1b7eb7;color:#ffffff;list-style-type:none;cursor: pointer}.tabcontrol_tabs ul li:hover{z-index: 2}.tabcontrol_tabs ul li.tab_0{margin-left:0;border-left:1px solid #1b7eb7;z-index:1}.tabcontrol_tabs ul li.tab_0:before{margin-right:5px;font-family:fontAwesome;content:""}.tabcontrol_tabs ul li.tab_1:before{margin-right:5px;font-family:fontAwesome;content:""}.tabcontrol_tabs ul li.tab_2:before{margin-right:5px;font-family:fontAwesome;content:""}.tabcontrol_tabs ul li.tab_3:before{margin-right:5px;font-family:fontAwesome;content:""}.ce_fewo_details *{line-height:1.5}.attributes .attribute_group{width:100%;margin-bottom:1px;background-color:#f1f3f6;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.attributes .attribute_group *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.attributes .attribute_group:nth-child(2n+2){background-color:#fff}.ce_fewo_details .attribute_group_title{width:20%;float:left;display:block;margin-bottom:0;padding-left:15px;font:14px/42px 'Roboto',sans-serif;font-weight:bold;color:#04263A}.ce_fewo_details ul.fewo_attributes{width:80%;float:left;margin-bottom:0;padding-top:10px;padding-bottom:10px;padding-left:10px;list-style-type:none}.fewo_saisons{overflow:hidden;margin-bottom:10px;line-height:25px}.saison_label,.fewo_misc .row_first{background-color:#9cbbda;font-weight:bold;color:#04263A}.fewo_misc tr .even{background-color:#fff}.ce_fewo_details .fewo_saisons ul.saison_label li{margin-top:0;line-height:42px}.ce_fewo_details .fewo_saisons ul{overflow:hidden;margin-bottom:0;padding:5px 15px;border-bottom:1px solid #f5f6f1}.ce_fewo_details .fewo_saisons ul.even,.fewo_misc tr.odd{background-color:#f1f3f6}.ce_fewo_details .fewo_saisons li{float:left}.fewo_saisons li.saison_title{width:20%;float:left;margin:0;color:#04263A}.fewo_saisons li.saison_period{width:24%;float:left;margin:0}.fewo_saisons li.saison_mindays{width:12%;float:left;margin:0;text-align:center}.fewo_saisons li.saison_price{width:22%;float:left;margin:0}.fewo_saisons li.saison_additional{width:22%;float:left;margin:0;text-align:center}.ce_fewo_details .fewo_grouping_1{width:100%;float:left;margin-bottom:20px}.ce_fewo_details .fewo_grouping_2{padding-top:5px;padding-bottom:10px;background-color:#ffffff}.ce_fewo_details .fewo_grouping_1 > div{width:100%;display:block;margin:0;padding:0}.ce_fewo_details .fewo_grouping_1 > div span > span{width:45px;height:21px;float:right;padding:2px;text-align:center;background-color:#f1f3f6;font-size:12px;font-weight:bold}.ce_fewo_details .fewo_grouping_2 .fewo_number{width:45%;float:left;text-align:left;font-size:18px;line-height:1.5;font-weight: 400}.ce_fewo_details .fewo_grouping_2 .fewo_type{width:45%;float:right;padding-right:15px;text-align:right;font-size:18px;line-height:1.5;font-weight: 400}.mod_fewo_booking_config .saison_select{bottom:6px;right:6px;position:absolute}.fewo_booking_address .address_headline,.fewo_booking .booking_headline{margin-top:0;margin-bottom:12px;padding:10px 15px;background-color:#f3f4f6;font-size:18px;color:#0a669a}.fewo_booking_address > div{line-height:1.5}.fewo_booking_address .formelem{width:100%;position:relative;float:left;margin-bottom:10px}span.mandatory{color:#1b7eb7}.form_withdraw{float:right}.form_agb input,.form_withdraw input,.form_agb .fewo_agb,.form_withdraw .fewo_withdraw{float:left}.form_agb input,.form_withdraw input{margin-top:3px;margin-right:6px}.form_agb .fewo_agb p,.form_withdraw .fewo_withdraw p{margin-bottom:0}#cntSubmit{width:100%;bottom:0;left:0;right:0;top:0;position:relative;float:right;margin-top:0;padding:0}#cntSubmit.formsubmit input.return{height:auto;margin:10px 0 0;padding:5px 10px;background-color:#fff;border:2px solid #ddd;font-size:13px;line-height:1.5;font-weight:normal;text-decoration:none;color:#47403a;text-transform:uppercase;float: left !important}#cntSubmit.formsubmit input.button{float:right}.fewo_booking_address > div label{width:150px;float:left;display:inline-block;line-height:1.5}.mod_fewo_bookingStep2 .fewo_booking_info{margin-bottom:20px;padding-left:20px;font-weight:bold}.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .adults,.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .booking_price{border-top:1px solid #f3f4f6}.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .subtotal{font-weight:bold}.fewo_booking_address .formelem.field_comment label{width:100%;float:left}.fewo_booking_address .formelem.field_comment textarea{width:100%;padding:10px}.mod_fewo_bookingStep2 .fewo_booking .formsubmit.mod_fewo_bookingStep2 .fewo_booking .formsubmit{width:600px}.fewo_booking .formsubmit{bottom:40px;right:41px;position:absolute}.ce_fewo_details .fewo_preisab{display:block;padding:10px 0 10px 5px;text-align:center;font-size:30px;line-height:1;color:#fff;font-weight: 700}.fewo_preisab  span.fewo_min_days{display:block;padding-bottom:3px;font-size:11px;line-height:1;font-weight: 300}.regionav .fewo_grouping_1{margin-top:10px;background-color:#ffffff}.regionav .fewo_grouping_1 > .fewo_region{width:40%;float:left;padding-top:5px;padding-bottom:5px;padding-left:20px;text-align:left;font-size:15px;line-height:30px;color:#1b7eb7;font-weight: bold}.regionav .fewo_grouping_1 > .fewo_navi{width:100%;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.regionav .fewo_grouping_1 .fewo_navi_elements{width:200px;float:right}.bigmap a,.mod_fewo_booking_config .saison_select span{height:30px;display:block;margin-top:10px;margin-right:0;margin-bottom:10px;padding-top:0;padding-bottom:0;text-align:center;background-color:#9cbbda;border-radius:2px;font-size:15px;line-height:30px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");display: block !important}.bigmap a:hover,.mod_fewo_booking_config .saison_select span:hover{background-color:#0a669a;text-decoration:none;color:#fff;cursor: pointer}.fewo_votinglink a,.mod_fewo_voting_list .fewo_link_back a{display:inline-block;margin-top:10px;margin-bottom:10px;padding-right:10px;padding-left:10px;background-color:#9CBBDA;border:0px solid;border-radius:2px;font-size:15px;line-height:30px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_votinglink a:hover,.mod_fewo_voting_list .fewo_link_back a:hover{background-color:#0a669a;text-decoration:none;color:#fff}.mod_fewo_booking_config .form_info span.form_info_value{color:#1b7eb7}.ce_fewo_booking .fewo_booking_info,.ce_fewo_booking .fewo_booking_prices{display:inline-block}.mod_fewo_booking .formelem.field_country{width:100%}.mod_fewo_booking input[type="text"],.mod_fewo_booking input[type="password"],.mod_fewo_booking input[type="number"],.mod_fewo_booking input[type="email"],input[type="tel"],.mod_fewo_booking .formelem.field_anrede label{width:100%}.mod_fewo_booking_config input#btn_booking_disabled{height:44px;float:right;display:block;margin-top:20px;margin-right:0;margin-bottom:20px;padding:0 40px 0 20px;background:#ccc url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:20px;line-height:44px;color:#fff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: default;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-: all 0.25s ease 0s;-ms-: all 0.25s ease 0s;transition: all 0.25s ease 0s}
/* Fewomanager-Liste.css */
.fewo_list_item .fewo_price_mandatory_info .fewo_price_addon,.fewo_list_item .fewo_price_mandatory_info .currValue{line-height:14px;font-weight:normal;color:#47403a;font-size:11px !important}.fewo_list_item .fewo_price .fewo_price_mandatory_info{color:#47403a}.fewo_price{position:relative;cursor:default}.fewo_price_mandatory_info ul{margin-top:0;margin-bottom:0}.fewo_price_mandatory_info li{position:relative}.fewo_price_mandatory_info .price_mandatory{width:100%;display:block;margin-bottom:10px;padding-bottom:4px;border-bottom:1px solid #febb02}.fewo_list_item .fewo_price .fewo_price_mandatory_info:after{top:-20px;position:absolute;display:block;border:10px solid;border-color: transparent transparent #febb02;content: "";right: 4px}.fewo_list_item .fewo_price:hover .fewo_price_mandatory_info{width:250px;left:0;position:absolute;padding:10px;text-align:left;background-color:#fff6df;border:1px solid #febb02;font-size:12px;top:50px;display: block !important;z-index: 9}.fewo_list_item .fewo_min_days:after{width:12px;height:12px;float:right;display:block;margin-left:4px;text-align:center;background-color:#ccc;border-radius:50%;line-height:12px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"!"}.fewo_list_item .fewo_price{font-size:33px}.mod_fewo_regionnavi .active a{color:#fff}#left .formelem .label.disabled span.fewo_attribute_count,#left .formelem .label.disabled:hover span.fewo_attribute_count{background-color:#f3f4f6}#left .formelem .label.disabled:after{display:none}.mod_fewo_regionnavi{margin-bottom:1px;padding-top:8px;background-color:#fdb924}.mod_fewo_regionnavi ul{margin-bottom:8px;padding-left:0;list-style-type:none}.mod_fewo_regionnavi li{margin-left:0}.mod_fewo_regionnavi a{display:block;margin-right:10px;margin-bottom:2px;margin-left:10px;padding-right:0;padding-left:0;font-size:13px;line-height:18px;color:#333}.mod_fewo_regionnavi a:hover{text-decoration:none;color:#fff}.mod_fewo_regionnavi a:before{width:15px;float:left;padding-left:10px;font-family:fontAwesome;line-height:18px;color:#333;content:"\f105 "}.mod_fewo_regionnavi a:hover:before{color:#333}.mod_fewo_regionnavi .result_count{width:45px;height:18px;position:relative;float:right;text-align:center;background-color:#fff;font-size:12px;line-height:17px;color:#2c405a}.mod_fewo_regionnavi .linkParent{margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #fff}.mod_fewo_regionnavi .linkParent a{margin-top:0;margin-right:0;margin-left:0;padding-right:10px;padding-left:10px;font-size:15px;line-height:20px;color:#333;font-weight: 700}.mod_fewo_regionnavi .linkParent a:hover{color:#fff;background:transparent}.mod_fewo_regionnavi .linkParent a:before{float:left;margin-right:0;margin-left:0;font-weight:normal;color:#333;font:18px/20px fontAwesome;content:"\f104"}.liste #frm_fld_sprice{margin-top:7px}.mod_fewo_history .fewo_list_item.isNew:before{right:-3px;top:-3px;position:absolute;padding:2px 7px;background-color:#fdb924;font-size:14px;color:#fff;content: "Neu";z-index: 1;left: initial}.fewo_list_item.isNew:before{left:-3px;top:-3px;position:absolute;padding:3px 10px;background-color:#fdb924;font-size:17px;color:#fff;content: "Neu";z-index: 1}.fewo_list_header h1{margin:0}.mod_fewo_maps .fewo_list_item .fewo_price_from{font-size:16px}.mod_fewo_maps .fewo_list_item .fewo_price_value,.mod_fewo_maps .fewo_list_item span.fewo_price_currency{font-size:26px;font-weight: 500}.mod_fewo_maps .fewo_list_item{height:310px;margin-bottom:0}.mod_fewo_maps h3.fewo_title{height:33px}div#fewo_maps_134{width: 870px!important}.mod_fewo_housedetails
 h1{margin-bottom:0;padding-top:15px;padding-right:15px;padding-left:15px;background-color:#fff}.mod_fewo_maps .fewo_list_item .fewo_min_days{display:none}.fewo_list_item .fewo_link_details a:hover{background-color:#009dbf}.fewo_voting .fewo_list_item .fewo_title a{font-size:22px}.mod_fewo_random .fewo_list_item .fewo_person{margin-left:1px}#bigbox .fewo_list_item{overflow:hidden;border:1px solid #efefef}.fewo_list_header h2{margin-bottom:0;padding-bottom:0;line-height:34px}.fewo_list_header{padding:15px;background-color:#fff}.mod_fewo_maps .fewo_list_item .fewo_image{float:none}.mod_fewo_maps .fewo_list_item .fewo_title a{font-size:20px}.mod_fewo_maps .fewo_list_item .fewo_citystreet{padding-bottom:10px;border-bottom:1px solid #f5f5f5;color:#333}.mod_fewo_maps .fewo_list_item .fewo_price{float:none;font-size:28px}.mod_fewo_maps .fewo_list_item .fewo_citystreet:before{content: none}.mod_fewo_maps .fewo_objecttype{padding:5px 0;border-bottom:1px solid #f5f5f5;font-size:14px}.mod_fewo_maps .fewo_list_item .fewo_title{padding-top:0}.mod_fewo_list #fewo_maps_details{padding:5px;border:0}.mod_fewo_maps .fewo_list_item .fewo_title,.mod_fewo_maps .fewo_list_item .fewo_citystreet,.mod_fewo_maps .fewo_list_item .fewo_price{margin:0}.fewo_list_item .fewo_grouping_2 .fewo_size{margin-right:0}.mod_fewo_random .fewo_list_item .fewo_link_details{right:10px;top:148px;position:absolute}.mod_fewo_random .fewo_list_item .fewo_price{right:20px;top:220px;position:absolute}.mod_fewo_random  .fewo_list_item .fewo_image{float:none}.mod_fewo_random  .fewo_list_item .fewo_grouping_1{height:auto;margin-bottom:20px;margin-left:20px;border:0}.mod_fewo_random .fewo_list_item .fewo_title,.mod_fewo_random .fewo_list_item .fewo_citystreet,.mod_fewo_random .fewo_list_item .fewo_price{margin:0;padding:0}.mod_fewo_random .fewo_list_item .fewo_grouping_2{position:static}.mod_fewo_random .fewo_list_item .fewo_schlafzimmer,.mod_fewo_random .fewo_list_item .fewo_size,.mod_fewo_random .fewo_list_item .fewo_person{width:32.78%}.mod_fewo_random .fewo_list_item{width:49%;height:324px;float:left;margin-right:2%}.mod_fewo_random .fewo_list_item:nth-child(odd){margin-right:0}.home .mod_fewo_random .fewo_list_item:nth-child(odd){margin-right:2%}.home .mod_fewo_random .fewo_list_item:nth-child(even){margin-right:0}.mod_fewo_random .fewo_list_item .fewo_leaflet{left:10px}.mod_fewo_houselist .fewo_list_item .fewo_grouping_2{position:static}.mod_fewo_houselist .fewo_list_item .fewo_image{left:0;top:0;position:absolute}.mod_fewo_houselist .fewo_list_item .fewo_title{margin-left:320px}.offer_description_text,.fewo_offer .offer_title{margin-left:320px}.offer_image{left:0;top:0;position:absolute}.mod_fewo_history .fewo_list_item .fewo_title a{font-size:20px;color:#fff}.mod_fewo_history .fewo_list_item .fewo_title{width:230px;left:10px;top:10px;position:absolute;overflow:hidden;margin:0;padding:0;color:#fff;white-space: nowrap;text-overflow: ellipsis}.mod_fewo_history .fewo_list_item{height:120px}.fewo_list_item .fewo_voting.rating{right:200px;top:13px;position:absolute}.fewo_list_item span.fewo_voting_label{display:none}.fewo_list_item .fewo_leaflet a.delete_leaflet_link:hover,.fewo_list_item .fewo_leaflet a.delete_leaflet_link:hover:after{text-decoration:none;color:#ff750f}.fewo_list_item .fewo_leaflet.leaflet_delete{right:13px;left: initial}.fewo_list_item .fewo_leaflet a.delete_leaflet_link:after{font:22px fontAwesome;color:#fdb924;content:"\f00d"}.fewo_list_item .fewo_leaflet:hover span:after{content:"\f004";cursor: pointer}.fewo_list_item .fewo_leaflet span.onLeaflet:after{content:"\f004"}.fewo_list_item .fewo_leaflet{left:447px;top:10px;position:absolute;font-size:0px}.fewo_list_item .fewo_leaflet span:after{font:30px fontAwesome;color:#Fff;content: "\f08a"}.fewo_list_item .fewo_price_from{font-size:18px}.fewo_list_item .fewo_min_days{display:inline-block;margin-left:5px;font-size:11px;color:#333}.fewo_list_item .fewo_price{margin-top:30px;margin-left:510px;color:#276ca8;font-weight: 300}.fewo_list_item .fewo_price_value,.fewo_list_item span.fewo_price_currency{font-size:32px;font-weight: 500}.fewo_list_item .fewo_attributes li{width:32px;height:32px;padding:5px;background-color:#fff;border:1px solid #276ca8}.fewo_list_item .fewo_attributes ul{margin:0}.fewo_list_item .fewo_citystreet:before{margin-right:5px;font-family:fontAwesome;color:#1B7EB7;content: "\f041 "}.fewo_list_item .fewo_attributes{margin-top:30px;margin-right:3px;margin-left:493px;padding:15px;background-color:#f5f5f5}.fewo_list_item .fewo_title{margin-bottom:0;margin-left:510px;padding-top:10px;color:#333}.fewo_list_item .fewo_title a{font-size:27px;line-height:40px;color:#333}.fewo_list_item .fewo_citystreet{margin-left:510px}.fewo_list_item .fewo_grouping_1{height:280px;margin-top:20px;border-bottom:1px solid #ccc}.fewo_list_item .fewo_size:before{margin-right:5px;vertical-align:middle;font:20px fontAwesome;content: "\f0b2"}.fewo_list_item .fewo_schlafzimmer:before{margin-right:5px;vertical-align:middle;font:20px fontAwesome;content: "\f236"}.fewo_link_details a:hover{background-color:#ff750f}.fewo_list_item .fewo_schlafzimmer,.fewo_list_item .fewo_size,.fewo_list_item .fewo_person{width:159px;height:42px;float:left;margin-right:4px;text-align:center;background-color:#f5f5f5;font-size:12px;line-height:42px;color:#276ca8}.fewo_list_item .fewo_grouping_2{min-height:47px;position:relative;margin-top:5px;margin-left:5px}.fewo_list_item .fewo_link_details a{height:42px;float:right;margin-right:5px;padding-right:30px;padding-left:30px;background-color:#00b6de;border-radius:4px;font-size:16px;line-height:42px;color:#fff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_list_item .fewo_link_details a:after{margin-left:15px;font-family:fontAwesome;content:"\f105"}.fewo_list_item .fewo_person:before{margin-right:5px;vertical-align:middle;font:20px fontAwesome;content: "\f235"}.fewo_list_item .fewo_image_gallery,.fewo_list_item .fewo_image{overflow:hidden;float:left}.fewo_list_item{position:relative;margin-bottom:20px;background-color:#fff}.mod_fewo_list .fewo_items{margin-top:20px}.fewo_active_search:empty{display:none;margin:0;padding:0;visibility:hidden;background:transparent}#fewo_map_listcontainer{margin-top:20px}.fewo_maps_closeBtn:hover{background-color:#ebebeb;color:#000}span.fewo_maps_closeBtn:after{font:13px fontAwesome;content: "\f00d"}.fewo_maps_closeBtn{width:28px;height:28px;right:10px;top:10px;position:absolute;text-align:center;background-color:#fff;border-radius:2px;font:0px/36px Roboto,Arial,sans-serif;font-weight:bold;color:#565656;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer}.mod_fewo_list #fewo_map_container{margin-bottom:20px}#fewo_toogle_map span{height:30px;right:210px;top:37px;position:absolute;display:block;padding-right:20px;padding-left:20px;background-color:#fdb924;border-radius:4px;line-height:30px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}#fewo_toogle_map span:hover{background-color:#ecac20;color:#fff}#fewo_toogle_map span:before{margin-right:10px;font-family:fontAwesome;content:"\f278"}.mod_fewo_list .fewo_text{margin-bottom:1px;background-color:#fff}.mod_fewo_history .fewo_grouping_5{padding:2px 5px}.mod_fewo_history .fewo_grouping_5:after{float:none;clear:both;display:block;content:""}.mod_fewo_favorites h2{margin-bottom:22px;text-align:center}.mod_fewo_favorites{position:relative;margin-top:40px}.mod_fewo_favorites .fewo_result_count{margin-bottom:3px;text-align:right}.mod_fewo_favorites .widget.select{width:180px;float:right;margin-bottom:10px}.mod_fewo_list .fewo_info ul{margin-top:10px}.mod_fewo_list .fewo_info ul li a:before{margin-right:5px;font-family:fontAwesome;content: "\f0da"}.mod_fewo_list .fewo_info{background-color:#fff;color:#04263A}div#fewo_filter_reset{margin-top:15px}.fewo_period_dateThree .result_link a:hover{background-color:#FFF6DF;text-decoration:none}.fewo_period_dateThree .result_link a{padding:1px 10px;border:1px solid #1b7eb7;border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_article .mod_fewo_offerdetails .fewo_text{margin:0;padding:0 0 5px}div#fewo_result_count{display:none}.fewo_text p{margin-top:0;margin-bottom:0}a.default_button.zurueck:before{margin-right:10px;font-family:fontAwesome;content:"\f104"}a.default_button.zurueck{right:15px;top:28px;position:absolute;padding-right:0;padding-left:0;font-size:14px;color:#1b7eb7;background: transparent;font-weight: 400}.btn_zurueck p{margin:0;padding:0}.appthaus #frmSort,.mod_fewo_offerdetails #frmSort{right:15px;top:15px;position:absolute}.appthaus h2.ce_headline.first{left:15px;top:25px;position:absolute}.mod_fewo_housedetails .fewo_text,.mod_fewo_offerdetails .fewo_text{width:100%;min-height:54px;position:relative;display:inline-block;margin-top:15px;margin-bottom:20px;padding:15px;background-color:#ffffff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_offer a.offer_link_details{height:42px;bottom:15px;right:15px;position:absolute;overflow:visible;display:inline-block;margin:0;padding:0 40px 0 20px;white-space:nowrap;background:#00b6de url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:16px;line-height:42px;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");zoom: 1;cursor: pointer;border: none;font-weight:600;background-size:30px 30px;background-position:right 5px center}.fewo_offer a.offer_link_details:hover{background-color:#009dbf;text-decoration:none}.offer_description_text li{}.mod_fewo_houselist .fewo_house_city::before{margin-right:5px;font-family:fontAwesome;font-weight:normal;color:#1B7EB7;content: "\f041 "}.mod_fewo_houselist .fewo_house_city{margin-top:13px;margin-left:320px;font-weight:normal}.mod_fewo_offers .offer_time{left:320px;top:150px;position:absolute;display:inline-block;padding:4px 14px;border:1px solid #E00019;font-weight:bold;color:#E00019}.fewo_attributes ul li{display:inline-block;margin-right:10px;vertical-align:middle}span.att_icon{display:none}.att_icon{width:auto;height:22px}#left .formelem .label:hover span.fewo_attribute_count,#left .formelem  input[type="checkbox"]:checked + .label span.fewo_attribute_count{background-color:#E9EBEF}#left .formelem .label span.fewo_attribute_count{width:40px;padding-top:4px;padding-bottom:4px;text-align:center;background-color:#F3F4F6}#fewo_history_list .pagination_bottom{display:none}#fewo_history_list{width:255px;margin-top:10px;margin-right:15px;margin-left:15px;padding-top:20px;border-top:1px solid #f1f3f6}.mod_fewo_houselist .fewo_house_object_count{left:10px;top:10px;position:absolute;padding:2px 11px;background-color:rgba(255,255,255,.6);border-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 11}.mod_fewo_offerdetails h2{font-size:24px}.pagination.empty{background: none}.listGallery_navNext.active,.listGallery_navPrev.active{opacity:0.7 !important;background-color:#ffffff !important}.fewo_listGallery_navigation{opacity:1}.listGallery_navPrev,.listGallery_navNext{width:40px;height:40px;top:50%;position:absolute;margin-top:-20px;background-color:#ffffff;border:1px solid #276ca8;color: #276ca8;border-radius:2px;font-size:0px;cursor:pointer;opacity:1;transition: all 0.25s ease 0s}.listGallery_navPrev:hover,.listGallery_navNext:hover{background-color:#F3F4F6 !important;opacity:1 !important}.listGallery_navNext{text-align:center;line-height:40px;width:40px;height:40px;right:-40px;position:absolute;font-size:24px;cursor:pointer;background-image:none;opacity:1}.listGallery_navNext.active{right:5px;opacity:1;transition: all 0.25s ease 0s}.listGallery_navPrev.active{left:5px;opacity:1;transition: all 0.25s ease 0s}.listGallery_navPrev{text-align:center;line-height:40px;width:40px;height:40px;left:-40px;position:absolute;font-size:24px;cursor:pointer;background-image:none;opacity:1}.listGallery_navNext:before{font-family:fontAwesome;content:"\f105" }.listGallery_navPrev:before{font-family:fontAwesome;content:"\f104 "}#left .mod_fewo_filter.filterBottom{padding-top:0;border-bottom:15px solid #f1f3f6}.filterHeadline.bottom p.left_headline{margin-right:15px;margin-bottom:5px;margin-left:15px;padding-top:15px;padding-right:0;padding-left:0}.filterHeadline.top p.left_headline{margin-bottom:0;padding:15px 15px 10px;background-color:#fdb924;font-size:18px;color:#333;font-weight: 500}.fewo_offer .offer_title{line-height:1.5;color:#008A00}.fewo_period_dateThree .result_link a:before{display:inline-block;margin-right:6px;font-family:fontAwesome;text-decoration:none;content:"\f105"}.fewo_period_dateThree:before{font-family:'Open Sans',sans-serif;content: "Verfügbarkeit:";float: left}.fewo_period_dateThree:after{float:none;clear:both;display:block;content:""}.fewo_period_dateThree .result_link{float:left;margin-left:10px}.fewo_period_dateThree{position:relative;clear:both;display:block;margin-left:5px;padding-top:10px;padding-bottom:10px;font-size:12px}.fewo_list_alternatives_text > *:last-child{margin-bottom:0}.fewo_list_alternatives_text:before{float:left;margin-right:15px;font:40px fontAwesome;color:#febb02;content:"\f05a "}.fewo_list_alternatives_text{width:100%;overflow:hidden;margin-bottom:30px;padding:15px;background-color:#fff6df;border:1px solid #febb02;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_price_mandatory_info ul{margin-top:0;margin-bottom:0}.fewo_price_mandatory_info li{position: relative}.fewo_price_mandatory_info .price_mandatory{padding-bottom:4px;border-bottom: 1px solid #febb02;display: block;margin-bottom: 10px;width: 100%}.mod_fewo_voting_all #frmVoteSorting input[type=submit]{display:none}.fewo_housedetails > section{float:left;display:inline;margin-right:10px}.mod_fewo_filter span > input[type="checkbox"] + label.disabled:before,.mod_fewo_filter span > input[type="checkbox"] + a.disabled:before{border:1px solid #ccc}.mod_fewo_filter span > input[type="checkbox"]:checked + label:hover:after,.mod_fewo_filter span > input[type="checkbox"]:checked + a:hover:after{left:3px;font-size:17px;content:"\f00d"}.mod_fewo_filter span > input[type="checkbox"]:checked + label:after,.mod_fewo_filter span > input[type="checkbox"]:checked + a:after,.mod_fewo_filter span label:hover:after,.mod_fewo_filter span a:hover:after{left:1px;top:1px;position:absolute;font:17px FontAwesome;color:#1b7eb7;content:"\f00c"}.mod_fewo_filter span > input[type="checkbox"] + label:before,.mod_fewo_filter span > input[type="checkbox"] + a:before{width:17px;height:17px;left:0;top:1px;position:absolute;display:block;border:1px solid #bababf;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:""}#left .mod_fewo_filter input[type="checkbox"]{position:absolute;display:none;margin-top:10px}#left .formelem .label{width:100%;height:20px;position:relative;float:none;margin-bottom:3px;padding-left:28px;font-size:15px;color:#1B7EB7;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_avgvote .fewo_filter_vote_image img{float:left;display:block;margin-right:1px}#left .formelem .fewo_avgvote .label span.fewo_filter_vote_image{margin-top:0;margin-right:5px}#left .formelem .label span.fewo_filter_vote_image,#left .formelem .label span.fewo_filter_vote_text{float:left}#filterbare_map.mod_fewo_maps #fewo_maps_details{width:auto;max-height:200px;bottom:20px;left:50px;right:50px;overflow:hidden;border:0px solid;top:auto}#filterbare_map.mod_fewo_maps #fewo_maps_details #fewo_maps_details_content{max-height:200px}#mediabox_map.mod_fewo_maps #fewo_maps_details{width:auto;height:auto;max-height:680px;left:10px;top:10px;border:0px solid;background:transparent;min-height:none;overflow:hidden}#mediabox_map.mod_fewo_maps #fewo_maps_details #fewo_maps_details_content{max-height:680px}.mod_fewo_maps #fewo_maps_details.multiple #fewo_maps_details_content{overflow-y:scroll}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_title{padding-right:15px;padding-left:15px;font-size:18px}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_link_details{bottom:10px;right:10px;position:absolute}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_link_details a{height:30px;padding-right:15px;padding-left:15px;line-height:30px}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_price{right:10px;top:10px;position:absolute;padding:5px 5px 2px 8px;text-align:right;background-color:#fff}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_grouping_1{width:100%;bottom:50px;left:0;right:0}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_grouping_1 > div{width:33.3333%}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_voting{width:auto;bottom:5px;left:5px;position:absolute;background:transparent}.mod_fewo_maps #fewo_maps_details #fewo_maps_details_close{width:20px;height:20px;right:0;top:0;position:absolute;text-align:center;background-color:#f2f2f2;font-size:14px;line-height:20px;color:#b9204a;z-index:9}.mod_fewo_maps #fewo_maps_details #fewo_maps_details_close:hover{background-color:#E8E8E4}.mod_fewo_maps #fewo_maps_details #fewo_maps_details_close:before{font-family:FontAwesome;content:"\f00d"}.mod_fewo_list #fewo_maps_details{border:1px solid #eee;max-height: auto !important;min-height: auto !important;width:290px !important;top:10px;overflow-x: hidden;overflow-y: hidden}#frmSort #ctrl_perPage + .fmSelectbox{display:none}.mod_fewo_housedetails > .textbox{margin-bottom:0;padding-bottom:5px}.mod_fewo_housedetails > .textbox h1{margin-bottom:0}.fewo_date_reset,.fewo_info{margin-top:15px;margin-bottom:15px;padding:10px 15px;text-align:left;background-color:#f2dede;color:#b94a48}.fewo_info p{margin-bottom:0}.fewo_housedetails{width:100%;display:inline-block;padding:15px;background-color:#fff;border-bottom:10px solid #fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_list .fewo_voting a,.mod_fewo_offerlisting .fewo_voting a{color:#3B3532}.fmSelectbox .fmDropdownBox div.disabled{display:none;visibility:hidden}.mod_fewo_houselist .fewo_link_details a{bottom:10px;right:10px;position:absolute;padding-right:20px;padding-left:20px}.mod_fewo_houselist .fewo_list_item{height:200px}.mod_fewo_list.kartenliste #frmSort{display:none}.mod_fewo_list #frmSort .widget.widget-select.select{right:15px;top:37px;position:absolute;float:right;display:inline-block;margin-left:5px}.fewo_voting_stars img{margin-right:2px;background-color:#fff}.fewo_active_search .selectedFilterOption{display:inline-block;margin-top:5px;margin-right:5px;padding:3px 10px;background-color:#FFF6DF;border:1px solid #bababf;border-radius:4px;font-size:12px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.fewo_active_search .selectedFilterOption:hover{background-color:#fff;color:#999}.fewo_active_search .selectedFilterOption:after{margin-left:5px;font-family:FontAwesome;color:#FF7811;content:"\f00d"}#left .mod_fewo_filter .formelem#frm_fld_resetFilter{padding-top:0;padding-bottom:0;border:0px solid}.fld_attr .checkbox_group span input:checked + a{color:#f55856}.fld_attr .checkbox_group > span a:hover{text-decoration:none;color:#f55856}.checkbox_group a.disabled .fewo_attribute_count{color:#ccc}.fld_attr .checkbox_group > span a.disabled{text-decoration:none;color:#CCC;pointer:default}.fld_attr .checkbox_group > span a.disabled:hover{text-decoration:none;cursor:default}.fld_attr .checkbox_group > span a{color:#3b3532}.checkbox_group .fewo_attribute_count{float:right;color:#F55856}#left .mod_fewo_filter select.fewo_offer{margin-bottom:0}#ctrl_sprice legend,#left .formelem .mandatory_headline,#ctrl_avgvote legend{height:30px;display:block;margin:0 0 5px;padding:0;font:18px/30px 'Open Sans',sans-serif;font-weight:500}#frmSort .select label.select{display:none}#frmSort .fmSelectbox{width:180px}#fewo_filter_reset a{float:right;display:inline-block;padding:0 10px;text-align:right;border:1px solid #fff;border-radius:2px;font-size:13px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#fewo_filter_reset a:hover{background-color:#fff;text-decoration:none;color:#fdb924}#fewo_filter_reset a:after{margin-left:5px;font-family:fontAwesome;font-weight:bold;content:"\f00d"}.fld_attr .checkbox_group > span{height:20px;float:none}#left .formelem .label{width:100%;position:relative;display:block;padding-top:0;padding-left:28px;font-size:15px;line-height:23px;color:#1B7EB7;cursor:pointer;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .formelem .label:hover{text-decoration:none;color:#233042}.fewo_active_search{width:100%;margin-bottom:1px;background-color:#fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .formelem .label.disabled{color:#ccc;cursor:default}#left .formelem input:checked + .label{color:#1b7eb7}#left .formelem .label span{float:right;display:inline-block;margin:0;line-height:12px;width:auto}.checkbox_group span.checkbox_group_label{height:30px;display:inline-block;margin:10px 14px 0;padding:0;border-top:1px solid #1b7eb7;font:16px/30px Arial,Helvetica,sans-serif}.checkbox_group > span{width:220px;float:left;clear:both;display:block;margin:3px 14px;line-height:1}.checkbox_group span label{padding-top:0;line-height:1;cursor: pointer}.checkbox_group span input{float:left;display:inline-block;margin:0 7px 0 0;padding:0;line-height:1;cursor: pointer}#left .mod_fewo_filter .formelem{width:100%;position:relative;overflow:visible;margin-bottom:5px;transition: transform 0.25s ease 0s;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .mod_fewo_filter .formelem.fld_start,#left .mod_fewo_filter .formelem.fld_stop{width:255px;border: 0 none}#left .mod_fewo_filter .formelem .checkbox_group:last-child{margin-bottom:12px}.hitBox{overflow:visible}.mod_fewo_random{display:block;margin-bottom:10px;padding-bottom:10px}.mod_fewo_list{width:100%;display:table;margin-right:0;margin-left:0;padding-right:0;padding-left:0;list-style-type:none;table-layout: fixed}.fewo_offer{width:900px;height:200px;position:relative;margin:0 0 20px;padding-right:15px;background-color:#ffffff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_offer .offer_title{display:inline-block;margin-top:10px;margin-bottom:10px;font-size:20px;line-height:1.2;color:#f55856;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_list .fewo_result_count,.mod_fewo_offerlisting .fewo_result_count{display:none}.mod_fewo_list form#frmSort select,.mod_fewo_leaflet form#frmSort select{height:42px;margin-left:5px;padding:10px;line-height:42px}.fewo_link_details a:hover{background-color:#04538c;text-decoration:none}.offer_flatrate{color:#1b7eb7}.mod_fewo_houselist .fewo_house_short_description{height:84px;overflow:hidden;margin-top:15px;margin-right:20px;margin-left:320px}.mod_fewo_houselist .fewo_grouping_2 .fewo_house_street:after{content:','}.offer_overview h1{margin-bottom:15px}.offer_overview .offer_image{position:static;margin-bottom:10px}.mod_fewo_offerdetails .offer_overview .offer_time{display:inline-block;margin-top:10px;padding:4px 14px;border:1px solid #E00019;font-weight:bold;color:#E00019}.fewo_housedetails .fewo_gallery{width:610px;position:relative;float:right;display:block;margin-top:10px;background-color:#fff}.fewo_housedetails .fewo_grouping_3{width:285px;position:relative;float:left;display:block;background-color:#ffffff}.fewo_housedetails .fewo_gallery .fewo_gallery_image{float:left;margin-right:3px;margin-bottom:3px}.fewo_housedetails .fewo_gallery .fewo_gallery_image:nth-of-type(4n+4){margin-right:0}.fewo_housedetails .fewo_title{display:block;margin-bottom:10px;border-bottom:3px solid #EFEFEF;font:36px/1.5 'Dosis',sans-serif;font-weight: 700}.fewo_housedetails .fewo_title{display:block;margin-bottom:10px;border-bottom:3px solid #EFEFEF;font:36px/1.5 'Dosis',sans-serif;font-weight: 700}.fewo_housedetails .bigmap{width:285px;position:relative;float:left;display:block;margin-top:0;margin-bottom:12px}.fewo_housedetails .fewo_map{position:relative;float:left;display:block}.fewo_house_object_list{width:100%;float:left}.fewo_housedetails .fewo_house_description{position:relative;float:left;margin-top:10px}.fewo_housedetails .fewo_house_street{width:100%;float:left;display:inline-block;padding:1px 10px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_housedetails .fewo_house_street,.fewo_housedetails .fewo_house_postal,.fewo_housedetails .fewo_house_city{line-height:1.5}.fewo_housedetails .fewo_grouping_3{height:55px;margin-bottom:18px;padding-top:5px;background-color:#f3f4f6}.fewo_housedetails .fewo_house_postal,.fewo_housedetails .fewo_house_city{float:left}.fewo_housedetails .fewo_house_postal{margin-right:6px;margin-left:10px}
/* Layout-Formulare.css */
.faehre h2{margin-bottom:0}.mod_nlm_subscription label{left:-60px;top:35px;position:absolute}.newsletter_box .ce_text.first.block{margin-bottom:-25px}.verbindung_form input#ctrl_3,.verbindung_form input#ctrl_16{position:relative;background-image:url("../../files/icons/days.svg");background-repeat:no-repeat;background-position: center right 10px;background-size: 20px}.verbindung_form .CalendarFieldIcon{display:none}.verbindung_form #ctrl_16{margin-top:-19px}.form_date_2{position:relative}.form_date{position:relative}.form_date .CalendarFieldIcon{right:0;top:0;position:absolute}.verbindung_form .verbindung_margin{margin-right:2%}.verbindung_form input[type="submit"]{width:auto;height:auto}.verbindung_form .verbindung_clear{clear: both}.verbindung_form .form_50.form_float{float:left}.verbindung_form .form_30.form_float{float:left}.verbindung_form .form_50,.verbindung_form #ctrl_3,.verbindung_form #ctrl_16{width:49%}.verbindung_form h4{padding-top:20px;clear: both;font-weight: 500}.verbindung_form .form_30{width:35%}.verbindung_form .fmSelectbox{height:35px;line-height:35px}.verbindung_form .fmSelectbox,.verbindung_form input,.verbindung_form select,.verbindung_form textarea,.verbindung_form input[type="text"],.verbindung_form input[type="email"],.verbindung_form input[type="tel"]{width:100%;margin-bottom:10px}.verbindung_form{width:710px}.verbindung_form label{display:none}.widget-requestCheckbox label{cursor:pointer}.blank_site #tl_fewo_requests fieldset,.blank_site .ce_fewo_requestform textarea{width:100%}.formVal #tl_fewo_requests .error:valid + .fmSelectbox .fmCurrentLabel:before,.formVal #tl_fewo_requests *:valid + .fmSelectbox .fmCurrentLabel:before,.formVal #tl_fewo_requests .error + .fmSelectbox .fmCurrentLabel:before,.formVal #formBooking .error:valid + .fmSelectbox .fmCurrentLabel:before,.formVal *:valid + .fmSelectbox .fmCurrentLabel:before,.formVal .error + .fmSelectbox .fmCurrentLabel:before{display:none}.formVal input[type="text"].error,.formVal input[type="password"].error,.formVal input[type="email"].error,.formVal input[type="number"].error,.formVal input[type="tel"].error,.formVal textarea.error,.formVal #tl_fewo_requests .error + .fmSelectbox,.formVal .error + .fmSelectbox,.formular #tl_fewo_requests .formelem.fld_fld_arrival .error + input,.formular #tl_fewo_requests .formelem.fld_fld_departure .error + input{background-image:url("../../files/icons/invalid.svg");background-position:right center;background-repeat:no-repeat;border:1px solid #E06E62;background-size:15px;background-position:right 5px center}.formVal input[type="text"]:valid,.formVal input[type="password"]:valid,.formVal input[type="email"]:valid,.formVal input[type="number"]:valid,.formVal input[type="tel"]:valid,.formVal textarea.error:valid,.formVal #tl_fewo_requests .error:valid + .fmSelectbox,.formVal #tl_fewo_requests *:valid + .fmSelectbox,.formVal .error:valid + .fmSelectbox,.formVal *:valid + .fmSelectbox,.formVal #ctrl_fld_objectwithnr,.formular #tl_fewo_requests .formelem.fld_fld_arrival input:valid,.formular #tl_fewo_requests .formelem.fld_fld_departure input:valid{background-image:url("../../files/icons/valid.svg");background-position:right center;background-repeat:no-repeat;border:1px solid #42b12d;background-size:15px;background-position:right 5px center}.mod_fewo_list form#frmSort select,.mod_fewo_leaflet form#frmSort select{width:174px;height:34px;border:2px solid #ccc;color:#fff}.error select,.error .fmSelectbox,select.error,#tl_fewo_requests .error + .fmSelectbox{border:2px solid #E06E62}.newsletter_box .mod_nlm_subscription{width:55%;position:relative;overflow:visible;margin-right:auto;margin-left:auto}.newsletter_box .mod_nlm_subscription .widget-text{width:27%;float:left;text-align:left}.newsletter_box .mod_nlm_subscription .submit_container{float:right;margin-left:10px;line-height:101px}.ce_nlm_subscribe_form fieldset,.mod_nlm_unsubscription fieldset{margin:10px 0 0;padding:0;border:0 solid}.ce_nlm_subscribe_form label{display:block}.ce_nlm_subscribe_form .fmSelectbox{width:150px;border:2px solid #ddd}.ce_nlm_subscribe_form input[type="checkbox"],.mod_nlm_unsubscription input[type="checkbox"]{margin-top:5px;margin-right:4px;margin-left:0}.ce_nlm_subscribe_form legend,.mod_nlm_unsubscription legend{display:block;padding-right:0;padding-left:0;font-size:14px}.ce_nlm_subscribe_form #ctrl_fld_channels label,.mod_nlm_unsubscription .checkbox_container label{display:inline-block;cursor:pointer}.ce_nlm_subscribe_form #ctrl_fld_channels > span,.mod_nlm_unsubscription .checkbox_container > span{display:block}.gd_small > label{line-height:30px}.gd_small > input[type="text"],.ce_fewo_morePeopleData .gd_small .fmSelectbox{height:30px;line-height:30px}.mod_fewo_voting .fmSelectbox{border:2px solid #ddd}.fewo_booking_address .formelem.field_city{width:28%}.datepicker_bootstrap{margin-left:0}#mbCenter{background-color:#063B5A}#right a.hyperlink_txt{height:36px;line-height:36px}a.hyperlink_txt:hover{background-color:#fff;text-decoration:none;color:#0a669a}a.hyperlink_txt{width:100%;height:30px;overflow:visible;display:block;text-align:center;background-color:#fff;border:1px solid #276ca8;border-radius:2px;font-size:16px;line-height:30px;color:#0a669a;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_subscribe input[type="submit"],.mod_unsubscribe input[type="submit"]{display:block}#tl_fewo_requests .fld_fld_country .fmSelectbox{width:347px}.ce_fewo_requestform textarea{width:710px}.formular #tl_fewo_requests .formelem.fld_fld_street{width:49%;margin-right:2%}#tl_fewo_requests .widget-headline:before{margin-right:5px;font-family:fontAwesome;content: "\f05d"}.fewo_booking_address .fmSelectbox{height:35px;border:2px solid #ddd;border-radius:3px;line-height:32px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.secondary .default_button:hover{background-color:#276ca8;color:#fff}.secondary .default_button{background-color:#9CBBDA;color:#fff;font-weight: 300}.fmCurrentLabel{color:#101010}.default_button{height:37px;overflow:visible;display:inline-block;margin:0;padding-right:20px;padding-left:20px;text-align:center;white-space:nowrap;background-color:#9cbbda;border:0px;border-radius:2px;font-size:16px;line-height:37px;color:#ffffff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer}.ce_fewo_morePeopleData .checkbox_container label{padding-top:0;font-size:13px;color:#666}.ce_fewo_morePeopleData{overflow:visible}.ce_fewo_morePeopleData .fmSelectbox .fmDropdownBox{max-height:300px;margin-top:-2px;overflow-y:auto}.ce_fewo_morePeopleData .fmSelectbox .fmDropdownBox div{padding-right:3px;padding-left:3px}.gd_small > .fmSelectbox{width:60%}.gd_small > select[id^="ctrl_gebdat_day"] + .fmSelectbox,.gd_small > select[id^="ctrl_gebdat_month"] + .fmSelectbox{width:19%;margin-right:1%}.gd_small > select[id^="ctrl_gebdat_year"] + .fmSelectbox{width:20%}.ce_fewo_morePeopleData .fmSelectbox{height:22px;float:left;padding-right:3px;padding-left:3px;font:13px/22px Arial,Helvetica,sans-serif;color:#000}.ce_fewo_morePeopleData .fmSelectbox .fmCurrentLabel::before{right:6px;top:7px;font-size:14px}#tl_fewo_requests .fmSelectbox .fmDropdownBox{margin-top:0}#tl_fewo_requests .formelem{width:100%;float:left;display:block;margin-bottom:10px}#tl_fewo_requests .fmSelectbox{width:140px;height:35px;float:left;margin-bottom:2px;border:1px solid #276ca8;border-radius:2px;line-height:32px;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests .fmSelectbox .fmCurrentLabel:before{top:9px}.ce_fewo_morePeopleData *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests .submit_container{margin-left:220px}#tl_fewo_requests .widget-headline{margin:0 0 12px;padding:10px 15px;background-color:#f3f4f6;font:18px 'Dosis',sans-serif;color:#0a669a;font-weight:700}#tl_fewo_requests fieldset{width:710px;margin:0;padding:0;border:0px solid}#tl_fewo_requests .widget-text label,#tl_fewo_requests .widget-select label,#tl_fewo_requests .widget-textarea label{width:220px;float:left;display:none;padding:0;vertical-align:top;line-height:30px}#tl_fewo_requests .widget{margin-bottom:2px}#tl_fewo_requests input[type="text"],#tl_fewo_requests input[type="password"],#tl_fewo_requests input[type="number"],#tl_fewo_requests input[type="email"],#tl_fewo_requests input[type="tel"]{width:360px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests select{width:360px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests .fld_arrival .widget input,#tl_fewo_requests .fld_departure .widget input{background-image:url("../../files/images/bg_ca.png");background-position:right center;background-repeat:no-repeat}.formular #tl_fewo_requests input[type="text"],.formular #tl_fewo_requests input[type="tel"],.formular #tl_fewo_requests input[type="email"]{width:100%}.formular #tl_fewo_requests .formelem.fld_fld_firstname,.formular #tl_fewo_requests .formelem.fld_fld_lastname,.formular #tl_fewo_requests .formelem.fld_fld_phone,.formular #tl_fewo_requests .formelem.fld_fld_email,.formular #tl_fewo_requests .formelem.fld_fld_arrival,.formular #tl_fewo_requests .formelem.fld_fld_departure,.formular #tl_fewo_requests .formelem.fld_fld_children,.formular #tl_fewo_requests .formelem.fld_fld_persons,.fewo_booking_address .formelem.field_firstname,.fewo_booking_address .formelem.field_lastname,.fewo_booking_address .formelem.field_postal,.fewo_booking_address .formelem.field_phone,.fewo_booking_address .formelem.field_email{width:49%;float:left;margin-right:2%}.formular #tl_fewo_requests .formelem.fld_fld_lastname,.formular #tl_fewo_requests .formelem.fld_fld_email,.formular #tl_fewo_requests .formelem.fld_fld_city,.formular #tl_fewo_requests .formelem.fld_fld_departure,.formular #tl_fewo_requests .formelem.fld_fld_children,.fewo_booking_address .formelem.field_lastname,.fewo_booking_address .formelem.field_city,.fewo_booking_address .formelem.field_email{margin-right:0}.formular #tl_fewo_requests .formelem.fld_fld_arrival input,.formular #tl_fewo_requests .formelem.fld_fld_departure input{background-image:url("../../files/icons/kalender.svg");background-repeat:no-repeat;background-position: 98% center;background-size: 16px}.formular #tl_fewo_requests .formelem.fld_fld_city,.formular #tl_fewo_requests .formelem.fld_fld_postal,.fewo_booking_address .formelem.field_postal{width:19%;float:left;margin-right:2%}.formular #tl_fewo_requests .formelem.fld_fld_city{width:28%;margin-right:0}.formular #tl_fewo_requests .widget-select label,.formular #tl_fewo_requests .formelem.fld_fld_persons .fmSelectbox,.formular #tl_fewo_requests .formelem.fld_fld_children .fmSelectbox{width:100%}.formular #tl_fewo_requests .submit_container{margin-left:0}.ce_form select{min-width:200px}input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"]{width:50%;height:35px;padding:0 10px;border-radius:2px;line-height:35px;color:#47403a;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}fieldset{position:static;margin:.75em 0;padding:0 .5em;background: transparent}legend{padding:0 .5em;font-size:1.2em;line-height:1.25em;font-weight:bold;color:#000;background: transparent}label{padding-top:.25em;line-height:1.5;color:#666}input,textarea,select{border:1px solid #276ca8;border-radius:2px;font-size:14px;line-height:1;behavior:url("assets/css3pie/1.0.0/PIE.htc")}select{height:32px;padding:10px;cursor: pointer}.mod_fewo_search select{width:472px;height:34px;margin:0;padding:0;border:1px solid #ccc;font-style:italic;color:#fff}.button,input[type="submit"],input[type="file"]{height:50px;overflow:visible;display:inline-block;margin:10px 0 0;padding-right:50px;padding-left:50px;text-align:center;white-space:nowrap;background-color:#1b7eb7;border:0px;border-radius:4px;font:18px/50px 'Open Sans',sans-serif;color:#ffffff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;font-weight:300}.button:hover,.default_button:hover{background-color:#0a669a;text-decoration:none}input[type="submit"]:hover{background-color:#0a669a}input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus{background-color:#f3f4f6;outline: 0 none}.offer_description_text ul{margin-top:5px;margin-bottom:5px}.formbody p.error{display:none;margin:0;padding:0;text-align:left;font-size:12px;line-height:15px}.formbody td{position:relative}
/* Fewomanager-Bewertungen.css */
.vote_list_votebutton .fewo_votinglink a{display:none}.mod_fewo_voting_list .fewo_link_back a{right:-732px;top:-194px;position:absolute}.fewo_voting_average_stars{padding-bottom:3px}.mod_fewo_voting_all .fewo_list_item{height:auto}#frmFilterSort .fmSelectbox{width:160px;float:left;margin-right:20px}#frmFilterSort{margin-bottom:20px;padding-right:15px;padding-bottom:15px;padding-left:15px;background-color:#fff}#frmFilterSort:after{float:none;clear:both;display:block;content:""}.mod_fewo_voting_all .grouping_2{margin-top:20px;padding-top:10px;border-top:1px solid #ddd}.mod_fewo_voting_all .fewo_list_item .fewo_image{left:15px;top:15px;margin-top:15px}.mod_fewo_voting_all .fewo_voting_scoredetails{padding-left:145px}.mod_fewo_voting_all .grouping_1{overflow:hidden;padding-left:15px}.mod_fewo_voting_list .grouping_2{margin-top:10px;padding-top:10px;border-top:1px solid #ddd}.mod_fewo_voting_list .fewo_voting_average,.mod_fewo_voting_all .fewo_voting_average{right:15px;top:15px;position:absolute;text-align:right}.mod_fewo_voting_list .grouping_1{overflow:hidden}.mod_fewo_voting_list .fewo_voting_author,.mod_fewo_voting_all .fewo_voting_author{float:left;margin-right:10px}.mod_fewo_voting_all .formbody label{display:none}.vote_page_facts .fewo_citystreet:before{position:static;margin-right: 5px;    font-family: fontAwesome;    color: #1B7EB7;    content: "\f041 "}.vote_page_facts .fewo_citystreet{position:static;margin-bottom:0;padding:6px 0}.fewo_voting_averate .fewo_voteoption_progress{width:140px;overflow:hidden;float:left;display:block;margin-top:7px;margin-right:15px;padding:1px;border:1px solid #3FB32E}.mod_fewo_voting .fmSelectbox.inteliSelect input[type="text"]{width:395px}.mod_fewo_voting .fmSelectbox.inteliSelect{width:375px}.feedback .mod_fewo_voting form{width:710px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper.adviced .fewo_voting_rec_value:before{content:"\f164 "}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .vote_label{margin-left:8px}#boxSumPart{color:#3fb32e}.feedback #voteBoxSum{background-color:#F3F4F6}.fewo_star_text{margin-left:8px}.fewo_star{padding-right:2px}.mod_fewo_voting_all .fewo_voting .fewo_voting_owner_message:before,.mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message:before{display:block;font-weight:normal;content: "Vermieter-Kommentar:";font-weight: bold;font-style: normal}.ce_voting_list .fewo_voteoption span.vote_value,.ce_voting_list .fewo_voteoption span.vote_dash,.ce_voting_list .fewo_voteoption span.vote_max{color:#3FB32E}.ce_voting_list .fewo_voteoption_list .fewo_voteoption span.vote_dash,.ce_voting_list .fewo_voteoption_list .fewo_voteoption span.vote_max{display:none}#frmVoteSorting .formbody{float:right;padding-left:6px}.mod_fewo_voting_all .fewo_voting_average{margin-top:5px}.mod_fewo_voting_all .fewo_voting_score{float:left;margin-right:5px}.mod_fewo_voting_all .fewo_voting_date{float:left;margin-right:10px}.mod_fewo_voting_all .fewo_voting_headline{margin-bottom:0;font-size:18px;z-index: 10}.mod_fewo_voting_list span.vote_label{margin-right:7px}.mod_fewo_voting_list .fewo_voting_date{float:left;display:inline-block;margin-right:15px}.mod_fewo_voting_list .fewo_link_back a:before{margin-right:10px;font-family:fontAwesome;content:"\f104"}.mod_fewo_voting_list .fewo_voting .fewo_voting_headline{margin-top:0;font-size:18px}.vote_list_votebutton .fewo_votinglink a:after{margin-left:10px;font-family:fontAwesome;content: "\f040"}.vote_page_facts .fewo_booking a{height:42px;overflow:visible;display:block;margin:0;padding:0 40px 0 20px;text-align:left;white-space:nowrap;background:#0077CC url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:16px;line-height:42px;font-weight:bold;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");zoom: 1;cursor: pointer;border: none;background-size:30px 30px}.vote_page_facts .fewo_booking a:hover{background-color:#04538c;text-decoration:none}.vote_page_facts h2{margin-top:10px;margin-bottom:0;padding-bottom:0;font-size:20px}.mod_fewo_voting_all .fewo_link_details a{right:15px;top:158px;position:absolute}.mod_fewo_voting_all .fewo_list_item .fewo_title{position:static;margin:0;padding-top:12px;padding-left:145px}.feedback #bigbox{display:none}.mod_fewo_voting .textarea{width:100%;height:110px}.mod_fewo_voting input[type="text"]{width:400px}.mod_fewo_voting .field_traveldate_m,.mod_fewo_voting .field_traveldate_y{width:150px;float:left;margin-right:10px}.mod_fewo_voting .formular .formbody{margin-right:0}.mod_fewo_voting .formelem:after{float:none;clear:both;display:block;content:""}.mod_fewo_voting .formelem{width:100%}.mod_fewo_voting input[type="submit"]{margin-top:20px}.mod_fewo_voting #ctrl_advice{margin-top:10px;margin-left:0}.mod_fewo_voting label{display:block}.feedback .fewo_voting_points{background-color:#f3f4f6}.mod_fewo_voting{position:relative;padding-left:240px}.mod_fewo_voting_all .fewo_voting_average{margin-bottom:1px}.mod_fewo_voting_all .fewo_list_item{background-color: transparent;    box-shadow: 0 0 0 rgba(0, 0, 0, 0);    box-sizing: border-box;    margin: 0 0 0;    min-height: auto;    overflow: visble;    position: static;    width: 100%}.vote_list_average_box.ce_voting_list{padding-top:0}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_text{font-size:18px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_value{font-size:30px;font-weight:bold;color:#3FB32E}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_value:before{margin-right:4px;font-family:fontAwesome;font-weight:normal;color:#3FB32E;content:"\f087 "}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_text{display:block}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper{height:132px;right:0;top:12px;position:absolute;padding-top:25px;padding-right:20px;padding-left:20px;text-align:center;background-color:#F3F4F6}#right .fewo_voting_averate .fewo_voteoption_total{width:100%;padding-top:0;padding-bottom:0}.mod_fewo_voting_all .fewo_voting_object a:before{display:inline-block;margin-right:5px;font-family:FontAwesome;text-decoration:none;content:"\f015"}.mod_fewo_voting_all .fewo_voting_date:before,.mod_fewo_voting_list .fewo_voting_date:before{width:16px;height:20px;display:inline-block;margin-right:5px;vertical-align:middle;background-image:url("../../files/icons/kalender-green.svg");background-repeat:no-repeat;content:"";background-size: 100%}.mod_fewo_voting form label.error{color:#f55856}.mod_fewo_voting  form p.error{display:none;visibility:none}.right-bewertung a,.right-bewertung .voting_element_label{font-size:14px}.right-bewertung .voting_element{margin-top:-6px;line-height:1}.fewo_voting_averate{overflow:hidden}.vote_page_facts .fewo_person,.vote_page_facts .fewo_size,.vote_page_facts .fewo_badezimmer,.vote_page_facts .fewo_schlafzimmer{position:relative;font-size:13px}.vote_page_facts .fewo_person:before,.vote_page_facts .fewo_size:before,.vote_page_facts .fewo_badezimmer:before,.vote_page_facts .fewo_schlafzimmer:before{margin-right:5px;font:13px FontAwesome;color:#1b7eb7;content: "\f00c"}.fewo_voteoption_list{margin-top:12px}.ce_voting_list{padding-top:15px}.vote_page_facts{height:200px;position:relative;margin-bottom:20px;padding:5px 10px 10px 320px;background-color:#fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.vote_page_facts .fewo_booking,.vote_page_facts .fewo_leaflet{float:left}.vote_page_facts .fewo_grouping_3{bottom:20px;right:15px;position:absolute}.vote_page_facts .ce_fewo_images{left:0;top:0;position:absolute}.vote_page_facts .fewo_leaflet a{top:-44px;margin-right:0}.mod_fewo_voting_list .fewo_voting{width:100%;position:relative;float:left;display:block;padding:15px;background-color:#fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.detail .mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message{background-color:#fff}.mod_fewo_voting_all .vote_number,.mod_fewo_voting_all .voteoption_value,.mod_fewo_voting_list .vote_number,.mod_fewo_voting_list .voteoption_value{font-weight:bold}.mod_fewo_voting_all .fewo_voting_optionscore,.mod_fewo_voting_list .fewo_voting_optionscore{display:inline-block;margin-top:10px;margin-right:4px;padding:0 5px;background-color:#f3f4f6;color:#0AB21B}#frmVoteSorting{width:100%;height:65px;margin-top:20px;margin-bottom:20px;padding:10px;background-color:#fff;line-height:40px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#frmVoteSorting > *{float:left}#frmVoteSorting .fmSelectbox{width:140px;display:inline-block;margin-left:10px}#frmVoteSorting .formsubmit input{height:40px;margin-top:1px;margin-left:10px}.blank_site .mod_fewo_voting .formelem label{display:block;margin-top:5px}.blank_site .mod_fewo_voting .field_traveldate_y{margin-right:0}.vote_list_votebutton .fewo_votinglink a{float:right}.vote_list_average_box .fewo_votinglink a{bottom:10px;right:10px;position:absolute}.mod_fewo_voting_list  h2,.mod_fewo_voting_list .fewo_object_info{display:none}#right .fewo_voting_averate{margin-bottom:0;padding-top:5px;padding-bottom:5px}#right .fewo_voting_averate .fewo_voteoption_list{display:none}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .fewo_voteoption_avg{float:left;line-height:26px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .fewo_voteoption_avg .vote_value{font-size:16px;line-height:1;font-weight:700}.vote_list_average_box{position:relative;margin-bottom:5px;padding:15px;background-color:#fff}.fewo_voting_averate .fewo_voteoption_total .fewo_votecount{width:100%;display:block;margin-top:8px;text-align:center}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_label{display:block;font-size:18px;line-height:1;font-weight:400}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_dash,.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_max{font-size:22px;font-weight:normal;letter-spacing:-8px}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg{width:100%;display:block;text-align:center;font-size:36px;font-weight:600}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_label{width:100%;display:block;text-align:center;font-size:14px;font-weight:700}.fewo_voting_averate .fewo_voteoption_total{float:left;margin-top:12px;margin-right:20px;padding:5px 20px;background-color:#f3f4f6}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_progress{display:none}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar .fewo_voteoption_bar_status{bottom:0;left:0;top:0;position:absolute;background-color:#3FB32E}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar{width:100%;height:8px;position:relative;float:left}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption_label{width:130px;float:left;line-height:26px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption{width:470px;height:26px;overflow:hidden;border-bottom:1px solid #e8e8e4}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption:last-child{margin-bottom:0;border-bottom:0 solid}#voteBoxSum #boxTotalText{display:block;font-size:18px;font-weight:normal}#voteBoxSum .totalVotingHeadline{display:block;font-size:14px;font-weight:700}#voteBoxSum{width:220px;left:0;top:265px;position:absolute;padding-top:10px;padding-bottom:10px;text-align:center;background-color:#fff;font-size:36px;font-weight:600;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}#voteBoxSum .vote_dash,#voteBoxSum .vote_max{font-size:22px;font-weight:normal;color:#3fb32e;letter-spacing:-8px;font-weight:400}#ctrl_advice > span > input:checked + label#lbl_advice_2:before{content: ""}#ctrl_advice > span > input:checked + label#lbl_advice_1:before{content: ""}#ctrl_advice{margin-left:270px}#ctrl_advice legend{padding-right:0;padding-left:0;font-size:14px;font-weight:normal;color:#666}#ctrl_advice > span > label#lbl_advice_1:before{margin-right:10px;font-family:FontAwesome;font-weight:normal;content:""}#ctrl_advice > span > label#lbl_advice_2:before{margin-right:10px;font-family:FontAwesome;font-weight:normal;content:""}#ctrl_advice #opt_advice_0,#ctrl_advice #lbl_advice_0,#ctrl_advice #opt_advice_1,#ctrl_advice #opt_advice_2{width:0;height:0;position:absolute;margin:0;padding:0;border:0 solid;line-height:0;opacity:0}#ctrl_advice #lbl_advice_0{display:none}#ctrl_advice > span > label{width:65px;bottom:0;display:inline-block;margin-top:10px;padding:6px 10px;text-align:center;background-color:#fff;border:2px solid #3fb32e;border-radius:4px;text-decoration:none;color:#3fb32e;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;font-weight:700}#ctrl_advice > span > label:hover,#ctrl_advice > span > input:checked + label{background-color:#3fb32e;color:#fff}.fewo_no_votings{clear:both}.mod_fewo_voting_list{position:relative;overflow:visible}.mod_fewo_voting_list .fewo_voting{margin-bottom: 10px !important}.fewo_voting:last-child{border: 0 none}.mod_fewo_voting_list .fewo_link_back{left:0;top:-55px;position:absolute;z-index: 1}.mod_fewo_voting_list .fewo_object_info{width:595px;height:190px;position:relative;overflow:hidden;float:left;margin-bottom:20px;padding-left:305px;background-color:#FDFDFD}.mod_fewo_voting_all .fewo_voting_header{width:100%;height:200px;overflow:hidden;margin:0;padding-top:15px;padding-left:300px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_voting_list .fewo_object_info .fewo_voting_headline{margin-top:10px;margin-bottom:5px;line-height:1.5;color:#1b7eb7;font-weight: 700}.mod_fewo_voting_all .fewo_object_info .fewo_voting_headline{margin-top:10px;margin-bottom:5px;line-height:1.5;color:#1b7eb7;font-weight: 700}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting{margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #063B5A}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link{right:10px;top:36px;position:absolute}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link a{padding-left:18px;background-image:url("../../files/icons/votinglink.png");background-position:left center;background-repeat:no-repeat;line-height:1.5}.mod_fewo_voting_list .fewo_object_info .fewo_object_image,.mod_fewo_voting_all .fewo_voting_image{left:0;top:0;position:absolute}.mod_fewo_voting_all .fewo_voting_message,.mod_fewo_voting_all .fewo_voting_owner_message{width:100%;position:relative;float:left;display:block;padding-top:10px;background-color:#fff;-moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box}.mod_fewo_voting_all .fewo_voting .fewo_voting_message{width:100%;overflow:hidden;float:left;display:inline-block;padding-top:0;background-color:#ffffff;line-height:1.5;font-weight: 400;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_voting_list .fewo_voting .fewo_voting_message{line-height:1.5}.mod_fewo_voting_all .fewo_voting .fewo_voting_owner_message{margin-top:0;margin-left:0;padding:15px;background-color:#f3f4f6;line-height:1.5;font-style:italic}.mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message{margin-top:10px;margin-left:0;padding:15px;background-color:#f3f4f6;line-height:1.5;font-style:italic}.fewo_voting_stars img{margin-right:2px}.fewo_voting_stars img{margin-right:2px}.voting_element_stars img,.fewo_voting_average img,.fewo_object_voting img{margin-right:2px}.mod_fewo_voting_all .fewo_voting{width:100%;position:relative;float:left;margin-bottom:20px;padding-right:15px;padding-bottom:15px;padding-left:15px;background-color:#ffffff;margin-bottom: 20px !important;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_voting_list .fewo_voting_headline{margin-top:46px;margin-bottom:0;line-height:1.5;font-weight: 700}.mod_fewo_voting_list .fewo_voting_author:before,.mod_fewo_voting_all .fewo_voting_author:before{margin-right:5px;font-family:FontAwesome;color:#387812;content:"\f007"}.mod_fewo_voting_all .fewo_voting_header .fewo_voting_score img{margin-right:2px}.fewo_voting_points{width:190px;left:0;top:9px;position:absolute;display:block;margin-right:20px;padding:15px;background-color:#FFF;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}.fewo_voting_points label{width:100%;float:left;margin-bottom:0;font-size:13px;font-weight:bold}.fewo_voting_points .fewo_star_container{margin-top:0;margin-bottom:0}.fewo_voting_points .fewo_star_container a{float:left;display:inline-block;margin-top:3px;background-position:left center}.fewo_voting_points .fewo_star_text{line-height:16px}#erfahrungsbericht-schreiben label.mandatory{width:100%;float:none;margin-bottom:6px}#erfahrungsbericht-schreiben span.mandatory{color:#1b7eb7}#erfahrungsbericht-schreiben input[type="text"]{width:60%;height:37px;padding:0 6px;border:1px solid #DDD;line-height:37px}#erfahrungsbericht-schreiben textarea{width:438px;height:127px;float:left;display:block;padding:10px 6px;border:1px solid #DDD}#erfahrungsbericht-schreiben .formelem{margin-bottom:6px}#erfahrungsbericht-schreiben input[type="text"]:focus,#erfahrungsbericht-schreiben textarea:focus{border-color:#1b7eb7;-moz-transition: all .25s ease 0s;-webkit-transition: all .25s ease 0s;-o-transition: all .25s ease 0s;-ms-transition: all .25s ease 0s;transition: all .25s ease 0s}#erfahrungsbericht-schreiben .formsubmit{margin-left:278px}#erfahrungsbericht-schreiben .formsubmit input.submit{height:37px;float:left;clear:both;display:block;margin-top:10px;padding-right:15px;padding-left:15px;background-color:#1b7eb7;line-height:37px;color:#FFF;border: 0 none;border-radius: 0;cursor: pointer}#erfahrungsbericht-schreiben h1{margin-top:20px}#erfahrungsbericht-schreiben .formsubmit input.submit:hover{background-color:#04263A;-moz-transition: all .25s ease 0s;-webkit-transition: all .25s ease 0s;-o-transition: all .25s ease 0s;-ms-transition: all .25s ease 0s;transition: all .25s ease 0s}#erfahrungsbericht-schreiben form{overflow:hidden}#erfahrungsbericht-schreiben h1{margin-top:0}
@media (min-width: 2000px){
/* Layout-Screen-over2000.css */
.detail .fewo_images_image img,.smallTitle #header .fewo_images_image img,.smallTitle #header .ce_image img{width:100%}.homeTitelImg img,.mod_coverpicture img{width:100%;height:auto}
}
@media (max-width: 960px){
/* Layout-Screen-MAX-960.css */
header,.custom,#footer,.home #container{width:960px !important}
}
@media (max-width: 1200px){
/* Layout-Screen-960.css */
.detail .fewo_calendar td.month{width:210px;height:auto}.detail .fewo_calendar{height:auto}.fewo_calendar td.month{width:210px}.detail .saisonSelectbox #ctrlCalPrev,.detail .saisonSelectbox .fmSelectbox,.detail .saisonSelectbox #ctrlCalNext{top:49px}.fewo_calendar{height:auto}.home h2{width:65%;margin-right:auto;margin-bottom:20px;margin-left:auto;font-size:25px;line-height:30px}div#bigbox h2{margin-top:0;margin-bottom:0}.fewo_list_item .fewo_title a{font-size:18px}.home .slider-control .slider-menu{display:none}.home .home_short_text h2{margin-bottom:5px}.home h1{font-size:29px}div#dlh_googlemap_1{height: 490px!important}.mod_fewo_voting_list .fewo_link_back a{right:-532px}.mod_fewo_random  .fewo_list_item .fewo_grouping_1{margin:10px}.fewo_list_item .fewo_price_from{font-size:18px}.fewo_list_header h1{font-size:21px}.ort_item{margin-bottom:40px}.verbindung_form{width:100%}.fmCurrentLabel{width:90%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis}.horiz-filter{width:100%;bottom:30px}#ctrlCalYear,.saisonSelectbox #ctrlCalPrev,.saisonSelectbox .fmSelectbox,.saisonSelectbox #ctrlCalNext{top:47px}.mod_fewo_maps .fewo_list_item .fewo_citystreet{width:100%}.mod_fewo_list #fewo_maps_details{height:335px}#fewo_toogle_map span,.mod_fewo_list #frmSort .widget.widget-select.select{top:33px}#fewo_toogle_map span{right:202px}.fewo_list_item .fewo_voting.rating{left:413px;top:-80px;right: initial}.fewo_list_item .fewo_price{margin-top:38px}.mod_fewo_houselist .fewo_list_item .fewo_title{margin-left:310px}.mod_fewo_houselist .fewo_list_item .fewo_image{width:300px}.mod_fewo_history .fewo_list_item .fewo_title a{font-size:20px}.mod_fewo_voting_all .fewo_voting_scoredetails{padding-left:0}.mod_fewo_voting_all .grouping_1{padding-left:0}.mod_fewo_voting_all .fewo_list_item .fewo_title{padding-left:130px}.offer_description_text,.fewo_offer .offer_title{margin-left:10px}.mod_fewo_random  .fewo_list_item .fewo_image{width:470px;height:136px;object-fit: cover}.fewo_list_item .fewo_size:before,.fewo_list_item .fewo_schlafzimmer:before,.fewo_list_item .fewo_person:before{font-size:14px}.mod_fewo_random .fewo_list_item{height:277px}.fewo_list_item .fewo_price_value,.inside .fewo_list_item .fewo_price_currency{font-size:26px}.mod_fewo_history .fewo_list_item .fewo_image{width:215px}.mod_fewo_history .fewo_list_item{height:100px}.fewo_list_item .fewo_grouping_1{height:230px}.fewo_list_item .fewo_title,.fewo_list_item .fewo_citystreet,.fewo_list_item .fewo_price{margin-left:412px}.fewo_list_item .fewo_attributes{margin-top:20px;margin-left:402px}.fewo_list_item .fewo_attributes li{width:23px;height:23px;padding:3px;line-height:13px}.fewo_list_item .fewo_leaflet{left:357px}.fewo_list_item .fewo_schlafzimmer,.fewo_list_item .fewo_size,.fewo_list_item .fewo_person{width:129.4px;font-size:11px}.mod_fewo_random .fewo_list_item .fewo_schlafzimmer,.mod_fewo_random .fewo_list_item .fewo_size,.mod_fewo_random .fewo_list_item .fewo_person{width:32.6%}.mod_fewo_random .fewo_list_item .fewo_price{position:static}.mod_fewo_random .fewo_list_item .fewo_link_details{top:150px}.fewo_list_item .fewo_image_gallery,.fewo_list_item .fewo_image{width:400px}.horiz-filter #frm_fld_period,.horiz-filter #frm_fld_nights,.horiz-filter #frm_fld_person,.horiz-filter #frm_fld_city{width:180px}.horiz-filter .mod_fewo_filter{width:772px}#fewo_map_listcontainer .fewo_maps{width:700px !Important}.fewo_navi_elements a.navi_next,span.fewo_back.empty,a.navi_back,span.fewo_next.empty,a.navi_list{margin-right:8px;margin-left:8px}.ce_fewo_details .fewo_navi{font-size:13px}span.fewo_list{margin-right:0}a.navi_list{margin-right:0}.mod_fewo_voting_all .fewo_list_item .fewo_image{width:130px;margin-right:10px}.home .mod_nlm_subscription{width:70%}.breadcrumLeiste .inside{width:930px}.fewo_voting_scoredetails{float:none;clear:both;display:block}.mod_fewo_housedetails .galleria-theme-classic .galleria-info-text{top:234px}.galleria-theme-classic .galleria-info-text{top:425px}.mod_fewo_housedetails .galleria-theme-classic .galleria-thumbnails-container{width: 450px;    position: static;    padding: 10px 0;    background-color: #fff;    height: auto;    bottom: auto;    left: auto;    right: auto;    top: auto}.mod_fewo_housedetails .galleria-theme-classic .galleria-stage{width: 450px;    height: 300px;    bottom: auto;    left: auto;    right: auto;    top: auto;    position: static}.mod_fewo_housedetails  .galleria-container{background-color: #f3f4f5!important;width: 450px!important;height: auto!important}.detail .mod_article .galleria-container{width: 670px!important}.fewo_text h2{width:495px}.mod_fewo_maps .fewo_citystreet{width:160px}.mod_fewo_offers .offer_time{left:311px;top:153px;font-size:12px}.mod_fewo_houselist .fewo_grouping_2 > div{top:11px;margin-right:0}.fewo_offer{width:700px;padding-left:300px}.mod_fewo_filter .fewo_avgvote span > input[type="checkbox"] + label:before,.mod_fewo_filter .fewo_avgvote span > input[type="checkbox"] + a:before{top:0}.fewo_avgvote .fewo_filter_vote_image img{width:14px}.mod_fewo_voting_all .fewo_link_details a{top:15px}.mod_fewo_voting_all .fewo_voting_header{height:153px;padding-left:230px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption{width:330px}.mod_breadcrumb li a,.mod_breadcrumb li,#header .inside .mod_breadcrumb ul:before{font-size:12px}.mod_fewo_search .fmSelectbox{width:250px}.mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message{padding-bottom:15px}.detail .fewo_calendar:nth-of-type(4n+3){margin-right:24px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_text{font-size:14px}.fewo_grouping_2 .fewo_link_details{right:15px;top:135px}.fewo_booking_address .form_fields{width:672px}.fewo_bookingplans .fewo_info{font-size:12px}#fewo_history_list{width:215px}footer #copyright .copyright_inner{padding-right:0;padding-left:0}#footer .inside .ym-grid{padding-right:0;padding-left:0}.mod_fewo_filter .fewo_start,.mod_fewo_filter .fewo_stop,.mod_fewo_filter #ctrl_period{color:#333}#right a.hyperlink_txt{width:221px}#header .mod_fewo_votings{margin-left:80px}#tl_fewo_requests .fld_fld_country .fmSelectbox{width:328px}header h1{margin-left: -480px}#tl_fewo_requests fieldset,.ce_fewo_requestform textarea{width:100%}.mod_fewo_offerdetails h2{width:430px}.infoLine .ym-g33 .default_button{bottom:20px;position:absolute;left: 50%;transform: translate(-50%)}.bookingSteps{width:960px}.full #container{width:980px}.mod_fewo_houselist .fewo_list_item .fewo_grouping_2{width:auto;padding-left:0}.mod_fewo_houselist .fewo_house_city{margin-left:310px}#filterbare_map.mod_fewo_maps #fewo_maps_details{max-height:182px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .fewo_voteoption_avg .vote_label{display:none}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar{width:150px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper{padding-right:10px;padding-left:10px}.offer_overview .offer_image{top:44px}.mod_fewo_offerdetails .offer_overview{min-height:212px}.fewo_housedetails .bigmap{width:210px}.fewo_housedetails .fewo_map{width:210px}.fewo_housedetails .fewo_grouping_3{width:210px;height:51px}#filterbare_map.mod_fewo_maps #fewo_maps_details{left:20px;right:20px}#left .formelem .fewo_avgvote .label span.fewo_filter_vote_image{margin-right:2px}#left .formelem .label{padding-left:25px}#filterbare_map.mod_fewo_maps #fewo_maps_details #fewo_maps_details_content{max-height:182px}.bigbox_hdrei h3{padding-left:80px;font-size:26px;background-size: 50px}h3{font-size:20px}.fewo_housedetails .fewo_gallery .fewo_gallery_image{margin-right:5px}.fewo_housedetails .fewo_gallery .fewo_gallery_image:nth-of-type(3n+3){margin-right:0}.fewo_housedetails .fewo_gallery .fewo_gallery_image:nth-of-type(4n+4){margin-right:5px}.ce_fmWetter .fmwetter_current .fmwetter_temperature_element span{font-size:60px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption_label{width:120px}.fewo_voting_averate .fewo_voteoption_total{margin-right:15px}#frmSort .fewo_text{max-width:480px}.fewo_citystreet{width:235px;left:285px;overflow:hidden;margin-right:15px;white-space: nowrap;text-overflow: ellipsis}.home .mod_fewo_votings .fewo_votings .voting_total{top:-2px}.header-claim{font-size:16px}.ce_fmWetter .fmwetter_forecast .fmwetter_forecast_details{font-size:14px}.gallerie_two_collum figure{width:325px}.left .fewo_listmap{width:670px !Important}.fewo_housedetails .fewo_gallery .fewo_gallery_image{width:133px}.fewo_housedetails .fewo_gallery{width:410px}.mod_fewo_houselist .fewo_house_short_description{height:84px;overflow:hidden;margin-top:10px;margin-left:311px}.mod_fewo_houselist .fewo_grouping_2{width:385px;bottom:5px;padding-left:15px}#cntSubmit{width:100%}.fewo_booking_address .formelem.field_comment textarea{width:100%}form .fewo_bookingplans table td{width:28px;height:28px;line-height:28px}.right #container{padding-right:260px}#ctrlBookingPlans{width:100%;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_bookingplan table{margin-right:24px}.galleria-theme-classic .galleria-thumbnails-container{width: 670px}.galleria-theme-classic .galleria-stage{width: 670px;height: 493px}.dtl_headline .fewo_address{top:-5px}.newsletter_box p.error{width:530px}.dtl_gallerie{width:670px;min-height:493px}.left #container{padding-left:260px}#right{width:260px}a.hyperlink_txt{width:180px;font-size:14px}h2{font-size:20px}h1{font-size:24px}.service-hotline{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .mod_fewo_filter .formelem.fld_start,#left .mod_fewo_filter .formelem.fld_stop{width:100%}#left .mod_fewo_filter{width:100%}#left{width:260px;right:260px}footer #copyright .copyright_inner{font-size:13px}#bigbox .inside .mod_article{width:960px;margin-left:-480px}.home #main .ym-g33 .ce_text{min-height:430px;position:relative}#footer .inside .ym-grid,#footer .inside .copyright_inner,#container,.topLeiste .inside,.navLeiste .inside,.home #container,.detail .mod_breadcrumb ul,.fewo_navigat,.newsletter_box{width:960px}#container{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}
}
