@charset "UTF-8";

article, aside, figcaption,
figure, footer, header, hgroup,
menu, nav, section{
	display: block;
} 

body{

	margin: 0;
	padding: 0;
	background-color: #fff;
}

header{

	width: 100%;
	height: auto;
}

.logo, a[title="Zur Startseite"]{

	position: relative;
	max-width: 400px;
	width: 100%; 
	height: auto;
	display: block;
	margin: 0 auto;
}

footer[role="contentinfo"]{

	position: relative;
	background-color: #fff;
	/*margin: 35% 0% 0% 0%;*//*margin wird über mobile-styles und desktop gesteuert*/
	padding: 0%;
	height: 10em;
	bottom: 0;
	clear: both;
	font-family: 'Josefin Slab', Calibri;
}

#footer{

	width: 100%;
}

.link-impr{

/*Position?*/

}

#copy{
	
	position: relative;
	margin: 2.5% 0% 0% 0%;
	border-top: dotted 2px;

}

.copyright{

	text-align: center;
}

.link-normal{color: #0062DD;}
.link-normal:hover{color: #FF0084;}

/*----------_Datei-index.html_Bildslider_----------*/
.startbild{

	position: relative;
	width: 95%;
	height: auto;
	margin: 2.5%;
}

.bild-slider{

	position: relative;
	max-width: 750px;
	width: 100%;
	height: auto;
	margin: 15% 30% 0% 30%; /*margin: 15% auto 0% auto; ------> Probleme bei der Darstellung im Browser, wenn die Datei auf dem Server hochgeladen wird!*/
}
/*----------_Datei-index.html_Bildslider_----------*/


/*----------_Datei-portfolio.html_Galerie_Portfolio_----------*/
.thumbnail{
	
	border: 2.0px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.thumbnail:hover{

	border: 2.0px solid #00BFFF;
	-webkit-transition: all 0.60s ease-out ;
	-moz-transition: all 0.60s ease-out;
	-o-transition: all 0.60s ease-out;
	-ms-transition: all 0.60s ease-out;
	transition: all 0.60s ease-out;
}

.bildersammlung {

	position: relative; 
	width: 90%;
	height: auto;
	margin: 0% 0% 0% 5%;
}

.bildersammlung a {

	text-decoration: none;
}
/*----------_Datei-portfolio.html_Galerie_Portfolio_----------*/