/**
 * Theme Name: Bauer Child
 * Template: bauer
 * Version: 1.0
 * Description: Construction and Industrial WordPress Theme
 * Author: Ninzio
 **/

/* Nur auf sehr kleinen Smartphones (bis 480px) */
@media (max-width: 480px) {
.bauer-list .icon {

  top: 22px !important;
	}
}

/* Nur auf sehr kleinen Smartphones (bis 480px) */
@media (max-width: 480px) {
h2 {
  font-size: 2.233em!important;
	}}

.bauer-button.accent {
	font-weight:700;
	color:#ffffff!important;
}

.bauer-button.accent:hover {
	font-weight:700;
	background:#757474!important;
	color: #ffffff!important;
}

.header-button a {
	font-weight:700;
	color:#ffffff!important;
}

.header-button a:hover {
	font-weight:700;
	background:#757474!important;
	color: #ffffff!important;
}

#site-header .header-button a {
	font-weight:700;
}


/* Nur auf sehr kleinen Smartphones (bis 480px) */
@media (max-width: 480px) {
.menunterpunkt {
margin-left:20px!important;
	} }

/* Mobile Menu immer offen */
@media only screen and (max-width: 1000px) {
  .sub-menu {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 480px) {
  .main-nav {
    background-color: #ffffff !important;
  }
}
#main-nav-mobi ul li a {
  color: #ffffff!important;

}


