/*Colors*/
/*Color Pos, Neg*/
/*Gradients*/
/*animations*/
@keyframes fade {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-40deg); }
  100% {
    transform: rotate(-20deg); } }
/*../fonts*/
@font-face {
  font-family: 'libre_baskervilleitalic';
  src: url("../fonts/librebaskerville-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoitalic';
  src: url("../fonts/Roboto-Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/Roboto-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }

/*Animations*/
.fademe {
  position: relative;
  transition: all .9s ease-in-out;
  opacity: 0; }
  .fademe.active {
    opacity: 1;
    transition: all .9s ease-in-out; }

.singlepage {
  color: #01080C; }
  .singlepage a,
  .singlepage a:visited {
    color: #8c1c1c; }
    .singlepage a:hover,
    .singlepage a:visited:hover {
      color: #01080C; }
  .singlepage a.backbtn {
    color: #8c1c1c;
    background: #E8E0D9;
    display: inline-block;
    padding: 15px;
    text-decoration: none; }
    .singlepage a.backbtn:hover {
      color: #fff;
      background: #8c1c1c; }

#fullpage section {
  padding-top: 50px;
  padding-bottom: 50px; }
#fullpage #opener {
  padding-top: 0px;
  padding-bottom: 0px; }
  #fullpage #opener .container-fluid {
    padding-left: 105px; }
    #fullpage #opener .container-fluid .sliderbox {
      width: 100%;
      position: relative;
      background: #fff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      #fullpage #opener .container-fluid .sliderbox .claimbox {
        position: absolute;
        bottom: 20%;
        min-width: 325px;
        left: -15px;
        background: rgba(232, 224, 217, 0.8);
        padding: 25px 50px;
        border-right: 10px solid #E8E0D9;
        text-align: center;
        line-height: 1.5em; }
        #fullpage #opener .container-fluid .sliderbox .claimbox h2 {
          font-size: 3em;
          margin: 0 0 15px 0;
          padding: 0; }
        #fullpage #opener .container-fluid .sliderbox .claimbox a {
          display: inline-block;
          padding: 10px;
          background: #fff;
          color: #01080C;
          margin: 15px 0; }
          #fullpage #opener .container-fluid .sliderbox .claimbox a:hover {
            background: #8c1c1c;
            text-decoration: none; }
#fullpage #willkommen h1 {
  background: #fff;
  margin-top: -100px;
  padding: 25px;
  margin-left: -30px;
  display: inline-block;
  transform: translateY(-50px);
  margin-bottom: 0; }
#fullpage #quicknavi {
  background: #E8E0D9;
  padding-top: 50px;
  padding-bottom: 50px; }
  #fullpage #quicknavi .col-md-4 {
    text-align: center;
    position: relative; }
    #fullpage #quicknavi .col-md-4 img {
      max-width: 80%;
      height: auto;
      margin-bottom: 15px;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    #fullpage #quicknavi .col-md-4::before {
      position: absolute;
      display: block;
      border-radius: 50%;
      background: #8c1c1c;
      color: #E8E0D9;
      content: "01";
      font-size: 2em;
      padding: 18px;
      width: 80px;
      height: 80px;
      text-align: center;
      left: 10%;
      font-family: "libre_baskervilleitalic";
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    #fullpage #quicknavi .col-md-4:nth-of-type(2) {
      border-left: 2px solid #01080C;
      border-right: 2px solid #01080C; }
      #fullpage #quicknavi .col-md-4:nth-of-type(2)::before {
        color: #E8E0D9;
        content: "02"; }
    #fullpage #quicknavi .col-md-4:nth-of-type(3)::before {
      color: #E8E0D9;
      content: "03"; }
    #fullpage #quicknavi .col-md-4 h3 {
      font-size: 2em; }
      #fullpage #quicknavi .col-md-4 h3::after {
        width: 0%;
        height: 2px;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        background: #01080C;
        margin-top: 15px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
    #fullpage #quicknavi .col-md-4 a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
    #fullpage #quicknavi .col-md-4:hover h3::after {
      width: 30%; }
    #fullpage #quicknavi .col-md-4:hover::before {
      transform: scale(1.2); }
#fullpage #oekologie H2 {
  text-align: center; }
  #fullpage #oekologie H2::after {
    display: block;
    content: "";
    height: 2px;
    background: #01080C;
    width: 10%;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    position: relative; }

/*SingelPage*/
.singlepage {
  margin-top: 50px; }
  .singlepage img {
    max-width: 100%;
    height: auto; }

.head {
  padding-left: 105px; }
  .head .sliderbox {
    width: 100%;
    padding-bottom: 33%;
    position: relative;
    background: #01080C;
    background: url(../style/cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .head .sliderbox .claimbox, .head .sliderbox .caption-wrap {
      position: absolute;
      bottom: 20%;
      min-width: 325px;
      left: -15px;
      background: rgba(232, 224, 217, 0.8);
      padding: 25px 50px;
      border-right: 10px solid #E8E0D9;
      text-align: center;
      line-height: 1.5em; }
      .head .sliderbox .claimbox h2, .head .sliderbox .caption-wrap h2 {
        font-size: 3em;
        margin: 0 0 15px 0;
        padding: 0; }
      .head .sliderbox .claimbox a, .head .sliderbox .caption-wrap a {
        display: inline-block;
        padding: 10px;
        background: #fff;
        color: #01080C;
        margin: 15px 0; }
        .head .sliderbox .claimbox a:hover, .head .sliderbox .caption-wrap a:hover {
          background: #8c1c1c;
          text-decoration: none; }

.logo {
  background: url(../style/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 300px;
  height: 90px;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 25px; }

.metaslider .flexslider {
  margin: 0 !important; }
  .metaslider .flexslider .flex-direction-nav {
    display: none !important; }
.metaslider .caption-wrap {
  position: absolute !important;
  bottom: 20% !important;
  min-width: 325px !important;
  left: -15px !important;
  background: rgba(232, 224, 217, 0.8) !important;
  padding: 25px 50px !important;
  border-right: 10px solid #E8E0D9 !important;
  text-align: left !important;
  line-height: 1.5em !important;
  width: auto !important;
  opacity: 1 !important;
  color: #01080C !important; }
  .metaslider .caption-wrap h2 {
    font-size: 3em;
    margin: 0 0 15px 0;
    padding: 0;
    color: #01080C; }
  .metaslider .caption-wrap a {
    display: inline-block;
    padding: 10px;
    background: #fff;
    color: #01080C;
    margin: 15px 0; }
    .metaslider .caption-wrap a:hover {
      background: #8c1c1c;
      text-decoration: none; }

iframe {
  border: 0px; }

/*Gallery*/
.rpg-gal-title {
  font-family: "libre_baskervilleitalic" !important;
  font-size: 2em !important;
  font-weight: normal !important;
  border-bottom: 0px !important; }

.b-link-fade .b-wrapper, .b-link-fade .b-top-line {
  background: #E8E0D9 !important; }

.mobileheader {
  display: none; }

@media screen and (max-width: 770px) {
  .logo {
    width: 200px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 80px;
    padding: 15px;
    background-color: rgba(232, 224, 217, 0.8);
    position: absolute;
    background-position: center center;
    background-size: 90%; }

  .mobileheader {
    display: block; }

  #fullpage #opener .container-fluid {
    padding-left: 0; }
  #fullpage #willkommen h1 {
    margin-top: 0;
    margin-left: 0;
    transform: none;
    padding: 0;
    margin-bottom: 25px; }
  #fullpage .metaslider .caption-wrap {
    display: none !important; }
  #fullpage #quicknavi .col-md-4 {
    margin: 50px 0; }
  #fullpage #quicknavi .col-md-4:nth-of-type(2) {
    border: 0px; }

  .head {
    padding-left: 0; }
    .head .sliderbox .claimbox {
      display: none; } }
/*NewStyles*/
.iconwrap {
  position: absolute;
  left: 0;
  width: 80px;
  height: 100vh;
  padding: 20px;
  z-index: 10000; }
  .iconwrap .navbar-toggle {
    background: transparent;
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative; }
    .iconwrap .navbar-toggle .icon-bar {
      background: #8c1c1c;
      height: 4px;
      width: 100%; }
    .iconwrap .navbar-toggle::after {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
      content: "";
      height: 2px;
      background: #01080C; }
  .iconwrap .phone,
  .iconwrap .mail,
  .iconwrap .map {
    background: transparent;
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center; }
    .iconwrap .phone::after,
    .iconwrap .mail::after,
    .iconwrap .map::after {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
      content: "";
      height: 2px;
      background: #01080C; }
    .iconwrap .phone a, .iconwrap .phone a:visited,
    .iconwrap .mail a,
    .iconwrap .mail a:visited,
    .iconwrap .map a,
    .iconwrap .map a:visited {
      color: #01080C;
      display: block; }
  .iconwrap .phone::before {
    position: absolute;
    left: 50px;
    background: #8c1c1c;
    color: #E8E0D9;
    padding: 15px;
    content: "+49 30 65475655";
    display: block;
    width: 160px;
    top: -15px;
    opacity: 0;
    border-right: 3px solid #E8E0D9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .iconwrap .phone:hover::before {
    opacity: 1; }
  .iconwrap .mail::before {
    position: absolute;
    left: 50px;
    background: #8c1c1c;
    color: #E8E0D9;
    padding: 15px;
    content: "info@berlinerpolsterei.de";
    display: block;
    width: 230px;
    top: -15px;
    opacity: 0;
    border-right: 3px solid #E8E0D9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .iconwrap .mail:hover::before {
    opacity: 1; }
  .iconwrap .map::before {
    position: absolute;
    left: 50px;
    background: #8c1c1c;
    color: #E8E0D9;
    padding: 15px;
    content: "zum Kontakt";
    display: block;
    width: 150px;
    top: -15px;
    opacity: 0;
    border-right: 3px solid #E8E0D9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .iconwrap .map:hover::before {
    opacity: 1; }

.navbar-collapse .maincolor {
  background: #8c1c1c; }
.navbar-collapse .lightcolor {
  background: #E8E0D9;
  padding: 50px; }

.navholder {
  position: relative; }

.navbar-default {
  z-index: 100000;
  background: transparent;
  border: 0px;
  position: relative;
  top: 0px;
  margin-bottom: 0;
  pointer-events: none;
  background: linear-gradient(to right, #8c1c1c 60%, #E8E0D9 40%);
  width: calc( 100% - 90px);
  margin-left: 90px;
  border-radius: 0px;
  min-height: 0px; }
  .navbar-default .navbar-toggle {
    background: rgba(232, 224, 217, 0.8);
    border-radius: 0px;
    padding: 30px;
    right: 0px;
    border: 0px;
    margin: 0;
    pointer-events: all;
    height: 80px;
    width: 80px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: #E8E0D9; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
      width: 20px;
      height: 3px;
      border-radius: 0; }
  .navbar-default .navbar-nav {
    float: left;
    margin-top: 0;
    width: 100%;
    display: inline-block;
    padding: 50px 0; }
    .navbar-default .navbar-nav li {
      display: inline-block;
      width: 33.33%; }
      .navbar-default .navbar-nav li a {
        display: none; }
      .navbar-default .navbar-nav li ul.dropdown-menu {
        display: block;
        background: transparent;
        border: none;
        border-radius: 0px;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
        .navbar-default .navbar-nav li ul.dropdown-menu li {
          display: block;
          width: 100%; }
          .navbar-default .navbar-nav li ul.dropdown-menu li a, .navbar-default .navbar-nav li ul.dropdown-menu li a:focus {
            display: block;
            padding: 15px 40px;
            width: 100%;
            text-align: center;
            color: #E8E0D9;
            font-size: 1.2em;
            line-height: normal;
            pointer-events: all;
            font-family: "libre_baskervilleitalic";
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
            .navbar-default .navbar-nav li ul.dropdown-menu li a:hover, .navbar-default .navbar-nav li ul.dropdown-menu li a:focus:hover {
              color: #E8E0D9;
              background: transparent; }
              .navbar-default .navbar-nav li ul.dropdown-menu li a:hover::after, .navbar-default .navbar-nav li ul.dropdown-menu li a:focus:hover::after {
                width: 30%; }
            .navbar-default .navbar-nav li ul.dropdown-menu li a::after, .navbar-default .navbar-nav li ul.dropdown-menu li a:focus::after {
              width: 0%;
              height: 2px;
              display: block;
              position: relative;
              left: 50%;
              transform: translateX(-50%);
              content: "";
              background: #E8E0D9;
              margin-top: 15px;
              -webkit-transition: all .2s ease-in-out;
              -moz-transition: all .2s ease-in-out;
              -o-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: transparent; }

.navbar-header {
  float: none; }

.navbar-left,
.navbar-right {
  float: none !important; }

.navbar-toggle {
  display: block; }

.navbar-collapse {
  border-top: 0px solid transparent;
  box-shadow: none; }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-collapse.collapse {
  display: none !important; }

.collapse.in {
  display: block !important; }

@media screen and (max-width: 990px) {
  .navbar-default {
    position: relative;
    width: 100%; }
    .navbar-default .navbar-nav {
      float: none !important; }
      .navbar-default .navbar-nav li a {
        padding: 15px; }
    .navbar-default .navbar-toggle {
      width: 100%; }
      .navbar-default .navbar-toggle .icon-bar {
        margin: 0 auto;
        margin-bottom: 4px; } }
@media screen and (max-width: 770px) {
  .iconwrap {
    position: relative;
    height: 60px;
    width: 100%; }
    .iconwrap .navbar-toggle {
      background: transparent;
      float: left;
      margin: 0;
      width: 50px;
      padding: 0 20px 0 0;
      position: relative; }
      .iconwrap .navbar-toggle .icon-bar {
        background: #8c1c1c;
        height: 4px;
        width: 100%; }
      .iconwrap .navbar-toggle::after {
        display: none;
        margin-top: 20px;
        margin-bottom: 20px;
        content: "";
        height: 2px;
        background: #01080C; }
    .iconwrap .phone,
    .iconwrap .mail,
    .iconwrap .map {
      background: transparent;
      float: right;
      margin: 0;
      width: 50px;
      padding: 0;
      position: relative;
      text-align: right; }
      .iconwrap .phone::after,
      .iconwrap .mail::after,
      .iconwrap .map::after {
        display: none; }
      .iconwrap .phone::before,
      .iconwrap .mail::before,
      .iconwrap .map::before {
        display: none; }
      .iconwrap .phone a, .iconwrap .phone a:visited,
      .iconwrap .mail a,
      .iconwrap .mail a:visited,
      .iconwrap .map a,
      .iconwrap .map a:visited {
        color: #01080C;
        display: block; }
        .iconwrap .phone a::after, .iconwrap .phone a:visited::after,
        .iconwrap .mail a::after,
        .iconwrap .mail a:visited::after,
        .iconwrap .map a::after,
        .iconwrap .map a:visited::after {
          display: none; }

  .navbar-default {
    margin-left: 0;
    background: #8c1c1c; }
    .navbar-default .navbar-nav {
      margin: 0; }
      .navbar-default .navbar-nav li {
        display: block;
        width: 100%; }

  .navbar-collapse .maincolor, .navbar-collapse .lightcolor {
    margin-left: -15px;
    margin-right: -15px; }
  .navbar-collapse .lightcolor {
    display: none; } }
.show {
  transform: rotate(90deg); }

footer {
  background: url(../style/footerback.jpg);
  background-position: center center;
  background-size: cover;
  color: #E8E0D9;
  padding-top: 50px;
  padding-bottom: 50px; }
  footer a, footer a:visited {
    color: #E8E0D9; }
    footer a:hover, footer a:visited:hover {
      color: #8c1c1c;
      text-decoration: none; }
  footer .footernavi ul {
    width: 100%;
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .footernavi ul li {
      display: block; }
      footer .footernavi ul li a {
        color: #E8E0D9; }
        footer .footernavi ul li a:hover {
          color: #8c1c1c;
          text-decoration: none; }

.socialbar {
  background: linear-gradient(to right, #8c1c1c 50%, #E8E0D9 50%);
  color: #01080C;
  padding: 15px 0; }
  .socialbar a {
    padding: 0 15px; }
  .socialbar .right {
    text-align: right; }

@media screen and (max-width: 770px) {
  footer .col-md-8 {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #E8E0D9; }

  .socialbar {
    background: #8c1c1c;
    text-align: center; }
    .socialbar .right {
      text-align: center;
      margin-top: 15px; } }
body {
  font-size: 16px;
  color: #01080C; }

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  font-family: "libre_baskervilleitalic"; }

h1, h2 {
  font-size: 3em;
  margin-bottom: 50px; }

h1::after {
  display: block;
  content: "";
  height: 2px;
  background: #01080C;
  width: 30%;
  margin-top: 15px; }

#fullpage img {
  max-width: 100%;
  height: auto; }

a, a:visited, a:active {
  color: #8c1c1c; }
  a:hover, a:visited:hover, a:active:hover {
    color: #01080C; }

hr {
  height: 2px;
  background: #01080C;
  width: 100%;
  border: none; }

/*Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 770px) {
  h1, h2 {
    font-size: 2em; } }
/*Forms*/
.form-group {
  display: block;
  width: 100%;
  border: 0px;
  border-color: #8c1c1c; }
  .form-group:nth-child(32) {
    border-bottom: 0px;
    margin: 25px 0; }
  .form-group.wpcf7-checkbox {
    width: 50%;
    display: inline-block;
    float: left; }
    .form-group.wpcf7-checkbox:nth-of-type(even)::after {
      clear: both;
      content: "";
      display: block; }
  .form-group.checkbox-881 {
    clear: both;
    display: block;
    width: 100%;
    float: none; }
  .form-group.checkbox-882 {
    clear: both;
    display: block;
    width: 100%;
    float: none; }

@media screen and (max-width: 990px) {
  .form-group.wpcf7-checkbox {
    clear: both;
    display: block;
    width: 100%;
    float: none; }
    .form-group.wpcf7-checkbox:nth-of-type(even)::after {
      display: none; } }
label {
  display: block; }

.form-control {
  border-radius: 0px;
  border-color: #8c1c1c;
  border: 0px;
  color: #8c1c1c;
  padding: 15px 0px;
  border-bottom: 2px solid #8c1c1c;
  box-shadow: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

textarea.form-control {
  min-height: 200px; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c1c1c; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c1c1c; }

input::-ms-input-placeholder {
  /* IE 10+ */
  color: #8c1c1c; }

input::-moz-placeholder {
  /* Firefox 18- */
  color: #8c1c1c; }

input::placeholder {
  /* Firefox 18- */
  color: #8c1c1c !important; }

/* Focus */
input:focus,
textarea:focus {
  outline: none !important;
  border: none;
  box-shadow: none !important; }

/* BOTTOM BARS */
.bar {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  top: 0px; }

.bar:before {
  content: '';
  height: 3px;
  width: 0;
  top: 0px;
  position: absolute;
  background: #01080C;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all; }

.bar:before {
  left: 0%; }

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
  width: 100%; }

/*Error*/
.error {
  margin: 15px 0 0;
  font-size: 0.9em;
  color: #dd223d; }

/*Info*/
.info {
  font-size: 1em;
  color: #01080C;
  font-style: italic; }
  .info::before {
    content: "\f129";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px; }

.btn-primary {
  border-radius: 0px;
  padding: 5px 15px;
  border: 2px solid #8c1c1c;
  color: #8c1c1c;
  background: transparent; }
  .btn-primary:hover, .btn-primary:active {
    background: transparent;
    color: #01080C;
    border: 2px solid #01080C; }

.btn-primary[disabled]:hover {
  background: transparent;
  color: #01080C;
  border: 2px solid #01080C; }

/*# sourceMappingURL=mother.css.map */
