@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*************************************************************************************************************************************************************
Basics 
*************************************************************************************************************************************************************/
body{
	background:#ffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; color:#121113;text-transform: none;
    background-image: url("../images/holz.png");
    background-repeat: repeat;
}
.templ_bg2 {
	background-image: url("../images/grass.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
.templ_bg3{background:transparent;}

.container {
	background-color:#fff;
	margin-top:50px;
	padding-left: 10px;
	padding-right:10px;padding-bottom:0px;
	box-shadow: 0 0 4px 1px #ddd;
margin-bottom:50px;
	border-radius:5px;
}

.row {
    margin-left:0px;
    margin-right:0px;
	font-size: 13px;
    font-family: "Open Sans","Open Sans Extrabold";
    text-transform: none;	
}

#header{
margin-top:8px;margin-bottom:8px;
 padding-top:17px; padding-bottom:1px; border-radius:8px; border: 1px solid #efefef;
 background: #cdcdcc; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */


}
a {color:#333;}

/*************************************************************************************************************************************************************
Buttons
*************************************************************************************************************************************************************/
 .btn {
    padding: 4px 14px;
    border: 0 none;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus {
    outline: 0 none;
}
 
.btn-primary {
background: #99bfe4 ; 
border-radius:8px;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background: #2E74B3;
}

.btn-lg {
    font-size: 12px; 
}
 
.btn-primary:active {
    background: #007299;
    box-shadow: none;
}

.btn.sharp {
  border-radius:8px;
}

.btn-lg {
    padding: 5px 15px;
}
.btn-default{color:#fff;background-color:#8ed225;border-color:#8ed225; } .btn-default a:hover{color:#fff;}
.btn-default:hover,.btn-default:focus,.btn-default:active{color:#fff;background-color:#8ed225;border-color:#8ed225}
.caption .btn{padding-top:10px;padding-bottom:10px;}
.footer .btn{padding-top:10px;padding-bottom:10px;background: #ff9719; }
/*************************************************************************************************************************************************************
Navigation
*************************************************************************************************************************************************************/



/* Level 1*/
.navbar-default .navbar-nav>li>a{
color:#333; border: 1px solid #eee ; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff 0%, #eee  100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff 0%, #eee  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee ',GradientType=0 ); /* IE6-9 */}
.navbar-default .navbar-nav>li>a:hover{color:#fff; 	border: 1px solid  #99BFE4; background: #99BFE4; }
/* Level 2+3*/
.dropdown-menu > li > a {
font-size:12px;
    clear: both;
    color:#333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
	border: 1px solid #EFEFEF; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */ 
}
.dropdown-menu > li > a:hover {
font-size:12px;
    clear: both;
    color:#fff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
	border: 1px solid  #ff9719; background: #ff9719;
	text-decoration:none;
}



.navbar {  border: 0px solid transparent;
margin-top:6px;
}

.nav > li  {
    padding:2px;
} .nav > li  a{ padding:6px;margin:0px;}
.nav-tabs{margin-top:10px;}
/*************************************************************************************************************************************************************
carousel
*************************************************************************************************************************************************************/
.carousel-inner .item img, .carousel-inner > .item > img { 
   position: relative; 

}
.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%; 
background: #fff;	
}
#ci {
    overflow: hidden;
    position: relative;
    width: 100%; 
 background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */ 
border-top: 1px solid #EFEFEF;border-radius:0px;	
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img {
    display: block;
    height: auto;
    max-width: 100%;	
}

.carousel {
    position: relative;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > #slide1 {
    display: block;

}
.carousel-control {
    bottom: 0;
    color: #000;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 10px;
}
.carousel-control:hover, .carousel-control:focus {
    color: #000;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 255);
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px;
}
@media screen and (min-width: 768px) {
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {

}
.carousel-indicators {
    bottom: 20px;
}
}

#myCarousel2 .row{padding:10px;}
.thumbnail {
    border: 1px solid #EFEFEF; margin:3px;
}

/*************************************************************************************************************************************************************
navtabs
*************************************************************************************************************************************************************/ 
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   background-color: #ff9719;  color: #fff;

}
	
.nav-tabs > li > a{
  border: 1px solid #00A2E8;
background: -moz-linear-gradient(top, #00A2E8 0%, #0298D9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00A2E8 0%, #0298D9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00A2E8 0%, #0298D9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A2E8', endColorstr='#0298D9',GradientType=0 ); /* IE6-9 */ 
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    display: block;;
    list-style: outside none none;
    padding: 8px 15px;
    text-transform: none;
					font-family: 'Lato', sans-serif;
					font-weight: 900;
					font-size:14px;	
}



.nav-tabs {border-bottom:0px solid #fff;}



.tab-content{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border: 1px solid #EFEFEF;
}

.tab-content_border_right{ border-right: 1px solid  #ff9719;}
/*************************************************************************************************************************************************************
rest
*************************************************************************************************************************************************************/ 
.bez{

    border-width: 1px;
    color: #121113;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: none;
}
.contact{
	padding-top:20px;
	padding-bottom:20px;
 background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */ 
border: 1px solid #EFEFEF;border-radius:0px; margin-top:6px;	

}
.contact a{ font: bold 12px/30px Arial; text-transform: uppercase;}

#myTabContent tr{
 background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
color: #666364;
font: bold 12px Arial;
    padding-top: 15px;
     border:1px solid #EFEFEF;border-radius:5px;
 padding-top:20px;padding-bottom:20px; margin-bottom:8px; 
 
}

.footer{
margin-top:8px;margin-bottom:8px;
 padding-top:17px; padding-bottom:1px; 
 background: #fff;

    color: #6987A5;
	
font: 12px/20px verdana;

padding-bottom:20px;
}
.call{}
.bez2{color: #121113; font: 17px/45px verdana;
    margin-top: 25px;}
 .footer a{color:#6987A5}  .footer a:hover{color:#121113; text-decoration:none;}
.cc_img {height:170px;overflow: hidden;}
.versand{background:  url("../images/vv_bg.png") no-repeat scroll right bottom; height:100px;}
.rg{background:  url("../images/rg.png") no-repeat scroll right bottom; height:100px;}

.text-blue{
color: #eee;
font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;	
	}
	



/* make sidebar nav vertical */ 
@media (min-width: 768px) {
 .sidebar-nav .navbar ul:not {
    display: block;
  }

  .caption p{font-size:12px;}
  .col-md-4,.col-md-2,.col-md-3{padding-left: 0px; padding-right: 0px;}
  .col-md-8{padding-left: 7px; padding-right: 7px;}
  
  
 @media (min-width: 968px) {
.container {
    width: 1170px;
}
}
 @media (max-width: 968px) {
.nodisplay{display:none;}

}




#navi_top{
margin-top:0px;margin-bottom:1px;margin-top:-8px;
 border-radius:8px;
  border: 1px solid #00A2E8;
background: -moz-linear-gradient(top, #00A2E8 0%, #0298D9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00A2E8 0%, #0298D9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00A2E8 0%, #0298D9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A2E8', endColorstr='#0298D9',GradientType=0 ); /* IE6-9 */ 
}
#navi_top a {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 16px;
}
#navi_top a:hover{background: #0298D9; text-decoration:none;}	
a {color:#1A1A1A;}




.thumbnail:hover, .button:hover, #kl_bilder:hover ,#bildgross:hover, #cc_img_soon:hover, #cc_img_new:hover{
    animation: 1.5s ease 0s normal none 1 running flash;
    opacity: 1;
}
@keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}