
/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 4000px) {
  .servicepadding {display: none;}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .header-logo {padding: 21px 0; width: auto;      }
  .header-section {height: 200px;}
  .servicenav.float-right {float: left;}
  .servicepadding {width: 150px; display: block;}
  .header-search {display: none;}
  .input-group-btn {border: 1px solid #42AC3C;}
  .btn.btn-search {border-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px; font-size: 14px; padding: 0px 15px;height: auto;line-height: 30px; border: 1px solid #fff; background: #42AC3C; color: #fff;}

  .btn.btn-search:hover {border-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;font-size: 14px; padding: 0px 15px; height: auto; line-height: 30px; border: 1px solid #fff; background-color: #42AC3C; color: #fff;}
  .footer-top-section {background-image: none;}
  .bueroprofi {padding-top:20px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .header-option-btns {display: block; padding-right: 50px;  }
  .header-search {padding: 0px;}
  .header-account > ul > li {padding: 0;}
  .header-cart {padding: 0;}
  a.meanmenu-reveal {top: -70px;}
  .servicenav.float-right {float: left; padding-top:20px;}
  .bueroprofi {padding-top:0;}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
.searchbar-ds input {border: 1px solid #42AC3C;}
.searchbar-ds i{color: #000;}
input[type=text]:focus, textarea:focus {box-shadow: 0 0 0px rgba(66, 172, 60, 1.0); border: 1px solid #333333;}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {margin-right: -2px;}
.bueroprofi {
	margin-left: 10px;
	margin-bottom: auto;
	margin-top: auto;
}