@font-face {
	font-family: FrutigerNextLT_LightCond;
	src: url(/fonts/FrutigerNextLT_LightCond.ttf);
}
@font-face {
	font-family: FrutigerNextLT_HeavyCond;
	src: url(/fonts/FrutigerNextLT_HeavyCond.ttf);
}
@font-face {
	font-family: FrutigerNextLT_RegularCond;
	src: url(/fonts/FrutigerNextLT_RegularCond.ttf);
}
@font-face {
	font-family: FrutigerNextLT_BoldCond;
	src: url(/fonts/FrutigerNextLT_BoldCond.ttf);
}
#loading-entire-page {
	position: fixed;
	font-size: 90px;
	z-index: 100;
	color: white;
	background: rgba(0,0,0,0.6);
	width: 100%;
	top: 36%;
	text-align: center;
	display: none;
}
#loading-entire-page h1 {
	font-family: FrutigerNextLT_BoldCond;
	color: white
}
.titelbild-black {
	background-color: black;
	width: 100%;
	height: 900px;
	position: absolute;
	z-index: 1;
	opacity: 0.3;
}
.owl-item>li img {
	width: 100%;
	max-height: 390px;
}
.carousel-img {
	width: 100%;
	z-index: 0;
}
.search-div {
	position: absolute;
	z-index: 10;
	top: 30%;
	font-size: 13px;
	width: 100%
}
.search-div-xs {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 14%;
}
.search-div label {
	width: 100%
}
.search-inner {
	padding: 5%;/*background-color: rgba(222, 222, 222, 0.8) !important;*/
}
.search-inner h2 {
	color: white
}
.search-div-xs h2 {
	font-size: 16px !important;
}
.search-div .search-inner {
	font-size: 18px;/*height: 200px;*/
}
.search-div .search-inner input {
	margin-bottom: 9px;
	border-radius: 4px;
}
.maps {
	margin-top: 100px;
}
path {
	fill: #6585c3;
	transition: .6s fill;
}
path:hover {
	fill: #e3e3e3;
}
#svgframe {
	padding-bottom: 5%;
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.svg-link {
	cursor: pointer;
	color: white
}
.svg-link:hover {
	font-weight: bold;
}
text {
	fill: white;
}
svg {
	z-index: 1;
}
a {
	color: black
}
hr {
	margin: 5px 0;
}
.pois-list p {
	margin: 0 !important;
}
.pois-list.row {
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
}
.search-results li {
	text-align: left;
}
.search-results p {
	margin-bottom: 0;
}
.search-results a {
	color: #626262;
}
#search-results-s {
	width: 100% !important;
	left: 0;
	margin-top: -20px;
}
#search-results-s p {
	line-height: 17px;
}
.search-results {
	box-shadow: 0px 2px 9px 0px #515151;
	background-color: white;
	border-radius: 0px 0px 9px 9px;
	padding: 1%;
	z-index: 1000;
	border-width: 0px 1px;
	border-color: rgb(216, 211, 211);
	display: none;
	margin-top: -9px;
	color: #626262;
	list-style-type: none;
	position: absolute;
	width: auto;
	min-width: 70%;
}
#searchloading {
	color: #434343;
	display: none;
	position: absolute;
	right: 6%;
}
.img-responsive {
	width: 100%;
}
.panel.panel-default .panel-heading a {
	color: black;
	text-align: center;
}
.mg-copyright .mg-sec-title.ferienregionen{
	text-align:left
}
.mg-copyright .mg-sec-title::after{
	left:3%
}
.mg-copyright .mg-sec-title h4{
	color:#96a3a9
}
.underline{
	    text-decoration: underline;
}
.mg-copyright .mg-footer-nav.pages a{
	font-size: 20px
}
.mg-copyright .mg-footer-nav > li{
	float: none
}