/* ----------------------------------------------------------------------------------------------
	buero17.at

	martin hochreiter
	martin@buero17.at
	2013/10/01
---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------
	FONTS
*/
/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* ----------------------------------------------------------------------------------------------
	FIX
*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* ----------------------------------------------------------------------------------------------
	GENERAL
*/
h1,h2,h3 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color:#242424;
}
h1{
	font-size: 30px;
	margin:130px 0 50px 0;
}
h2{
	font-size: 12px;
	margin:0 0 25px 0;
}
h3{
	font-size: 12px;
}
p, ul{
	color:#242424;
	font: 12px/1.5em Helvetica, Arial, sans-serif;
	margin-bottom: 1.5em;
}
.green{
  color: #9ab602 !important;
}
#navigation-bar .navbar-nav li a.green:focus,
#navigation-bar .navbar-nav li a.green:hover{
  color: #768a0a !important;
}
#home ul.check li a.green{
	color: #9ab602 !important;
	margin:20px 0;
}
#home ul.check li a.green:before{
	color:#fff;
	content:"\e200";
}
/* ----------------------------------------------------------------------------------------------
	CONTAINER
*/

.container-outer{
	background:#fff;
}
.fullheight{
	height:100%;
}
.content{
	padding-bottom:90px;
}
.content img{
	margin:0 0 10px 0;
}
.content a, a.link{
	color:#c20f21;
}
.content a[href^="tel:"]{
	color:#242424;
}
.content ul{
	margin-left: 20px;
}
#home{
	background: none;
}
#references, #usage, #advantages, #organisation{
	background:#f4f4f4;
}
.copyright p{
	font-size:75%;
	margin:-8px 0 0 0;
}
.copyright a{
	color:#242424;
}

#gtec img{
	margin:0 0 40px 0;
}
#organisation b, #organisation strong{
	font-family: 'Raleway', sans-serif;
	list-style: none;
	text-transform: uppercase;
	font-weight: 700;
}
.col-md-3, .col-md-6 {
	margin-bottom:20px;
}
#comment{
	color: #fff;
	text-align: center;
	background:#7f7f7f;
	padding:50px 0;
}
#comment p{
	color: #fff;
	font-style: italic;
	font-weight: 200;
	margin:0 0 20px 0;
}
#comment .author{
	font-size: 12px;
}
.container{
	max-width: 980px;
}
.partner a{
	display: block;
	overflow:hidden;
	position: relative;
}
#advantages .bg{
	background-image: url(../img/vorteile.jpg);
	background-size: cover;
	background-position: center center;
	height: 725px;
	margin-bottom: 30px;
}
#advantages h1, #advantages li{
	color: #fff;
}
#advantages ul.check{
	font: 14px/30px 'Raleway', sans-serif;
	list-style: none;
	font-weight: 700;
	/*text-transform: uppercase;*/
}
#advantages ul.check li{
	background: url(../img/check.png) no-repeat center left;
	padding:0 0 0 26px;
}
#estrich .bg{
	background-image: url(../img/estrich.jpg);
	background-size: cover;
	background-position: center center;
	height: 725px;
	margin-bottom: 30px;
}

#estrich .col-xs-12 p.small{
	font-size:16px;
}
#home ul.check{
	font: 30px/48px 'Raleway', sans-serif;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	margin:40% 0 0 0
}
#home ul.check li{
	clear:both;
}
#home ul.check li a:before{
	color:#c20f21;
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	background:#000;
	padding:0 10px 0 0;
	font-size:20px;
	margin:-2px 0 0;
	float:left;
}
#home ul.check li a{
	/*background: #000 url(../img/check-home.png) no-repeat 15px center;*/
	background: #000;
	padding:2px 20px;
	margin:2px 0;
	color:#fff;
	float:left;
}
#home ul.check li a:hover{
	text-decoration:none;
}
#quicklinks a{
	float:left;
	display: block;
	margin:0 5px 0 0;
}
a#btn-bauteilvergleich{
	display: block;
	width:281px;
	height: 60px;
	background: url(../img/btn-bauteilvergleich.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	margin:30px 0 0 0;
	-webkit-box-shadow:  0px 0px 50px 0px rgba(190, 190, 190, 0.6);
	box-shadow:  0px 0px 50px 0px rgba(190, 190, 190, 0.6);	
}
a#btn-bauteilvergleich:hover{
	background-position: 0 -60px;
}
#processing .col-md-9{
	padding: 0;
}
#contact h2.no-margin{
	margin:20px 0 10px; 
}
li.lock span{
	display: block;
	float:left;
	width:13px;
	height:14px;
	background: url(../img/lock.png) no-repeat center left;
}
.reference-top h2{
	margin-bottom:0;
}
.reference-top h3{
	margin: 3px 0 25px;
	font-size: 22px;
	color:#c20f21;
}
a.btn-primary {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;    
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: .8em 1.4em;
    background: #c20f21;
    border: none;
    color: #fff;
    transition: .2s;
}    
a.btn-primary:hover {
    background: #8c0d19;
    text-decoration: none;
}
a.btn-primary:active,
a.btn-primary:focus {
    background: #8c0d19;
    outline: none;
}



/* ----------------------------------------------------------------------------------------------
	HEADER
*/
a.navbar-brand{
	margin-right:30px;
}
#navigation-bar {
	background: #fff;
	border:0;
	-webkit-box-shadow:  0px 0px 20px 10px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 20px 10px rgba(0, 0, 0, .1);
}
#navigation-bar .navbar-nav  li  a{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color:#242424;
	font-weight: 700;
	overflow: hidden;
}
#navigation-bar .navbar-nav > li > a:hover, #navigation-bar .navbar-nav > li.active > a{
	color:#c20f21;
	background:none;
	/*background: url(../img/navi-line.png) repeat-x bottom left;*/
}
#navigation-bar .navbar-nav > li.active > a,
#navigation-bar .navbar-nav > li:hover > a{
	color:#c20f21;
}
.nav-tabs {
	border:0;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 12px;	
	font-weight: 700;
	margin:0 0 25px -10px;
}
.nav-tabs > li > a {
	border:0;
	color:#242424;
	margin:0;
	padding:0 10px 0 8px;
	background: #fff url(../img/pipe.png) no-repeat right 2px;
}	
.nav-tabs li:last-child a, .nav-tabs li.disabled a, .nav-tabs li.last a {
	background:none;
}	
.nav-tabs li.disabled{
	color:#909090;
}	
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
	color:#c20f21;
	border:0;
	background-color:transparent;
}	
/* ----------------------------------------------------------------------------------------------
	FOOTER
*/
footer{
	background: #ececed;
	color: #939393;
	font-size: 12px;
	padding:15px 0;
	line-height: 1em;
}
footer a{
	color: #939393;
	text-decoration: underline;
}
footer a:hover{
	color: #333;
}
footer div{
	line-height: 1em;
	margin-bottom: 0 !important;
}
#imprint{
	display:none;
}


/* ----------------------------------------------------------------------------------------------
	SLIDESHOW / GALLERY
*/
#supersized {
	position:absolute;
	left:0;
	top:0;
}
.flexslider {
	margin: 0 0 60px;
	background: none;
	border: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	zoom: 1;
}
.flex-caption b{
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: #fff;
	background: rgba(255,255,255,1);	
}
.flex-control-nav {
	bottom: 90px;
}
#usage .flex-control-nav {
/*	bottom: 15px;*/
}
.flex-direction-nav a{
	background:url(../img/arrow-left.png) no-repeat 0 0;
	width:41px;
	height: 41px;
	text-indent: -999em;
	text-align: left !important;
	margin-top: -60px;
}
.flex-direction-nav a.flex-next{
	background:url(../img/arrow-right.png) no-repeat 0 0;
}
.flexslider:hover .flex-next {
	right: 0;
}
.flexslider:hover .flex-prev {
	left: 0;
}
.content ul.slides{
	margin-left: 0;
}

/* ----------------------------------------------------------------------------------------------
	FORM
*/
.form-control, button{
	border-radius: 0;
}
.textfield{
	width:200px;
}
/* ----------------------------------------------------------------------------------------------
	TABLE
*/
table{
	font-size:12px;
	border-bottom: 1px solid #ddd;
}
th{
	width: 40%;
}