/* 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%;
	background:#20272D;
	
	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;
}
.navi{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: #3DA9CA;
	opacity: 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;
	width: 36vw;
}
.navi .logo img{
	height: 70px;
}
.navi .logo h1{
	margin: 10px 0 0 10px;
	font-size: 1.4em;
	color: #044974;
	font-weight: 900;
}
.navi .logo h2{
	margin: 0;
	font-size: 1em;
	margin-left: 10px;
}
.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:2em 0 0.7em;
	}



.partnerlink {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
background-color: darkgrey;
margin: 5px;
	padding: 5px;
	}	
.exernlink{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
background-color: darkgrey;
margin: 5px;
	}
	.button.buy {
	align-self:flex-end;
		height:25px;
	}	
	
#menu {
       /* position: relative;
        background: #ccc;
        padding: 3px;
        font-family: 'Open Sans', sans-serif;
	display:none;*/
    }
#menu input {
	width:auto;
	}
.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(3,38,59,0.95) !important;
		z-index: 99;
		margin-top: -1px;
	}


.mapboxgl-popup-content{
		width:250px;
		border-radius: 8px!important;
		background-color: rgba(3,38,59,0.95) !important;
		color: rgba(200,200,200,0.85);
/*		border: solid rgba(243,239,239,1.00);*/	
		padding: 5px 5px 1px;
		border:solid thin rgba(243,239,239,1.00);
	cursor: pointer;
	}	
	
	.mapboxgl-popup-content .titel{
		font-size:14px;
		color: rgb(139, 187, 247, 1);
		margin:-3px 3px -3px;
	}
	.mapboxgl-popup-content .text{
		margin:0 3px 2px;
	}
.mapboxgl-popup-close-button {
	position: absolute;
	right: 7px;
	top: 7px;
	border: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color:#d9d9d9;
}

.mapboxgl-popup-close-button:hover {
	background-color: rgb(245, 251, 251);
}	
.mapboxgl-marker {
    display: none;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    background-color: rgba(64,64,64,0.30);
   
}	


	
	.thumb img{
		width: 250px;
height: 139px;
object-fit: cover;
		
	}	
	.selected tr{
	background-color: #f8f6f6e6;	
	}
	
	
#menu {
background: #9cc2e39e;
position: absolute;
z-index: 1;
top: 100px;
right: 40px;
border-radius: 3px;
/*width: 120px;
*/border: 1px solid rgba(0,0,0,0.4);
font-family: 'Open Sans', sans-serif;
padding: 3px;

display:none;

}
 
#menu a {
font-size: 25px;
color: #404040;
display: block;
margin: 0;
padding: 0;
padding: 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: #f8f8f8;
color: #404040;
}
 
#menu a.active {
background-color: #011e3382;
color: #ffffff;
}
 
#menu a.active:hover {
background: #f8f8f8;
}	
	


	
.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{	
	/*display: none;*/
	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: 800;
	color: rgb(139, 187, 247, 1);
	padding-right: 6px;
}
section.text {
	padding: 10px 25px;
}
section.text .autor{
	font-size: 0.8em;
}
section.text .autor a:link,
section.text .autor a:visited{
	color: #000;
}


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 img {
    width: 700px;
    height: 400px;
    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;
/*height: 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: 700px;
	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;	
	}
	
	
#menu {
	background: #9cc2e39e;
	position: absolute;
	z-index: 1;
	top: 108px;
	right: 35px;
	border-radius: 3px;
	/*width: 120px;
	*/border: 1px solid rgba(0,0,0,0.4);
	font-family: 'Open Sans', sans-serif;
	padding: 3px;
	display:none;
	width: 140px;
}
 
#menu a {
	font-size: 15px;
	color: black;
	display: block;
	margin: 0;
	padding: 0;
	padding:2px 10px 3px 3px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	/*text-align: center;*/
}
 
#menu a:last-child {
	border: none;
}
 
#menu a:hover {
	background-color: #011e3382;
	color: #ffffff;
}
 
#menu a.active {
	background-color: #011e3382;
	color: #ffffff;
}
 
#menu a.active:hover {
	background: #9cc2e39e;
	color: black;

}	
#menu img {
	padding: 4px 5px 0 0;
}	

.fancybox-content {
  
   padding:0px;
}
.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;
}

@media only screen and (max-width: 600px) {	
	.navi{
		padding: 10px;
		height:48px;
	}	
.navi .back {
width: 20vw;
min-width: 65px;
	margin-left: 0;
	}
.navi .logo {
    width: calc(100vw - 50px);
	max-width: 200px;
}
.navi .logo h1 {
    font-size: 1em;	
	}
.navi .logo h2 {
    font-size: 0.8em;	
	}	
	
.orgel,
.back h3, 
.back p {
		display: none;
}
.lotto{
	display: none;
}
#menu{
	display: none !important;
}
.mapboxgl-ctrl-geocoder--input,
	.mapboxgl-ctrl-geocoder--icon-search{
	display: none;
}
.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;
	}

}


