/* ############################################################################################# 
## DER SERVICEMANN-TEMPLATE ##################################################################################
############################################################################################# */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
body {
  	font-family: 'Roboto Condensed', arial, verdana, sans-serif;
  	margin: 0;
	padding: 0;
	font-weight:300;
	font-size: 15px;
	line-height: 140%;
	color:#fff;
	background:#00284b;
}
a {
	color:rgba(255,255,255,0.5);
	text-decoration:none;
}
a:hover {
	color:rgba(255,255,255,1);
}
ul {
	width:100%;
	padding: 0;
}
li {
	list-style-type:none;
	padding:5px 0;
	margin:0;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
li:last-child {
	border:none!important;
}
img {
	width:100%;
	max-width:325px;
}
hr {
	height:1px;
	background:#fff;
	width:100%;
	border:none;
	display:block;
	margin:20px 0;
}
#container {
	max-width:500px;
	width:80%;
	margin:100px auto 20px;
	display:block;
}
#impression, #logo {
	text-align:center;
}
#contact {
	width:100%;
	padding: 0 45px!important;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom:20px!important;
}
#contact li {
	float:left;
	list-style-type:none;
	padding:5px 15px;
	margin:0;
	border-right:1px solid #fff;
	border-bottom:none;
	line-height:10px;
	box-sizing:border-box;
}
#contact li:last-child {
	border-right:none;
}


@media only screen and (max-width: 769px) {
	#container {
		margin:30px auto;
	}
	#contact {
		padding: 0!important;
	}
	#contact li {
		float:none;
		display:block;
		text-align:center;
		padding:10px 15px;
		margin:0;
		border-right:none;
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
}