body {
  margin: 0;
  padding: 0;
  
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  width: 100%;  
}

input[type="text"],input[type="password"] {
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

#container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#page {
	position: absolute;
	top: 0;
	width: 260px;
	height: 100%;
}

#topnav {
	display: none;
}

#mobilnav {
	position: relative;
	z-index:500;
	padding-top: 104px;
	height: 0%;
}

#mobilnav ul {
	display: none;
	top: 70px;	
	width:100%;
    list-style:none;
    margin:0px;
    padding:0px;	
}

#mobilnav ul li a {
	display:block;
	padding: 12px;
	padding-left:20px;	
	text-decoration:none;        
}

#mobilnav ul ul li a {
  padding-left: 40px;
}
#mobilnav ul ul ul li a {
  padding-left: 60px;
}
#mobilnav ul ul ul ul li a {
  padding-left: 80px;
}

#logo {
  position: absolute;
  top: 48px;
  width: 100%;
  height: 112px;		
  text-align: center;
}

#logo a img {
  width: 200px;
  height: 74px;
}

#main {
  position: absolute;
  top: 160px;	  
  width: 100%;

}

#headline {
  position: relative;	  	  
  font-size: 1.125em;
  line-height: 1.2em;
}

#img_area {
	position: relative;
	width: 260px;
	height: 260px;
	margin-top: 16px;
}

#img_area img {
	width: 100%;	
	height: auto;
}

#txt {
	position: relative;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}

#txt p {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}

#contentScroller {
	display: none;
}

/* NAV LEVEL CLASSES */

.mainnav_level1 {
  position: absolute;
  top: 10px;				/* ??? 	56 / 2 - 10 */
  left: 15px;				/* ??? 	72 - 48 */
  width: 125px;
  height: 112px;
  margin: 5px;
  
  line-height: 140%;
}

.mainnav_level2 {
  position: absolute;
  top: 0px;
  left: 190px;			/* 204 - 72 */
  width: 143px;			/* 464 - 336 */
  height: 112px;
  
  line-height: 140%;
}

.mainnav_level3 {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 190px;
  height: 112px;
  
  line-height: 140%;
}

.mainnav_level4 {
  position: absolute;
  top: 0px;
  left: 220px;
  width: 278px;		
  height: 112px;
  
  line-height: 140%;
}

.news-latest-item-title {
	word-wrap:break-word;
	font-weight:bold;
}


/** 
	Meal plan
**/
.mealplan-day { grid-area: mealplan-day; font-weight: bold; ;}

.mealplan-category { text-transform: uppercase; }			
.mealplan-category-pre { grid-area: mealplan-category-pre; background-color: #aaa; }
.mealplan-category-main { grid-area: mealplan-category-main; }
.mealplan-category-veggie { grid-area: mealplan-category-veggie; background-color: #aaa; }
.mealplan-category-dessert { grid-area: mealplan-category-dessert; }

.mealplan-dish-pre { grid-area: mealplan-dish-pre; background-color: #aaa; }
.mealplan-dish-main { grid-area: mealplan-dish-main; }
.mealplan-dish-veggie { grid-area: mealplan-dish-veggie; background-color: #aaa; }
.mealplan-dish-dessert { grid-area: mealplan-dish-dessert; }

.mealplan-grid-container {
  display: grid;
  grid-template-areas:
	'mealplan-day'
	'mealplan-category-pre'
	'mealplan-dish-pre'
	'mealplan-category-main'
	'mealplan-dish-main'
	'mealplan-category-veggie'
	'mealplan-dish-veggie'
	'mealplan-category-dessert'
	'mealplan-dish-dessert';
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
	#page {
		width: 400px;
	}
	
	#img_area {
		width: 400px;
		height: 400px;
	}	
}

@media screen and (min-width: 744px) {
	body {
		font-size: 1.125em;
		line-height: 1.575em;
	}
	
	#headline {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	
	#page {
		width: 470px;
	}
	
	#img_area {
		width: 470px;
		height: 470px;
	}
	
	#logo {
		top: 120px;
	}
	
	#main {
	  top: 240px;	  
	}
}




@media screen and (min-width: 948px) {
	body {
		font-size: 0.85em;
		line-height: 1.35em;
	}
	
	#page {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}	

	#contentScroller {
		display: block;
	}
	
	#mobilnav {
		display: none;
	}
	
	#topnav {
		display: block;
		position: absolute;
		top: 48px;
		width: 922px;
		height: 160px;

	}	
	
	#main_menu {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 10;
		width: 380px;		
		height: 170px; 	

		background-image:url(../img/naviback4.jpg); 
		background-repeat:no-repeat;

		font-size: 14px;
		line-height: 1em;		
	}
	
	#logoutbtn {		
		position: absolute;
		top: 93px; /* 113 */
		left: 20px;
	}
	
	.mainnav_level2 {
	  left: 180px;
	}

	.mainnav_level3 {
	  left: 180px;
	}

	.mainnav_level4 {
	  left: 200px;
	}

	#mail {
		position: absolute;
		top: 120px;
		left: 325px;

		font-size: 14px;
		line-height: 1em;
		z-index: 10;
	}
	
	#logo {
		position: absolute;
		right: 5%;
		top: 123px;
		width: 150px;						
		height: 56px;
	}
	
	#logo a img {
		width: 150px;						
		height: 56px;
	}	
	
	#main {
		position: relative;		
	}
	 
	#headline {  
		font-size: 1.25em;
		line-height: 1.25em;
		margin-bottom: 1em;
	}
	
	#content-container {
		display: grid;
		grid-template-columns: 355px 1fr;
		grid-gap: 25px;
	}	

	#img_area {
		width: 355px;
		height: 355px;
		margin: 0;
	}
	
	#txt {
		width: 100%;
		height: 355px;
		overflow: hidden;
		margin: 0;
	}
	
	#contentScroller {
		position: absolute;
		top: 420px;
		right: 0px;	
		display: none;
	}
	
	.news-grid-container {
		display: grid;
		grid-template-areas:
				'news-header news-txt';		
		grid-gap: 10px;
	}
	
	.news-latest-item-title {
		width: 200px;
		font-weight: normal;
	}
	
	.mealplan-category { 
		text-transform: none; 
	}
	
	.mealplan-category-pre { background: none; }
	.mealplan-category-veggie { background: none; }
	.mealplan-dish-pre { background: none; }
	.mealplan-dish-veggie { background: none; }
	
	.mealplan-grid-container {
		grid-template-areas:
			'mealplan-day mealplan-day'
			'mealplan-category-pre mealplan-dish-pre'
			'mealplan-category-main mealplan-dish-main'
			'mealplan-category-veggie mealplan-dish-veggie'
			'mealplan-category-dessert mealplan-dish-dessert';
		grid-template-columns: 185px 1fr;
	}
}

@media screen and (min-width: 1024px) {
	#logo {
		top: 105px;
		width: 200px;						
		height: 74px;
	}
	
	#logo a img {
		width: 200px;						
		height: 74px;
	}	
}

@media screen and (min-width: 1392px) {
	body {
		font-size: 1.15em;
		line-height: 1.15em;
	}	

	#mail {
		top: 132px;
		left: 354px;
	}		
	
	#main {
		top: 260px;		
	}
	
	#headline {
		font-size: 1.375em;
		line-height: 1.375em;
	}			
	
	#main_menu {
		font-size: 16px;
		background-image:url(../img/naviback3.jpg); 
	}
	
	#logoutbtn {		
		top: 106px; /* 128px; */
	}
	
	.mainnav_level2 {
	  left: 190px;			
	}

	.mainnav_level3 {
	  left: 210px;
	}

	.mainnav_level4 {
	  left: 255px;
	}
	
	#content-container {
		grid-template-columns: 380px 1fr;
		grid-gap: 40px;
	}	

	#img_area {
		width: 380px;
		height: 380px;		
	}
	
	#txt {
		height: 380px;
	}
	
	#contentScroller {
		top: 465px;
	}
		
	.news-latest-item-title {
		width: 250px;
	}
	
	.mealplan-grid-container {
		grid-template-columns: 250px 1fr;
	}
}




/* links */
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #999999;
  text-decoration: none;}

#txt a:link,
#txt a:visited  {
  color: #999999;
  text-decoration: none;
  }

.navtxt-active {  
  color: #999999;
} 

.navtxt-active a:link {
  color: #999999;
  text-decoration: none;  
}

.navtxt-active a:visited {
  color: #999999;
  text-decoration: none;  
}
  
#navtxt-active {
  color: #999999;
  text-decoration: none;  
} 
  
#navtxt-active a:link {
  color: #999999;
  text-decoration: none;  
}

#navtxt-active a:visited {
  color: #999999;
  text-decoration: none;  
}

#logo a:hover,
#logo a:active {
  color: #000000;
  text-decoration: none;}


 
 /* KILL THE P :) */
 p {
	margin: 0px;
 }

 /* forms */
.csc-mailform { 
  padding:10px; 
}

.csc-form-element-textblock    { 
  color: #999999;
  width: 377px;
  margin-bottom:5px;
}

.csc-mailform-field input { 
  font-size: 11px; 
  color:#003300; 
  font-weight:bold; 
  margin-bottom:5px;
}

.csc-mailform-field textarea { 
  font-size: 11px; 
  color:#003300; 
  font-weight:bold; 
  margin-bottom:5px;
}

.csc-mailform-field select  { 
  font-size: 11px; 
  color:#003300; 
  font-weight:bold; 
  margin-bottom:5px; 
}

/** Checkbox etwas von links einr?cken **/
.csc-mailform-check  { 
  margin-left:20px; 
}

/** Radio-Knopf-Beschriftung rechts vom Radio-Knopf **/
.csc-mailform-radio { 
  font-size:11px; 
  color:#000000; 
  float:left; 
  display:block; 
}

.csc-mailform-radio legend { 
  color:#FFFFFF;
}

/** Beschriftungsfeld  **/
.csc-mailform-label {
  font-size: 10px; 
  color:#DD0000; 
  margin-bottom:30px;
}

/** Absendebutton   **/
.csc-mailform-submit { 
  margin:10px 0px 0px 120px;
}



/** Indexed Search   **/
.tx-indexedsearch-browsebox,
.tx-indexedsearch-whatis{display:none;}

.tx-indexedsearch-title  {
	vertical-align: top;
}

.mytx-indexedsearch-searchbox {
	margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:normal; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #999999; }

.tx-indexedsearch-title>a {
	color: #000;
}

.tx-indexedsearch-title>a:hover,
.tx-indexedsearch-title>a:active,
.tx-indexedsearch-title>a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 10px; */
    color: #999999;
	text-decoration: none;
}

#tx-indexedsearch-searchbox-button-submit,
.tx-indexedsearch .mytx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    /* font-size: 11px;   */
	color:#FFF; 
	font-weight:bold; 
	width: 100px;
	background-color:#aaa; 
	border:1px solid #ddd;
}

.tx-indexedsearch .mytx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    /* font-size: 10px;   */
	color:#999999; 
	font-weight:normal; 
	margin-left:5px;
	margin-right:5px;
	width: 250px;
	padding:0px;
}

.tx-indexedsearch-res {
	padding-top: 10px;
}


/* News */
.news-single-backlink>a:link,
.news-single-backlinka:visited ,
.news-list-morelink>a:link,
.news-list-morelink>a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999999;
  text-decoration: none;
}


/*formulare */
.formular1,.contactForm {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    font-family: Verdana;    
    font-weight: normal;
    height: auto;
    margin: auto auto auto 0;
    width: 100px;
}

.formular1 {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    font-family: Verdana;    
    font-weight: normal;
    height: auto;
    margin: auto auto auto 0;
    width: 250px;
}

@media screen and (min-width: 400px) { /* iframe width! */
	.contactForm {
		width: 250px;
	}
}

@media screen and (min-width: 470px) { /* iframe width! */
	.contactForm {
		width: 300px;
	}
}

@media screen and (min-width: 600px) { /* iframe width! */
	.contactForm {
		width: 350px;
	}
}

form tr {
	height: 10px;
}

.addressFormularText {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    height: auto;
    margin: auto 10px auto 0px;
    width: 200px;
}

.addressFormularBtn{
	font-size: 16px; 
	color:#FFF; 
	width: 70px;
	background-color:#aaa; 
	border:1px solid #ddd;
}

.addressFormularBtnWide{
	font-size: 16px; 
	color:#FFF; 
	width: 110px;
	background-color:#aaa; 
	border:1px solid #ddd;
}


/*addresses*/
td{
	padding:0px;
}

#editAddresses {
	
}


/* dl lists */
.csc-default>UL,
.csc-default>UL>LI {
	margin-top: 0px;
}

UL.csc-uploads SPAN {
	display: inline-block;
}

UL.csc-uploads SPAN.csc-uploads-fileName {
	
	text-decoration: none;
}

#print {
	display: none;
}


/* Tabellen Raumverwaltung */
.room_table {
	width: 100%;
	text-align: center;
	font-size: 9px;
	border-spacing: 8px;
    border-collapse: separate;
}
.room_table tr {
	height: 25px;
}
.td_col_first {
	width: 80px;
}
.td_col_normal {
	width: 45px;
}
.td_grey {
	background-color: #999999;
	color: #FFF;
}
.td_speisen {
  padding: 1px;
  text-align: center;
}

@media screen and (min-width: 744px) {
	.room_table {
		font-size: 14px;
	}
}

@media screen and (min-width: 1392px) {
	.room_table {
		font-size: 16px;
	}
}




#pdfLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	vertical-align:top
}

.hamburger-icon-container {
  height: 1.7em;
  width: 1.7em;
  position: absolute;
  top: 48px;
  cursor: pointer;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: #999999;
  transition: all .2s ease;
}

.hamburger-icon {
  top: 0.75em
}

.hamburger-icon:before {
  top: -0.55em
}

.hamburger-icon:after {
  top: 0.55em
}

.hamburger-active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
  top: 0
}

.hamburger-active .hamburger-icon:before {
  transform: rotate(90deg)
}