/* CSS Document */

/*
	CMDX.de 
	R. Menschel - WebDesign, SEO, Online-Marketing - Stuttgart
	Stand: 29.09.2009 / 20.05.2018 / 29.04.2019
	
*/

* {
	margin:0;
	padding: 0;
	border:0;
	-webkit-user-select: none;
	user-select: none
}


html {
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}

* html {
	height:100%;
	overflow: hidden;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin:0;
	padding: 0;
	line-height: 1.3;
}


.background {
  position:  absolute;
  display:  block;
  top: 0;
  left: 0;
  z-index: -1;
} 



ul {list-style-type:none;}



#home #wrapper {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	/* background-color: yellow; */
}


#imprint #wrapper {
	position: absolute;
	height: 100%;
	overflow: auto;
}


#content {
	/* background-color: #ddd;
	border: 1px #ddd solid;
	padding: 5%; */
	/* position: absolute; */
}


.logo {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}



#home #content h1, #content h2 span {
	float: left;
	display: inline;
	text-indent: -9000px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}




#kontakt {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	margin-right: 20px;
	text-align: right;
	background-color: rgb( 255,255,255, 0.8);
	cursor: default;
}

#kontakt a {
	text-decoration: none;
	color: #777;
}

#kontakt a:hover {
	text-decoration: underline;
	color: #444;
}



#impressum {
	margin: 3%;
	padding-bottom: 90px;
}


#impressum ul {
	list-style-type: disc;
}

#impressum ul li {
	margin-left: 40px;
}


#impressum p {
	padding: 5px 30px 5px 20px;
}

#impressum p strong {
	font-weight: bold;
}

#impressum h2 {
	font-size: 1.8em;
	padding: 25px 30px 5px 20px;
	line-height: 1.4;
	font-weight: bold;
}

#impressum h3 {
	font-size: 1.6em;
	padding: 10px 30px 5px 20px;
	line-height: 1.3;
	font-weight: bold;
}

#impressum h4 {
	font-size: 1.2em;
	padding: 10px 30px 5px 20px;
	line-height: 1.2;
	font-weight: bold;
}


#impressum a {
	text-decoration: none;
	color: #000;
}

#impressum a:hover {
	text-decoration: underline;
}


