/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Worktimes _2 **/
.worktimes {
	font-family: "Book Antiqua" !important;
	font-size: 18px !important;
}

/** General >> Logo **/
#logo {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Dancing Script' !important;
	text-align: center !important;
}

/** General >> Titel **/
.titel {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Dancing Script' !important;
	color: rgb(83, 37, 5) !important;
	text-align: center !important;
}

/** General >> Textwidget paragraph **/
.textwidget p {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Dancing Script' !important;
	color: rgb(83, 37, 5) !important;
	font-size: 30px !important;
}

/** General >> Element title **/
.titel .element-title {
	/* MT [  ] */
	color: rgb(83, 37, 5) !important;
}

/** General >> Bold **/
h3 b {
	color: rgb(0, 0, 0) !important;
	font-size: 36px !important;
}

/** General >> S1 **/
strong .s1 {
	font-size: 36px !important;
}

/** General >> Heading 3 (#1) **/
.wpb_wrapper > div:nth-of-type(5) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > h3:nth-of-type(1) {
	color: rgb(0, 0, 0) !important;
	font-size: 36px !important;
}

/** General >> Heading 3 (#2) **/
.wpb_wrapper h3:nth-of-type(2) {
	color: rgb(0, 0, 0) !important;
	font-size: 36px !important;
}

