/* Tauno Timmermaa IT-ABI OÜ */

@import url('https://fonts.googleapis.com/css?family=Roboto:500,400,300');

body {
	font-size: 14px;
	line-height: 1.5;
	color: #212121;
}
@media (max-width: 479px) {
  body.site { padding: 0; }	
}
a:hover, a:focus {
	color: #F64231;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: 500;
}
h2 {
	color: #00897B;
}
body.view-featured {
/*	background-image: url('../../../images/headers/bg_autobahnA7.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position: center bottom; */
}
.header {
	margin-bottom: 14px;
	}
header.header {
	background-image: url('../../../images/headers/header_autobahnA7.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	border-radius: 5px;
}
.brand {
	margin-top: 0;
	color: #ffffff;
}
.site-title {
	font-weight: 300;
}
@media (min-width: 767px) {
	.header { height: 175px;
	}
	.header .brand {
		margin-top: 116px;
		padding-left: 20px;
	}
}
.brand:hover {
	color: #F64231;
	}
#sidebar {
	padding-top: 14px;
}
#aside {
	padding-top: 10px;
}
@media (min-width: 768px) {
  nav.navigation {
    display: none !important;
  }
}
.nav-horizontal > li > a {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	}
.nav-vertical > li {
	border-bottom: 1px solid #ddd;
	}
.nav-vertical > li:first-child {
	border-top: 1px solid #ddd;
	}
.nav-vertical > li.active {
	background-color: #eee;
	}
.nav-vertical > li > a {
	padding: 10px 15px;
	}
.nav-vertical ul.nav-child { 
	padding: 5px 0 5px 35px;
	background-color: #f5f5f5;
	}
.nav-vertical ul.nav-child > li > a { 
	display: block;
	padding: 5px 0;
	}
.nav-vertical ul.nav-child > li.active > a { 
	color: #004D40;
	}
.nav-vertical ul.nav-child > li > a:hover, .nav-vertical ul.nav-child > li > a:focus {
	text-decoration: none;
	}

.well .page-header {
	margin: -19px -19px 5px -19px;
	padding: 10px 19px 5px 19px;
	background-color: #eee;
	border-bottom: 1px solid #e3e3e3;
	font-weight: 300;
	}
@media (max-width: 980px) {
.well h3.page-header {
	margin: -10px -10px 5px -10px;
	padding: 10px 10px 5px 10px;
	}
}
@media (max-width: 767px) {
.well h3.page-header {
	font-weight: 500;
	text-align: center;
	}	
}

ul.latestnews, ul.mostread {
 list-style: none;
 margin: 10px 0 0 0;
 }
ul.latestnews > li, ul.mostread > li {
 line-height: 1.625;
 }
ul.latestnews > li:nth-child(n+2), 
ul.mostread > li:nth-child(n+2) {
 margin-top: 5px;
 padding-top: 5px;
 border-top: 1px solid #e9eaeb;
 }
ul.latestnews a, ul.mostread a {
 color: #939aa4;
 }
ul.latestnews a:hover, ul.mostread a:hover {
 color: #004D40;
 text-decoration: none;
 }
.well .search form {
	margin-bottom: 0;
}
.tm-icon-box a {
display: block;
}
.tm-icon-box h4 {
margin: 0;
}
.tm-icon-box i {
font-size: 36px;
line-height: 1em;
width: 1em;
height: 1em;
padding: 24px;
}
.tm-icon-box p {
color: #757575;
}