/* #################### Font #################### */

	@font-face {
		font-family: 'Archivo-Narrow';
		src:url("fonts/Archivo-Narrow/ArchivoNarrow-Regular.ttf") format('truetype');
	}	
	@font-face {
		font-family: 'Palanquin';
		src: url(css/fonts/Palanquin/palanquin-light.ttf) format('truetype');
	}	
	@font-face {
		font-family: 'ProximaNova-Light';
		src: url("fonts/ProximaNova-Light/proximanovalight.ttf") format('truetype');
	}
	@font-face {
		font-family: 'ProximaNova-Light';
		src: url('fonts/ProximaNova-Light/proximanovalight.eot');
		src: local('proximanovalight'), url('fonts/ProximaNova-Light/proximanovalight.woff') format('woff'), url('fonts/ProximaNova-Light/proximanovalight.ttf') format('truetype');
	}	
	@font-face {
		font-family: 'Garamond';
		src: url("fonts/Adobe-Garamond/Adobe_Garamond_Pro_Italic.ttf") format('truetype');
	}
	@font-face {
		font-family: 'pen';
		font-style: normal;
		font-weight: normal;
		src: local('pen'), url('fonts/Pen/pen.woff') format('woff');
	}
	@font-face {
		font-family: 'Tox-Typewriter';
		font-style: normal;
		font-weight: normal;
		src: local('Tox-Typewriter'), url('fonts/tox-typewriter/Tox-Typewriter.ttf') format('truetype');
	}
	@font-face {
		font-family: 'Geometria';
		font-style: normal;
		font-weight: normal;
		src: local('Geometria'), url('fonts/Geometria/Geometria-Light.ttf') format('truetype');
	}

	@font-face {
		font-family: 'Cormorant Garamond';
		font-style: normal;
		font-weight: 400;
		src: local('Cormorant-Garamond'), url('fonts/Cormorant-Garamond/Cormorant-Garamond.woff2') format('woff');
	}
	@font-face {
		font-family: 'Nanum Myeongjo';
		font-style: normal;
		font-weight: 400;
		src: local('Nanum-Myeongjo'), url('fonts/Nanum Myeongjo/Nanum-Myeongjo.woff2') format('woff');
	}
	@font-face {
		font-family: 'EB Garamond';
		font-style: normal;
		font-weight: 400;
		src: local('EB-Garamond'), url('fonts/EB-Garamond/EB-Garamond.woff2') format('woff');
	}
 	@font-face {
		font-family: 'Palanquin';
		font-style: normal;
		font-weight: 400;
		src: local('Palanquin'), url('fonts/Palanquin/palanquin-light.ttf') format('truetype');
	}

/* #################### Allgemein #################### */

	a:hover img{
		/* opacity:0.97; */
	}
	a:hover {
		color:#DC5C5E;
		text-decoration:none;
	}	
	a {
		color:#000;
		text-decoration:none;
	}
	
/* #################### ID #################### */

	#basicExample2_demo {
		width:100vw; 
		margin:auto; 
		bottom: 0px
	}

	/* Hintergrundfoto */
	#HG {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:120%;
		overflow:hidden; 
	}

	/* Überschrift */
	h0 {
		font-family: Pen, Proxima Nova,helvetica neue,helvetica,arial,sans-serif;
		font-size:1.7rem;
		margin:50px 0 30px 0;
		color:#000000;
	}

	h1 {
		font-family: Palanquin, Arial;
		font-variant: small-caps;
		font-size:1rem;
		color:#363636;
	}

	h3 {
		font-family: Palanquin, Arial; 
		font-size:0.8rem;
		margin-bottom:-13px;
		padding-bottom:0px;
		font-weight:bold;
		color:#000000;
	}

	/* Schrift mit Strich auf der linken Seite */
	h4 {
		border-left: 2px solid #000; 
		padding-left: 15px;
		font-family: Garamond, Cormorant Garamond;
		font-size:1.7rem;
		font-weight:lighter;
		line-height: 1.2;
		color:#000000;
	}

	h5 {
		border-left: 2px solid #000; 
		padding-left: 15px;
		font-family: Garamond, Cormorant Garamond;
		font-size:2.8rem;
		font-weight: lighter;
		line-height: 1.2;
		color:#000000;
		margin: 0px;
	}

	h6 {
		font-family: Garamond, Cormorant Garamond;
		font-size:1.5rem;
		font-style: italic;
		font-weight: lighter;
		color:#000000;
	}

	h7 {
		font-family: Garamond, Cormorant Garamond;
		font-size:1.8rem;
		font-weight: lighter;
		color:#000000;
		text-align: center
	}

	t1 {
		font-family: Garamond, Cormorant Garamond;
		font-size:1.4rem;
		line-height: 1.6;
		padding-bottom:0px;
		color:#000000;
	}

	t2 {
		font-family: Archivo-Narrow, Arial; 
		font-size:2rem;
		margin-bottom:0px;
		font-weight:bold;
		color:#000000;
	}

	/* Ameise als Logo */
	#ant {
		display:inline;
		width:50px;
		height:28px;
		padding-right: 50px;
		background-image:url('../img/Logos/my-ant.png');
		background-repeat:no-repeat;
	}
	#ant img {
	   	width: 50px;
		height: 28px;
	}
	#ant:hover{
		background-image:url('../img/Logos/my-ant_.png');
		background-repeat:no-repeat;
	}

	/* Katze als Logo */
	#Nora {
		display:inline;
		width:50px;
		height:28px;
		padding-right: 50px;
		background-image:url('../img/Logos/Nora.png');
		background-repeat:no-repeat;
	}
	#Nora img {
	   	width: 50px;
		height: 28px;
	}
	#Nora:hover{
		background-image:url('../img/Logos/Nora_.png');
		background-repeat:no-repeat;
	}

	/* Zelt und Krone als Logo */
	#Abenteuer {
		display:inline;
		width:50px;
		height:28px;
		padding-right: 50px;
		background-image:url('../img/Logos/Abenteuer.png');
		background-repeat:no-repeat;
	}
	#Abenteuer img {
	   	width: 50px;
		height: 28px;
	}
	#Abenteuer:hover{
		background-image:url('../img/Logos/Abenteuer_.png');
		background-repeat:no-repeat;
	}

	/* Türe als Logo */
	#privat {
		display:inline;
		width:50px;
		height:28px;
		padding-right: 50px;
		background-image:url('../img/Logos/privat.png');
		background-repeat:no-repeat;
	}
	#privat img {
	   	width: 50px;
		height: 28px;
	}
	#privat:hover{
		background-image:url('../img/Logos/privat_.png');
		background-repeat:no-repeat;
	}

/* #################### class #################### */

    .leaflet-container {
        height: 600px;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

	.container {
		position: relative;
		width: 100vw; 
		top:130px;
		margin-bottom: 200px;
	}

	.parentBlock {
	  	display: flex;
	  	gap: 30px;
	}

	.block{
	  position: relative;
	}

	.block img{
	  width: 50px;
	  height: 30px;
	  vertical-align: middle;
	}

	.block img:nth-of-type(2){
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  opacity: 0;
	  transition: opacity .2s linear;
	}

	.block img:nth-of-type(2):hover{
	  opacity: 1;
	}

	.fancybox-button {
		height: 80px;
		width: 80px;
	}

	.Verwaltung_Bilder {
		width: 100%; 
	}

	.erlebnis_privat {
		position: relative; 
		width: 90vw; 
		margin: auto;
	}
	.privat {
		float: left; 
		margin-bottom: 20px; 
		width: 90vw;
	}	
	.eus_date {
		font-family: Tox-Typewriter, Proxima Nova,helvetica neue,helvetica,arial,sans-serif;
		font-weight: bold;
		font-size: 2rem;
	}
	.eus {
		font-family: Tox-Typewriter, Proxima Nova,helvetica neue,helvetica,arial,sans-serif;
		font-size: 1.9rem;
		line-height: 1.9;
	}

	/* GPS in iFrame */
	.gps_frame { 
		width:100vw; 
	}

	.justified-gallery {
	  margin: auto;
	}

	.inhalt {
		width:50%; 
		margin: 0 auto; 
		padding: 40px;	
	}

	.inhalt_beitrag { 
		position:relative; 
		margin:0 auto; 
		padding:0px; 
		width: 90%; 
		margin-bottom: 15px; 
	}

	.inhalt_diashow { 
		position:relative;
		margin:0 auto; 
		/*padding-top: 40px;*/
		width: 100%; 
		margin-bottom: 15px; 
	}

	.text {
		font-family: 'Geometria';
		font-feature-settings: "kern";
		line-height: 1.5;
		font-size: 0.9rem;
		padding-bottom:15px; 
		width:90%; 
		margin: auto;
		text-align: justify;
		position: relative;
	}

	.textwir {
		position: relative;
		font-family: 'Geometria';
		font-feature-settings: "kern";
		display: block;
		line-height: 1.5;
		font-size: 0.9rem;
		padding-bottom:40px;
		padding-top: 30px;
		width:90%; 
		margin: auto;
		text-align: justify;
	}
	@media only screen and (min-width: 1600px) {
		.textwir { 
			width: 65vw;  
		}
	}

	.fototitel {
		font-family: Garamond, Cormorant Garamond;
		font-size : 1.4rem;
		text-align: center;
		margin-top: 10px;
		z-index: 1000;
	}

	.textfeld {
		width: 90%; 
		height: 300px; 
		font-family: Archivo-Narrow, Arial; 
		font-size:1.2rem;
	}

	.logotitel {
		font-family: Palanquin, Arial; 
		font-size:1.6rem;
		margin-bottom:20px;
		padding-bottom:20px;
		vertical-align:bottom;
		color:#000;
		margin-right: 30px;
	}
	.menuetitela {
		margin-right:20px;
		font-family: Palanquin, Arial; 
		font-variant: small-caps;
		font-size:2.1rem;
		padding-bottom:0px;
		color:#DC5C5E;
	}
	.menuetitel {
		margin-right:20px;
		font-family: Palanquin, Arial;
		font-variant: small-caps;
		font-size:2.1rem;
		padding-bottom:0px;
		color:#363636;
	}
	.menuetitelb {
		margin-right:20px;
		font-family: Palanquin, Arial; 
		font-variant: small-caps;
		font-size:2.1rem;
		padding-bottom:0px;
		color:#fff;
	}
	.menue {
		width:80%; 
		margin: 0 auto;
	}

	.slideshow {
		position: relative;
		width: 100%;
		z-index: 0;
		/*margin-top: 140px;*/
	}
	.slideshow img {
	   	width: 100%;
	}

	/* Slideshow - schmal */
	.Nora_slideshow {
		width: 100%;
		z-index: 0;
	}
	.Nora_slideshow img {
	   	width: 100%;
	}

	.diashow {
		width: 100%;
		z-index: 0;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.diashow img {
	   	width: 100%;
	}

	.bild_beschriftung {
	  	position: relative;
	}
	.bild_beschriftung img {
		position: relative;
		float: left;
		width: 45%;
		padding: 5px;
	}
	.bild_beschriftung span {
		position: absolute;
		margin-top: 25%;
		left: 20px;
		text-align: center;
		border-left: 2px solid #000;
		padding-left: 1%;
		font-family: Garamond, Cormorant Garamond;
		font-size: 2.5vw;
		font-weight: lighter;
		line-height: 1.2em;
		color: #000000;
		padding-right: 1%;
		background: #404040; /* Fallback IE 6-8 */
		background-color: rgba(255,255,255,0.50);
	}
	
	.bild {
		width: 100%;
		height: auto;
		border:0px;
		margin-bottom: 10px;
	}
	.bild_klein {
		width: 50%;
		height: auto;
	}
	.linie {
		border-left: 2px solid #000; 
		padding-left: 15px;	
	}
	.untertitel {
		font-family: Archivo-Narrow, Arial; 
		font-size:1.2vw;
		margin-bottom:0px;
		font-weight:bold;
		color:#ffffff;
		text-shadow: 3px 3px 3px #222222;
	}
	
	.hoverWrapper:hover #exif {
		display: block;
	}

	.hoverWrapper #exif {
		display: none;
		position: absolute;
		left: 30px;
		top: 30px;
		background:url(img/hell.png);
		padding:15px;
	}

	.titel {
		font-family: Proxima Nova,helvetica neue,helvetica,arial,sans-serif;
		border-left: 2px solid #000;
		margin-bottom:8px;
		color:#000;
		position:relative; 
		top:85%; 
		left:0px; 
		margin:auto; 
		z-index:0; 		
		padding: 10px 20px 10px 20px;
		font-size: 4.5rem;
		line-height: 1em;
		padding-right: 20px;
		background: #404040; /* Fallback IE 6-8 */
		background-color: rgba(255,255,255,0.50);
	}

	.title {
		position: relative;
		font-family: Pen, sans-serif;
		font-size: 3.5rem;
		/* font-weight: 300;
		margin-top: 80px; */
		margin-bottom: 20px;
		/*white-space: nowrap;*/
		text-overflow: ellipsis;
		text-align: center;
	}
	.index {
		position:relative;
		top:20px; 
		left:0px; 
		margin:auto; 
		z-index:0; 
		color:#FFFFFF; 
		font-family: Proxima Nova,helvetica neue,helvetica,arial,sans-serif; 
		font-size:36px; 
		text-align: center;
	}

	.Bildunterschrift {
		position:relative; 
		top:85%; 
		left:0px; 
		margin:auto; 
		z-index:0; 		
		text-align: center;
		padding-left: 1%;
		font-family: Garamond, Cormorant Garamond;
		font-size: 2rem;
		font-weight: lighter;
		line-height: 1em;
		color: #000000;
		padding-right: 1%;
		background: #404040; /* Fallback IE 6-8 */
		background-color: rgba(255,255,255,0.50);
	}
	.Bildtitel {
		position: absolute;
		text-align: left;
		text-transform: uppercase;
		bottom: 1em; 
		width: 100%; 
		margin:auto;
		left: 1em;
		border-left: 2px solid #000;
		padding: 10px 0.2em 10px 0.7em;
		font-family: ProximaNova-Light;
		font-size: 1.8rem;
		font-weight: lighter;
		color: #000000;
		background: #404040; /* Fallback IE 6-8 */
		background-color: rgba(255,255,255,0.70);
	}

	.unterbrecher {
		/* border-bottom: 1px solid #fff; */
		padding-bottom: 1px;
		font-size: 2rem;
	}

	.unterbrecher_a {
		font-weight: bold;
		/* border-bottom: 1px solid #fff; */
		padding-bottom: 1px;
		font-size: 2.5rem;
	}


