@charset "utf-8";
/* CSS Document */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('resources/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('resources/fonts/roboto-v18-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('resources/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('resources/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('resources/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('resources/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('resources/fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('resources/fonts/roboto-v18-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('resources/fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('resources/fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('resources/fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('resources/fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


p{
	margin:0px;
	margin-bottom:1em;	
}

*{
	box-sizing:border-box;	
}
body{
    font-family: 'Roboto', sans-serif;
	font-size:0.9em;	
	background-image:url(resources/images/header.png);
	background-repeat:no-repeat;
	background-position:center top;
}
strong{
	font-weight:normal;
	color:#a2c853;	
}
header{
	height:268px;
	overflow:auto;
}
.websiteSize{
	width:960px;
	margin-left:auto;
	margin-right:auto;	
}
img#logo{
	margin-top:40px;	
}
nav#mainnav{
	float:right;		
	margin-right:20px;
	margin-top:80px;
}

nav#mainnav ul{
	list-style:none;
}
nav#mainnav ul li{
	display:inline-block;
}
nav#mainnav ul li a{
	display:block;
	padding-right:10px;
	color:#fff;
	text-decoration:none;	
}
nav#mainnav ul li a:hover, nav#mainnav ul li a.rex-current{
	color:#a2c853;
}

article#mainContent{
	padding-top:80px;	
}

h1{
	font-size:1.8em;
	margin:0px;
	padding:0px;
	margin-bottom:3em;
	background-color:#1e5a71;
	color:#fff;
	padding-left:55px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:-55px;
	
	width:70%;
	font-weight:normal;
	clear:both;
}

.bildUndTextText{
	width:60%;
	float:left;	
	margin-bottom:80px;
	padding-left:10px;
}
img.bildUndTextBild{
	width:28%;
	float:right;
	margin-bottom:80px;
}

.twoImages{
	margin-bottom:50px;	
	width:100%;
	overflow:auto;
}

footer{
	clear:both;
	height:177px;
	background-image:url(resources/images/footer.png);
	margin-top:50px;
	background-position:right bottom;
}
footer a{
	color:#000;	
}
footer nav{
	text-align:right;	
	padding-right:20px;
	color:#a2c853;
}
footer nav a{
	color:#a2c853;
	text-decoration:none;
}
.twoImages img{
	width:50%;
	height:auto;
	float:left;	
}
.bildergalerie{
}

.bildergalerie img{
	width:32%;
	height:auto;
	margin-bottom:20px;
}

.bildergalerie a:nth-of-type(3n-1) img{
	margin-left:2%;
	margin-right:2%;
}