* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.Ueberschrift_Menuplan{
    font-size: 30px;
}

.Ueberschrift_Menuplan_PP{
    font-size: 40px;
    text-align: center;
}

#Haupttitel{
	margin: 20px 5px;	
}

.CenterTable{
    margin-top: 20px;
    margin-right: auto;
}

.CenterTable2{
    margin-top: 20px;
    margin-right: auto;
}

.CenterTable3{
    margin-top: 20px;
    margin-right: auto;
}

.TableTitle{
    font-size: 30px;
    width: 460px;
    text-align: center;
}

.TablePic{
    width: 92px;
    text-align: center;
}

.TableText{
    font-size: 22px;
    width: 460px;
    text-align: center;
}

.TablePicH{
    width: 40px;
}

.TableTextH{
    font-size: 22px;
    width: 200px;
}

.TableHeadH{
    font-size: 22px;
}

.orange{
    background-color: rgb(250, 174, 87);
}

.red{
    background-color: rgb(253, 147, 128);
}

.TableSeparator{
    width: 30px;
}

.keinEintrag{
    font-size: 30px;
    color: black;
    text-align: center;
}

.Menu{
    margin: 10px 5px;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    width: 30%;
    min-width: 350px;
    max-width: 450px;
}

.MenuSlogan{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5px  0px;
}

.SloganFarbe0{
    color: red;
}

.SloganFarbe1{
    color: #1CDF27;
}

.SloganFarbe2{
    color: #15DBEF;
}

.SloganFarbe3{
    color: red;
}

.SloganFarbe4{
    color: #1CDF27;
}

.MenuTitel{
    text-align: center;
    font-size: 25px;
    font-weight: bold; 
    min-height: 80px;
    padding: 5px  0px;
}

@media screen and (min-width: 1100px) {
  
  .MenuTitel{
      font-size: 30px;
  }
  
  .Ueberschrift_Menuplan{
    font-size: 50px;
  }
}

.MenuBeschr{
    text-align: center;
    font-size: 18px;
    min-height: 40px;
    padding: 5px  15px;
}

.MenuWerte{
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	padding: 5px  15px;
}

.MenuWert{
    display: flex;
    flex-direction: column;
}

.Wert{
    text-align: center;
    font-size: 20px;
    margin: 0px;
}

.TagSelected{
	color: red;	
}

#WochenListe {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#Menuliste{
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

#Wochenleiste {
  	display: flex;
  	flex-wrap: nowrap;
  	background-color: lightgrey;
  	justify-content: center;
}

#Wochenleiste > div {
	background-color: #f1f1f1;
	width: 70px;
	margin: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
  cursor: pointer;
}

#MenuView {
	display: flex;
	flex-wrap: wrap;
	background-color: rgb(248,128,8);
	justify-content: center;
	margin-bottom: 10px;
}

#MenuViewAbend {
	display: flex;
	flex-wrap: wrap;
	background-color: rgb(237,72,27);
	justify-content: center;
}

#mittagUeberschrift {
  	text-align: center;
	font-size: 30px;
	background-color: rgb(248,128,8);
	color: white;
	margin-top: 10px;
}

#abendUeberschrift {
  	text-align: center;
	font-size: 30px;
	background-color: rgb(237,72,27);
    color: white;
    margin-top: 10px;
}