/*
----------------------------------------------------
Galerie Angelica Steinkopff        		  stylesheet
Autor: angelica steinkopff
----------------------------------------------------
style.css
*/
		
/* allgemeines*/

html, body, div, p, i, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   font-family: Helvetica, Arial, sans-serif;
}



html, body {
	background-image: url(../img/bg-site.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	color: #68676c;
}



a:link {
    font-family: Helvetica, Arial, sans-serif;
    color:#000000;
    text-decoration: none;
}

a:visited {
    font-family: Helvetica, Arial, sans-serif;
	color: #000000;
    text-decoration: none;
}


a:hover {
    font-family: Helvetica, Arial, sans-serif;
    color: #a40a2b;
    text-decoration: none;
}

a:active {
    font-family: Helvetica, Arial, sans-serif;
    color: #a40a2b;    
    text-decoration: none;
}


img {
   border: 0px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
   	font-size: 1.4em;
   	font-weight: lighter;
   	color: #a40a2b;
}


h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #a40a2b;
	margin-top: 8px;
}


h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
	color: #a40a2b;
}

.abstand-rechts {
	margin-right: 30px;
	color: #8fa70c;
}

.mini {
	font-size: 0.8em;
}

.rot {
	color: #a40a2b;
}

.rot-dick {
	color: #a40a2b;
	font-weight: bold;
}

.rot2 {
	color: #a40a2b;
}

.gruen {
	color: #295700;
}

p {
    font-family: Helvetica, Arial, sans-serif;
	color:#131313;
   	font-size: 11pt;
   	line-height: 21px;
   	margin-top: 10px;
   	margin-bottom: 10px;
}

li, ul {
	display: inline;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 26px;
	color: #ffffff;


}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: '';
    clear: both;
    display: table;
}

/* ende allgemeines */

/* anfang inhalte */

#container {
	width: 100%;
	margin-top: 20px;
	min-width: 320px;
	max-width: 1024px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
 #container img{
 	max-width: 98%;
 }

#banner{
	text-align: center;
}

#nav {

	min-width: 320px;
	max-width: 1020px;
	background-color: #ffffff;
	opacity: 0.95;
	border-radius: 13px;
	padding: 10px;
	margin-top: -5px;
	margin-bottom: 13px;
}

#container-inhalt {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	background-color: #ffffff;
	opacity: 0.95;
	border-radius: 13px;
}

#inhalt {
	padding: 25px;
}

#inhalt a {
	color: #131313;
	text-decoration: underline;
}

#inhalt a:hover {
	   	color: #a40a2b;
	   	text-decoration: underline;
}

#inhalt li, ul {
	list-style: none;
	margin-left: 20px;
	display: inline;
	color: #131313;
	font-size: 11pt;
    font-family: Helvetica, Arial, sans-serif;
}

#footer {
	text-align: right;
	height: 15px;
	font-size: 7pt;
	color: #414141;
	margin-top: 6px;
}

#banner img:first-child {
    float: left;
    padding-top: 45px;
}

#banner img:last-child {
    float: right;
}

.mobile-toggle {
	display: none;
	color: #a40a2b;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.mobile-toggle span:before,
.mobile-toggle span:after,
.mobile-toggle span {
    width: 16px;
    height: 2px;
    background: #a40a2b;
    display: block;
    position: absolute;
    top: 50%;
}
.mobile-toggle span {
    left: 2px;
    top: calc(50% + 3px);
}

.mobile-toggle span:before,
.mobile-toggle span:after {
    content: '';
    left: 0;
}

.mobile-toggle span:before {
    top: -5px;
}
.mobile-toggle span:after {
    top: 5px;
}

#container-inhalt img {
	max-width: 100%;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 785px) {
	#nav {
		background-color: #ffffff;
		border-radius: 13px;
		height: 33px;
		min-height: 33px;
		overflow: hidden;
		transition: all 0.5s;
	}
	#nav ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	#nav.open {
		height: 200px;
		padding-bottom: 8px;
	}
	#nav li {
		opacity: 0;
		display: block;
		margin-top: 0;
		padding-top: 8px;
		transition: all 0.5s;
	}

	#nav li,
	#nav li a {
	    font-size: 18px;
	}
	#nav li.mobile-toggle {
		display: block;
		opacity: 1;
	}
	#nav.open li {
		opacity: 1;
	}
	#banner {
		text-align: center;
	}
	#banner img:first-child {
		float: none;
		max-width: 100%;
		padding: 0;	
	}
	#banner img:last-child {
	    display: none;
	}
}

/* everthing bigger than a smartphone */
@media (min-width: 786px) {
	#nav {
		height: auto !important;
	}
}


/* ende inhalte */

/* Anfang - Light Box */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Ende - Light Box */


/* code is poetry */
