/**
 * This file contains plugin/theme overwrites!
 */


/*###############################################################################*/
/*#### Fonts
/*###############################################################################*/

 /* quattrocento-regular - latin */
@font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quattrocento-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Quattrocento'),
         url('../fonts/quattrocento-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/quattrocento-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/quattrocento-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/quattrocento-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/quattrocento-v12-latin-regular.svg#Quattrocento') format('svg'); /* Legacy iOS */
  }
  /* quattrocento-700 - latin */
  @font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quattrocento-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Quattrocento Bold'), local('Quattrocento-Bold'),
         url('../fonts/quattrocento-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/quattrocento-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/quattrocento-v12-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/quattrocento-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/quattrocento-v12-latin-700.svg#Quattrocento') format('svg'); /* Legacy iOS */
  }




/*###############################################################################*/
/*#### Haupt-Navi
/*###############################################################################*/

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a {
      border: 0px !important;
  }


/*###############################################################################*/
/*#### Footer-Navi
/*###############################################################################*/

#menu-footer a:hover {
    color: #d8d8d8;
}

.fusion-flip-boxes a {
    color: #d8d8d8) !important;
}

#main a.hover {
    color: #d8d8d8;
}


/*###############################################################################*/
/*#### Logo
/*###############################################################################*/

.fusion-standard-logo {
    height: 104px !important;
}


/*###############################################################################*/
/*#### SliderRevolution Border weg
/*###############################################################################*/
.avada-has-rev-slider-styles .avada-skin-rev {
    border: none !important;
  }

/*###############################################################################*/
/*#### Footer-Adresse
/*###############################################################################*/

#footerAdress {
    padding-left: 42px !important;
}

/*###############################################################################*/
/*#### Jobs-Plugin
/*###############################################################################*/

.jp-attachment-button {
	background: #032b5e !important;
	color: #ffffff !important;
}
.jp-attachment-button:before {
	color: #ffffff !important;
}
.jp-attachment-button:hover {
	background: rgba(130,177,255,1) !important;
}