/* Customized CSS */
/* sansita-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sansita-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sansita-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sansita';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/sansita-v11-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sansita-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sansita-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sansita-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sansita';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/sansita-v11-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sansita-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/sansita-v11-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sansita-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sansita';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/sansita-v11-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



html, body *, h1, h2, h3, h4, h5, h6 {
  font-family: 'Sansita' !important; 
}
body {
    background-color: white !important;
    color: #1a1a18 !important;
}
.container-fluid {
    padding: 0 !important;
}

.container {
  max-width: 992px !important;
}

.bg-brown {
  background: #731f22;
}
.text-dark {
  color: #1a1a18;
}
.bg-dark {
  background: #3c3a38;
}
.text-yellow {
  color: #ffe8b6;
}
.bg-yellow {
  background: #ffe8b6;
}
.bg-yellowdark {
  background: #e0d354
}
.navbar {
  padding: 0 !important;
  background: #ffe8b6;
  box-shadow: 0 -1px 8px 3px rgba(0,0,0,0.5);
}
.nav-item {
  min-width: 110px;
  padding: .7rem 0;
}
.nav-item:hover, .nav-item.active {
  background: #731f22;
}
a.nav-link {
  line-height: .2rem !important;
  font-size: 1.3rem;
  color: #3c3a38 !important;
  border-right: 2px solid #3c3a38 !important;
}
.nav-item:last-child a.nav-link {
  border: 0 !important;
}

a.nav-link:hover,
.nav-item.active a.nav-link {
  color: #ffe8b6  !important;
}
/* ----- Taste scroll-Top ----- */
.scrollup {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: rgba(0, 0, 0, .5) !important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 1540;
}
#ds_blok {
  background: rgba(0,0,0, .5);
}
.modal-body p, .modal-body ul li {
  font-size: .9rem !important;
  margin-bottom: .4rem !important;
}

.team figcaption {
  position: relative;
  background: rgba(255, 232, 182, .8);
  margin-top: -40px;
  color: #731f22;
  z-index: 15302;
}

.text-center ul {
  list-style-position: inside;
}

.card {
  border: 0 !important;
  border-radius: 0 !important;
  --bs-card-inner-border-radius: 0 !important;
}
.dienstinfo h1 {
  font-size: 2.2rem !important;
}
.dienstinfo h2 {
  font-size: 2.0rem !important;
}


.bg-verlauf {
  background: linear-gradient(to top, #731f22 60%, #3d1112);
}
.table-sm {
  font-size: .87rem !important;
}
th, td {
  padding: 2px .25rem !important;
}
footer {
  font-size: .9rem;
}
footer a:hover {
  color: #a59674 !important;
}
footer img {
  max-width: 95px !important;
}

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

}

@media screen and (max-width: 992px){
  #offcanvasDarkNavbar {
    background: #3c3a38 !important;
  }
  #offcanvasDarkNavbar .nav-link {
    padding: 1.0rem !important;
    border: none !important;
  }
  .btn-close {
    filter: invert(100%) !important;
  }
  .nav-item {
    width: 100%;
  }
  .nav-item a {
    text-align: left !important;
    color: #ffe8b6 !important
  }
}

@media screen and (max-width: 780px){
  .footer-bottom-text {
    
    } 
  }

@media screen and (max-width: 580px){
  header p.fs-5 {
  
  }
}

@media screen and (max-width: 420px) {
  .logo {
    
  }
  .top-img {
    
  }
}