@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald/Oswald-VariableFont_wght.ttf)
	  
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/Roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Roboto/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('fonts/Roboto/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Roboto/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/Roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Roboto/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/Roboto/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Roboto/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/Roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Roboto/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/Roboto/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Roboto/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
	background:#20272D;
	overflow: hidden;
	background:#fff;
	margin:0;
	/*font-size: 1em;
	line-height:1em;
	min-width:485px;*/
	font-weight:400;
	
	color:rgba(255,255,255,0.85)
	}
h1,h2,h3,h4,h5{
	margin:0.5em 0 0.5em;
	font-size: 1.25em;
	font-family: Oswald;
	font-weight: 600;
}

.navi{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: rgba(17, 17, 17, 0.85);
	z-index: 2;
	display: flex;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.navi .back{
	display: flex;
	width: 36vw;
	margin-left: 1em;
	align-self: center;
	margin-top: 7px;
	opacity: 0.85;
}
.navi .back a,
.navi .back:hover{
	opacity: 1;
}
.navi .back img{
	margin-right: 5px;
}
.navi .back h3{
	margin: 0;
}
.navi .back p{
	margin: 0;
	font-size: 0.8em;
}
.navi .logo{
	align-self:center;
	display: flex;
}
.navi .logo img{
	height: 64px;
	margin-left: 1em;
}
.navi .logo h1{
	margin: 8px 0 4px 20px;
	font-size: 2em;
	color: #FF0000;
	font-weight: 600;
}
.navi .logo h2{
	margin: 0;
	font-size: 1em;
	margin-left: 20px;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 20px 20px 0 0;
}
a,
a:link,
a:visited{
	opacity:.85;
	text-decoration: none;	
	transition: all 0.5s ease 0s;
	outline: 0;
	color:rgba(255,255,255,1);
}
a:hover,
a.active{
	opacity:1;
	color:rgba(255,255,255,1)
}
select,
*:focus,
a:focus { 
	outline: none;
}
.link,
.button{
    cursor:pointer;
}
.button.select{
    cursor:default;
	background-color:#434D21;
}
img{
	border:0;
}
small{
	font-size:0.8em;
	font-weight:400;
}
b,strong{
	font-weight:600;
}
p{
	font-size: 1.00em;
}	
h2{
	margin:1em 0 0.7em;
}
.flex-container {
   display: flex;
}
.list_row{
	cursor: pointer;
	float: left;
	width: 100%;              
    hyphens: auto;
	word-wrap: break-word;
	}
.list_row.headline {
	font-family: Oswald;
	color: #fff;
	padding: 0.2em .5em;
	font-weight:600;
	background: #909090 !important;
	}
.list_row:nth-child(odd) {
	background: rgba(168, 168, 170, 0.2);
}
.ticker_img{
	float: right;
	padding-left: .4em;
}
.ticker_content{
	padding: .1em .5em;
}
.liste_date{
	font-size: 0.7em;
}
.liste_date p{
	margin: .7em 0 .3em;
}
.liste_title{
	display: block;
	color:#FF0000;
	font-weight: 600;
	font-family: Oswald;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: .1em 0 .2em;
}
.liste_sub{
	font-family: Oswald;
	font-weight: 500;
	font-size: 0.85em;
	line-height: .9em;
}
.liste_text{
	font-size: 0.7em;
}
.liste_text p{
	margin: 0.5em 0;
}
#content.ui-tabs{
	height: calc(100vh - 132px); 
	overflow:scroll; 
	margin: 132px 0 0;
	padding: 0;
	border: 0;
}
.content_links{
	color: slategray;
	flex: 2;
	margin-right: 20px;
	margin-left: 20px;
}
.content_rechts{
	flex: 1;
	margin-right: 20px;
	text-align: right;
}
.content_buttons button{
	font-size: .8em;
	color: #222222;
	background-color: gray;
	border-radius: 6px;
	margin: 0.2em 0.4em 0.7em 0;
	border: 0;
	cursor: pointer;
	background-size: 10px;
	transition: all 0.5s ease 0s;
}
.content_buttons button.more{
	background: url("images/more.png") no-repeat #C1C1C1 .3em center;
	background-size: 18px;
	padding: .2em .5em .2em 1.8em;
}
.content_buttons button.map{
	background: url("images/map.png") no-repeat #C1C1C1 .3em center;
	background-size: 14px;
	padding: .2em .5em .2em 1.6em;
}
.content_buttons button:hover{
	background-color: #ADADAD;
}
.flexchild.content {
	width: 33%;
	min-width: 450px;
}  
.flexchild.map {
	width: 67%;
} 
#listcontent {
	margin-top: 80px;
	}
.ui-widget-header {
	border: 0px none;
}
.ui-tabs-nav{
	position: fixed;
	text-decoration: none;
	font-family: Oswald;
	font-size: 1.1em;
	margin: 0;
	padding: .3em 1em 0;
	background: #fff;
	top: 88px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
 	padding: .4em .6em;
}
.ui-tabs .ui-tabs-nav li{
	border-radius: 14px 14px 0 0 !important;	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 2px 0 0;
}
.ui-tabs-nav .ui-state-active a, .ui-state-active a:link{
	background-color: #909090;
	color: #000;
	opacity: 1;
	border-radius: 12px 12px 0 0 !important;	
}
	#tabs li a::before {
    content: "+++ ";
}
	#tabs li a::after {
    content: " +++";
}
#projectcontent{
	font-size: .85em;
	padding: 0.5em 1em;
}
img.partner{
	width: 100%
}
#tilescontent{
	font-size: .9em;
	padding: 0.5em 0 90px;
}
#detailcontent{
	font-size: .85em;
	padding: 0.5em 1em;
}
.tile{
	position: relative;
	cursor: pointer;
	margin-bottom: .3em;
}
.tile.left{
	margin-right: 1%;
}
.tile h3{
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-weight: 300;
	bottom: 0;
	width: calc(100% - 1em);
	background-color: rgba(52,58,59,0.90);
	margin: 0;
	font-size: 1.5em;
	padding: .2em .5em .3em;
}
.tile h3 strong{
	padding-left:  .2em;
	color: #FF0000;
	font-weight: 600;
	}
.tile.large.left{
	width: 60%;
}
.tile.right{
	width: 39%;
}
.tile.bottom{
	margin-bottom: 70px;
}
.closedetail{
	position: absolute;
	top: 21px;
	right: 13px;
	background: transparent;
	border: 0;
	z-index: 10;
	cursor: pointer;
}
.tile img{
	width: 100%;
}
.linkimage{
	width:180px; 
	height:180px; 
	object-fit:cover;
}
.gotostore{
	text-align: center;
	display: block;
	background: rgba(51,51,51,0.90);
	color: #ffffff;
	padding: .5em;
}	
.content_stores{
	display: none;
}
.partnerlink {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: rgba(202,202,202,1.00);
	color: rgba(141,141,141,1.00);
	margin: 0;
	padding: 5px 12px;
	}	
.partnerlink strong {
	color: rgba(43,43,43,1.00);
}
.partnerlink span {
	margin-top: 6px;
}
.externlink{
	display: grid;
	grid-template-areas:
    'image main main '
    'image main main '
    'image main main '
    'image footer footer';
	gap: 10px;
	background-color: darkgrey;
	margin: 5px;
	}
.gridimage{
	grid-area: image;
	width:220px;
}
.gridmain{
	grid-area: main;
	width:450px;
}
.gridfooter{
	grid-area: footer;
	width: fit-content;
	justify-self: end;
}
.button.buy {
	height:20px;
	background-color: #373736;
	padding: 7px;
	margin: 0px 25px;
	border-radius: 4px;		
	cursor: pointer;
	color: white;
	}
.button.viewmap {
	display: inherit;
	cursor: pointer;
}
.externlink img {
	height: 300px;
	width:200px;
	object-fit:cover;
}	
.dataTable tbody td {
  font-family: 'Open Sans', sans-serif;
  color:#333;
}
table.dataTable thead {
	background-color:#CCC;
}
.mapboxgl-popup {
    padding-bottom: 60px;
	max-width:none !important;
}
.mapboxgl-popup-tip{
	border: 15px solid transparent;
	border-bottom-color: rgba(241,238,238,0.95)  !important;
	border-top-color: rgba(51,51,51,0.90) !important;
	z-index: 99;
	margin-top: -1px;
	}
.mapboxgl-popup-content{
	width:250px;
	border-radius: 8px!important;
	background-color: rgba(51,51,51,0.90) !important;
	color: rgba(200,200,200,0.85);
	padding: 5px 5px 1px;
	border:solid 1px rgba(243,239,239,.2);
	cursor: pointer;
	}
.mapboxgl-popup-content .titel{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size:14px;
	color: #FF0000;
	margin: -3px 3px 2px;
	line-height: 1.25em;
	}
.mapboxgl-popup-content .text{
	margin:0 3px 3px;
	line-height: 1.3em;
	}
.mapboxgl-popup-close-button {
	position: absolute;
	right: 7px;
	top: 8px;
	border: 5px;
	border-radius: 15px;
	cursor: pointer;
	background-color: rgba(31,31,31,0.85);
	color: #ffffff;
	font-size: 18px;
	line-height: 1em;
	padding: .2em .5em .3em;
}
.mapboxgl-popup-close-button:hover {
	background-color: rgba(31,31,31,0.85);
}	
.mapboxgl-marker {
    display: none;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    background-color: rgba(64,64,64,0.30); 
}	
.map-overlay {
	opacity: 1;
	position: absolute;
	width: 300px;
	bottom: 90px;
	right: 30px;
	transition: all 1.5s;
	pointer-events: all;
	padding: 6px 0;
	border-radius: 14px;
	color:rgba(255,255,255,0.90);
	background-color: rgba(10,10,10,0.7);
	}
.wo.objekt_level .map-overlay {
	opacity: 1;
	pointer-events: all;
	}
.map-overlay .item{
	display: block;
	border-radius: 0;	
	padding: 5px 16px;
	margin: 3px 0;
	cursor: pointer;
	}
 .map-overlay .item img{
	 width: 50px;
	 float: left;
	 margin-right: 6px;
	}
 .map-overlay h1{
	 margin:.2em 0 0em;
	 font-size: 1.2em;
	 font-weight: 700;
	 color: rgba(255,255,255,0.90);
	}
.item.active {
	background: rgba(255,208,0,0.25);
}
.map-overlay-slider {
	/*background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;*/
}
.map-overlay label {
	display: block;
	margin: 0 0 10px;
}
.map-overlay input {
	background-color: black;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	cursor: ew-resize;
}
.thumb img{
	width: 250px;
	height: 139px;
	object-fit: cover;
	}	
.selected tr{
	background-color: #f8f6f6e6;	
	}
.marker2 {
	display: none;/**/
	border: none;
	cursor: pointer;
	padding: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width:150px;
	height:120px;
	transition: width 0.4s linear, height 0.4s linear;
	
}	
.marker2.big {
	width:260px;
	height:200px;
	z-index: 100;
}
.objekt_level .marker2 {
	display: block;	
}
.up_navi{
	display: block;
	position: absolute;
	width: 100px;
	z-index: 99;
	cursor: pointer;
	left: 30px;
	top: 30px;
	opacity: 1;
	transition: all 2s ;
}
.up_navi img{
	width: 100%;
}
.raeume_level .up_navi{	
	opacity: 0;
}
.mapboxgl-control-container{
	/*display: none;*/
}
#zoomlevel{
	position: absolute;
	left: 0;
    top: 0;
	padding: 5px;
	background: rgba(0,0,0,0.4);
	/*border: 2px solid rgba(221,221,221,0.58);
	border-radius: 16px;*/
}


/*detail*/
/*////////////*/
.fancybox-slide--html .fancybox-close-small { 
    /*right: -12px;
    top: 0;*/
}
.fancybox-content {
   width: 700px;
   padding:0px;
	background: #000;
	position: static;
	border-radius: 12px;
	margin: 1em 0;
}
section.detail {
    background: rgba(255,255,255,1);
	color: rgba(0,0,0,0.88);
    max-width: 1300px;
    padding: 0;
	border-radius: 13px;
}
section.detail .detail_titel {
	background: rgba(3,38,59,0.95);
	color: rgb(255, 255, 255, 0.85);
	font-size: 1.1em;	
	padding: 9px 20px 11px;
	border-radius: 10px 10px 0 0;
}
section.detail .detail_titel .title {
	font-weight: 600;
	color: rgb(139, 187, 247, 1);
	padding-right: 6px;
}
.detail_footer {
	background: rgba(51,51,51,0.90);
	color: rgb(255, 255, 255, 0.85);
	font-size: 1.1em;
	padding: 9px 20px 11px;
	border-radius: 0px 0px 10px 10px;
	text-align: right;
}	
section.text {
	padding: 10px 25px;
	display: block;
}
section.text .autor{
	font-size: 0.8em;
}
section.text .autor a:link,
section.text .autor a:visited{
	color: #000;
}
.text a,
.text a:link, 
.text a:visited {
	opacity: .85;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
	outline: 0;
	color: rgba(000,000,000,1);
}
section.galerie{
	background: rgba(0,0,0,0.80);
	position: relative;
}
section.galerie .slick-dots{
	padding-bottom: 5px;
}
section.audio {
	background-color: rgba(233,233,233,1.00);
    padding: 10px 25px;
}
.fullscreen.fullclose{
 	background-image: url("../css/images/fullscreen_close.svg");
 	background-position: center; 
 	background-repeat: no-repeat; 
 	background-size: cover;
	position: absolute;
    right: 50px;
	top:10px;
	display: block;
	width: 55px;
	height: 55px;
	z-index: 802 !important;
	}
.fullscreen{
	background-image: url("../css/images/fullscreen.svg");
	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: cover;
	position: absolute;
	right: 10px;
	top:10px;
	display: block;
	width: 55px;
	height: 55px;
	z-index: 2;
	cursor: pointer;
	}

.gallery_container {  
	width: 33vw !important;
  	min-width: 450px;
}

.gallery_container img {  
	width: 100%;

    height: auto;
    object-fit: cover;
	background-color: white;
}
.gallery_container:last-of-type img {
    object-fit: contain;
}
.galerie.full{
	position: fixed;
	background-color:rgba(52,52,52,1.00);
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 500;
}
.galerie.full .gallery_container img {
    width: 100vw;
    height: 100vh;
   object-fit: contain;
	background-color: inherit;
}
.captions{
	font-size: 0.85em;
	color: white;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	background-color: rgba(0, 0, 0, 0.5);	
}
.captions span{
	max-width: 280px;
}
.galerie.full .captions{
	width: 100vw;
}
.galerie.full .captions span{
	max-width: 40vw;
}
section.detail .slick-dots {
    background-color: rgba(0, 0, 0, 0);
}
.caption-text-gallery {
   /* position: absolute;
    bottom: 23px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    padding-left: 10px;
	bottom: 32px;*/
}
.caption-text-gallery p {	
	display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.caption-text-before-after {
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100vw;
    z-index: 50;
	padding: 0 25px;
}

.thumb img{
	width: 250px;
	height: 139px;
	object-fit: cover;	
}	
.selected tr{
	background-color: #f8f6f6e6;	
}


#map_area22{
	overflow: hidden;
	pointer-events: none;
	width: 100vw;
	opacity: .5;
	/*position: absolute;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	}

#menu {
	background: rgba(51,51,51,0.90);
	position: absolute;
	z-index: 1;
	top: 104px;
	right: 35px;
	border-radius: 3px;
	width: 135px;
	border: 1px solid rgba(0,0,0,0.4);
	font-family: 'Open Sans', sans-serif;
	padding: 3px;
	border-radius: 10px;
	transition: all 2s;
	display:none;	
}
#menu a {
	font-size: 16px;
	color: rgba(227,227,227,.5);
	display: block;
	margin: 0;
	padding: 0;
	padding:2px 3px 3px 3px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
#menu a:last-child {
	border: none;
}
#menu a:hover {
	background-color:rgba(51,51,51,0.90);
	color: #ffffff;
}
#menu a.active {
	background-color: rgba(51,51,51,0.90);
	color: #ffffff;
}
#menu a.active:hover {
	background: rgba(139,138,138,0.40);
	color: rgba(227,227,227,0.50);
}	
#menu img {
	padding: 0px 10px 0px 0;
	float:left;
}	
#menu .titel {
	height: 1.7em;
line-height: 2em;
}
#menu .titel strong {
	display: none;
}
#menu input {
	width:auto;
	}
.layers {
  position: absolute;
  top: 88px;
  right: 11px;
  z-index: 20;
  width: 75px;
  display: none;
}
	
.fancybox-content {  
   padding:0px;
}
.fancybox-button--close{
    position: fixed;
	right: 36px;
	top: 18px;
	height: 32px;
	width: 32px;
}
.fancybox-button {
	position: fixed;
	right: 36px;
	top: 18px;
	background: transparent;
	border: 0;
	height: 48px;
	width: 48px;
	background-image:url(../css/images/desctopback.svg);
  	color: #222;
	cursor: pointer;
}

.fancybox-button:hover:not([disabled]) {
 /* background: #888;
  color: #fff;*/
	opacity: 0.8;
	border: 0;
}	
.fancybox-button-first {
	position: fixed;
	right: 36px;
	top: 18px;
	background: transparent;
	border: 0;
	height: 48px;
	width: 48px;
	background-image:url(../css/images/close.svg);
	color: #222;
	cursor: pointer;
}
.answer {
	display: inline-block;
	max-width: 100%;
	overflow: auto;
	/*width: 700px;*/
	padding: 0px;
	background: #000;
	position: static;
	border-radius: 12px;
	margin: 0.6em 0;
	text-align: left;
	vertical-align: middle;
	background: rgba(255,255,255,1);
	}
section.layerdetail{
	height: calc(100% - 80px);
	left: 0;
	outline: none;
	overflow: auto;
	position: fixed;
	text-align: center;
	top: 80px;
	transition-property: transform, opacity;
	white-space: normal;
	/*width: 100%;*/
	z-index: 800;
	background: rgba(19, 19, 19, 0.5);
	color: rgba(0,0,0,0.88);
	width: 33.3vw;
	min-width: 450px;
}
	
	
	section.detail {
    background: rgba(255,255,255,1);
	color: rgba(0,0,0,0.88);
    max-width: 1300px;
    padding: 0;
	border-radius: 13px;
}
section.layerdetail .detail_titel {
	background: rgba(51,51,51,0.90);;
	color: rgb(255, 255, 255, 0.85);
	font-size: 1.1em;	
	padding: 15px 75px 18px 25px;
	border-radius: 10px 10px 0 0;
	
}
section.layerdetail .detail_titel .title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	color: #ff0000;
	padding-right: 6px;
	display: block;
}


.pin{
	cursor: pointer;
}

.orgel{
	position: absolute;
	top: 93px;
	left: -6px;
	z-index: 800;
	width: 160px;
}
.lotto{
	position: absolute;
	bottom: 25px;
	right:8px;
	z-index: 800;
	width: 200px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.logos{
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	z-index: 999;
	bottom: 0;
	background-color: rgba(17,17,17,0.50);
	left: 0;
	right: 0;
	padding: 8px 30px;
	margin-left: 33vw;
	backdrop-filter: blur(7px);
	background-color: rgba(84,84,84,0.60);	
}
.logos .apptitle{
	display: flex;
	align-items:  flex-start;
	gap: 20px;	
}
.logos .apptitle img{
	height: 50px;
}
.logos .apptitle p{
	font-size: 1.3em;
	margin: 1em -.5em 0;
}
.logos a:link,
.logos a:visited{
	opacity: 0.8;
}
.logos a:hover{
	opacity: 1;
}
.logos .stores p{
	margin: .4em;
	width: 170px;
}
.logos .stores{
	display: flex;
	text-align: right;
	gap: 10px;
}
.logos .stores p{
	font-size:.9em;
	margin: .4em;
	width: 250px;
}
.logos .stores img{
	height: 44px;
}
.container {
   display: flex;
}
.maptab{
	display: none;
}




@media only screen and (max-width: 1350px) {
.layers {	
	display: block;
	cursor: pointer;
	}	
#menu,
.map-overlay{
	right: -300px;	
	}
.show #menu{
	right: 100px;
	}
.show .map-overlay{
	right: 35px;
	}
.logos{
	width: calc(100% - 60px);
	margin-left: 0;
	}
}


@media only screen and (max-width: 900px) {	
body{
	font-size: .95em;
	overflow: hidden;
	}
.navi{		
	min-width: 320px;
	}
.container{
	display: block;
	min-width: 320px;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	}
.flexchild.content {
	width: 100%;
	min-width: 320px;
	min-width: inherit;
}  
.gallery_container {  
	width: 100vw !important;
}
.flexchild.map {
	width: 100%;
} 

.logos{
	display: none;
	}
.content_stores{
	font-size: .7em;
	text-align: center;
	display: block;
	background: rgba(51,51,51,0.90);
	color: #ffffff;
	padding: .5em .5em 3em;
	clear: both;
}
img.appstore{
	height: 40px;
}
.map #content.ui-tabs{
		height: 0 !important;
	}
	
#menu,
.map-overlay{
	right: inherit;
	left: -300px;	
	}
.show #menu{
	right: inherit;
	left: 25px;
	}
.show .map-overlay{
	right: inherit;
	left: 25px;
	}
	
.layers,	
#menu,
.map-overlay{
	display: none !important;
	}
.map .layers{
	top:138px;
	display: inline !important;
	}	
.map #menu{
	top: 155px;
	display: block !important;
	}
.map .map-overlay{
	bottom: 25px;
	display: block !important;
	}	
	
	
.navi .logo h1 {
	font-size: 1.5em;
	}
.ui-tabs-nav{
	font-size: .9em;
}
#tabs{
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	min-width: 320px;
	}
#content.ui-tabs {
	margin:130px 0 0;
	}
#content.ui-tabs:not(.map) {
	height: calc(100vh - 130px);
	}	
#tabs li a::before {
    content: "+++ ";
}
#tabs li a::after {
    content: "";
}
.maptab{
	display: block;
}
section.layerdetail {
	width: 100vw;
}	
.mapboxgl-ctrl-geocoder--input,
.mapboxgl-ctrl-geocoder--icon-search{
	display: none;
}
}



@media only screen and (max-width: 600px) {	
.navi{
	padding: 0;
	height:48px;
	}	
/*.navi .back {
	width: 20vw;
	min-width: 65px;
	margin-left: 0;
	}*/
.navi .logo img {
	height: 46px;
	margin-left: 1em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .1em 0;
  min-width: 320px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
padding: .5em .55em;
}
#content.ui-tabs {
  margin:100px 0 0;
	}
#content.ui-tabs:not(.map) {
  height: calc(100vh - 100px);
	}	
.ui-tabs-nav {
  top: 56px;
}
	
.map .layers{
	top:100px;
	right: 3px;
	display: inline !important;
	}	
	
.show #menu{
	left: 15px;
	left: 15px;
	}	
.map #menu{	
	top:115px;
	display: block !important;
	}
.show .map-overlay{
	left: 15px;
	}
.map .map-overlay{
	bottom: 15px;
	display: block !important;
	width: 290px;
	}
	

		
section.layerdetail {
	top: -4px;
	height: calc(100% + 7px);
	min-width: 320px;
	}
.closedetail {
top: 21px;
	right: 0;
	}
	
.fullscreen{
	display: none;
}
.fancybox-slide--html {
	padding: 0;
}
.fancybox-content {
  margin: 0;
}
section.detail .detail_titel {
	padding-left: 85px;
	padding: 13px 8px 9px 80px;
	height: 68px;
	}
section.detail .detail_titel .title {
	display: block;
}

/*.fancybox-slide{
		height:auto;
	}*/
	
	
.fancybox-slide--html .fancybox-close-small{
	background: url("images/back_white.svg") no-repeat ;
	position: absolute;
	left: 8px;
	top:12px;
	width: 48px;
	height: 48px;
	}
.fancybox-close-small svg path {
    fill: transparent;
	}	
section.galerie	{
	width:100vw;
	/*height: 48vw;	*/
	
	}
.gallery_container img {
    width: 100vw;
    height: 60vw;
    object-fit: cover;
	}
.galerie.full{
    width: 100vw;
    height: 100vh;
	}
.fullscreen.fullclose {
	right: 12px;
	top: 12px;
	}
section.galerie .slick-dots {
    padding-bottom: 28px;
	}
section.galerie .slick-arrow{
		display:none !important;
	}
.jquery-youtube-tubeplayer iframe{
	width: 100vw !important;
	height: 58vw;
	}
.linkimage {
	width: 140px;
	height: 140px;
}
	
.logos{
	width: auto;
	position: fixed;
	display: inline;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	z-index: 999;
	bottom: 0;
	background-color: rgba(17,17,17,0.50);
	left: 0;
	right: 0;
	padding: 8px 4vw;
	height: 48px;
	display: none;
}
	.logos .apptitle{
		display: none;
	}
	
.logos .stores{
	display: block;
	text-align: left;
	gap: 15px;
}
.logos .stores img {
	height: auto;
	width: 43vw;
	max-width: 160px;
	padding: 0 1vw;
}
.tile h3 {
	font-size: 1.2em;
	}
.logos .stores p{
	width: 100%;
	}	
}

@media only screen and (max-width: 382px) {	
#tabs{
	font-size: 1.1em;
	}
#content.ui-tabs {
	margin:97px 0 0;
	}
#content.ui-tabs:not(.map) {
	height: calc(100vh - 97px);
	}
}

@media only screen and (max-width: 352px) {	
#tabs{
	font-size: 1.0em;
	}
#content.ui-tabs {
	margin:92px 0 0;
	}
#content.ui-tabs:not(.map) {
	height: calc(100vh - 92px);
	}	
}
		
		