/*
	zur Doku:
	
	LESS STYLE MIT FALLBACK
	height: 100%;
	height: calc(~"100% - 50px");
*/
/**
 * COLORS
 */
/**
* MIXINS
**/
/**
* HTML STYLES
**/
body {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-family: 'Droid Sans', 'sans-serif';
  color: #000000;
}
hr {
  position: relative;
  border: 5px solid #f0dd04;
  margin: 0;
  padding: 0;
  z-index: 1;
}
h2 {
  font-size: 20px;
  color: #3c5ca5;
}
label {
  font-weight: normal;
}
abbr[title], abbr[data-original-title] {
  border: none !important;
}

.btn {
  background-color: #f0dd04;
  color: #2f2f2f;
}
.btn a {
  color: #2f2f2f;
}
.btn .glyphicon {
  display: inline-block;
  top: 2px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dadceb;
}
/**
* CONTENT
**/
#navigation {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
}
#navigation .navbar,
#navigation .navbar-fixed-top {
  border-radius: 0px;
  border: none;
  left: 0;
  padding-left: 15%;
  background-color: #2f2f2f;
  /**
		 * ACHTUNG! Bei Navigationserweiterung - Breite erweitern
		 * Alternative: float none auf Elemente, führt jedoch zu Kontrollverlust bei margin / padding.
		 */

}
#navigation .navbar .container,
#navigation .navbar-fixed-top .container {
  width: 500px;
}
#navigation .navbar a,
#navigation .navbar-fixed-top a {
  color: #ffffff;
}
#navigation .navbar a:focus,
#navigation .navbar-fixed-top a:focus {
  color: #ffffff;
  background: none;
  outline: 0;
}
#navigation .navbar a:hover,
#navigation .navbar-fixed-top a:hover,
#navigation .navbar .active > a,
#navigation .navbar-fixed-top .active > a,
#navigation .navbar .active > a:hover,
#navigation .navbar-fixed-top .active > a:hover,
#navigation .navbar .active > a:focus,
#navigation .navbar-fixed-top .active > a:focus {
  color: #2f2f2f;
  background-color: #f0dd04;
}
#navigation .navbar-collapse {
  padding: 0 !important;
}
#navigation .navbar-brand {
  position: absolute;
  left: 0;
  margin: 0 auto;
  padding: 15px 15px 15px 2%;
  text-align: left;
  width: 15%;
  display: none;
}
.gradient-yellow-blue {
  background: -webkit-linear-gradient(bottom, rgba(60, 92, 165, 0.25) 0%, #f0dd04 100%);
  background: -moz-linear-gradient(bottom, rgba(60, 92, 165, 0.25) 0%, #f0dd04 100%);
  background: -ms-linear-gradient(bottom, rgba(60, 92, 165, 0.25) 0%, #f0dd04 100%);
  background: -o-linear-gradient(bottom, rgba(60, 92, 165, 0.25) 0%, #f0dd04 100%);
  background: linear-gradient(bottom, rgba(60, 92, 165, 0.25) 0%, #f0dd04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0dd04', endColorstr='#403c5ca5', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0dd04',endColorstr='#403c5ca5',GradientType=0);
}
.gradient-blue-yellow {
  background: -webkit-linear-gradient(bottom, rgba(240, 221, 4, 0.25) 0%, #3c5ca5 100%);
  background: -moz-linear-gradient(bottom, rgba(240, 221, 4, 0.25) 0%, #3c5ca5 100%);
  background: -ms-linear-gradient(bottom, rgba(240, 221, 4, 0.25) 0%, #3c5ca5 100%);
  background: -o-linear-gradient(bottom, rgba(240, 221, 4, 0.25) 0%, #3c5ca5 100%);
  background: linear-gradient(bottom, rgba(240, 221, 4, 0.25) 0%, #3c5ca5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c5ca5', endColorstr='#40f0dd04', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c5ca5',endColorstr='#40f0dd04',GradientType=0);
}
.gradient-blue-lightblue {
  background: -webkit-linear-gradient(bottom, rgba(218, 220, 235, 0.25) 0%, #3c5ca5 100%);
  background: -moz-linear-gradient(bottom, rgba(218, 220, 235, 0.25) 0%, #3c5ca5 100%);
  background: -ms-linear-gradient(bottom, rgba(218, 220, 235, 0.25) 0%, #3c5ca5 100%);
  background: -o-linear-gradient(bottom, rgba(218, 220, 235, 0.25) 0%, #3c5ca5 100%);
  background: linear-gradient(bottom, rgba(218, 220, 235, 0.25) 0%, #3c5ca5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c5ca5', endColorstr='#40dadceb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c5ca5',endColorstr='#40dadceb',GradientType=0);
}
.gradient-yellow-yellow {
  background: -webkit-linear-gradient(bottom, rgba(240, 221, 4, 0) 0%, #f0dd04 100%);
  background: -moz-linear-gradient(bottom, rgba(240, 221, 4, 0) 0%, #f0dd04 100%);
  background: -ms-linear-gradient(bottom, rgba(240, 221, 4, 0) 0%, #f0dd04 100%);
  background: -o-linear-gradient(bottom, rgba(240, 221, 4, 0) 0%, #f0dd04 100%);
  background: linear-gradient(bottom, rgba(240, 221, 4, 0) 0%, #f0dd04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0dd04', endColorstr='#00f0dd04', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0dd04',endColorstr='#00f0dd04',GradientType=0);
}
.no-gradient {
  background-color: #3c5ca5;
}
.no-bg {
  background: none;
}
#sidebar {
  position: fixed;
  left: 0;
  width: 15%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
#sidebar #sidebar-logo {
  position: relative;
  margin-top: -6px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#sidebar #sidebar-logo img {
  width: 100%;
}
#sidebar #sidebar-info {
  position: relative;
  left: 13%;
  width: 100%;
  z-index: 3;
  color: #ffffff;
}
#sidebar #sidebar-info a {
  color: #ffffff;
  text-decoration: none;
}
#sidebar #sidebar-info a:hover,
#sidebar #sidebar-info a:active,
#sidebar #sidebar-info a:focus {
  text-decoration: underline;
}
#sidebar #sidebar-claim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 2;
}
#sidebar #sidebar-claim p {
  position: absolute;
  width: 400px;
  text-align: center;
  top: 50%;
  left: -25%;
  font-size: 3em;
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ffffff;
}
#lounge,
#start,
#home,
#service,
#contact,
#footer {
  position: relative;
  top: 0;
  width: 100% !important;
  padding-left: 15%;
  height: 100% !important;
  background-color: #dadceb;
  z-index: 1;
}
#lounge .row-centered,
#start .row-centered,
#home .row-centered,
#service .row-centered,
#contact .row-centered,
#footer .row-centered {
  text-align: center !important;
}
#lounge {
  position: fixed;
  background: url("../../assets/images/bg-home-bw.jpg") center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 0;
  padding-left: 0;
}
#lounge #lounge-visible-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../assets/images/bg-home.jpg") center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 2;
}
#the-lamps {
  position: fixed;
  top: -1000px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/bg-home-lamps.png) top 25% center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#the-shine {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/bg-home-shine.png) top 25% center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#start {
  background: none !important;
  background-color: none !important;
}
#start .claim {
  position: absolute;
  top: 25% !important;
  left: 15%;
  width: 85%;
}
#home {
  background: none;
  background-color: none !important;
}
#home .row-fluid,
#home container-fluid {
  margin: 0;
  padding: 0;
}
#home .owner {
  position: absolute;
  top: 0;
  left: 15%;
  width: 85%;
  padding: 25px 12%;
  background-color: rgba(47, 47, 47, 0.5);
  color: #ffffff;
}
#home .owner h2 {
  color: #c9cbe4;
}
#home .owner a {
  color: #ffffff !important;
}
#home .img-circle {
  border: 10px solid #f0dd04;
  width: 200px;
  height: 200px;
}
.home-move {
  position: relative !important;
  background: url("../../assets/images/bg-home.jpg") center center no-repeat transparent !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}
#service {
  background-color: #2f2f2f;
}
#service .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}
#service .categories {
  padding: 5% 0 5% 0;
  background-color: #dadceb;
  height: auto;
}
#service .categories .item {
  background-color: #dadceb;
  margin: 0;
  padding-bottom: 5%;
}
#service .fader {
  position: relative;
  text-align: center;
  height: 140px;
  width: 140px;
  margin: 0 auto;
}
#service .fader img {
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#service .fader img.top:hover {
  opacity: 0;
}
#service .fader img.transparent {
  opacity: 0;
}
#service .fatty {
  font-weight: bold;
}
#service img {
  cursor: pointer;
  height: 140px;
  width: 140px;
}
#service .placeholder {
  width: 1px !important;
}
#service .details .arrow-down {
  position: absolute;
  z-index: 99;
  top: 0;
}
#service .details p {
  padding: 3% 12% 0 12%;
  text-align: left;
  color: #ffffff;
}
#service .details #service-2,
#service .details #service-3,
#service .details #service-4,
#service .details #service-5 {
  display: none;
}
#contact {
  height: 66% !important;
  width: 100% !important;
  background-color: #c9cbe4;
}
#contact .row,
#contact .row-fluid,
#contact container-fluid {
  margin: 0;
  padding: 0;
}
#contact #map-canvas {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute !important;
  top: 0;
  left: 0;
  margin-left: 15%;
  width: 85% !important;
  height: 100% !important;
  padding: 0;
}
#contact #form-contact {
  position: absolute;
  margin-left: 47.5%;
  left: -25%;
  width: 70%;
  top: 0;
  text-align: left;
}
#contact .well {
  background-image: none;
  background-color: rgba(60, 92, 165, 0.6);
  color: #ffffff;
  font-weight: normal !important;
  margin-bottom: 0;
}
#contact form {
  padding: 3%;
}
#contact #mail-success,
#contact #mail-error {
  display: none;
}
#footer {
  height: 40% !important;
  background: url(../../assets/images/pinsel_klein.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #2f2f2f;
}
#footer a {
  color: #2f2f2f;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .partner {
  text-align: left;
  padding: 3% 12% 0 12%;
}

#datenschutz {
  display: none;
}

/*
 * MEDIUM SCREEN
 */
@media (max-width: 1365px) {
  body {
    font-size: 12px !important;
  }
  #sidebar {
    font-size: 12px !important;
  }
  h2 {
    font-size: 15px !important;
  }
  #navigation .navbar-fixed-top,
  #lounge,
  #start,
  #home,
  #service,
  #contact,
  #footer {
    padding-left: 20%;
  }
  #navigation .navbar-brand,
  #sidebar {
    width: 20%;
  }
  #home .owner {
    left: 20%;
    width: 80%;
  }
  #home .img-circle {
    border: 5px solid #f0dd04;
    width: 120px;
    height: 120px;
  }
  #contact #map-canvas {
    margin-left: 20%;
    width: 80% !important;
    height: 100% !important;
  }
  #form-contact {
    position: absolute;
    margin-left: 47.5%;
    left: -22.5% !important;
    width: 70%;
    top: 0;
    text-align: left;
  }
  #the-lamps {
    background: url(../../assets/images/bg-home-lamps.png) top 10% center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  #the-shine {
    background: url(../../assets/images/bg-home-shine.png) top 20% center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}
@media (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    background: url(../../assets/images/pinsel_klein.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #navigation {
    top: 0 !important;
  }
  #navigation .navbar-brand {
    width: 50%;
    text-align: left;
  }
  #home,
  #service,
  #contact,
  #footer {
    position: relative !important;
    height: auto !important;
    padding-left: 0 !important;
    overflow: hidden;
    display: inline-block;
    clear: both;
  }
  #home .owner {
    position: relative !important;
    width: 100%;
    left: 0;
    top: 0;
  }
  #service .details {
    position: relative !important;
    left: 0 !important;
  }
  #contact #map-canvas {
    position: relative !important;
  }
  #contact #form-contact {
    position: relative !important;
    margin: 0;
    left: 0;
    width: 100%;
    top: 0;
    text-align: left;
  }
}
