/* -- views/v2/css/easytourist.css -- */
/********************************/
/*** Allgemeine Eigenschaften ***/
/********************************/

/*** Überschriften ***/
/* Überschrift zurücksetzen */
.tx-easytourist-pi1 h1,
.tx-easytourist-pi1 h2,
.tx-easytourist-pi1 h3 {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
    height: auto;
}

.tx-easytourist-pi1 h1 {
    margin: 5px 0 10px 0;
    padding: 0;
    color: #116cb0;
    height: auto;
    line-height: 1.3em;
    background: transparent;
	font-size: 15px;
}

.tx-easytourist-pi1 h2 {
	font-size: 15px;
}


/* Preise */
.et_price_pre {
    /*font-size: 1em;*/
}

.et_price_value,
.et_price {
    font-size: 15px;
    font-weight: bold;
    color: #116cb0;
}

.et_price_post {
    color: #919191;
    font-size: 12px;
    padding-top: 3px;
}

.et_price.booked_out {
    color: #C5C5C5;
}


/* Allgemeine Elemente */
.et_field {
    clear: both;
    margin: 5px 0;
    line-height: 26px;
}

.et_label,
.tx-easytourist-pi1 label {
    display: block;
    float: left;
    width: 100px;
    margin-right: 5px;
}

.et_value {
    margin-left: 100px;
}

.tx-easytourist-pi1 label.unit {
	float: left;
	width: auto;
}

.tx-easytourist-pi1 label.full {
	width: 100%;
	margin-right: 0;
	float: none;
}

.et_clearfix:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
}


/* Formulare */
.tx-easytourist-pi1 select,
.tx-easytourist-pi1 input,
.tx-easytourist-pi1 textarea {
    margin: 0;
    padding: 2px;
    background-color: #FAFAFC;
    border: 1px solid #D9D9D9;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
}

.tx-easytourist-pi1 input {
    padding: 3px 2px;
}

.tx-easytourist-pi1 input.initValue {
    color: #ADADAD;
}

.tx-easytourist-pi1 input.short {
	width: 50px;
}

.tx-easytourist-pi1 input[type="checkbox"] {
    width: auto;
}

.tx-easytourist-pi1 textarea.full {
	width: 100%;
}

.tx-easytourist-pi1 select[disabled="disabled"] {
	color: #777;
}

input.date {
	float: left;
}

.caltrigger {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(/typo3conf/ext/easytourist/views/v2/img/calendar.png) no-repeat 50% 50%;
	cursor: pointer;
}

.et_form_reset {
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.et_dateselect select {
    margin-right: 3px;
}

.et_invalid {
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/invalid.png) !important;
    background-repeat: no-repeat !important;
    background-position: 99% 3px;
    border-color: #e63535 !important;

    -webkit-box-shadow: 0px 0px 2px 1px #e63535;
    -moz-box-shadow: 0px 0px 2px 1px #e63535;
    box-shadow: 0px 0px 2px 1px #e63535;
}

.et_error_message {
	z-index: 15000;
    padding: 0px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #B2B2B2;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.et_error_message:before{
    position: absolute;
    left: 20px;
    bottom: -6px;
    display: block;
    border: solid;
    border-color: #B2B2B2 transparent;
    border-width: 6px 6px 0 6px;
    content:"";
    z-index: 99;
}

.et_error_message.no-display {
	display: none !important;
}


.et_tooltip {
    z-index: 10000;
    width: 280px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    background: #116cb0;
    text-align: left;
    line-height: 1.3em;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    border:  1px solid #e3e3e3;

    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.et_tooltip:before{
    position: absolute;
    left: 20px;
    bottom: -6px;
    display: block;
    border: solid;
    border-color: #116cb0 transparent;
    border-width: 6px 6px 0 6px;
    content:"";
    z-index: 99;
}

.et_tooltip.right:before {
	left: 260px;
}

.et_tooltip.center:before {
	left: 140px;
}


/* Autocomplete */
.et-autocomplete {
    z-index: 10001 !important;
    background: #FFF;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.et-autocomplete,
.et-autocomplete li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-autocomplete li {
    line-height: 1.3em;
    padding: 4px 10px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.et-autocomplete li a {
    display: block;
}



/* Buttons */
.et_button,
.et_button.back,
.tx-easytourist-pi1 input[type="submit"] {
    display: block;
    float: left;
    color: #FFFFFF;
    border: 1px solid #D9D9D9;
    line-height: 20px;
    padding: 0 8px;

    background-color: #116cb0;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;

    border-radius: 3px;
}

.tx-easytourist-pi1 input[type="submit"] {
    padding: 2px 10px 3px 10px;
}

.et_button:hover,
.et_button.back:hover,
.tx-easytourist-pi1 input[type="submit"]:hover {
    color: #116cb0;
    background-color: #FAFAFC;
    text-decoration: none !important;
}

.et_button:after {
    padding-left: 10px;
    content: "\25BA";
}

.et_button.back {
	background-color: #FAFAFC;
	color: #116cb0;
	font-size: 12px;
}

.et_button.back:hover {
	background-color: #116cb0;
	color: #FFFFFF;
}

.et_button.back:after {
	padding: 0;
	content: "";
}

.et_button.back:before {
	padding-right: 10px;
	content: "\25C4";
}



/* Hervorhebung von Top-Angebot */
.et_offer {
    position: absolute;
    width: 89px;
    height: 89px;
}

.et_offer.left_top {
    background: url(/typo3conf/ext/easytourist/views/v2/img/offer-left-top.png) no-repeat;
    left: -1px;
    top: -1px;
}

.et_offer.right_top {
    background: url(/typo3conf/ext/easytourist/views/v2/img/offer-right-top.png) no-repeat;
    right: -1px;
    top: -1px;
}

.et_offer.left_bottom {
    background: url(/typo3conf/ext/easytourist/views/v2/img/offer-left-bottom.png) no-repeat;
    left: -1px;
    bottom: -1px;
}

.et_offer.right_bottom {
    background: url(/typo3conf/ext/easytourist/views/v2/img/offer-right-bottom.png) no-repeat;
    right: -1px;
    bottom: -1px;
}



/* Box für Ajax Nachrichten */
.et_infobox {
    position: absolute;
    z-index: 100000;
    top: 20px;
    left: -5px;
    background: url(/typo3conf/ext/easytourist/views/v2/img/bg-infobox.png);
    padding: 6px;
    line-height: 1.3em;
    cursor: auto;
    color: #000;
    width: 200px;
}

.et_infobox span {
    display: block;
    background: #FFF;
    padding: 5px 8px;
}



/* Sonstiges */
.et_clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}




/******************/
/*** Merkzettel ***/
/******************/
.et_noticelist_info {
    border: 1px solid #D2D7DB;
    background-color: #FFF;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient-36.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 26px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.et_noticelist_info_inner {
    line-height: 26px;
    text-align: right;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/noticelist.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.et_noticelist a {
	font-weight: normal;
	color: #000000;
}

.et_noticelist table {
    width: 100%;
    margin-bottom: 20px;
}

.et_noticelist td,
.et_noticelist th {
    padding: 6px 6px;
    vertical-align: middle;
}

.et_noticelist th {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    color: #333333;
}

.et_noticelist td {
    background: #FEFEFE url(/typo3conf/ext/easytourist/views/v2/img/gradient-calendar.png) repeat-x left bottom;
    border-top: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.et_noticelist .startdate,
.et_noticelist .days,
.et_noticelist .price {
    width: 60px;
    text-align: center;
}

.et_noticelist .button {
    width: 25px;
}

.et_noticelist td.price {
    text-align: right;
}

.et_noticelist .et_button {
    float: none;
    display: inline;
    padding: 3px 8px;
    line-height: normal;
}

.et_noticelist .et_button:after {
    padding-left: 0;
    content: "";
}




/*******************/
/*** Reisefinder ***/
/*******************/
.et_finder {
    border: 1px solid #D2D7DB;
    margin: 0 0 10px 0;
    background-color: #FFF;
}

.et_finder h3 {
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    background-color: #116cb0;
    color: #FFFFFF;
    margin: 0;
    padding: 5px 10px;
}

.et_finder form {
    padding: 6px 10px;
}

.et_finder .et_field {
    margin: 0;
    padding: 3px 0;
    clear: none;
    float: left;
    width: 50%;
    /*overflow: hidden;*/
    line-height: 24px;
}

*+html .et_finder .et_field {
    padding: 0;
    line-height: 26px;
}

.et_finder label {
    width: 30%;
    overflow: hidden;
    margin: 0;
}

.et_finder label.unit {
    width: auto;
}

.et_finder .et_value {
    width: 65%;
    float: left;
    margin: 0;
}

.et_finder .et_value input,
.et_finder .et_value select {
    width: 100%;
}

.et_finder .et_finder_date input,
.et_finder .et_finder_date_return input{
    width: 70px;
}

.et_finder .et_finder_days select {
    width: auto;
    float: left;
    margin-right: 5px;
}

.et_finder .et_finder_submit {
    float: right;
}
.et_finder .et_finder_submit .et_button {
    float: right;
    margin-top: 2px;
}


.et_finder .dateselector select {
	width: auto;
	margin-left: 3px;
}

.et_finder .dateselector select.daySelector {
	margin-left: 0;
}




/****************************************/
/*** Einspaltige Listendarstellung    ***/
/****************************************/
.et_list {
    position: relative;
    border: 1px solid #D2D7DB;
    background-color: #FFF;
    padding: 10px;
    margin: 0 0 10px 0;
}

.et_list.first {}
.et_list.last {}

.et_list_image {}

.et_list_image a img {
    border: none;
}

.image_position_left .et_list_image {
    float: left;
}

.image_position_right .et_list_image {
    float: right;
}

.et_list_content {
    padding: 0 0 25px 0;
    line-height: 1.3em;
}

.image_position_left .et_list_content {
    padding-left: 10px;
}

.image_position_right .et_list_content {
    padding-right: 10px;
}

.et_list h1 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    background:  transparent;
    line-height: 1.3em;
}

.et_list h1 a {
    color: #116cb0 !important;
}

.et_list_bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.image_position_left .et_list_bottom {
    padding-left: 10px;
}

.image_position_right .et_list_bottom {
    padding-right: 10px;
}

.et_list_price,
.et_list_days {
    display: inline;
}

.et_list_date {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    background-color: #116cb0;
    color: #FFFFFF;
}

.et_list_date_bottom {
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 150px;
    margin-left: -75px;
}

.et_list_link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.image_position_right .et_list_link {
    right: 10px;
}

.et_list_link .et_button {
    float: right;
    clear: both;
}

.et_list .et_link_noticelist {
    position: relative;
    margin-bottom: 4px;
    background-color: #9a9a9a;
}

.et_list .et_link_noticelist:after {
    content: '+';
}

.et_list .et_link_noticelist:hover {
    color: #116cb0;
    background-color: #FAFAFC;
    text-decoration: none !important;
}

.et_list .et_infobox {
    font-weight: normal;
}


.et_list .et_typeicons {
    position: absolute;
    bottom: 33px;
}

.image_position_left .et_typeicons {
    right: 10px;
}


.et_list_sorting {
    text-align: right;
    margin-bottom: 10px;
}




/**********************************/
/*** Mehrspaltige Listenansicht ***/
/**********************************/

.et_listteaser {
    float: left;
    width: 422px;
    height: 220px;
    margin-right: 10px;
}

.et_listteaser.last {
    margin-right: 0;
}

.et_listteaser .et_list_image {
    margin-bottom: 6px;
}

.et_listteaser h1 {
    margin-top: 6px;
}

.et_list_infos .date .days:before {
	content: '| ';
}


/*** Terminauswähler in Listen ***/
.et_dateselector {
	padding: 0;
	position: relative;
}

.et_list_bottom .et_dateselector {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    margin-left: -100px;
}

.et_dateselector_date {
	position: relative;
	display: inline-block;
	background: #EBEBEB;
	border-radius: 4px;
	padding: 0 28px 0 7px;
	line-height: 25px;

	-webkit-box-shadow:inset -1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset -1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: default;
}

.et_dateselector_date.more {
    position: relative;
	cursor: pointer;
}

.et_dateselector_date.more:after {
	position: absolute;
    z-index: 5;
	right: 0;
	top: 0;
	display: block;
	content: '▼';
	font-family: Arial;
	font-size: 10px;
	color: #9B9B9B;
	line-height: 23px;
	width: auto;
	height: 23px;
	padding: 2px 5px 0 5px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
}

.et_dateselector_date.more:hover {
	background: #F6F6F6;
}


.et_dateselector ul {
	position: absolute;
	z-index: 200;
	left: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.et_dateselector ul li {
	margin: 0;
	padding: 4px 5px;
	list-style: none;
	white-space: nowrap;
	clear: both;
	overflow: hidden;
}

.et_dateselector ul li:hover {
	background: #EFEFEF;
}

.et_dateselector ul li div,
.et_listteaser .et_dateselector_days {
	display: inline-block;
}
.et_listteaser .et_dateselector_days {
	line-height: 1.2em;
}


.et_dateselector_days,
.et_dateselector_price {
	border-left: 1px solid #CCC;
	padding-left: 5px;
}

.et_dateselector_more_info {
	border-top: 1px solid #CCC;
}

.et_dateselector_more_info a {
	display: block;
}

.et_dateselector ul li a {
	color: #000 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.et_list_image .et_dateselector_date,
.et_list_infos .et_dateselector_date {
	display: block;
}

.et_dateselector_date .et_traveldates {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 10;
}



/***********************/
/*** Monatsübersicht ***/
/***********************/

.et_calendar_overview {
    overflow: hidden;
    margin: -5px -5px 20px -5px;
}

.et_calendar_overview .et_calendar_month {
    display: block;
    float: left;
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
}

.et_calendar_overview .et_calendar_month span,
.et_calendar_overview .et_calendar_month a {
    display: block;
    background: #FFF;
    text-align: center;
    line-height: 30px;
    color: #116cb0;
}

.et_calendar_overview .et_calendar_month span {
    color: #CCC;
}

.et_calendar_overview .et_calendar_month a:hover,
.et_calendar_overview .et_calendar_month a.active {
    background: #116cb0;
    color: #FFFFFF;
}



/***********************/
/*** Kalenderansicht ***/
/***********************/

.et_calendar a {
	font-weight: normal;
	color: #000000;
}

.et_calendar table {
    width: 100%;
    margin-bottom: 20px;
}

.et_calendar td,
.et_calendar th {
    padding: 6px;
}

.et_calendar th {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    color: #333333;
}

.et_calendar td {
    background: #FEFEFE url(/typo3conf/ext/easytourist/views/v2/img/gradient-calendar.png) repeat-x left bottom;
    border-top: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.et_calendar .startdate,
.et_calendar .enddate,
.et_calendar .days,
.et_calendar .price {
    width: 60px;
    text-align: center;
}

.et_calendar td.price {
    text-align: right;
}



/*********************/
/*** Teaseransicht ***/
/*********************/
.et_teaser_item {
    position: relative;
    border: 1px solid #D2D7DB;
    background-color: #FFF;
    padding: 10px;
    margin: 0 0 10px 0;
}

.et_teaser_image { }

.image_position_top .et_teaser_image {
    margin-bottom: 8px;
}

.image_position_left .et_teaser_image {
    float: left;
    margin-right: 10px;
}

.image_position_right .et_teaser_image {
    float: right;
    margin-left: 10px;
}

.image_position_left .et_teaser_text {
    margin-left: 80px;
    padding-left: 10px;
}

.image_position_right .et_teaser_text {
    margin-right: 80px;
    padding-right: 10px;
}

.et_teaser_title {
    color: #116cb0;
    line-height: 1.3em;
}

.image_position_left .et_teaser_price,
.image_position_right .et_teaser_price {
    position: absolute;
    bottom: 10px;
}

.image_position_left .et_teaser_price {
    right: 10px;
}

.image_position_right .et_teaser_price {
    left: 10px;
}

.image_position_top .et_teaser_price {
    padding-top: 6px;
    text-align: right;
}

.et_teaser_date {
	padding-bottom: 3px;
}


/*******************************************************/
/*** Preisliste für Detailansicht und Buchungsformular */
/*******************************************************/

.et_price_container {
    margin-top: 35px;
}

.et_price_container.first {
    margin-top: 0;
}


.et_price_container h2,
.et_detail_hotel h2 {
    float: left;
    margin-right: 20px !important;
    margin-bottom: 8px;
    padding: 0;
    color: #116cb0;
    line-height: 22px;
}

.et_price_container .et_button {
	font-size: 12px;
	padding: 0 8px;
}

.et_pricelist {
	clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et_pricelist li {
    position: relative;
    border: 1px solid #D9D9D9;
    background-color: #FAFAFC;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    line-height: 25px;
    padding: 5px 10px;
    margin-bottom: 8px !important;
	overflow: hidden;
}

.et_pricelist .et_price {
    float: right;
    margin-left: 15px;
}

.et_pricelist_description {
    padding-top: 10px;
}

.et_pricelist_detail {
    padding-left: 95px !important;
}

.et_pricelist_detail_link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    color: #FFFFFF;
    background-color: #116cb0;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    text-align: center;
    padding: 5px;
    line-height: 1.2em;
	font-size: 12px;
}

.et_pricelist_detail_link.has-description {
    cursor: pointer;
}

.et_pricelist_detail_text {
    padding-top: 10px;
}

.et_pricelist_left {
	float: left;
}


.et_pricelist_right {
    float: right;
}

.et_pricelist_right .et_price {
    float: left;
}

.et_pricelist_right .et_person_select {
    float: left;
    margin-left: 15px;
}

.et_pricelist_right .et_price_post {
    float: left;
    margin-left: 8px;
    line-height: 24px;
    padding:  0;
    color: #000;
    font-size: 0.85em;
}

.et_pricelist_right .et_button {
    margin-left: 8px;
    display: inline-block;
    float: none;
}

.et_pricelist_offer,
.et_pricelist_booked_out {
    float: left;
    color: #FFF;
    background-color: #DB6400;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    margin: -5px 0;
    padding: 5px 8px;
    line-height: 1.2em;
    font-weight: bold;
}

.et_pricelist_booked_out {
    color: #FFFFFF;
    background-color: #116cb0;
}

.et_early_price_info {
    background: #116cb0;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 10px;
    cursor: help;
}

.et_early_price .et_price_pre {
    float: left;
}

.et_price.has_early_price {
    text-decoration: line-through;
    color: #aeaeae;
}

.et_early_price .et_pricelist_left {
    font-weight: bold;
}

.et_pricelist select,
.et_pricelist input {
    background-color: #FFF !important;
}

.et_person_details {
	clear: both;
    padding-left: 5px;
}

.et_person_details .et_field.first {
    margin-top: 0 !important;
}

.et_person_details .et_label {
    width: 140px;
}

.et_person_details .et_label.et_extensions {
    padding-left: 15px;
}

.et_person_details input {
    width: 134px;
    margin-right: 5px;
    float: left;
}

.et_person_details .et_year {
    margin-right: 5px;
}

.et_person_details .et_dateselect {
    float: left;
}

.et_hotel_stars {
    float: left;
    height: 22px;
    width: 115px;
    background: url(/typo3conf/ext/easytourist/views/v2/img/stars.png) repeat-x;
    margin-right: 20px;
}

.et_hotel_stars_rating {
    background: url(/typo3conf/ext/easytourist/views/v2/img/stars.png) repeat-x;
    background-position: 0 -22px;
    height: 22px;
}

.et_hotel_stars_rating.stars00 { width: 0%; }
.et_hotel_stars_rating.stars10 { width: 20%; }
.et_hotel_stars_rating.stars20 { width: 40%; }
.et_hotel_stars_rating.stars30 { width: 60%; }
.et_hotel_stars_rating.stars35 { width: 70%; }
.et_hotel_stars_rating.stars40 { width: 80%; }
.et_hotel_stars_rating.stars45 { width: 90%; }
.et_hotel_stars_rating.stars50 { width: 100%; }



/*** Terminkalender für Reisen ***/
.et_travelcalendar {
    position: relative;
    margin: 0 -13px 35px -13px;
    overflow: hidden;
}

.et_travelcalendar:after {
    content: '';
    clear: both;
    font-size: 0;
    display: block;
}

.et_travelcalendar_label,
.et_travelcalendar_nav {
    line-height: 30px;
    padding: 0 13px 10px 13px;
    height: 30px;
}

.et_travelcalendar_label {
    float: left;
    font-weight: bold;
}

.et_travelcalendar_nav {
    text-align: right;
}

.et_travelcalendar_nav span {
    position: relative;
    display: inline-block;
    border: 1px solid #CCC;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.et_travelcalendar_nav span:after {
    content: '<';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
}

.et_travelcalendar_nav span.next:after {
    content: '>';
}

.et_travelcalendar_nav span.disabled {
    color: #CCC;
}

.et_travelcalendar_nav span:not(.disabled):hover {
    background-color: #116cb0;
    color: #FFFFFF;
}

.et_travelcalendar_slide {
    position: absolute;
    width: 20000em;
}

.et_travelcalendar_item {
    float: left;
    width: 33%;
    padding: 0 13px;
    box-sizing: border-box;
}



.et_travelcalendar_item span {
    display: block;
    text-align: center;
    line-height: 30px;
}

.et_travelcalendar_item span.active {
    background-color: #CCC;
    color: #FFF;
    cursor: pointer;
}

.et_travelcalendar_item span.active:hover,
.et_travelcalendar_item span.active[data-selected="1"] {
    background-color: #116cb0;
    color: #FFFFFF;
}

.et_travelcalendar_item table,
.et_travelcalendar_item tr,
.et_travelcalendar_item th,
.et_travelcalendar_item td {
    background: #FFF;
    margin: 0;
    padding: 0;
}

.et_travelcalendar_item table {
    width: 100%;
}

.et_travelcalendar_item table caption {
    font-weight: bold;
    line-height: 30px;
}

.et_travelcalendar_item th {
    line-height: 24px;
}

.et_travelcalendar_item td {
    border-top: 1px solid #CCC;
    width: 14.286%;
}

.et_travelcalendar_item td.inactive span {
    color: #ccc;
}

/*@media (max-width: 1020px) {
    .et_travelcalendar_item {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .et_travelcalendar_item {
        width: 100%;
    }
}*/


.et_detail .et_price_wrap {
    background: #FAFAFA;
    border: 1px solid #D6D9DD;
    padding: 10px 15px;
}

.et_date_head {
    border-bottom: 1px solid #D6D9DD;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.et_dayselect {
    overflow: hidden;
}

.et_dayselect .item {
    float: left;
    margin-left: 3px;
    background-color: #D6D9DD;
    color: #666;
    overflow: hidden;
}

.et_dayselect .item:first-child {
    border-top-left-radius: 5px;
    margin-left: 0;
}

.et_dayselect .item:last-child {
    border-top-right-radius: 5px;
}

.et_dayselect .item > span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}

.et_dayselect .item > span:hover,
.et_dayselect .item > span[data-selected="1"] {
    background-color: #116cb0;
    color: #FFFFFF;
}



/*********************/
/*** Detailansicht ***/
/*********************/

.et_detail {
    padding-bottom: 15px;
}

.et_detail_images {
    float: left;
    position: relative;
}

#et_detail_image_wrap {
    display: table;
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 5px;
}

#et_detail_image_wrap_inner {
    display: table-cell;
    vertical-align: middle;
    background-color: #FAFAFC;
	color: #BBB;
	font-size: 11px;
}

.et_detail_image_scroller {
    position: relative;
    margin-top: 8px;
    padding: 5px;
    border: 1px solid #D9D9D9;
}

.et_detail_image_scroller .prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 25px;
    border-right: 1px solid #D9D9D9;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    background: #FAFAFC url(/typo3conf/ext/easytourist/views/v2/img/gradient.png) repeat-x left top;
    text-decoration: none !important;
}

.et_detail_image_scroller .next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    border-left: 1px solid #D9D9D9;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    background: #FAFAFC url(/typo3conf/ext/easytourist/views/v2/img/gradient.png) repeat-x left top;
    text-decoration: none !important;
}

.et_detail_image_scroller .prev:hover,
.et_detail_image_scroller .next:hover {
    background-color: #116cb0;
    color: #FFFFFF;
    text-decoration: none !important;
}

.et_detail_image_scroller .prev.disabled,
.et_detail_image_scroller .prev.disabled:hover,
.et_detail_image_scroller .next.disabled,
.et_detail_image_scroller .next.disabled:hover {
    color: #CCC;
    background: #FAFAFC url(/typo3conf/ext/easytourist/views/v2/img/gradient.png) repeat-x left top;
}

.scrollable {
    position: absolute;
    top: 5px;
    left: 31px;
    right: 31px;
    bottom: 5px;
    overflow: hidden;
}

*+html .scrollable {
    bottom: -5px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
}

.scrollable div {
    float: left;
}

.scrollable img {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}


.et_detail_info {
    position: relative;
    padding-left: 32px;
}

.et_detail_info .et_field {
    clear: right;
}

.et_detail_info .et_value {
    text-align: right;
}

.et_detail .et_typeicons {
    text-align: right;
}

.et_rating {
	position: relative;
    border: 1px solid #D2D2D2;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/bg-rating.png);
	background-repeat: repeat-x;
    background-position: left bottom;
    height: 77px;
    padding: 8px 15px 8px 10px;
    margin-bottom: 8px;
}

.et_rating_inner {
    height: 77px;
    text-align: left;
    color: #116cb0 !important;
    font-weight: normal !important;
}

.et_rating_seal {
    float: left;
    padding-right: 15px;
}

.et_rating_seal img {
    max-width: 76px;
}

.et_rating_headline h3,
.et_rating_headline p {
    color: #116cb0;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.et_rating_headline h3 {
    font-size: 15px;
    height: auto;
}



.et_rating_summery {
	margin-top: 7px;
	padding-top: 9px;
	overflow: hidden;
	background-image: url(/typo3conf/ext/easytourist/views/v2/img/rating-border.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.et_rating_summery p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	float: right;
	text-align: right;
	color: #979797;
	font-size: 12px;
}

.et_rating_value {
    font-size: 15px;
    font-weight: bold;
    color: #99B73B;
    padding: 0;
}

div.et_rating:hover .et_rating_details {
	display: block !important;
}

.et_rating_details {
	position: absolute;
	z-index: 9000;
	top: 93px;
	left: -1px;
	right: -1px;
	border: 1px solid #D2D2D2;
	background-color: #FFF;
	background-image: url(/typo3conf/ext/easytourist/views/v2/img/bg-rating.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: normal;
	color: #116cb0;
}

.et_rating_details ul,
.et_rating_details li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.et_rating_details li {
	position: relative;
	padding: 11px 15px;
	background-image: url(/typo3conf/ext/easytourist/views/v2/img/rating-border.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

.et_rating_details li:first-child {
	background: transparent;
}

.et_rating_details_rating {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 11px;
	text-align: right;
	margin-top: 4px;
}

.et_rating_details_rating .et_rating_stars {
	float: none;
	display: block;
	text-align: left;
}

.et_rating_stars {
	float: left;
	height: 18px;
	width: 100px;
	background: url(/typo3conf/ext/easytourist/views/v2/img/stars-small.png) repeat-x;
}

.et_rating_stars_rating {
    background: url(/typo3conf/ext/easytourist/views/v2/img/stars-small.png) repeat-x;
    background-position: 0 -18px;
    height: 18px;
}

.et_rating_stars_rating.stars00 { width: 0%; }
.et_rating_stars_rating.stars10 { width: 20%; }
.et_rating_stars_rating.stars15 { width: 30%; }
.et_rating_stars_rating.stars20 { width: 40%; }
.et_rating_stars_rating.stars25 { width: 50%; }
.et_rating_stars_rating.stars30 { width: 60%; }
.et_rating_stars_rating.stars35 { width: 70%; }
.et_rating_stars_rating.stars40 { width: 80%; }
.et_rating_stars_rating.stars45 { width: 90%; }
.et_rating_stars_rating.stars50 { width: 100%; }


.et_rating_summery .et_rating_stars {
	margin-top: 3px;
}

.et_rating_details_info,
.et_rating_details_rating {
	color: #979797;
}

.et_functions {
    border: 1px solid #D2D2D2;
    background-color: #FFFFFF;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient-36.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 26px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.et_noticelist_link {
    position: relative;
    line-height: 26px;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/noticelist.png);
    background-repeat: no-repeat;
    background-position: 0 1;
    padding-left: 32px;
    color: #116cb0;
    cursor: pointer;
    float: left;
}

.et_noticelist_link:hover {
    color: #000;
}

.et_print_pdf {
    float: right;
}

.et_print_pdf img {
    margin-left: 10px;
}

.et_additional_info {
    /*text-align: right;*/
    position: relative;
}


.et_detail_info .et_price {
    font-size: 19px;
}

.et_detail_info .et_price_post {
    display: block;
    color: #919191;
    line-height: normal;
    padding-top: 0 !important;
}

.et_detail_backlink {
	float: left;
	padding-top: 18px;
	line-height: 20px;
}

.et_detail_links {
    float: right;
    text-align: right;
    padding-top: 15px;
}

.et_detail_links .et_button {
	margin: 0 0 0 10px;
}

.et_detail_description {
    margin-top: 20px;
}

#et_detail_tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    float: left;
}

#et_detail_tabs li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 24px;
}

#et_detail_tabs a {
    display: block;
    padding: 0 15px;
    font-size: 1.1em;
    color: #116cb0;
    background-color: #FAFAFC;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    border-left: 1px solid #D9D9D9;
    text-decoration: none !important;
}

#et_detail_tabs a:hover,
#et_detail_tabs a.current {
    background-color: #116cb0;
    color: #FFF;
    border-left: 1px solid #116cb0;
    text-decoration: none !important;
}

#et_detail_panes {
    clear: both;
    border: 2px solid #116cb0;
    padding: 10px;
    margin-bottom: 15px;
}

.et_detail_introduction {
    font-weight: bold;
}

.et_detail_hotel {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
	min-height: 250px;
}

.et_detail_hotel.last {
    margin-bottom: 0;
    padding-bottom: 5px;
    border: none;
}

.et_detail_hotel_images {
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
    height: 250px;
    overflow: auto;
}

.et_detail_hotel_images img {
    margin: 0 0 8px 0;
    border: 1px solid #D9D9D9;
    padding: 5px;
}

.et_detail_option_description {
	clear: both;
}

.et_detail_info .et_button,
.et_detail_links .et_button,
.et_booking #et_submit_booking {
    padding: 3px 12px;
}

.et_detail_station_description {
	clear: both;
}

.et_detail_station_description ul {
	margin: 0;
	padding: 3px 0 0 0;
}

.et_detail_station_description li {
	line-height: 1.3em;
	margin: 0 !important;
	padding: 4px 0;
	list-style: none;
	border: none;
}


#fancybox-content,
.fancybox-inner {
    text-align: left;
}

#fancybox-content h2,
.fancybox-inner h2 {
    margin: 0;
    height: auto;
}

#fancybox-content .et_detail_hotel,
.fancybox-inner .et_detail_hotel {
    margin: 0;
    padding: 0;
    border: none;
}



/***************************/
/*** Fortschrittsanzeige ***/
/***************************/
.et_progress {
	overflow: hidden;
	display: table;
	width: 100%;
	padding: 10px 5px 15px;
}

.et_progress_items_5 .et_step {
	width: 20%;
}

.et_progress_items_4 .et_step {
	width: 25%;
}

.et_progress_items_3 .et_step {
	width: 33%;
}

.et_progress_items_2 .et_step {
	width: 50%;
}

.et_progress .et_step {
	display: table-cell;
	overflow: hidden;
	font-size: 0.85em;
	font-weight: normal;
	padding-top: 4px;
}

.et_progress .et_step.inactive {
	color: #888;
}

.et_progress .et_step a {
	color: #000;
	font-weight: normal;
}

.et_progress .et_step.actual {
	font-weight: bold !important;
}

.et_progress .et_step_inner {
	position: relative;
	width: 100%;
	height: 22px;
}

.et_progress .et_step span {
	display: block;
	float: left;
	width: 25px;
	line-height: 25px;
	font-weight: bold;
	background-color: #C0C0C0;
	background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 7px;
	text-align: center;
	border-radius: 8px;
	font-size: 1.1em;
	margin-top: -4px;
}

.et_progress .et_step.active span {
	background-color: #116cb0;
}


.et_progress .et_step_border {
	position: absolute;
	top: 13px;
	left: 30px;
	right: 10px;
	border-bottom: 2px solid #116cb0;
}

.et_progress .et_step.inactive .et_step_border {
	border-color: #CCC;
}


/************************/
/*** Buchungsformular ***/
/************************/

.et_booking form {
    /*padding-top: 20px;*/
}

.et_booking_box_label {
    /*display: block;
    float: left;*/
	display: inline;
    padding: 4px 20px 2px 20px;
	line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    background-color: #116cb0;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
}

.et_booking_box {
	position: relative;
    clear: both;
    padding: 15px 20px;
    border: 2px solid #116cb0;
    margin-bottom: 20px;
	overflow: hidden;
}

.et_booking_box .et_field {
	overflow: hidden;
}

.et_booking_box .et_field_date {
	margin-bottom: 0;
}

.et_booking_left,
.et_booking_right {
    width: 45%;
    float: left;
}

.et_booking_right {
    float: right;
}

.et_booking .lastname {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.et_booking .et_pricelist li {
    line-height: 24px;
}

.et_booking .et_pricelist_offer,
.et_booking .et_pricelist_booked_out {
    line-height: 24px;
}

.et_booking .et_pricelist_detail_link {
    line-height: 24px;
}

.et_station_select option:nth-child(odd) {
    background-color: #FFF;
}

.et_station_select option:nth-child(even) {
    background-color: #F0F0F0;
}

.et_additionalfields label {
    width: 50%;
}

.et_additionalfields input,
.et_additionalfields select,
.et_additionalfields textarea {
	width: 45%;
}

.et_booking .et_form_reset {
    float: left;
    margin-top: 10px;
}

.et_total_price .et_price {
    font-size: 19px;
}

.et_booking_backlink {
	position: relative;
	margin-bottom: 10px;
}

.et_ssl_info {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 140px;
	height: 28px;
	background: url(/typo3conf/ext/easytourist/views/v2/img/ssl.png) no-repeat;
	line-height: 13px;
	font-size: 11px;
	font-family: Arial;
	color: #898989;
	padding: 3px 0 0 38px;
}

.et_booking_backlink .et_ssl_info {
	bottom: auto;
	top: -4px;
}


/*** Buchungsübersicht ***/
.et_overview:first-child .et_booking_box h1 {
	margin-bottom: 15px;
}

.et_overviewGroupbooking .et_booking_box {
	padding-bottom: 35px;
}

.et_overview_area {
    overflow: hidden;
    border: 1px solid #D9D9D9;
    background-color: #FAFAFC;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    line-height: 1.5em;
    padding: 4px 10px;
    margin-bottom: 8px;
}

.et_overview_area_label {
	width: 140px;
	float: left;
	margin-right: 10px;
	clear: both;
}

.et_overview_area_value {
	margin-left: 150px;
	overflow: hidden;
}

.et_overview_title {
	font-weight: bold;
	color: #116cb0;
}

.et_overview_info {
	margin-bottom: 15px;
}

.et_overview_area_value h3 {
	margin-top: 15px;
	color: #116cb0;
}

.et_overview_area_value h3:first-child {
	margin-top: 0;
}

.et_overview_area_value ul,
.et_overview_area_value li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.et_overview_area_value li {
	padding-top: 10px;
	line-height: 1.5em;
}

.et_overview_area_value ul li:first-child {
	padding: 0;
}

.et_overview_persons {
	/*color: #666666;*/
	overflow: hidden;
}

.et_overview_person,
.et_overview_item {
	overflow: hidden;
}

.et_overview_person .et_overview_item_left:before {
	content: '\25BA';
	font-size: 0.8em;
	color: #CCC;
	padding: 0 3px;
}

.et_overview_item_left {
	float: left;
}

.et_overview_price {
	float: right;
	width: 90px;
	text-align: right;
	color: #116cb0;
	font-weight: bold;
}

.et_overview_button {
	overflow: hidden;
}

.et_overview_button .et_overview_area_label,
.et_overview_button .et_overview_area_value {
	line-height: 28px;
}

.et_overview_button .et_overview_area_value {
	float: left;
	margin-left: 0;
	font-weight: bold;
	color: #116cb0;
}

.et_overview_button .et_button {
	float: right;
	padding: 3px 10px;
}

.et_overview .et_booking_backlink {
	margin-top: 15px;
}

.et_overview_price_info {
	font-size: 11px;
	color: #666;
	line-height: normal;
}


/*** Gruppenbuchung ***/
.et_groupbooking_traveldata label {
	width: 170px;
}

.et_groupbooking_title {
	color: #116cb0;
	font-weight: bold;
}

.et_groupbooking_traveldata select {
	min-width: 270px;
}

select#flexibleStartdate {
	min-width: 0;
	width: 56px;
	float: left;
	margin-right: 6px;
}

.et_groupbooking_traveldata .comment {
	margin-top: 25px;
}

.et_groupbooking_traveldata .comment label {
	line-height: 1.4em;
	margin-bottom: 5px;
}

.et_groupbooking_traveldata .comment textarea {
	height: 120px;
}

.et_groupbooking .et_pricelist_detail_link {
	left: auto;
	right: 0;
}

.et_groupbooking .et_pricelist_detail {
	padding-left: 10px !important;
	padding-right: 95px !important;
}

.et_groupbooking .et_pricelist_detail input {
	float: left;
	margin-top: 5px;
}

.et_groupbooking .et_pricelist_detail p {
	padding: 2px 0 2px 30px;
	line-height: 20px;
}

.et_groupbooking .et_pricelist_detail p.et_option_show_price {
	padding-right: 70px;
}

.et_groupbooking .et_pricelist_right {
	position: absolute;
	right: 95px;
	top: 6px;
	width: 70px;
}

.et_groupbooking .et_pricelist_right .et_price {
	float: right;
	margin: 0;
}

.et_groupbooking .et_detail_option_description {
	clear: both;
	padding-left: 30px;
}

.et_booking_groupoffer_buttons {
	position: relative;
	line-height: 28px;
	margin-bottom: 10px;
}

.et_booking_groupoffer_buttons .et_booking_backlink {
	overflow: hidden;
	float: left;
	margin-bottom: 0;
	margin-top: 3px;
}

.et_booking_groupoffer_buttons .et_booking_button {
	float: right;
	text-align: right;
}

/*.et_booking_button {
	position: absolute;
	top: -2px;
	right: 0px;
}*/

.et_overviewGroupbooking .et_button {
	padding: 3px 10px;
}


/*** Terminanfrage ***/
.et_daterequest {
	margin-right: 10px;
}

.et_daterequest h1 {
	margin: 0 0 10px 0;
}

#fancybox-content .et_daterequest h2 {
	clear: both;
	margin: 20px 0 5px 0;
	color: #116cb0;
}

#fancybox-content .et_daterequest h2:first-child {
	margin-top: 0;
}

.et_daterequest li {
	line-height: 24px;
}

.et_daterequest .et_price_container {
	margin-top: 15px;
}

.et_daterequest .dateselector {
	width: 70px;
}

.et_daterequest .only-int {
    width: 25px;
}

.et_daterequest .et_buttons {
	margin-bottom: 10px;
}

.et_daterequest .et_buttons input {
	float: right;
}

.et_daterequest .et_buttons .close:before {
	content: '';
	padding: 0;
}

.et_daterequest .lastname {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.et_daterequest_confirmation h1 {

}

.et_daterequest_confirmation .close {
	margin-top: 30px;
}

.et_daterequest_confirmation .close:before {
	content: '';
	padding: 0;
}


/**************/
/*** Slider ***/
/**************/

.et_slider {
    position: relative;
    border: 1px solid #CFCFCF;
    background: #FFF;
    overflow: hidden;
}

.et_slider .items {
    width: 20000em;
    position: absolute;
    margin: 0 25px;
}

.et_slider .items div {
    float: left;
}

.et_slider.fade .items > div {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
}

.et_slider.fade .items div {
	float: none;
}

.et_slider_item {
    position: relative;
    float: left;
    border-right: 1px solid #FFF;
    cursor: pointer;
}

.et_slider_text {
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background: url(/typo3conf/ext/easytourist/views/v2/img/bg-slider-text.png);
    padding: 5px;
    overflow: hidden;
    z-index: 1000;
}

.et_slider_text h3 {
    color: #116cb0;
}

.et_slider_info {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.et_slider_text.top {
    top: 0;
}

.et_slider_text.bottom {
    bottom: 0;
}

.et_slider .et_rating {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFF url(/typo3conf/ext/easytourist/views/v2/img/bg-slider-rating.png) repeat-x left bottom;
    z-index: 999;
    margin: 0;
    padding: 0;
    height: auto;
    border: none;
}

.et_slider .et_rating_inner {
    padding: 43px 5px 5px 95px;
    background-position: 10px 25px;
    text-align: left;
}

.et_slider .et_rating_inner p {
    line-height: 1.8em;
    font-size: 11px;
    color: #476D36;
}

.et_slider_prev,
.et_slider_next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    text-align: center;
    background: #E9E9E9 url(/typo3conf/ext/easytourist/views/v2/img/gradient2-button.png) repeat-y left top;
    z-index: 1100;
    display: block;
    cursor: pointer;
    text-decoration: none !important;
}

.et_slider_prev {
    left: 0;
    border-right: 1px solid #D9D9D9;
}

.et_slider_next {
    right: 0;
    border-left: 1px solid #D9D9D9;
    background-position: right top;
}

.et_slider_prev:hover,
.et_slider_next:hover {
    background-color: #116cb0;
    color: #FFFFFF;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient-button.png);
    text-decoration: none !important;
}








/******************/
/*** Pagination ***/
/******************/

.browseBoxWrap { }

.browseBoxWrap.top {
	margin-bottom: 10px;
}

/* eventuell clearfix einbinden */
.browseBoxWrap:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

.browseLinksWrap {
	float: right;
}

.browseBoxWrap span {
    display: block;
    float: left;
    border: 1px solid #D9D9D9;
    background-image: url(/typo3conf/ext/easytourist/views/v2/img/gradient.png);
    background-repeat: repeat-x;
    background-color: #FAFAFC;
    margin-left: 3px;
    min-width: 23px;
    min-height: 23px;
    line-height: 23px;
    text-align: center;
}

.browseBoxWrap span.first {
    margin-left: 0;
}

.browseBoxWrap span a {
    display: block;
    padding: 5px;
    min-width: 13px;
    line-height: 13px;
}

.browseBoxWrap .activeLinkWrap,
.browseBoxWrap span a:hover {
    background-color: #116cb0;
    color: #FFFFFF;
    font-weight: bold;
}




/*** DATESELECTOR ***/

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:15000;

	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
	padding:2px 0;
	height:22px;
}

#caltitle {
	font-size:14px;
	color: #116cb0;
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(/typo3conf/ext/easytourist/views/v2/img/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(/typo3conf/ext/easytourist/views/v2/img/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;
}

/* year/month selector */
#caltitle select {
	font-size:10px;
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;
}

/* offmonth day */
a.caloff {
	color:#ccc;
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color: #116cb0;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}



/** jQuery UI Slider ***/
.ui-slider { position: relative; text-align: left; border: 1px solid #CCC; margin: 5px 0; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 22px; height: 22px; cursor: pointer; border-radius: 10px; background: #116cb0; border: 1px solid #FFF; box-shadow: 0 0 5px 0 rgba( 0, 0, 0, 0.25); box-sizing: border-box; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background: #116cb0; }
.ui-slider .ui-slider-handle:focus { outline: none; }

.ui-slider-horizontal { height: 10px; }
.ui-slider-horizontal .ui-slider-handle { top: -6px; margin-left: -11px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }



/*** noUISlider ***/
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
/* Styling;
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
    /*background: #3FB8AF;*/
    background: #116cb0;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-sub {
    background: #AAA;
}
.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}


/* -- CONF: additionalCSS -- */
strong { font-weight: 700 !important; }


