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

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


/*-------------------------------------------------------------------------*/
/*	1. basic styles
/*-------------------------------------------------------------------------*/


body {
	background-color: #fff;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	}
	
	
	

h4 {
	
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #B41421;
	padding: 3px 0 3px 10px;
	border-left: 5px solid  #999999;
}


h1 {
	font-weight: 400;
	color: #B41421;
	font-size: 18px;
}
h2 {
	font-weight: 400;
	color: #666666;
	font-size: 16px;
}
h3 {
	font-weight: 400;
	color: #017DC0;
	font-size: 16px;
}
a {
	color: #B41421;
	text-decoration: none;
}
a:hover {color: #999;}

.wrapper {
	
	margin-top: 0px;
	background-color: #fff;
}

.top {
	height: 120px;
		
		
	}
	
	
.service {	text-align: right;}

.header {
	 
}

.main_content li 

{

margin-left: 20px;
list-style-position: outside;
list-style-image: url(images/bullet.gif); 


}


.sliderwrapper {
	position: relative;
	height: 203px;
	}

.slider {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	
	
	
	}
	
.slider_shadow {
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	
	
	
	}
	
	
	
.slider_outer {
	
	background-image: url(images/bg_slider_out.jpg);
	
	
	
	}

#search {
	padding-left: 15px;
	height: 15px;
	color: white;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	}
	
#search form input {
	/*padding-top:10px;*/
	font-size: 12px;
	color: #666; 
	font-family: 'Roboto Condensed', sans-serif;
	}


#menu {
	text-align: left;
	padding: 0;
	background-color: #999999;
	
	
}

#mobileMenu select {
   
   
    padding: 5px 5px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
	}

.top_menu a {
	
	text-decoration: none;
}

.top_menu a:hover {
	
	text-decoration: none;
}



.content_left {
	
	
	margin-bottom: 10px;
}
.content_left_news {
	padding-right: 15px;
	font-size: 13px;
	border-right: #ccc dotted 1px;
	
}

.divider h1, .divider h2, .divider h3, .divider h4, .divider h5, .divider h6, h1.divider, h2.divider, h3.divider, h4.divider, h5.divider, h6.divider
{
  
  background-image: url("images/heading_bg.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding: 0px 10px 0 10px;
  background-color: transparent;
 
}

.divider span
{ 

  padding: 5px 10px 5px 10px;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
 
 
}

.content_left_news h1 {
	font-weight: 400;
	color: #8EC641;
	font-size: 16px;
}

.content_left_menu h1 {
	font-weight: 400;
	color: #90C539;
	font-size: 16px;
}

.content_left_menu a {
	color: #666;		
}

.main_content {
	padding-top: 15px;
	padding-bottom: 15px;

}

.footer {
	text-align: left;
	padding: 20px 0 20px 0;
	color: #fff;
	font-size: 13px;
	margin-top: 0px;
	background-color: #B41421;
	background-position: top;
	
	
}

.footer h1 {
	color: #fff;
	border-bottom: dotted 1px #fff;
}

.footer h2 {
	color: #fff;
	border-bottom: dotted 0px #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}

.footer_left {}

.footer_right {text-align: right;}

.copyright a {text-decoration:none;}

#tab {
	font-size: 15px;
	margin: 0;
}
#tab ul {
	list-style: none;
	float: left;  /*MENUE RECHTS oder LINKS AUSGERICHTET*/
	margin: 0;
	padding: 0;
}
#tab li {
	display: inline;
	float: left;
	
}
#tab a {
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	
}
#tab a span {
	display: block;
	font-weight: bold;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	
}
#tab a:hover, #tab li.item_active a {
	color: #fff;
	text-decoration: none;
	background-color: #B41421;
}
#tab a:hover span, #tab li.item_active a span {
	color: #fff;
	text-decoration: none;
}
/* =============================================================================
   BUTTON CONTENT AND FORM
   ========================================================================== */


input[type="submit"], .button, .iform .ibutton {
	-moz-box-shadow: inset 0px 1px 0px 0px #c0c0c0;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c0c0c0;
	box-shadow: inset 0px 1px 0px 0px #c0c0c0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8b8b8), color-stop(1, #8e8e8e));
	background: -moz-linear-gradient(top, #b8b8b8 5%, #8e8e8e 100%);
	background: -webkit-linear-gradient(top, #b8b8b8 5%, #8e8e8e 100%);
	background: -o-linear-gradient(top, #b8b8b8 5%, #8e8e8e 100%);
	background: -ms-linear-gradient(top, #b8b8b8 5%, #8e8e8e 100%);
	background: linear-gradient(to bottom, #b8b8b8 5%, #8e8e8e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#8e8e8e', GradientType=0);
	background-color: #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #787878;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 18px;
	text-decoration: none;
}
input[type="submit"]:hover, .button:hover, .iform .ibutton:hover, .iform .ibutton:focus {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8e8e8e), color-stop(1, #6d6d6d));
	background: -moz-linear-gradient(top, #8e8e8e 5%, #6d6d6d 100%);
	background: -webkit-linear-gradient(top, #8e8e8e 5%, #6d6d6d 100%);
	background: -o-linear-gradient(top, #8e8e8e 5%, #6d6d6d 100%);
	background: -ms-linear-gradient(top, #8e8e8e 5%, #6d6d6d 100%);
	background: linear-gradient(to bottom, #8e8e8e 5%, #6d6d6d 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#6d6d6d', GradientType=0);
	background-color: #8e8e8e;
	text-decoration: none;
	color: #fff;
}
input[type="submit"]:active, .button:active, .iform .ibutton:hover, .iform .ibutton:focus {
	position: relative;
	top: 1px;
}



.rahmen {
	background-color: #C7C7C7;
	border: 1px solid #d9d9d9;
	padding: 2px;
}


/* NEWS */

.NewsItem {}
.NewsTitle h1 a {
	color: #8BC83C;
	font-size: 14px;
}
.NewsOverview {padding-bottom: 10px;}
.NewsOverview a {padding-bottom: 5px;}


/* =============================================================================
   Page Styles
   ========================================================================== */

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	
	#tab {font-size: 13px;}
	
	#tab a span {
	display: block;
	font-weight: 100;
	
}

	.top {
	height: auto;
	
	}

.sliderwrapper {
	
	height: 157px;
	}
	
	
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	.logo {text-align: center;}
	.logo img {max-width: 60%; height: auto;}
	.service {text-align: center;}
	.top_menu {text-align: center;}
	.footer_right {text-align: left;}
	.content_left_news {
	border-right: #67C0B5 dotted 0px;
	background-color: #DAECC1;
}
	
	.top {
			height: 273px;
			
	
	}
	
.sliderwrapper {
		height: 90px;
	}
	
	
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	
	.logo {text-align: center;}
	.logo img {max-width: 50%; height: auto;}
	.service {text-align: center;}
	.top_menu {text-align: center;}
	.footer_right {text-align: left;}
	.content_left_news {border-right: #67C0B5 dotted 0px;}
	.content_left_menu {display: none;}
	.top {
				height: 230px;
				
	}
	
	.sliderwrapper {
		height: 58px;
	}
	
   
}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/
