body,
input,
button,
select,
textarea,
.navbar-search .search-query {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

h1,.h1{font-size:21px;

margin:.05em
}
h2,.h2{font-size:20px;

margin:.05em
}

td.yellow {background-color: #FBFCEE;}

td.blue {
background-color: #EEF6FC;

}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:295px;
    display:none;
}


.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

#links > a {

text-decoration: none;
background: none repeat scroll 0% 0% transparent;
}

.tooltip > .tooltip-inner  {
border: solid 1px #000;
color:#000000;
background-color:#EEF6FC;
}
.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.shape{    
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform:rotate scale(1.1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
	color:#fff; font-size:16px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}

.reset-box-sizing {
  &,
  *,
  *:before,
  *:after {
    .box-sizing(content-box);
  }
}
.element {
  .reset-box-sizing();
}

body {
	background-color:#FFFFFF;
}
html {
	background-image: url(../img/gemischtes/bg.jpg);
}

html, body {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	/* The html and body elements cannot have any padding or margin. */
	-webkit-font-smoothing: antialiased;
}

.well {background-color: #EEF6FC;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

a {
    color: #000000;

    
}



a:hover {
    color: #0074D7;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -50px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
	background-color:#fff;
}

/* Set the fixed height of the footer here */
html body footer {
	height: 50px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
html body{
	background-color:transparent;
}


/* Custom page CSS
 -------------------------------------------------- */
.slide-content > img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.blueimp-gallery > .description {
  position: absolute;
  top: 82%;
  left: 35%;
  max-width: 550px;
  display:none;
  color:#FFFFFF;
}

.blueimp-gallery-controls > .description {
  display: block;
}


#wrap > .container {
	padding: 0px 15px 0;
}

html body div#wrap div#nav.navbar {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.container .credit {
	margin: 20px 0;
}
html body div#wrap div.container nav.navbar {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

header {
	background-color: #FFFFFF;
	height: 132px;
	color: #000000;
}

#nav {
	width: 100%;
	position: static;
	top: -32px;
}

#nav.affix {
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-transition: all .6s ease-in-out;
}


.panel {
	border-width: 0;
}
 div.panel div.panel-heading {
	background-color: #EEF6FC;
	border-color:#C2E2FF;
	color: #000;
}
html body div#wrap div.container div.row div.col-md-8 div.panel div.panel-body div.row div.col-md-3 a {
	text-decoration: none;
	color: #000;
}
@media (max-width: 768px) {
	header {
		height: 82px;
	}
}

html body div#wrap.clearfix div.container div.row div#sidenav.col-md-2 {
	padding-left: 0px;
    padding-right: 5px;
	
}
.list-group-item {
    background-color: #FDFEFF;
    border: 1px solid #C2E2FF;
    display: block;
    margin-bottom: -1px;
    padding: 5px 5px;
    position: relative;
    
}
div.list-group a.list-group-item:hover {
    background-color: #F5FAFD;
    border: 1px solid #C2E2FF;
   
    
}

 a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
   
    background-color: #eef6fc;
    border: 1px solid #C2E2FF;
    color:#000;
    
    
}

 .panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid #c2e2ff;
    border-radius: 4px 4px 0 0;
    color: #000;
}

.panel-tabs > li > a:hover {
    border-color: #c2e2ff;
    color: #000;
    background-color: #c2e2ff;
    
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #c2e2ff;
    
}


.lightbox-open {
        overflow: hidden;
}

body.lightbox-open,
.lightbox-open .navbar-fixed-top,
.lightbox-open .navbar-fixed-bottom {
        margin-right: 15px;
}

.lightbox {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: none;
        overflow: auto;
        overflow-y: scroll;

        .fade .lightbox-dialog {
                -webkit-transform: translate(0, -25%);
                -ms-transform: translate(0, -25%);
                transform: translate(0, -25%);
                -webkit-transition: -webkit-transform 0.3s ease-out;
                -moz-transition: -moz-transform 0.3s ease-out;
                -o-transition: -o-transform 0.3s ease-out;
                transition: transform 0.3s ease-out;
        }
        .in .lightbox-dialog {
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        }

        .lightbox-dialog {
        z-index: 1050;
        width: auto;
        /*padding: 10px;*/
        margin-right: auto;
        margin-left: auto;
		}
        .lightbox-header {
                float: right;
                .close {
                        margin-top: -2px;
                }
        }

        .lightbox-content {
                position: relative;
                background-color: #ffffff;
                border: 1px solid #999999;
                border: 1px solid rgba(0, 0, 0, 0.2);
                border-radius: 6px;
                outline: none;
                -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
                box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
                background-clip: padding-box;
                /**/
                padding: 10px;
                display: inline-block;
         }
                .lightbox-caption {
                        position: absolute;
                        right: 8px;
                        bottom: 8px;
                        left: 10px;
                        padding: 2%;
                        font-size: 14px;
                        line-height: 18px;
                        color: white;
                        text-align: center;
                        text-shadow: 0 -1px 0 #000;
                        text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
                        background: #000;
                        background: rgba(0,0,0,0.6);
                }
               }

.destacados{
    padding: 20px 0;
	text-align: center;
}
.destacados > div > div{
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.2s;
}
.destacados > div:hover > div{
	margin-top: -10px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background: rgba(200, 200, 200, 0.1);
	transition: 0.5s;
}

th.center {
	text-align:center;
}

td.center {
	text-align:center;
}

#fabwunsch1,#farbwunsch2,#farbwunsch3,#farbwunsch4,#farbwunsch5,#farbwunsch6,#farbwunsch7,#farbwunsch8,#farbwunsch9,#farbwunsch10,#farbwunsch11,#farbwunsch12,#farbwunsch13{
	float:none;
}

.rimg {
	width:75px;
	height:80px;
	}
	
/*----------------------------------*/
/*Custom CSS for www.holz-vordach.de*/	
.jumbotron {
	padding-top:70px;
	padding-bottom:20px;
}

h1 {
      color: #ddd;
      font-size: 300%;
      font-style: italic;
      margin-top: 0.3em;
      margin-bottom: 0.3em;

      margin-left: 5%;
      margin-right: 5%;
      text-align: center;
      }

      h2 {
      color: #aaa;
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      margin-top: 0.3em;
      margin-bottom: 0.3em;

      margin-left: 15%;
      margin-right: 15%;
      text-align: center;
      }
      
h3 {
      color: #aaa;
      font-size: 16px;
      font-style: normal;
      font-weight: bold;
      margin-top: 0.3em;
      margin-bottom: 0.3em;

      margin-left: 15%;
      margin-right: 15%;
      text-align: center;
      }      
     
p.center {
	text-align:center;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 1em;
}

div.center {
	text-align:center;
}
p {
      color: #9a9a9a;
      font-weight: normal;
      font-style: normal;
      outline: none;
      text-decoration: none;
      font-size: 13px;    
      }
a {
      color: #8a8a8a;
      font-weight: bold;
      outline: none;
      text-decoration: none;
      }
      
 a.small {
      color: #8a8a8a;
      font-weight: normal;
      font-style: normal;
      outline: none;
      text-decoration: none;
      font-size: 10pt;
      }

a:hover {
      text-decoration: underline;
      color:#8A8A8A;
      }
      
div.border{
	padding: 1em;
	border: 2px solid #e0e0e0;
}

footer{
	background-color:#FFFFFF;
	border-top: 2px solid #AAAAAA;
}     

.navbar-inverse{
	background-color:#373737;
	border-color:#373737;
}

img.mid{
	margin-top:25px;
}

img.scale{
	height: auto;
	max-width: 100%;
}


.jumbotron h1 {
	font-size:28px;
}

@media (max-width:370px){
	.jumbotron > .container > .row > .col-md-12 > h1 {
		font-size:22px;
	}
	
	.jumbotron {
		padding-left:0px;
		padding-right:0px;
	}
	
	div.row > div {
		padding-left:0px;
		padding-right:0px;
	}
	
	a.small{
		font-size:85%;
		
	}

}

@media (min-width: 768px)
{
	
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
		margin-top: 0px;
		border-color: #ecf6ff;
		background-color: #F5FAFD;
	}

	#navbar > ul > li.dropdown > ul.dropdown-menu > li > a:hover, #navbar > ul > li.dropdown > ul.dropdown-menu > li.active > a{
		background-color:#626262;
		color:#FFFFFF;
	}
}

.divider {
	height: 100px;
}

@media (max-width:768px)
{
	#navbar > ul.nav > li.dropdown > ul {
	    position: absolute;
	    /*display: inherit !important;*/
	    overflow-x: auto;
	    top: 100% !important;
	    left: 0 !important;
	    width: 100%;
	    height: auto;
	    max-height: 200px;
	    border-left: none;
	    border-right: none;
	}
	
}

a.mobibtn
{
	margin-bottom: 10px;
}

img.mobiimg
{
	margin-bottom: 10px;
}

div.mid{

	margin-left:30%;

}
