.swipe {
	overflow: scroll;
	position: relative;
	width: 100%;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.nav {
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 10;
	text-align: center;
	display: inline-block;
	color: #888;
	top: 50%;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
	border: 5px solid #ccc;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	margin-left: 1em;
	margin-right: 1em;
}
.nav img{
	position: relative;
	top:18;
	right:0;
    bottom:0;
	left:0;
    margin: auto;
}
.nav.next img{
	left:4px;
}
.nav.prev img{
	left:-2px;
}
.nav.next {
	right: 0;
}
.nav.prev {
	left: 0;
}
.header{
	position:fixed;
	width:100%;
	top:0px;
	height:100px;
	z-index:100;
	background-color:#fff;
	border-bottom: 1px solid #999;
}
.sub-menu{
	background-color: #4c4c4c;
	height:40px;
	line-height: 40px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 100;
	font-size: 15px;
	text-align: center;
	z-index: 20;
}
.header li, .sub-menu li{
	display:inline-block;
	padding:0px;
	margin:0px;
}

.header-separator{
	display:inline-block;
	border-right: 1px solid #828282;
	height:35px;
	vertical-align: middle;
	
}
.sub-menu-separator{
	display:inline-block;
	border-right: 1px solid #828282;
	height:25px;
	vertical-align: middle;
}
.menu-panel li a,.sub-menu a {
	color:#e3e3e3;
	text-decoration: none;
}

.menu-panel a:active, .menu-panel li a:hover, .sub-menu a:hover, .sub-menu a:active {
	color:#ff0000;
	text-decoration: none;
}
.menu-panel li a.selected, .sub-menu li a.selected{
	color:#ff6600;
}
.menu-block{
	background-color: #333;
	display:inline-block;
	width:10em;
	text-align: center;
}
.submenu-block{
	display:inline-block;
	width:10em;
	text-align: center;
}

.logo-panel{
	text-align :right ;
	height:76px;
}
.logo-container{
	padding-top:23px;
	padding-right:20px;
}
.menu-panel, .item-header{
	text-align:center;
	height:56px;
	line-height:56px;
	background-color: #333;
	border-bottom:1px solid black;
	border-top:1px solid black;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 100;
	font-size:17px;
	letter-spacing: 0.5px;
}

.content-offset-cleaner{
/*  	margin-top: -66.94%; */
}

.content-head{
	display: inline-block;
	padding-left: 2em;
	background-color: rgba(255,255,255,0.8);
	height:4em;
	line-height:4em;
	margin-top:20px;
	margin-bottom:1.5em;
	width:100%;
}
.content-head h2{
	font-size:24px;
	font-weight:600;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.content-text, .content-list-header, .content-list-item{
	padding:1em;
	background-color: rgba(255,255,255,0.8);
	color: #333;
	width:50%;
	display:inline-block;
	text-align: left;
	margin-bottom:2em;
	white-space: normal;
}
.content-text a{
	color: #ff6600;
	text-decoration:none;
}
.content-text input[type=text],.content-text input[type=email], .content-text textarea{
	color: #333;
	background-color: #ddd;
	font-size: 14px;
	line-height: 24px;
	padding:5px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.content-text input[type=text], .content-text input[type=email]{
	width: 300px;
}
input:required, textarea:required {
    box-shadow:none;
}
.content-text input[type=submit]{
	background-color: #333;
	color:#ccc;
	width:120px;
	height:30px;
	border: 3px solid #fff;
	border-radius: 5px;
	margin-top:5px;
}
.content-text input[type=submit][disabled=disabled]{
	background-color: #999;
}
.content-text td{
	padding-right: 10px;
}
.content-list-header, .content-list-item {
	margin-bottom:5px;
}
.content-list {
	margin-bottom:2em;
}
.content-list-item{
	font-weight: 600;
}
.content-list-subline{
	font-weight: 400;
	font-style:italic;
	margin-top: 0.4em;
}
.content-header{
	color: #282828;
	text-align: left;
	background-color: #dfdfdf;
	height:50px;
	line-height:50px;
	padding-left:30px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 100;
	font-size:24px;
	letter-spacing: 0.7px;
	font-style: italic;
	border-top:10px solid white;
	border-bottom:10px solid white;
}
.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right .content-text, .align-right .content-list-header, .align-right .content-list-item{
	padding-right: 120px;
}
.align-left .content-text, .align-left .content-list-header, .align-left .content-list-item{
	padding-left: 120px;
}

.spacer{
	height:50px;
}
.pointer-line{
	margin-top:-1px;
	height:15px;
}

.locator{
	min-height:300px;
	position: relative;
}

.content-block{
	display:inline-block;

/* 	background-size: contain; */
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% - 75px);
/*     padding-top: 66.94%;  */
/*     (img-height / img-width * width) */
                /* (853 / 1280 * 100) */   

	background-position: top;
	background-size: 100% auto; /* width and height, can be %, px or whatever. */     
}

.content-header img{
	padding-bottom:3px;
}
#header-pointer{
	height: 2px;
	border-top: 1px solid #4c4c4c;
	width: 10px;
	
}

ul.main-bullets-right, ul.main-bullets-left{
 	list-style-position: inside;
}
 
.main-bullets-right li, .main-bullets-left li  {
	font-weight:bold;
	background-color: rgba(255, 255, 255, 0.8);	
	width: 50%;
	line-height: 2em;
	margin-bottom: 3px;
 	padding-left: 1em;
 	display: inline-block;
 	text-align:left;
}

ul.main-bullets-left{
	padding:0px;
}
.main-bullets-left li {
	padding-left: 120px;
}

.main-bullets-right li:before {
	background-color: rgba(255, 255, 255, 0.8);
}

#footer{
	position: fixed;
	bottom:0px;
	height:4em;
	line-height:4em;
	font-size:12px;
	background-color: white;
	text-align: center;
	width: 100%;
	border-top:1px solid #aaa;
	color: #333;
	z-index:20;
}

.footer-splitter{
	color: #aa0000;
}

.slide-wrap{
	position:relative;
	overflow:hidden;
	white-space: nowrap;
}
.slide{
	display:inline-block;
	position:relative;
	left:0px;
	width:100%;
	-webkit-transition: 0.5s linear all;
	-moz-transition: 0.5s linear all;
	-o-transition: 0.5s linear all;
	transition: 0.5s linear all;
}

.slide.ng-hide.left{
	left: -100%;
}
.slide.ng-hide.right{
	left: +100%;
}

.wrapper, .ln-ng-slider-wrapper{
	position: relative;
	overflow:hidden;
	white-space: nowrap;
	left:-100%;
}
.child{
	position: relative;
	width: 100%;
	height: 100%;
	/*border: 1px solid black;*/
	display: inline-block;
	vertical-align:top;
	left:0px;
}

.item-header{
	height: 50px;
	text-align: left;
	color: white;
	padding-left: 20px;
}

.content-text-wrapper{
	width: 100%;
}


.quote-subline{
	text-align: right; 
	padding-top: 0.7em;
	font-style: italic;
}
.quote-subline img{
	padding-top:5px;
}

.gallery{
	width: 80%;
    margin: 0px auto;
    
    display:                 -webkit-flex; /* Safari */
  	display:                 flex;
  	-webkit-flex-wrap:       wrap;         /* Safari 6.1+ */
  	flex-wrap:               wrap;
  	-webkit-justify-content: center;       /* Safari 6.1+ */
  	justify-content:         center;
}

.gallery-item{
	display: inline-block;
	border: 1px solid #555;
	margin: 0.7em;
}

.gallery-item img{
	width: 150px;
}

.image-layer{
	z-index: 200;
	width:100%;
	height:100%;
	background-color:rgba(0 ,0 ,0 ,0.75);
/*	display:none; handled by angularjs */
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	overflow: scroll;
	font-family: arial, sans-serif;
}
.zlayer-scroll-wrapper{
	position: static;
	min-width: 100%;
	min-height: 100%;
	overflow: auto;
}
.image-container, .info-container, .address-container{
	border:20px solid #fff;
	border-radius:20px;
	display: inline-block;
	margin:20px;
	background-color: #fff;
}
.icon-cancel-circle {
	
    font-family: "arial";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    color: #555;
    background-color: #fff;
    border:5px solid #ddd;
    border-radius:50%;
    padding: 3px;
    cursor: pointer;
    width:1em;
    height:1em;
    line-height:1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#impressum-link{
	float:right; 
	padding-right:2em; 
	margin-left:-10em;
}
#impressum-link a{
	color: #aa0000;
	text-decoration: none;
}
#impressum-link a:hover{
	color: #ff0000;
	text-decoration: none;
}
.impressum{
	color:#333;
	padding-left:2em;
}
.impressum h1{
	color:#777;
	padding-bottom: 0.5em;
}

.impressum h2{
	color:#777;
	padding-bottom: 0.5em;
}
.error{
	color: #ff0000;
}