@font-face {
    font-family: text_main;
    src: url('font/lato/Lato-Regular.ttf') format('opentype');
}

@font-face {
    font-family: text_main;
    font-weight: bold;
    src: url('font/lato/Lato-Bold.ttf') format('opentype');
}

@font-face {
  font-family: hand;
  src: url('font/nothing/NothingYouCouldDo-Regular.ttf') format('opentype');
}

:root {
  --main1: rgba(21, 71, 52, 1);
  --main2: rgba(21, 71, 52, 0.5);
  --aux1:  rgba(249, 167, 13, 1);
  --aux2:  rgba(249 ,167, 13, 0.5);
  --grey1: rgba( 94,106,113,1); /* dark grey */
  --grey2: rgba(164,176,173,1);
  --white: rgba(255,255,255,1);
  --black: rgba( 20, 20, 20,1); /* black */
}

body {
  margin: 0;
  background-color: #ffffff;
}

[id] {
    scroll-margin-top: 4em; /* Adjust the value as needed */
}

p {
  max-width: 30em;
}

.carousel-caption p {
  max-width: None;
}


.navbar-container {
  background-color: #ffffff;
}

.navbar {
  background-color: #ffffff;
}

.carousel-caption {
  background-color: #ffffffcc;
  color: var(--main1);
}


.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
   background-position: center;
   background-size: cover;
   width: 450px;
   height: 450px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: var(--aux1);
}


h1 {
  font-family: hand; 
  font-size: 3rem; 
  color: var(--main1); 
  text-align: center; 
}

h2 { 
  font-size: 2rem; 
  
}

h3 { 
  font-size: 1.5rem;
}

h4 {
  margin-top: 0.25em;
  font-size: 1.25rem; 
}

h2, h3, h4 {
  color: var(--main1);
  margin-bottom: 0.5em;
}

.logo {
  background: #ffffff; 
  clip-path: polygon(50% 0%, 100% 74%, 73% 99%, 27% 99%, 0% 74%);
  text-align:center;
  display: block;
}

.footer {
  background-color: none;
  font-family: text_main;
}

.footer-nav {
  margin-bottom: 1em;
}

.vh-50 {
  height: 50vh;
}

.vh-20 {
  height: 20vh;
}

a, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand{
  color: var(--main1); 
}

a.jetzt-buchen, .btn-primary {
  background-color: var(--main1); 
  color: var(--white);
  border-style: none;
}

.btn-primary:hover {
  background-color: var(--main1); 
  color: var(--aux1);
  border-style: none;
}

a:hover, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-brand:hover, a.jetzt-buchen:hover {
  color: var(--aux1); 
  text-decoration: none;
}

  
.dropdown-item.active { 
  background-color: var(--main1);
  color: var(--white);
}

.dropdown-item.active:hover {
  background-color: var(--main1);
  color: var(--aux1);
}

.dropdown-item:hover { 
  background-color: var(--white);
  color: var(--aux1);
}


span.tag {
  padding: 2pt;
  background-color: var(--main1);
  color: var(--white);
  margin-right: 4pt;
/*   border: 1px white; */
  white-space:nowrap; /* No line break in the span  */
}


.content {
  width:100vw!important;
  background-color: #ffffff; 
  position: relative; 
  padding-top: 5em; 
  padding-bottom: 5em;
}

.bg-img {
  width:100vw!important;
  background-size: cover; 
  background-position: center; 
  background-attachment: fixed;
}
  
  
  
div.card-img-top img {
  height: 150px; 
  object-fit: cover;
}

.modal-body .carousel-inner img {
  height: 400px; 
  width: 100%;
  object-fit: cover;
}

.modal-body .details .label{
  padding-right: 0.5em;
  vertical-align: top;
}
  
.social-media a {
  margin-right: 0.5em;
}
