@font-face {
  font-family: Alex;
  src: url(../fonts/AlexBrush-Regular.ttf);
  font-display: fallback;
}

html{
  background-color: #353230;
  #overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  background-color: #353230;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.strong{
  font-weight: bold;
}

#impressum, #datenschutz{
  color: white;
}

#impressum h1, #datenschutz h1{
  margin-top: 40px;
  font-size: 26px
}
#impressum #main div{
  margin-top: 20px
}
#familie .zitat{
  font-size: 3vw
}

#carousel .carousel-control-prev-icon{
  position: absolute;
  left: -25%;
}

#carousel .carousel-control-next-icon{
  position: absolute;
  right: -25%;
}

.active{
  outline:2px solid #9f935f;
}


.dropdown-menu{
  position:absolute!important;
  left: -132px!important;
  top: 58px!important;
  background-color: #353230;
  border: 1px solid #9f935f;
  border-radius: 0;
}
#carousel{
  margin-top: -80px;
}
.dropdown-toggle{
  padding-right: 12px!important;
}
.dropdown-item.active {
  background-color: #9f935f;
  outline: none;
}

.pos-rel{
  position: relative;
}
.uppercase{
  text-transform: uppercase;
}
.rahmen{
    border: 2px solid #978c5c;
}
.shadow{
  box-shadow: 10px 10px 20px black!important;
}

.headerbild-title{
  color: white;
  background-color: #262421;
  border: 2px solid #9f935f;
  font-weight: bold;
  padding: 2px 8px;
  font-size: 2vw;
}


.navbar{
  background-color: #353230;
}

.navbar-nav{
  margin: 0 auto;
}

.navbar-nav a:link, .navbar-nav a:visited{
  color:white;
  transition-duration: 0.5s
}

.navbar-nav a:hover, .navbar-nav a:active{
  background-color: #9f935f;
  color: white;
  outline:2px solid #9f935f;
  transition-duration: 0.5s
}

 .navbar-brand img{
 width: 80%;
   transition-duration: 0.5s;

}
.navbar-toggler-icon {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28159, 147, 95, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.shrink .navbar-brand img{
 width: 50%;
  transition-duration: 0.5s;
}

.sticky-header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
  margin-bottom: -40%
}


.sticky-finger {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 25%;
  margin-bottom: -40%
}

.sticky-finger2 {
  position: relative;
  top: 25%;
  margin-bottom: -40%;

}

.sticky-finger img, .sticky-finger2 img{
  opacity: 0.4;
  width: 100%;
  max-width: 100%;
}

.sticky-wrap-3{
  margin-bottom:30%;
}
.sticky-wrap-5{
  margin-bottom:50%;
}

.img-wrapper {
  display: grid;
  height:100vh;
  position: relative;
  top: -10vh;
}

.img-wrapper div {
  grid-column: 1;
  grid-row: 1;
  background-image: url(../img/header1.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gray);
  transition: opacity 0.1s;
}



#top{
  position: relative;
  #margin-top: 10%;
  margin-bottom: 80%;
}

#footer{
  background-color: white;
  color: black
}



#kontakt ul{
  text-align: center;
}
#kontakt ul li{
  display: inline;
  padding-right: 26px;
  white-space: nowrap
}

#kontakt ul li a{
  text-decoration: none;
  color: black;
}

#kontakt ul li:nth-of-type(1):before{
content: url("../img/IconAdresse.png");
  position: relative;
  top: 10px;
  left: -4px;
}
#kontakt ul li:nth-of-type(2):before{
content: url("../img/IconTelefon.png");
  position: relative;
  top: 10px;
  left: -4px;
}
#kontakt ul li:nth-of-type(3):before{
content: url("../img/IconMail.png");
  position: relative;
  top: 10px;
  left: -4px;
}
#kontakt ul li:nth-of-type(4):before{
content: url("../img/IconFacebook.png");
  position: relative;
  top: 10px;
  left: -4px;
}
#kontakt ul li a{
  padding: 4px 6px;
  transition-duration: 1s
}
#kontakt ul li a:hover{
  background-color:#9f935f;
  color:white;
  padding: 4px 6px;
  transition-duration: 1s
}

button#nav-main-toggler{
  position: absolute;
  right: 6%;
  top:20px;
}
button#nav-main-toggler:focus{
  box-shadow: none;
}
#kontakt ul li:nth-of-type(5):before{
content: url("../img/IconInstagram.png");
  position: relative;
  top: 10px;
  left: -4px;
}

#footer{
  padding-top:10%;
  padding-bottom:10%;
}

#breaker{
  text-align: center;
  padding: 3%;
}
#links{
  background-color: #262421;
    padding-top:10%;
  padding-bottom:10%;
}

.rowengel {
  text-align: center;
}

.rowengel .col-md-8{
  border-bottom: 3px solid #978c5c
}

.zitat{
  font-size: 2vw;
  color: white;
  color:  #9f935f;
}

.schatten{
  box-shadow: 12px 2px 32px black;
  display: block;
  transition-duration: 0.5s;
  position: relative;
}

.schatten:hover{
  box-shadow: none;
  transition-duration: 1s;
}

.zitat{
  padding: 06% 0;
  margin: 10% 0;
}

.link-title{
  color: white;
  font-weight: bold;
  font-size: 2vw;
  text-shadow: 0px 0px 3px black;
  transition-duration: 0.5s;
}
.schatten:hover .link-title{
  color: black;
  text-shadow: 0px 0px 3px white;
  transition-duration: 1s;
}

.home-main > div:nth-of-type(1){
  color:#978c5c;
  font-weight: bold;
  font-size: 20px;
  margin-bottom:0px;
}
.home-main > div:nth-of-type(2){
  color:white;
  font-weight: bold;
  font-size: 26px;
  margin-bottom:16px;
  line-height: 26px;
  position: relative;
}
.home-main > div:nth-of-type(3){
  color:#978c5c;
  margin-bottom:16px;
  position: relative;
}

.home-main > div:nth-of-type(2):before{
    content:"";
    position: absolute;
    bottom: 10px;
    left: -120px;
    right: 0;
    height:0px;
    width: 100px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.home-main > div:nth-of-type(2):after{
    content:"";
    position: absolute;
    bottom: -30px;
    left: -60px;
    right: 0;
    height:0px;
    width: 40px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.home-wurzeln > div:nth-of-type(1){
  font-size: 14px;
}

.home-wurzeln > div:nth-of-type(2){
  color: white;
  font-weight: bold;
  position: relative;
}

.home-wurzeln > div:nth-of-type(2):after {
    content:"";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height:0px;
    width: 100px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.home-wurzeln a:link, .home-wurzeln a:visited{
  color: white;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition-duration:0.5s;
  padding:4px 6px;
  left: -6px!important;:
}

.home-wurzeln a:hover, .home-wurzeln a:active{
  color: #978c5c;
  background-color: white;
  transition-duration:0.5s;
  padding:4px 6px;
}

.res-main{
  margin-top: 60px;
  margin-bottom:60px;
}

.res-main > div:nth-of-type(1){
  color:#978c5c;
  font-weight: bold;
  font-size: 20px;
  margin-bottom:0px;
}
.res-main > div:nth-of-type(2){
  color:white;
  font-weight: bold;
  font-size: 26px;
  margin-bottom:16px;
  line-height: 26px;
  position: relative;
}
.res-main > div:nth-of-type(3){
  color:#978c5c;
  margin-bottom:16px;
  position: relative;
}

.res-main-left > div:nth-of-type(2):before{
    content:"";
    position: absolute;
    bottom: 10px;
    left: -120px;
    right: 0;
    height:0px;
    width: 100px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.res-main-left > div:nth-of-type(2):after{
    content:"";
    position: absolute;
    bottom: -30px;
    left: -60px;
    right: 0;
    height:0px;
    width: 40px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.res-main-right > div:nth-of-type(2):after {
    content:"";
    position: absolute;
    bottom:10px;
    right: -110px;
    height:0px;
    width: 100px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}
.res-main-right > div:nth-of-type(3):before {
    content:"";
    position: absolute;
    top:8px;
    right: -50px;
    height:0px;
    width: 40px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.leuchte{
  margin: 15% 0 20% 0;
}

.leuchte:before {
    content:".";
  position: absolute;
  border-left: 1px solid #978c5c;
  left:50%;
  top:-80px;
  height: 80px;
  color: transparent;
  margin: 0 auto
}
.leuchte:after {
    content:".";
  position: absolute;
  border-left: 1px solid #978c5c;
  left:50%;
  bottom:-80px;
  height: 80px;
  color: transparent;
  margin: 0 auto
}
.home-wurzeln > div:nth-of-type(3){
    font-weight: bold;
    position: relative;
    top: 6px;
}

.home-wurzeln:nth-of-type(3), .home-wurzeln:nth-of-type(4){
  margin-top: 20px;
}

.sakral-info{
  margin-bottom: 80px;
}

.sakral-info > div:nth-of-type(1){
  font-size: 20px;
  font-weight:bold;
  margin-bottom:10px;
  color:  #978c5c;
}

.sakral-info > div:nth-of-type(2){
  color: white;
  font-weight: bold;
  position: relative;
  margin-bottom:10px;
  font-size: 26px;
  line-height: 26px;
}

.sakral-info > div:nth-of-type(2):after {
    content:"";
    position: absolute;
    bottom:10px;
    right: -110px;
    height:0px;
    width: 100px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.sakral-info > div:nth-of-type(3){
    position: relative;
    top: 6px;
    color:  #978c5c;
    font-size: 16px;
  font-weight: normal;
    margin-bottom: 40px;
  line-height: 22px;
}
.sakral-info > div:nth-of-type(3):before {
    content:"";
    position: absolute;
    top:8px;
    right: -50px;
    height:0px;
    width: 40px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}

.home2 .home-main{
  margin-top: 20%;
  margin-bottom: 30%;
}

.leuchter{
  text-align: center;
}
.leuchter img{
  width: 40%;
  text-align: center;}

.capture{
  color:#978c5c;
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 12px;
}

.inpic-capture{
  left:30%;
  background-color:#262420;
  color:white;
  padding:8% 12% 2% 2%;
  font-size: 2.5vw;
  max-width: 30%;
}

.ma{
  position: relative;
}

#familie1 .row:nth-of-type(odd) .name:before{
    content:"";
    position: absolute;
    top:20px;
    left: -88px;
    height:0px;
    width: 80px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}
#familie1 .row:nth-of-type(odd) .funktion:before{
    content:"";
    position: absolute;
    top:14px;
    left: -60px;
    height:0px;
    width: 40px;
    border-bottom: 2px solid white;
    z-index: 999;
}

#familie1 .row:nth-of-type(even) .name:before{
    content:"";
    position: absolute;
    top:20px;
    right: -88px;
    height:0px;
    width: 80px;
    border-bottom: 2px solid #978c5c;
    z-index: 999;
}
#familie1 .row:nth-of-type(even) .funktion:before{
    content:"";
    position: absolute;
    top:14px;
    right: -60px;
    height:0px;
    width: 40px;
    border-bottom: 2px solid white;
    z-index: 999;
}

#familie1 .name{
  font-size: 26px;
  font-weight:bold;
  margin-bottom:10px;
  color:  #978c5c;
}

#familie1 .funktion{
  color: white;
  font-weight: bold;
  position: relative;
  margin-bottom:10px;
  font-size: 22px;
  line-height: 26px;
}

#familie1 .beschreibung{
  color: white;
}

#familie1 img{
  position: relative
}

#news .news-nummer{
  font-size: 20px;
  margin-bottom:10px;
  color:  #978c5c;
}
#news .news-titel{
  font-size: 26px;
  font-weight:bold;
  margin-bottom:10px;
  color:  white;
}

#news .news-text{
  color: white;
}

#news .add-plus{
  position: relative;
}

#news .plus-x{
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-weight: bold;
  font-size: 4vw;
  color: black;
  opacity: 0.6
}

.news-item img{
  width: 100%
}

#video embed{
  width: 100%;
  max-width: 100%;
}

.car-ges-cap{
  position: absolute;
  width: 100%;
  bottom: 0;
}

#geschichte #carousel-geschichte .carousel-inner>.carousel-item {
   -webkit-transition: -webkit-transform 5s linear !important;
   -o-transition: -o-transform 5s linear !important;
    transition: transform 5s linear !important;
     outline: none;
}

#geschichte {
  overflow-x: hidden;
}

#geschichte #carousel-geschichte{
  color: white;
}


#geschichte #carousel-geschichte .inpic-cap0{
  width: 10%;
  display: block;
}

#geschichte #carousel-geschichte .inpic-cap1,
#geschichte #carousel-geschichte .inpic-cap2,
#geschichte #carousel-geschichte .inpic-cap3{
  width: 33.3%;
  display: block;
}
#geschichte #carousel-geschichte{
  color: white;
}
#geschichte #carousel-geschichte div{
  color: white;
  padding-bottom: 5%
}

#geschichte #carousel-geschichte h1{
  color:#978c5c;
}
#geschichte #carousel-geschichte .inpic-cap2 div{
  padding: 10% 0 50% 0;
}

#geschichte #carousel-geschichte .inpic-cap1 h1:after {
  content:".";
  position: absolute;
  border-left: 3px solid #978c5c;
  left:15%;
  bottom:-0px;
  height: 20%;
  color: transparent;
  margin: 10% auto
}

#geschichte #carousel-geschichte .inpic-cap2 h1:after {
  content:".";
  position: absolute;
  border-left: 3px solid #978c5c;
  left:50%;
  bottom:-0px;
  height: 30%;
  color: transparent;
  margin: 10% auto
}

#geschichte #carousel-geschichte .inpic-cap3 h1:after {
  content:".";
  position: absolute;
  border-left: 3px solid #978c5c;
  left:85%;
  bottom:-0px;
  height: 20%;
  color: transparent;
  margin: 10% auto
}

#accordionGeschichte .accordion-header button{
  color: #978c5c;
  font-weight: bold;
  background-color:  #353230
}

#accordionGeschichte .accordion-body {
 background-color: #353230;
  color: white
}

#accordionGeschichte .accordion-header{
  outline: none;
  box-shadow: none
}
#accordionGeschichte .accordion-button:not(.collapsed) {
 border-bottom: 1px solid #978c5c;
 background-color: white;
}

#accordionGeschichte .accordion-button:focus {
 z-index:3;
 outline:0;
 box-shadow:0 0 0 .25rem rgba(151, 140, 92, 0.4)
}

#accordionGeschichte .accordion-button:not(.collapsed)::after {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23978c5c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 transform:rotate(-180deg)
}
#accordionGeschichte .accordion-button::after {
 flex-shrink:0;
 width:1.25rem;
 height:1.25rem;
 margin-left:auto;
 content:"";
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23978c5c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 background-repeat:no-repeat;
 background-size:1.25rem;
 transition:transform .2s ease-in-out
}

@media screen and (max-width: 767px) {

 .sticky-finger{
  display: none;
}
.zitat{ 
  position: relative;
  top: -120px;
  font-size: 5vw;
  width: 90%;
  margin: 0 auto
  }
 .headerbild-title{
  padding: 8px 8px;
  font-size: 3vw;
   text-align: center;
  }
.link-title{
  font-size: 5vw;
}
  #kontakt ul li{
    display: block;
  }
  #kontakt ul li:before{
    display: block;
    margin: 30px 0 20px 0
  }
#familie .zitat{
  font-size: 5vw
}
#carousel .carousel-control-prev-icon{
  left: 0;
  bottom: 0
}

#carousel .carousel-control-next-icon{
  right: 0%;
  bottom:0;
}
}

#geschichte .zitat{
  font-size: 3.0vw;
 position: relative;
  top: -40px
}

@media screen and (max-width: 991px) {
.dropdown-menu{
  position:relative!important;
  left: 0px!important;
  top: 0px!important;
}

  #news .plus-x{
  font-size:6em;;
  }
 .home-wurzeln{
  padding: 20px 0 0 10px;
  }
  .home-wurzeln:nth-of-type(2){
  padding: 30px 0 0 10px;
  }
  
.sticky-finger2 {
  position: relative;
  top: 25%;
  margin-bottom: 40px;
}
#geschichte .zitat{
  position: absolute;
  top: -100px;
  font-size: 38px;
  text-align: center;
  width: 100%;
  }
}

@media screen and (min-width: 992px) {
.schreibschrift{
  font-family: "Alex";
}
}

@media screen and (min-width: 1921px) {
  body {
     font-size: 24px;
  }
  .headerbild-title{
  font-size: 36px;
}
  .inpic-capture{
    font-size: 44px;
    right: -2vw;
  }
  #carousel .carousel-control-prev{
  }
  #carousel .carousel-control-next{
  }
  .link-title, .zitat{
  font-size: 52px!important;
}
}