@-webkit-keyframes increase {
	0% {
		bottom: 7%;
	}

	50% {
		bottom: 5%;
	}

	100% {
		bottom: 7%;
	}
}

@keyframes increase {
	0% {
		bottom: 7%;
	}

	50% {
		bottom: 5%;
	}

	100% {
		bottom: 7%;
	}
}

html,
body {
	background: #fff;
	height: 100%;
	width: 100%;
	font-size: 100%;
}

section#main-pic {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 1030px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.5) inset;
	min-height: 600px;
}

@media only screen and (min-width:1920px) {
	section#main-pic {
		background-attachment: fixed;
	}
}

section#main-pic #main-bumper {
	margin: 0 auto;
	width: auto;
	max-width: 70%;
	max-height: 50%;
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.3));
}

section#main-pic .main-wrapper {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section#main-pic h1 {
	margin-top: 120px;
	display: none;
	font-size: 88px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.55);
}

section#main-pic #goTo {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.55);
	text-align: center;
	-webkit-animation-name: increase;
	animation-name: increase;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

section.js_logo_slider_wrapper {
	min-width: 1024px;
	position: relative;
	height: 120px;
	overflow: hidden;
	padding: 2rem 0;
}

section.js_logo_slider_wrapper div.js_logo_slide {
	position: absolute;
	overflow: hidden;
	width: 100%;
}

section.js_logo_slider_wrapper div.js_logo_slide div.logo {
	height: 120px;
	width: 340px;
	text-align: center;
	display: inline-block;
	float: left;
	/* -webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; */
}

section.js_logo_slider_wrapper div.js_logo_slide div.logo:hover {
	/*-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;*/
}

.section {
	padding: 3.5em 0;
	min-width: 1024px;
}

section#second-part {
	background-clip: border-box;
	background-color: #eee;
	background-origin: padding-box;
	background-position: center center;
	min-width: 1030px;
	overflow: hidden;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
}

section#second-part p {
	font-family: open-sans;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

section#second-part #show-overlay {
	height: 169px;
	width: 252px;
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 2px 4px rgba(150, 150, 150, 1);
	box-shadow: 1px 2px 4px rgba(150, 150, 150, 1);
	/* IE 9 */
	-webkit-transform: rotate(-5deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-5deg);
	background-repeat: no-repeat;
	background-size: cover;
}

section#second-part #show-overlay:before {
	content: "";
	height: 40px;
	width: 56px;
	background-color: rgba(30, 30, 30, 0.8);
	border-radius: 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section#second-part #show-overlay:hover:before {
	background-color: #FF0000;
}

section#second-part #show-overlay:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section.js_slidein {
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-position: -775px center, right -775px center;
	min-width: 1030px;
	background-repeat: no-repeat !important;
	overflow: hidden;
	width: 100%;
	padding: 50px 0px 25px 0px;
	font-family: open-sans;
	font-size: 16px;
	color: #666;
	-webkit-transition: background-position 1s ease-in;
	transition: background-position 1s ease-in;
}

section.js_slidein.comeIn {
	background-position: -270px center, right -270px center;
}

section#third-part .rentaBike,
section#third-part #motTouren {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 390px;
	position: relative;
	-webkit-transition: -webkit-box-shadow 0.5s ease 0s;
	transition: -webkit-box-shadow 0.5s ease 0s;
	transition: box-shadow 0.5s ease 0s;
	transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
	width: 472px;
}

section#third-part a:hover .rentaBike {
	-webkit-box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.5) inset;
}

section#third-part .rentaBike div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/blueBar.png) no-repeat;
	background-position: left top;
	padding: 58px 12px 12px 12px;
	display: flex;
	flex-direction: column;
}

section#third-part .rentaBike div a:hover {
	text-decoration: underline;
}

section#fourth-part {
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	/*     background-image: url(../img/car1.png), url(../img/car2.png) ; */
	background-position: -775px center, right -775px center;
	min-width: 1030px;
	background-repeat: no-repeat !important;
	overflow: hidden;
	width: 100%;
	padding: 3.5rem 0;
	font-family: open-sans;
	font-size: 16px;
	color: #666;
	-webkit-transition: background-position 1s ease-in;
	transition: background-position 1s ease-in;
}

section#fourth-part.comeIn {
	background-position: -275px center, right -275px center;
}

section#fourth-part .rentaCar {
	height: 390px;
	width: 472px;
	background: url(../img/carr1.jpg) no-repeat;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

section#fourth-part a:hover .rentaCar {
	-webkit-box-shadow: 0 0 60px 0px rgba(0, 0, 0, 0.8) inset;
	box-shadow: 0 0 60px 0px rgba(0, 0, 0, 0.8) inset;
}

section#fourth-part .rentaCar.second {
	background: url(../img/carr2.jpg) no-repeat;
}

section#fourth-part .rentaCar div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/blueBar.png) no-repeat;
	background-position: left top;
	padding: 58px 12px 12px 12px;
	display: flex;
	flex-direction: column;
}

section#fourth-part .bottomright {
	position: absolute;
	bottom: 9px;
	right: 9px;
}

section#last-part {
	min-width: 1030px;
	overflow: hidden;
	width: 100%;
	margin: 80px 0px;
}

section#last-part #polaroid {
	float: right;
	height: 178px;
	width: 240px;
	border: 4px solid #fff;
	background: url(../img/polaroid.jpg) 55% 74% no-repeat;
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.38);
	margin: 12px 0;
}

section#last-part p {
	font-family: open-sans;
	font-size: 16px;
	line-height: 1.4em;
	color: #666;
}

section#region-part {
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	/*     background-image: url(../img/erleb1.png), url(../img/erleb2.png) ; */
	background-position: -775px center, right -775px center;
	min-width: 1030px;
	background-repeat: no-repeat !important;
	overflow: hidden;
	width: 100%;
	padding: 50px 0px 25px 0px;
	font-family: open-sans;
	font-size: 16px;
	color: #666;
	-webkit-transition: background-position 1s ease-in;
	transition: background-position 1s ease-in;
}

section#region-part.comeIn {
	background-position: -150px center, right -150px center;
}

section#womo-part {
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	/*     background-image: url(../img/womo1.png), url(../img/womo2.png) ; */
	background-position: -775px center, right -775px center;
	min-width: 1030px;
	background-repeat: no-repeat !important;
	overflow: hidden;
	width: 100%;
	padding: 50px 0px 25px 0px;
	font-family: open-sans;
	font-size: 16px;
	color: #666;
	margin: 10px 0 20px 0;
	-webkit-transition: background-position 1s ease-in;
	transition: background-position 1s ease-in;
}

section#womo-part.comeIn {
	background-position: -275px center, right -275px center;
}

section#womo-part .womo {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 390px;
	position: relative;
	-webkit-transition: -webkit-box-shadow 0.5s ease 0s;
	transition: -webkit-box-shadow 0.5s ease 0s;
	transition: box-shadow 0.5s ease 0s;
	transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
	width: 472px;
}

section#womo-part a:hover .womo {
	-webkit-box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.5) inset;
}

section#womo-part .womo div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/blueBar.png) no-repeat;
	background-position: left top;
	padding: 58px 12px 12px 12px;
	display: flex;
	flex-direction: column;
}

section#womo-part .womo div a:hover {
	text-decoration: underline;
}

section.forSlides {
	background-clip: border-box;
	background-color: #eee;
	background-origin: padding-box;
	background-attachment: fixed;
	background-position: center center;
	min-width: 1030px;
	overflow: hidden;
	width: 100%;
}

section.forSlides .flexslider {
	width: 100%;
	height: auto;
	padding-bottom: 70px;
}

section.forSlides .flexslider li div {
	position: relative;
}

section.forSlides .flexslider li div .copyRIGHT {
	top: 9px;
	right: 15px;
}

section.forSlides .flexslider .slidesIMGsize {
	height: 185px;
	-o-object-fit: cover;
	object-fit: cover;
}

section.forSlides .flexslider .slideHeadline {
	font-size: 18px;
	font-family: open-sans-bold;
	color: #233184;
	margin: 12px 0px 8px 0px;
}

section.forSlides .flexslider .flex-control-nav {
	bottom: 20px;
}

section.forSlides .flexslider .flex-direction-nav .flex-prev {
	opacity: 0.3;
	left: -130px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.forSlides .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
}

section.forSlides .flexslider .flex-direction-nav .flex-next {
	opacity: 0.3;
	right: -130px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.forSlides .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
}

section.offerSec {
	margin: 55px 0px;
}

section.offerSec .offerONE {
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 290px;
	position: relative;
	-webkit-transition: -webkit-box-shadow 0.5s ease 0s;
	transition: -webkit-box-shadow 0.5s ease 0s;
	transition: box-shadow 0.5s ease 0s;
	transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
	width: 100%;
}

section.offerSec .offerONE div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/blueBar2.png) no-repeat;
	background-position: left top;
	padding: 58px 12px 12px 12px;
	display: flex;
	flex-direction: column;
}

section.offerSec a:hover .offerONE {
	-webkit-box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.5) inset;
}

section.offerSec.tickets a {
	border: 1px solid #ccc;
	border-radius: 6px;
	border-top: 1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+26,ededed+28,ffffff+41,ededed+73,ffffff+90 */
	background: #ffffff;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 26%, #ededed 28%, #ffffff 41%, #ededed 73%, #ffffff 90%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

section.offerSec.tickets a div.bottom-block,
section.offerSec.tickets a img {
	border-top: 1px solid #ccc;
}

section.offerSec.tickets a h3 {
	text-shadow: 0px 1px 0px #fff;
	color: #676767;
}

section.offerSec.tickets a div.img_wrap {
	overflow: hidden;
	height: 238px;
	width: 100%;
	border-top: 1px solid #ccc;
}

section.offerSec.tickets a div.img_wrap div.real_img {
	width: 196px;
	height: 196px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	border-radius: 104px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.offerSec.tickets a div.img_wrap div.real_img img {
	margin: -1px 0 0 -1px;
}

section.offerSec.tickets a div.blur {
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.4;
	height: 140%;
	width: 140%;
	-webkit-transform: translate(-14%, -14%);
	transform: translate(-14%, -14%);
}

section.offerSec.tickets a:before {
	content: "";
	width: 40px;
	height: 7px;
	border-radius: 0px 0px 6px 6px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -20px;
}

section.offerSec.tickets a div.bottom-block:before {
	content: "";
	height: 13px;
	width: 6px;
	border-radius: 0px 7px 7px 0px;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: -7px;
	left: -1px;
	z-index: 2;
}

section.offerSec.tickets a div.bottom-block:after {
	content: "";
	height: 13px;
	width: 6px;
	border-radius: 7px 0px 0px 7px;
	background: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: -7px;
	right: -1px;
}

section.offerSec.tickets a div.bottom-block p.ticket-link {
	border: 1px solid #909090;
	color: #676767;
	border-radius: 2px;
}

section#citywalk {
	margin: 55px 0px;
}

section#citywalk img+div.absolute {
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/blueBar.png) no-repeat;
	background-position: left top;
}

#view-box {
	height: 492px;
	background-color: #efefef;
}

.image-holder {
	height: 100%;
	width: 100%;
	background-size: 100%;
	background-position: center;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#view-box .image-holder {
	height: 492px;
	width: 492px;
	background-size: auto 100% !important;
}

.region-box:hover .image-holder {
	background-size: 105%;
}

.image-holder span {
	top: 50%;
	left: 50%;
	z-index: 4;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.image-holder img {
	bottom: 0px;
}

.text-area {
	width: 490px;
	height: 474px;
}

.close {
	background: #525252 url(../img/icons/closeOverlay.png) no-repeat scroll center center / 35px 35px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 2px #525252;
	box-shadow: 0 0 2px #525252;
	cursor: pointer;
	height: 43px;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 43px;
	z-index: 12;
}

section#verylast-part {
	min-width: 1030px;
	overflow: hidden;
	padding-bottom: 80px;
	padding-top: 80px;
	width: 100%;
}

.checkListPoint {
	background-image: url(../img/icons/check.png);
	background-position: left 1px;
	background-repeat: no-repeat;
}



.toFront {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#Demo {
	overflow: hidden;
}


.margin-bottom-46 {
	margin-bottom: 46px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.font-444 {
	color: #444444;
}

.font-red {
	color: #a00808;
}

.shadow-ccc {
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

.border-dc {
	border: 1px solid #dcdcdc;
}

.font-indie {
	font-family: 'Indie Flower', cursive;
}

@media (max-width: 1600px) {
	section.forSlides .flexslider .flex-direction-nav .flex-prev {
		left: 0px;
	}

	section.forSlides .flexslider .flex-direction-nav .flex-next {
		right: 0px;
	}
}

@media (max-width:1024px) {
	section.js_slidein {
		background-image: none !important;
	}
}

.whiteButton {
	padding: 8px 22px;
	background-color: white;
	color: black;
	font-family: open-sans;
	font-size: 18px;
}

.ButtonLink {
	text-align: center;
	display: inline-block;
	font-family: open-sans;
	font-size: 18px;
	color: #fff;
	padding: .75rem 1.5rem;
	background: #233184;
	border-radius: .375rem;
}

.ButtonLink.is-white {
	background-color: #fff;
	color: #8c000d;
}

.copyRIGHT {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 11px;
	font-family: open-sanslight;
	z-index: 1;
	opacity: 0.75;
}

#blackoverlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.overlay {
	-webkit-box-shadow: 5px 5px 20px 0 #272727;
	box-shadow: 5px 5px 20px 0 #272727;
	position: absolute;
	top: -82px;
	z-index: 22;
}

.closebut {
	border-bottom: 5px solid white;
	border-left: 5px solid white;
	cursor: pointer;
	right: 8px;
	height: 29px;
	width: 29px;
	z-index: 30;
}

.de {
	background: url(../img/icons/de.gif) no-repeat scroll left center;
}

.at {
	background: url(../img/icons/at.gif) no-repeat scroll left center;
}

.ch {
	background: url(../img/icons/ch.gif) no-repeat scroll left center;
}

.call {
	line-height: 1.1em;
}

.ma_tipp {
	height: 140px;
	width: 140px;
	position: absolute;
	top: 16px;
	right: 16px;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

.ma_tipp .img_holder {
	border-radius: 100% / 100%;
	border: 3px solid #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.ma_tipp .name_holder {
	height: 24px;
	width: 140px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	box-sizing: border-box;
}

.ma_tipp .bow_left,
.ma_tipp .bow_right {
	height: 24px;
	width: 10px;
}

.ma_tipp .bow_mid {
	background-color: #223184;
	padding: 2px;
	box-sizing: border-box;
}

.ma_tipp .bow_left .top,
.ma_tipp .bow_right .top {
	border-top: 12px solid #233184;
}

.ma_tipp .bow_left .bottom,
.ma_tipp .bow_right .bottom {
	border-bottom: 12px solid #233184;
}

.ma_tipp .bow_left .bottom,
.ma_tipp .bow_left .top,
.ma_tipp .bow_right .bottom,
.ma_tipp .bow_right .top {
	width: 0;
	height: 0;
}

.ma_tipp .bow_left .bottom {
	border-left: 10px solid transparent;
}

.ma_tipp .bow_left .top {
	border-left: 10px solid transparent;
}

.ma_tipp .bow_right .bottom {
	border-right: 10px solid transparent;
}

.ma_tipp .bow_right .top {
	border-right: 10px solid transparent;
}

.ma_tipp .bow_mid {
	height: 24px;
	width: 120px;
}

/**
* Card start
*/
.card {
	display: block;
	border-radius: .5rem;
	padding: .75rem;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

.card .card-image {
	border-radius: .325rem;
	overflow: hidden;
	position: relative;
}

.card .card-image img {
	display: block;
}

.card .card-image .copyright {
	position: absolute;
	top: .25rem;
	right: .25rem;
	color: #fff;
	font-size: .5rem;
	opacity: .5;
}

/**
* Bigcard start
*/
.big-card {
	display: block;
	border-radius: .5rem;
	padding: .75rem;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

.big-card .big-card-image {
	border-radius: .325rem;
	overflow: hidden;
	position: relative;
}

.big-card .big-card-image img {
	display: block;
	width: 100%;
	height: auto;
}

.big-card .big-card-image .copyright {
	position: absolute;
	top: .25rem;
	right: .25rem;
	color: #fff;
	font-size: .5rem;
	opacity: .5;
}

/**
* Bigcard end
*/

/**
* Slider-card start
*/
.slider-card {
	flex-grow: 1;
	display: block;
	border-radius: .5rem;
	padding: .75rem;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
	/* height: 500px;
	overflow-y: auto; */
}

.slider-card .slider-card-image {
	border-radius: .325rem;
	overflow: hidden;
	position: relative;
}

.slider-card .slider-card-image img {
	display: block;
	width: 100%;
	height: 180px;
}

.slider-card .slider-card-image .copyright {
	position: absolute;
	top: .25rem;
	right: .25rem;
	color: #fff;
	font-size: .5rem;
	opacity: .5;
}

/**
* Slider-card end
*/


/**
* Sightmap start
*/
.sights-map .column {
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

.sights-map .column .left-row {
	width: 33%;
	max-height: 650px;
	overflow-y: auto;
	padding: 4px;
	background-color: white;
	z-index: 2;
}

.sights-map .column .left-row .sightlist-item {
	position: relative;
	list-style: none;
	margin-bottom: 6px;
	padding: 14px;
	background-color: rgb(247, 247, 247);
	border-radius: 4px;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #eeeeee;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.sights-map .column .left-row .sightlist-item:last-child {
	margin-bottom: 0;
}

.sights-map .column .left-row .sightlist-item:not(.active):hover {
	border-color: #d1d1d1;
	color: #2d2d2d;
}

.sights-map .column .left-row .sightlist-item.active {
	outline: 1px solid #2f78ff;
	box-shadow: 0 2px 6px rgb(47, 120, 255, .5);
	color: #2f78ff;
}

.sights-map .column .left-row .sightlist-item .thumb {
	width: 30%;
	justify-self: flex-start;
}

.sights-map .column .left-row .sightlist-item .thumb .image {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.sights-map .column .left-row .sightlist-item .thumb .image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.sights-map .column .left-row .sightlist-item .content {
	width: 75%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	justify-self: flex-end;
}

.sights-map .column .mid-row {
	width: 33%;
	margin-left: -33%;
	max-height: 650px;
	overflow-y: auto;
	transition: all .4s ease-in-out;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sights-map .column .mid-row.active {
	margin-left: 0%;
}

.sights-map .column .mid-row .item-content .item-content-credit {
	position: absolute;
	left: .25rem;
	top: .25rem;
	font-size: .5rem;
	color: white;
}

.sights-map .column .mid-row .item-content .item-content-image {
	width: 100%;
}

.sights-map .column .mid-row .item-content .closer {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.25rem;
	padding: .75rem;
	cursor: pointer;
}

.sights-map .column .mid-row .item-content .closer i {
	color: white;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, .4));
	-webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .4));
	-moz-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .4));
}

.sights-map .column .right-row {
	flex-grow: 1;
	background-color: #909090;
}

.sights-map .column .right-row .map {
	height: 100%;
}

.sights-map #infoWindowCloser {
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(../img/icons/close.png) no-repeat #4D4D4D;
	background-position: center;
	background-size: 20px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	right: -12px;
	top: -12px;
	z-index: 10;
	border: 2px solid #fff;
	cursor: pointer;
}

/**
* Sightmap end
*/

/**
* Kachelbox section start
*/
.kachel-section .columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: .825rem;
}

.kachel-section .columns:not(:last-child) {
	margin-bottom: .825rem;
}

.kachel-section .columns .column {
	flex-grow: 1;
}

.kachel-section .kachel {
	display: block;
	position: relative;
	padding-top: 100%;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	border-radius: .5rem;
	background-color: #efefef;
	overflow: hidden;
	background-position: center;
	background-size: 100%;
}

.kachel-section .kachel .copyright {
	position: absolute;
	top: .25rem;
	right: .25rem;
	color: #fff;
	font-size: .5rem;
	opacity: .5;
}

.kachel-section .kachel .label {
	position: absolute;
	color: #fff;
	font-size: 1.125rem;
	font-family: open-sans-semibold;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	z-index: 4;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.kachel-section .kachel:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.kachel-section .kachel:hover {
	background-size: 105%;
}

.kachel-section .kachel:hover:after,
.kachel-section .kachel:hover .label {
	opacity: 0;
}

/**
* Kachelbox section end
*/