/* CSS Document */
html, body {
	height: 100%;

}
html {
	overflow-y: hidden;
}
body {
	overflow-y: auto;
}
body {
	-webkit-text-size-adjust: none;
	font-family: 'Calibri', 'Arial', serif;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-color: #FFDD00;
	font-weight: normal;
	background-image: url(backunique_logo.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	
}
#stripe {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 252, 215, 0.3);
	width: 100%;
	height: 200px;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#stripetop {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,237,0,0.3);
	width: 100%;
	height: 80px;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#stripebottom {
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	background-color: rgba(255,237,0,0.3);
	width: 100%;
	height: 80px;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#author {
	text-align: center;
}
#haftung {
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 10px;
}
#impressum {
	font-size: 0.8em;
	color: #111;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	
}
.center {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
}
#size {
	width: 100%;
	max-width: 400px;
}
.name {
	padding-right: 2px;
	color: #008DD2;
	font-size: 3.0em;
	line-height: 4.3em;
}
.item {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	/* To horizontally center images and caption */
	text-align: center;/* The width of the container also implies margin around the images. */
}
#et {
	margin-left: 4px;
	margin-right: 4px;
	color: #008DD2;
	font-size: 4.6em;
	line-height: 2.75em;
}
#text {
	font-size: 1.4em;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
}
#phone {
	font-size: 1.4em;
	color: #E51A4B;
	white-space: nowrap;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
}

#ECG{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}


@media screen and (max-width: 768px) {
#text {
	font-size: 0.9em;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	white-space: nowrap;
	justify-content: center;
	-webkit-justify-content: center;
}
#et {
	display:none;
	margin-left: 2px;
	margin-right: 2px;
	color: #008DD2;
	font-size: 2.0em;
	line-height: 5.5em;
}
.name {
	display:none;
	color: #008DD2;
	font-size: 1.5em;
	line-height: 7.5em;
}
.center {
	margin-left: 5px;
	margin-right: 5px;
}
	#size{width:90%;}
}
