html {
  font-size: 100%;
}
body {
  font-size: 16px;
  font-size: 1em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #666;
  min-width: 565px;
  padding: 0;
}
section {
  margin-top: 55px;
  background-color: #FFF;
  background-size: 100% auto;
}
#header {
  margin-top: -55px;
}
.topspace {
  margin-top: 40px;
}
#logo {
  color: #FFF;
  opacity: 0.75;
  padding-top: 335px;
  width: 80%;
  margin: 0 auto;
}
#logo img {
  width: 390px;
  opacity: 1.0;
}
#logo .background_layer {
  position: relative;
  left: -393px;
  top: 1px;
  z-index: -1;
}
#products {
  margin-bottom: 75px;
}
.navbar.stuck {
  position: fixed;
  z-index: 1000;
  border: 0;
  top: 0;
}

/*********************************************************************


                                Parallax


**********************************************************************/
.parallax {
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  position: relative;
}

.home #bg_start {
  background-image: url("../images/background/web-85357459.jpeg");
}

.home #bg_products {
  background-image: url("../images/background/web-57074376.jpeg");
}

.home #bg_contact {
  background-image: url("../images/background/web-82832036.jpeg");
}

.agbs #bg_start {
  background-image: url("../images/background/web-175022745.jpeg");
}

.impressum #bg_start {
  background-image: url("../images/background/web-175022745.jpeg");
}

.data_protection #bg_start {
  background-image: url("../images/background/web-175022745.jpeg");
}

dl dt {
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
}
/*********************************************************************


                            Navigation in header


**********************************************************************/
.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: white;
  font-size: 14px;
  font-size: 0.8775rem;
  width: 100%;
}
.navbar-left {
  padding-left: 75px;
}
.navbar-right {
  padding-right: 75px;
}
.navbar-collapse {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-collapse .navbar-nav > li > a {
  padding: 20px 30px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 30px;
}
.navbar-default {
  background-color: #fff;
  border-color: #ccc;
}
.navbar-default .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eee;
  color: #000;
}
.navbar-default .navbar-toggle {
  border-color: #666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #000;
}

/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
p {
  line-height: 1.7em;
  margin: 0 0 32px 0;
}
ul,
ol {
  line-height: 1.7em;
  margin: 0 0 30px 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 30px;
  border-left: 5px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
a {
  color: #016363;
}
a:hover {
  color: #014949;
}
.lead {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}
.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*********************************************************************


                                HEADER


**********************************************************************/
#head {
  color: #7C7C7C;
  padding: 90px 0;
}
#head img.img-rounded {
  display: block;
  width: 240px;
  height: 160px;
  overflow: hidden;
  border: 9px solid rgba(120, 120, 120, 0.25);
  margin: 150px 0 0 700px;
}
#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 32px;
  font-size: 2rem;
  color: #616161;
}
#head .title a {
  text-decoration: none;
  color: #616161;
}
/*********************************************************************


                              RECENT-WORK


**********************************************************************/
#recent-work {
  color: #7C7C7C;
  padding: 90px 0;
}

/*********************************************************************


                                CONTENT


**********************************************************************/
img {
  max-width: 100%;
}
.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #014949;
}
.btn-primary {
  color: #fff;
  background-color: #016363;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #017d7d;
}
.btn-action {
  font-weight: bold;
  background: transparent !important;
  border: 1px solid #333;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #017d7d;
  border-color: #017d7d;
}
.panel-contact {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.panel-contact p,
.panel-contact h3,
.panel-contact h4,
.panel-contact h5,
.panel-contact h6 {
  margin: 0;
}
.panel-contact .panel-body {
  padding: 35px;
}
/* Section - Recent works */
.thumbnails {
  padding: 0;
}
.thumbnails li {
  margin-bottom: 30px;
}
.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 348px;
  margin: 0 0 8px;
  position: relative;
}
.thumbnail .img.x2, .thumbnail .img.x2 .cover {
  height: 698px;
}
.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}
.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 348px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}
.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #014949;
  background: #016363;
  color: white;
}
.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail:hover {
  color: #333;
  text-decoration: none;
}
.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}
.thumbnail:hover .cover {
  opacity: 1;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}
/*********************************************************************


                                FOOTER


**********************************************************************/
#footer {
  background: #232323;
  padding: 40px 0 120px 0;
  font-size: 12px;
  color: #999;
}
#footer a {
  color: #ccc;
}
#footer .border {
  top: -32px;
  background-color: #016363;
  height: 7px;
  position: relative;
}
#footer a:hover {
  color: #fff;
}
#footer h3.area-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #cfcfcf;
  margin: 0 0 20px;
}
#footer ul.list-inline {
  line-height: initial;
}
#footer ul.list-inline li {
  margin-right: 55px;
}

#copyright-footer {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}
#copyright-footer a {
  color: #aaa;
}
#copyright-footer a:hover {
  color: #fff;
}
#copyright-footer p {
  margin: 0;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
