/*
 Theme Name:   Dachfenster&shy;Austausch
 Theme URI:    https://www.vertriebsguru.com/themes/dachfenster-austausch/
 Description:  Theme for BEV Deutschland GmbH
 Author:       Tönjes Peters
 Author URI:   https://www.serverdaemon.com
 Template:     dachfenster-austausch
 Version:      1.0.0
 License:      proprietar
 License URI:  https://themeforest.net/licenses/faq
 Tags:         light, dark, responsive-layout, accessibility-ready
 Text Domain:  dachfenster-austausch-child
*/

/*
Over All Styles
================================================== */
/*
#header_main > .container .main_menu .av-main-nav > li  > a > span{
  vertical-align: text-top;
}

li#menu-item-search > a > svg  {
  display: inline-block;
  line-height: unset;
  margin: -52px !important;
}

.main_menu {
  margin-top: -12px;
}
*/

div#footer {
  padding: 25px 0 15px 0;
}

div#footer .widget_text {
  margin: 0 0 0 0;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}


