


body {
	margin: 0px;
	padding-top: 80px;
	
	xfont-family: sans-serif;
	font-family: Roboto,Arial,sans-serif;
	
	
	background-color: #fefefe;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

a {
	text-decoration: none;
}

/* ***************************************************************************** */		


.vh {
	xheight: 100vh;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* ***************************************************************************** */		

#navi {
	
	position: fixed;
	
	color: black;
	background-color: #e0e0e0;
	
	top: 0px;
	right: 0px;
	width: 100%;
	height: 60px;
	
	margin: 0px;
	padding: 0px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	xbackground-image: url("../gfx/adis-logo-0320.png");
}

#navi h2 {
	display: none;

}


#navi .logo {
	float:left;
	padding-left: 10px;
}

#navi .logo  img {
	height: 60px;
	
}

#navi .menu {
	float:right;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	
}	
	
	
#navi ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}	

#navi ul li a {
	text-decoration: none;

	color: inherit;
	xfont-family: sans-serif;
	xfont-variant: small-caps;
	font-weight: bolder;
	xtext-shadow: 1px 1px #333;
}

@media (max-width: 600px) {
	
	body {
		padding-top: 0px;
	}
	
	#navi {	
		position: inherit;
	}	
}

/* ***************************************************************************** */

#header {
	text-align: center;
	
	color: white;
	xbackground-color: black;
	xbackground-image: url("../gfx/bg6.jpg");
	xbackground-image: url("../gfx/blur.jpg");
	background-image: url("../gfx/02.jpg");
	xbackground-color: #6D737F;
	xbackground-color: rgb(241,245,222);
	
	xpadding-top: auto;
	padding-bottom: 30px;


}		
	
/* #header table {
	width: 100%;
	height: 100%;
}	

#header table tr {
	vertical-align: middle;
	
}	 */

/* #header table td {
	text-align: center;
}	 */

#header  {
	text-align: center;
}	

#header .r1 {
	height: 120px;
	
}	

#header .r2 {
	xheight: 80%;
	text-align: center;
}	




#header .r2 ul {
	
	
		margin: 0px;
	padding: 0px;
	list-style: none;
}	


#header .r2 li {
	text-align: center;
	max-width: 100%;
}	

#header .r2 .imgwrapper {
	text-align: center;
	width: 100%;
}	



#header .r2 img {
	
	max-width: 100%;
	min-width: 300px;		
	cursor: pointer;
	
	background-color: black;
	
	box-shadow: 0 0 2em black;	
}	

	
@media (min-width: 1101px) {
	#header .r2 img {
		
		width: 1000px;
		


	}		
}




#header .r2 p {
	background-color: rgba(224, 224, 224, 0.5);
	xmax-width: 1000px;
	font-weight: bold;
	color: black;
	text-shadow: 1px 1px #eee;
}	

#header h1 ,
#header h2
{
	text-shadow: 2px 2px black;
}	

#header h1 {
	text-align: center;
	
	xfont-family: sans-serif;
}		
		
/*		
#header h1 .short {
	display: block;
}		
		
#header h1 .dash {
	display: none;
}		

#header h1 .long {
	display: block;
}		
	*/	

		
/* ***************************************************************************** */

#screenshotsnavi {
	text-align: center;
}	

#screenshotsnavi div {

	color: black;
	text-align: center;
	font-weight: bold;
	
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	
	padding: 5px 15px;
	
	cursor: pointer;
	background-color: #e0e0e0;
	border: 1px solid black;
}		

#screenshotsnavi div.active {
	xbackground-color: rgb(171,200,55);
	background-color: black;
	color: #e0e0e0;
}	

/* ***************************************************************************** */

/* Basis */
#features {
	margin-top: 50px;
	padding-top: 100px;
}

#features h1 {
	display: none;
}


#features .f {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#features .text,
#features .img,
#features .full
{
	padding: 20px;
}	



#features .f img {
	width: 100%;
	max-width: 700px;
	min-width: 280px;		
}



#features .f ul {
	padding: 1em;
	margin-top: 0px;	
	margin-bottom: 0px;		
}

#features .f ul li {
	margin-bottom: 10px;			
}

#features .f ul li:last-child {
	margin-bottom: 0px;			
}

/* Layout */

#features .text,
#features .img
{
	display: block;	
}	



#features .text,
#features .img
{
	max-width: 700px;	
	margin-left: auto;
	margin-right: auto;
}	
	
@media (min-width: 1101px) {
	#features .text,
	#features .img
	{
			float: left;
	}	
	
	#features .text {
			width: 250px;
	}		
}




/* Farben */
#features .f {
	
	background-color: white;
	
	-moz-box-shadow: 0 0 1em #aaa;
	-webkit-box-shadow: 0 0 1em #aaa;
   	box-shadow: 0 0 1em #aaa;			
}

#features .f>div {
}

#features .f img {
	background-color: black;
	box-shadow: 0 0 .5em #444;
}
/* ***************************************************************************** */



#testimonial {
	text-align: center;
	
/* 	color: white;
	background-color: black;
	background-image: url("../gfx/bg5.jpg"); */
	background-position: center center;
	background-repeat: no-repeat;
	
/* 	height: 300px;
	height: 100vh; */
	
	margin-top: 50px;
	padding-top: 100px;	
		
}

#testimonial h1 {
	xdisplay: none;
}


#testimonial-items .testimonial-item {
	max-width: 1000px;
	min-height: 256px;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
	margin-bottom: 20px;
	color: black;
}

#testimonial-items .testimonial-item div.img {
	xfloat: left;
	xheight: 100%;
}	

#testimonial-items .testimonial-item div.img img {
	xborder-radius: 128px;
	height: 256px;
}	

#testimonial-items .testimonial-item div.name {
	xfont-style: italic;
	font-size: 1.2em;	
}	

#testimonial-items .testimonial-item div.pos {
	xfont-style: italic;
	xfont-weight: bold;
	font-size: 0.8em;	
}	

#testimonial-items .testimonial-item div.quote {
	xfont-style: italic;
	font-size: 1.2em;	
	xfont-family: serif;
	xbackground-color: #ccc;
	padding: 20px;
	min-height: 80px;
	border-left: 1px solid #aaa;

}	




#testimonial-items .testimonial-item div.quote p {
	xfont-size: 1.2em;
		text-align: left;
}	



/* ***************************************************************************** */		
#kontakt {
	margin-top: 50px;
	padding-bottom: 50px;
	padding-top: 50px;	
	
	xbackground-image: url("../gfx/bg6.jpg");
	background-color: #bcbfc5;
	
	color: black;
	
	text-align: center;
}

#kontakt .item {
	max-width: 1000px;
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}

#kontakt .inputwrapper {
	width: 98%;
	border-radius: 4px;
	background-color: white;
	padding: 0.5%;	
}	


#kontakt .inputwrapper input,
#kontakt .inputwrapper textarea
{
	width: 99%;
	
	border: 0px;
	border-radius: 4px;
	border: 1px solid #aaa;
	padding: 0.5%;	
}	


#kontakt input.text {
}

#kontakt textarea {
	height: 10em;
	resize: vertical;
}

/* ***************************************************************************** */		
#footer {
	height: 500px;
	xcontent:" ";
	color: #b4b4b4;
	background-color: #373a40;
	border-top: 2px solid #aaa;
		text-align: center;
		font-size: 0.7em;
}

#footer>* {
	max-width: 1000px;
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
	
}

#footer * {
	disWsplay: inline-block;
}
/* ***************************************************************************** */



/* ***************************************************************************** */
.hidden {
	display: none !important;
}
/* ***************************************************************************** */


