/* Start of start section */
#start {
  height: 105vh;
  width: 100%;
}

#start .backdrop {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#start .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.3;
  top: 0px;
  z-index: 0;
}

#start .backdrop .container {
  z-index: 1;
  position: relative;
}

#start svg {
  position: absolute;
  top: 88%;

}

#start .backdrop .title {
  color: white;
  padding-top: 35vh;
}

#start .backdrop .desc {
  color: rgb(237, 237, 237);
}

#start .scrollLine {
  height: 150px;
  width: 2px;
  background: #905f48;
  position: absolute;
  margin: 0 auto;
  bottom: -65px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  #start {
    height: 105vh!important;
    min-height: 600px;
    position: relative;
  }

#start .scrollLine {
  height: 110px;
  bottom: 0px;
}

#start .backdrop {

  overflow:  hidden;

}

#start .white_fill {
  position: absolute;
  height: 100px;
  background-color: white;
  width: 100%;
  display: none;
  z-index: -1;
}

#start svg {
  position: absolute;
  bottom: 0!important;
  top: inherit!important;
  z-index: 0;
  }




}

/* End of start section */


/* Start of hof Section */
#hof {


}

#hof .img {
background-color: rgb(176, 176, 176);
height: 350px;
width: 46%;
border-radius: 30px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#hof .text {

  width: 46%;
}

#hof .text .title {

}

#hof .text .title .title_top {
  color: #8b4d1a;
}

#hof .text .title .title_bottom {
  color: #a55f1b;
  line-height: 20px;
  margin-left: 60px;
}

#hof .text .content {
  margin-top: 40px;
}


@media (max-width: 767px) {
  #hof {
    z-index: 1;
    background-color: white;
    transform: translate(0px, -1px);
  }
  #hof .text {
    width: 100%;
    overflow: hidden;
  }
  #hof .img {
    width: 100%;
  }
  #hof .d-flex {
    flex-direction: column-reverse;
  }
}


/* End of hof Section */


/* Start of features section */
#features {
  margin-top: 60px;
  height: 280px;
  background-color: rgb(161, 161, 161);
  background-size: cover;
  background-position: top;
}
#features .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 280px;
  color: white;
  text-align: center;
}

#features .overlay .container .row{
  padding-top: 80px;


}

#features p {
  color: white;
}

#features .overlay .container .row .col{
  /*border-left: 1px solid white;*/
  min-height: 100px;
  perspective: 1000px;
  cursor: pointer;


}

#features .overlay .container .row .col:last-child {
  /*border-right: 1px solid white;*/

}

#features .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

#features .col:hover .flip-card-inner {
  transform: rotateY(180deg);
}

#features .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#features .flip-card-back {
  color: white;
  transform: rotateY(180deg);
}

#features .flip-card-front {
  height: inherit;

}

#features .overlay .container .row .flip-card-front img {
margin-top: 10px;
height: 40%;
}
#features .overlay .container .row .flip-card-front .text {
margin-top: 15px;
font-size: 17px;
font-weight: 300;
color: white;
text-align: left;
word-break: keep-all;
margin-left: 5px;

}

#features .overlay .container .row .flip-card-front .text h2 {
margin-top: 15px;


font-weight: 300;
color: rgb(246, 246, 246);
line-height: 30px;
}

@media (max-width: 991px) {
  #features {
    height: 380px;
  }
  #features .overlay {
    height: 380px;
  }
  #features .overlay .container .row .col:last-child {
    margin-top: 30px;

  }
}

@media (max-width: 768px) {
  #features {
    height: 400px;
  }

  #features .flip-card-back {
    margin-top: 25px;
  }

  #features .overlay .container .row {
    padding-top: 50px;
  }

  #features .overlay {
    height: 400px;
  }

  #features .overlay .container .row .col {
    border: none;
  }

  #features .overlay .container .row .col:nth-child(2n+1) {
    /*border-right: 1px solid white;*/
  }


  #features .overlay .container .row .col:last-child {
    border:none;
    margin-top: 0px;

  }
}

/* End of features section */

/* Start of angebote section */
#angebote {
  margin-top: 70px;
}


#angebote .title .title_top {
  color: #774933;
}

#angebote .title .title_bottom {
  color: #905f48;
  line-height: 20px;
  margin-left: 60px;
}

#angebote .row {
margin-top: 70px;
}

#angebote .a_card {
  margin-top: 20px;
  width: 98%;
  height: 400px;
  background-color: rgb(144, 142, 142);
  overflow: hidden;
}
#angebote .a_card .img {
  width: 100%;
  height: 60%;
  background-color: rgb(92, 92, 92);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#angebote .row a {
 text-decoration: none;
}

#angebote .a_card .text {
  color: #fff;
  width: 100%;
  height: 40%;
  background-color: #905f48;
  padding: 10px;
}

#angebote .a_card .text h3 {
  color: white;
}

#angebote .a_card .text p {
  font-weight: 200;
}

@media(max-width: 767px) {
  #angebote .card:nth-child(1) {
    margin-bottom: 30px;
  }
  #angebote .title {
  overflow: hidden;
  padding-bottom: 20px;
  }
}



/* cards */



:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);

}



#angebote .card {
  position: relative;
  display: -webkit-box;
  /*display: flex;*/
  -webkit-box-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  border: none;
  color: whitesmoke;
  border-radius: 0px!important;
  background-size: cover;
  background-position: 0 0;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}


@media (min-width: 600px) {
  #angebote .card {
    height: 350px;
  }
}
#angebote .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
#angebote .card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}


#angebote .content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
#angebote .content > * + * {
  margin-top: 1rem;
}

#angebote .card .title {
  font-size: 1.3rem;
  font-weight: 600!important;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 2px solid #905f48;
}

#angebote p {

  color: #fff;
}

#angebote .copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

#angebote .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: #905f48;
  border: none;
  transition: 0.2s;
}
#angebote .btn:hover {
  background-color: #704936;
  transition: 0.2s;
}


@media (hover: hover) and (min-width: 600px) {
  #angebote .card:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  #angebote .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
            transform: translateY(calc(100% - 4.5rem));
  }
  #angebote .content > *:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
  }

  #angebote .card:hover,
  #angebote .card:focus-within {
    -webkit-box-align: center;
            align-items: center;
  }
  #angebote .card:hover:before,
  #angebote .card:focus-within:before {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  #angebote .card:hover:after,
  #angebote .card:focus-within:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #angebote .card:hover .content,
  #angebote .card:focus-within .content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #angebote .card:hover .content > *:not(.title),
  #angebote .card:focus-within .content > *:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
            transition-delay: calc(var(--d) / 8);
  }

  #angebote .card:focus-within:before, #angebote .card:focus-within:after,
  #angebote .card:focus-within .content,
  #angebote .card:focus-within .content > *:not(.title) {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

/* End of angebote section */


/* Start of filler section */
#filler {
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-color: rgb(209, 209, 209);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#filler .text {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

#filler .text h2 {
  color: white;
}

#filler .text p {
  color: white;
}

#filler .overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  opacity: 0.4;
  background-color: black;
  width: 100%;
  height: 400px;
}

#filler .scrollLine {
  height: 35px;
  width: 2px;
  background: #e8e6e6;
  position: absolute;
  margin: 0 auto;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
}

/* End of filler section */

/* Start of aktuelles section */
#aktuelles {
  background: #efefef;
  position: relative;
  padding-bottom: 60px;
}

#aktuelles .scrollLine {
  height: 65px;
  width: 2px;
  top: 0;
  background: #905f48;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

#aktuelles .text {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 35px;
}

#aktuelles .text h1 {
  color: #905f48;
}

#aktuelles .text p {
  color: #424141;
  font-weight: 200;
}

/* ------- aktuelles Cards ------- */

#aktuelles .post-module {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 200px;
  height: 440px;

  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;

}
#aktuelles .post-module:hover,
#aktuelles .hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
#aktuelles .post-module:hover .thumbnail .img,
#aktuelles .hover .thumbnail .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
#aktuelles .post-module .thumbnail {
  background: #000000;
  height: 300px;
  overflow: hidden;
}
#aktuelles .post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #724a35;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#aktuelles .post-module .thumbnail .date .day {
  font-size: 18px;
  line-height: 15px;
}
#aktuelles .post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
#aktuelles .post-module .thumbnail .img {
  background-color: rgb(140, 140, 140);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 270px;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#aktuelles .post-module .post-content {
  position: absolute;
  min-height: 176px;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
#aktuelles .post-module .post-content .category {
  position: absolute;
  top: -31px;
  left: 0;
  background: #724a35;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
#aktuelles .post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 700;
}
#aktuelles .post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #795540;
  font-size: 1rem;
  font-weight: 300;
}
#aktuelles .post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;

}
#aktuelles .post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
#aktuelles .post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
#aktuelles .post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
#aktuelles .hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}


#aktuelles .column {
  /*width: 320px;*/
  padding: 0 10px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
 #aktuelles .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
 #aktuelles .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
 #aktuelles .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
 #aktuelles .info span {
  color: #666666;
  font-size: 12px;
}
 #aktuelles .info span a {
  color: #000000;
  text-decoration: none;
}
 #aktuelles .info span .fa {
  color: #724a35;
}

@media(max-width: 991px) {
#aktuelles .post-module {
  margin-bottom: 20px;
}


}

/* End of aktuelles section */


/* Start of contact section */
#kontakt {
  padding-bottom: 100px;

}

#kontakt h1 {
  margin-top: 50px;
  color: #a55f1b;
}

#kontakt .content {
  margin-top: 30px;
}

#kontakt .info {
  width: 48%;
}
#kontakt .content .info h3 {
  color: #774933;
}

#kontakt .content .info .markers {
  margin-top: 30px;
}

#kontakt .content .info .markers .item {
  margin-bottom: 26px;
}

#kontakt .content .info .markers .item img {
  width: 25px;
  margin-right: 20px;
}


#kontakt .content .info .markers .item p {
  color: rgb(51, 50, 50);
  transition: 0.2s;
  font-weight: 300;
  margin: 0;
}


#kontakt .content .info .markers a:hover .item p {
  color: #a55f1b;
  cursor: pointer;
}

#kontakt .content .info .markers a {
  text-decoration: none;
}


#kontakt .content .partner {
  font-weight: 400!important;
  font-size: 0.8rem!important;
  margin-bottom: 0px!important;
}



#kontakt .maps {
  width: 48%;
  height: 300px;
}

#kontakt .wrapper {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
 #kontakt .wrapper > i {
	 display: block;
	 position: absolute;
}
 #kontakt .wrapper > i.top {
	 top: 0;
}
 #kontakt .wrapper > i.top:after {
	 top: -10px;
}
 #kontakt .wrapper > i.right {
	 right: 0;
}
 #kontakt .wrapper > i.right:after {
	 right: -10px;
}
 #kontakt .wrapper > i.bottom {
	 bottom: 0;
}
 #kontakt .wrapper > i.bottom:after {
	 bottom: -10px;
}
 #kontakt .wrapper > i.left {
	 left: 0;
}
 #kontakt .wrapper > i.left:after {
	 left: -10px;
}
 #kontakt .wrapper > i.top:not(.right):not(.left), #kontakt .wrapper > i.bottom:not(.right):not(.left) {
	 height: 5px;
	 left: 15px;
	 right: 15px;
}
 #kontakt .wrapper > i.left:not(.top):not(.bottom), #kontakt .wrapper > i.right:not(.top):not(.bottom) {
	 width: 5px;
	 top: 15px;
	 bottom: 15px;
}
 #kontakt .wrapper > i.top.right, #kontakt .wrapper > i.top.left, #kontakt .wrapper > i.bottom.right, #kontakt .wrapper > i.bottom.left {
	 width: 10px;
	 height: 10px;
}
 #kontakt .wrapper > i.top.right:after, #kontakt .wrapper > i.top.left:after, #kontakt .wrapper > i.bottom.right:after, #kontakt .wrapper > i.bottom.left:after {
	 content: "";
	 position: absolute;
	 width: 15px;
	 height: 15px;
}

#kontakt .wrapper {
  border-radius: 20px;
}
 #kontakt #map {
	 width: inherit;
	 height: inherit;
}
 #kontakt #map .gmnoprint {
	 display: none;
}

@media (max-width: 767px) {
  #kontakt .content {
    flex: none!important;
    display: block!important;
  }

  #kontakt .info {
    width: 100%;

  }

  #kontakt .maps {
    width: 100%;
    height: 300px;
  }


}

/* End of contact section */
