section.single-reisen-hero{
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: darken;
background-size: cover;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, .35);
}

section.single-reisen-hero h1, section.single-reisen-hero p{
    color:#fff;
}

section.single-reisen-hero p, section.reisedetails p{
    font-size: 2rem;
}

section.single-reisen-hero .row, section.reiseroute h2{
    text-align: center;
}

section.single-reisen-hero a{
    margin-top: 10rem;
}

section.reisedetails img{
    width: 6rem;
    margin-bottom: 2rem;
}

section.reisedetails h2, section.reisedetails div.col-xs-6,
section.reisedetails h2, section.reisedetails div.col-xs-12 {
    margin-bottom: 2rem;
}
section.reisedetails{
	padding-top: 0rem;
}

section.reisedetails, section.beschreibung, section.join-in{
	padding-bottom: 0rem;
}

section.beschreibung .col-sm-7{
    padding: 0px;
    padding-right: 2rem;
}

section.beschreibung ul{
    margin-block-start: 0;
}

.text-center{
    text-align: center;
}

.greybg{
    background-color: var(--background-alt2);
}

/* Bildergalerie */

.bildergalerie-reise .hideImg{
	display: none!important;
}

.bildergalerie-reise .sideImgOutWrap{
	margin-top: -1rem; 
	margin-bottom: -1rem; 
	height: calc( 100% + 2rem );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.bildergalerie-reise .sideImgInnerWrap{
	width: 100%;
	height: 33.3333%;
	padding-top: 1rem; 
	padding-bottom: 1rem; 
}

.bildergalerie-reise .sideImgWrap{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.bildergalerie-reise .bigImgWrap{
	position: relative;
	cursor: pointer;
}

.bildergalerie-reise .bigImgWrap p{
	margin-bottom: 0;
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	padding: 1.5rem 2.5rem;
	background: var(--background-main);
	color: var(--text);
	z-index: 2;
	-webkit-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
	cursor: pointer;
	border-radius: var(--border-radius);
}

.bildergalerie-reise .bigImgWrap p:hover{
	background: #F9F9F9;
}

.bildergalerie-reise .bigImgWrap:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.16);
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.bildergalerie-reise .bigImgWrap:hover:after{
	opacity: 1;
}

#swipebox-bottom-bar {
	-webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}

@media (max-width: 767px){
	.bildergalerie-reise .sideImgOutWrap{
		margin: 0 -1.5rem;
	}
	.bildergalerie-reise .sideImgInnerWrap{
		height: 10rem;
		width: 33%;
		padding: 0 1.5rem; 
	}

	section.reisedetails,
	section.beschreibung,
	section.reiseroute, 
	section.reiseverlauf,
	section.leistungen,
	section.hinweise,
	section.faq,
	section.reiseanfrage,
	section.reiseliste{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Testimonials */

.testimonials:before {
	content: '';
	position: absolute;
	background: var(--background-alt2);
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.testimonials .imgCol{
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials .textWrap{
	background: var(--background-main);
	-webkit-box-shadow: 0 1px 9px rgba(0,0,0,.26);
	        box-shadow: 0 1px 9px rgba(0,0,0,.26);
	padding: 4rem;
	position: relative;
	height:100%;
}

.testimonials .textWrap strong{
	font-size: 1.6rem;
}

.testimonials .slick-next{
	width: 3rem;
	height: 3rem;
    bottom: -4rem;
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    left: unset;
    right: 0;

}

.testimonials .slick-prev{
	width: 3rem;
	height: 3rem;
    bottom: -4rem;
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    left: unset;
    right: 2rem;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.testimonials .slick-prev:focus, .testimonials .slick-next:focus {
	box-shadow: unset;
}

.testimonials .slideWrap {
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.testimonials .slideWrap .flexRow {
	margin: unset;
	border-radius: var(--border-radius);
	overflow: hidden;

}
.testimonials .slideWrap .textCol {
	padding:unset;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
}


@media(min-width: 768px){
	.testimonials .textCol, .testimonials .imgCol {
		padding-left: 0;
		padding-right: 0;
	}
	.testimonials .rezensionSliderWrap .flexRow {
		margin-left: 0;
		margin-right: 0;
	}
	.testimonials .textCol {
		padding-left: 0;
	}
}

@media(max-width: 767px){
	.testimonials .flexRow {
	   align-content: flex-start;
	}
	.testimonials .imgCol {
		height: 24rem;
	}
	
	.testimonials .textWrap{
		margin-top: 0;
		margin-bottom: 0;
	}
	.testimonials:before {
		height: 100%;
	}
	.testimonials .slick-prev, .testimonials .slick-next{
		bottom: -4rem;
	}
}

/* Akkordeon */

section.akkordeon{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.akkordeon h3{
    color:var(--primary);
}

.akkordeon  .panel.panel-default{
	padding-top: 4rem;
	padding-bottom: 4rem;
    border-bottom: 1px solid var(--background-alt2);
}

.akkordeon  .panel-title {
    color: var(--text);
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 0;
	position: relative;
	padding-right: 6rem;
}

.akkordeon .panel-title:after {
    content: '';
	position: absolute;
	right: 2.2rem;
	top: 0;
	width: 1.6rem;
	height: 2.5rem;
	background-image: url('../../assets/images/faq-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  transform-origin: center;
}

.akkordeon .collapsed .panel-title:after {
  transform: rotateX(180deg);
}


.akkordeon .collapsed .panel-title {
    color: var(--background-alt1);
}

.akkordeon  .panel-body {
    padding-top: 2rem;
}

.akkordeon  .faqCol > div:first-of-type {
    padding-top: 0;
}

.panel-preview .collapse:not(.in) {
    display: block;
}
.panel-preview .collapse:not(.in) .panel-body {
    max-height: 90px;
    position: relative;
    overflow: hidden;
}

.panel-preview .collapse:not(.in) .panel-body:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
       rgba(255,255,255, 1) 5%, 
       rgba(255,255,255, 0) 60%);
    pointer-events: none; /* so the text is still selectable */
}
.panel-collapse{
	min-height: 90px;
}
.reise-item{
    min-height: 450px;
    background-blend-mode: darken;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 2rem;
	background-repeat:no-repeat!important;
	background-size: cover!important;
	    transition: transform 0.3s ease-in-out;
	border-radius: var(--border-radius);
	-webkit-box-shadow: var(--shadow);
	        box-shadow: var(--shadow);
}

.reise-item:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.33);
    transition: box-shadow 0.3s ease;
}


.reise-content{
    text-align: center;
    padding-top: 9rem;
}

div.reise-content h3, 
div.reise-footer p{
    color: #fff;
} 

.footer-right img{
    width: 15%;
    padding-right: 5px;
}

.footer-left{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

@media(min-width:767px){

	.reise-item{
		background-size: cover!important;
		background-position: center;
		transition: transform 0.3s ease-in-out;
	}
	
	.reise-item:hover{
		transform: scale(1.01);
		transition: transform 0.3s ease-in-out;
		background-size: 105%;
	}

	.join-in table{
		width: 90%;
		border-collapse: collapse;
		margin-left: 7rem;
	}
}
	
	
@media(max-width:767px){
		.reiseliste .col-xs-12{
			margin-bottom:1rem;
		}
		.join-in table{
			width: 100%;
			border-collapse: collapse;
			margin-left: 0rem;
		}
}

@media(max-width:1550px){
	.sidebar{
		display:none;
	}
}

@media(min-width: 1551px){
	.allSection{
		display: flex;
		justify-content: space-evenly;
	}
	
}

.preis{
	font-size: 20px;
}

section.join-in .col-xs-12:first-child {
	padding-left:unset!important;
}

.join-in th, .join-in td {
    text-align: left;
}

.join-in th{
	border-bottom: 1px solid var(--background-alt2);
}

#wpforms-445-field_35-container{
	padding:0;
}

div.wpforms-container-full .wpforms-form div.dynamic-price{
	font-size: 2rem;
    font-weight: 700;
}

/* Sticky Sidebar */

.sidebar{
	position: sticky !important;
    top: 10rem;
    height: 100%;
    background-color: #ebe2e226;
    margin-left: 2rem;
    padding: 3rem;
    border-radius: 14px;
    box-shadow: 3px 4px 8px #e1e1e147;
    border: 1px solid #0000000d;
}

.sidebar p{
	font-size: 2rem;
	font-weight: 700;
	color: var(--primary);
}

.sidebar a{
	color: var(--text);
}

.sidebar a:hover{
	color: var(--primary);
}

.sidebar .sidebarLinks{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}


#preise-wrapper .preisfeld {
    display: none;
}

