/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com
Description: Divi Child Theme
Author: smartwebsites gmbh, Beatrice Wespi
Author URI: http://www.beatricewespi.ch
Template: Divi
Version: 1.0
*/

/* Zusätzliches CSS hinter dem abschließenden Schrägstrich einfügen
------------------------------------------------------------------- */


/*** Hamburgermenu ***/
@media only screen and (max-width: 1150px) and (min-width: 961px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu {
display: none;
}
}

@media only screen and (max-width: 960px) and (min-width: 300px) {
h2 {
	font-size: 16px;	
}

h1 {
	font-size: 20px;
}
	
p {
	font-size: 16px;	
	line-height: 1.8em;
}
}

h1 {
	font-weight: 600 !important;
}

/**** FORMULAR ****/
.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
	color: #ffffff !important;
}

/*** NEWSLETTER ***/
.haet-cleverreach .label-left label {
    width: 10%;
    color: #ffffff;
}

.cleverreach-checkbox label {
    color: #ffffff;

}

.haet-cleverreach-field-wrap.type-submit {
    text-align: left;
	background-color: #ffffff; 
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}

#haet-cleverreach-submit .button {
	font-size: 30px !important;
}