.back-to-top {
    cursor: pointer;
    position: absolute;
    z-index: 50;
    bottom: 20px;
    right: 20px;
    display:none;
}

.page_impressum  h2{
    font-family: 'Michroma', sans-serif;
   font-size: 1em;
}
body.page_login span.back{
    font-family: 'Michroma', sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 2em;
}
p.big {
    font-size: 1.3em;
}
/*--------------------*/
p, h1, h2, h3, h4, h5 {
    color: #808080;
}
p {
   font-family: 'Open Sans', sans-serif;
   font-size: 1em;
}
h1, h2, h3, h4, h5{
    font-family: 'Michroma', sans-serif;
}
h3{
    font-size: 1.5em;
    line-height: 1.2em;
    padding-top: 0;
    margin-top: 0;
}
a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
    cursor: pointer;
}
h3.lato{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
}
.text-center{
    color: #808080;
}
.page_impressum ul {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    color: #808080;
}
.page_autohaus h2{
    font-size: 1.3em;
}
/*------------input-----------------------*/
input.form-control {
    /* margin-top: 5px;
    margin-bottom: 5px; */
    /*min-width: 25vw;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;  */
}
.control-label {
   font-family: 'Open Sans', sans-serif;
   color: #808080; 
}
.text textarea#resizable {
    margin-top: 1em;
    min-width: 25vw;
    margin-bottom: 1em;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    padding: 1em;
}
.text input.button.go {
    min-width: 20vw;
    height: 35px;
    margin: 0 auto;
    padding: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    background: #e60201;
    border: 0;
    line-height:0em;
}

.text input.button.go:hover{
    background: #E40B02;
}
.text{
    padding: 0;
}
.page_autohaus div.row.haupt form fieldset {
    margin-top: 1em;
}
textarea#resizable:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(51, 51, 51, 0.6);
  outline: 0 none;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 0px;
    font-size: 14px;
    height: 30px;
    line-height: 1.33333;
    padding: 10px 16px;
}

/*-----------------Parallax-------------*/


.navbar-inverse {
  background: rgba(255, 255, 255, 1);
}
.navbar-fixed-top{
    z-index: 5;
    border-bottom: 0;
}
html body div.navbar.navbar-inverse.navbar-fixed-top{
    border-bottom: 1px solid #ddd;
}
.navbar-inverse .navbar-toggle {
  border: 1px solid #333;
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: #e60201;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: rgba(255, 255, 255, 0.75);
  }
  .row-eq-height {
    display: block !important;
  }
  .carousel-caption h1 {
    font-size: 1.2em !important;
    line-height: 1.2em;
    text-shadow: none;
  }
  a span.linie.circle {
    background: #e60201 none repeat scroll 0 0;
    border: 0 solid #000;
    border-radius: 50%;
    box-shadow: 5px 5px 5px 0 rgba(170, 170, 170, 1);
    display: block;
    height: 4em !important;
    margin: 0 auto;
    padding: 1.1em;
    width: 4em !important;
  }
  a span.linie.circle i {
    color: #fff;
    display: inline-block;
    font-size: 1.5em !important;
    padding: 0.2em 0.1em 0.1em;
    text-align: center !important;
    width: 100%;
}
}

.navbar-inverse .navbar-nav > li > a {
  color: #808080;
  border-left: 1px solid #ddd;
  font-size: 1.2em;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background: #e60201;
}
ul.nav.navbar-nav.navbar-right li a#current{
   background: #e60201; 
   color: #fff;
}
.navbar-toggle {
    background-color: #e60201;
    background-image: none;
    border: 2px solid #808080;
    border-radius: 0px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.shade{
    background-color: rgb(238, 238, 238); 
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);
}
.contact a{
  background: #e60201;color:#fff!important;
}
/* *********************************
           Toolbar Logo
  ********************************** */
.small-logo-container {
  padding-top: 50px;
  height: 50px;
  overflow: hidden;
}

.small-logo {
  color: #888888;
  font-size: 2.5em;
  padding-bottom: 2px;
}
.small-logo-container a.small-logo h3 {
    font-size: 0.7em;
    line-height: 2em;
    margin-bottom: 0;
    margin-top: 0;
}

/* *********************************
           Big Logo
  ********************************** */
.big-logo-row {
  background: transparent;
}
.big-logo-row .big-logo-container {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    max-height: 130px;
    max-width: 290px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.big-logo-row h3 {
background-image: url(../images/logo1.png);
background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 15px 0;
  min-height: 160px;
  max-width: 400px;

}
@media (min-width: 400px) {
  .big-logo-row h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 440px) {
  .big-logo-row h1 {
    font-size: 5.5em;
  }
}
@media (min-width: 500px) {
  .big-logo-row h1 {
    font-size: 6.5em;
  }
}
@media (min-width: 630px) {
  .big-logo-row h1 {
    font-size: 7.5em;
  }
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    border-left: 1px solid #ddd;
    color: #808080;
    font-size: 1em;
    padding: 0.8em;
}
}
@media (max-width: 1024px) {
  .big-logo-row h3 {
    display: none;
  }
  .navbar.navbar-inverse.navbar-fixed-top{
      max-height: 60px;
  }
.navbar-collapse.collapse ul.nav.navbar-nav.navbar-right li {
    font-size: 12px;
    background-color: #fff;
}
.small-logo h3 {
    font-size: 0.6em;
    padding-left: 1em;
}
}
@media (min-width: 1200px) {
  .big-logo-row h1 {
    min-height: 150px;
  }
}
/*-------------end Parallax------------*/

a {
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive > img{
    width: 100%; 
}
.carousel-caption h1, .carousel-caption p {
     color: #fff !important;
}
.carousel-caption {
 max-width: 100%;
 bottom: 0;
}
.carousel-caption h1{
    font-size: 3em;
    line-height: 1.2em;
    text-shadow: none; 
}
.lead {
       text-shadow: none;
}

.carousel-caption a.btn.btn-large.btn-primary{
    background: transparent;
    border-radius: 0;
    border: 2px solid #808080;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 25px;
    line-height: 2em;
}
.carousel-caption a.btn.btn-large.btn-primary:hover{
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: 2px solid #808080;

}
#Carousel .carousel-inner {
    z-index: 2; 
}

#Carousel.carousel.slide div.carousel-inner div.item.active{
    padding: 0 !important;
}
#Carousel.carousel.slide div.carousel-inner div.item{
    padding: 0 !important;
}
div#Carousel.carousel.slide a.left.carousel-control  {
    padding-top: 5%!important;
    font-size: 3em;
}
div#Carousel.carousel.slide a.right.carousel-control  {
    padding-top: 5%!important;
    font-size: 3em;
}
.partner div#myCarousel.carousel.slide a.left.carousel-control  {
    padding-top: 5%!important;
    font-size: 3em;
}
.partner div#myCarousel.carousel.slide a.right.carousel-control  {
    padding-top: 5%!important;
    font-size: 3em;
}
#empty{
    min-height:70px;
}
.btn-default{
    border-radius: 0;
    border: 2px solid #fff;
    min-width: 150px;
    margin-bottom: 0;
} 
 p a.btn.btn-default{
    color: #fff;
    background: transparent;
} 
 p a.btn.btn-default:after{
     padding-bottom: 1em;
 }
 p a.btn.btn-default:hover{
     background: #e60201;
     color: #fff;
 }
 .inner{
     min-height: 100%;
     background-color:#aaa/*rgba(51,122,183,0.9)/*#2092B4 #338DA5 /*#1CA7C8;/* #384462*/;
 } 
 .box  {
    margin-left: 0!important;

 }
 .box{
 /*#e60201*/
    margin-top: 1em;
    vertical-align: middle;
 }
.row.haupt {
     background: #fff;
     padding: 1.5em 0 1em 0;
}
 img {
  max-width: 100%;
  height: auto;
}
 .main{
     padding-top: 2em;
     padding-bottom: 2em;
 }
.back{
     min-height: 1em;
     display: inline-block;
     margin-bottom: 1em;
     background:#e60201;
     font-family: 'Michroma', sans-serif;
     font-size: 1.5em;
     color: #fff;
     line-height: 1em;
     padding: 10px 10px 10px 10px;
     letter-spacing: 1px;
 }

 .main h3{
     font-family: 'Open Sans', sans-serif;
     color: #fff;
     font-weight: 300;
     line-height: 1.3em;
     margin-top: 0;
 }
 .bg {
     padding: 0;
 }
.intro{
    margin-top: 2em;
    margin-bottom: 2em;
}

.as_email {
  display: none;
}
/*-----------Datepicker-----------------*/
.date-form { margin: 10px; }
label.control-label span { cursor: pointer; }
.well{
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}
.well p:first-child {
    margin-bottom: 2em;
}
.well.first p:first-child {
    margin-bottom: 1em;
}
.well input#dp1.span2 p {
    display: inline;
}
.well  {background: none;border: none;}
.well .input-group p, .well .input-group p.big {
    margin-left: 1.8em;
    margin-top: -20px;
}
.input-group p.big{
    margin-bottom: 1.5em;
}
html body.page_login div.row.haupt div.container div.col-sm-12 form.form-inline div.form-group label{
    display: inline-block;
    vertical-align: middle;
}
html body.page_login div.row.haupt div.container div.col-sm-12 form.form-inline div.form-group input#exampleInputName2.form-control{
    float: right;
} 
html body.page_login div.row.haupt div.container div.col-md-12 form.form-inline div.well{
    margin-top: 2em;
}

/*-----------Alternativen--------------*/
a span.linie.circle {
    border: 0px solid #000;
    border-radius: 50%;
    display: block;
    height: 5em;
    margin: 0 auto;
    padding: 1.1em;
    width: 5em;
    background: #E60201;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
}
#page_team p.text-center {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 1em 0em 1em 0em;
    font-size: 1.2em;
}
#page_team .picture{
    display: flex;
    justify-content: left;
    padding-bottom: 2em;
}
#page_team .haupt .row-eq-height .col-md-4{
    padding: 1px;
}
#page_team .row.haupt  h3.text-center{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 1.5em;
}

/*--------------------------------------*/
.mini h3.text-center{
    font-size: 0.9em;
    line-height: 1.2em;
}
.mini{
    margin-bottom: 1em;
}
.mini a span.linie.circle:hover {
    box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.5)
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.button {
    font-family: 'Open Sans', sans-serif;
    margin-left: 1em;
    margin-bottom: 0.4em;
    padding: 1em;
    border: 2px solid #808080;
    line-height: 1em;
    text-align: center;
    min-height: 5vh;
    min-width: 11vw;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    }
.button:hover {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-left: 1em;
    margin-bottom: 0.4em;
    padding: 1em;
    border: 2px solid #fff;
    line-height: 1em;
    text-align: center;
    min-height: 5vh;
    min-width: 11vw;
    background: #e60201;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7);
    }    

.col-md-3 img{
    max-height: 5em;
    max-width: 5em;
}
.cal {
    padding: 5px;
    border: 1px solid #888;
    text-align: center;
    font-weight: bold;
}
.kontakt{
    margin-left: 1em;
    margin-bottom: 0.4em;
    padding: 1em;
    border: 2px solid #808080;
    line-height: 1em;
    text-align: center;
    min-height: 2em;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);  
}
.konfigurator {
    font-family:'Open Sans', sans-serif;
    font-size: 2em;
    color: #fff;
    margin-left: 1em;
    margin-bottom: 0.4em;
    padding: 1em;
    line-height: 1em;
    text-align: center;
    min-height: 2em;
    background: #e60201;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
    box-shadow: 5px 5px 5px 0px rgba(170,170,170,1);
}
.konfigurator:hover{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(170,170,170,1);
    box-shadow: 0px 0px 0px 0px rgba(170,170,170,1);  
}


.kontakt:visited, .kontakt:hover, .kontakt:active, .kontakt:focus{
    background: rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(170,170,170,1);
    box-shadow: 0px 0px 0px 0px rgba(170,170,170,1);
}

.kontakt p a:before{
   font-family: 'FontAwesome';
   font-size: 2em;
   line-height: 0.8em;
   content: '\f1d8';
   color: #e60201;
   padding-right: 10px;
}

 h3.text-center{
     text-align: center;
     margin: 20px 10px 10px;
     line-height: 1em;
     color: #808080;
 }
a span.linie.circle i {
    display: inline-block;
    width: 100%;
    font-size: 2em;
    color: #fff;
    padding: 0.1em;
    padding-top: 0.2em;
    text-align: center;
    
}

.carousel-control {
  padding-top:10%;
  width:5%;
}
ul.listing{
    list-style-type: none;
}
ul.listing li{
    font-family: "Lato",sans-serif;
    color: #808080;
}
ul.listing li:before{
    font-family: 'FontAwesome';
    content: "\F005";
    color: #e60201;
    padding-right: 10px;
    list-style-position: inside;
} 
.innen{
    max-width: 10vw;
    background: transparent none repeat scroll 0 0;
    border: 2px solid #808080;
    border-radius: 0;
    color: #808080;
    line-height: 2em;
    padding: 6px 25px;
    text-transform: uppercase;
    margin-left: 0;
}
.innen:hover{
    background: #e60201;
    border: 2px solid #808080;
}
.innen p {
    color: #808080;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}
.innen p:hover{
    color: #fff !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 10%;
    padding: 0 0 30px 30px;
    right: 20%;
    text-align: left;
}


.item .active{
    padding: 2em;
}

.item {
    padding: 2em;
}
.item .row .col-sm-3 a img.img-responsive {
    float: right !important; /* to overwrite the default property on the bootstrap stylesheet */
    padding-right: 3em;
    display: inline-block;
    *display: inline; /* ie7 support */
    zoom: 1;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#141301 /*rgba(212,81,19,1); */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.impress p{
    margin: 10px 0 0 0;
    color: #fff;

    font-size: 0.8em;
}
.impress a{
    margin: 10px 0;
    padding: 0;
    color: #fff;
}
.impress a hover{
    color: #ddd;
}
/*-----------Login-----------------------------------*/
.modal-body form#frm_login .form-group .input-group .input-group-addon {
    background: #fff;
    border-radius: 0px;
    height: 34px;
    line-height: 1.42857;
}
#modalLogin form#frm_login a.btn.btn-primary {
    border-radius: 0;
}
#modalLogin p.push-bottom-double a.btn.btn-default {
    background: #e60201;
    margin-bottom: 5px;
}
#modalLogin p.push-bottom-double a.btn.btn-default a{
        color: #fff;
}
label {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
label.checkbox-inline {
    margin-top: 0;
}
.well p.formular{
    margin-bottom: 1em;
}