/* @group Global */

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

* {
	font-family: 'Lato', sans-serif;
}

body {
	background-image: url(../img/grain_light.png);
	overflow-x: hidden;
}

body.main {
	padding-top: 60px;
}

.container {
	max-width: 960px;
}

section {
	padding-top: 20px;
	padding-bottom: 50px;
}

h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: table;
	margin: 40px auto 40px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 4px solid #bbb;
}

h5 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

p {
	font-size: 20px;
	line-height: 30px;
}

a,
a:hover,
a:focus,
a:active {
	color: #96d400;
	outline: 0;
}

section .icon {
	text-align: center;
	display: block;
	font-size: 80px;
	margin-top: 20px;
	color: #ccc;
	text-shadow: 1px 1px 1px #aaa;
	margin-bottom: -10px;
}

/* @end */

/* @group Navigation */

nav.navbar {
	padding-top: 10px;
	background-color: white;
	border-bottom: 1px solid #96d400;
}

nav li a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: black;
	font-weight: bold;
}

nav .fa {
	margin-right: 2px;
	color: #ccc;
}

.navbar-brand {
	padding-top: 12px;
}

.navbar-brand img {
	width: 400px;
}

.navbar-toggle {
	margin-top: 5px;
}

nav a:hover .fa {
	color: #96d400;
}

/* @end */

/* @group Header */

header {
	background-color: #96d400;
	background-image: url(../img/asfalt-light.png);
}

header p {
	margin: 150px 0px;
	color: white;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/* @end */

/* @group About */

#about {
	border-bottom: 1px solid #ccc;
}

#about .services {
	margin-top: 20px;
	text-align: center;
}

#about .service {
	margin-top: 10px;
}

#about .service p {
	height: 70px;
}

#about .service i {
	font-size: 60px;
	color: #96d400;
	/* text-shadow: 1px 1px 2px #999; */
	margin-bottom: 10px;
}

#about .service h4 {
	min-height: 60px;
	line-height: 24px;
}

/* @end */

/* @group Work */

#work {
	background: url(../img/concrete-wall-3.png), #ddd; /* Old browsers */
	background: url(../img/concrete-wall-3.png), -moz-linear-gradient(top, #ddd 0%, #fff 100%); /* FF3.6+ */
	background: url(../img/concrete-wall-3.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: url(../img/concrete-wall-3.png), -webkit-linear-gradient(top, #ddd 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/concrete-wall-3.png), -o-linear-gradient(top, #ddd 0%,#fff 100%); /* Opera 11.10+ */
	background: url(../img/concrete-wall-3.png), -ms-linear-gradient(top, #ddd 0%,#fff 100%); /* IE10+ */
	border-bottom: 1px solid #ccc;
}

#work .icon {
	color: white;
}

#work h2 {
	border-bottom: 4px solid white;
}

#work .item {
	box-shadow: 1px 1px #aaa;
	width: 280px;
	margin: 0 auto 30px;
}

#work .item a {
	display: block;
	border-bottom: 1px solid #ccc;
}

#work .item img {
	width: 100%;
}

#work .description {
	height: 80px;
	background-color: white;
	padding: 0px 10px;
}

#work .description p {
	text-align: center;
	padding: 10px;
	margin: 0;
}

/* @end */

/* @group Samples */

.sample .modal-content {
	padding: 50px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background-clip: border-box;
	box-shadow: none;
	background-image: url(../img/grain_light.png);
}

.sample p {
	font-size: 16px;
	line-height: 28px;
}

.sample h2 {
	margin-top: 0;
}

.sample img {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
}

.sample img.border {
	border: 1px solid #ccc;
}

.sample img.padding {
	background-color: white;
	padding: 20px;
}

.sample button {
	display: block;
	margin: 40px auto 0;
}

/* @end */

/* @group Contact */

.form-control:focus {
	border-color: #96d400;
	box-shadow: 0 1px 1px white inset, 0 0 8px #96d400;
	outline: 0 none;
}

.sent {
	text-align: center;
}

#contact-form button {
	background-color: #96d400;
	border-color: #74a600;
	color: #fff;
}

#contact-form button:hover {
	background-color: #74a600;
}

#impressumModal .modal-content {
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background-clip: border-box;
	box-shadow: none;
}

#impressumModal button {
	display: block;
	margin: 40px auto 40px;
}

/* @end */

/* @group Footer */

footer {
	padding: 60px 0;
	background-color: #96d400;
	background-image: url(../img/asfalt-light.png);
}

footer p {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 0;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: black;
	text-decoration: none;
}

footer img {
	border-radius: 50%;
	width: 90%;
	border: 2px solid #fff;
}

/* @end */

@media (max-width:991px) {

.navbar-brand img {
	width: 300px;
}

nav .fa {
	display: none;
}

#work .item {
	width: 200px;
}

#work .description {
	height: 60px;
	padding: 0px 5px;
}

#work .description p {
	padding: 5px;
	font-size: 16px;
	line-height: 24px;
}

footer {
	padding: 30px 0;
}

footer p {
	line-height: 24px;
}

}

@media (max-width:767px) {

.navbar-brand img {
	width: 260px;
}

nav .fa {
	display: inline !important;
}

p {
	font-size: 18px;
	line-height: 28px;
}

header p {
	margin: 40px 0px;
	font-size: 22px;
	line-height: 32px;
}

footer {
	text-align: center;
}

}

@media (max-width:500px) {

.sample .modal-content {
	padding: 20px 0;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	border-bottom-width: 3px;
}

p,
.sample p {
	font-size: 14px;
	line-height: 22px;
}

header p {
	margin: 40px 0px;
	font-size: 18px;
	line-height: 26px;
}

section .icon {
	font-size: 60px;
}

}

@media (max-width:360px) {

.navbar-brand img {
	width: 220px;
}

}
