/*
 Theme Name:   MoLi Atemtherapie
 Theme URI:    https://generatepress.com
 Description:  Ein extra erstelltes Theme für Mo von der Webagentur sixhop.net
 Author:       Juli von sixhop.net 
 Author URI:   https://www.sixhop.net/
 Template:     generatepress
 Version:      0.1
*/
/* 2019-4-3 JV Die orangefarbene Linie unter de Header (über dem Menü) */
.inside-header {
	border-bottom: 3px solid #F5A41C;
}
/* FONTS */

body {
        font-family: 'Open Sans';
}
h1, h2, h3 {
	color: #966c55;
} 

.ml1-zitat {
	/*color: #AB8E77;*/
	color: #966C55;
	font-size: 28px;
} 


/* links werden mit Unterstrich dargestellt
body a:link {
text-decoration: underline;
}*/
/* Außer natürlich im Hauptmenü!*/
.main-nav a:link{
text-decoration: none !important;
}
/* Und auch bitte kein Unterstrich auf Buttons!*/
.njba-btn a:link {
	text-decoration: none !important;
}
.wpzabb-module-content a:link {
	text-decoration: none !important;
}
/* Mo*Li Unterliste "Fortbildungen" */
.ml1-fortbildungen {
font-weight: 300;
}

/* 2019-1-8 JV Styling the ninja form stars to be orange */
.ninja-forms-req-symbol {
    color: #F5A41C !important;
}
#nf-field-11 {
	border-radius: 15px !important;
}
/* Mo*Li Blog */
.type-post {
padding: 20px;
}
.comments-area {
padding: 20px;
}
/* Styling the newsletter signup im Footer*/
#ninja_forms_widget-5 .nf-form-fields-required {
	display: none;
}
#ninja_forms_widget-5 h2.widget-title {
	padding-left: 5px;
}
#ninja_forms_widget-5 #nf-field-30-container {
	padding-top: 5px;
}
#ninja_forms_widget-5 #nf-label-field-30 {
	font-weight: 400;
}
