/* -- FONTS ----------------------------------------------------------------- */

/* -- LAYOUT --------------------------------------------------------------- */
:root { }

html { position: relative; min-height: 100%; margin: 0; padding: 0; font-size: 100%; scroll-behavior: smooth; }

body {
  font-size: 1rem;
  color: #333;
  background: transparent;
  background: url('//www.baumpflege-haberzettl.de/userdata/7787/pages/designs/159/hintergrund/bg73.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

/* -- HEADER ---------------------------------------------------------------- */
header {
   height: 330px;
   background-color: rgba(0,0,0,0.2);
   display: flex;
   justify-content : space-between;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   position: fixed;
   top:0;
   right:0;
   left:0;
   z-index: 9999;
   transition: transform 0.5s 0.1s ease-in-out;
}
.down header { transform: translate3d(0, -330px, 0); }

.logo a.logo-txt {
  display: block;
  font-size: 36px;
  color: #82ba2b;
  width: 100%;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.logo a.logo-img img {
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0px;
}

.navbar {
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  border-radius:0;
  width: 100%;
}
.navbar-collapse { border-top: 1px solid #82ba2b; margin-top: 10px; }
.navbar-collapse.collapse.in { position: absolute; top: 80px; left: 20px; right: 20px; height: auto; margin: 0; border: 0; background: #efefef;  width: auto; transition: none;}
.navbar-collapse.collapse.in ul.nav { margin: 10px; }

.navbar .nav { padding-top: 12px; }
.navbar ul li a { color: #fff; padding: 8px; background: #82ba2b; margin-right: 5px;}
.navbar ul > li.active > a { color: #fff;  background: #e30613; }
.navbar ul > li > a:hover { color: #fafafa;  background: #82ba2b; }
.navbar ul > li.open > a:focus { color: #fafafa;  background: #82ba2b; }
.navbar .nav .open > a { color: #fafafa;  background: #cde3aa; }
.navbar ul.dropdown-menu { padding: 4px; background: #fff; color: #333; border: 0;}
.navbar .navbar-toggle { position: absolute; right: 10px; top: 10px; background: #82ba2b;  color:#fff;  margin-top:17px; }
.navbar .navbar-toggle .icon-bar { background:#fafafa; }

ul.cart-nav li a  { padding: 6px; }
ul.cart-nav li a i { color: #333; font-size: 18px; }

.flags { width: 100px; float: right; }
.flags a { float: left; width: 30px; background: transparent; }

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1170px) {
  .logo a.logo-img img { width: 400px; margin-top: 14px; margin-left: 15px; }

  /* mobile nav einblenden */
  .navbar-header { float: none; }
  .navbar-left,.navbar-right { float: none !important; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
  .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
  .navbar-collapse.collapse { display: none!important; }
  .navbar-nav { float: none!important; margin-top: 7.5px; }
  .navbar-nav>li { float: none; }
  .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
  .collapse.in{ display:block !important; }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo a.logo-img img { width: 150px; margin-top: 30px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
  header { width: 100%; }
  .logo a.logo-img img { width: 160px; }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  footer h4 { padding-top: 16px; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

@media only screen and (min-width : 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu { display: block; }
}

#page {
  height:100%;
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-rows: 330px 1fr 180px;
  grid-template-columns: 100%;
  grid-template-areas: "header" "content" "footer";
}

header { grid-area: header; }
footer { grid-area: footer; }

#wrapper {
  width: 1400px;
  margin: 0 auto;
  grid-area: content;
  background: rgba(255,255,255,0.9);
  padding: 0;
  position: relative;
  z-index: 9;
  padding-bottom: 100px;
}

.container { padding: 0; }
.container div.se-cont.container { width: 100% !Important; }
.se-row { margin-right: -15px; margin-left: -15px; }

/* -- ÜBERSCHRIFTEN --------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode",Calibri,sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 0.25em;
}
h1 { color: #333; font-size: 2.2rem; }
h2 { color: #333; font-size: 1.7rem; }
h3 { color: #333; margin-top: 40px; font-size: 1.5rem; }
h4 { color: #333; font-size: 1.3rem; }
h5 { color: #333; font-size: 1.1rem; }
h6 { color: #333; font-size: 1rem; }
.se-section h1, .se-section h2, .se-section h3, .se-section h4, .se-section h5 { margin-top: 0; }

a.gotop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 40px !Important;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #82ba2b;
  color: #ffffff;
  cursor: pointer;
  z-index: 51;
  width: 0;
  border-radius: 50% 0 0 50%;
  transition: all .3s ease;
}
a.gotop i { color: #ffffff; }

body.down a.gotop { display: block; }

/* -- SOCIAL ---------------------------------------------------------------- */
.social {}
.social li a i { color: #333 }
.social li a:hover i { color: #82ba2b }

/* -- RECHTLICHES ----------------------------------------------------------- */
.rechtliches p { margin: 0; padding: 0; }
.rechtliches p a { margin: 0; padding: 0; }

/* -- FOOTER ---------------------------------------------------------------- */
footer {
  width: 1400px;
  margin: 0 auto;
  background-color: rgba(28,89,56,0.7);
  color: #fff;
  border-top: 10px solid #82ba2b;
  font-size: 14px;
}
footer .container {
  padding-top: 20px;
}
footer h4 {
  color: #82ba2b;
  border-bottom: 1px solid rgba(217,215,195,0.4);
  padding-bottom: 6px;
}

footer a,
footer a:link,
footer a:active,
footer a:visited
{
    color: #fff;
    font-size: inherit;
}

footer .kontakt span { float:left; width: 55px; }

footer .copyright { padding: 10px 0 10px 0; border-top: 1px solid rgba(217,215,195,0.4); margin-top: 10px; }
footer .copyright,
footer .copyright a {
  color: #82ba2b;
}


/* -- MEDIA-QUERIES --------------------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width : 1024px) {
  header, footer, #wrapper { width: 100%; }
  header { height: 200px; }

  #page {
    grid-template-rows: 200px 1fr 400px;
    grid-template-areas: "header", "content", "footer";
  .copyright { display: inline-block; width: 100%; text-align: center; margin-top: 20px; overflow: wrap; }
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  footer h4 { padding-top: 16px; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}


