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, 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;
	color:#242424;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Trebuchet MS;
}
ol, ul {
	list-style: square; 
	margin-left:5%;
}
strong {
	font-weight: bold;
}
em {
	text-decoration: italic;
}
blockquote, q {
	quotes: none;	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p {
margin-bottom:10px;
}
.header {
	width:100%;
}

.headline {
	width:40%;
	margin-left:25%;
	margin-top:20px;
	float:left;
}

h1 {	
	font-size:40px;
	font-family:Trebuchet MS;
	float:left;
	width:75%;
	text-shadow: 3px 3px 4px #777777
}

h2 {
	font-weight:bold;
	font-size:24px;
	margin-bottom:15px;
}

h3 {
	margin-bottom:10px;
	font-size:20px;
}

.images_head {
	float:left;
	width:25%;
}

.ingress_logo{	
	float:left;
	margin-left:5%;
	margin-bottom:5%;
}
.gplus_logo {	
	float:left;
	margin-left:5%;
}


.res_key {
	width:10%;
	max-width:245px;
	float:right;
	margin-right:23%;
	margin-top:20px;
}
.content {		
	width:50%;
	margin: 0px auto;
	margin-top:20px;

}
.contact_images {
	margin: 0px auto;	
	
}

.contact_images img{
	padding:10px;	
}

.content_border {
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border: 2px solid #808080;
	padding:15px;
	margin-bottom:30px;

}

.hangouts {
	
}
.hangouts  img{
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}


/**** MEDIA QUERIES ***/





@media (max-width: 1200px) { /* Breite beträgt max 1200px */ 
	.headline {
			margin-left:5%;
			width:65%;
			
	}
	.res_key {
			margin-right:15%;
    }	
	.content {		
		width:85%;

	}	
	.ingress_logo{
		margin-left:5%;		
	}

}
@media (max-width: 600px) { /* Breite beträgt max 600px */ 

	
	.ingress_logo{
		margin-left:5%;	
		width:25px;		
	}
	.gplus_logo {	
		width:25px;
	}
	
	
}




