@font-face {
    font-family: 'din';
    src: url ('../fonts/dinnextroundedltpro-regular-webfont.eot')
    src: url ('../fonts/dinnextroundedltpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url ('../fonts/dinnextroundedltpro-regular-webfont.woff') format('woff'),
         url ('../fonts/dinnextroundedltpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html { 
  background: url(img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

ul {
	margin-left: 0px!important;
}

li {
	list-style-type: none;
}

.entry-content p {
	font-size: 13px;
}

.header-top {
	background-color: #a7c80f;
	padding:1px;
	padding-top: 4px;
	color: #fff;
}

.header-top-left{
	padding-top: 6px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	padding-bottom: 6px;
	line-height: 18px;
}

.header-top-left a, .main-menu a{
	color: #fff;
}

.main-menu {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	list-style-type: none;
	line-height: 1;
}

.main-content {
	padding-top: 15px;
	min-height: 500px;
}

.menu li {
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
	font-size: 15px;
}

.menu li a{
	color: #005496;
}

.menu li:before {
	content: "\00BB"; padding-right:5px;
}

.widgettitle {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 5px;
	margin-top: 20px;
}

.sidebartitle-left {
	background-color: #c2c2c2;
	width: 50%;
}

.footer-title {
	color: #575757;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding-top: 8px;
}

.sidebartitle-right {
	background-image: url('widgettitle.jpg');
	width: 50%;
	display: block;
	height: 30px;
	float: right;
	margin-top: -37px;
}

.footer-bottom ul{
margin-bottom: 0.3rem!important;
}

.footer-bottom a{
color: #ffffff;
}

.postfix.button {
	line-height: 1.125rem!important;
}

.search-form {
	margin-bottom: -15px!important;
}

.logo {
	background-image: url('logo_mobil.png');
	background-repeat: no-repeat;
	height: 140px;
	background-position:center; 
}

input#s, input#searchsubmit {
	height: 28px;
}

.slogan {
	background-image: url('slogan.png');
	background-repeat: no-repeat;
	height: 90px;
	background-size: 88%;
	margin-top: 10px;
	background-position:center; 
	
}

/* Media-queries */

@media only screen and (min-width: 64.063em) { 

	.slogan {
	background-image: url('slogan.png');
	background-repeat: no-repeat;
	height: 90px;
	margin-top: 35px;
	background-position:center; 
	background-size: auto;
	}

	.logo {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	height: 140px;
	background-position:left; 
	}

}

@media only screen and (min-width: 40.063em) {

	.slogan {
	background-image: url('slogan.png');
	background-repeat: no-repeat;
	height: 90px;
	margin-top: 35px;
	background-position:center; 
	background-size: auto;
	}
	
	.header-top-left{
	text-align: left;
	}

} 

.wrapper {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.main-menu {
	background-color: #a7c80f;
	padding:10px;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.footer-menu {
	background-color: #dcdcdc;
}

.footer-bottom {
	background-color: #575757;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px!important;
	padding-top: 8px;
}

.footer-title-bottom  {
	display: none;
}
.footer-space {
	height: 10px;
}

.footer-title {
}

.post-date {
	font-size: 13px;
	}
