/*CUSTOM STYLES SCSS*/

b {
    font-weight: 600 !important;
}

::selection {
  background: #232F3E;
  color:#ffffff;
}

::-moz-selection {
  background: #232F3E;
  color:#ffffff;
}

/*WP GDPRC PLUGIN STYLES*/

p.wpgdprc-checkbox {
    position: relative;
}

.wpgdprc-checkbox label {
    margin-left: 24px;
    text-transform: none;
    cursor: pointer;
}

.wpgdprc-checkbox label input {
    display: block;
    left: -999em;
    right: 0;
    top: 0;
}

.wpgdprc-checkbox label input::before {
    left: 999em;
}

.wpgdprc-checkbox label input::after {
    left: calc(999em - 3px);
}

/*TRUMPS*/

.pos-rel {
    position: relative !important;
}

/*WISHLIST ICON*/

.wishlist__icon {
    position: relative;
    width: auto;
    top: 1px;
    margin-left: 7px;
    margin-right: 5px;
}

.wishlist__count {
    position: relative;
    top: -2px;
    font-size: 10px;
}

.wishlist__note {
    width:100%;
    text-align: center;
}

.wishlist__title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.remove-wishlist__item {
    cursor: pointer;
    color: #1ad58e;
    font-size: 24px;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: 24px;
    top: 0;
}

.wishlist__link {
    color: white !important;
    font-weight: 400;
    position: absolute;
    left: 12px;
    bottom: 0;
}

@media screen and (min-width: 720px) {
    .hide-m-up {
        display: none;
    }
}

@media (max-width: 800px) and (orientation: landscape) {
    .wishlist__icon {
        position: relative;
        width: auto;
        top: 1px;
        margin-left: 7px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .wishlist__icon {
        display: none !important;
    }
}

@media screen and (max-width: 720px) {

    .wishlist__icon {
        position: relative;
        width: auto;
        top: 1px;
        margin-left: 7px;
        margin-right: 5px;
    }

    .remove-wishlist__item {
        right: 0 !important;
        top: 0;
        font-size: 24px;
        position: relative !important;
        width: 20% !important;
        top: 12px;
        height: 50px !important;
        text-align: center;
        line-height: 50px !important;
        float: left;
    }

    .wishlist__title {
        font-size: 24px !important;
        font-weight: 600 !important;
        margin-bottom: 12px;
    }

    .wishlist__link {
        color: white !important;
        font-weight: 400;
        position: relative !important;
        left: 0 !important;
        float: left;
        top: 12px;
        width: 80%;
        bottom: 0;
    }
}


/*INSTAGRAM PLUGIN*/

@media only screen and (min-width: 20em) {

.instagram-row  .thb-five {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

}

@media only screen and (min-width: 48em) {

.instagram-row  .thb-five {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

}

@media only screen and (min-width: 48em) and (max-width: 64em){

.instagram-row  .thb-five {
      -webkit-flex: 0 0 33.3333333333333333%;
      -ms-flex: 0 0 33.3333333333333333%;
      flex: 0 0 33.3333333333333333%;
      max-width: 33.3333333333333333%;
  }

}


@media only screen and (min-width: 64em) {

.instagram-row  .thb-five {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }

}

/*GOOGLE MAPS*/

#map {
  height:500px; 
  width:100%;
  overflow: hidden;
}

.gmaps-info-content {
  width: 500px;
  display: flex;
  flex-direction: row;
}

.gmaps-info-content__right {
  margin-left: 12px;
  position: relative;
  width: 100%;
}

.gmaps-info-content__image {
  width: 200px;
}

.gmaps-info-content__titel {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}

.gmaps-info-content__btn {
  position: absolute;
  bottom: 1px;
  right: 0;
}

/* MARGIN */

.u-mb--small {
	margin-bottom: 12px !important;
}

.u-mb {
	margin-bottom: 24px !important;
}

.u-mb--large {
	margin-bottom: 36px !important;
}

.u-mb--huge {
	margin-bottom: 42px !important;
}

.u-mb--mega {
	margin-bottom: 58px !important;
}

.u-mt--small {
	margin-top: 12px !important;
}

.u-mt {
	margin-top: 24px !important;
}

.u-mt--large {
	margin-top: 36px !important;
}

.u-mt--huge {
	margin-top: 42px !important;
}

.u-mt--mega {
	margin-top: 58px !important;
}

.u-mb--none {
	margin-bottom: 0 !important;
}

/* padding */

.u-pb--small {
  padding-bottom: 12px !important;
}

.u-pb {
  padding-bottom: 24px !important;
}

.u-pb--large {
  padding-bottom: 36px !important;
}

.u-pb--huge {
  padding-bottom: 42px !important;
}

.u-pb--mega {
  padding-bottom: 58px !important;
}

.u-pt--small {
  padding-top: 12px !important;
}

.u-pt {
  padding-top: 24px !important;
}

.u-pt--large {
  padding-top: 36px !important;
}

.u-pt--huge {
  padding-top: 42px !important;
}

.u-pt--mega {
  padding-top: 58px !important;
}

.u-pb--none {
  padding-bottom: 0 !important;
}

.u-pl--small {
    padding-left: 12px !important;
}

.u-highlight {
	color: #000 !important;
	text-decoration: underline !important;
}

h2 {
	margin-bottom: 42px !important;
}

.beta {
	line-height: 48px !important;
	font-size: 48px !important;
}

h3 {
	margin-bottom: 42px !important;
}

.gamma {
	line-height: 36px !important;
	font-size: 36px !important;
}

h4 {
	margin-bottom: 36px !important;
	margin-top: 42px !important;
}

.delta {
	line-height: 28px !important;
	font-size: 28px !important;
}

.anchor-h2 {
	padding-top: 160px; 
	margin-top: -160px !important;
}

.anchor-h3 {
	padding-top: 160px; 
	margin-top: -160px !important;
}

.anchor-h4 {
	padding-top: 170px;
    margin-top: -170px !important;
}

.treehouse-article-image {
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center center;
	height:410px;
}

.article-image--left {
  background-position: left center;
}

.article-image--right {
    background-position: right center;
}

@media screen and (max-width: 720px) {
	.treehouse-article-image {
		height:250px;
	}

	.hide-m-down {
		display: none !important;
	}

  .article-item {
    margin: 0 10px !important;
  }
}

.booking-request-btn {
  width: 100%;
  height: 50px;
  background: #1ad58e !important;
  display: block;
  color: white;
  text-align:center;
  position: relative;
  cursor: pointer;
}

.wishlist-btn {
    width: 100%;
    height: 50px;
    background: #232F3E !important;
    display: block;
    color: white;
    opacity: 1;
    text-align:center;
    position: relative;
    cursor: pointer;
    transition: height 1s, opacity .5s;
}

.wishlist-btn.on-wishlist {
    height:0;
    opacity:0;
}

.wishlist-btn.wishlist-btn--1\/2 {
    width: 50%;
    display: inline-block;
    float: left;
}

.gift-btn {
    width: 100%;
    height: 50px;
    background: #F2424D !important;
    display: block;
    color: white;
    opacity: 1;
    text-align:center;
    position: relative;
    cursor: pointer;
    transition: height 1s, opacity .5s;
}

.gift-btn.gift-btn--1\/2 {
    width: 50%;
    display: inline-block;
    float: left;
}

.hide-mobile {
  display: block;
}

@media screen and (max-width: 720px) {
    .gift-btn.gift-btn--1\/2 {
        margin-top: 24px;
        width: 100%;
        display: block;
        float: none;
    }

    .wishlist-btn.wishlist-btn--1\/2 {
        width: 100%;
        display: block;
        float: none;
    }

    .hide-mobile {
      display: none;
    }
}

#booking-request {
  background: #e6e6e6;
  color: black;
  max-height: 0px;
  padding: 20px;
  display: none;
  position: absolute;
  transition: max-height 0.3s ease-in;
}

#booking-request input {
  width: 100%;
}

#booking-request.active {
	display: block;
	max-height: 1160px;
  position: relative;
	transition: max-height 0.3s ease-out;
}

.fa--right {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotateX(180deg);
  transition: transform 0.3s;
  background: white;
  color: #1ad58e !important;
  padding: 5px;
  border-radius: 50%;
}

.fa--right.active {
  transform: translateY(-50%) rotateX(0deg);
  transition: transform 0.3s;
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


.treehouse-extras {
	display:flex;
	justify-content: space-around;
	align-items:center;
	height: 50px;
	background: #232F3E;
	color: white;
}

.scroll-to-item {
	padding-top: 40vh;
    margin-top: -40vh;
}

.image-pack .columns {
	padding: 1px !important;
}

@media screen and (max-width: 1024px) {

  /*GOOGLE MAPS*/

.gmaps-info-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gmaps-info-content__right {
  margin-left: 0px;
  margin-top: 12px;
  position: relative;
  width: 200px;
}

/* .gmaps-info-content__image {
  width: 100%;
} */

.gmaps-info-content__titel {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.gmaps-info-content__btn {
  position: relative;
  margin-top: 12px;
  width: 100%;
  bottom: 0;
  right: 0;
}
	.scroll-to-item {
		padding-top: 70px;
	    margin-top: -70px;
	}
}

.btn-submit {
	background: #232F3E;
	width: 100%;
}

.booking-request-thx {
    width: 100%;
    position: relative;
    background: white;
    box-shadow: 0 0 1px 1px;
    padding: 24px;
}

.booking-request-thx__headline {
	color: black;
}

.booking-request-thx__wrapper {
    width: 350px;
    position: fixed;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    transition: all 0.3s;
}

.booking-request-thx__wrapper.active {
    top: 35%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.fa--close-popUp {
    position: absolute;
    right: 0;
    top: 0;
    background: #232F3E;
    color: white;
    padding: 12px;
    cursor: pointer;
}

/* the parent */
.slick-list {
  opacity: 1 !important;
  margin: 0 -10px;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* treehouse slider item */
.treehouse-item {
  /* style */
}

.treehouse-item__img {
  /* style */
}

.treehouse-item__title {
  padding: 12px 12px 0 12px;
  min-height: 84px;
}

.treehouse-item__region {
  font-size: 10px;
  color: #232F3E;
  font-weight: 500;
}

.post-content.small {
  display: none !important;
}

.article-table td {
	padding: 4px;
}

/*SLICK SLIDER DOTS*/

.slick-dots li.slick-active button {
    background: #1ad58e;
    border-color: #1ad58e;
}

.slick-dots li button {
    border-color: rgba(0,0,0,0.35);
}

.js-slick-germany ul.slick-dots {
    bottom: -12px;
}

/*SLICK SLIDER ARROWS*/

.slick-nav.slick-prev--treehouse {
  left: 0 !important;
  top: 100% !important;
  border: 1px solid rgba(0,0,0,0.35) !important;
}

.slick-nav.slick-prev--treehouse:hover {
  background: #1ad58e;
  border: 1px solid #1ad58e !important;
}

.slick-nav.slick-prev--treehouse svg {
  fill: #000 !important;
}

.slick-nav.slick-prev--treehouse:hover svg {
  fill: #fff !important;
}

.slick-nav.slick-next--treehouse {
  right: 0 !important;
  top: 100% !important;
  border: 1px solid rgba(0,0,0,0.35) !important;
}

.slick-nav.slick-next--treehouse:hover {
  background: #1ad58e;
  border: 1px solid #1ad58e !important;
}

.slick-nav.slick-next--treehouse svg {
  fill: #000 !important;
}

.slick-nav.slick-next--treehouse:hover svg {
  fill: #fff !important;
}


/*ARTICLE SLIDER MAIN*/

.article-item {
  margin: 0 3px;
}

.article-item h5 {
  font-size: 12px !important;
}

.js-slick-article .slick-list {
  margin: 0 !important;
}

.text-link {
  color: white;
  width: 100%;
  line-height: 50px;
}

.text-link:hover {
  color: white;
}

/*INSTAFEED*/

.istafeed__link {
    position: relative;
}

.istafeed__link:hover > .instafeed__overlay {
    opacity: 1;
}

.istafeed__link:hover > .instafeed__likes {
    opacity: 1;
}

.instafeed__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    transition: 0.3s;
}
.instafeed__likes {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    transition: 0.3s;
}

/*TREEHOUSE FILTER*/

.filter-nav-wrapper {
  width: 100%;
  height: 40px;
  background: #232F3E;
  display: flex;
  align-items: center;
}

.filter-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  z-index: 1000;
  height: 100%;
  width: 100%;
    position: relative;

  /*justify-content:space-around;*/
}

@media screen and (max-width: 720px) {
  .filter-nav-wrapper {
    border: 1px solid black;
    flex-direction: column;
  }

  .u-hide-m-up {
    display: block !important;
  }

  .filter-nav {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }

  .filter-nav.active {
    opacity: 1;
    visibility: visible;
    max-height: inherit;
  }

  .filter-nav__item {
    width: 100% !important;
    padding: 6px 0;
  }

  .filter-nav-wrapper {
    height: auto;
  }
}

.filter-nav__item {
  position: relative;
  width: 200px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  height: inherit;
  margin: 0 !important;
}

.filter-nav__item__value {
  padding-left: 12px;
    width: 100%;
    display: block;
}

.filter-nav__item__icon::before {
  font-weight: 700;
}

.filter-nav__item__icon {
  position: absolute;
  right: 0;
  top: 19px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  padding: 0 12px;
}

@media screen and (min-width: 720px) {
  .filter-nav__item:hover .filter-nav__item_list {
    visibility: visible;
    opacity: 1;
    background-color: #666;
    max-height: 100vh;
    transition: all 0.3s ease-in-out;
  }

  .filter-nav__item:hover > .filter-nav__item__icon {
    transform: scale(-1);
  }

  .filter-nav__item__icon {
    top: 13px;
  }
}

@media screen and (max-width: 720px) {
  .filter-nav__item.active .filter-nav__item_list {
    visibility: visible;
    opacity: 1;
    background-color: #666;
    max-height: 100vh;
    transition: all 0.3s ease-in-out;
  }

  .filter-nav__item.active .filter-nav__item__icon {
    transform: scale(-1);
  }

  .filter-nav__item + .filter-nav__item {
    margin-left: 0px;
  }

  .filter-nav__item_list > li {
    margin-bottom: 0px !important;
  }

  .trigger-filter-nav {
    width: 100%;
    text-align: center;
    background: #1ad58e;
    color: white;
    padding: 12px 0;
    cursor: pointer;
  }

    .reset-filter {
        position: relative !important;
        color: white !important;
        width: 100%;
        text-align: center;
        background: #F2424D;
        padding: 12px 0;
        margin-bottom: 0 !important;
    }
}

.filter-nav__item li {
  list-style-type: none;
}

.filter-nav__item_list {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}

.filter-nav__item_list li {
  position: relative;
}

.filter-nav__item_list label {
  width: 100%;
  display: block;
  cursor: pointer;
  color: #fff;
  padding: 12px;
  margin: 0;
}

input[type="checkbox"] {
  position: absolute;
  right: 12px;
  top: 10px;
}

input[type="checkbox"]:after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid white;
  background: #232F3E;
  position: absolute;
  left: 0;
  top: 0;
}
input[type="checkbox"]:before {
  display: block;
  content: '';
  background: #1ad58e;
  color: white;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 3px;
  bottom: 1px;
  z-index: 1;
  opacity: 0;
}

input[type="checkbox"]:checked:before {
  opacity: 1;
}

.u-hide-m-up {
  display: none;
}

.mb {
  margin-bottom: 24px;
}

.grid {
  display: flex;
    margin: 0 auto;
}

.grid .item {
    width: 247px;
    margin: 12px;
    text-align: center;
    background-color: #fff;
}

.grid .item:hover {
    background-color: #232F3E;
    transition: all 0.2s ease-in-out;
}

.grid .item:hover .treehouse-item__headline {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.grid .item:hover h6 {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.grid .item:hover .treehouse-item__region {
    color: #1ad58e;
    transition: all 0.2s ease-in-out;
}

.grid .item:hover .item__icons {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.grid .item:hover .item__icons-first i span,
.grid .item:hover .item__icons-second i span{
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.item__icons-wrapper {
    display: flex;
    flex-direction: column;
    padding: 6px;
}

.item__icons-first,
.item__icons-second {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.item__icons-first {
    margin-bottom: 6px;
}

.item__icons-first .item__icons i span,
.item__icons-second .item__icons i span{
    font-family: 'Oswald';
    color: #232F3E;
}

.item__icons-first .item__icons i.fa-ban span,
.item__icons-second .item__icons i.fa-ban span{
    color: #999 !important;
}

.item__icons {
    color: #232F3E;
    text-align: left;
    display: flex;
    align-items: center;
    width: 33.333333%;
}

.item__icons span {
    font-size: 11px;
}

.item__icons > .fa {
    margin-right: 2px;
    text-align: center;
    width: 15px;
}

.item__icons .fa-ban,
.item__icons .ban {
    color: #999 !important;
}

#slider-range,
#slider-guests {
  width: 80%;
  margin: 0 auto;
}

.price-range-text {
  width: 85%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.reset-filter {
    position: absolute;
    right: 0;
    color: #fff;
    padding-right: 12px;
    font-weight: 500;
    cursor: pointer;
}

.font-primary {
    font-family: 'Oswald';
}

/*CHECKBOX*/

.c-checkbox {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.c-checkbox label {
    font-weight: normal;
    line-height: 20px;
    padding: 12px;
    cursor: pointer;
    color: #fff;
    transition: color .2s ease-in;
    display: flex;
    align-items: center;
}

.c-checkbox:before {
     content: '';
     width: 15px;
     height: 15px;
     display: inline-block;
     vertical-align: bottom;
     background: #232F3E;
     outline: 1px solid white;
     cursor: pointer;
    position: absolute;
    right:12px;
    top:50%;
    transform: translateY(-50%);
 }

input[type="checkbox"] + label:after {
    position: absolute;
    content: '';
    background: #1ad58e;
    width: 13px;
    height: 13px;
    right: 13px;
    top:50%;
    transform: translateY(-50%);
    opacity: 0;
    display: block;
    transition: opacity .2s ease-in;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
    color: #fff !important;
}

input[type="checkbox"] {
    display: none;
}

.filter-nav__continent-list {
    position: absolute;
    left: 100%;
    top: 0;
    display: flex;
    background: #b2b2b2;
    width: auto;
    max-width: 0;
    height: 100%;
    flex-direction: column;
    opacity: 0;
    transform: translateX(-100%);
    z-index: -1;
    cursor: default;
}

.filter-nav__continent-list.active {
    opacity: 1;
    max-width: 400px;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

.filter-nav__continent-list.active .filter-nav__continent-list__item {
    display: flex;
}
.filter-nav__continent-list__item {
    width: 100%;
    display: none;
    cursor: pointer;
}

.filter-nav__continent-list__item span {
    width: 130px;
}

.filter-nav__continent {
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.filter-nav__continent:hover {
    background: #1ad58e;
    transition: background 0.3s ease-in-out;
}


@media screen and (max-width: 720px) {
    .filter-nav__continent-list {
        position: inherit;
        max-height: 0;
        transition: max-height 0.3s ease-in-out;
    }

    .filter-nav__continent-list.active {
        max-height: 100vh;
        transition: max-height 0.3s ease-in-out;
    }

    .filter-nav__continent-list__item {
        width: 100%;
        display: flex;
        cursor: pointer;
        flex-direction: column;
    }

    .filter-nav__continent-list__item span {
        width: 100%;
    }
}

.t-center {
    text-align: center !important;
}

.font-primary {
    color: #1ad58e !important;
}

.font-secondary {
    color: #232F3E !important;
}

.font-tertiary {
    color: #F2424D !important;
}

/*
********************
** GOOGLE ADS
********************
*/

.googleFooterAd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
    z-index: 99;
}

@media (max-width: 767px) {
    .googleFooterAd {
        display: none;
    }
}

.googleFooterAd__close-btn {
    float: left;
    left: 0;
    position: absolute;
    background-color: rgb(74, 74, 74);
    width: 25px;
    height: 100%;
    pointer-events: auto;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.googleFooterAd__close-btn__text {
    transform: rotate(270deg);
    color: #bfbfbf;
    letter-spacing: 2px;
}

.googleFooterAd__close-btn__cross {
    color: white;
    margin-left: 5px;
}