/*DESIGN XXSMALL CSS*/
@media screen and (max-width:438px) {
	html, body {
	margin-bottom: 0;
	}
	
	.header {
	height: 14em;
	}
	
	.header_wrapper {
	width: 100%;	
	height: 100%;
	}
	
	span.header_schwarz {
	display: none;
	}
		
	span.header_small_xs {
	width: 100%;
	height: 65px;
	float: none;
	position: absolute;
	color: #fff;
	}
	
	section.small_xs_wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0,0,0,0.70);
	}

/*LOGO*/
	span.logo_small {
	width: 155px;
	height: 60px;
	float: right;
	}

/*NAVIGATION*/		
	span.navi {
	display: none;	
	}

	nav ul {
	list-style: none;
	list-style-image: none;
	}
	
	nav {
	background-color: rgba(0,0,0,0.10);
	margin-top: -1px;
	}
	
	nav ul {
	list-style: none;
	padding: 0;
	}
	
	nav ul li {
	color: #fafafa;
	display: block;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
	}
	
	nav ul li:last-child { border: none; }
	
	nav ul li a {
	color: #fafafa;
	display: block;
	padding: 10px 0 10px 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
	text-align: center;
	}
	
	nav ul li a:hover,
	nav ul li a:focus {
	text-decoration: none;
	color: #FF2024;
	}
	
	#nav-toggle {
	position: absolute;
	left: 18px;
	cursor: pointer;
	padding: 29px 35px 16px 0px;
	}
	
	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #fafafa;
	position: absolute;
	display: block;
	content: '';
	}
	
	#nav-toggle span:before { top: -10px; }
	
	#nav-toggle span:after { bottom: -10px; }
	
	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	}
	
	#nav-toggle.active span { background-color: transparent; }
	
	#nav-toggle.active span:before,
	#nav-toggle.active span:after { top: 0; }
	
	#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #FF2024;
	}
	
	#nav-toggle.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	top: 10px;
	background: #FF2024;
	}
	
	.navicon {
	position: relative;
	height: 26px;
	}
	
	.pull { display: none; }
	
	.hero {
	padding: 0 0 0 0;
	height: 100%;
	display: table-row;
	}
	
/*INHALT*/
	.inhalt {
	height: 100%;
	display: flex; /*!!! WICHTIG !!!*/
	}
	
/*CONTENT*/		
	.content {
	width: 95%;
	}

	.main, .sidebar {
	width: 100%;
	height: auto;
	float: left;
	background: rgba(255,255,255,0.10);
	margin-bottom: 30px;
	}
	
	span.linie, span.sidebar_linie {
	display: none;
	}

.bildangelo{
	float: right; 
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	}		
	
/*FOOTER*/
	.footer_wrapper {
	width: 95%;
	height: auto;
	}
	
	.footer {
	width: 100%; /*ACHTUNG*/
	height: 114px; /*ACHTUNG*/
	position: relative;
	}
	
	span.footer_grafik {
	display: none;
	}
	
	span.web_infos {
	display: none;	
	}
	
	span.impressum {
    display: none;
	}
	
	span.footer_grafik_S_XXS {
	position: relative;
	float: right;
	top: 15px;
	}
	
/*TITLE*/
	h1 {
	font-size: 1.9em;
	padding: 30px 10px 0px 10px;		
	}
	
	h2, h3, h4 {
	padding: 20px 10px 5px 10px;	
	}
	
/*TEXT*/
	p {
	padding: 10px;
	}
	
	p.sidebar_text {
	padding: 10px;
	font-size: 1.1em;	
	}

/*KONTAKT*/
	span.anschrift, span.oeffnungszeiten {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 30px;
	}

/*IFRAME*/
	iframe {
	width: 100%;
	height: 250px;
	margin-top: 20px;
	}
	
	.map {
    width: 95%;
    margin: auto;
	}
	
/*TISCHRESERVIERUNG*/
	span.tischreservierung_XL_L {
	display: none;
	}
		
	textarea {
	width: 100%;	
	}
	
	input.FORM_200px {
	width: 100%;	
		
	}
	
	select {
	width: 100%;	
	}
	
/*CATERINGANFRAGE*/
	span.cateringanfrage_XXL {
	display: none;	
	}
	
	span.cateringanfrage_XL {
	display: none;	
	}
	
	input.anfrageFORM_200px {
    width: 100%
	}
	
/*IMPRESSIONEN*/
	span.bild {
    display: none;
	}
	
	span.bild_S_XXS {
    margin: 0 0 20px 0;
	}
	
	img {
	max-width: 100%;
	height: auto;
	}
}

@media screen and (max-device-width:438px) and (orientation: portrait) {
	html, body {
	margin-bottom: 0;
	}
	
	.header {
	height: 14em;
	}
	
	.header_wrapper {
	width: 100%;	
	height: 100%;
	}
	
	span.header_schwarz {
	display: none;
	}
		
	span.header_small_xs {
	width: 100%;
	height: 65px;
	float: none;
	position: absolute;
	color: #fff;
	}
	
	section.small_xs_wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0,0,0,0.70);	
	}

/*LOGO*/
	span.logo_small {
	width: 155px;
	height: 60px;
	float: right;
	}

/*NAVIGATION*/		
	span.navi {
	display: none;	
	}

	nav ul {
	list-style: none;
	list-style-image: none;
	}
	
	nav {
	background-color: rgba(0,0,0,0.10);
	margin-top: -1px;
	}
	
	nav ul {
	list-style: none;
	padding: 0;
	}
	
	nav ul li {
	color: #fafafa;
	display: block;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
	}
	
	nav ul li:last-child { border: none; }
	
	nav ul li a {
	color: #fafafa;
	display: block;
	padding: 10px 0 10px 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
	text-align: center;
	}
	
	nav ul li a:hover,
	nav ul li a:focus {
	text-decoration: none;
	color: #FF2024;
	}
	
	#nav-toggle {
	position: absolute;
	left: 18px;
	cursor: pointer;
	padding: 29px 35px 16px 0px;
	}
	
	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #fafafa;
	position: absolute;
	display: block;
	content: '';
	}
	
	#nav-toggle span:before { top: -10px; }
	
	#nav-toggle span:after { bottom: -10px; }
	
	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	}
	
	#nav-toggle.active span { background-color: transparent; }
	
	#nav-toggle.active span:before,
	#nav-toggle.active span:after { top: 0; }
	
	#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #FF2024;
	}
	
	#nav-toggle.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	top: 10px;
	background: #FF2024;
	}
	
	.navicon {
	position: relative;
	height: 26px;
	}
	
	.pull { display: none; }
	
	.hero {
	padding: 0 0 0 0;
	height: 100%;
	display: table-row;
	}
	
/*INHALT*/
	.inhalt {
	height: 100%;
	display: table-row; /*!!! WICHTIG !!!*/
	}
	
/*CONTENT*/		
	.content {
	width: 95%;
	}

	.main, .sidebar {
	width: 100%;
	height: auto;
	float: left;
	background: rgba(255,255,255,0.10);
	margin-bottom: 30px;
	}
	
	span.linie, span.sidebar_linie {
	display: none;
	}

/*FOOTER*/
	.footer_wrapper {
	width: 95%;
	height: auto;
	}
	
	.footer {
	width: 100%; /*ACHTUNG*/
	height: 114px; /*ACHTUNG*/
	position: relative;
	}
	
	span.footer_grafik {
	display: none;
	}
	
	span.web_infos {
	display: none;	
	}
	
	span.impressum {
    display: none;
	}
	
	span.footer_grafik_S_XXS {
	position: relative;
	float: right;
	top: 15px;
	}
	
/*TITLE*/
	h1 {
	font-size: 1.9em;
	padding: 30px 10px 0px 10px;		
	}
	
/*TEXT*/
	p {
	padding: 10px;
	}
	
	p.sidebar_text {
	padding: 10px;
	font-size: 1.1em;	
	}
	
/*KONTAKT*/
	span.anschrift, span.oeffnungszeiten {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 30px;
	}

/*IFRAME*/
	iframe {
	width: 100%;
	height: 250px;
	margin-top: 20px;
	}
	
	.map {
    width: 95%;
    margin: auto;
	}
	
/*TISCHRESERVIERUNG*/
	span.tischreservierung_XL_L {
	display: none;
	}
		
	textarea {
	width: 100%;	
	}
	
	input.FORM_200px {
	width: 100%;	
	}
	
	select {
	width: 100%;	
	}
	
/*CATERINGANFRAGE*/
	span.cateringanfrage_XXL {
	display: none;	
	}
	
	span.cateringanfrage_XL {
	display: none;	
	}
	
	input.anfrageFORM_200px {
    width: 100%;
	}
	
/*IMPRESSIONEN*/
	span.bild {
    display: none;
	}
	
	span.bild_S_XXS {
    margin: 0 0 20px 0;
	}
	
	img {
	max-width: 100%;
	height: auto;
	}
}