/*!
 * 
 * 
 * 
 */

/* ubuntu-regular - latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''), url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


body 
{
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

/* COOKIE BANNER */

.cc-nb-okagree {
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}

.cc-nb-reject {
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}

.cc-cp-foot-save {
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
	border: none;
	margin: 0px;
	opacity: 0.8;
}
		
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
	
	
	
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background: none;
	color: #fff;
}


	/* Extra small devices (phones, less than 768px) */
	@media (max-width: 768px) 
	{
	    
	    .navbar-default .navbar-collapse, .navbar-default .navbar-form  {
	        background-color: #497290;
	    }
	    
		.navbar-brand {
			float: left;
			height: 46px;
			width: 350px;
			background-image: url("../images/20_Jahre_Fahrschule_Koecher_s.jpg");
			padding: 0px;
			font-size: 18px;
			line-height: 20px;
		}
		.navbar-header {
			width: 100%;
			background-image: url("../images/header_bg_small.jpg");
			background-repeat: repeat-x;
		}	
		.navbar{
			background-color: #497290;
			color: #ffffff;
			opacity: 1;
		}	
		.navbar-nav > li > a {
			color: #fff;
			font-size: 20px;
            background-color: #497290;
		}		
		
		.navbar-nav > li > a:hover {
			color: #000000;
			background-color: #497290;

		}	
		
		.navbar .nav > li > a:hover {
			color: #FFFF00;
			border-bottom: 4px solid #FFFF00;
			background-color: #497290;
		}	
		.active {
	        background: none;
	        color: #000000;
        } 
		
		.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
			color: #FFFFFF;
			background: none;
		}		
			
	
	}

	/* Medium devices (desktops, 992px and up) */
	@media (min-width: 768px) { 
	
    .navbar {
        padding: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse 
    {
        position: fixed;
        padding: 0;
        top:0;
        overflow-y: auto;
        max-height:50px;
        width:100%;
        margin-right:0px;
    }
    
    
    .top-nav-collapse::-webkit-scrollbar { 
    display: none; 
    }

	
	.top-nav-collapse .navbar-brand {
		background: none;
		width: 0px;
		height: 0px;
	}	
		.navbar-brand {
			float: left;
			height: 115px;
			width: 874px;
			background-image: url("../images/20_Jahre_Fahrschule_Koecher.jpg");
			padding: 0px;
			font-size: 18px;
			line-height: 20px;
		}
		.navbar-header {
			width: 100%;
			background-image: url("../images/header_bg.jpg");
			background-repeat: repeat-x;
		}
		.navbar-nav 
		{
		    height: 50px;
			width: 100%;
			text-align: center;
			background-image: url("../images/navbar_bg.jpg");
			background-repeat: repeat-x;	
			opacity: 0.8;
		}
		

		.navbar-nav > li {
		float: none;
		display: inline-block;
		}  	
		.navbar-collapse {
			padding: 0px;
		}
		.navbar-nav > li > a {
			color: #fff;
			font-size: 24px;
			margin-right: 80px;
			padding-top: 15px;
			padding-bottom: 15px;
		}

		.navbar .nav > li > a:hover {
			color: #FFFF00;
			border-bottom: 4px solid #FFFF00;
			padding-top: 15px;
			padding-bottom: 10px;
			background: none;
		}	
		.active {
	        background: none;
	        color: #000000;
        } 
		
		.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
			color: #FFFFFF;
			background: none;
		}		
	}	

/* CONTENT SECTION
-------------------------------------------------- */
.col-md-4 {
    padding-right: 0px !important;
}

/* CAROUSEL ANPASSUNG
-------------------------------------------------- */
.carousel {
    height: 100%;
    padding-top: 115px;
    text-align: center;
    background: #fff;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	width: 100%; /* use this, or not */
	margin: auto;
}

.carousel-caption {
	top: 30%;
	bottom: 70%;

}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

@media (max-width: 768px) {
	.carousel {
		height: 100%;
		padding-top: 180px;
		text-align: center;
		background: #fff;
	}
	.carousel-caption > h1 {
		display: none;
	}	
	
	.carousel-caption {
		display: none;
	}	
	
    .carousel-caption .btn {
        display: none;
    }	
	
}


.about-section {
    padding-top: 40px;
    text-align: center;
    background: #FFF;
}

/* Startseite 
-------------------------------------------------- */

/* Startseite CSS Boxen 
-------------------------------------------------- */

.box_panel {
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 5px 20px;
    position: relative;
	min-height: 500px;
	margin-top: 20px;
}

.box_panel > h3 {
	text-align: center;

}

.circle-icon {
    background: #497290;
    padding:20px;
    border-radius: 50%;
	font-size: 36px !important;
	color: #FFF !important;	
}

/* Startseite List Style
-------------------------------------------------- */

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font-size: 17.5px;
    padding: 5px;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

/* Startseite Termine
-------------------------------------------------- */


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}


/* Unterseiten Parallax Background Scrolling
-------------------------------------------------- */

.fahrschule {
    padding-top: 115px;

}

@media (max-width: 768px) {
    #bootcon {
       min-height:3500px;
    }
}


/* 2-COL Anpassungen
-------------------------------------------------- */

#panel-group-01 {
    margin-top: 14px;

}


.preis {
font-family: inherit;
font-weight: 700;
font-size: 24px;
color: #FF0000;
}    
    
.downimg 
{
    float:left;
    padding: 10px;
    background-color: #FFF;
    width: 20%;
}    

.downimg p {
    text-align: center;
}
    

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */


.footer-distributed{
	background-color: #497290;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
    margin-right:50px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;	
}

.footer-distributed .footer-center{
	margin-top: 6px;
    margin-right:50px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;	
}

.footer-distributed .footer-center a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
} 