/* 
Theme Name: Divi-Child 
Theme URI: http://elegantthemes.com 
Description: A Child Theme built for Divi 
Author: Dein Name 
Author URI: http://deinedomain.de 
Template: Divi 
Version: 1 License: GNU General Public 
License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

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

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

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

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


body {
font-family: 'Asap', sans-serif;
color: #555554; /*grau*/
font-style: normal; 
font-weight: 400;
font-size: 15px;
}
body a {
	color: #77ad4b;	/*hellgruen*/
}
body a:hover {
	color: #3e7b52;	/*dklgruen*/
}


/*Überschrift Text*/
h1 {
font-size: 30px;
color: #77ad4b;	/*hellgruen*/
}

h2 {
font-size: 30px;
color: #ab9136; /*gold*/
 text-transform: uppercase;
}

h3 {
font-size: 30px;
color: #fff; /*weiss*/
 text-transform: uppercase;
}

h4 {
font-size: 18px;
color: #77ad4b;	/*hellgruen*/
font-weight: 700;
}

.side {
font-size: 14px;
color: #ab9136; /*gold*/
}

.fuss {
font-size: 14px;
color: #fff;
}

.fuss a {
	color: #8e96c2;	/*lavendel*/
}
.fuss a:hover {
	color: #8a1377;	/*beere*/
}













