/*
beige: #e2c9ab
helles braun: #4e2a1a   alt: 5f2600
dunkles braun: #402011
*/

/* Body
------------------------------------- */
body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/*---------------------------------------
    Typorgraphy
-----------------------------------------*/

h1,h2,h3,h4,h5 {
  font-weight: 300;
}

@font-face { font-family: 'Mathilde';
             src: url('../fonts/mathilde.otf') format('truetype'); }

@font-face { font-family: 'Amatic';
            src: url('../fonts/AmaticSC-Regular.ttf') format('truetype'); }


h1 {
  font-family: 'Amatic';
  font-size: 4rem;
  line-height: 3rem;
  letter-spacing: 8px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  padding-bottom: 8px;
  color: #4e2a1a;
}
/*
h1 {
  font-family: 'AlwaysForever';
  font-size: 4rem;
  line-height: 3rem;
  letter-spacing: 8px;
  font-weight: bold;
  padding-bottom: 8px;
}
*/

h2 {
  color: #4e2a1a;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h5 {
  font-family: 'Amatic';
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 7px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  color: #ffffff;
}

h6 {
  font-family: 'Amatic';
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 7px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  color: #4e2a1a;
  text-align: left;
}

p {
  color: #888;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 34px;
}

#home p,
#contact p, footer p {
  color: #f9f9f9;
}

a {
  color: #4e2a1a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #ffffff;
  outline: none;
}

.btn {
  border:none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  background: #3d2719;
  border-color: transparent;
}

.btn-success {
  background: #4e2a1a;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 14px 32px;
  margin-top: 26px;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background: #402011;
}

.btn:hover, .btn:active, .btn:focus {
  background: #402011;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    All Section style
-----------------------------------------*/

.section-title {
  padding-bottom: 20px;
}

#about .section-title {
  padding-top: 82px;
}

#about .section-title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#about,
#gallery,
#colors,
#contact {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

#gallery,
#colors,
#contact, footer {
  text-align: center;
}

.overlay {
  background: #e2c9ab;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}

/*---------------------------------------
    Pre Loader Style
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #e2c9ab;
  border-radius: 100%;
  margin: 40px auto;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/*---------------------------------------
    Main Navigation
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
  color: #304352;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 60px;
  padding-top: 5px;
  /*margin-bottom: 22px;*/
}

.navbar-brand img {
  max-width: 200px;
}

.navbar-default .navbar-nav li a {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
    padding-top: 22px;
}

.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #304352;
}

.navbar-default .navbar-nav > li a:hover {
    color: #304352 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #304352;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 20px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

@media screen and (max-width: 768px) {

  .navbar-default .navbar-nav li a span:before {
    background: transparent !important;
  }
  .navbar-default .navbar-nav li.active a {
    background: transparent;
    background: none;
    color: #304352 !important;
  }
  .navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}



/*---------------------------------------
    Home Section
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  height: 100vh;
  text-align: center;
}

#home h1 {
  color: #ffffff;
}

#home .col-md-8 {
  padding-left: 62px;
}



/*---------------------------------------
    About Section
-----------------------------------------*/

#about {

  background: #f7f7f7; /*f0f0f0*/
}

#about .item {
  width: 100%;
  display: block;
}

#about .team-thumb {
  width: 100%;
  height: 400px;
  margin: 32px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb img {

}


#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 50px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb .instaname {
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background: #e2c9ab;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -60px;
}

#about .team-thumb:hover .instaname {
  top: -65px;
}

#about .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  margin-top: -45px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}

#about .team-thumb .instaname {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .instaname {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/*about us*/

#aboutus {
  background: #f7f7f7;
}

#aboutus .item {
  width: 100%;
  display: block;
}

#aboutus .aboutus-box {
  margin: 50px 0 50px 0;
}


#aboutus h1 {
  padding-top: 0;
  margin-top: 0;
}

#aboutus .about-thumb {
  background: #ffffff;
  border-radius: 4px;
  padding: 60px 100px 60px 100px;
  position: relative;
}

#aboutus p {
}

#aboutus .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -425px;
  padding: 12px;
}



/*---------------------------------------
    Galllery section
-----------------------------------------*/

#gallery {
  background: #ffffff;
}

#colors {
  background: #ffffff;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}
#gallery div .rec {
  position: relative;
}

#gallery .recommendation {
  position: absolute;
  top: 10%;
  right: -35px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  width: 150px;
  text-align: center;
  padding: .25em 0;
  color: white;
  transform: rotate(45deg);
  border: 5px solid #fff;
  background: #4e2a1a;
}

#gallery .notizlg {
  background: url(../images/notiz_350b.png) no-repeat;
  position: absolute;
  padding: 25px 0 32px 0px;
  max-width: 272px;
  /*border: 5px solid red;*/
  margin-top: 700px;
  z-index: 10;
}

#gallery .notizmd {
  background: url(../images/notiz_350b.png) no-repeat;
  padding: 20px 0px 5px 0;
  max-width: 272px;
  /*border: 5px solid red;*/
}

#gallery .notiz h1 {
  font-family: 'Mathilde';
  font-size: 3.5rem;
  line-height: 3rem;
  letter-spacing: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #4e2a1a;
}

#gallery .notiz p {
  font-family: 'Mathilde';
  color: #e2c9ab;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 34px;
}


/*---------------------------------------
    Navigation vor Bestellung
-----------------------------------------*/

/*
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}
*/

/*---------------------------------------
    Contact section
-----------------------------------------*/

#contact, footer {
  background: #e2c9ab;
  color: #ffffff;
}

#contact .form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #f9f9f9;
  color: #402011;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #4e2a1a;
  color: #ffffff;
}

#contact input {
  height: 55px;
}

#contact input[type="submit"] {
  background: #4e2a1a;
  border:none;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
}

#contact .notizlg {
  background: url(../images/notiz_350.png) no-repeat;
  position: absolute;
  padding: 25px 0 32px 0px;
  max-width: 272px;
  /*border: 5px solid red;*/
}

#contact .notizmd {
  background: url(../images/notiz_350.png) no-repeat;
  padding: 20px 0px 5px 0;
  max-width: 272px;
  /*border: 5px solid red;*/
}

#contact .notiz h1 {
  font-family: 'Mathilde';
  font-size: 3.5rem;
  line-height: 3rem;
  letter-spacing: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #4e2a1a;
}

#contact .notiz p {
  font-family: 'Mathilde';
  color: #e2c9ab;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 34px;
}

#contact a:hover {
  color: #4e2a1a;
}

#contact .alert {
  background: #4e2a1a;
  border:none;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 18px;
}

#contact input[type="submit"]:hover {
  background: #3d2719;
  color: #ffffff;
}


/*---------------------------------------
    Footer section
-----------------------------------------*/

footer {
  padding-bottom: 80px;
}



/*---------------------------------------
    Social icons style
-----------------------------------------*/

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 42px 10px;
  padding: 0px;
}

.social-icon li a:hover {
  background: #ffffff;
  color: #4e2a1a;
}

/*---------------------------------------
    Modal Produkt Ansicht
-----------------------------------------*/

.modal-dialog .modal-content {
  /*background: url('../images/modal-bg.jpg') no-repeat;*/
  background-color: white;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
  padding: 0;
}

.modal-dialog .close {
  color: #4e2a1a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}
.modal-dialog input[type="submit"] {
  background: #4b2f21;
  color: #ffffff;
  margin-top: 30px;
}
.modal-dialog input[type="submit"]:hover {
  background: #3d2719;
  border-color: transparent;
  color: #ffffff;
}
.modal-body {
  padding: 0;
}


/* slider */
.config {margin-bottom:0;}
.thumbnail {margin-bottom:35px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:35%;
  width:5%;
  color: #000000;
  /*color: #4e2a1a;*/
}


/*---------------------------------------
   Formular
-----------------------------------------*/

:invalid {
  border-color: #e88;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -o-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  box-shadow:0 0 5px rgba(255, 0, 0, .8);
}

:required {
  border-color: #88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}

/*
form {
  width:300px;
  margin: 20px auto;
}

input, select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:20px;
  width:300px;
  min-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

input[type=submit] {
  background:none;
  padding:10px;
}

.testform label, output{
  font-size: 20px;
}

*/

label {
  padding-top: 20px;
  font-size: 20px;
  text-align: left;
}

.total {
  padding-top: 16px;
  font-size: 25px;
  font-weight: bold;
}
.endbetrag {
  font-size: 30px;
}
.euro {
  font-size: 20px;
}

input:invalid+span:after {
  content: '✖';
  padding-left: 5px;
}

input:valid+span:after {
  content: '✓';
  padding-left: 5px;
}



/*---------------------------------------
   order
-----------------------------------------*/
#colors .form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #4e2a1a;
  color: #4e2a1a;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#colors .form-control:focus {
  border-color: #4e2a1a;
  color: #4e2a1a;
}

#colors input, #colors select, #colors a {
  height: 45px;
}

/*---------------------------------------
   Back top
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #222;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
  background: #e2c9ab;
  color: #ffffff;
}


/*---------------------------------------
   Responsive Mobile
-----------------------------------------*/
@media (min-width: 760px) {

  .modal-gallery {
      width: 750px;
  }
  #colors .col-md-2 {
      width: 20%;
  }
}

@media (max-width: 980px) {
/*
  #home, .overlay {
    height: 50vh;
  }
*/

  #about .team-thumb {
    margin-top: 32px;
  }
  #aboutus .team-thumb {
    margin-top: 32px;
  }
  .modal-dialog .modal-content {
    padding: 100px 40px 100px 40px;
  }
}


@media (max-width: 767px) {

  #home, .overlay {
    height: 100vh;
  }

  #about .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #about .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }

  #aboutus .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #aboutus .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }
  .modal-dialog .modal-content {
    padding: 100px 25px 100px 25px;
  }

}



@media (max-width: 650px) {

  h1 {
    font-size: 2.6rem;
  }

  p {
    font-size: 18px;
  }

  img {
    width: 100%;
  }

  #about,
  #aboutus,
  #gallery,
  #colors,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .modal-dialog .modal-content {
    padding: 100px 10px 100px 10px;
  }

}
