html {
	height: 100%;
	margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
}

#content {
  flex: 1;
}

/* Ansicht SmartPhones */
@media screen and (max-width:1100px) {
#ResponsiveContainer {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  height: 100%;
}

#content-left, #content-right {
  justify-content: left;
  text-align: center;
  flex: 1 1 2px;
  padding: 5px;
}	

#content-left, #content-right {
  overflow: auto;
}


#content-1 , #content-middle{
  text-align: left;
  overflow: auto;
  height: 100%;
}	

}
/* Ansicht SmartPhones Ende*/

/* Ansicht für Desktop-Monitore */
@media screen and (min-width:1101px) {
#ResponsiveContainer {
  display: flex;
  flex-direction:row;
  padding: 10px;
  flex:1;
  /*
  background-color: #e3f2fd;
  */
	height: 100%;  
}

#content-left {
  justify-content: left;
  text-align: right;
  flex: 1 1 5px;
  /*border: 1px solid black;*/
  padding: 0 10px;
  margin: 0 10px;
}


#content-right {
  justify-content: left;
  text-align: left;
  flex: 1 1 5px;
  padding: 0 10px;
  margin: 0 10px;
}

#content-middle{
width: 75%;
display: flex;
flex-direction: row;
  overflow: auto;
  height: 100%;  
}

#content-1{
  text-align: left;
  height: 100%;
  width: 100%;
}	

#content-left, #content-right{
  overflow: auto;
  height: 100%;
}

}
