@charset "UTF-8";
/* CSS Document */
html{height: 100%; margin:0;
}

body{
 position: relative;
  min-height: 100%;
  margin:0;
/* Margin bottom by footer height
  margin-bottom: 50px; */
font-family: 'Open Sans', sans-serif;
  

background: rgb(238,241,244); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(238,241,244,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,241,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(238,241,244,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(238,241,244,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(238,241,244,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(238,241,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.1;
  color: #141e37;
}

h5,.h5{
	margin:10px 0px 5px 0px;}
	
	
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 20px;
}
.panel-heading {
  padding: 10px 20px;
  
}

.panel-grad
{background: rgb(249,250,252); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(249,250,252,1) 95%, rgba(220,221,226,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,rgba(249,250,252,1)), color-stop(100%,rgba(220,221,226,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafc', endColorstr='#dcdde2',GradientType=0 ); /* IE6-9 */


}

.colums{
	-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;}


#main-navigation > ul > li > a {
/*opacity: 0.8;
color: #141e37;*/
letter-spacing: 1px;
text-decoration: none;
transition: opacity 0.4s ease-out;
}

#main-navigation > ul > li a:hover {
opacity: 1;

color: #125d9f;
background: rgb(249,250,252); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(249,250,252,1) 81%, rgba(252,253,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(81%,rgba(249,250,252,1)), color-stop(100%,rgba(252,253,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(249,250,252,1) 81%,rgba(252,253,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(249,250,252,1) 81%,rgba(252,253,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(249,250,252,1) 81%,rgba(252,253,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(249,250,252,1) 81%,rgba(252,253,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafc', endColorstr='#fcfdff',GradientType=0 ); /* IE6-9 */
}

/*body {
	padding-top: 16px;
	padding-bottom: 60px;
	background-color: #fcfcfa;
}*/

 .dropdown-menu > li > a {
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 44px;
    padding: 0px 20px;
    white-space: nowrap;
	 min-width:180px;
	}
	
#mainfader{
	 background-color:rgba(249,250,252,1) ;
	-webkit-box-shadow: 0 4px 18px 0 rgba(0,0,0,0.2);
box-shadow: 0 4px 18px 0 rgba(0,0,0,0.2);
	margin:auto;}
	
.rowpad {
	padding: 12px 0px 12px 0px
}
/* Custom container */
.container {
	margin: 0 auto;
	/*max-width: 1160px;*/
}
.container > hr {
	margin: 26px 0;
}



/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav > li {
	display: table-cell;
	width: 1%;
	float: none;
}
.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

#foot-navigation .nav li > a {
    padding: 8px 12px;
	color:#b1b2b5;}
	
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: rgba(20, 30, 55, 0.1);
    color: #FFFFFF;}
	

.thumbnail .caption h3 {
	line-height: 30px;
	margin-top:0px;
}
.thumbnails > li {
	float: left;
	margin-bottom: 10px;
}

.btn:hover, .btn:focus {
    color: #ffffff;}




#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
  background-image: url(../img/footerstripe.png); 
  background-repeat:repeat-x;
}

.verticalgrad{
	background: rgb(1,93,158); /* Old browsers */

background: -moz-linear-gradient(left,  rgba(1,93,158,1) 0%, rgba(31,47,85,1) 20%, rgba(31,47,85,1) 80%, rgba(1,93,158,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,93,158,1)), color-stop(20%,rgba(31,47,85,1)), color-stop(80%,rgba(31,47,85,1)), color-stop(100%,rgba(1,93,158,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 20%,rgba(31,47,85,1) 80%,rgba(1,93,158,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 20%,rgba(31,47,85,1) 80%,rgba(1,93,158,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 20%,rgba(31,47,85,1) 80%,rgba(1,93,158,1) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 20%,rgba(31,47,85,1) 80%,rgba(1,93,158,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015d9e', endColorstr='#015d9e',GradientType=1 ); /* IE6-9 */



}

.horizontalgrad{
	
background: rgb(31,47,85); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(31,47,85,1) 15%, rgba(1,93,158,1) 50%, rgba(31,47,85,1) 85%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(31,47,85,1)), color-stop(50%,rgba(1,93,158,1)), color-stop(85%,rgba(31,47,85,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(31,47,85,1) 15%,rgba(1,93,158,1) 50%,rgba(31,47,85,1) 85%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(31,47,85,1) 15%,rgba(1,93,158,1) 50%,rgba(31,47,85,1) 85%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(31,47,85,1) 15%,rgba(1,93,158,1) 50%,rgba(31,47,85,1) 85%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(31,47,85,1) 15%,rgba(1,93,158,1) 50%,rgba(31,47,85,1) 85%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2f55', endColorstr='#1f2f55',GradientType=0 ); /* IE6-9 */

}

.verticalgrad-brown{
	background: rgb(171,111,91); /* Old browsers */

background: -moz-linear-gradient(left,  rgba(171,111,91,1) 0%, rgba(82,46,37,1) 20%, rgba(82,46,37,1) 80%, rgba(171,111,91,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,111,91,1)), color-stop(20%,rgba(82,46,37,1)), color-stop(80%,rgba(82,46,37,1)), color-stop(100%,rgba(171,111,91,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(171,111,91,1) 0%,rgba(82,46,37,1) 20%,rgba(82,46,37,1) 80%,rgba(171,111,91,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(171,111,91,1) 0%,rgba(82,46,37,1) 20%,rgba(82,46,37,1) 80%,rgba(171,111,91,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(171,111,91,1) 0%,rgba(82,46,37,1) 20%,rgba(82,46,37,1) 80%,rgba(171,111,91,1) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(171,111,91,1) 0%,rgba(82,46,37,1) 20%,rgba(82,46,37,1) 80%,rgba(171,111,91,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab6f5b', endColorstr='#ab6f5b',GradientType=1 ); /* IE6-9 */

}
@font-face{
  font-family: Teko Bold;
  src:url(../fonts/Teko-Bold.ttf)
    
  }
@font-face{
  font-family: Teko Light;
  src:url(../fonts/Teko-Light.ttf)
    
  }

@font-face{
  font-family: Teko;
  src:url(../fonts/Teko-Medium.ttf)
    
  }
@font-face{
  font-family: Teko-Regular;
  src:url(../fonts/Teko-Regular.ttf)
    
  }

@font-face{
  font-family: Teko-SemiBold;
  src:url(../fonts/Teko-SemiBold.ttf)
    
  }
	 
@media (max-width: 979px) {
	
.produktnav {
	 min-width:0px;}
	}