/* =====================================
   LESS Klassen
   ===================================== */
.opacity1 {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.opacity0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.opacityless {
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -webkit-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
.hoveropacity {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.hovercolor {
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
.hoverbg {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
.bg-position {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* =====================================
   Default
   ===================================== */
* {
  margin: 0;
  padding: 0;
  /* kein Highlight bei aktivierten Links auf mobilen Devices */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-content,
#fancybox-content:before,
#fancybox-content:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #828281;
  line-height: 1.2em;
}
body,
html {
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
}
li {
  list-style-type: none;
}
a {
  color: #828281;
}
a:active,
a:focus {
  outline: none;
}
a:hover {
  color: #466623;
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
input,
textarea,
select {
  color: #828281;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hidden {
  display: none;
}
ul,
p,
a {
  line-height: 1.2em;
}
address {
  font-style: normal;
}
img {
  border: none;
}
img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.centered {
  float: left;
  position: relative;
  left: 50%;
}
.centered li {
  float: left;
  position: relative;
  right: 50%;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 1.0em;
}
h3 {
  font-size: 1.0em;
}
h4 {
  font-size: 1.0em;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Bereich nicht für IE-mac Anfang */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* Bereich nicht für IE-mac Ende */
.inner {
  margin: 0 15px;
  position: relative;
  clear: both;
}
.center {
  text-align: center;
}
#fixbg {
  background: url(img/bg_start.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#outerWrapper,
#content {
  min-height: 100%;
  height: auto;
}
/* =====================================
   media queries
   ===================================== */
@media only screen and (min-width: 1024px) {
  .inner {
    width: 960px;
    margin: 0 auto;
  }
  #outerWrapper {
    min-width: 960px;
  }
}
/* =====================================
   Grid
   ===================================== */
.row {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
/* =====================================
   media queries
   ===================================== */
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* =====================================
   Navigation
   ===================================== */
#header {
  background: url(img/bg_navi.png) bottom left repeat-x;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 998;
}
#header .inner {
  height: 80px;
}
#header img {
  position: absolute;
  bottom: 20px;
  left: 0;
}
#header #navMain {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #header .inner {
    height: 140px;
  }
  #header img {
    bottom: 40px;
  }
  #header #navMain {
    display: block;
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  #header #navMain ul {
    float: right;
  }
  #header #navMain ul li {
    float: left;
  }
  #header #navMain ul li a {
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    color: #828281;
    padding: 0 15px;
    border-left: 1px solid #828281;
  }
  #header #navMain ul li a:hover,
  #header #navMain ul li a.mPS2id-highlight {
    color: #466623;
  }
  #header #navMain ul li:first-child a {
    border-left: none;
  }
}
/* =====================================
   Content
   ===================================== */
#content {
  position: relative;
  padding: 80px 0;
}
#content img {
  display: block;
}
#content h1 {
  color: #466623;
  line-height: 1.0em;
  margin-bottom: 20px;
}
#content p {
  margin-bottom: 10px;
}
#content a {
  color: #466623;
  font-weight: bold;
  text-decoration: none;
}
#content a.mail {
  font-weight: normal;
}
#content a.btnNext {
  display: none;
  width: 82px;
  height: 82px;
  margin: 30px auto;
  background: url(img/btn_down.png) left top no-repeat;
  text-indent: -9999px;
}
#content a.layer {
  padding-left: 40px;
  background: url(img/img_arrow.png) left top no-repeat;
}
#content a.layer:hover {
  background-position: 10px 0;
}
#content ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
#content ul li:before {
  content: '• ';
  color: #466623;
  font-size: 1.5em;
}
#content dl dt {
  font-weight: bold;
}
#content dl dd {
  margin-bottom: 20px;
}
#content .row {
  position: relative;
  padding-top: 100px;
}
#content .row .inner {
  background: url(img/content-bg.png) left top repeat;
  padding: 30px 0;
  text-align: left;
}
#content .row .col-xs-12 {
  margin-bottom: 30px;
}
#content #start {
  min-height: 100%;
  width: 100%;
  display: table;
  padding-top: 0;
}
#content #start .cDiv {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
#content #start a.btnNext {
  display: block;
}
#content #start .inner {
  background: none;
}
#content #start img {
  margin: 0 auto;
}
#content #start img,
#content #service img,
#content #person img {
  margin: 0 auto;
  width: 90%;
}
#content #contact h1 {
  padding: 0 0 0 15px;
}
#content #contact img {
  margin: 15px 0 35px 0;
}
#content #contact img.img-position {
  margin: 10px 0;
}
.fullscreen #content .row {
  min-height: 100%;
  width: 100%;
  display: table;
}
.fullscreen #content .row .cDiv {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
.fullscreen #content #contact .inner {
  margin-top: -112px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #content a.btnNext {
    background-size: 41px 41px;
    width: 41px;
    height: 41px;
  }
}
@media only screen and (min-width: 768px) {
  #content {
    padding-top: 125px;
  }
  #content a.btnNext {
    display: block;
  }
  #content .row {
    padding-top: 145px;
  }
  #content .row .col-xs-12 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #content h1 {
    padding: 0 0 15px 45px;
  }
  #content .row .inner div:first-of-type p,
  #content .row .inner div:first-of-type h2,
  #content .row .inner div:first-of-type img {
    padding-left: 45px;
  }
  #content .row .inner div:first-of-type ul {
    padding-left: 60px;
  }
  #content .col-img img {
    padding: 30px 45px 0 0;
    float: right;
  }
  #content #start img,
  #content #service img,
  #content #person img {
    width: auto;
  }
  #content #service h1 {
    background: url(img/img_line_leistungen.png) left bottom no-repeat;
  }
  #content #person h1 {
    background: url(img/img_line_person.png) left bottom no-repeat;
  }
  #content #person a.layer {
    margin-top: 35px;
    display: block;
  }
  #content #person p {
    margin-bottom: 16px;
  }
  #content #idea h1 {
    background: url(img/img_line_idee.png) left bottom no-repeat;
  }
  #content #contact h1 {
    background: url(img/img_line_kontakt.png) left bottom no-repeat;
    padding: 0 0 15px 60px;
  }
  #content #contact p {
    position: relative;
    padding-left: 45px;
  }
  #content #contact p img.img-position {
    position: absolute;
    right: 5px;
    bottom: -15px;
  }
  #content #contact a.layer {
    margin-top: 45px;
    display: block;
  }
}
/* =====================================
   Layer
   ===================================== */
#ausbildung,
#impressum {
  background: #fff;
  width: 100%;
}
#ausbildung a,
#impressum a {
  color: #466623;
  text-decoration: none;
}
#ausbildung dl dt {
  font-weight: bold;
}
#ausbildung dl dd {
  margin-bottom: 20px;
}
#ausbildung dl dd.last {
  margin-bottom: 0;
}
#ausbildung {
  height: 500px!important;
}
#impressum {
  height: 400px!important;
}
#fancybox-close {
  top: -10px !important;
  right: -50px !important;
}
@media only screen and (min-width: 768px) {
  #ausbildung dl dt {
    width: 60%;
    float: left;
    clear: left;
    font-weight: normal;
    margin-bottom: 8px;
  }
  #ausbildung dl dt.last {
    margin-bottom: 0;
  }
  #ausbildung dl dd {
    float: right;
    width: 38%;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  #ausbildung {
    width: 690px;
  }
  #impressum {
    width: 960px;
  }
}
