@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:18px;
	line-height:25px;
	color: #a9a8a8;
	}
	
a {
	outline: none;
	color: #9D9372;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
.active, .ui-state-active a {
	color: #000;
	text-decoration: underline !important;
	font-weight: 500;
	}


h1 {
	font-size:2em;
	line-height:1.1em;
	margin: 1em 0 1em 0;
	text-align:center;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #9D9372;
	text-transform:uppercase;
	}
	
h2 {
	font-size:1.5em;
	line-height:1.1em;
	margin: 1em 0 1em 0;
	text-align:center;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	}
	
h3 {
	font-size:1.2em;
	line-height:0.9em;
	margin: 1em 0 1em 0;
	text-align:center;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	}
	
h4 {
	font-size:1em;
	line-height: 1.2em;
	font-weight: 600;
	font-style:italic;
	margin: 0.5em 0 0.5em 0;
	}

h5 {
	font-size:3em;
	line-height:1.1em;
	margin: 1em 0 1em 0;
	text-align:center;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #9D9372;
	text-transform:uppercase;
	}
	
p {
	display:block;
	margin: 0 auto 1.5em auto;
	font-size: 1.0em;
	line-height:1.4em;
	}

strong {
	font-weight: 500;
}
	
.box_overlay {
	font-size: 0.8em;
	text-align: center;
	}
	
.box_overlay p{
	margin:0 0 0.5em 0;
	}
	
.center {
	text-align: center;
	}
	
.impressum {
	font-size: 0.7em;
	color: #CEC7A0;
}

.subtitel {
	text-align: center;
	font-size: 0.8em;
	margin: 0.5em auto 2em auto;
}

.colxright {
	color: #a9a8a8;
}

.colxleft {
	color: #a9a8a8;
}
	

	
@media screen and (max-width: 960px) {
	
body {
	font-size:16px;
	line-height:20px;
	}

p {
	font-size: 1.0em;
	}

.colxright {
	font-size: 0.9em;
	padding: 0.2em 0em 0.5em 0em;
	color: #a9a8a8;
}

.colxleft {
	font-size: 0.9em;
	padding: 0.2em 0em 1em 0em;
	color: #a9a8a8;
}

.col2-3	{
	font-size: 0.9em;
}

}

@media screen and (max-width: 700px) {

body {
	font-size:14px;
	line-height:18px;
	}
	
p {
	font-size: 1.2em;
	}

.subtitel {
	font-size: 1em;
}

.colxright {
	font-size: 1em;
	padding: 0.2em 0em 0.5em 0em;
	color: #a9a8a8;
}

.colxleft {
	font-size: 0.9em;
	padding: 0.2em 0em 1em 0em;
	color: #a9a8a8;
}

.col2-3	{
	font-size: 1em;
}

}