				
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: url(../images/icons/cursor.png) , auto;
	/*text-align: left;*/
}


html, body {
	height:100%;
}

img {
	max-width:100%;
	height:auto;
	}
#background {
	position: fixed;
	z-index: -100;
	height: auto;
	max-width: 80%;
	width: 100%;
	left: 10%;
	right: 10%;
	top: -12%;
}
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 100px;
	text-align: left;
}




/*header*/

header {
	width: 100%;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(179,205,196,1);

}

.navi { 
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.logo {
	z-index: 100;
}

.logo a img{
	
	cursor:url(../images/icons/brain.png) , auto;
	}
	
	
/*Ende header*/


.bild {
	padding-top: 7%;
	margin: auto;
	padding-bottom: 2%;
	text-align: center;
}


h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	display: block;
	margin: auto;
	color: rgba(0,0,0,1);
}


footer {
	background-color: rgba(179,205,196,1);
	width: 100%;
	display: table;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: 5%;
}
.zeilefooter {
	background-color: rgba(179,205,196,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	display: table;
}
.kontakt {
	background-color: rgba(179,205,196,1);
	display: table-cell;
	margin-left: 5%;
}
.kontaktrechts {
	background-color: rgba(179,205,196,1);
	display: table-cell;
}
.kontaktlinks {
	background-color: rgba(179,205,196,1);
	display: table-cell;
	margin-left: 5%;
}
#container div .expect {
	/* [disabled]display: table; */
}
.überschrift {
	/* [disabled]padding-left: 1%; */
	margin-top: -24%;
	/* [disabled]position: relative; */
	/* [disabled]display: none; */
	margin-left: 50%;
}
.überschrift p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: rgba(249,210,201,0.5);
	/* [disabled]position: absolute; */
	/* [disabled]max-width: 100%; */
	margin-top: 1%;
	text-align: center;
	margin-left: 5%;
	padding: 20%;
	margin-bottom: 2%;
	margin-right: 10%;
}
.zeilefooterlinks {
	background-color: rgba(179,205,196,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	display: table;
	margin-bottom: 5px;
	font-size: 12px;
}
.zeilefooterlinks .kontaktlinks img {
	margin-bottom: -5px;
}
.zeilefooterlinks .kontakt img {
	margin-bottom: -5px;
}
.zeilefooterlinks .kontaktrechts img {
	margin-bottom: -5px;
}
#container footer .zeilefooterlinks p {
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 3px;
}
a:link {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: none;
	color: rgba(248,224,178,1);
	cursor:url(../images/icons/brain.png) , auto;
}
a:active {
	text-decoration: none;
	color: rgba(248,224,178,1);
}
a:focus {
	text-decoration: none;
	color: rgba(248,224,178,1);
}


#container #FlashID {
	text-align: center;
	max-width: 80%;
	margin: auto;
	display: block;
}
.hellimg {
	text-align:center;
}

#containerlb {
	max-width:90%;
	padding-left: 20%;
	

}
#container .copyright a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	text-align: center;
}
#container h5 {
	font-family: Risque;
	font-size: 36px;
	display: block;
	text-align: center;
	margin-top: 7%;
	margin-bottom: 1%;
}
#container a #Studio:hover {
	cursor: url(../images/icons/brain.png) , auto;
	
}


#container a #outdoor:hover {
	cursor: url(../images/icons/brain.png) , auto;
	
}

.fotografie {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*.studio .Reihe2 {
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	align-items:center;
}*/


#container .grafikdesign {
	text-align: center;
}


#container .studio {

text-align: center;
	
}
#container div .bildbearbeitung {
	text-align: center;
}
#container div .outdoor {
	text-align: center;
}

@media only screen and (max-width: 900px){
	
	
	.navi{
		justify-content: space-around;
		}
}
