@charset "UTF-8";

/* 
Grau 123,122,121
Rosé 184,155,156
*/

@font-face {
  font-family: 'Corsa-Thin';
  src: url(../fonts/CorsaGrotesk-Thin.otf);
}

@font-face {
  font-family: 'Corsa-Regular';
  src: url(../fonts/CorsaGrotesk-Regular.otf);
}

@font-face {
  font-family: 'Merry-Scriptmas';
  src: url(../fonts/MerryScriptmas-Regular.otf);
}

* {
  outline: none; 
  border: none;
}

body {
  background-color: #ffffff;
  color: rgb(123,122,121);
  font-family: Corsa-Regular;
  text-rendering: optimizeLegibility;
}

.body_grey {
opacity: 0.5;
transition: all .2s ease-in-out;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Corsa-Thin';
  margin: 0;
}


h2 {
  color: rgb(123,122,121);
}


h3 {
  margin-bottom: 1.25%;
}

h4 {
  color: rgb(123,122,121);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: rgb(184,155,156);
}

a:hover {
  color: rgb(123,122,121);
}


strong {
  font-family: 'Corsa-Thin';
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

li {
  letter-spacing: 1px;
}

.fa {
  font-size: 13px;
}

.fa-phone, .fa-mobile-alt, .fa-envelope, .fa-map-marked, .fa-instagram, .fa-times, .fa-bars, .fa-ellipsis-v {
  color: rgb(184,155,156);
  display: inline;
}

.grau {
  color: rgb(123,122,121);
}

.rose {
 color: rgb(184,155,156);
}

.px45 {
  font-size: 45px;
}

.px55 {
  font-size: 55px;
}

.scriptmas {
  font-family: 'Merry-Scriptmas';
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgb(184,155,156);
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 990;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  color: #fff;
}


.btnprimary {
  padding: 7px 12px;
  border-bottom: 1px solid rgb(184,155,156);
  font-size: 80%;
  font-weight: 400;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.btnprimary:after {
    content:' \21A3';
    padding-left: 5px;
}
.btnprimary:hover {
  background: rgb(184,155,156);
  color: #fff !important;
}




/* 

 0 Navigation 

*/

.navbar-toggler {
  /*border: 1px solid rgb(184,155,156);*/
  width: 40px;
  height: 40px;
}

/* x toggler*/
.navbar-toggler-icon-close,
.navbar-toggler-icon {
  font-size: 20px;
  width: auto;
  height: auto;
}

.navbar-toggler>.navbar-toggler-icon-close {
    display:inline;
}
.navbar-toggler.collapsed>.navbar-toggler-icon-close,  
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.navbar  {
  background: transparent;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 999;
  background:rgba(255,255,255,0.2);
}

@media screen and (max-width: 1064px) {
  .navbar {
    top: 0;
  }
}

#navi_oeffnungszeiten {
  position: relative;
  background: rgb(184,155,156);
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 5px;
}


.navbar a {
  font-family: Corsa-Thin;
  /*color: #fff;*/
  color: rgb(184,155,156);
  font-size: 16px;
}

.navbar a:hover {
   color: rgb(184,155,156);
}

.navbar.compressed {
  position: fixed;
  top: 0px;

    padding-top: 10px;
    padding-bottom: 10px;
    /*background: rgba(255,255,255,1);*/
    background: rgb(248,245,245);
    box-shadow: 0px 4px 4px rgba(184,155,156, 0.2);
    transition: all .2s ease-in-out;
} 
.navbar.compressed a {
  color: rgb(184,155,156);
}

.navbar.compressed img {
  width: 100px;
  height: auto;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}


.back-white {
  /* background: #fff; */
  background: rgb(248,245,245);
  box-shadow: 0px 4px 4px rgba(184,155,156, 0.2);
}


@media screen and (min-width: 768px) {
  .navbar.compressed #schnell_kontakt {
    border-bottom: none;
  }
}


/*
.my-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(184,155,156, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
*/

#schnell_kontakt a {
    font-size: 14px;
}


@media screen and (max-width: 992px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-nav a {
    font-size: 18px;
    padding: 20px;
  }

}


@media screen and (max-width: 1064px) {
  #navi_oeffnungszeiten {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  #schnell_kontakt {
    display: none;
  }
}


@media screen and (min-width: 992px) {
  #schnell_kontakt {
    border-bottom: 1px solid rgb(184,155,156);
  }
}


@media screen and (max-width: 991px) {
  #schnell_kontakt {
    display: block;
    border-top: 1px solid rgb(184,155,156);
  }
  #schnell_kontakt .text-right {
    text-align: center !important;
  }
  #schnell_kontakt a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #schnell_kontakt .nav-item:first-child {
    padding-top: 20px;
  }
}



/*
 
 1 Header
 
 */
/*
.big_image_background {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/joanna-kosinska-mVdzV_HTyH4-unsplash.jpg);
    background-size: cover;
    background-position: 100% 15%;
    width: 100%;
    height: 800px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
*/

.big_image_background {
  background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/big_background.jpg);
    background-size: cover;
    background-position: 35% 100%;
    width: 100%;
    background-attachment: fixed;
    height: 800px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }



/*
.small_image_background {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/joanna-kosinska-mVdzV_HTyH4-unsplash.jpg);
    background-size: cover;
    background-position: 50% 20%;
    width: 100%;
    height: 400px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
*/
.small_image_background {
  background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/big_background.jpg);
    background-size: cover;
    background-position: 35% 100%;
    width: 100%;
    background-attachment: fixed;
    height: 600px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }


.impressionen_background {
  background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/big_background.jpg);
    background-size: cover;
    background-position: 35% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }

@media screen and (max-width: 768px) {
  .impressionen_background,
  .small_image_background {
       height: 500px;
      }
}


.big_image_background_wrapper {
    position: absolute;
    top: 330px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.big_image_background h1 { 
  color: #ffffff;
  font-size: 50px;
  color: rgb(184,155,156);

}

.big_image_background h2 {
  color: #ffffff;
  font-size: 35px;
  margin-top: 30px;
  font-family: 'Corsa-Thin';
  font-weight: 400;
  letter-spacing: 1px;
  color: rgb(123,122,121);
}


.big_image_background_intro {
  text-align: right;
 /* background: rgba(184,155,156,0.3);*/
  background: rgba(93,93,93,0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10%;
}


/*
 
 2 Einleitung
 
 */

#einleitung {
  padding: 100px 0px;
  position: relative;
  text-align: center;
}

#einleitung::after {

    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/pattern2.png);
    background-repeat: no-repeat;
        background-size: contain;
            background-position: right center;
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}

#einleitung h2 {
  text-align: center;
  margin-bottom: 20px;
}

/*
#einleitung::after {
  position: absolute;
  bottom: -60px;
  right: 0;
  content: url(../images/pattern2.png);
  width: 1096px;
  height: 450px;
  opacity: 0.2;
  z-index: -1;
}
*/

@media screen and (max-width: 768px) {
  .big_image_background_intro {
    text-align: center;
    padding-right: 0;
  }
  .big_image_background {
    background-position: 10% 50%;
  }
  .big_image_background .px55,
  #einleitung .px55,
  #leistungen .px55,
  #preise .px55,
   {
    font-size: 12vw;
  }
  .big_image_background .px45,
  #einleitung .px45,
  #leistungen .px55,
  #preise .px55 {

    font-size: 10vw;
  }
  .big_image_background h2 {
    font-size: 7vw;
  }

}


/*
 
 3 Leistungen & preise
 
 */

#leistungen {
  padding: 100px 0px 50px 0px;
/*  background-color: rgba(184,155,156,0.1); */
 overflow: hidden;
 font-size: 14px;
 text-align: center;
 position: relative;
}

#preise {
  padding: 0px 0px 100px 0px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  position: relative;
}


.leistung_description_wrapper .row {
  border-bottom: 1px dotted rgb(184,155,156);
  padding: 3px 0px;
}

.leistung_description_wrapper .row:last-child {
  border-bottom: none;
}


.leistung_description_wrapper .row .col-4 {
  text-align: right;
}


.leistung_description_wrapper {
    padding: 20px;
    text-align: center;
}

#leistungen::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image:url(../images/pattern_background.png);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}

#preise::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image:url(../images/pattern_background.png);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}




#leistungen h2 {
  text-align: center;
  margin-bottom: 20px;
}


#leistungen .leistung_wrapper h2 {
  text-align: center;
  font-size: 20px;
  color: rgb(184,155,156);
  margin-bottom: 10px;
}


#preise h2 {
  text-align: center;
  font-size: 20px;
  color: rgb(184,155,156);
  margin-bottom: 10px;
}



.leistung_headline small {
    color: rgb(123,122,121);
}


#leistungen h3 {
  text-align: center;
  font-size: 20px;
  color: rgb(184,155,156);
  margin-bottom: 10px;
}

.leistung_wrapper {
  padding: 20px;
    text-align: center;
}

.leistung_wrapper a {
  color: rgb(184,155,156);
}

.leistung_wrapper a:hover {
  text-decoration: none;
  color: rgb(123,122,121);
}

/*
.leistung_wrapper a::before {
  content: "→ ";
}
*/

/*
 
 4 Parallax
 
 */

#parallax {
    position: relative;
    background: url("../images/parallax_background.jpg");
    background-size: cover;
    min-height: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    height: 50vh;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



#parallax:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    border-top: 100px solid transparent;
}


/*
 
 5 Impressionen
 
 */


#impressionen {
  padding: 0px 0px 100px 0px;
  position: relative;
}

#impressionen h2 {
  text-align: center;
  margin-bottom: 20px;
}


.startseite_image_effect a img {
  transition: all .2s ease-in-out;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.startseite_image_effect a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}



/*
 
 6 Footer
 
 */


footer {
  position: relative;
  padding: 50px 0px 50px 0px;
  background-color: rgba(219,205,205,0.2);
  color: rgb(123,122,121);
  font-size: 14px;
  overflow: hidden;
}

footer a {
    color: rgb(184,155,156);
    text-decoration: underline;
}
  
footer a:hover {
  color: rgb(123,122,121);
}

footer strong {
  color: rgb(184,155,156);
  font-family: 'Corsa-Thin';
}


.fa-instagram:before {
  margin-right: 5px;
}

.social-media-bar {
  margin-bottom: 20px;
}

footer::before {
  position: absolute;
  bottom: 0;
  right: -2vw;
  background-repeat: no-repeat;
  content: url(../images/pattern3.png);
  width: 425px; 
  height: 450px;
  opacity: 0.5;
  z-index: -1;
}


/*
 
  0 0 Unterseiten Generel
 
 */

.unterseite h1 {
  margin-bottom: 20px;
}



/*
 
  0 1 PAGE Leistugen
 
 */

#leistungen .leistung_wrapper h2:hover {
  color: rgb(123,122,121);
}


.leistung_headline small {
    color: rgb(123,122,121);
}


.leistungen .arrow { 
  position: relative;
  left: 1%;
  -webkit-transition:all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;}

.leistungen .arrow-down .arrow {
   color: rgb(123,122,121);
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.leistungen .leistung_headline:hover {
  cursor: pointer;
}

.leistungen .leistung_description {
  display: none;
}


/*
 
  0 1 PAGE Kontakt
 
 */


.kontakt #einleitung {
  padding-bottom: 0;
}


.kontakt #einleitung::after {
  background: none;
}