/* import, statics, functions */
@import '//fonts.googleapis.com/css?family=Open+Sans:400,700,600,300&subset=latin,latin-ext';
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.pr {
  position: relative;
  display: block;
}
.t {
  display: table;
  width: 100%;
  height: 100%;
}
.tc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 0, 0.6);
  transition: all ease .5s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.overlay.mask {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.overlay.radius {
  border-radius: 8px;
}
.overlay .icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 5px;
}
.overlay span {
  font: italic 600 16px/22px "Open Sans";
  color: #FFFFFF;
  display: block;
}
.overlay i {
  color: #FFFFFF;
  font-size: 30px;
}
.overlay-hover:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.header {
  border-top: 1px solid #fdf400;
}
.header .logo {
  float: left;
}
.header .slogan {
  float: left;
  margin: 0 0 0 140px;
}
.header .info {
  float: right;
}
.header .info .address,
.header .info .phone {
  float: left;
  margin: 20px 0 0;
  height: 44px;
  padding: 2px 2px 2px 50px;
}
.header .info .address strong,
.header .info .phone strong {
  display: block;
  font: 300 14px/20px "Open Sans";
  color: #000000;
}
.header .info .address span,
.header .info .phone span {
  display: block;
  font: 300 14px/20px "Open Sans";
  color: #999999;
}
.header .info .address {
  background: url('../images/icon-map.jpg') no-repeat left center;
  border-right: 1px solid #e1e1e1;
  padding-right: 20px;
  margin-right: 20px;
}
.header .info .phone {
  background: url('../images/icon-phone.jpg') no-repeat left center;
}
.head-menu {
  background: #1a1a18;
}
.head-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.head-menu ul.menu > li {
  float: left;
  margin: 0 40px 0 0;
}
.head-menu ul.menu > li > a {
  display: block;
  height: 44px;
  font: 14px/44px "Open Sans";
  color: #FFF;
  transition: all ease .5s;
}
.head-menu ul.menu > li > a i.icon {
  margin-right: 5px;
}
.head-menu ul.menu > li:hover > a,
.head-menu ul.menu > li.active > a {
  color: #fdf400;
  text-decoration: none;
}
.head-menu form.search {
  float: right;
  height: 34px;
  margin: 5px 0 0;
  border: 1px solid #464643;
  background: #1f1f1d;
}
.head-menu form.search input {
  float: left;
  background: transparent;
  border: 0;
  height: 32px;
  width: 130px;
  padding: 5px 5px 5px 15px;
  font: 300 14px/22px "Open Sans";
  color: #FFF;
  transition: all ease .5s;
}
.head-menu form.search input:focus {
  width: 160px;
}
.head-menu form.search button {
  float: left;
  color: #868686;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 15px 5px 10px;
  background: transparent;
  border: 0;
}
.footer {
  padding: 80px 0;
  background: #1a1a18;
}
.footer a.logo {
  float: left;
  display: block;
  margin: 9px 0 0;
}
.footer span.copyright {
  display: block;
  text-align: center;
  font: 300 14px/84px "Open Sans";
  color: #FFF;
}
.footer span.copyright strong {
  font-weight: 300;
  color: #fdf400;
}
.footer a.tuvrheinland {
  float: right;
}
div.copyright {
  background: #0f0f0f;
  padding: 20px 0;
}
div.copyright a {
  font: 300 14px/22px "Open Sans";
  color: #FFF;
}
.slider-stage {
  padding: 0 0 60px;
  position: relative;
}
.slider-stage:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url('../images/slide-shadow.jpg') no-repeat top center;
}
.home-about {
  background: #FFF;
  padding: 5px 0 60px 0;
}
.home-about h1 {
  font: 800 42px/54px "Georgia";
  color: #1c1c1a;
  margin: 0;
  display: block;
  text-align: right;
}
.home-about h2 {
  font: 700 15px/22px "Open Sans";
  color: #1c1c1a;
  margin: 0;
  display: block;
  text-align: right;
}
.home-about h3 {
  font: 700 30px/34px "Open Sans";
  color: #999999;
  margin: 0;
  display: block;
  text-align: right;
}
.home-about .about-inner {
  background: #fdf400;
  padding: 15px 15px 15px 30px;
  height: 110px;
  position: relative;
}
.home-about .about-inner:before {
  position: absolute;
  content: "";
  border: 20px solid transparent;
  border-left-color: #e5dd00;
  top: 40px;
  left: -5px;
}
.home-about .about-inner:after {
  position: absolute;
  content: "";
  bottom: -42px;
  right: 0;
  background: url('../images/about-shadow.jpg') no-repeat top right;
  width: 100%;
  height: 42px;
}
.home-about .about-inner .info {
  float: left;
  width: 85%;
  height: 80px;
  border-right: 1px solid #e5dd00;
  padding: 0 30px 0 0;
  font: 300 14px/24px "Open Sans";
  color: #1c1c1a;
}
.home-about .about-inner .more {
  padding: 0 0 0 30px;
  text-align: center;
  font: 300 14px/80px "Open Sans";
  height: 80px;
  width: 15%;
  float: left;
}
.home-about .about-inner .more a {
  color: #c1ba00;
}
.home-about .about-inner .more a:hover {
  color: #333;
  text-decoration: none;
}
.parallax {
  position: relative;
}
.parallax .black-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.parallax .yellow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 253, 0, 0.8);
}
.parallax.p1 {
  background: url('../images/parallax1.jpg') no-repeat center center;
  background-attachment: fixed;
  height: 420px;
}
.parallax.p2 {
  background: url('../images/parallax2.jpg') no-repeat center center;
  background-attachment: fixed;
  height: 462px;
}
.parallax .inner {
  position: relative;
  z-index: 300;
}
.border-title {
  text-align: center;
  margin: 30px 0;
}
.border-title h2 {
  font: 700 26px/32px "Open Sans";
  color: #FFF;
  margin: 0;
}
.border-title span.border {
  display: inline-block;
  width: 58px;
  height: 3px;
}
.border-title.yellow-border span.border {
  background: #fdf400;
}
.border-title.white-border span.border {
  background: #fff;
}
.border-title.text-black h2 {
  color: #131313;
}
a.product-item {
  display: block;
  text-align: center;
}
a.product-item span.title {
  display: block;
  margin: 15px 0 0;
  font: 700 18px/20px "Open Sans";
  color: #FFF;
  transition: all ease .5s;
}
a.product-item.title-black span.title {
  color: #131313;
}
a.product-item:hover {
  text-decoration: none;
}
a.product-item:hover span.title {
  color: #fdf400;
}
.service-links {
  position: relative;
  border-top: 2px solid #c7c000;
}
.service-links a {
  display: block;
  border-bottom: 2px solid #c7c000;
  font: 700 14px/34px "Open Sans";
  color: #131313;
  text-align: right;
}
.service-links a i {
  margin: 0 0 0 5px;
  color: #FFF;
  font-size: 12px;
  line-height: 34px;
}
.big-service .title {
  position: relative;
  height: 30px;
  margin: 0 0 15px;
}
.big-service .title span {
  font: 700 24px/30px "Open Sans";
  color: #131313;
}
.big-service .title i {
  font-size: 16px;
  line-height: 30px;
  color: #131313;
  position: absolute;
  right: 0;
  top: 0;
}
.big-service .image {
  margin: 0 0 20px;
}
.big-service .image img {
  width: 100%;
}
.big-service .desc {
  font: 600 14px/24px "Open Sans";
  color: #131313;
}
.title-bar {
  border-bottom: 1px solid #fdf400;
  margin: 30px 0;
}
.title-bar h2 {
  margin: 0;
  font: 700 22px/42px "Open Sans";
  color: #131313;
}
.title-bar .nav-links {
  color: #84847e;
  font: 12px/42px "Open Sans";
}
.title-bar .nav-links a {
  color: #84847e;
}
.title-bar .nav-links span {
  color: #131313;
}
.article a.article-img {
  float: left;
  border: 1px solid #ddd;
  display: block;
  margin: 0 20px 20px 0;
}
.article p {
  font: 14px/26px "Open Sans";
  color: #131313;
  margin: 0 0 30px;
}
.article table td {
  padding: 8px;
}
.detail-images {
  background: #fdf400;
  padding: 25px 0;
}
a.product {
  display: block;
  margin: 0 0 30px;
  text-align: center;
}
a.product .img {
  padding: 5px;
  border: 2px solid #fdf400;
}
a.product .img .pr {
  border: 1px solid #131313;
}
a.product .img .pr img {
  width: 100%;
}
a.product span.title {
  display: block;
  margin: 10px 0 0;
  font: 700 18px/28px "Open Sans";
  transition: all ease .5s;
  color: #131313;
}
a.product:hover {
  text-decoration: none;
}
a.product:hover span.title {
  color: #fdf400;
}
.sidebar-links a {
  display: block;
  height: 40px;
  border: 1px solid #1a1a18;
  padding: 10px;
  font: 600 16px/20px "Open Sans";
  color: #131313;
  margin: 0 0 10px;
}
.sidebar-links a:hover, .sidebar-links a.active {
  color: #b1ab09;
  border-color: #b1ab09;
}
.top-border-title {
  border-top: 2px solid #fdf400;
  padding: 25px 0;
}
.top-border-title h2 {
  margin: 0;
  font: 700 22px/42px "Open Sans";
  color: #131313;
}
.top-border-title .arrows a {
  font-size: 20px;
  line-height: 42px;
  color: #131313;
}
.top-border-title .arrows a.next {
  margin-left: 10px;
}
.top-border-title .arrows a:hover {
  color: #fdf400;
}
.product-images {
  background: #fbfbfb;
  padding: 0 0 30px;
}
a.service-box {
  display: block;
  position: relative;
  background: #f7f6f6;
  margin: 0 0 30px;
}
a.service-box .img {
  border: 1px solid #fdf400;
  padding: 5px;
  float: left;
  background: #fff;
}
a.service-box .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 180px;
  text-align: center;
}
a.service-box .info span.title {
  font: 700 16px/22px "Open Sans";
  color: #131313;
}
a.service-box:hover {
  background: #fdf400;
}
a.service-box:hover .info span.title {
  color: #333;
}
form.form input,
form.form textarea,
form.form select {
  width: 100%;
  height: 42px;
  border: 1px solid #b2b2b2;
  padding: 0 15px;
  margin: 0 0 20px;
}
form.form textarea {
  padding: 15px;
  height: 80px;
}
form.form button {
  width: 100%;
  height: 45px;
  background: #efe600;
  color: #131313;
  border: 0;
  text-align: center;
  padding: 0;
  font: 600 15px/45px "Open Sans";
}
form.form .form-title {
  font: 600 15px/40px "Open Sans";
  color: #131313;
  border-bottom: 1px solid #CCC;
  margin: 0 0 20px;
}
.address-line {
  margin: 0 0 20px;
  font: 400 14px/20px "Open Sans";
}
.contact-map {
  margin: 30px 0 0;
  height: 350px;
}
.contact-map iframe {
  width: 100%;
  height: 350px;
}
.search-result-item {
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #333;
  line-height: 24px;
  margin: 0 0 30px;
}
.search-result-item a {
  color: #131313;
}
@media (max-width: 768px) {
  .header .logo,
  .header .slogan,
  .header .info {
    float: none !important;
    text-align: center;
  }
  .header .logo img,
  .header .slogan img,
  .header .info img {
    margin: 0 auto;
  }
  .header .slogan {
    margin: 0 !important;
  }
  .header .info .address,
  .header .info .phone {
    float: none !important;
    margin: 0 0 30px !important;
    border: 0 !important;
  }
  .about-inner {
    height: auto !important;
    margin: 30px 0 0;
  }
  .about-inner .info {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    border-right: 0 !important;
  }
  .about-inner .more {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    line-height: 30px !important;
  }
  .home-about h1,
  .home-about h2,
  .home-about h3 {
    text-align: center;
  }
  .parallax {
    height: auto !important;
  }
  .parallax a.product-item {
    display: block;
    margin: 0 0 30px !important;
  }
  .parallax.p2 {
    padding: 0 0 30px !important;
  }
  .title-bar .pull-right {
    display: none !important;
  }
  a.tuvrheinland,
  a.logo {
    display: block;
    text-align: center;
    float: none !important;
  }
  .header .info .address, 
  .header .info .phone {
    padding: 40px 0 0  !important;
    margin: 0 0 30px !important;
    background-position: top center;
    height: auto !important;
  }
  .service-box .img {
    float: none !important;
  }
  .service-box .img img {
    width: 100% !important;
  }
  .service-box .info {
    float: none !important;
    position: relative !important;
    padding: 15px !important;
  }
}