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

*
{
  margin: 0;
  padding: 0;
}

body {
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
	color: #010101;
	font-weight: 400;
	margin: 0;
	padding: 0;
	outline: 0 none;
	background: #F6F6F6; 
	    
}


article, aside, details, figcaption, figure, footer, header,
    hgroup, menu, nav, section { display: block; }

/**** 
 *
 *    Seitenstruktur
 * 
 ****/ 

#con_page_header
{
    position: relative;
    height: auto;
    min-height: 200px;
    background: #323232;
    z-index:2;
}

#page_header {
    position: relative;
    box-sizing:border-box;
   -moz-box-sizing:border-box;
    margin: 0 auto 0;
    width: 100%;
    max-width: 960px;
    padding: 0 ;
    height: auto;
}

#con_content
{
	position: relative;
	min-height: 500px;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 53%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 53%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 53%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 53%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e1e1 53%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}


#content
 {
	position: relative;
	box-sizing:border-box;
   -moz-box-sizing:border-box;
	padding: 0;
	padding-top: 50px;
	margin: 0 auto 0;
	margin-bottom: 0px;
	width: 100%;
   max-width: 960px;
   box-shadow: 0px 0px 3px #454545;
   background-color:#fff; 
   padding-bottom: 30px;
   z-index: 1;
    
}

.content_footer {
	text-align: right;
	width: 100%;
   max-width: 960px;
   padding: 0;
   padding-top: 10px;
	margin: 0 auto 0;
	margin-bottom: 10px;
}


/**** 
 *
 *    Ende Seitenstruktur
 * 
 ****/ 


/**** 
 *
 *    Inhalt Header
 * 
 ****/ 
#menu_toggle 
{
	text-align: right;
	padding: 10px 10px 0 0;
}

#menu_toggle a
{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  border: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  border: 1px solid #FFF;
}


#logo
{
  display:block;
  margin-top: 30px;
  border: 0;
  float: left;
}

#logo img
{
  width: 300px;
  height: auto;
  border: 0;
}

#kontakt_header
{
  display:block;
  float: right;
  width: 176px;
  height: 100px;
  margin-top: 70px;
  border: 0;
  color: #FFF;
}

#kontakt_header span,
#kontakt_header a
{
   text-shadow: 1px 1px rgba(0,0,0,.31);
   font-size: 16px;
   line-height: 20px;
   font-weight:bold;
   color: #FFF;
   text-decoration: none;
}

#kontakt_header a
{
	font-weight: normal;
}

#kontakt_header p
{
	text-shadow: 1px 1px rgba(0,0,0,.31);
   font-size: 16px;
   line-height: 20px;
   padding-top: 7px;
}

#kontakt_header img
{
	width: 120px;
   height: 114px;
   border: 0;
   float:right;
}
	
#top_nav
{ 
  position: absolute;
  clear: both;
  top: 40px;
  right: 20px; 
  z-index: 2;
  display: none;
  border: 1px solid #FFF;
}
#top_nav ul {
	padding: 0; margin: 0;}

#top_nav li{
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 0;
  text-align: center;
  width:200px;
  
}

#top_nav li:last-child{
   margin-right: 0;
}

#top_nav li a{
	display: block;
	border: 0;
	color: #323232;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 40px;
	text-shadow: -1px -1px 1px #FFF;
	background: rgba(239,239,239,1);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(100%, rgba(216,216,216,1)));
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d8d8d8', GradientType=0 );
}


#top_nav li:hover a, #top_nav li.active a{
background: #3385b7; /* Old browsers */
background: -moz-linear-gradient(top, #3385b7 0%, #19619b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3385b7), color-stop(100%,#19619b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3385b7 0%,#19619b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3385b7 0%,#19619b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3385b7 0%,#19619b 100%); /* IE10+ */
background: linear-gradient(to bottom, #3385b7 0%,#19619b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3385b7', endColorstr='#19619b',GradientType=0 ); /* IE6-9 */
color:#fff;
text-shadow:1px 1px #010101;
  
}


/**** 
 *
 *    Ende Inhalt Header
 * 
 ****/ 



/**** 
 *
 *    Inhalt Content
 * 
 ****/ 
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

#sliderbox
{
   width: 100%;
   max-width:680px;
   min-width: 300px;
   height:auto;
   position: relative;
   float: none;
   margin: 0 auto;
   
}

#startslider
{
	width: 100%;
	
	position: relative;
}


#starttext
{
	float: none;
	box-sizing:border-box;
   -moz-box-sizing:border-box;
	width: 100%;
   max-width:680px;
	padding: 20px;
	margin: 0 auto;
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(179,179,179,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#b3b3b3', GradientType=0 );
}

#starttext h1
{
   font-size: 20px;
   color: #010101;
   text-transform: uppercase;
   font-weight: bold;
   margin-bottom: 5px;
}

#starttext p
{
   font-size: 14px;
   color: #010101;
   line-height: 18px;
   text-align: justify;
}  

.startbox
{
	width: 240px;
	height: 97px;
	padding: 15px;
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-right: 15px;
   background-color: #2274ac; 
   background-image: -webkit-linear-gradient(135deg, #19619b, #3385b7); 
   background-image: -moz-linear-gradient(135deg, #19619b, #3385b7); 
   background-image: -o-linear-gradient(135deg, #19619b, #3385b7); 
   background-image: linear-gradient(-45deg, #19619b, #3385b7);
}

.startbox_title
{
	display: block;
	font-size: 16px;
   color: #FFF;
   text-transform: uppercase;
   font-weight: bold;
   margin-bottom: 15px;
}

.startbox td
{
   vertical-align: top;	
}

.startbox_more
{
   font-size: 15px;
   color: #FFF;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   display:block;
   text-align: right;
   position: absolute;
   bottom: 5px;
   right: 15px;
   
   	
}

.startbox_more:after
{
	content: "\00BB";
	font-size: 50px;
   color: #FFF;
   float: right;
   margin-top: 9px;
   margin-left: 5px;
}

.form_text
{
   display: block;
   background-color: #FFF;
   width: 300px;
   border: 1px solid #cacaca; 
   padding: 4px;
   margin-bottom: 5px;
   font-family: 'News Cycle', sans-serif;
   color: #777777;
   font-size: 14px;
}

#kontakt_msg label
{
	font-weight: bold;
}

#kontakt_msg input[type='submit'], #routenberechnung input[type='submit']
{
   width:90px;
   height: 31px;
   color: #777777;
   font-size: 14px;
   text-transform: lowercase;
   background-color: #DCDCDC;
   border: 1px solid #cacaca;
   margin-left: 105px;
   cursor: pointer;
}


.leftspace
{
   padding-left:30px;
}

dl
{
     /*margin-left:30px;*/
}

dt
{
    clear: both;
    float: left;
    width: 40px;
}

#content article
{
	padding: 15px;
}

h1
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

 h2
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

p
{
	line-height: 20px;
	margin-bottom: 15px;
}

ul
{
	line-height: 22px;
}



.clear
{
	clear: both;
	line-height: 0;
	height: 0;
}

strong {font-weight: bold; letter-spacing: 1px;}

.boldtext{font-weight: bold;}

.textlink {font-weight: normal; text-decoration: underline; color: #010101; }

.linknormal {font-weight: normal; text-decoration: none; color: #D80202;}
.linknormal:hover {text-decoration: underline;}

.boldlink {font-weight: bold; text-decoration: none; display: block; color: #b3b3b3; margin-top:10px;}

.boldlink:before{ content: "\00BB \0020"; margin-right: 10px;}


#content_links, #content_rechts
{
   width: 50%;
   float: left;
}

.kontakt_box
{
	float:left;
	margin-right: 15px;
}

.kontakt_box img
{
	width: 221px;
	height: 295px;
}

.kontakt_box span
{
	display: block;
}

.kontakt_box
{
	color: #010101;
	font-size: 16px;
	font-weight: bold;
}

.kontakt_pos
{
   color: #4d4d4d;
   font-size: 13px;
   font-style: italic;
}

.kontakt_tel
{
   color: #010101;
   font-size: 13px;
}

#map_anfahrt
{
	width: 100%;
	min-width: 300px;
	max-width: 940px;
	height: 450px;
	margin: 0 auto;
}

#teamfoto
{
   float: left;
   width: 100%;
   max-width: 353px;
   height: auto;	
}

/**** 
 *
 *    Ende Inhalt Content
 * 
 ****/  



/**** 
 *
 *    Inhalt Footer 
 * 
 ****/


#copy{ 
  position: relative; 
  bottom: -5px; 
  font-size: 10px;
  color: #868686;
  text-align: center;
  margin: 0 auto;
  clear: both;
}




.footer_box
{
  position: relative;
  float: left; 
  width: 260px; 
  height: 232px;
  padding: 0 25px 0 25px; 
  bottom: 0px; 
}
.footer_box h3
{
  font-size: 18px;
  font-weight: bold;
  color: #cdcdcd;
  margin: 30px 11px 0 0;
  text-shadow: 1px 1px 1px #000;
}

.con_icon
{
   float: left;
   width: 50px;
   text-align: center;
   padding-top: 60px;
   margin-right:30px;
}

.con_next_to_icon
{
   float: left;
   line-height: 20px;
   width: 200px;
   margin-top: 30px;
}
.footer_box ul { margin: 0 0 0 10px; padding: 0; list-style-type: none; line-height: 18px;}

.footer_box ul>li:before{ content: "\00BB \0020"; margin-right: 10px;}

.clear{clear: both;}


/**** 
 *
 *    Ende Inhalt Footer 
 * 
 ****/

/****  media queries   ******/

@-ms-viewport {
   width: device-width;
}
@viewport {
   width: device-width;
}

@media screen and (max-width: 970px)
{
   
   .startbox
   {
      float: none;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
      width: 100%;
      height: 130px;
      max-width: 360px;
      margin: 15px auto;
   }  
   
}



@media screen and (max-width: 640px)
{
   #page_header
   {
      padding: 10px 5px;
   }
   
   #logo, #kontakt_header
   {
      float: none;
      margin: 10px auto;
      width: 100%;
   }
   
   #logo
   {
      margin-bottom: 20px;
   }
   
   #content
   {
      padding-top: 0;
   }
   
   #wrapper_suche
   {
      float: none;
      margin: 0 auto;
   }
   
   .startbox
   {
      float: none;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
      width: 100%;
      height: 130px;
      max-width: 360px;
      margin: 15px auto;
   }	
   
   #content_links, #content_rechts
   {
      width: 100%;
      float: none;
   }
   
   #map_anfahrt
   {
      width: 80%;
   }
}



@media screen and (min-width: 980px)
{

   #startslider .flex-control-nav, #top_nav 
   {
      display: block;
   }
	
	#sliderbox
	{
	   width: 680px;
	   max-width:680px;
	   min-width: 300px;
	   height:auto;
	   position: relative;
	   float: left;
	   
	}
	
	#startslider
	{
	   width: 100%;
	   height: 330px;
	   position: relative;
	}
	
	
	#starttext
	{
	   float: left;
	   box-sizing:border-box;
	   -moz-box-sizing:border-box;
	   width: 280px;
	   min-height: 330px;
	   padding: 20px;
	   background: rgba(235,235,235,1);
	   background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(179,179,179,1)));
	   background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	   background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	   background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	   background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(179,179,179,1) 100%);
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#b3b3b3', GradientType=0 );
	}
	
	#menu_toggle
	{
	  display: none;
	}
	
	#top_nav
	{ 
	  /*position: relative;
	  top: 31px; */
	  margin-top: 135px;
	  clear: both;
	  width: 100%;
	  max-width: 960px; 
	  
	  z-index: 2;
	  padding: 0 ;
	  display: block;
	  right: 0;
	  border: 0;
	}
	#top_nav ul {
	   padding: 0; margin: 0;}
	
	#top_nav li{
	  display: block;
	  float: left;
	  padding: 0;
	  margin: 0;
	  margin-right: 15px;
	  text-align: center;
	  width:18.75%;
	   min-width:100px;
	   max-width: 180px;
	  
	}
	
	#top_nav li:last-child{
	   margin-right: 0;
	}
	
	#top_nav li a{
	   display: block;
	   border: 0;
	   color: #323232;
	   font-weight: bold;
	   text-align: center;
	   vertical-align: middle;
	   text-decoration: none;
	   font-size: 16px;
	   letter-spacing: 1px;
	   line-height: 60px;
	   text-shadow: -1px -1px 1px #FFF;
	   background: rgba(239,239,239,1);
	   background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(100%, rgba(216,216,216,1)));
	   background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	   background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	   background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	   background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%);
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d8d8d8', GradientType=0 );
	}
}

