@font-face {
    font-family: "Roboto_Slab";
    font-style: normal;
    font-weight:100 900;
    font-display: swap;
    src: url("../font/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf");
  }
  
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight:400;
    font-display: swap;
    src: url("../font/Roboto/Roboto-Regular.ttf");
  }
  
  @font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight:100 900;
    font-display: swap;
    src: url("../font/Raleway/Raleway-VariableFont_wght.ttf");
  }
  @font-face {
    font-family: "Raleway-Italic";
    font-style: normal;
    font-weight:100 900;
    font-display: swap;
    src: url("../font/Raleway/Raleway-Italic-VariableFont_wght.ttf");
  }
  @font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight:400 700;
    font-display: swap;
    src: url("../font/Lora/Lora-VariableFont_wght.ttf");
  }
  @font-face {
    font-family: "Lora-Italic";
    font-style: normal;
    font-weight:400 700;
    font-display: swap;
    src: url("../font/Lora/Lora-Italic-VariableFont_wght.ttf");
  }
  @font-face {
    font-family: "Poor Story";
    font-style: normal;
    font-weight:400;
    font-display: swap;
    src: url("../font/Poor_Story/PoorStory-Regular.ttf");
  }
  @font-face {
    font-family: "Indie Flower";
    font-style: normal;
    font-weight:400;
    font-display: swap;
    src: url("../font/Indie_Flower/IndieFlower-Regular.ttf");
  }
  body {
    font-family: 'Lora';
    /*background-image: linear-gradient(rgba(207, 212, 218, 0.5), rgba(56, 53, 54, 0.45)), url("../img/Hintergrundbilder/bg-wood.jpg");*/
    background-image: linear-gradient(rgba(115, 115, 115, 0.65), rgba(115, 115, 115, 0.65)), url("../img/Hintergrundbilder/stones.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}
.text-main {
  color: white;
}
.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section-heading {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
  color: #383536;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
 
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.section-drinks-heading {
  color: #383536;
 
  
}
.section-drinks-heading .section-drinks-heading-lower {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Roboto_Slab';
}
.section-drinks-heading .section-drinks-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Indie Flower';
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}
.bg-faded-table {
    background-color: rgba(56, 149, 210, 0.85);
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  @media (min-width: 992px) {
    .bg-faded-table {
      background-color: rgba(56, 149, 210, 0.85);
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    } 
  }

#mainNav {
  background-color: rgba(56, 149, 210, 0.9);
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: white;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #737373;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #737373;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(115, 115, 115, 0.85);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(56, 149, 210, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(56, 149, 210, 0.85);
}
.cta-text {
  color:white;
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}
.product-item .product-item-img {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 70vw;
  }
}


.address strong {
  font-size: 1.2rem;
}


.footer {
  background-color: rgba(20, 20, 19, 0.9);
}

.footer-section {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}
.footer-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}
.footer-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.footer-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}
.footer-section .social {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.footer-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-section .social a:active {
  color: #fff;
}

.text-primary {
  color: #3895d2 !important;
}

.bg-primary {
  background-color: #3895d2 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #3895d2;
  border-color: #3895d2;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: gray;
  border-color: gray;
}
.btn-products{
  background-color:white;
  border-color: #3895d2;
  color:#383536 ;
}
.btn-products:hover, .btn-products:focus, .btn-products:active{
  background-color: #3895d2;
  border-color:gray;
  color:white;
}
.font-weight-light {
  font-weight: 100 !important;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color:sienna;    }
    49%{    color:sienna }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color:sienna;    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.img {
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.bg-news {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .img-News{
    width: 100%;
    height: auto;
  }
  /*Kontakt*/

.contact-section {
    padding-top: 5rem;
  }
  .contact-section .card {
    border: 0;
    border-bottom: 0.25rem solid #3895d2;
  }
  .contact-section .card h4 {
    font-size: 0.8rem;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 0.15rem;
  }
  .contact-section .card hr {
    border-color: #3895d2;
    border-width: 0.25rem;
    width: 3rem;
  }
  .contact-section .social {
    margin-top: 5rem;
  }
  .contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .contact-section .social a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .contact-section .social a:active {
    color: #fff;
  }
  .table-menu{
    /*background-color: #3895d2;*/
    font-weight: bold;
    color: white;
  }
  .img-main{
    width: 100%;
    height:auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 992px) {
    .img-main{
      width: 60%;
      
  
    }
  }

     /* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 220px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  /* background: #3895d2; */
  background: #545454;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.0rem;
  font-weight: 0.8;
  font-family: 'Roboto_Slab';
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 220px;
  width: 220px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

@media (min-width: 992px) {
  .kids-item .kids-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .kids-item .kids-item-img {
    position: relative;
    z-index: 0;
    max-width: 40vw;
  }
  .kids-item .kids-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}
.overview {
  margin-bottom: -30px;
}

.overview .overview-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.overview .overview-item .overview-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(56, 149, 210, 0.9);
}

.overview .overview-item .overview-item-caption:hover {
  opacity: 1;
}

.overview .overview-item .overview-item-caption .overview-item-caption-content {
  font-size: 1.2rem;
  font-family: 'Raleway';
}
.over-section {
  padding: 1rem 0;
}

.over-section .over-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
  color:white;
}

@media (min-width: 992px) {
  .over-section .over-section-heading {
    font-size: 3rem;
    line-height: 2.5rem;
    color:white;
  }
}

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: white;
  border-radius: 1rem;
  border-color: white !important;
}

.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
  color: white !important;
  font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}
.badge-primary {
  color: #fff;
  background-color: #3895d2;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #89154D;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(137,21,210, 0.5);
}
