


/* Zentrale Formate */

body {
    color: #023b23;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    position: relative;
}

a {
    color: #047b49;
}

a:hover {
    color: #047b49;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

.btn-outline-primary {
    border-color: #f3dec3;
    color: #f3dec3;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #f3dec3 !important;
    box-shadow: none !important;
    border-color: #f3dec3 !important;
    color: #047B49 !important;
}

.btn-beige {
    background: #F8EADA;
}

.btn-beige:hover {
    border-color: #553b27;
    color: #553b27;
}

.gap-25 {
    height: 25px;
}

.gap-50 {
    height: 50px;
}

/* Header */

.navbar-light {
    background: rgba(255,255,255,0.9) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #023b23;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #047B49;
}

.navbar-light .btn {
    border-color: #023b23;
    color: #023b23;
}

.navbar-light .btn:hover {
    background: #023b23;
    color: #fff;
}

.navbar-light .form-inline {
    margin-left: 1rem;
}


/* Bereich Stage Slider */

#stage-slider {
    background: #fff;
}

#stage-slider #stageCarousel .carousel-caption {
    bottom: 50px;
}

#stage-slider #stageCarousel .carousel-caption img {
    width: 100%;
}


/* Bereich Back-Event */
#backevent {
    background: #fff;
    padding: 1.5rem 0;
}

/* Bereich Banner fuer Mehlsorten */
#banner-mehlsorten {
    background: #047b49;
    color: #F3DEC3;
    padding: 1.5rem 0;
}


/* Bereich Rezept */
#rezept {
    background: #f8eada;
    padding: 3rem 0;
}

#rezept h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

#rezept h3 {
    font-size: 1.5rem;
}

#rezept .rezept-wrapper {
    background: #fff;
    border: 1px solid #707070;
    display: none;
    margin: 1rem 0;
    padding: 1rem 1.5rem;
}



#rezept #btn-zuklappen {
    display: none;
    margin: 1rem auto;
}

#rezept .rezept-name {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-shadow: 1px 0 1px #000;
}

.btn-rezept {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #047B49;
    color: #047B49;
    padding: 10px 20px;
}


/* Bereich Banner Kontakt */
#banner-kontakt {
    background: #047b49;
    color: #F3DEC3;
    padding: 1.5rem;
}

#banner-kontakt .headline {
    font-weight: bold;
    margin-bottom: 1rem;
}

#banner-kontakt a {
    color: #F3DEC3;
}


/* Bereich Formular */
#anmeldeformular {
    background: url(../images/bkg_formular.jpg) center center no-repeat;
    background-size: cover;
}

.color-box {
    background: rgba(0,0,0,0.3);
    color: #F8EADA;
    padding: 1rem 1.5rem;
}

#anmeldeformular .headline {
    font-weight: bold;
    margin-bottom: 1rem;
}

#anmeldeformular .subheadline {
    margin-bottom: 1rem;
}

#anmeldeformular .form-check {
    margin: 0.4rem 0;
}

#anmeldeformular #lieferadresse {
    display: none;
}


/* Bereich Bestellformular */
#bestellformular {
    background: #fff;
    padding: 2rem 0;
}

#bestellformular .produktbild {
    margin-bottom: 1rem;
}

#bestellformular .produktbild img {
    height: auto;
    width: 100%;
}

#bestellformular .produktname {
    font-size: 1rem;
    margin-bottom: 1rem;
    min-height: 50px;
}

#bestellformular .produktauswahl {
    color: #623b1a;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

#bestellformular .produktauswahl .form-check-input {
    margin-top: 0.6rem;
}


/* Bereich Footer Kontakt */
#footer-kontakt {
    background: #047b49;
    color: #F3DEC3;
    padding: 2rem 0;
}

#footer-kontakt a {
    color: #F3DEC3;
}

#footer-kontakt .headline {
    font-weight: bold;
    margin-bottom: 1rem;
}

#footer-kontakt .col-logo img {
    max-height: 110px;
}

#footer-kontakt .col-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-kontakt .col-social ul li {
    display: inline-block;
    margin-right: 1.5rem;
}

#footer-kontakt .col-social ul li a {
    font-size: 1.5rem;
}

#footer-kontakt .col-social ul li a:hover {
    color: #fff;
}



/* Bereich Rechtliches */
#rechtliches {
    background: #fff;
    font-size: 0.8rem;
    padding: 1rem 0;
    text-align: center;
}

#rechtliches hr {
    margin: 25px 25%;
}


/* Bereich Footer Navigation */
#footer-navigation {
    background: #f3dec3;
    padding: 1rem 0;
}

#footer-navigation #footer-logo {
    text-align: left;
}



#footer-navigation #footer-menu {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
}

#footer-navigation #footer-menu li {
    display: inline-block;
    margin: 0 1rem;
}

#footer-navigation #copyright {
    text-align: center;
}

#totop {
    background: #047b49;
    bottom: 1rem;
    color: #F3DEC3;
    height: 40px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    right: 1rem;
    width: 40px;
}

#totop:hover {
    text-decoration: none;
}


/* Responsive Design */

@media screen and (max-width: 767px) {

    #footer-navigation #footer-logo {
        margin-bottom: 1rem;
        text-align: center;
    }

}

@media screen and (max-width: 468px) {

    #banner-mehlsorten {
        text-align: center;
    }

    #footer-navigation #footer-logo {
        margin-bottom: 1rem;
        text-align: center;
    }

    #footer-kontakt {
        text-align: center;
    }

}

