/*  MICROTHEMER STYLES  */


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

/** Content >> Speisekarte **/
p.Speisekarte_Name {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Arsenal' !important;
	font-variant: small-caps !important;
}

/** Content >> Speisekarte Titel **/
div.Menuetitel-Speisen h1 {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Arsenal' !important;
	padding-bottom: 0px !important;
}

/** Content >> Speisekarte Beschreibung **/
p.Speisekarte_Beschreibung {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Arsenal' !important;
	font-variant: small-caps !important;
}

/** Content >> Speisekarte Englisch **/
p.Speisekarte_Englisch {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Arsenal' !important;
	color: rgba(102, 102, 102, 0.65) !important;
	font-variant: small-caps !important;
}

/** Content >> Speisekarte Titel DIV **/
div.Menuetitel-Speisen {
	margin-bottom: 0px !important;
}

/** Content >> Speisekarte Inhalt DIV **/
div.Menueinhalt-Speisen {
	margin-bottom: 12px !important;
}

/** Content >> Speisen Hintergrund **/
div.SpeiseSection {
	background-color: rgba(255, 255, 255, 0) !important;
}

/** Content >> Menueblock Speisen **/
div.Menue-Speisen {
	background-color: rgb(255, 255, 255) !important;
	padding-top: 30px !important;
	padding-bottom: 20px !important;
	padding-left: 30px !important;
	margin-bottom: 20px !important;
}

/** Content >> Facebook more Button **/
div#uss-main-full-section div.uss-button-style {
	display: none !important;
}

/** Content >> Facebook Feed **/
article#post-125 div#uss-main-full-section {
	padding-top: 0px !important;
}

/** Content >> Oeffnungszeiten **/
.Oeffnungszeiten {
	margin-top: 0 !important;
}

/** Content >> Oeffnungszeiten Heading 4 **/
.Oeffungszeiten h4 {
	color: rgb(255, 255, 255) !important;
}


/*= Getraenke ================= */

/** Getraenke >> Getränkekarte Titel **/
div.Menuetitel-Getraenke h1 {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Arsenal' !important;
	padding-bottom: 0px !important;
}

/** Getraenke >> Getränkekarte Titel DIV **/
div.Menuetitel-Getraenke {
	margin-bottom: 0px !important;
}

/** Getraenke >> Getränkekarte Inhalt DIV **/
div.Menueinhalt-Getraenke {
	margin-bottom: 12px !important;
}

/** Getraenke >> Getränkekarte **/
p.Getraenke_Name {
	font-size: 21px !important;
	line-height: 1 !important;
}

/** Getraenke >> Getränkezusatz **/
span.Getraenke_Zusatz {
	font-size: 16px !important;
}

/** Getraenke >> Getränkemenge **/
span.Getraenke_Menge {
	color: rgba(0, 0, 0, 0.64) !important;
}

/** Getraenke >> Getränke Hintergrund **/
div.GetraenkeSection {
	background-color: rgba(255, 255, 255, 0) !important;
}

/** Getraenke >> Menueblock Getränke **/
article#post-122 div.Menue-Getraenke {
	background-color: rgb(255, 255, 255) !important;
	padding: 30px !important;
	margin-bottom: 20px !important;
}


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

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

	/** Content >> Mittagskarte Zitat **/
	div.Zitat-Mittagskarte h1 {
	font-size: 120px !important;
	line-height: 120px !important;
}

	/** Content >> Fuss Speisen **/
	article#post-119 div.et_pb_section_3 {
	background-color: rgb(0, 9, 35) !important;
}


	/*= Getraenke ================= */

	/** Getraenke >> Fuss Getränke **/
	article#post-122 div.et_pb_section_3 {
	background-color: rgb(0, 9, 35) !important;
}


}


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

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

	/** Content >> Speisekarte **/
	p.Speisekarte_Name {
	/* MT [  ] */
}

	/** Content >> Speisekarte Preis **/
	p.Speisekarte_Preis {
	text-align: left !important;
}


}


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

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

	/** Content >> Speisekarte Preis **/
	p.Speisekarte_Preis {
	text-align: left !important;
}


}