.poi-header-image {
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
	display: flex;
    align-items: center;
    border-bottom:30px solid #005b32;
}
@media (max-width: 768px) {
	.poi-header-image {
		display:block;
		height:auto;
	}
}

.poi-header-image img {
	width:100%;
	height:auto;
}
.poi-header-image-copyright-wrapper {
	position:absolute;
	bottom:4px;
	right:0;
}
@media (max-width: 768px) {
	.poi-header-image-copyright-wrapper {
		position: absolute;
		bottom: 0;
		background: #005b32;
		line-height: normal;
    	padding: 10px 0;
    }
}

.poi-header-image-copyright {
	color: #fff;
	font-size:12px;
	padding-top:0;
}

.poi-map-opener {
	margin-bottom: 10px;
	display:block;
    border-top: 1px dotted #b51032;
    color: #b51032;
    padding-top: 10px;
    margin-top:10px;
}

.poi-leistung h2,
.poi-leistung h3 {
	color: #005c32;
    font-family: "Alegreya Sans", Sans-serif;
    font-weight: normal;
    font-size:25px;
    margin-bottom:15px;
}

/* Leistungen Filter & Suche */
#leistungen-suche {
    background: transparent;
    z-index: 99999;
    position: absolute;
    top: -30px;
    width: 100%;
    padding: 0;
}
@media (max-width: 768px) {
	#leistungen-suche {
		position: relative;
		top:0;
	}
}
.select-wrapper {
	width: 100%;
	position:relative;
}
.select-wrapper::before {
	content: "\e900";
    font-family: Astra;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 3px;
	color: #999;
	pointer-events:none;
}
.select-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}
.select-wrapper select::-ms-expand {
	display: none;
}
.select-wrapper select, .select-wrapper select:focus {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	background: #fff;
	color: #000;
	font-size: 16px;
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,.5);
	outline: none;
	cursor: pointer;
}
.select-wrapper select option {
	color: #666;
}
.select-wrapper select.initial {
  color: #b50434;
}
.select-wrapper select:focus::-ms-value {
	background-color: transparent;
}
#result {
	margin-top:35px;
}
@media (max-width: 768px) {
	#result {
		margin-top:0;
	}
}
#result .card {
	height: 460px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
	#result .card {
		height:auto;
		margin-bottom:35px;
	}
}
#result .card-img {
	max-height:215px;
	overflow:hidden;
}
@media (max-width: 1024px) {
	#result .card-img {
		max-height:110px;
	}
}
@media (max-width: 768px) {
	#result .card-img {
		max-height:225px;
	}
}
@media (min-width: 1024px) {
	#result .card-img img {
		min-height: 215px;
	}
}
#result .card-body h5 {
	margin-bottom:5px;
}
#result .card-body h5 a {
	background: #b50434;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
	height: 100px;
    display: flex;
    align-items: center;
}
#result .card-body h2 {
	margin-bottom:10px;
	line-height:1;
}
#result .card-body h2 a {
	color:#000;
	font-size:21px;
}
#result .card-body h3 {
	color:#000;
	font-size:16px;
}
#result a.more-btn {
	background: #b50434;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    margin: -20px 25px 50px 0;
    display: inline-block;
}
/* VK Map */
.vk-title {
	color: #c12d55;
    background: #eee;
    padding: 15px 10px;
    font-weight: 500;
    margin-bottom:10px;
}
.vk-content {
	color: #005c32;
    padding: 0 10px;
    margin-bottom:20px;
}
.vk-content a {
	color: #005c32;
}
.vk-content a:hover {
	text-decoration:underline;
}
@media (max-width: 768px) {
	.padding-mobile-left {
		padding-left:5px !important;
	}
	.padding-mobile-right {
		padding-right:5px !important;
	}
}
/* Abocard */
#abocard_number_field {
	border: 1px solid #ba1441;
    padding: 20px;
    background: #edc2ce;
}
#place_order {
	margin-bottom:25px;
}

/* Checkbox Nebensaisonkarte */
.check-nebensaisonkarte-wrap>div {
	font-size: 14px;
	position:relative;
	padding-left:20px;
	line-height:normal;
	margin-top: 2px;
  margin-left: 5px;
}
.check-nebensaisonkarte-wrap>div input[type="checkbox"] {
	position:absolute;
	top:2px;
	left:0;
}
@media (max-width: 768px) {
	.check-nebensaisonkarte-wrap {
		margin:15px 0 0 0;
	}
	.check-nebensaisonkarte-wrap>div {
		width: 195px;
    margin: auto 0 0 auto;
    text-align: right;
	}
	.check-nebensaisonkarte-wrap>div input[type="checkbox"] {
		position:relative;
	}
}