/* 
Theme Name: Green Space
*/
.contact-details p a{
		    color: #595959 !important;
}
.form textarea {
    resize: none;
    height: 110px;
}

@media screen and (min-width:768px){
	.captcha-wrapper{
		display:flex;
	}
	.captcha-wrapper .form-group{
		width:50%;
	}
	.captcha-wrapper .form-group.text-right{
		width:100%;
	}
}

@media screen and (max-width:767px){
	.captcha-wrapper .form-group{
		margin-bottom:15px;
	}
}

@media screen and (max-width:992px){
#header.sticky{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}
	.section{
		padding-top:50px;
	}
}


/* .main-navigation .menu-header-menu-container {
	display: inline-block;
} */

.language-selector {
  position: relative;
}

.language-selector button, .language-selector .dropdown a {
   display: block;
   width: 2.56rem;
   height: 2.56rem;
   line-height: 41px;
   font-size: 0.875rem;
   font-weight: 600;
   border-radius: 7px;
   background-color: #fff;
  text-transform: uppercase;
  color: #404040;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
  margin-bottom: 0.3125rem;
}

.language-selector button {
  background-color: #404040; 
  color: #fff;
  padding: 0;
  border: 0;
  box-shadow: initial;
  margin-left: 0.8rem;
}

.language-selector button:focus {
   outline: 0;
}

.language-selector .dropdown {
  position: absolute;
  right: 0;
  z-index: 1000;
}

.language-selector .dropdown.dropdown-menu {
   min-width: initial;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 5px;
}

#main-navigation [class^="menu-header"] {
  display: inline-block;
}




@media only screen and (max-width: 992px) {
  
  .language-selector {
     padding-top: 2.625rem;
  }
  
  .language-selector .dropdown a, .language-selector button, .language-selector .dropdown {
     display: inline-block;
  } 
  
  .language-selector .dropdown a, .language-selector button {
     box-shadow: none;
  }
  
  .language-selector .dropdown { 
    position: static;
  }
  
  
  .language-selector button {
    margin-left: 0;
    margin-right: 1.25rem;
  }
  
  .language-selector .dropdown a:not(:last-child) {
     margin-right: 1.25rem;
  }
}
/* 25-3 */
#banner h1{font-size: 35px;line-height: 47px;font-weight: 700;}
#banner{
    margin-bottom: 100px;
}


#about-us .text-wrapper {
    padding-top: 40px;
}
#about-us .btn{background-color: #ffffff;border-radius: 10px;color: #82b31d;}
#about-us h5{font-size: 18px;font-weight: 600;line-height: 26px;}
#about-us h3{font-size: 30px;line-height: 35px;color: #595959;    margin-bottom: 20px;}
#about-us h3 strong{font-weight: 600;}
#about-us .column-content p{color: #595959;font-size: 18px !important;font-weight: 500;}
#about-us  .col-lg-6.column{
    padding-top: 142px;
}
#about-us .container:after {
    background: url(https://www.greenspace.lu/wp-content/uploads/2021/03/image.png) no-repeat;
    height: 712px;
    width: 699px;
    left: -185px;
    top: -123px;
    z-index: -1;
}
.inline-list{
    position: relative;
    z-index: 1;
}