html {
    scroll-behavior: smooth;
  }

body {background-color: #fff;
color: #000}

nav {
    background-color: #fff;
}

@font-face {
    font-family: Ostia Antica Book;
    src: url("../fonts/Ostia_Antica_WEB-Book.woff") format("woff");
}

@font-face {
    font-family: Ostia Antica-Italic;
    src: url("../fonts/Ostia_Antica_WEB-Light_Italic.woff") format("woff");
}

@font-face {
    font-family: 'Ostia_Antica_WEB-Light';
    src:    url('../fonts/WEB-OstiaAntica-Light/WEB-OstiaAntica-Light/WEB-Full_version/Ostia_Antica_WEB-Light.eot');
    src:    url('../fonts/WEB-OstiaAntica-Light/WEB-OstiaAntica-Light/WEB-Full_version/Ostia_Antica_WEB-Light.eot?#iefix') format('embedded-opentype'),
            url('../fonts/WEB-OstiaAntica-Light/WEB-OstiaAntica-Light/WEB-Full_version/Ostia_Antica_WEB-Light.woff') format('woff'),
            url('../fonts/WEB-OstiaAntica-Light/WEB-OstiaAntica-Light/WEB-Full_version/Ostia_Antica_WEB-Light.woff2') format('woff2');
}

a.impressum {
    font-family: 'Ostia_Antica_WEB-Light',light;
    font-size: 14px;
}

a {
    color: black;
}

.top-pad{
    padding-top: 100px;
}

img.img-fill {
    filter: brightness(0%);
    padding-top: 39vh;
}

@media only screen and (max-width: 600px){
    img.img-fill {
        filter: brightness(0%);
        padding-top: 26%;
        padding-bottom: 80px;
    }
}

a:hover {
    text-decoration: none;
    color: #c28c83;
}

p.book{
    font-family: 'Ostia Antica Book',black;
    font-size: 16px; 
}

a.book{
    font-family: 'Ostia Antica Book',black;
    font-size: 14px; 
}

p.light {
    letter-spacing: 2px;
    font-family: 'Ostia Antica-Italic',black;
    font-size: 16px; 
    text-transform:uppercase;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1280px){
    p.book  {
        font-size: 18px;
    }
    p.light  {
        font-size: 18px;
    }
    a.light-italic {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 2560px){
    p.book  {
        font-size: 20px;
    }
    p.light  {
        font-size: 20px;
    }
    a.light-italic {
        font-size: 20px !important;
    }
}

a.light-italic {
    letter-spacing: 2px;
    font-family: 'Ostia Antica-Italic',black;
    font-size: 16px; 
    font-style: italic;
}

a.light-italic:hover {
    text-decoration: none;
    color: #c28c83;
}

.navbar-toggler-icon {
    color: #000;
}

.navbar {
    padding-left: 5%;
    padding-right: 5%;
}

.nav-link {
    color: #000; 
}

.navbar-brand {
    color: #000;
}

/* Font Styles */

.main-heading {
    font-size: 20em;
    margin-top: 55vh;
    font-weight: bold;
    letter-spacing: 0.1em;
}

img.bg-img{
    height:250px;
    position:fixed;
    top: 6%;
    left:22px;
    margin:0 auto;
  }

  @media only screen and (max-width: 600px) {
    img.bg-img {
        top: 4%;
        height:105px;
        left:9px;
    }
}
/*
.top-nav-toggler{
    position: absolute;
    z-index: 99;
    top: 6%;
}
.top-nav-toggler img{
    max-height: 250px;
}

.top-nav-toggler > a{
    color: #000;
    font-size: 18px;
    font-style:italic;
    letter-spacing: 3.2px;
    font-weight: semibold;
}

.top-nav-toggler > a:hover {
    color: #000;
    text-decoration: none;
} 

@media only screen and (max-width: 600px) {
    .top-nav-toggler {
        display: none;
    }
} */

/* custom grids */
.top-bg-green{
    background-color: #4B5B49;
}


    @font-face {
    font-family: 'Ostia Antica';
    src: url('./fonts/Ostia_Antica_WEB-Light_Italic.woff') format('woff');
  }

#site-top h1 {
    @font-face {
        font-family: 'Ostia-Antica';
        src: url('./fonts/Ostia_Antica_WEB-Book.woff');
    }
}

.top-bg {
    background: rgb(227,209,219);
    background: linear-gradient(180deg, rgba(227,209,219,1) 0%, rgba(245,174,90,0.8603816526610644) 72%, rgba(91,96,145,0.9304096638655462) 100%);
}
.content-wrapper {
    padding-left: 2%;
    padding-right: 2%;
}

.bg-2 {
    background-color: #62809B;
}
.bg-2 p {
    letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-050505);
text-align: center;
letter-spacing: 0px;
color: #050505;
opacity: 1;
font-size: 24px;
}

.bg-2 > h2 {
    margin-top: 10vh;
}
.bg-3{
    background-color: #80551A26;
}

@media only screen and (min-width: 992px){
.container-padding-left {
    padding-left: 15%;
}
.container-padding-right{
    padding-right: 15%;
}
}

/* Modal */

.btn-modal {
    color: black;
}
.btn-modal:hover {
    cursor: pointer;
}

/*left right modal*/
.modal.left_modal, .modal.right_modal{
    position: fixed;
    z-index: 99999;
  }
  .modal.left_modal .modal-dialog,
  .modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 32%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  
  .modal-dialog {
      /* max-width: 100%; */
      margin: 1.75rem auto;
  }
  @media (min-width: 576px)
  {
  .left_modal .modal-dialog {
      max-width: 100%;
  }
  
  .right_modal .modal-dialog {
      max-width: 100%;
  }
  }
  @media only screen and (max-width: 576px)
  {
  .left_modal .modal-dialog {
      min-width: 100%;
  }
  
  .right_modal .modal-dialog {
      min-width: 100%;
  }
  }


  .modal.left_modal .modal-content,
  .modal.right_modal .modal-content {
    /*overflow-y: auto;
      overflow-x: hidden;*/
      height: 100vh !important;
  }
  
  .modal.left_modal .modal-body,
  .modal.right_modal .modal-body {
    padding: 15px 15px 30px;
  }
  
  /*.modal.left_modal  {
      pointer-events: none;
      background: transparent;
  }*/
  
  .modal-backdrop {
      display: none;
  }
  
  /*Left*/
  .modal.left_modal.fade .modal-dialog{
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  
  .modal.left_modal.fade.show .modal-dialog{
    left: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
  }
  
  /*Right*/
  .modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  
  
  .modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
  }
  
  /* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }
  
  
  
  .modal-header.left_modal, .modal-header.right_modal {
  
    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }
  
  .modal_outer .modal-body {
      /*height:90%;*/
      overflow-y: auto;
      overflow-x: hidden;
      height: 91vh;
  }

  /* Impressum */

.bg-lighter {
    background-color: #80551A;
    
}

img.btn-close {
    color: black;
    width: 50px;
    transform: rotate(45deg);
    filter: brightness(0%) !important;
}
a.close:hover {
    cursor: pointer;
}
a.close:before{
    color: black;
}
@media only screen and (min-width: 1025px){
.padding-d{
    padding-right: 12%;
}
}