/*  MICROTHEMER STYLES  */


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

/** Header >> Et secondary menu **/
#et-secondary-menu {
	background-color: rgb(0, 10, 11) !important;
}

/** Header >> Et secondary menu _2 **/
#et-secondary-menu::after {
	border-left-color: rgb(0, 0, 0) !important;
}

/** Header >> Searchsubmit **/
#searchsubmit {
	background-color: rgb(0, 0, 0) !important;
}


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

/** Content >> Speisekarte Zeile **/
div.et_section_transparent {
	color: rgb(0, 0, 0) !important;
	padding-bottom: 5px !important;
}

/** Content >> Karten Titel **/
div.et_pb_cpt_title_0 {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid rgb(0, 0, 0) !important;
}

/** Content >> Karten Inhalt **/
div.et_pb_cpt_text_0 {
	line-height: 1.2em !important;
	margin-bottom: 0px !important;
}

/** Content >> Menükarte Titel **/
div.Menuetitel h1 {
	padding-bottom: 3px !important;
}

/** Content >> Menükarte Titel Div **/
div.Menuetitel {
	margin-bottom: 0px !important;
}

/** Content >> Menuekarte Inhalt **/
div.Menueinhalt {
	margin-bottom: 10px !important;
}

/** Content >> Getränkebeschreibung **/
p.Getraenke_Beschreibung {
	color: rgb(125, 125, 125) !important;
}

/** Content >> Speisenbeschreibung **/
p.Speisekarte_Beschreibung {
	color: rgb(125, 125, 125) !important;
}

/** Content >> Getränkezusatz **/
span.Getraenke_Zusatz {
	color: rgb(90, 92, 173) !important;
	font-size: 18px !important;
}

/** Content >> Infoblock **/
.Infoblock {
	box-shadow: 2px 2px 10px rgb(157, 157, 157) !important;
}

