/* Allgemein */

/*Text*/

a {
  font-family: Raleway-Medium, Arial, Helvetica, sans-serif;
  color: #9a2a2a;
  text-decoration: none!important;
  
}

p {
  font-family: Raleway-Medium, Arial, Helvetica, sans-serif;
}

h1 {
  font-family: CaveatBrush-Regular;
}

h2 {
  font-family: CaveatBrush-Regular;
  color: #9a2a2a !important;
  text-align: center!important;
  
}

h3 {
  font-family: CaveatBrush-Regular;
  color: #9a2a2a !important;
}


.underline-small{
  color:#9a2a2a;
  display:table;
  position:relative;
  margin: 0 auto;
  
}

.underline-small::after{
  content:'';
  height:2px;
  width:20%;
  background:#9a2a2a;
  position:absolute;
  margin-left: auto;
  margin-right: auto;
  left:calc(50% - 10%);
  bottom:-5px;

  
}

/* Fonts */

@font-face {

  font-family: 'CaveatBrush-Regular';

  font-style: normal;

  font-weight: 400;

  src: local('CaveatBrush-Regular'), local('CaveatBrush-Regular'),

    url(/fonts/CaveatBrush-Regular.ttf) format('ttf');

}

@font-face {

  font-family: 'Raleway-Medium';

  font-style: normal;

  font-weight: 200;

  src: local('Raleway-Medium'), local('Raleway-Medium'),

    url(/fonts/Raleway-Medium.ttf) format('ttf');

}


/*Z-index*/

.z-top {
  z-index: 5;
}

.z-mid {
  z-index: 1;
}

.z-bot {
  z-index: -5;
}




/*Background*/
.bg-50{
background-color: rgba(0, 0, 0, 0.5);
}


/*Button*/




/* Navigartion */

.activelink {
  color: #9a2a2a!important;
  font-weight: 500;
}

/* Hero */

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Galerie */

.img-gallery {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 7px;
}

@media screen and (max-width: 1400px) {
  .img-gallery {
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .img-gallery {
    height: 200px;
  }
}

@media screen and (max-width: 992px) {
  .img-gallery {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .img-gallery {
    height: 250px;
  }
}

@media screen and (max-width: 576px) {
  .img-gallery {
    height: 200px;
  }
}

@media screen and (max-width: 400px) {
  .img-gallery {
    height: 170px;
  }
}









.lightbox-gallery p {
  color: #fff
}





.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px
}

.lightbox-gallery .intro p {
  margin-bottom: 0
}

.lightbox-gallery .photos {
  padding-bottom: 20px
}

.lightbox-gallery .item {
  padding-bottom: 30px
}


/*Back to top Button*/

#scroll-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #9a2a2abb;
  border: 2px solid white;
  border-radius: 50%;
  display: none;
}

#scroll-to-top-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
}

#scroll-to-top-btn:hover {
  background-color: #c14747bb;
  }

/* Toggle Styles */

#viewport {
  padding-left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 992px) {
  #viewport {
    padding-left: 0px;
  }
}

#content {
  width: 100%;
  position: relative;
  margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #96a2a7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 992px) {
  #sidebar {
    left: 0px;
    width: 0px;
  }
}


#sidebar header {
  background-color: #263238;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
}

#sidebar header a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#sidebar header a:hover {
  color: #fff;
}


#sidebar .nav a{
  background: none;
  color: #3d3d3d;
  font-size: 14px;
  padding: 8px 216px;
  font-weight: 500;
}

#sidebar .nav a:hover{
  background: none;
  color: #ECEFF1;
}

#sidebar .nav a i{
  margin-right: 16px;
}