/*
 Theme Name:   HERA Herm. Rahmer GmbH & Co. KG 
 Theme URI:    https://www.vertriebsguru.com/themes/hera/
 Description:  Theme for HERA Herm. Rahmer GmbH & Co. KG
 Author:       Tönjes Peters
 Author URI:   https://www.serverdaemon.com
 Template:     hera 
 Version:      1.0.0
 License:      proprietar
 License URI:  https://themeforest.net/licenses/faq
 Tags:         light, dark, responsive-layout, accessibility-ready
 Text Domain:  swibox-child
*/

/* inline navi border thin  */
#top .av-submenu-container {
  border-bottom-style: transparent;
  border-bottom-width: 0 !important;
}

/* subnavi border top  */

li.menu-item {
  border-bottom-color: #1569b2 !important;
}

.html_header_top .header_color .main_menu ul:first-child>li>ul, .html_header_top #top .header_color .avia_mega_div>.sub-menu {
  border-top-color: #1569b2;
}

#footer {
  font-size: 17px;
}

#footer h4 {
  font-size: 18px;
}

#footer p {
  line-height: 1.3em;
}

#footer .widget {
  margin: 24px 0 0 0 !important;
}

#socket .container {
  padding-top: 8px;
  padding-bottom: 8px;
}


/*
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: 952px) {
  /* Add your Desktop Styles here */
  .av-main-nav li.menu-item a {
    font-size: 18px !important;
  }

  #top .av-main-nav ul.sub-menu a {
    font-size: 14px !important;
  }

}

@media only screen and (min-width: 818px) and (max-width: 951px) {

  /* Add your Desktop Styles here */
  .av-main-nav li.menu-item a {
    font-size: 14px !important;
  }

  #top .av-main-nav ul.sub-menu a {
    font-size: 13px;
  }

}



/*
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: 817px) {
  /* Add your Mobile Styles here */

}

