@charset "utf-8";
/*
 * CSS DOCUMENT
 * 
 * $Id: template.css 3.2.1 2014-05-26 21:44:44 Richard Dvorak $
 * @package	    	Ausstellung Alte Krone
 * @subpackage		r3d
 * @version     	3.2.4
 * @description 	Leere Template for Galleria
 * @copyright	  	Copyright © 2014 - All rights reserved.
 * @license		  	GNU General Public License v2.0
 * @author		  	Richard Dvorak
 * @author mail		richard@dvorak.photography
 * @website		  	w3.dvorak.photography
 *
 *
 */

 html,body {
 	width: 100%;
 	font:normal 13px "helvetica neue",arial,sans-serif;
 	background-color: #000;
 	margin:0;
 	top:0;
	padding: 0;
 }
#container {
	margin: 0 auto;
	width:100%;
	height:auto;
	min-height: 350px;
}
.container {
	padding: 0px 0px 0px 0px;
	margin: 0;
}
h1 {
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
.top { 
	margin: 6px; 
	text-align: left;
}
h1 span.large {
	color:#fff; 
	font:normal 17px "helvetica neue",arial,sans-serif;
}
h1 span.small {
	color: #bbb;
	font:normal 13px "helvetica neue",arial,sans-serif;
}
.footer { 
	margin: 20px 20px 30px 0px; 
	text-align: left;
}
.footer p {
	color:#bbb;
	font:normal 13px "helvetica neue",arial,sans-serif;
}
a {
	color:#22BCB9;
	text-decoration:none;
}
.cred {
	margin-top:20px;
	font-size:11px;
}
.galleria { 
	margin: 0 auto;
	width:100%;
	max-width:1920px;
	min-width:480px;
	min-height:1024px;
	min-height: 350px; 
	padding: 0px 0px 0px 0px;
	background: #000;
}
.impressum {
	color:#bbb;
	font:normal 13px "helvetica neue",arial,sans-serif;
}
.impressum h1 {
	color:#fff;
	font:normal 17px "helvetica neue",arial,sans-serif;
}

/* iPad 3 & 4  in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Retina iPad 3+4 in landscape ONLY */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) { 

}
/* Retina iPad 3+4 in portrait ONLY */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation :  portrait) and (-webkit-min-device-pixel-ratio: 2) { 

}


/* #################################################*/


/* iPad 1 & 2 and iPad Mini in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) { 

}

/* iPad 1 & 2 and iPad Mini in landscape ONLY */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) { 

}

/* iPad 1 & 2 and iPad Mini in portrait ONLY */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation :  portrait) and (-webkit-min-device-pixel-ratio: 1) { 

}