/*
 Theme Name:     BookYourTravel Child
 Theme URI:      http://themeforest.net/item/book-your-travel-online-booking-wordpress-theme/5632266?ref=themeenergy
 Description:    Book Your Travel Child Theme
 Author:         Andreas Wittmann, Stefan Pezzei, Nicolas Themmer
 Author URI:     http://themeforest.net/user/themeenergy
 Template:       BookYourTravel
 Version:        1.0.1
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* primary and jungschar navigation */
.header {
  background-color: #f3f3f3;
}

.main-nav {
  margin-bottom: 10px;
} /*fix*/
.main-nav {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  background: rgb(49, 160, 170);
  background: -moz-linear-gradient(
    top,
    rgba(49, 160, 170, 1) 0%,
    rgba(49, 160, 170, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(49, 160, 170, 1)),
    color-stop(100%, rgba(49, 160, 170, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(49, 160, 170, 1) 0%,
    rgba(49, 160, 170, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(49, 160, 170, 1) 0%,
    rgba(49, 160, 170, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(49, 160, 170, 1) 0%,
    rgba(49, 160, 170, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(49, 160, 170, 1) 0%,
    rgba(49, 160, 170, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.main-nav li {
  font-size: 13px;
}

.jungschar-nav {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  background: rgb(255, 133, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 133, 0, 1) 0%,
    rgba(243, 125, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 133, 0, 1)),
    color-stop(100%, rgba(243, 125, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 133, 0, 1) 0%,
    rgba(243, 125, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 133, 0, 1) 0%,
    rgba(243, 125, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 133, 0, 1) 0%,
    rgba(243, 125, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 133, 0, 1) 0%,
    rgba(243, 125, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8500', endColorstr='#f68202',GradientType=0 );
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.jungschar-nav > ul {
  position: relative;
  z-index: 20;
  top: 0;
  display: inline-block;
  height: 100%;
  text-align: center;
}
.jungschar-nav li {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  line-height: 39px;
  letter-spacing: -1px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.jungschar-nav li a {
  font-weight: 700;
  display: block;
  color: #fff;
}
.jungschar-nav li a:hover,
.jungschar-nav li.current-menu-item li a:hover,
.jungschar-nav li.current-menu-item a,
.jungschar-nav .current-menu-parent > a,
.jungschar-nav li.current_page_ancestor > a {
  color: #3f3f3f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.jungschar-nav li.current-menu-item li a {
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.jungschar-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  margin-left: -10px;
  padding-bottom: 10px;
  min-width: 130px;
  background: rgb(193, 182, 174);
  background: -moz-linear-gradient(
    top,
    rgba(193, 182, 174, 1) 0%,
    rgba(186, 172, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(193, 182, 174, 1)),
    color-stop(100%, rgba(186, 172, 163, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(193, 182, 174, 1) 0%,
    rgba(186, 172, 163, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(193, 182, 174, 1) 0%,
    rgba(186, 172, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(193, 182, 174, 1) 0%,
    rgba(186, 172, 163, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(193, 182, 174, 1) 0%,
    rgba(186, 172, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
}
.jungschar-nav ul ul li {
  float: none;
  position: relative;
  padding: 10px 10px 0;
  background: none;
  line-height: normal;
}
.jungschar-nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0;
}
.jungschar-nav li:hover > ul {
  display: block;
}
.jungschar-nav .selector {
  display: none;
}
.jungschar-nav ul:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 1060px) {
  .header {
    height: 120px;
  }
}
@media screen and (max-width: 782px) {
  .header {
    height: 160px;
  }
  .main-nav li {
    padding: 0 8px 0 0;
  }
}

/* review presentation */
.reviews .rev {
  position: relative;
  padding: 0 0 20px 32px;
  display: table;
  width: 97%;
  float: left;
}
.reviews .rev.name,
.reviews .rev.timestamp,
.reviews .rev.post_date {
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0px 32px;
}

/* accommodation detail */
.room-types li {
  margin: 0;
  padding: 0;
}

.tab-content .room-types .meta {
  width: 65%;
  min-height: 20%;
}

@media screen and (max-width: 600px) {
  .tab-content .room-types .meta {
    padding: 0 0 0 10px;
  }
}

.room-types .room-information {
  width: auto;
  height: auto;
  padding: 0 0 0 10px;
}

/* contact right sidebar */
aside.right-sidebar.lower.one-fourth {
  margin-top: 0;
}

/*pinnwand*/
#frontier_post_fieldset_status {
  display: none;
}

#commentform p:first-child {
  display: none;
}

.frontier-post-form-posttype {
  display: none !important;
}

.comment .comment-content {
  width: 60%;
}

table.frontier-list {
  width: 100%;
}
table.frontier-menu {
  width: 100%;
}

/*Quartierdetailansicht*/
div .text-wrap.fees_information_text {
  padding-bottom: 10px;
}
div .text-wrap.room_information_text {
  padding-bottom: 0px;
}
div .text-wrap.accommodation_information_text {
  padding-bottom: 0px;
}
div .text-wrap.landlord_information_text {
  padding-bottom: 0px;
}

div .text-wrap.room_information_text p {
  padding-bottom: 8px;
}
div .text-wrap.accommodation_information_text p {
  padding-bottom: 8px;
}
div .text-wrap.landlord_information_text p {
  padding-bottom: 8px;
}

div .text-wrap.fees_information_text span.room_information {
  font-weight: bold;
}
div .text-wrap.room_information_text span.room_information {
  font-weight: bold;
}
div .text-wrap.accommodation_information_text span.accommodation_information {
  font-weight: bold;
}
div .text-wrap.landlord_information_text span.landlord_information {
  font-weight: bold;
}

/*fix for images*/
/*
.lightSlider {
	transform: initial;
	height: inherit;
}*/

.lightSlider li:not(:nth-child(2)) {
  height: 100%;
}

.lightSlider img {
  max-height: 100%;
  max-width: 99%;
}

/*fix for anreise*/
div .anreise {
  padding-top: 22px;
}

/*mein quartier*/
section .deals .full-width .details .gradient-button {
  width: 110px;
}
