/* CSS Document */
/* Fremde Fonts definieren und vom eigenen Server laden */
@font-face {
    font-family: "Italianno";
    src: url("/fonts/italianno-v18-latin-regular.woff2") format("woff2"),
         url("/fonts/Italianno-Regular.ttf") format("truetype");
    /*font-weight: 400;*/
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    transform: scaleX(1.05);
}

.footer {
  background-image:url("/images/bg_footer.jpg");
  color: #333333 !important;
}
.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.footer-copyright {
  text-align: center;
}
.container-footer {
  padding-top: 30px !important;
}

.footer-top {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 25px;
  margin-top: -30px;
  margin-bottom: 30px;
  background-image: url("/images/bg_footer02.jpg");
  /*box-shadow: 0 -5px 20px rgba(0,0,0,0.05);*/
}
.footer-bottom {
  display: grid;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.container-component {
  max-width: 960px !important;
}

/* BigMac / Drop-Down Menu */
.container-header {
  height: 130px !important;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 0px;
  background-image: url("/images/menu-hg.jpg");
  background-position: center -65px;
  background-repeat: repeat-y;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.container-topbar {
  margin-top: 10px;
}
.container-nav {
  margin-top: 5px;
  color: #ffffff;
  display: flex;
  /*align-items: center;*/
}
.container-logo {
  margin-top: 5px;
  margin-left: auto !important;
}
.right-col {
  align-content: flex-end;
  text-align: end;
}
.navbar-collapse.show {
  margin-top: 5px;
  border: 1px #FFFFFF solid;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-image: url("/images/menu-hg2.jpg");
  background-repeat: repeat-y;
  background-position: center center;
  box-shadow: 5px 5px 1px #FFDD68;
}

.mail a {
  text-decoration: none !important;
  color: #ffffff !important;
}
.mail a:hover {
  color: #FFDD68 !important;
}
.mail a:visited {
  color: #ffffff !important;
}
.foo-01 .mail a {
  text-decoration: none !important;
  color: #000000 !important;
}
.foo-01 .mail a:hover {
  color: #0000ff !important;
}
.foo-01 .mail a:visited {
  color: #000000 !important;
}
.layout {
  width: auto;
  height: 300px;
}

/* Layout Google Schriftarten */
.foo-01 h3, .foo-02 h3, .foo-03 h3, .foo-04 h3 {
    font-family: Italianno;
    font-size: 35px !important;
}
.footer-bottom .mod-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.footer-bottom .mod-menu li {
    margin: 0;
}

.footer-bottom .mod-menu li:not(:last-child)::after {
    content: " | ";
    margin: 0 12px;
}

.footer-bottom .mod-list {
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-bottom .mod-menu a {
    text-decoration: none;
    transition: color .2s ease;
}

.footer-bottom .mod-menu a:hover {
    color: #0000ff;
}

/* Diverse Buttons */
.btn.btn-secondary {
  background-color: #F2AC4E;
  border-color: #333333;
}
.btn.btn-secondary:hover {
  background-color: #cccccc;
}

#home-01 .sppb-addon-content h3,
.video-text h3,
#feste-feiern h3 {
    font-family: Italianno;
    font-size: 35px !important;
}

/* Blog Layout */
.page-header h1,
.page-header h2 {
  font-size: 35px;
  font-family: "Italianno";
  text-decoration: none;
}
.page-header h2 a {
  text-decoration: none;
}

/* Desktop */
@media (min-width: 992px) {
    /* Horizontales Menü */
}

/* Tablet quer */
@media (max-width: 991.98px) and (orientation: landscape) {
    /* Je nach Wunsch noch horizontal */
}

/* Tablet hoch + Smartphone */
@media (max-width: 991.98px) and (orientation: portrait) {
  /* BigMac / Dropdown */
}

/* Smartphone */
@media (max-width: 767.98px) {
    /* Feinabstimmung */
    #bannerslider {
      display: none !important;
    }
    .container-topbar {
      display: none !important;
    }
    .container-nav {
      position: relative;
      height: 40px !important;
    }
    .navbar-collapse.show {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
    }
    .navbar-collapse.show {
      width: 250px;
    }
    .container-header {
      height: 130px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      padding-top: 0px;
      background-image: url("/images/menu-hg2.jpg");
      background-repeat: repeat-y;
      box-shadow: 0 5px 5px rgba(0,0,0,0.5);  
    }
    .container-logo {
      align-content: center !important;
      text-align: center !important;
      vertical-align: top !important;
    }
    .container-logo .mod-custom117 img {
      vertical-align: top !important;
      margin-top: -30px !important;
    }
  
    .footer-bottom .mod-menu {
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer-bottom .mod-menu li {
        margin-bottom: 12px !important;
    }

    .footer-bottom .mod-menu a {
        font-size: 24px !important;
        padding: 8px 15px!important;
        display: block!important;
    }
    .footer-bottom .mod-menu li:not(:last-child)::after {
        content: "";
    }
    .footer-bottom .mod-menu li:not(:last-child) {
        border-bottom: 1px solid #000000;
    }  
}