/*  MICROTHEMER STYLES  */


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

/** Header >> Header Text **/
.et_pb_header_content_wrapper {
	font-size: 28px !important;
	line-height: 32px !important;
	font-weight: 300 !important;
}

/** Header >> Herder Titel **/
.et_pb_module_header {
	padding-bottom: 0px !important;
}

/** Header >> Genuss Verbunden Text **/
#GenussVerbunden p {
	font-size: 18px !important;
}

/*= Speisekarte =============== */

/** Speisekarte >> Speisegruppe **/
.Speisegruppe {
	color: rgb(255, 255, 255) !important;
	font-size: 24px !important;
	line-height: 26px !important;
	text-transform: uppercase !important;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

/** Speisekarte >> Speisebeschreibung **/
.Speisebeschreibung {
	font-size: 18px !important;
	padding-bottom: 4px !important;
}

/** Speisekarte >> Speisepreis **/
.Speisepreis {
	font-size: 20px !important;
}

/** Speisekarte >> Speisename **/
.Speisename {
	font-size: 24px !important;
	line-height: 24px !important;
	padding-bottom: 0px !important;
}

/** Speisekarte >> Speisen **/
.Speisen {
	font-family: 'Lato' !important;
	color: rgb(199, 199, 199) !important;
	font-weight: 300 !important;
	margin-top: 30px !important;
}

/** Speisekarte >> Mittagskarte **/
.Mittagskarte {
	font-family: 'Shadows Into Light' !important;
	color: rgb(255, 255, 255) !important;
	-webkit-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.47) !important;
	-moz-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.47) !important;
	box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.47) !important;
	background-image: url("/wp-content/uploads/restaurant_blackwood_bg.jpg") !important;
	padding-top: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
	margin-top: 90px !important;
}

/** Speisekarte >> Mittagsgruppe **/
.Mittagsgruppe {
	font-size: 42px !important;
	font-variant: small-caps !important;
	padding-bottom: 10px !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

/** Speisekarte >> Mittagsinhalt **/
.Mittagsinhalt {
	font-size: 22px !important;
}

/** Speisekarte >> Wochentag **/
.Wochentag {
	font-size: 34px !important;
	font-variant: small-caps !important;
	padding-top: 25px !important;
	padding-bottom: 4px !important;
}

/** Speisekarte >> Mittagsbeschreibung **/
.Mittagsbeschreibung {
	font-size: 26px !important;
	line-height: 26px !important;
	padding-bottom: 0px !important;
}

/** Speisekarte >> Mittagspreis **/
.Mittagspreis {
	font-size: 29px !important;
	text-align: right !important;
	padding-bottom: 0px !important;
}

/** Speisekarte >> Mittagsname **/
.Mittagsname {
	font-size: 28px !important;
}


/*[ Large Desktop ]*/
@media (min-width: 1200px) {

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

	/** Header >> Genuss Verbunden Text **/
	#GenussVerbunden p {
		font-size: 24px !important;
		font-weight: 300 !important;
	}
}

/*[ Desktop & Tablet ]*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** Header >> Header logo **/
	.header-logo {
		display: none !important;
	}

	/*= Speisekarte =============== */

	/** Speisekarte >> Mittagskarte **/
	.Mittagskarte {
		margin-top: 0px !important;
	}
}

/*[ Tablet & Phone ]*/
@media (max-width: 767px) {

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

	/** Header >> Header logo **/
	.header-logo {
		display: none !important;
	}

	/*= Speisekarte =============== */

	/** Speisekarte >> Mittagskarte **/
	.Mittagskarte {
		margin-top: 0px !important;
	}
}

/*[ Phone ]*/
@media (max-width: 480px) {

	/*= Speisekarte =============== */

	/** Speisekarte >> Header content **/
	.header-content {
		width: 100% !important;
	}
}