@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Helvetica";
	font-size: 24px;
	text-align: left;
	background-color: #FFF;
	font-style: light;
}
/* Umrandung um die abzubildenden Elemente auf der Seite. Die Raute klassifiziert diesen Selektor
zu einem ID-Selektor – dieser passt auf alle Elemente mit diesem ID-Wert = „umrandung“ */
#container {
	width : 1024px;
	background-color: #FFF;
	margin: 20px auto;
	height: auto;
}
/* Style für den Header bzw. Banner der Webseite*/
header {
	width : 1024px;
	background-color: #BEE5E8;
	border: none;
	height: 160px;
	margin-bottom: 20px;
}
#logo img {
	height: 120px;
	width: 235px;
	float: left;
	display: block;
	margin-left: 20px;
	margin-top: 25px;
}
/************************************************ Style für die horizontale Topnavigation der Webseite***********************/
ul#navigation {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: -54px;
	margin-left: 225px;
	margin-bottom: 20px;
}
ul#navigation li {
	float: left;
	position: relative;
	list-style: none;
	/*margin: 6px 11px 20px 10px;*/
	padding: 20px 13px 8px 13px;
	font-size: 18px;
	font-weight: thin;
	color: #504E4A;
	width: relative;
	text-align: center;
}
ul#navigation li:hover {
	color: #16B1B5;
}
a {
	text-decoration: none;
	color: #504E4A;
}
#navigation li:hover a {
	color: #16B1B5;
}
ul#navigation a.active {
	text-decoration: none;
	font-size: 18px;
	font-weight: light;
	color: #16B1B5;
	text-align: center;
}
/****************************************** Style für den Inhaltsbereich der Webseite**********************************/
#content{
	height:auto;
}

.masonry-container {
	left: -470px;
	margin-left: 50%;
}
#karte {
	width : 900px;
	height: 650px;
	margin-top: -20px;
	position: absolute;
	float: left;
}
#contact {
	font: "Noteworthy Bold";
	font-size: 16px;
	padding-left: 3px;
	padding-top: 100px;
	min-height: 400px;
	font-weight: light;
	line-height: 1.5;
	float: none;
	position: relative;
	margin-top: 30px;
	margin-left: 85px;
}
#absender {
	font: "Noteworthy Bold";
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 27px;
}
#nachricht {
	font: "Noteworthy Bold";
	font-size: 20px;
	margin-bottom: 10px;
}
#abschicken {
	font: "Noteworthy Bold";
	font-size: 20px;
	margin-bottom: 110px;
	margin-left: 275px;
}
#section {
	width : 455px;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding-left: 3px;
	min-height: 400px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: light;
	line-height: 1.5;
	/*float: left;*/
}
#aside {
	float: right;
	width : 55%;
	background-color: #FFF;
	border: 1px solid #FFF;
	min-height: 55%;
	margin-top: -690px;
	/*margin-left: -20px;*/
	margin-right: -60px;
	font-size: 16px;
	font-weight: light;
	/*line-height: 1.5;*/
}
#impressum {
	font-family: "Helvetica";
	font-size: 13px;
	text-align: left;
	background-color: #FFF;
	font-style: light;
	margin-left: 25px;
	margin-bottom: 20px;
}
#datenschutz {
	font-family: "Helvetica";
	font-size: 13px;
	text-align: left;
	background-color: #FFF;
	font-style: light;
	margin-left: 25px;
	margin-bottom: 20px;
}
/* Style für den Fuß/Footer der Webseite*/
#footer {
	width : 1024px;
	background-color: #BEE5E8;
	border: none;
	height: 40px;
	padding-left: 3px;
	margin-top: 25px;
	float: none;
}
/**************************************Sub-Navigation**************************************************************/
ul#sub-navigation {
	float: right;
	width: relative;
	height: 40px;
	margin-top: 53px;
	margin-left: -20px;
	margin-bottom: 20px;
}
ul#sub-navigation li {
	float: left;
	position: relative;
	list-style: none;
	margin: -50px 11px 20px 10px;
	padding: 7px 14px 8px 15px;
	font-size: 18px;
	font-weight: thin;
	color: #504E4A;
	width: relative;
	text-align: center;
}
ul#sub-navigation li:hover {
	color: #16B1B5;
}
a {
	text-decoration: none;
	color: #504E4A;
}
#sub-navigation li:hover a {
	color: #16B1B5;
}
ul#sub-navigation a.active {
	text-decoration: none;
	font-size: 18px;
	font-weight: light;
	color: #16B1B5;
	text-align: center;
}
/**************************************index-Seite**************************************************************/
.bildwechsel-portrait {
	position: relative;
	z-index: 1;
	width: 220px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS%20FINAL/index/Portrait.png");
}

.bildwechsel-portrait:hover {
	position: relative;
	box-shadow: 0px 0px 10px #000000;
	/*transform: scale (1.8, 1.8);*/
	transition-duration: 500ms;
	z-index: 100;
	/*width: 220px;
	height: 390px;*/
	background-image: url("../FOTOS%20FINAL/index/Portrait_Effekt.png");
}

.bildwechsel-augenblicke {
	width: 460px;
	height: 248px;
	position: absolute;
	z-index: 1;
	left: 240px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS%20FINAL/index/Augenblicke.png");
}
.bildwechsel-augenblicke:hover {
	position: relative;
	box-shadow: 0px 0px 10px #000000;
	transition-duration: 500ms;
	z-index: 100;
	width: 460px;
	height: 250px;
	background-image: url("../FOTOS%20FINAL/index/Augenblicke_Effekt.png");
}
.bildwechsel-freunde {
	position: relative;
	z-index: 1;
	position: absolute;
	left: 720px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	width: 220px;
	height: 620px;
	background-image: url("../FOTOS%20FINAL/index/Freunde.png");
}
.bildwechsel-freunde:hover {
	position: relative;
	box-shadow: 0px 0px 10px #000000;
	transform: scale (1.8, 1.8);
	transition-duration: 500ms;
	z-index: 100;
	width: 220px;
	height: 620px;
	background-image: url("../FOTOS%20FINAL/index/Freunde_Effekt.png");
}
.bildwechsel-logo {
	position: relative;
	z-index: 1;
	position: absolute;
	left: 235px;
	top: 270px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	width: 220px;
	height: 120px;
	background-image: url("../FOTOS%20FINAL/index/Logo_grau.png");
}
.bildwechsel-logo:hover {
	position: relative;
	/*box-shadow: 0px 0px 10px #000000;*/
	transform: scale (1.8, 1.8);
	transition-duration: 500ms;
	z-index: 100;
	position: absolute;
	left: 235px;
	top: 270px;
	width: 230px;
	height: 120px;
	background-image: url("../FOTOS%20FINAL/index/Logo_tuerkis.png");
}
.bildwechsel-kinder {
	position: relative;
	z-index: 1;
	position: absolute;
	left: 480px;
	top: 270px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	width: 220px;
	height: 165px;
	background-image: url("../FOTOS%20FINAL/index/Kinder.png");
}
.bildwechsel-kinder:hover {
	position: relative;
	box-shadow: 0px 0px 10px #000000;
	transform: scale (1.8, 1.8);
	transition-duration: 500ms;
	z-index: 100;
	width: 220px;
	height: 165px;
	background-image: url("../FOTOS%20FINAL/index/Kinder_Effekt.png");
}
.bildwechsel-familie {
	position: relative;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 410px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	width: 460px;
	height: 210px;
	background-image: url("../FOTOS%20FINAL/index/Familie.png");
}
.bildwechsel-familie:hover {
	position: relative;
	box-shadow: 0px 0px 10px #000000;
	transform: scale (1.8, 1.8);
	transition-duration: 500ms;
	z-index: 100;
	width: 460px;
	height: 210px;
	background-image: url("../FOTOS%20FINAL/index/Familie_Effekt.png");
}
.bildwechsel-hochzeit {
	position: relative;
	z-index: 1;
	position: absolute;
	left: 480px;
	top: 455px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	width: 220px;
	height: 165px;
	background-image: url("../FOTOS%20FINAL/index/Hochzeit.png");
}
.bildwechsel-hochzeit:hover {
	position: relative;
	box-shadow: 0px 0px 10px #000000;
	transform: scale (1.8, 1.8);
	transition-duration: 500ms;
	z-index: 100;
	width: 220px;
	height: 165px;
	background-image: url("../FOTOS%20FINAL/index/Hochzeit_Effekt.png");
}
/**************************************Kinder-Seite**************************************************************/
.kinder-baby {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 260px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/Baby.png");
}
.kinder-spruch {
	position: relative;
	z-index: 1;
	width: 380px;
	height: 605px;
	position: absolute;
	left: 0px;
	top: 280px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/spruch.png");
}
.kinder-sisters {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 250px;
	position: absolute;
	left: 400px;
	top: 280px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/sisters.png");
}
.kinder-mila {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 335px;
	position: absolute;
	left: 400px;
	top: 550px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/mila.png");
}
.kinder-stuhl {
	position: relative;
	z-index: 1;
	width: 220px;
	height: 605px;
	position: absolute;
	left: 720px;
	top: 280px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/Stuhl.png");
}
.kinder-lockenkopf {
	position: relative;
	z-index: 1;
	width: 460px;
	height: 555px;
	position: absolute;
	left: 0px;
	top: 905px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/Lockenkopf.png");
}
.kinder-ball {
	position: relative;
	z-index: 1;
	width: 460px;
	height: 555px;
	position: absolute;
	left: 480px;
	top: 905px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/kinder/Baelle.png");
}
/**************************************Portrait-Seite**************************************************************/
.portrait-augen {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/portrait/Augen.png");
}
.portrait-lachen {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 670px;
	position: absolute;
	left: 0px;
	top: 300px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/portrait/Lachen.png");
}
.portrait-schirm {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 670px;
	position: absolute;
	left: 320px;
	top: 300px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/portrait/Schirm.png");
}
.portrait-tuch {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 670px;
	position: absolute;
	left: 640px;
	top: 300px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/portrait/Tuch.png");
}
.portrait-lolli {
	position: relative;
	z-index: 1;
	width: 380px;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 990px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/portrait/Lolli.png");
}
.portrait-livelove {
	position: relative;
	z-index: 1;
	width: 540px;
	height: 450px;
	position: absolute;
	left: 400px;
	top: 990px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/portrait/LiveLove.png");
}
/**************************************Hochzeit-Seite**************************************************************/
.hochzeit-kuessen {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/hochzeit/kuessen.png");
}
.hochzeit-kuss {
	position: relative;
	z-index: 1;
	width: 380px;
	height: 810px;
	position: absolute;
	left: 0px;
	top: 220px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/hochzeit/kuss.png");
}
.hochzeit-braut {
	position: relative;
	z-index: 1;
	width: 540px;
	height: 810px;
	position: absolute;
	left: 400px;
	top: 220px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/hochzeit/braut.png");
}
.hochzeit-braut_draussen {
	position: relative;
	z-index: 1;
	width: 620px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 1050px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/hochzeit/braut_draussen.png");
}
.hochzeit-brautpaar {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 400px;
	position: absolute;
	left: 640px;
	top: 1050px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/hochzeit/brautpaar.png");
}
/**************************************Freunde-Seite**************************************************************/
.freunde-maedels {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 340px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/freunde/Maedels.png");
}
.freunde-2jungs {
	position: relative;
	z-index: 1;
	width: 620px;
	height: 480px;
	position: absolute;
	left: 0px;
	top: 360px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/freunde/2Jungs.png");
}
.freunde-JGA {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 580px;
	position: absolute;
	left: 640px;
	top: 360px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/freunde/JGA.png");
}
.freunde-frauen {
	position: relative;
	z-index: 1;
	width: 620px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 860px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/freunde/Frauen.png");
}
.freunde-2madels {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 500px;
	position: absolute;
	left: 640px;
	top: 960px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/freunde/2Madels.png");
}
/**************************************Familie-Seite**************************************************************/
.familie-muttertochter {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 265px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/familie/mutterTochter.png");
}
.familie-baby {
	position: relative;
	z-index: 1;
	width: 380px;
	height: 250px;
	position: absolute;
	left: 0px;
	top: 285px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/familie/Baby.png");
}
.familie-josh-micha {
	position: relative;
	z-index: 1;
	width: 540px;
	height: 360px;
	position: absolute;
	left: 400px;
	top: 285px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/familie/JoshMicha.png");
}
.familie-familie {
	position: relative;
	z-index: 1;
	width: 380px;
	height: 380px;
	position: absolute;
	left: 0px;
	top: 555px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/familie/Familie.png");
}
.familie-bauch {
	position: relative;
	z-index: 1;
	width: 540px;
	height: 270px;
	position: absolute;
	left: 400px;
	top: 665px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/familie/Bauch.png");
}
.familie-kuchen {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 955px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/familie/MilaKuchen.png");
}
/**************************************Augenblicke-Seite**************************************************************/
.augenblicke-hunde {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/Hunde.png");
}
.augenblicke-biene {
	position: relative;
	z-index: 1;
	width: 460px;
	height: 320px;
	position: absolute;
	left: 0px;
	top: 210px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/biene.png");
}
.augenblicke-hund {
	position: relative;
	z-index: 1;
	width: 460px;
	height: 360px;
	position: absolute;
	left: 480px;
	top: 210px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/hund.png");
}
.augenblicke-krokodil {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 435px;
	position: absolute;
	left: 0px;
	top: 550px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/krokodil.png");
}
.augenblicke-rom {
	position: relative;
	z-index: 1;
	width: 220px;
	height: 385px;
	position: absolute;
	left: 320px;
	top: 590px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/rom.png");
}
.augenblicke-maedels {
	position: relative;
	z-index: 1;
	width: 380px;
	height: 865px;
	position: absolute;
	left: 560px;
	top:590px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/maedels.png");
}
.augenblicke-konfi {
	position: relative;
	z-index: 1;
	width: 540px;
	height: 450px;
	position: absolute;
	left: 0px;
	top:1005px;
	visibility: visible;
	animation-delay: 200ms;
	animation-name: fadeIn;
	background-image: url("../FOTOS FINAL/augenblicke/Konfi.png");
}