/*
Theme Name: Brennholz Bonefeld
Theme URI: https://brennholz-bonefeld.de
Author: 
Author URI: 
Description: Individuelles WordPress-Theme für den Brennholzverkauf, 100% Gutenberg-kompatibel.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brennholz-bonefeld
Tags: custom-theme, gutenberg, responsive, local-business
*/

.py-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

.bg-bright {
    background: #f3f0ea;
}

.bg-bright p {
    color: #343434;
}
.site-header {
    background: #f3f0ea;
}

.site-header .navbar-brand img {
    height: 6.8rem;
}

.site-header ul.navbar-nav li {
    list-style-type: none;
    padding: 0 1rem;
}

.site-header ul.navbar-nav li.current-menu-item a,
.site-header ul.navbar-nav li a:hover {
    color: #a9753c;
}

.site-header ul.navbar-nav li a {
    color: #343434;
    text-transform: uppercase;
    font-weight: 600;
}

.site-header a.cta-btn {
    color: #ffffff;
    background-color: #a9753c;
    border-color: #a9753c;
    height: 49px;
}

@media (max-width: 576px) {
 .site-header .navbar-brand img {
    height: 4.8rem;
}

.navbar-light .navbar-toggler {
    border: none;
            padding-top: 28px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23b88b4a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

 .site-header .navbar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.site-header .navbar-nav {
    background: #4d2916;
    margin-top: 10px;
    padding: 10px 0;
}

.site-header ul.navbar-nav li a {
    color: #fff;
}

.site-header ul.navbar-nav li {
    text-align: center;
    margin: 4px 0;
}


.home .theme-- {
    padding-bottom: 0;
}

.home .theme--.features .col-lg-7 {
    display: none;
}

.home .theme--1 {
    padding-top: 45px;
}

.home .theme--1 .u-img1 {
    display: none;
}

.home .theme--2  {
padding-top: 0px;
 }
 .theme--2.services .card.px-5 {
    margin-bottom: 30px;
 }

 .home .u-background-image {
    padding-top: 200px;
 }

.pl-5, .px-5 {
    padding-left: 1rem!important;
}
.pr-5, .px-5 {
    padding-right: 1rem !important;
}
.py-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}


.hero-img-bottom.first,
img.img-fluid.hero-img-top,
img.img-fluid.hero-img-bottom {
    height: auto !important;
}
.hero-images {
    min-height: 270px !important;
}
}

.u-background-image {
    padding-top: 480px;
    background-image: url(/wp-content/themes/brennholz-bonefeld/assets/holzlager.jpg);
}



/* Brennholz-Sorten */
.hero-images {
  position: relative;
  min-height: 400px;
}
.hero-img-top {
position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: 2;
      border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.hero-img-bottom {
  position: absolute;
  top: 80px;
  left: 0;
  width: 80%;
  z-index: 1;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.hero-img-bottom.first {
    position: absolute;
    top: 25px;
    left: 0;
    width: 90%;
    z-index: 1;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

input#wpforms-135-field_1,
input#wpforms-135-field_2,
input#wpforms-135-field_5,
textarea#wpforms-135-field_3 {
    border-radius: 1rem;
    padding-left: 20px;
}

button#wpforms-submit-135 {
    color: #ffffff;
    background-color: #a9753c;
    border-color: #a9753c;
    border-radius: 50rem;
    width: 220px;
    height: 49px;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #a9753c;
        border-radius: 1rem;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #fff;
}

.site-footer .col-12.col-md-6.col-lg-4 {
    max-width: 300px;
    width: 100%;
}

.site-footer .u-footer h4 {
    text-align: center;
    color: #a9753c;
    margin-bottom: 0;
    font-family: 'Muli', sans-serif;
    font-size: 1.4rem;
}

.site-footer span.copyright {
    padding: 15px 0;
  background-color: #a9753c;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    display: block;
    padding: 15px 0;
}
