/*  MICROTHEMER STYLES  */


/*= Main Menu ================= */

/** Main Menu >> Hauptmenü **/
div.navbar-inner {
	background-color: rgba(255, 255, 255, 0) !important;
	border-style: none !important;
}


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

/** Content >> Tanoshii Name H3 **/
.Tanoshii2Name h3 {
	color: rgb(255, 255, 255) !important;
	font-size: 60px !important;
}

/** Content >> Tanoshii Name **/
.Tanoshii2Name {
	font-size: 60px !important;
	background-color: rgb(54, 5, 5) !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/** Content >> Tanoshii 2 Hinweis **/
.Tanoshii2Hinweis {
	background-color: rgba(255, 255, 255, 0.87) !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/** Content >> Anfahrt Tanoshi 2 Titel **/
#black-studio-tinymce-5 .widget-title {
	padding-bottom: 23px !important;
}

/** Content >> Reservierung Titel **/
#col-17-4 .element-title {
	padding-bottom: 20px !important;
}

/** Content >> Reservierung2 Titel **/
#col-19-4 .element-title {
	padding-bottom: 20px !important;
}

/** Content >> Tischreservierung link **/
.Tischreservierung a {
	color: rgb(0, 0, 0) !important;
	font-size: 18px !important;
	text-decoration: none !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 10px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border: 2px solid rgb(255, 0, 0) !important;
}

/** Content >> Download Speisekarte **/
.DownloadSpeisekarte img {
	text-shadow: 0 0 rgb(0, 0, 0) !important;
	box-shadow: 5px 5px 15px rgb(72, 38, 0) !important;
}

/** Content >> Download Speisekarten Titel **/
.DownloadTitel h2 {
	padding-top: 20px !important;
	margin-bottom: 30px !important;
	border-top: 2px solid rgb(103, 103, 103) !important;
}


/*= Footer ==================== */

/** Footer >> OeffnungszeitenTitel **/
.OeffnungszeitenTitel {
	color: rgb(234, 188, 19) !important;
	font-size: 20px !important;
	margin-bottom: 5px !important;
}


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

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

	/** Content >> Speisekarte Spalte **/
	div.vc_row-fluid {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

	/** Content >> Speisekarte Nummer **/
	div.nummer {
	text-align: left !important;
	margin-top: 25px !important;
	margin-left: 0px !important;
	border-bottom: 1px solid rgb(51, 51, 51) !important;
	border-top-style: none !important;
}

	/** Content >> Speisekarte Name **/
	div.karte {
	margin-top: 2px !important;
	margin-bottom: 0px !important;
}


}


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

	/*= Main Menu ================= */

	/** Main Menu >> Mega toggle label **/
	.mega-toggle-label {
	display: none !important;
}


}

