body
{
	overflow:visible !important;
}

footer
{
    margin-top:50px;
}

.flexslider {
    margin: 43px 0 0;
}

.lng-switcher
{
    width:26px; height:26px; background-position:center center; border-radius:90%; display:inline-block;
}

.en-switcher
{
    background-image:url('/media/1iygp4av/united-states-of-america-usa.png');
}

.de-switcher
{
    background-image:url('/media/xczfty4l/germany.png');
}


.lng-switcher:hover
{
    opacity:0.7;
}

.Signalfarbe
{
	color:#6c9577
}

.btn-primary {
    color: #fff !important;
    background-color: #b74c35;
    border-color: #463e3e;	
}

.btn-primary:hover {
    color: #fff !important;   
	background-color:#463e3e;
}

.btn-primary span
{
    font-size: 33px;
    float: left;
}

.download
{
	padding-right:44px;
}


.umb-grid img
{
	max-width:100%;
}

.umb-grid h1, .umb-grid h2, .umb-grid h3, .umb-grid h4, .umb-grid h5
{
	line-height:120%;
}

.col-md-12 h1
{
	margin:50px 0px 10px 0px;
}

.logo a
{
	padding:12px 0px;
}
	
.sticky .logo a img
{
		width:100px !important;
}

.sticky .logo a
{
		padding:9px 0px !important;
}

.whiteFont, .whiteFont a
{
	color:#fff;
}

.whiteFont a:hover
{
	color:#f9f9f9 !important;
}

.carousel
{
	border-color:#fff !important;
}

footer .logo-footer
{
	margin-right:30px;
}


.flexslider .slides .flex-caption p
{	
    color: #fff;
    display: none;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 30px;
    margin: 50px auto 0;
    padding: 12px 0;
    width: 50%;
}

.restaurant-caption p
{
	background-color: rgba(108, 149, 119, 0.85);
}

.hotel-caption p
{
	background-color: rgba(183, 76, 53, 0.85);
}


.erlebnis-caption p
{
	background-color: rgba(229, 204, 92, 0.85);
	color:#333 !important;
}

footer adress
{
	display:block;
}

ul.main-menu > li > a, ul.main-menu > li > a:link, ul.main-menu > li > a:visited
{
	padding:6px 10px;
}


.breadcrumb
{
	font-size:14px;
}

.breadcrumb .divider
{
	color: white !important;
}

.breadcrumb a
{
	color:white !important;
}

.breadcrumb a:hover
{
	color:white !important;
	text-decoration:underline;
}

.breadcrumb li.active
{
	font-weight:bold;
	text-decoration:underline;
}

.tabLink
{
	display:block; margin-top:6px;
}

.main-menu ul
{
	width:auto;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


#map
{
    height:400px;
}

.googleImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.googleFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.go-cookie-overlay-background {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.yt-cookie-overlay-background {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
}


.cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    pointer-events: none;
    opacity: .5;
    background: rgba(0, 0, 0, .6);
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ytImg, .googleImg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .ytImg:hover, .googleImg:hover {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.video-container .yt-cookie-overlay-background {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

    .video-container .yt-cookie-overlay-background iframe,
    .video-container .yt-cookie-overlay-background object,
    .video-container .yt-cookie-overlay-background embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

