@charset "utf-8";
<?php

/**
*---------------------------------------------------------------------------------------------------------------------
 *
*---------------------------------------------------------------------------------------------------------------------
 *mains.css
 *
 * Cascaded Style Sheet - Seitendesign
*---------------------------------------------------------------------------------------------------------------------
 */

<STYLE type="text/css">
html {


}

a img { border:0; }

BODY {
	padding: 0; 
	margin: 0;
	text-align: center;	
	font: normal 100% Helvetica, sans-serif;
	font-size:2.0vw;

	line-height:1.1;
	color: #888;

}

@media all and (min-width: 960px) {
h1{
    font-size: 120%;
	font: normal 100% Helvetica, sans-serif;
  }
h2{
	font-size: 80%;
	font: normal 100% Helvetica, sans-serif;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
h1{
    font-size: 7vw;
	font: normal 100% Helvetica, sans-serif;
  }
h2{
	font-size: 5vw;
	font: normal 100% Helvetica, sans-serif;
}
}

@media all and (max-width: 599px) and (min-width: 50px) {
h1{
    font-size: 8vw;
	font: normal 100% Helvetica, sans-serif;
  }
h2{
	font-size: 6vw;
	font: normal 100% Helvetica, sans-serif;
}
}


/*  mehrmalige Verwendung 		class . 
	einmalig pro Webseite			id   #
*/

/*-------------------------------  General  -------------------------------*/
#wrapper{
   z-index:1;
   margin: 0px auto;
   width: 100%;
   max-width:1000px;

}



	a:link {text-decoration: none; color: #888}
	a:visited {text-decoration: none; color: #888}
	a:active {text-decoration: none; color: #888}
	a:hover {text-decoration: underline; color: #999;}



/*-------------------------------  General  -------------------------------*/


/*-------------------------------  Header  -------------------------------*/

#header{
	z-index:0;
	width: 100%;
	height: 18%;
	display:block;
	background-image: url(bgh.png); 
	background-repeat:repeat-x;
	background-size:100% 100%;
	background-position: top center;
	background-color: #CCC; 

}


#headerlogo{
   z-index:2;
   position: absolute; left: 15%; top: 0.85%;
	width: 10%;
	min-width: 300px;
	height: 14%;
	display:block;
	background-image: url(logo.png); 
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: top left;
	text-align: left;

}

#headertitle{
   z-index:1;
   position: relative; right: 20%; top:50%;
	width: auto;
	font-size:60%;
	height: 4%;
	max-height: 50px;
	display:block;
	color: #888;
	text-align: right;



}
/*Headergr��en*/
.hta{
	font-size: 120%;
	}
.htb{
	font-size: 140%;
	}
.htc{
	font-size: 160%;
	}
.htd{
	font-size: 180%;
	}
.hte{
	font-size: 200%;
	}
.htf{
	font-size: 90%;
	}	
.htg{
	font-size: 80%;
	}	
.hth{
	font-size: 60%;
	}		

/*-------------------------------  Header  -------------------------------*/

/*-------------------------------  Content  -------------------------------*/

	

#content{
	position: absolute center;
	z-index:2;
	top: 10%;
	bottom: 13%;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	font-size:70%;


}

#slider{
	position: relative center;
	z-index:2;
	width: 100%;
	max-width:1000px;

	min-height:500px;
	margin:1% auto 0% auto;
	display: block;
}
/*
#slider:hover{
	background-image: url(britta2.jpg);
	transition:  0.5s ease-in-out;
	}*/
#notes{
	position: absolute	; 
	right:2%;
	z-index:1;
	float:left;
	width: 80%;
	max-width:300px;
	min-height:200px;
	margin-top: -85;
	margin-right:	10%;
	display: block;
	background-image: url(notes.png); 
	background-repeat:no-repeat;
	background-size:100% ;
	background-position: top center;
}
#notesrotate{
	font-size:13px;
	text-align: right;
	margin:15% 20% 0% 0%;
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);

		transform: rotate(5deg);
		
	}
/*
#cloud{
	position: relative center;
	z-index:1;
	width: 80%;
	max-width:800px;
	min-height:500px;
	margin: 0% auto 0% auto;
	display: block;
	background-image: url(cloud1.png); 
	background-repeat:no-repeat;
	background-size:100% ;
	background-position: top center;
    
}
*/
#profil{
	font-size:90%;
	text-align: center;
	width: 80%;
	margin: 0% auto 0% auto;
	display: block;
}

/*----------------------------------- Gallery*/	
.gallerydiv{
	position:relative center;
	font-size:90%;
	text-align: center;
	margin: 0% auto 0% auto;
	display: block;
}

	
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}

#gallery figure {
	position: absolute;
	display: inline-block;
	top: 0;

	z-index: 1;
	animation: wechseln 19s infinite;
}

#gallery img 
{
	width:100%;
	max-width:1000px;
	min-height:100px;

}

#gallery figure:last-of-type {
	position: relative;
}

#gallery > figure figcaption {
	position: absolute;
	left: 1em;
	font-size: 2em;
	font-weight: bold;
	bottom: 0.5em;
	z-index: 2;
	color: white;
}
@keyframes wechseln {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#gallery figure:nth-of-type(1) {
	animation-delay: 3s;
	opacity: 0;
}
#gallery figure:nth-of-type(2) {
	animation-delay:10s;
	opacity: 0;
}

#gallery figure:nth-of-type(3) {
	animation-delay: 15s;
	opacity: 0;
}	
#gallery figure:nth-of-type(4) {
	animation-delay: 18s;
	opacity: 0;
}	

/*----------------------------------- Gallery*/	
	

#impressum{
	font-size:80%;
	text-align: left;
	margin: 5% ;
	
}

/*-------------------------------  Content  -------------------------------*/


/*-------------------------------  Footer  -------------------------------*/

.linkedin a { 

		width:10%;
		height: 30px;
		display: block;
		margin: 0 auto 20px auto;
		background-image:url(linkedin-logo-sw.png); 
		background-size:100% ;
		background-repeat: no-repeat;		
		transition:  0.5s ease-in-out;
}
.linkedin a:hover { 
		background-image:url(linkedin-logo.png); 
		transition:  0.5s ease-in-out;

}


#footer{
	position: relative center;
	top: 5%;
	text-align: center;
	height: 8%;
	width:100%;
	color: #888 ;
	font-size: 75%;
	margin: 10% auto 0 auto 0;
  

}

/*-------------------------------  Footer  -------------------------------*/







