/* CSS Nessi */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul,li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption,footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul{list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;}table {border-collapse: collapse;border-spacing: 0;}

/*:root {
	--flower-width: 150px;
} */
	.flower1 {
		--flower-width: 180px;
	}
	.flower2 {
		--flower-width: 100px;
	}
	.flower3 {
		--flower-width: 100px;
	}
	.flower4 {
		--flower-width: 45px;
	}
	.flower5 {
		--flower-width: 170px;
	}
	.flower6 {
		--flower-width: 85px;
	}
	.flower7 {
		--flower-width: 200px;
	}

html, body {
	background-color:#b9c8d1;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	color:#ed6197;
	font-size:125%;
	margin-right:50px;
}
p {
	color: #ed6197;
	font-family: inherit;
}

a {
	color:#ed6197;
	text-decoration:none;
}
a:hover {
	color:#ed6197;
	text-decoration:none;
}
a:active {
	color:#ed6197;
	text-decoration:none;
}
a:visited {
	color:#ed6197;
	text-decoration:none;
}

#container {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#content {
  position: absolute; /* Forces the position into the container start */
  z-index: 1; /* Places behind 2 */
  width: 100%;
  height: 100%;
}
#landschaft {
	position:relative;
	display: flex;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-image:url(images/nessie-fruehling8.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-size:auto 100%;
/* new	background-position:left top; */
	background-position:center top;
	z-index:inherit;
/*	align-items: center; */
	justify-content: center;
	overflow-x:hidden;
}

.speaker {
/*	position:absolute;
	left:8%;
	bottom:95%;
	z-index:81;
	height:auto;
	width:38px; */
}
#spon {
	position:absolute;
	left:8%;
	bottom:95%;
	z-index:81;
	height:auto;
	width:38px;
	display:none;
}
#spoff {
	position:absolute;
	left:8%;
	bottom:95%;
	z-index:82;
	height:auto;
	width:38px;
	display:block;
}

#inhalte-werden-zentriert {
	z-index:25;
}

.opti {
	width:80%;
	animation:optiani 15s linear; 
}

.logo {
/*	width:0%; */
	width:75%;
	animation:logoani 20s linear;
}

.flower1 {
	width:0px;
	height:auto;
	opacity:0;
	animation:flower 19s linear infinite; 
	animation-delay: 0s;
}
.flower2 {
	width:0px;
	height:auto;
	opacity:0;
	animation:flower 32s linear infinite; 	/*18 33*/
	animation-delay: 1s;					/* 2 */
}
.flower3 {
	width:0px;
	height:auto;
	opacity:0;
	animation:flower 18s linear infinite; 	/*18 */
	animation-delay: 4s;					/*4 */
}
.flower4 {
	width:0px;
	height:auto;
	opacity:0;
	animation:flower 32s linear infinite; 	/*18 33*/
	animation-delay: 8s;					/* 6 */
}
.flower5 {
	width:0px;
	height:auto;
	opacity:0;
	animation:flower 18s linear infinite; 
	animation-delay: 8s;	
}
.flower6 {
	width:0px;
	height:auto;
	opacity:0;
	-webkit-animation: flower 18s linear infinite;
	-moz-animation:flower 18s linear infinite;
	-ms-animation:flower 18s linear infinite;
	animation:flower 18s linear infinite; 
	animation-delay: 5s;	
}
.flower7 {
	width:0px;
	height:auto;
	opacity:0;
	animation:flower 18s linear infinite; 
	animation-delay: 1s;	
}


/*
.flower:nth-of-type(3) {
	animation-delay: 8s;
}
*/


/* Blumen auf Wasser */
#fl1 {
	position:absolute;
	left: 20%;
	bottom: 12%;
	z-index:57;
}
#fl2 {
	position:absolute;
	left: 30%;
	bottom: 25%;
	z-index:52;
}
#fl3 {
	position:absolute;
	left: 40%;
	bottom: 22%;
	z-index:54;
}
#fl4 {
	position:absolute;
	left: 53%;
	bottom: 35%;
	z-index:51;
}
#fl5 {
	position:absolute;
	left: 60%;
	bottom: 15%;
	z-index:55;
}
#fl6 {
	position:absolute;
	left: 70%;
	bottom: 26%;
	z-index:53;
}
#fl7 {
	position:absolute;
	left: 73%;
	bottom: 10%;
	z-index:56;
}



.schrift {
	display: block;
	width:100%;
    margin-left: auto;
    margin-right: auto;
	vertical-align:middle;
}


#footer {
/*	background-color:rgba(255, 255, 255, 0.5); /* 50% faded */
	color:#ff5000;
	position:absolute;
	z-index:20;
	bottom: 0px;
	height:70px;
	width:100%;
	text-align:center;
}

.imp {
	display: flex;
	min-height:100%;
	height:auto !important;
	height:100%;
	align-items: center;
	justify-content: center;
}

.dse {
	padding-left:10%;
	padding-right:10%;
	padding-top:2%;
	padding-bottom:2%;
	text-align:left;
	font-size:small;
}

/* Mediaqueries */
@media (min-width: 1900px) {
	.flower1 {
		--flower-width: 180px;
	}
	.flower2 {
		--flower-width: 100px;
	}
	.flower3 {
		--flower-width: 100px;
	}
	.flower4 {
		--flower-width: 45px;
	}
	.flower5 {
		--flower-width: 170px;
	}
	.flower6 {
		--flower-width: 85px;
	}
	.flower7 {
		--flower-width: 200px;
	}

	
	#landschaft {
		background-position:center top;
	}
	#footer {
	/*	background-color:rgba(255, 255, 255, 0.5); /* 50% faded */
		color:#ff5000;
		position:absolute;
		z-index:20;
		bottom: 0px;
		height:120px;
		width:100%;
		text-align:center;
	}
	.dse {
		padding-left:25%;
		padding-right:25%;
		padding-top:2%;
		padding-bottom:2%;
		text-align:left;
	}

}

@media (max-width: 1100px) and (min-height: 500px){
	.flower1 {
		--flower-width: 90px;
	}
	.flower2 {
		--flower-width: 50px;
	}
	.flower3 {
		--flower-width: 50px;
	}
	.flower4 {
		--flower-width: 22px;
	}
	.flower5 {
		--flower-width: 85px;
	}
	.flower6 {
		--flower-width: 41px;
	}
	.flower7 {
		--flower-width: 100px;
	}

	#landschaft {
/* new		background-position:left -250px top 0px; */
		background-position:center top;
	}
	#footer {
	/*	background-color:rgba(255, 255, 255, 0.5); /* 50% faded */
		color:#ff5000;
		position:absolute;
		z-index:20;
		bottom: 0px;
		height:100px;
		width:100%;
		text-align:center;
	}
}

@media (max-width: 700px) and (min-height: 500px){
	.flower1 {
		--flower-width: 90px;
	}
	.flower2 {
		--flower-width: 50px;
	}
	.flower3 {
		--flower-width: 50px;
	}
	.flower4 {
		--flower-width: 22px;
	}
	.flower5 {
		--flower-width: 85px;
	}
	.flower6 {
		--flower-width: 41px;
	}
	.flower7 {
		--flower-width: 100px;
	}


	#landschaft {
/* new		background-position:left -350px top 0px; */
		background-position:center top;
	}
	#footer {
	/*	background-color:rgba(255, 255, 255, 0.5); /* 50% faded */
		color:#ff5000;
		position:absolute;
		z-index:20;
		bottom: 0px;
		height:70px;
		width:100%;
		text-align:center;
	}
}


@media (max-width: 700px) and (max-height: 490px){
	.flower1 {
		--flower-width: 90px;
	}
	.flower2 {
		--flower-width: 50px;
	}
	.flower3 {
		--flower-width: 50px;
	}
	.flower4 {
		--flower-width: 22px;
	}
	.flower5 {
		--flower-width: 85px;
	}
	.flower6 {
		--flower-width: 41px;
	}
	.flower7 {
		--flower-width: 100px;
	}


	#landschaft {
		background-position:center top;
	}
	#footer {
	/*	background-color:rgba(255, 255, 255, 0.5); /* 50% faded */
		color:#ff5000;
		position:absolute;
		z-index:20;
		bottom: 0px;
		height:70px;
		width:100%;
		text-align:center;
	}
}


/* Animation Optimismus */
@keyframes optiani{0%{width:0%}100%{width:80%}}


/* Animation Logo */
@keyframes logoani{
/*	0%{width:0%}
	50%{width:0%}
	100%{width:30%} */
	0%{opacity:0}
	75%{opacity:0}
	100%{opacity:1}
}


/* Animation Flowers */
@keyframes flower{
	0%{
		width:0px;
		opacity:0;
	}
	30%{
		width: var(--flower-width);
		opacity:1;
	}
	70%{
		width: var(--flower-width);
		opacity:1;
	}
	95%{
		width: var(--flower-width);
		opacity:0;
	}
	100%{
		width: 0px;
		opacity:0;
	}
}
