@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}
#body {
  order: 1;
}
a {
  color: #cde73c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #e76c3c;
}
.row {
  padding: 150px 0px;
}
.btn {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-common {
  background: #396877;
  color: #fff;
}
.btn-common:hover {
  background: green;
  color: #fff;
}
.btn-primary {
  background: #009187;
  color: #fff;
}
.btn-primary:hover {
  background: green;
  color: #fff;
}

.title {
  text-align: center;
  font-size: 50px;
}
.subtitle {
  text-align: center;
  font-weight: 100;
  padding-bottom: 30px;
  position: relative;
  color: #3a3a3a;
}
.navbar {
  height: 120px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: 0.5s;
}
.navbar li {
  color: #d1d1d1;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  background: #009187;
  padding-bottom: 5px;
  color: #fff;
}
.navbar-default .navbar-brand {
  font-size: 19px;
  color: #fff;
  font-weight: 100;
}
.navbar-default .navbar-brand:hover {
  color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}

#nvbheader {
  margin-top: -25px;
  transition: 0.5s;
}

.navbar-brand {
  padding: 0;
}

#logo {
  height: 110px;
  transition: 0.5s;
}

#header-section {
  background: #34495e;
  background-image: url("../img/background1.jpg");
  background-size: cover;
  color: #fff;
}
#header-section .btn {
  margin-right: 20px;
}
#header-section img {
  max-width: 100%;
}
#header-section p {
  padding: 50px 0;
  color: #1d1d1d;
}
#raumdesign {
  background: #34495e;
  background-image: url("../img/background2.jpg");
  background-size: cover;
  background-position: center bottom;
  color: rgb(32, 32, 32);
}
#raumdesign h1 {
  color: #fff;
}
#services h3 {
  margin-top: 0;
  font-size: 28px;
  color: #009187;
}
/*bilder*/
#bilder {
  background: #f1f1f1;
  background-image: url("../img/background2.jpg");
  background-size: cover;
  color: #f1f1f1;
}
/*Portfolio Overlay */
.bilder-item {
  position: relative;
  margin-bottom: 15px;
}
.bilder-item img {
  width: 100%;
}
.bilder-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.bilder-item:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.bilder-item .icons .preview {
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bilder-item .icons .preview i {
  color: #009187;
}
#clients {
  background: #fff;
}
#about {
  background: #34495e;
  color: #fff;
}
#about p {
  line-height: 30px;
  font-size: 17px;
}
#kontakt {
  background: #f1f1f1;
}
#kontakt ::-webkit-input-placeholder {
  color: #ecf0f1;
}
#kontakt :-moz-placeholder {
  color: #ecf0f1;
}
#kontakt ::-moz-placeholder {
  color: #ecf0f1;
}
#kontakt :-ms-input-placeholder {
  color: #ecf0f1;
}
#kontakt .social i {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #34495e;
}
#kontakt .social .social-links a:hover {
  color: #fff;
}
#kontakt .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#kontakt .contact-info {
  margin: 40px 0;
}
#kontakt .contact-info p {
  font-size: 20px;
}
#kontakt .contact-form .form-control {
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

/*Scroll Top*/
.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: transparent;
  color: #34495e;
  border: 2px solid #34495e;
}
.to-top i:hover {
  background: #34495e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#copyright {
  background: #ffffff;
  color: #333;
}
#copyright a {
  color: #333;
}
