/* IMPORT */
/*  REISEN Fotoalbum */
#reisen_container {
	display:inline-block;
	position:relative;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
}
#reisen_container, 
.reisen_bild {
	min-width:300px;
	max-width:100vw;
	min-height:150px;
	max-height:90vh;	
}
#reisen_menucontainer,
#fotoalbenindex {
	min-width:300px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;

}
#reisen_menucontainer {	max-width:1094px;}
#fotoalbenindex {max-width:90%;}

.fotoalbenindex_pfeil_rechts, .fotoalbenindex_pfeil_links {
	display:inline-block;
	height:25px;
	width:25px;
	margin-top:auto;
	margin-bottom:auto;
	box-shadow: 7px 7px 7px black;
}
.fotoalbenindex_pfeil_rechts {margin-left:10px;}
.fotoalbenindex_pfeil_links {margin-right:10px;}	
#reisealbum_mainFrame {
	display:block;
	width:100%;
 	border:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height: 100vh;
 	border:0px;
}	
.reisen_bild {
	display:block;
	height:auto;
	background-image:url(/dirk/images/sanduhr.gif);
	background-repeat:no-repeat;
	background-position:center;	
}
.reisen_bildtitel {
	position:absolute;
	top:0px;
	left:2%;
	margin:0px;
	font-size:1.5em;
	padding:2px 5px 2px 5px;
	opacity: 1;
	font-family:"Comic Sans MS";	
	font-size:1.2em;
	color:#000000;
	font-weight:bold;
	text-shadow: 0px 0px 0px black, 1px 1px 0px white;	
	
}
.reisen_bildtext {
	display:inline-block;
	position:absolute;
	width:100%;
	min-width:300px;
	top:103%;
	left:0px;
	margin-bottom:3px;
	font-size:1.2em;
}

#header { display:none;}
.topmenu { display:none;}

@media only screen and (min-width:500px) and (min-height:400px){
	.topmenu { display:block;}
	#reisealbum_mainFrame {height:calc(100vh - 19px);}
	#reisen_container {margin-top:3px;}	
	#reisen_container, .reisen_bild {max-height:90vh;}
	.reisen_bildtitel {font-size:1.5em;}
}
@media only screen and (min-width:1000px) and (min-height:800px){
	#header { display:block;}
	#reisealbum_mainFrame {height:calc(100vh - 104px);}
}

@media only screen and (min-width:1174px) {
		.button_back, .button_no_back { left:-40px; border-radius: 15px 0px 0px 15px; }
		.button_forward, .button_no_forward {right:-40px; border-radius: 0px 15px 15px 0px;}
}