/* Google Font: Roboto */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face{
	font-family: Sunrise International;
	src: url('../Fonts/Sunrise-International.otf') format("opentype");
}

html, body
{
	font-size: 100% !important; 
}

/* Google Font Ende */
#slide-menu,#openMenu
{
	
	display:none;
}

div#wrapperStart,
div#wrapperSeite
{
	font: normal 400 0.875em 'Roboto';
	color: #4A4A4A;
	letter-spacing: 0.016em;
	float:none;
}

main img
{
	max-width: 100%;
	height: auto;
}

#wrapperSeite header
{
	height: 27.875em;
	background-size: cover;
	padding: 0em 9.375em;
}

#wrapperStart header
{
	/*background-size: 100% auto !important;*/
	background-size: cover !important;
}

.container
{
	margin: auto;
	width: 100%;
	max-width: 90em;
}

main
{
	background-color: #FFFFFF;
	/*padding: 8.125em 0em 12.5em 0em;*/
	padding: 5.125em 0em 12.5em 0em;	
	display: flex;
}

div#wrapperSeite main
{
	padding-top: 1.875em;
}

h1
{
	font: 900 2.1em 'Roboto';
	color: #A02936;
	/*padding-bottom: 1.563em;*/
	text-transform: uppercase;
}
main h1 {
	padding-bottom: 0.563em;
}
main h1.dunkelrot
{
	padding-top: 1.563em;*/
}
header h1 /* Header Überschrift groß, vorher h4 */
{
	font: 900 4.688em 'Roboto';
	color: #fff; /*4B1319;*/
}
h2
{
	font: 500 1.563em 'Roboto';
	color: #A02936;
	letter-spacing: 0.039em;
	line-height: 1.2em;
	padding-bottom: 1em;
	font-weight:600;
}

article#aktuelles h2
{
	color: #FFFFFF;
}

h3
{
	font: 900 1.375em 'Roboto';
	color: #A02936;
	letter-spacing: 0.039em;
	line-height: 1.25em;
}



h5 /* Header Veranstaltungsdatum */
{
	font: 900 1.563em 'Roboto';
	color: #FFFFFF;
	letter-spacing: 0.039em;
}

h6
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 4%;
}

p
{
	font-family: 400 0.875em 'Roboto';
	color: #4A4A4A;
	letter-spacing: 0.016em;
}

div.frame-zwei-spalten p
{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}
.frame-zwei-spalten .news-list-view
{
	column-count:2;
	column-gap: 20px;
}
main a
{
	color: #A02936;
}
main a[href^="tel:"]:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
    margin-right: 4px;
}
main a:hover
{
	border-bottom: 0.125em solid #A02936;
}

section.home.content p,
section.contentSeite p
{
	padding-bottom: 1.25em;
}
section.home.content .frame-default,
section.contentSeite .frame-default
{
	padding-bottom: 2.25em;
	margin-bottom: 20px;
	display:inline-block;
	min-width: 96%;
	
}
/*
div#logo img
{
	width: 11.875em;
	height: 100%;
	border: none;
	float: left;
	margin-top: 2.063em;
}*/
#logo {float:left;}
div#logo img {
    width: 19em;
    height: 100%;
    border: none;
    float: left;
    margin-top: 3.063em;
}
div.frame-header
{
	padding-top: 13.75em;
	padding-bottom: 14.875em;
	padding-right: 25em;
}

div.frame-header p
{
	font: 900 1.563em 'Roboto';
	color: #FFFFFF;
	text-align: center;
}

main aside,
main section
{
	width: 48%;
	float: left;
}
main aside
{
	padding-right: 4%;
}
main .containerSpalte section
{
	width: 40%;
	float: left;
}
main .contentLinks
{
	margin-right: 10%;
}

main .contentLinks  div.frame h1
{
	min-height:70px;
}
@media screen and (min-width: 960px)  {
	main .contentRechts
	{
		margin-top:115px;
	}
}
main .contentRechts div.frame h2{
     line-height:1em!important; 
     padding-bottom: 1em; 
}


div#wrapperSeite main .container section.contentSeite,
video.video-embed-item
{
	width: 100%;
}
figcaption.video-caption {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* Menue */
#header {
	position:relative;
}
#header nav {
  box-sizing: border-box;
  /*float: left;
  margin: 3.125em 0em 0em 6.25em;
  background-color: #A02936;*/
  width: 100%;
  background-color: #4B1319;
  display:inline-block;
  text-align:center;
  position:absolute;
  left: 0;
  bottom:0;
}

#header nav ul 
{
	margin: 0 auto;
	padding: 0;
	text-align:center;
	max-width: 90em;
}

nav ul li
{
	position:relative;
	float: left;
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

nav ul > li a
{
	display: block;
	position: relative;
	padding: 0.625em 0.938em;
	/*color: rgba(255,255,255,.7);*/
	color: rgba(255,255,255,.9);	
	transition: all 0.5s;
	text-decoration: none;
}

nav ul li a:hover
{
	color: rgba(255,255,255,1);
	text-decoration: none;
	transition: all 0.5s;
}

nav ul li a:hover::after
{
	width: 100%;
	border-bottom: 0.125em solid rgba(255,255,255,1);
	transition: all 1s;
}

nav ul li a::after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	border-bottom: 0.125em solid rgba(255,255,255,.7);
	transition: all 1s;
}

nav ul li.active a
{
	border-bottom: 0.125em solid rgba(255,255,255,.7);
}

/* Submenu */

nav ul ul 
{
  position: absolute;
  top: -624.938em;
  left: -624.938em;
  background: #FFFFFF;
  box-shadow: 0.313em 0.313em 0.625em rgba(0, 0, 0, 0.6);
  border-radius: 0em 0.438em 0.438em 0.438em;
  z-index: 9999;
}
 
nav ul ul li 
{
  float: none;
  width: 12.5em;
  border-bottom: 0.063em solid #DDDDDD;
}

nav ul.menue li ul.submenu li a:last-child,
nav ul ul li:last-child
{
	border-bottom: none;
	transition: none;
}

nav ul.menue li ul.submenu li a:hover:after,
nav ul.menue li ul.submenu li a::after
{
	transition: none;
	content: none;
}
 
nav ul ul li a
{
  padding: 0.625em 1.25em;
}

nav ul li:hover > ul 
{
  top: 100%;
  left: 0;
  display: block;
}

ul.submenu li a
{
	color: #4A4A4A;
}

ul.submenu li a:hover
{
	color: rgba(74,74,74,.7);
	display: block;
}

/* Menue Ende */

article#aktuelles h1
{
	font-family: Sunrise International;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 2.5em;
}

/* Linke Spalte */

div#wrapperSeite main aside
{
	position: relative;
	top: -4.375;
	width: 22%;
	float: left;
	margin-right: 4.375px;
}

/* Rechte Spalte */
div#wrapperSeite main .container section.content
{
	width: 69%;
}

div.frame-box,
div.frame-box2
{
	display: flex;
	margin-bottom: 1.875em;
	padding: 1.25em 1.563em;
	background: #FFFFFF;
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,.3);
	border-radius: 0.813em;
	position: relative;
	max-height: 10em;
	min-height: 7.5em;
	width:100%;
}

div.frame-box i.fa-arrow-alt-circle-right,
div.frame-box2 i.fa-arrow-alt-circle-right
{
	position: absolute;
	font-size: 2.5em;
	color: #A02936;
	background: #FFFFFF;
	top: 3.2em;
	left: 6em;
}

div.frame-box .ce-image,
div.frame-box2 .ce-image
{
	width: 100%;
}

div.frame-box2 .ce-gallery figure.image
{
	width: 7.5em;
	float: left;
	position: relative;
	left: -3.125em;
	top: -3.125em;
}

div.frame-box .ce-gallery figure.image
{
	width: 7.5em;
	float: left;
	position: relative;
	left: -3.5em;
}

div.frame-box .ce-gallery div.ce-bodytext,
div.frame-box2 .ce-gallery div.ce-bodytext
{
	position: relative;
	left: -3em;
	width: 260px;
}
.frame-space-after-large {margin-bottom: 20px;}
/* Linke Spalte Ende */
/* Speisekarte Startseite */
section.home .frame-box6  
{
	width: 98%;
	margin-bottom: 1.875em;
	background:url('../Images/speisekarte-hg.jpg') repeat;
	padding: 1%;
}
section.home .frame-box6  h3
{
	color: #000;
	text-align:center;
	font: 900 1.563em 'Roboto';
	margin-bottom: 20px;
}
section.home .frame-box6  p.text-center
{
	text-align:center;
	margin-top: 30px;
	padding-bottom: 0;
}
section.home .frame-box6  a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
    margin-right: 4px;
}
section.home .frame-box6  ul
{
	margin: 12px 0 12px 0;
	list-style: disc;
	padding: 12px;
}
section.home .frame-box6  ul li
{
	margin: 4px 0 8px 10px;
	font-weight: bold;
}
section.home .frame-box6  ul li em
{
	font-style:normal;
	font-size: 18px;
}
@media screen and (min-width: 640px)  {
	section.home .frame-box6  ul
		{
			column-count:2;
			column-gap: 5%;
			column-width: 45%;
		}
}
/* Wochenkarte Tafelhintergund */
section.home .frame-box8  
{
	width: 100%;
	margin-bottom: 1.875em;
	background:url('../Images/tafel_oRahmen.gif') repeat;
	padding: 20px;
	color: #fff;
	text-align:center;
}
section.home .frame-box8  h2
{
	color: #fff;
	margin-bottom: 20px;
}
section.home .frame-box8  h2, section.home .frame-box8  h3 /*, section.home .frame-box8  p*/
{
	font-family: Sunrise International;
	font-weight: normal;
	text-align:center;
}
section.home .frame-box8  h3 
{
	font-size: 2.5em;
}
section.home .frame-box8  table.contenttable
{
	width: 100%;
}
section.home .frame-box8  td 
{
	width: 30%;
}
section.home .frame-box8  p 
{
	color: #fff;
	font-style:italic;
}
section.home .frame-box8  ul ul
{
	margin-bottom: 20px;
}
section.home .frame-box8  ul ul li
{
	margin-bottom: 8px;
}		
/* Speisekarte */
section.home .accordion .frame-box3  
{
	background:none;
	padding: 0;
	margin-bottom: 0;
}
section.content .frame-box3  
{
	/*width:49%;float:left;*/
	width: 100%;
	margin-bottom: 1.875em;
}
section.content .frame-box3 table.contenttable 
{
	width:100%;
	/*max-width: 31.25em;*/
	max-width: 49.5em;
}
section.content .frame-box3 table.contenttable td
{
	padding: 0.625em 0.313em 0.625em 0.313em;
	vertical-align: middle;
	margin-bottom: 0.75em;
	display: block;
}
section.content .frame-box3 table.contenttable td:first-child
{
	width: 75%;
	vertical-align: top;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
section.content .frame-box3 table.contenttable td:last-child
{
	width: 25%;
	vertical-align: top;
	text-align: left;
	color: #A02936;
	font-weight:bold;
	padding-top:0px;
}
section.content .frame-box3 table.contenttable tr
{
	border-bottom: 0.063em solid rgba(255,255,255,0.5);
}

section.content .frame-box3 table.contenttable tr:last-child
{
	border-bottom: 0em;
}
/* Footer */
footer button {
	border:none;
	background:none;
	color: #fff;
	padding-left: 5px;
}
footer button:before {
	content: " | ";
}
article#sozial
{
	background-color: #f1f1f1;
	padding: 1.875em 0em 1.875em 0em;
	position: relative;
}

article#sozial div.foodora p
{
	font-size: 3.375em;
	letter-spacing: 0.063em;
	font-family: Sunrise International;
	color: #919191;
	margin-bottom: 0.3em;
	/* Schrift vor Foodora Frau */
	position:relative;
	z-index:2;
}
article#sozial img.logo_lieferando
{
	position:relative;
	z-index:3;
}
img.foodora_frau
{
	position: absolute;
	bottom: 0em;
	right: 20em;
	z-index:0;
}

div.sozial
{
	/*height: 52px;*/
	background-color: #A02936;
	position: absolute;
	bottom: 0em;
	right: 0em;
	width: 14em;
	color: #FFFFFF;
	padding: 0.625em 0em 0.625em 1.25em;
	font-size: 1.438em;
	font-family: Sunrise International;
}
main section.content .frame-box5 .ce-column, main aside .frame-box5 .ce-column
{
	width: 47%;
	margin-right: 1%;
	float:left;
}
.frame-default.frame-type-image.frame-box7 .ce-column {
    width: 100%;
}
/* Bildergalerie*/
section.contentSeite .frame-type-image .ce-row {
  display:flex;
  width: 100%;
}
div.sozial p
{
	color: #FFFFFF;
	float: left;
	padding-right: 1em;
}

i.fab,
i.fas,
i.far
{
	padding-right: 0.4em;
}

footer table td
{
	height: 1.875em;
	vertical-align: middle;
	padding-right: 1em;
}

footer table tr
{
	border-bottom: 0.063em solid rgba(255,255,255,0.5);
}

footer table tr:last-child
{
	border-bottom: 0em;
}

div.box1
{
	float: left;
	margin-right: 3.125em;
}

footer div.box3
{
	margin: 3.75em 0em 0em 9.75em;
}

footer
{
	color: #FFFFFF;
	background:url('../Images/footer-img.gif') no-repeat;
	background-position-x: center;
	background-size: 100% auto;
	padding: 5em 0em 1.25em 0em;
}

#footer-article,
#footer-nav
{
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	max-width: 90em;
	margin: auto;
}

#footer-nav
{
	margin-top: 2.5em;
}

footer a,
footer p
{
	color: #FFFFFF;
}

footer h3
{
	font-size: 1.438em;
	color: #FFFFFF;
	margin-bottom: 0.938em;
	font-family: Sunrise International;
	font-weight: normal;
}

footer div.tel
{
	margin-bottom: 0.938em;
}

footer h2
{
	font-size: 1.875em;
	color: #FFFFFF;
	font-family: Sunrise International;
}

footer p.text
{
	margin-top: 0.625em;
	font-weight: bold;
}

/* Footer Ende */

/* Akkordeon */

button.accordion
{
	cursor: pointer;
	padding: 14px;
	width: 100%;
	float: right;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-top: 2px;
	background-color: #A02936;
}

button.accordion h2
{
	color: #ffffff;
}

div.accordion div.show {
	
	display: block;
    opacity: 1!important;
    max-height: 10000px!important;
    /*overflow: unset!important;*/
	padding-left: 1em;
	padding-top: 1em;
}



section.contentSeite .accordion .ce-text,
section.content .accordion .ce-text,
section.contentSeite .accordion .ce-bodytext,
section.content .accordion .ce-bodytext
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 9;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

section.contentSeite .accordion .ce-text .show,
section.contentSeite .accordion .ce-bodytext .show  
{
	opacity: 1;
	max-height: 10000px;
}

div.accordion
{
	overflow: hidden;
	margin: 0 0 10px 0;
}

button.accordion h2
{
	padding-bottom: 0em;
}

button.active h2 i.fa-angle-down,
button.accordion h2 i.fa-angle-up
{
	display: none;
}

button.active h2 i.fa-angle-up
{
	display: inline;
}
/* Fließtext 2-spaltig */
.frame-layout-2 .ce-bodytext 
{
	column-count: 2;
	column-gap: 10%;
}
/* RTE */
.roterText, .vegetarisch, .vegan
{
	color: #A02936;
}
.gelberText
{
	color: #ffff66;
}
.vegetarisch
{
	background:url('../Images/vegetarisch.gif');
    background-repeat: no-repeat;
    background-size: 18px 18px;
	padding: 5px 0px  0 25px;	
	float:right;
}
.vegan
{
	background:url('../Images/vegan.gif');
    background-repeat: no-repeat;
    background-size: 18px 18px;
	padding: 5px 0px  0 25px;	
	float:right;
}

/* Corona-Popup */

#coronaSeite
{
	width: 30em;
	background-color: #b5152b;
	color: #fff;
	z-index: 99999;
	position: fixed;
	top: 15em;
	right: 0;
	padding: 1em 0em 1em 2em;
}

#coronaSeite h2, #coronaSeite h3
{
	color: #fff;
}

#coronaSeite #closeCorona
{
	background-color: transparent;
	position: absolute;
	top: 20%;
	right: 2%;
	transform: translate(0%,-50%);
	z-index: 98;
	font-size: 25px;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* femanager für Newsletter-Registrierung */
.tx-femanager {max-width: 600px;}
.tx-femanager legend {display:none;}
.tx-femanager label {text-align: left !important;width: 100%;}
.tx-femanager input[type="submit"] {
	border-radius: 8px;
	background: #A02936;
	padding: 8px 25px;
	font-size: 1.25em;
	color: #FFFFFF;
	border: 0px;
	width: auto;
}
.tx-femanager h3 {margin-bottom: 20px;}
.femanager_flashmessages > .message-0 {
	background-color:#f1f1f1; /*#cdeaca;*/
	border:1px solid #50b441; /*#58B548;*/
	color:#50b441;/*#3b7826;*/
}

/*** Video Abstand : Über uns ***/

#c691
{
	margin-top: 8em;
}

/********** YouTube Videos *********/

iframe.video-embed-item
{
	width: 100%;
	height: 20em;
	margin-top: 2em;
}
main .frame-default.frame-type-image {width: 100%;}