@import "fonts.css";

body {
    background: url("../images/hintergrund.jpg");
    background-size: cover;
    background-attachment: fixed;
    color: #79331a;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;

}

iframe {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

/* Farbklassen */

.brown {
    color: #79331a;
}

.brown-heading {
    color: #79331a;
    font-family: 'Leckerli One', Sans, SansSerif;
}

.red {
    color: #ce1216;
}

.text-groesser {
    font-size: 1.2rem;
}

a {
    color: #ce1216;
}

a:hover {
    color: #84442e;
}

h1, h2, h3, h4, h5, h6 {
    color: #ce1216;
    font-family: 'dk_sugary_pancakeregular', SansSerif, Sans;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 5rem;
    text-align: center;
}

.h1-home {
    font-size: 6rem;
    text-align: center;
}


img {
    max-width: 100%;
    height: auto;
}

.headerbar {
    color: #ffffff;
    position: relative;
    z-index: 10;
    background: #ce1216;
    display: block;
    width: 100%;
    padding: 16px;
}

.logo a {
    color: #ffffff;
    font-family: 'Leckerli One', Sans, SansSerif;
    text-decoration: none;
    font-size: 2rem;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.logo a:hover {
    color: #FFE178;
    font-family: 'Leckerli One', Sans, SansSerif;
    text-decoration: none;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);

}

.subnavbar {
    color: #ce1216;
    position: relative;
    z-index: 11;
    background: rgba(255,255,255,0.8);
    display: block;
    width: 100%;
    padding: 9px;
}


.header-links i.far {
    font-size: 22px;
    margin-right: 10px;
}

a.shop-link {
    color: #ffffff;
    font-family: 'Leckerli One', Sans, SansSerif;
    text-decoration: none;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

a.shop-link:hover {
    font-family: 'Leckerli One', Sans, SansSerif;
    text-decoration: none;

}

div.shop-button {
    background: #fff;
    border: 1px solid #ce1216;
    border-radius: 25px;
    display: inline-block;
    padding: 0 25px;
}

div.shop-button:hover {
    background: #ce1216;
    border: 1px solid #ce1216;
    border-radius: 25px;
    display: inline-block;
    padding: 0 25px;
    color: #ffffff;
}

.fal.fa-shopping-bag {
    top: -2px;
    position: relative;
    margin-right: 7px;
}

.shop-button i,
.shop-button a {
    color: #ce1216;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.shop-button:hover i, 
.shop-button:hover a {
    color: #ffffff;
}

a.facebook-icon {
    color: #086FED;
}

a.facebook-icon i.fab.fa-facebook {
    font-size: 35px;
    margin: 0 5px;
}

.fa-facebook-square {
    color: #086FED;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}


a.instagram-icon {
    color: #E13F11;
}

a.instagram-icon i.fab.fa-instagram-square {
    font-size: 35px;
    margin: 0 0 0 5px;
}

.fa-instagram-square {
    color: #E13F11;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.wf-column.social-links img {
    margin: 0 7px;
}


.custom-intro-header {
    background: url("../images/landerlebnis.jpg") no-repeat center top;
    background-size: cover;
    width: auto;
}


div#intro {
    position: relative;
    top: -55px;
}

h2.intro-text {
    text-align: right;
    position: absolute;
    color: #fff;
   right: 30vw;
  top: 20%;
  font-size: 4rem;
}

h2.intro-text-winter {
  right: 20vw;
  top: 20%;
  font-size: 4rem;
  text-shadow: 2px 2px 2px #d60a01;
   text-align: center;
    position: absolute;
    color: #fff;
}

/* Scroll To Top */

div#scrollToTop img {
    width: 50px;
    height: auto;
}


/* Main Navigation */


nav.navbar ul {
    float: right;
}
nav.navbar ul li {
    display: inline-block;
}

/* Mobile Navigation */

.mobile-menu {
    min-height: 10px;
    background: #ce1216;
}

div#dj-megamenu99mobile {
    text-align: right;
}


/* Main Content */

.body {
    min-height: 600px;
}

.preis-wrapper1 {
    background-color: #dabd786e;
    padding: 15px 10px;
}

.preis-wrapper2 {
    background-color: #dabd781c;
    padding: 15px 10px;

}

span.dots {
    border-bottom: 2px dotted black;
    flex-grow: 1;
    margin-bottom: 5px;
    line-height: 1.6;
}

.eintrittspreise{
    display: flex;
    align-items: flex-end;
}

.item {
    margin-right: 15px;
    font-weight: 700;
    line-height: 1.6;
    align-items: flex-end;
    font-size: 1.2rem;
}

.preis {
    margin-left: 15px;
    color: #ce1216;
    font-weight: 700;
    min-width: 80px;
    line-height: 1.6;

    text-align: right;
}

/* Footer */

.footer {
    background: url(../images/footer_holz.jpg) repeat-x;
    background-size: contain;
    bottom: 0;
    padding: 30px;
}

.custom-footer-contact {
    color: #fff;
    font-family: 'dk_sugary_pancakeregular', SansSerif, Sans;
    font-size: 1.4rem;
    margin: 15px auto;
    width: 100%;
    text-align: center;
}

.custom-footer-contact a {
    color: #fff;
    font-family: 'dk_sugary_pancakeregular', SansSerif, Sans;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.custom-footer-contact a:hover {
    color: #FFE178;
}

footer ul.menu {
    margin: 5px auto;
    text-align: center;
}

footer ul.menu li {
    display: inline-block;
}

footer ul.menu li a {
    line-height: 1;
    padding: 2px 15px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
    font-weight: 700;
}

footer ul.menu li a:hover {
    color: #FFE178;
}

footer ul.menu li {
    border-right: 1px solid #fff;
}

footer ul.menu li:last-child {
    border-right: 0 none;
}



/* WidgetKit */

.wk-3er-teaser-home .uk-panel-badge {
    top: 35px;
    right: -10px;
    background: #ce1216;
    color: #fff;
    padding: 0 15px;
}

.wk-teaser-home .uk-panel-teaser {
    margin-bottom: 0;
}

.wk-teaser-home .uk-panel-title {
    color: #fff;
    background: #dabd78;
    text-shadow: 1px 2px 3px #86671d;
    font-family: 'dk_sugary_pancakeregular', SansSerif, Sans;
    font-size: 25px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

.wk-3er-teaser-home h3.uk-panel-title,
.uk-panel-title {
    margin-top: 0;
    font-size: 1.8rem;
    color: #ce1216;
    text-shadow: 2px 2px 2px #ffffff;
}

.landkueche-fruehstueck h3.uk-h2,
.landkueche-fruehstuecksbuffet h3.uk-h2,
.landkueche-kaffe-kuchen h3.uk-h2,
.landkueche-pommes h3.uk-h2
{
    font-size: 2.2rem;
}

.landkueche-fruehstueck .uk-grid>*,
.landkueche-fruehstuecksbuffet .uk-grid>*,
.landkueche-kaffe-kuchen .uk-grid>*,
.landkueche-pommes .uk-grid>* {
    padding-left: 0;
}

.landkueche-fruehstueck .uk-grid.uk-flex-middle {
    background-color: #ffdfb8;
}

.landkueche-fruehstuecksbuffet .uk-grid.uk-grid-collapse.uk-flex-middle {
    background-color: #e0f7ff;
}

.landkueche-kaffe-kuchen .uk-grid.uk-grid-collapse.uk-flex-middle {
    background-color: #daffca;
}

.landkueche-pommes .uk-grid.uk-grid-collapse.uk-flex-middle {
    background-color: #fdff9d;
}

.landkueche-fruehstueck .uk-margin,
.landkueche-fruehstuecksbuffet .uk-margin,
.landkueche-kaffe-kuchen .uk-margin,
.landkueche-pommes .uk-margin {
    padding: 25px;
}

.landkueche-fruehstueck ul.uk-subnav.uk-subnav-line.uk-flex-left,
.landkueche-fruehstuecksbuffet ul.uk-subnav.uk-subnav-line.uk-flex-left,
.landkueche-kaffe-kuchen ul.uk-subnav.uk-subnav-line.uk-flex-left,
.landkueche-pommes ul.uk-subnav.uk-subnav-line.uk-flex-left {
    display: none;
}

.uk-accordion-title {
    padding: 20px !important;
    background: #dabd786e !important;
    font-size: 1.8rem !important;
    text-shadow: 1px 1px 3px #fff;
}



/* Absolute Deko */

#kistenlinks {
    position: absolute;
    left: 0;
    top: -200px;
    bottom: 0;
    z-index: 3;
    background-image: url("../images/kisten_links.png");
    background-size: contain;
    background-repeat: repeat-y;
}

.frontpage #kistenlinks {
    top: -60px;
}

#kistenrechts {
    position: absolute;
    top: -200px;
    right:0;
    bottom: 0;
    z-index: 4;
    background-image: url("../images/kisten_rechts.png");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: right;
}

.frontpage #kistenrechts {
    top: -60px;
}

#ziegen {
    position: absolute;
    left: 13px;
    height: 328px;
    width: 295px;
    bottom: 0;
    min-height: 328px;
    z-index: 5;
    background-image: url("../images/ziegen.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#aepfel {
    position: absolute;
    width: 267px;
    height: 192px;
    right:0;
    bottom: 0;
    min-height: 192px;
    z-index: 6;
    background-image: url("../images/aepfel.png");
    background-size: contain;
    background-repeat: no-repeat;
}


/* Balbooa Forms Overrides */
.ba-form-acceptance-field label.ba-form-checkbox > span,
.ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span {
    border: 1px solid #ce121642 !important;
}

.ba-cart-row-content .ba-form-radio span:before,
.ba-form-radio-field .ba-form-checkbox-wrapper .ba-form-radio span:before {
    border: 1px solid #ce121642 !important;
}

span.required-star {
    color: #ce1216 !important;
    font-weight: 700;
}


/* Bootstrap Overrides */

.container {
    max-width: 1400px;
}

.btn-primary {
    color: #fff;
    background-color: #ce1216;
    border-color: #ce1216;
}

.btn-outline-success {
    color: #fff;
    border-color: #fff;
    background-color: #ce1216;
}

.btn-outline-success:hover {
    color: #ce1216;
    background-color: #fff;
    border-color: #ce1216;
}





/* Blank Template Presets Start*/


.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #ce1216;
}

/* Blank Template Presets End*/

/* MediaQueries */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {

    h1 {
        font-size: 2.6rem;
        text-align: center;
        margin: 20px 0;
    }

    .h1-home {
        font-size: 2rem;
        text-align: center;
    }

    .intro-header {
        min-height: 300px;
    }

    h2.intro-text {
        right: 20%;
        bottom: 10px;
        font-size: 2rem;
    /*    background: #ce121682; */
        padding: 5px 15px;
        border-radius: 20px;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }
  
  h2.intro-text-winter {
  right: 20%;
  bottom: 10px;
    margin-top:100px;
  font-size: 1.8rem;
  text-shadow: 2px 2px 5px #d60a01;
   text-align: center;
    color: #fff;
}


.video-background {
    background-color: #e4d0ff;
}


  }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)  {

    .intro-header {
        min-height: 400px;
    }


    .custom-main-header {
        background: url("../images/holzzaun.png") no-repeat center top;
        background-size: contain;
        width: auto;
        min-height: 390px;
        position: relative;
        top: 0;
    }



    #main {
        position: relative;
        top:-280px;
    }

    .frontpage #main {
        position: relative;
        top:-150px;
    }

    .form-inline .form-control {max-width: 250px;}

    h2.intro-text {
        right: 15%;
        top: 20%;
        font-size: 2.5rem;
    }
  
  h2.intro-text-winter {
  right: 15%;
  top: 20%;
    font-size: 2rem; }
  

}


@media (max-width: 767px) {


    .body {
        padding-top: 20px;
    }

    .footer {
        background-size: cover;
    }

    .nav-link {
        padding: .5rem 0.5rem;
    }

      a.shop-link {
  font-size: 1.2rem !important;
}

}

@media (min-width: 768px) and (max-width: 991px) {

    #main {
        position: relative;
        top:-320px;
    }

    .nav-link {
        display: block;
        padding: .5rem 0.5rem;
    }


    }





@media (min-width: 768px) {

    h1 {
        font-size: 3.4rem;
        text-align: center;
        margin: 20px 0;
    }

    .mobile-menu {
        visibility: hidden;
        display: none;
    }

    h2.intro-text {
        right: 15%;
        top: 20%;
        font-size: 3rem;
    }
  
    h2.intro-text-winter {
  right: 20vw;
  top: 20%;
    font-size: 3.5rem;

}

    .nav-link img {
        max-width: 135px;
    }

}

@media (min-width: 992px) {

    .intro-header {
        min-height: 400px;
    }


    h2.intro-text {
        right: 15%;
        top: 20%;
        font-size: 4rem;
    }

    .nav-link img {
        max-width: 145px;
    }

    #kistenlinks,
    #kistenrechts {
        width: 150px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .nav-link {
        display: block;
        padding: .5rem 0.5rem;
    }

}

@media (min-width: 1200px) {

    .intro-header {
        min-height: calc(100vh - 15vh);
    }

    .custom-main-header {
        background: url("../images/holzzaun.png") no-repeat center top;
        background-size: cover;
        width: auto;
        min-height: 390px;
        position: relative;
        top: -80px;
    }

    .nav-link img {
        max-width: 140px;
    }

    .nav-link {
        display: block;
        padding: .5rem 0.5rem;
    }

  }

@media (min-width: 1200px) and (max-width: 1699px) {

    .body .container {
        padding: 10px 160px;
    }

    .nav-link {
        display: block;
        padding: .5rem 0.1rem;
    }

}


@media (min-width: 1300px) {



    h2.intro-text {
        right: 30vw;
        top: 20%;
        font-size: 4rem;
    }
  
    h2.intro-winter {
        right: 30vw;
        top: 20%;
        font-size: 3.8rem;
    }

    #kistenlinks,
    #kistenrechts {
        width: 200px;
    }

    .nav-link {
        display: block;
        padding: .5rem 0.6rem;
    }
}

@media (min-width: 1820px) {
    #kistenlinks,
    #kistenrechts {
        width: 250px;
    }

    .nav-link img {
        max-width: 180px;
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
    }

}
