/*
* PIKAL:
* Dark Blue
* #0072bc;
* hsla(204, 100%, 37%, 1.0);
* rgba(0, 114, 188, 1)

* Grey:
* #97999c;
* hsla(216, 2%, 60%, 1.0);
* rgba(151, 153, 156, 1) 

* Light Blue
* #659ad2;
* hsla(211, 55%, 61%, 1.0);
* rgba(101, 154, 210, 1)
*/


body {
 color: #333;
 font-size: 16px;
 line-height: 1.6;
 font-family:'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'PT Sans Narrow', sans-serif;
  text-transform:uppercase;
 /* font-weight: 400;*/
}

body.header-fixed-space {
    padding-top: 124px;
}

@media (max-width: 991px) {
	body.header-fixed-space {
		padding-top: 0;
	}
}

.header-v6 .navbar-brand {
    height: 123px;
    max-height: 123px;
    line-height: 65px;
}


@media (min-width: 992px) {
.header-v6 .navbar-nav > li > a {
    /*padding: 50px 20px 20px 0;*/
    padding: 20px 20px 20px 0;
    line-height: 84px;
}

.header-v6 .navbar-nav > li > a:before {
	content:"I";
	/*padding-left: 20px;*/
	padding-right: 20px;
}

.header-v6 .navbar-nav > li > a.home:before {
	content:"";
	/*padding-left: 20px;*/
	padding-right: 0px;
}


.header-fixed .header-v6.header-fixed-shrink .navbar-brand {
    height: 90px;
    max-height: 90px;
    line-height: 59px;
}

.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
    line-height: 50px;
}

}


.carousel .carousel-inner .item img {
	margin: 0px;
}

.carousel-inner {
	border: solid 1px hsla(211, 55%, 61%, 1.0);
	padding: 4px;
}

.carousel-v1 .carousel-caption {
	background-color: hsla(216, 2%, 60%, 0.5);
}



/*---
	Services
---*/
.tab-v8 .nav-tabs {
	border: none;
	background: none;
	text-align: center;
}
.tab-v8 .nav-tabs li {
	display: inline-block;
	float: none;
	margin: 0 30px 10px;
}
.tab-v8 .nav-tabs a {
	font-size: 18px;
	padding: 0 0 5px;
}
.tab-v8 .nav-tabs > .active {
	border-bottom: 3px solid hsla(211, 55%, 61%, 1.0);
}
.tab-v8 .nav-tabs > .active:after,
.tab-v8 .nav-tabs > .active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tab-v8 .nav-tabs > .active:after {
	border-color: rgba(213, 213, 213, 0);
	border-top-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}
.tab-v8 .nav-tabs > .active:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: hsla(211, 55%, 61%, 1.0);
	border-width: 6px;
	margin-left: -6px;
}
.tab-v8 .nav-tabs > .active > a,
.tab-v8 .nav-tabs > .active > a:hover,
.tab-v8 .nav-tabs > .active > a:focus {
	border: none;
	background: none;
}
.tab-v8 .nav-tabs > li > a {
	border: none;
}
.tab-v8 .nav-tabs > li > a:hover {
	border-bottom: 3px solid hsla(211, 55%, 61%, 1.0);
	color: #555;
	background: none;
}

@media (max-width: 600px) {
.tab-v8 .nav-tabs li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	}
}



.boxProduktinfo {
	background-color: hsla(216, 2%, 60%, 0.1);
	border-radius: 20px;
	padding: 12px;
}


.overlay {
	display:block;
	text-align:center;
	background: hsla(211, 55%, 61%, 0.8);
	border:solid 3px hsla(204, 100%, 37%, 1.0);
	border-radius:4px;
	box-shadow:2px 2px 10px #333;
	text-shadow:1px 1px 1px #666;
	padding:10px;
}

.overlay p,
.overlay h3 {
	color: #FFF;
}

.overlay p {
	font-size: 14px;
}

.overlay_arrow {
	left:50%;
	margin-left:-16px;
	width:0;
	height:0;
	position:absolute;
}

.overlay_arrow.above {
	bottom:-15px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-top:16px solid hsla(204, 100%, 37%, 1.0);
}


.headline h1 {
	border-bottom: 2px solid hsla(204, 100%, 37%, 1.0);
	display: inline-block;
	font-size:28px;
	letter-spacing: 1px;
}

.thumbnail-shadow-fp{
	box-shadow: 0px 0px 8px #ddd;
	background-color:#FFF;
}

.team .thumbnail-style small {
    font-size: 16px;
}

.dl-horizontal dt {
    text-align: left;
}

abbr[data-original-title], abbr[title] {
    border-bottom: 1px dotted #0072bc;
}

.header-v6 .navbar-nav > li > a {
    font-size: 15px;
}


.tab-v8 ul.navBorder {
	margin-top: 50px;
	margin-bottom: 80px;
	border-top: solid 1px hsla(211, 55%, 61%, 1.0);
	border-bottom: solid 1px hsla(211, 55%, 61%, 1.0);
	padding-bottom: 15px;
	padding-top: 20px;
}

.bgLeist {
	background-color: hsla(211, 55%, 61%, 0.25);
}

.owl-carousel-v5 .owl-navigation {
	text-align: right;
}

/*---
	SLIDER
---*/

.slideBlue {
	color: hsla(204, 100%, 37%, 1.0);
	font-size: 86px;
	font-weight: 600;
	line-height: 86px;
	text-shadow: 2px 2px 4px #333; 
}

.slideBlueSmall {
	color: hsla(204, 100%, 37%, 1.0);
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	/*text-shadow: 2px 2px 4px #333; */
	font-family:'PT Sans Narrow', sans-serif;
}

.slideBlueBlank {
	color: hsla(204, 100%, 37%, 1.0);
	font-size: 64px;
	font-weight: 600;
	line-height: 64px;
	/*text-shadow: 2px 2px 4px #333;*/ 
}






.slideWhite {
	color: #FFF;
	font-size: 64px;
	font-weight: 400;
	text-shadow: 2px 2px 4px #333; 
	font-family:'PT Sans Narrow', sans-serif;
}

.slideWhiteBig {
	color: #FFF;
	font-size: 86px;
	font-weight: 400;
	text-shadow: 2px 2px 4px #333; 
}




.slideBGBlue {
	color: #FFF; 
	font-size: 64px; 
	font-weight: 400; 
	text-shadow: 2px 2px 4px #333; 
	background-color: hsla(211, 55%, 61%, 0.75);
}
	


