a, a:hover {
    color: #9a0007;
    text-decoration: none;
}

html, body {
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 14px;
	color: #5b6971;
	background: #fff;
}

h1,h2,h3,h4,h5{
	font-family: 'Abel', sans-serif;
	color: #ee1d25;
	margin: 0px 0px 10px 0px;
}

h1{
	font-size:	36px;
	text-transform:uppercase;
}

h2{
	font-size:	30px;
}

h3{
	font-size:	24px;
}

h6{
	font-family: 'Abel', sans-serif;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	line-height: 40px;
}


td{
	font-family: 'Abel', sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;	
}

.shadow{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 10px 25px -6px rgba(0, 0, 0, 0.2);
	transform: scale(1);
	transition: all 0.4s ease-in-out;
}

.shadow:hover{
	transform: scale(1.05);	
}

.businfo{
	font-size: 14px;	
}

.clear{
	clear: both;	
}

.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.dienstenhome{
	margin-top: 800px;	
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.boximghome{
	margin: -40px;	
}

#menu{
	margin-top: 45px;	
}

.content{
    margin: 60px 0px;	
}

.topbar{
position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff url('../media/tile_menu.jpg') repeat-x;
    padding: 5px 0px;
	box-shadow: 0px 0px 10px #ccc;
	height:100px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Abel', sans-serif;
	color: #5b6971;
	font-size: 20px;
	text-transform:uppercase;
	
}

.wrapper{
/*	background: url('../media/tile_main.jpg') no-repeat; */
	background-size: 100%;
	background-position:bottom;
	height:100%;

}

.action_balk{
    margin-bottom: 40px;
    position: absolute;
    margin-top: -150px;
    z-index: 100;
}

.action_balk h2{
	color: #fff;
	font-size: 28px;	
}

.action_but{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #fff;
    background: #13c700; 
	border: none;
    padding: 6px;
    margin: 20px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;
}
.action_but_info{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #fff;
    background: #5b6971; 
	border: none;
    padding: 6px;
    margin: 20px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;
}

.action_but:hover{
	color: #fff;
    background: #109802; 	
	text-decoration: none;	
}

.action_balk_blue{
	background: #0054a6;
	padding: 20px 0px;	
	margin:40px 0px;
}

.action_balk_blue h2{
	color: #fff;
	font-size: 28px;	
}

.action_but_white{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #0054a6;
    background: #fff;
    padding: 10px;
    margin: 9px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;	
}

.action_but_white:hover{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: 7px;
	color: #0054a6;
	box-shadow: 0px 0px 10px #5d5d5d;
	text-decoration: none;	
}

.footer{
	background:#ee1d25;
	padding: 20px 0px;	
	margin-top: 0px;
	color:#fff;

}

.navbar-inverse {
    background-color: #fff;
    border-color: #090909;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.service-block {
    background-color: #fff;
    position: relative;
	min-height: 275px;
	box-shadow: 0px 0px 10px #000;
}

.info-short{
	padding: 30px 30px 30px 30px;	
}

.service-block .service-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
	color: #0a57a4;
	box-shadow: 0px 0px 10px #fff;
}

.service-block:hover .service-overlay {
    visibility: visible;
    opacity: 1;
}

.overlay_title{
	position:absolute;
	bottom: 0;
	padding: 0px 10px;
	background-color: rgba(255, 255, 255, 0.9);
	width:100%;	
}

.btn-info, .btn-info:hover {
    color: #fff;
    background-color: #ee1d25;
    border-color: #ee1d25;
}

.searchblock{
	float:right;	
	width:40%;
	background: rgba(91,105,113,0.9);
	padding: 20px;	
}
.searchfield{
	padding: 5px;
	width:100%;
	border: solid 1px #ccc;	
}

.redbanner{
	background: #ee1d25;
	padding: 20px 0px;
	margin-bottom: 40px;	
}

.tel{
    position: absolute;
    /* right: 0; */
    color: #fff;
    font-size: 14pt;
    text-align: right;
	width:100%;	
	z-index:10;
}

.eventbanner{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,ffffff+25,ffffff+75,ff5959+100 */
background: #fff; /* Old browsers */
background: -moz-linear-gradient(left, #5b6971 0%, #ffffff 25%, #ffffff 75%, #5b6971 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #5b6971 0%,#ffffff 25%,#ffffff 75%,#5b6971 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #5b6971 0%,#ffffff 25%,#ffffff 75%,#5b6971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6971', endColorstr='#5b6971',GradientType=1 ); /* IE6-9 */
margin-bottom: 50px;
    border-bottom: solid 10px #ee1c25;

}

.eventbanner img{
	box-shadow: 0px -10px 30px #5b6971;	
}

.btn-primary {
    color: #fff;
    background-color: #ee1c25;
    border-color: #ee1c25;
}


@media (max-width: 1199px) {
#header_slider_home{
	height:650px;	
}
.home-slider {
    position: absolute;
    height: 650px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
}
.slogan{
	position: absolute;
	width:100%;
	top: 150px;
}	

.action_balk {
    /* margin-bottom: 40px; */
    position: absolute;
    margin-top: -100px;
    z-index: 100;
}

h6{
	font-size:40px;
	color:#fff;
}

.header_slider {
    height: 300px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #0957a3;
}

.dienstenhome {
    margin-top: 400px;
}

.boximg {
    width: 100%;
    height: 150px;
	margin-bottom:15px;
    overflow: hidden;
}





}

/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){

#header_slider_home{
	height:400px;	
}

.home-slider {
    position: absolute;
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
}

.action_balk {
    /* margin-bottom: 40px; */
    position: absolute;
    margin-top: -80px;
    z-index: 100;
}

.topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,1);
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #ccc;
    height: auto;
    margin-bottom: 40px;
}

.footer_txt {
    margin-top: 140px;
}


.footer {
    background-size: cover;
    padding: 20px 0px;
    margin-top: 0px;
    color: #fff;
    height: auto;
}

.boximg {
    width: 100%;
    height: 150px;
	padding:15px;
    overflow: hidden;
}

.header_slider {
    height: 200px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #0957a3;
}

.dienstenhome {
    margin-top: 0px;
}

.service-block {
    background-color: #fff;
    position: relative;
    height: 215px;
    box-shadow: 0px 0px 10px #000;
	overflow:hidden;
}



}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
#header_slider_home{
	height:400px;	
	border-bottom: solid 10px #ee1c25;
    box-shadow: 0px 0px 20px;
}

.home-slider {
    position: absolute;
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
	border-bottom: solid 10px #ee1c25;
    box-shadow: 0px 0px 20px;
}

.slogan{
	position: absolute;
    width: 50%; 
    bottom: 20px;
    background: #fff;
    padding: 20px 20px 5px 20px;
}

h6{
	font-size:40px;
	color:#fff;
}

.dienstenhome {
    margin-top: 330px;
}

.header_slider {
    height: 300px;
    overflow: hidden;
	border-bottom: solid 10px #ee1c25;
    box-shadow: 0px 0px 20px;
	margin-bottom: 40px;
}

.service-block {
    background-color: #fff;
    position: relative;
    height: 275px;
    box-shadow: 0px 0px 10px #000;
}

.boximg {
    width: 100%;
    height: 200px;
	margin-bottom:15px;
    overflow: hidden;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

#header_slider_home{
	height:500px;
	border-bottom: solid 10px #ee1c25;
    box-shadow: 0px 0px 20px;	
}

.home-slider {
    position: absolute;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
	border-bottom: solid 10px #ee1c25;
    box-shadow: 0px 0px 20px;

}

.slogan{
	position: absolute;
    width: 40%; 
    bottom: 20px;
    background: #fff;
    padding: 20px 20px 5px 20px;
}

h6{
	font-size:50px;
	color:#fff;
}

.header_slider {
    height: 450px;
    overflow: hidden;
    margin-bottom: 40px;
		border-bottom: solid 10px #ee1c25;
    box-shadow: 0px 0px 20px;
}

.boximg {
    width: 100%;
    height: 200px;
	margin-bottom:15px;
    overflow: hidden;
}


}