/*------------ Slide Layouts ------------*/
/* Slide: Grün=fob-slide-style10 */
.fob-slide-style10 {
	background-color: #92af5b;
}

/* Slide: Dunkel Grün=fob-slide-style20 */
.fob-slide-style20 {
	background-color: #006134;
}

/* Slide: Hell Grün=fob-slide-style30 */
.fob-slide-style30 {
	background-color: #cad6ad;
}

/* Slide: Blau=fob-slide-style40 */
.fob-slide-style40 {
	background-color: #0c3f98;
}

/* Slide: Rot=fob-slide-style50 */
.fob-slide-style50 {
	background-color: #e83129;
}

/* Slide: Orange=fob-slide-style60 */
.fob-slide-style60 {
	background-color: #ff7a41;
}

/* Slide: Pink=fob-slide-style70 */
.fob-slide-style70 {
	background-color: #ce4c68;
}

/* Slide: Grau=fob-slide-style80 */
.fob-slide-style80 {
	background-color: #D5D5D5;
}

.swiper-container {
	margin: 0 auto 0 0;
	overflow: hidden;
	max-height: 100vw;
}

.swiper-container.link .swiper-title {
	cursor: pointer;
}

.swiper-container.link .swiper-title:hover h3 {
	color: #b5b4b5;
}

.swiper-container.link .swiper-title:hover:after {

}

.swiper-title {
	position: absolute;
	top: .2em;
	left: .3em;
	right: .3em;
	z-index: 10;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-right: 2em;
}

.swiper-title:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2em;
	height: 2.5em;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	background-color: #b5b4b5;
}

.swiper-title h3 {
	display: inline;
	padding: 0 .3em;
	background-color: rgba(255, 255, 255, .8);
}

.swiper-container.swiper-pag {
	margin-bottom: 30px;
}

.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev {
	top: 50%;
	bottom: 0%
}

.swiper-button-next {
	right: 1%;
}

.swiper-button-prev {
	left: 1%;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	opacity: 1;
	margin-top: 0;
	width: auto;
	height: auto;
	top: calc(50% - 24px);
}

.swiper-container .fa-forward,
.swiper-container .fa-reward {
	color: #7793c4;
	/*width: 2em;*/
	text-align: center;
	font-size: 48px;
}

.swiper-container .fa-forward:hover,
.swiper-container .fa-reward:hover {
	color: #0c3f98;
}

.swiper-container .fa-forward:before {
	content: "\f0a9";
}

.swiper-container .fa-reward:before {
	content: "\f0a8";
}

.swiper-slide {
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto !important;
	/*padding: 0 1.8em;*/
}

.swiper-wrapper {
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.swiper-slide-content {
	width: 80%;
	/** Wenn middle, dann height auskommentieren **/
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}

.swiper-slide-content h2 {
	font-size: 0.9em;
	padding: 0.2em 0.4em;
	background-color: rgba(255, 255, 255, 0.5);
}

.swiper-slide-content * {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	height: auto;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: -30px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #0061a8;
	background-color: #fff;
	opacity: 1;
}

.swiper-pagination-bullet:hover {
	background-color: rgba(1, 70, 148, 0.5);
}

.swiper-pagination-bullet-active {
	background: #0061a8;
}

.gallery-thumbs {
	height: 3em;
	margin-top: 5%;
}

.gallery-thumbs .swiper-wrapper {
	width: 40%;
	overflow: hidden;
	left: 15%;
}

.gallery-thumbs .swiper-slide {
	width: 3em;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	position: relative;
	height: 100%;
	opacity: 0.4;
	background-position: center center;
	background-size: cover;
	cursor: pointer;

}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.swiper-slide {
		font-size: 1em;
	}

	.swiper-button-next {
		right: 3%;
	}

	.swiper-button-prev {
		left: 3%;
	}
}
