/*
*   name           CWE Customer Design
*   version        1.0
*   author         Computer Werkstatt Erding
*   author URL     http://www.Computer-Werkstatt-Erding.de
*   copyright      Copyright (C) 2017 Computer Werkstatt Erding. All rights reserved.
*/

/*
******************************************************************************************

/// Custom Styles for 

******************************************************************************************
*/
@import url('https://fonts.googleapis.com/css?family=Heebo:100');

.MarginTop100
{
	margin-top: 100px !important;
}

.primary-navigation ul li a:hover,
.secondary-navigation ul li a:hover,
.headernaviMobil .menu_horizontal ul li a:hover,
.secondary-navigation ul li a:hover,
#cwe-nav2 ul li a:hover
 {
    text-decoration: none;
    background-color: #59c135;
    color: #fff;
}

 
#KontaktNav a
{
	color: #59c134;
	font-family: 'Raleway', Arial;
	font-weight: 500;
}

.mobile-navigation-toggle a.mobile-phone-link {
    color: #59c134;
}

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif; /* default font */
  color: #333333;
  background-color: #ffffff;
}


a { color: #9e9e9e; }
a:hover, a:focus { color: #444; outline: none; }

h1, h2, h3, h4, h5, h6,
.componentheading {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

