@font-face {
    font-family: PlayfairDisplaySC-Bold;
    src: url(../fonts/PlayfairDisplaySC-Bold.ttf);
}


@font-face {
    font-family: PlayfairDisplaySC-Italic;
    src: url(../fonts/PlayfairDisplaySC-Italic.ttf);
}

@font-face {
    font-family: PlayfairDisplaySC-Regular;
    src: url(../fonts/PlayfairDisplaySC-Regular.ttf);
}

@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}



body {
    font-family: PlayfairDisplay-Regular;
    background-color: #32373c;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    overflow-x: hidden;
}

a:link,
a:visited {
    color: #bfac65;
    text-decoration: none;
}

a:active {
    color: #bfac65;
}

a:hover {
    color: #ffffff;
}

#sidemenu, #sidemenu a {
    line-height: 38px;
    font-family: PlayfairDisplaySC-Regular;
    font-size: 18px;
    color: #bfac65;
    margin-left: 5px;
}

#sidemenu a:hover {
    color: #fff;
}

h1 {
    font-family: PlayfairDisplaySC-Regular;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h2 {
    font-family: PlayfairDisplaySC-Regular;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h3 {
    font-family: PlayfairDisplaySC-Regular;
    color: #bfac65;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

h4 {
    font-family: PlayfairDisplaySC-Regular;
    color: #bfac65;
    font-weight: 300;
    margin-bottom: 20px;
}

p {
    color: #fff;
    line-height: 25px;
    font-weight: 200;
    font-size: 18px;
}

.speisekarte-bold {
    font-family: PlayfairDisplaySC-Bold;
    color: #000000;
    font-size: 20px;
}

.speisekarte-italic {
    font-family: PlayfairDisplaySC-Italic;
    color: #000000;
    font-size: 20px;
}

.speisekarte {
    font-family: PlayfairDisplay-Regular;
    color: #000000;
    font-size: 20px;
}

table,
table tr,
table tr td {
    color: #ffffff;
}




.btn-gold {
    font-family: PlayfairDisplaySC-Regular;
    /*border: 2px solid #bfac65;*/
    border: 0;
    background-image: url('../images/Rahmen-05.png');
    background-repeat: no-repeat;
    background-size: 300px 105px;
    background-color: transparent;
    font-size: 25px;
    color: #bfac65;
    font-weight: 300;
    letter-spacing: 3px;
    width: 300px;
    height: 105px;
}

.btn-gold:hover {
    font-family: PlayfairDisplaySC-Regular;
    /*border: 2px solid #ffffff;*/
    border: 0;
    background-color: transparent;
    color: #ffffff;
}

.btn-gold-sm {
    border: 2px solid #bfac65;
    background-color: transparent;
    font-size: 25px;
    color: #bfac65;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    width: 200px;
    height: 50px;
}

.btn-gold-sm:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

textarea,
input,
select {
    resize: none;
    background-color: #32373c;
    border: 2px solid #bfac65;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 90%;
    color: #bfac65;
    font-size: 18px;
}

textarea:focus,
input:focus,
select:focus {
    resize: none;
    background-color: #32373c;
    border: 2px solid #bfac65;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 90%;
    outline: none !important;
}

footer {
    font-family: PlayfairDisplaySC-Regular;
    background-color: #bfac65;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

.footer-bottom {
    background-color: #32373c;
    color: #fff;
}

.footer-text {    
    font-family: PlayfairDisplaySC-Regular;
    font-size: 12px;
    color: #000000;
}

.footer-text a:active,
.footer-text a:link,
.footer-text a:visited {
    color: #000000;
}

.footer-text a:hover {
    color: #ffffff;
}

#salat {
    background-image: url("../images/box.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.salatDetails {
    margin: 25px 20px 25px 50px;
    padding: 70px 20px 70px 20px;
}


#navbar {
    background-color: #fff;
    font-family: PlayfairDisplaySC-Regular;
    font-size: 10px;
    color: #bfac65;
    position: fixed;
    top: -100px;
    width: 100%;
    display: block;
    transition: top 0.3s;
}


#navbar a {
    font-family: PlayfairDisplaySC-Regular;
    float: left;
    display: block;
    font-size: 10px;
    color: #bfac65;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
}

#navbar a:hover {
    font-family: PlayfairDisplaySC-Regular;
    color: #bfac65;
}

#navbarExternal {
    background-color: #fff;
    font-family: PlayfairDisplaySC-Regular;
    font-size: 10px;
    color: #bfac65;
    position: fixed;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

#navbarExternal a {
    font-family: PlayfairDisplaySC-Regular;
    float: left;
    display: block;
    font-size: 10px;
    color: #bfac65;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
}

#navbarExternal a:hover, #navbarExternal a:active {
    font-family: PlayfairDisplaySC-Regular;
    color: #bfac65;
}

.desktop_logo {
    display: block;
}

.mobile_logo {
    display: none;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #bfac65;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 15px;
    right: 15px;
    background-color: #bfac65;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


input::-webkit-calendar-picker-indicator {
    /* display: none; */
}

input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}

.disabled {
    color: #000;
}

.enabled {
    color: #ff0000 !important;
}


.bar {
    position: relative;
    display: block;
    width: 315px;
}

.bar:before,
.bar:after {
    background: #0288D1;
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}


.table {
    font-size: 18px;
}


.modal-content {
    background-color: #32373c;
    font-family: PlayfairDisplay-Regular;
    font-size: 10px;
    color: #fff;
}

.nav-active {
    color: #bfac65;
    border-bottom: 2px solid #bfac65;
} 



#tabelleVeranstaltung {
    display:block;
}

#mobileVeranstaltung {
    display: none;
}


.veranstaltungImage {
    border: 9px solid #bfac65;
}

.shadow-nav {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#scrollToTopIcon {
    display: none;
}

.li-wir-suchen-dich {
    background-color:#32373c;
    color:#fff;
}

.icon-color {
    background-color: #bfac65;
}

@media only screen and (max-width: 768px) {
    #tabelleVeranstaltung {
        display: none;
    }

    #mobileVeranstaltung {
        display: block;
    }

    #scrollToTopIcon {
        display: block;
        background-color: #bfac65;
        color: #fff;
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
    }


    #navbar {
        background-color: #32373c;
        color: #bfac65;
    }

    #navbarExternal {
        background-color: #32373c;
        color: #bfac65;    
    }


    .desktop_logo {
        display: none;
    }
    
    .mobile_logo {
        display: block;
    }

    .navbar-toggler {
        color: #bfac65;
        margin-top: 5px;
        margin-left:-10px;
    }
    


}


@keyframes fadeInUp {
    from {
      transform: translateX(-150px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fadeInUpRight {
    from {
      transform: translateX(150px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .fade-in-up {
    animation: 1.5s both fadeInUp;
  }

  .fade-in-up-right {
    animation: 1.5s both fadeInUpRight;
  }

.padding-list {
    padding: 10px 10px 0 0;
}

.btn-one {
  color: #FFF;
  transition: all 0.3s;
  position: relative;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.5);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255,255,255,0.1);
}
.btn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}

.ql-toolbar {
    background-color: #bfac65;
}

