html, body {
	min-height: 100vh;
	min-width: 100vw;
	border:0;
	margin:0;
	padding:0;
}
html {
	background: #00CCCC;


}

	/*	background: linear-gradient(-32deg, #96fbc4, #00CCCC, #96fbc4, #FFFFFF); background-size: 400% 400%;background-image: radial-gradient(ellipse at top, #f9f586 0%, #96fbc4 100%); blaugruen-gelb
	background-repeat:no-repeat;*/

body {
/*		animation: gradientBG 4s ease infinite;	@keyframes gradientBG {
	0% { background-position: 0% 50%; 	}
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
background-image: url(../../assets/svgs/POOL2.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:90%;
	background-attachment:fixed;*/
	
	text-align:center;
	vertical-align: top;


}
#wrapper {
	position: relative;
	min-width: 320px;
	max-width: 1920px;
	border:0;
	margin: 5% auto 5% auto; /*horizental zentriert*/
	padding:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-min-size: 14pt;
    font-max-size: 24pt;
    font-size: 3vw; /* viewport-relative units are responsive.*/
	/*font: 1.4em/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;*/
	color: #FFFFFF;
	font-weight:bold;
	/*z-index:4;
	box-shadow:  0px 6px 20px 6px #666;*/
}
/* MOBILES BROWSER recognize by "orientation" */
@media (min-width:1599px) {
		#wrapper ul, .ftext {
			font-max-size: 18pt;
		}
}
@media (orientation: portrait) {
	/*	#wrapper {
			min-width: 320px;
			max-width: 1024px;
		}*/
}
.vidwrapper {
	/*max-width: inherit;*/
	position: relative;
	padding:0;
}
video {
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	cursor: pointer;
}
 img.logogruenteam {
	 width:90%;
	 border:0;
	fill: #4D5050;
}
 img.logodesignpool {
	 width:90%;
	 border:0;
	fill: #4D5050;
}

h1, h2, h3 {
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	color: #4D5050;
	font-weight: bold;
	/*color: #0D6784;*/
}
h1 {
	font-size: 8vw;	
}
@media (min-width:2020px) {
	h1 {
	font-size: 7vw;	
}
}
@media (min-width:2300px) {
	h1 { font-size: 6vw; }
}
ul.styllist {
	background: rgba(13,103,132,0.08);
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 5%;
	padding:0;
	font-min-size: large;
    font-max-size: large;
    font-size: 3vw;
	font-weight:normal;
	text-indent: 0px;
	text-align: left;
	color: rgb(77,80,80);
	list-style-position: inside;
	list-style-type:square;
	
}
@media (min-width:1920px) {
	ul.styllist { font-size: 2.2vw; }
}
@media (max-width:460px) {
	ul.styllist { font-size: 3.6vw; }
}
ul.styllist li {
	padding: 1.2% 2.4% 1.2% 2.4%;
	transition: backround-color 1s;
}

ul.styllist li:hover, ul.styllist li:focus {
	background-color: rgba(177,231,230,1);
}
ul.styllist li:nth-child(odd) { background: rgba(13,103,132,0.08);
	transition: backround-color 1s;
	}

ul.styllist li:nth-child(odd):hover, ul.styllist li:nth-child(odd):focus {
	background-color: rgba(177,231,230,1);
}

.ftext {
	background: rgba(13,103,132,0.08);
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 5%;
	padding: 1.2% 0 1.2% 0;
	font-min-size: large;
    font-max-size: large;
    font-size: 3vw;
	color: rgb(77,80,80);
	transition: backround-color 1s;
}

.ftext:hover, .ftext:focus {
	background-color: rgba(177,231,230,1);
}

@media (min-width:1920px) {
	.ftext { font-size: 2.2vw; }
}
@media (max-width:340px) {
	.ftext { font-size: 4vw; }
}
/*
ul.styllist li:nth-child(odd) { } alle ungeraden Elemente
ul.styllist li:first-child { padding-top: 2.4%; } erstes Element
ul.styllist li:last-child { padding-bottom: 2.4%; }
li:last-child { ... } das letzte Element*/
/*li:nth-last-child(2) { background: blue } das vorletzte Element*/
/*li:empty { background: gainsboro; } leere Elemente*/
/*ul.styllist li:nth-child(2n) { background: rgba(13,103,132,0.02); } jedes 2. Element */

p {
	border:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	padding:20px;
	text-align:left;

	text-decoration:none;

}
span.whatsapplink  {
	display:inline-block;
	border:0;
	margin:0;
	background-image: url(../../assets/svgs/WhatsApp.svg);
	background-repeat: no-repeat;
  	background-size: contain;
	min-width: 1.36ex;
	height: 1.36ex;
}
#flexbuttons {
	border: 0;
	margin: 5%;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	background:rgb(77,80,80);
}
a.btn {
	display: block;
	/*width: 90%;*/
	margin: 0 5% 0 5%;
	padding: 2.4%;
	/*padding: 5% 0 5% 0;*/
	background-color: #4D5050;
	font-min-size: x-large;
    font-max-size: xx-large;
    font-size: 6vw;
	/*font-size: xx-large;*/
	text-align: center;
	color: #CCCCCC;
	text-decoration:none;
	transition: color 1s;
}
a.btn:hover, a.btn:focus {
	color:#50D6BC;
}
#phonenum {
	border-top-left-radius:14px;
	border-top-right-radius:14px;
}
#linkdata {
	margin-top: 5%;	
}
#toplink {
	
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
}
/* Grad-Water-BUTTONS*/
/*.btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  transition: 0.8s;
  background-size: 200% auto;
  color: white;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
 }*/
