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

/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

/*
Mobile = max. 599px
Tablet = max. 767px
*/

.site-title {
	font-size: 280% !important;
	text-transform: lowercase;
}

.site-description {
	font-size: 180% !important;
	text-transform: lowercase;
}

.entry-title {
	text-transform: lowercase !important; 
}

body, input {
	text-transform: lowercase !important;
}

.nf-form-fields-required {
	margin-bottom: 36px;
}

.nf-response-msg {
	border-left:8px solid #0f688c;
	background-color: #b7dae8;
}

.nf-response-msg p {
	 padding: 24px;
}

.wp-block-quote {
	font-style: normal;
	font-size: 90%;
	margin-left: 2em;
	margin-right: 2em;
}

cite em {
	font-style: normal;	
}

.aj-invisible {
	display: none;
}

.tb-button__link {
	color: black !important;
	background-color: white;
	border: 1px solid black;
	-webkit-box-shadow: none  !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px;
	padding: 4px 8px;
	margin: 0px;
}

.tb-button__content {
    color: white;
	font-size: 80%;
}

.tb-button__link:hover {
	background-color: black;
	color: white !important;
}

.wpv-block-loop-item {
	margin-bottom: 3em;
}

h1.entry-title,
.aj-h1-equivalent {
	font-weight: 500 !important;
	font-size: 3em !important;
	letter-spacing: unset !important;
}

@media only screen and (max-width: 767px) {
	h1.entry-title,
	.aj-h1-equivalent {
	font-size: 2.5em !important;
	}
}

@media only screen and (max-width: 599px) {
	h1.entry-title,
	.aj-h1-equivalent {
	font-size: 2em !important;
	}
}

h2.entry-title,
.aj-h2-equivalent {
	font-weight: 500 !important;
	font-size: 2em !important;
	margin-bottom: 0em;
}

@media only screen and (max-width: 767px) {
	h2.entry-title,
	.aj-h2-equivalent {
	font-size: 1.8em !important;
	}
}

@media only screen and (max-width: 599px) {
	h2.entry-title,
	.aj-h2-equivalent {
	font-size: 1.6em !important;
	}
}

article.auftritt h1 {
	display: none;
}

.aj-abgesagt {
	color: white;
	background-color: #cc0000;
	padding: 4px 12px;
	display: inline;
	border-radius: 100px;
	line-height: 4em;
}

.menu-toggle, .sub-menu a {
	text-transform: lowercase !important;
}
