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

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




body
{
	background-color:#333;

	font-family: 'Dosis', sans-serif;
	color:#ccc;
}

h2
{
	font-size: 1.2em;
margin-top:0px;
padding-top:3px;
padding-bottom:15px;
}

html body nav.navbar.navbar-fixed-top
{
	/*min-height:80px;*/
	font-size:1.1em;
	font-weight:bold;
	opacity: 0.8;
}



nav.navbar.navbar-fixed-top div.container-fluid div.navbar-header a.navbar-brand
{
	
}

.icon-bar
{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid #ccc;
}

/* padded section */ 
.pad-section { padding: 50px 0; } 
.pad-section img { max-width: 100%; } 

#services .glyphicon 

{ 
	border: 2px solid #FFFFFF; 
	border-radius: 50%; 
	display: inline-block; 
	font-size: 48px; 
	height: 120px; 
	line-height: 120px; 
	text-align: center; 
	vertical-align: middle; 
	width: 120px; 
margin-top:12px;
} 


/*html body div#myCarousel.carousel.slide div.carousel-inner div.item
{
	width: 100%; 
    height: 450px; 
	margin-top:50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

div.item:nth-of-type(1) {
    background-image: url("imgs/header-01_1600.jpg");
}

div.item:nth-of-type(2) {
    background-image: url("imgs/header-02_1600.jpg");
}

div.item:nth-of-type(3) {
    background-image: url("imgs/header-03_1600.jpg");
}*/

/*html body div#myCarousel.carousel.slide div.carousel-inner div.item img
{
	
	
}*/

.rundebuttons
{
	text-align:center;
}

.featurette-divider
{
	border:1px solid #666;
}

.abschnitt-anker
	{
		display: block;
		  height: 90px; 
		  margin-top: -90px; 
		  visibility: hidden;
	}

.fuhrparkdiv
{
	background-color:#ccc;
	color:#333;
	margin-top:110px;
	margin-bottom: 80px;
	padding: 140px 10px 110px 10px;
}



.row.kontaktrow
{
	color:#ccc;
	margin-top:50px;
	font-size:1.2em;
	line-height:1.6em;
}
