@font-face {
  font-family: inter;
  src: url(fonts/Inter/Inter-VariableFont_slnt\,wght.ttf);
}
@font-face {
  font-family: lora;
  src: url(fonts/Lora/Lora-VariableFont_wght.ttf);
}
body {
  font-family: inter;
}
.display-3, .lora, .card-title {
  font-family: lora;
}
h1, h2, h3, h4 {
  hyphens: auto;
}
main {
  hyphens: auto;
  min-height: calc(100vh - 90.4px);
}
.card-title {
  font-size: 1.5rem;
}
:root {
  --bs-body-font-size: 1.2rem;
  --bs-body-line-height: 1.65rem;
  --bs-link-color: #1f2b79;
  --bs-link-hover-color: #0050c7;
  --bs-secondary-rgb: 90, 90, 100;
}
.btn-primary {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: rgb(167, 36, 57);
  --bs-btn-border-color: #4a1212;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e00f36;
  --bs-btn-hover-border-color: #9c0808;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a1212;
  --bs-btn-active-border-color: #4a1212;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(52, 11, 11, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #551f27;
  --bs-btn-disabled-border-color: #1d0b0e;
  }
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.919);
  --bs-navbar-hover-color: #e00f36 ;
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgb(167, 36, 57);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  /* --bs-navbar-brand-color: rgba(129, 42, 42, 0.9); */
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
  /* box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); */
} 
.dropdown-item:active {
  background-color: #4f4c4d;
}

.float-r {
  float: right;
}
.abstand {
  padding-top: 100px;
}
.mehrerfahren:hover {
  color: rgb(167, 36, 57) !important;
}
.objectfit {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.absolute-posi {
position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
}
.titel-posi, .titel-posi-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%,  rgba(255, 255, 255, 0.95) 100%); 
}
.titel-posi-2{
  background: transparent;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    justify-content: flex-end;
    width: 93%;
}
.lin-gradient {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%,  rgba(255, 255, 255, 0.75) 100%); 
}
.hoehe {
    min-height: 70vh;
  }

.card {
    border-radius: 0;
    border: none;
}
.card img {
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    height: 350px;
}
#pfeil {
  object-fit: none;
  width: 50px;
  height: 40px;
}
.underline:hover {
  text-decoration: underline;
}
img.card-img-top.contain {
  object-fit: contain;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: rgb(95, 21, 21);
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  width: 60px;
  height: 60px;
}
.bg-image {
  background-image: url(img/kontakt-bg.jpg);
  background-size: cover;
}

@media (min-width: 768px) {
  .kultur-reverse {
    flex-direction: row-reverse;
  } 
}

@media (max-width: 768px) {
  img.float-r {
    width: 100%;
    float: none;
  }
}
@media (max-width: 576px) {
  .media-fs {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .headline {
    font-size: 1.8rem;
  }
  .subheadline {
    font-size: 1.2rem ;
  }
  #myBtn {
    right: 2px;
    bottom: 30px;
  }
  .footer {
    padding-right: 30px;
  }
  
}


