@charset "utf-8";
/* CSS Document */


@font-face{
	src: url(../fonts/FontAwesome.otf);
	font-family: FontAwesome;
}

@font-face{
  src: url(../fonts/arialmt.ttf);
  font-family: arialmt;
}

@font-face{
  src: url(../fonts/LucidaHandwritingItalic.ttf);
  font-family: LucidaHandwritingItalic;
}



body{
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover, a:focus{
	text-decoration: none;
	color: #000;
}

ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus{
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	color: #000;
	margin: 0px;
	padding: 0px;
}
p{
	padding: 0px;
	margin: 0px;
	color: #4a4a4b;
}

:focus{
	outline: 0px;
}

.pd-none{
	padding: 0px;
}

.btn{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*===================
 		Header 
 ====================*/

nav.navbar {
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    border-top: 5px solid #6ebb2c;
    padding: 25px 0px;
    margin: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.navbar-brand{
  height: auto;
  padding: 0px;
}

@media only screen and (min-width: 768px){
  .navbar-brand h1{
  font-size: 50px;
}
.navbar-brand h4{
  font-size: 26px;
}
.navbar-nav{
  margin-top: 15px;
}
.demo .navbar-brand h1{
  font-size: 26px;
}
.demo .navbar-brand h4{
  font-size: 14px;
}
.demo .navbar-nav{
  margin-top: 0px;
}

}

.carousel{
  margin-top: 135px;
 }
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #6ebb2c;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #6ebb2c;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-nav>.active>a:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, green , white);
  bottom: 0;
  left: 0;
}
nav.navbar.demo{
  /*position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
  animation: fadeIn 0.5s;
   -webkit-animation: fadeIn 0.5s;
   padding: 10px 0px;
       box-shadow: 0px 0px 3px #6ebb2c;*/
       animation: fadeIn 0.5s;
   -webkit-animation: fadeIn 0.5s;
   padding: 10px 0px;
       box-shadow: 0px 0px 3px #6ebb2c;
}

 /*===================
 		Header End
 ====================*/


  /*===================
    Slider Section
 ====================*/

 
.carousel-control{
  background-image: none !important;
  opacity: 1;
  width: 6%;
}
@media only screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
        transform: translateX(-50%);
        margin-left: 0px;
}
}
.carousel-caption {
    right: unset;
    left: unset;
    padding-bottom: 30px;
    text-align: left;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control .glyphicon-chevron-right{
  right: 0;
  transform: translateX(-50%);
  margin-right: 0px;
}
.carousel-caption h1{
  color: #fff;
  font-weight: 900;
  font-size: 70px;
  animation-delay: 0.8s;
}
.carousel-caption h2{
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  animation-delay: 0.8s;
}
/*.item:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}*/
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #0e113a;
    border: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(3 155 189);
    border: 1px solid rgb(3 155 189);
    border-radius: 10px;
}
 /*===================
    Slider Section End
 ====================*/


 /*===================
    stadtoase
 ====================*/

.stadtoase{
  background-color: #66ab41;
  padding: 70px 0px;
}
.stadtoase h2{
  background-color: #15120d;
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 10px;
}
.stadtoase p {
    padding-top: 25px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 25px;
}


.light_mg{
  margin-top: 50px;
}

/*===================
     stadtoase End
 ====================*/



/*===================
     Arbeiten
 ====================*/


/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
  .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #66ab41;
  }

  .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #000000;
    border-color: #EEEEEE;
}

/*.panel-collapse.collapse {
    border: 1px solid #66ab41;
}*/

  .panel-title {
    font-size: 14px;
    position: relative;
  }

  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    background-color: #66ab41;
  }
  .panel-title > a.collapsed{
    background-color: #000;
  }

  .more-less {
    float: left;
    color: #fff;
    border: 1px solid #fff;
    /* padding: 1px; */
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
        position: relative;
    top: -3px;
    margin-right: 10px;
}
  .panel-title > a:hover{
    color: #fff;
    background-color:  #66ab41;
  }
    .panel-title > a:focus{
      color: #fff;
    }
    
  

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
  }


.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.panel-body p {
    font-size: 16px;
    line-height: 2.6rem;
    text-align: justify;
    padding-bottom: 25px;
    margin: 20px 0px;
}

/*===================
     Arbeiten End
 ====================*/

/*#arbeiten{
  margin-top: 75px;
}
#gemeinschaftsgarten{
  margin-top: 75px;
}
#youtrition{
  margin-top: 75px;
}*/

/*===================
     Über uns
 ====================*/
.uber_under{
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;

  padding: 8px 10px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.uber_header{
  border: 3px solid #000;
  padding: 3px 10px;
  margin: 50px 0px;
  display: inline-block;
      position: relative;
    background: #fff;
    color: #3c3c3c;
}
.uber_div{
  position: relative;
  margin-bottom: 0px;
}
.uber_div:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.uber_uns h4{
  margin: 35px 0px;
}
.uber_ul li{
  font-size: 14px;
  padding-top: 5px;
}
.uber_uns img{
  margin: 0px auto;
}

/*===================
     Über uns End
 ====================*/


 /*===================
     garten
 ====================*/
.garten p{
  padding-top: 15px;
}

.garten .thumbnail {
    padding: 0px;
    margin: 0px auto;
    border-radius: 0px;
    border: 0px;
    position: relative;
    margin-bottom: 50px;
    width: 95%;
}
.garten .thumbnail img{
  margin: 0px;
  width: 100%;
}
.garten .thumbnail .caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgb(0 0 0 / 0.8);
    padding: 10px;
}
.garten .thumbnail .caption h3{
  color: #fff;
  text-transform: uppercase;
}
.tab-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.nav-tabs>li{
  width: 33.33%;
  text-align: center;
}
.nav-tabs {
    border: 1px solid #000;
}
.tab_ul{
  border: 1px solid #000;
  display: inline-block;
  width: 100%;
      border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tab_ul li{
  width: 33.33%;
  float: left;
  font-size: 20px;
  padding: 8px 10px;
  letter-spacing: 1px;
  padding-left: 20px;
}

.tab_ul li:first-child{
  background-color: #000;
  color: #fff;
  text-align: left;
}
.tab_ul img{
  margin: 0px;
  width: 25px;
  float: left;
  margin-right:   5px;
}

 /*===================
     garten End
 ====================*/


/*===================
     Pflanzsysteme
 ====================*/

/*.pflanzsysteme .uber_header{
  margin: 0px 0px;
  margin-top: 0px;
}*/
.pflanzsysteme .uber_under{
  display: inline-block;
  margin-bottom: 20px;
}
.middle_section p{
  margin-bottom: 40px;
  font-size: 16px;
}
.middle_logo {
    display: inline-block;
    text-align: center;
}
.middle_logo h1 {
    font-weight: 700;
    font-size: 40px;
}
.middle_section{
  padding-bottom: 20px;
  border-bottom: 3px solid #7e5328;
  margin-bottom: 10px;
}
.middle_images img{
  margin-top: 10px;
}
.middle_images p{
  font-size: 16px;
  margin: 0px auto;
  margin-bottom: 15px;
  width: 90%;
}

.middle_download h4{
  background-color: #000;
  color: #fff;
  padding: 8px 30px;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin: 0px 10px;
}
.middle_download img{
  float: left;
  width: 30px;
  margin: 0px;
  margin-top: 5px;
}
.middle_download ul{
  display: inline-block;
  margin: 10px 0px;
}

.uber_uns p{
  font-size: 16px;
  line-height: 2.6rem;
  text-align: justify;
  padding-bottom: 25px;
}
.uns_imgwid img{
  width: 75%;
}
.youtrition_h4{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #6e6e6f;
    border-bottom: 2px solid #b2ed8e;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.uber_uns h4.youtrition_h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #6e6e6f;
    border-bottom: 2px solid #b2ed8e;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}
/*===================
     Pflanzsysteme End
 ====================*/


 /*===================
     footer social
 ====================*/

.footer_social{
  background-color: #6dbb2d;
  padding: 15px 0px;
  margin: 50px 0px 15px;
  position: relative;
}
.footer_social:before {
    content: '';
    position: absolute;
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-position: center right;
    width: 350px;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.footer_social ul li{
  display: inline-block;
  padding-left: 25px;
}
.footer_social ul {
  padding-top: 10px;
}
.footer_social h3{
  color: #fff;
  text-align: center;
}
 /*===================
    footer social End
 ====================*/




/*===================
 	Footer
 ====================*/
footer img{
  padding-top: 50px;
  margin: 0px auto;
}
footer ul{
  padding-top: 30px;
  padding-left: 15%;
  position: relative;
}
footer ul:before{
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background-color: #000;
  top: 10px;
  left: -20px;
}
footer ul li a {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding: 3px 0px;
    display: inline-block;
}
footer address, footer address a{
  line-height: 2.8rem;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
}
footer address span{
  color: #66ab41;
}
footer address{
  padding-top: 33px;
}
footer{
  margin-bottom: 50px;
}

/*===================
 	Footer End
 ====================*/



 #button {
  display: inline-block;
  background-color: #f39b30;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}


.heading_shyle {
    
    position: relative;
}
.heading_shyle .elementor-widget-container{
  display: inline-block;
  position: relative;
    z-index: 999;
    background: #fff;
}
.heading_shyle:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.elementor-accordion .elementor-tab-title{
  background-color: #000;
  
}
.elementor-7 .elementor-element.elementor-element-144a6ab .elementor-accordion .elementor-accordion-item{
  margin-bottom: 5px;
}
.elementor-accordion .elementor-tab-title.elementor-active{
  background-color: #66ab41;
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    width: 100%;
}

.header_im .elementor-widget-container{
  display: inline-block;
}
.navbar-brand>img {
    display: block;
    width: 230px;
}
.demo .navbar-brand>img {
    display: block;
    width: 140px;
}



/****************************************/

.full-width{
  display: inline-block;
  width: 100%;
}

.full-width .div_one{
  width: 25%;
  float: left;
}
.full-width .div_two{
  width: 75%;
  float: right;
}
.full-width .div_one img{
  width: 90%;
}
.tab_header{
  margin: 20px 0px;
  color: #fff;
  font-size: 26px;
}

.full-width .div_two p {
    color: #fff;
    font-size: 16px;
    line-height: 2.5rem;
}

.panel-body .thumbnail {
    box-shadow: 0px 0px 3px #00000078;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
}
.panel-body .thumbnail p{
  text-align: left;
}


.more-less {
    /* float: left; */
    color: #fff;
    border: 1px solid #fff;
    /* padding: 1px; */
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 5px;
    margin-right: 0;
    right: 5px;
}