/*
Theme Name: Weltweitwandern
Author: parkisde (based on BootstrapWP)
Description: HTML/CSS Framework Base-Theme für WordPress aufgebaut auf Twitter Bootstrap
Version: 1.1
=======
License: -
License URI: -
*/

/* Youtube block styling */
.youtube-overlay {
  height: 100%;
  width: 100%;
}

.youtube-overlay-icon {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.youtube-overlay-img {
  cursor: pointer;
  filter: grayscale(70%);
  width: 50px !important;
}

.youtube-overlay-img:hover {
  filter: none;
}

#youtube-container-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.youtube-container-overlay .hide {
  display: none;
}

.youtube-container-exit-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 15px;
  background-color: black;
  color: #e40523;
  font-weight: bold;
  cursor: pointer;
}

#youtube-video-container {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 500px;
  height: 355px;
  padding-top: 30px;
  background-color: black;
  border: 1px solid black;
}

/* Aktuelle Reisen block styling */
.aktuelle_reisen_single-container {
  vertical-align: top;
}
.aktuelle_reisen_block {
  margin-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
}
.aktuelle_reisen_single {
  background-color: #efe9da;
  padding: 20px;
  margin: 20px;
  height: 550px;
}
.aktuelle_reisen_single img {
  width: 100%;
}
.aktuelle_reisen_single_category {
  color: #ffffff;
  padding: 2px 5px;
  text-transform: uppercase;
}
.aktuelle_reisen_single_wanderreise {
  padding-left: 10px;
  text-transform: uppercase;
}
.aktuelle_reisen_single div {
  margin-top: 15px;
}
.aktuelle_reisen_single a:hover {
  text-decoration: none;
}
.aktuelle_reisen_single a p,
.aktuelle_reisen_single a div,
.aktuelle_reisen_single a p:hover {
  color: #000;
}
.aktuelle_reisen_single .typ-icon {
  float: right;
}
.aktuelle_reisen_single .popover {
  width: 245px;
}
.aktuelle_reisen_single a div {
  word-break: break-word;
}
.aktuelle_reisen_slider-buttons {
  text-align: center;
}
.aktuelle_reisen_slider-buttons ul {
  display: inline-block;
  padding: 0;
}
.aktuelle_reisen_slider-buttons ul li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots-custom,
.slick-prev-custom,
.slick-next-custom {
  cursor: pointer;
  display: inline-block;
}
.slick-prev-custom {
  background-image: url("img/slider/slider_arrow_icon_left.png");
  background-size: cover;
  width: 50px;
  height: 40px;
}
.slick-next-custom {
  background-image: url("img/slider/slider_arrow_icon_right.png");
  background-size: cover;
  width: 50px;
  height: 40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "•";
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #efe9da;
}
.slick-dots li.slick-active button:before {
  color: #a91c21;
}
@media screen and (max-width: 1200px) {
  .aktuelle_reisen_single div {
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .aktuelle_reisen_single {
    height: 420px;
  }
  .aktuelle_reisen_single img {
    height: 100%;
    max-height: 200px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .aktuelle_reisen_single div {
    height: auto;
  }
  .aktuelle_reisen_slider-buttons {
    padding: 0;
    margin: 0 -15px;
  }
  .aktuelle_reisen_single_wanderreise {
    padding-left: 0px;
  }
  .slick-dots li {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 440px) {
  .aktuelle_reisen_single {
    height: 450px;
  }
  .aktuelle_reisen_single img {
    max-height: 150px;
  }
}
@media screen and (max-width: 320px) {
  .aktuelle_reisen_single {
    height: 470px;
    margin: 20px 0;
  }
}

/* Frontpage custom title */
.frontpage-custom-title {
  margin-bottom: 70px;
  margin-top: 60px;
}

/* Wanderwissen blog styling */
.wanderwissen-blog {
  height: 350px;
}
.wanderwissen-blog h3 {
  margin: 8px 0px;
}
.wanderwissen-blog h3 a:hover {
  text-decoration: none;
}

.wanderwissen-img-bg,
.wanderwissen-img-bg-single {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

img.wanderwissen-img-bg-single {
  border: 0px;
}

.wanderwissen-archive-image {
  /* margin-top: 60px; Only if image is diplayed in the bottom */
}

.wanderwissen-archive-image img {
  border: none;
  width: 100%;
}
.wanderwissen-archive-text {
  /* margin-top: 50px; Only if image is displayed */
}

@media screen and (max-width: 1200px) {
  .wanderwissen-img-bg,
  .wanderwissen-img-bg-single,
  .wrap-img {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .wanderwissen-img-bg,
  .wanderwissen-img-bg-single,
  .wrap-img {
    height: 200px;
  }
}
.wrap-img.large {
  height: 400px;
}
.content-wanderwissen .wrap-img.large,
.wanderwissen-img-bg-single {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wanderwissen-img-bg-single {
    background-size: contain;
  }
}

.content-wanderwissen .wrap-img.large.video,
.content-wanderwissen .wrap-img.large.video .wanderwissen-img-bg-single {
  height: auto;
}

.wrap-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.wrap-img:hover .wanderwissen-img-bg {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.categories-wanderwissen {
  text-align: center;
  padding-bottom: 30px;
}
.categories-wanderwissen a {
  color: black;
  font-weight: bold;
  font-size: 17px;
  padding: 0px;
  margin-bottom: 5px;
  background: #efe9da;
  border: 1px solid #e8dfc8;
  display: block;
}
.categories-wanderwissen a:hover {
  background: #e8dfc8;
  text-decoration: none;
}

.categories-wanderwissen .tooltip,
.categories-wanderwissen .dropdown {
  min-height: 62px;
}

.categories-wanderwissen .filter-a:hover {
  cursor: pointer;
}
.categories-wanderwissen .filter-a.active {
  color: #a91c21;
}

.content-wanderwissen {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.content-wanderwissen p {
  text-align: left;
}

.wanderwissen-share-buttons {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .content-wanderwissen {
    width: 100%;
  }
  .categories-wanderwissen a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .categories-wanderwissen a {
    line-break: anywhere;
  }
}

@media screen and (max-width: 767px) {
  .categories-wanderwissen a {
    line-break: unset;
    font-size: 17px;
  }
}

.content-wanderwissen form {
  margin: 0 auto;
}

.wanderwissen-post-content h1,
.wanderwissen-post-content h2,
.wanderwissen-post-content h3,
.wanderwissen-post-content h4,
.wanderwissen-post-content h5,
.wanderwissen-post-content h6 {
  text-align: left;
}

.wanderwissen-post-content img,
.wanderwissen-post-content iframe {
  margin: 0 auto;
  border: 0px;
}

.wanderwissen-post-content iframe {
  width: 100%;
}

.content-wanderwissen .pager {
  padding-left: 0px;
}

.wanderwissen-template-default ol.breadcrumb a {
  color: gray;
  text-transform: capitalize;
}

.no-posts-wanderwissen {
  text-align: center;
  padding-top: 70px;
}

#loadMore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
#loadMore:hover {
  background-color: gray;
}
#loadMore:hover a {
  text-decoration: none;
  color: white;
}

.wanderwissen-share-icon {
  font-size: 40px;
  margin-right: 10px;
}
.wanderwissen-share-link:hover {
  text-decoration: none;
}
.content-wanderwissen form {
  width: 65%;
  background: #efe9da;
  padding: 20px;
}

.content-wanderwissen #s2email {
  width: 100%;
  border: 0px;
  padding: 5px;
  color: gray;
}

.content-wanderwissen input {
  font-size: 12px;
}

.content-wanderwissen input:nth-child(1) {
  float: left;
  border: 1px solid #a91c21;
  background: #a91c21;
  color: white;
  width: 30%;
}
.content-wanderwissen input:nth-child(2) {
  float: right;
  border: 1px solid #a91c21;
  color: #a91c21;
  width: 30%;
}

.categories-wanderwissen-single a:hover {
  cursor: pointer;
}

.s2-message {
  padding-top: 80px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .content-wanderwissen form {
    width: 100%;
  }
}
.categories-wanderwissen .dropdown {
  position: relative;
  display: inline-block;
}

.categories-wanderwissen .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.categories-wanderwissen .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  font-size: 17px;
}
.categories-wanderwissen .dropdown-content a:hover {
  background: #dcdcdc;
}

.categories-wanderwissen .show-sm {
  display: none;
  text-align: left;
}

.categories-wanderwissen .show-sm .dropbtn {
  font-weight: bold;
}

.categories-wanderwissen .show-sm span.dropbtn {
  border: 1px solid #a91c21;
  padding: 7px;
  background: #a91c2108;
}

.categories-wanderwissen .show-sm .dropdown-content.hide {
  display: none;
}

.categories-wanderwissen .dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 767px) {
  .categories-wanderwissen .hide-sm {
    display: none;
  }
  .categories-wanderwissen .show-sm {
    display: block;
  }
}

.categories-wanderwissen .dropdown {
  position: relative;
  display: inline-block;
}

.categories-wanderwissen .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.categories-wanderwissen .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  font-size: 17px;
}
.categories-wanderwissen .dropdown-content a:hover {
  background: #dcdcdc;
}

.categories-wanderwissen .show-sm {
  display: none;
  text-align: left;
}

.categories-wanderwissen .show-sm .dropbtn {
  font-weight: bold;
}

.categories-wanderwissen .show-sm .dropdown-content.hide {
  display: none;
}

.categories-wanderwissen .dropdown:hover .dropdown-content {
  display: block;
}

.page-subheader-wanderwissen {
  font-size: 30px;
  margin-top: 10px;
}

/* Tooltip text */
.categories-wanderwissen .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000000cf;
  color: white;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 50%;
  margin-left: -60px;
}

.categories-wanderwissen .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000000cf transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.categories-wanderwissen .tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .categories-wanderwissen .hide-sm {
    display: none;
  }
  .categories-wanderwissen .show-sm {
    display: block;
  }

  .fb_iframe_widget iframe {
    top: 30px !important;
    left: -40px !important;
  }
}

.main-navbar .menu-wrapper .main-menu-wrapper .navbar-nav > li > a {
  padding: 10px 18px;
}

.categories-wanderwissen a.sort-by-date-wanderwissen {
  color: #efe9da;
  background-color: #a91c21;
}
.categories-wanderwissen a.sort-by-date-wanderwissen.active {
  color: #efe9da;
}

#loading-wanderwissen {
  display: none;
}
#loading-wanderwissen img {
  width: 40px;
  margin: 0 auto;
  border: 0px;
  box-shadow: 0px 0px 0px;
  margin-top: 50px;
}

#checkout-formular #form-wrapper > .row:nth-child(18) .col-sm-1,
#checkout-formular #form-wrapper > .row:nth-child(18) .col-sm-11,
#checkout-formular #form-wrapper > .row:nth-child(19) .form-seperator,
#checkout-formular #form-wrapper > .row:nth-child(21) .col-sm-1,
#checkout-formular #form-wrapper > .row:nth-child(21) .col-sm-11,
#checkout-formular #form-wrapper > .row:nth-child(22) .form-seperator
{
  display: none;
}

a#wt-cli-privacy-save-btn {
	background-color: #a91c21;
	color: #FFF;
}

.booking-confirmation h1 {
  text-align: left;
}
.booking-confirmation p {
  margin-bottom: 0;
}
.booking-confirmation__name {
  font-weight: bold;
}

.gray-background {
  position: absolute !important;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  top: 0;
}

.dark-gray-square {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  background: dimgray;
  width: 50%;
  margin: auto;
  height: 55%;
  border-radius: 15px;
}

.video-not-loaded-text {
  position: absolute !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  transform: translateY(-50%);
}

.video-not-loaded-text p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

.video-not-loaded-text a {
  display: block;
  text-align: center;
  color: #32cd32;
}

.video-not-loaded-text button {
  display: block;
  margin: auto;
  background: red;
  color: #ffffff;
  border-radius: 30px;
  padding: 0 15px;
  margin: 5px auto;
}

.video-not-loaded-text > div {
  text-align: center;
  color: #ffffff;
}

.video-not-loaded-text label {
  font-weight: unset;
}