.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Aufklappbarer Top-Bereich (Social Media Menü ohne Ihnalt) **/
#masthead .top-bar {
	display: none !important;
}


/*= Content =================== */

/** Content >> Datenschutzlink MailPoet Formular **/
#mailpoet_form_1 a {
	color: rgb(204, 204, 204) !important;
}

/** Content >> Mailpoet Datenschutzlink Hover **/
#mailpoet_form_1 a:hover {
	color: rgb(255, 255, 255) !important;
}


/*= Formular ================== */

/** Formular >> Formularschritte **/
#wpcf7-f25800-p25795-o1 .btn-circle {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Formular >> Span (#1) span **/
.uacf7-form-25799 > p:nth-of-type(1) > span:nth-of-type(1) > span {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

/** Formular >> Span (#1) span _2 **/
.uacf7-form-25799 > p:nth-of-type(2) > span:nth-of-type(1) > span {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}


/*( Phone )*/
@media (max-width: 480px) {
	/** Formular >> Formularschritte Handy **/
	form > div:nth-of-type(3) > div:nth-of-type(1) > div {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
	-webkit-align-content: flex-start !important;
	align-content: flex-start !important;
}

}

