html, body{
  margin: 0em;
  padding: 0;
  font-family: 'Roboto', 'Helvetica',sans-serif;
}

div.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
header{
  width: 10em;
  height: 100%;
  box-sizing: border-box;
  background-color: #eee;
  flex: none;
}
div.svLogo{
  font-family: 'Reenie Beanie', cursive;
  font-size: 8em;
  text-align: center;
}
ul{
  padding: 0;
}
nav ul li{
  list-style: none;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  box-sizing: border-box;
}
nav ul li.aktive{
  text-decoration: underline;
}
nav ul li a{
  color: #222;
  text-decoration: none;
}
nav ul li a:hover{
  text-decoration: underline;
}
main{
  width: calc(100% - 5em);
  height: 100%;
  overflow-y: auto;
}
div.wrapperMain{
  padding: 3em;
}


/* -projektBox- */
section.projektBox{
  margin: 2em;
  padding: 2em;
  background-color: #eee;
}
section.projektBox div.top{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}
div.datumStart, div.datumEnde{
  padding: 1em 3em;
  border: solid 0.2em #ddd;
  position: relative;
}

div.datumEnde::before{
  content: 'Deadline/Veranstaltung am:';
  position: absolute;
  top: -10px;
  right: 2em;
  padding: 0 0.2em;
  background-color: #eee;
    font-weight: bold;
    font-size: 0.8em;
}
div.datumStart::before{
  content: 'Drum kümmern ab:';
  position: absolute;
  top: -10px;
  left: 0.1em;
  padding: 0.2em;
  background-color: #eee;
  font-size: 0.8em;
}

div.datumProjektstart::before{
  content: 'Projektstart';
  position: absolute;
  top: -10px;
  left: 0.5em;
  padding: 0 0.5em;
  background-color: #eee;
}

div.datumProjektstart {
  padding: 1em 1.5em;
  border: solid 0.2em #ddd;
  position: relative;
}

div.Status {
  padding: 1em 1.5em;
  border: solid 0.2em #ddd;
  position: relative;
}
div.Status::before{
  content: 'Status';
  position: absolute;
  top: -10px;
  left: 0.5em;
  padding: 0 0.5em;
  background-color: #eee;
}


div.datumErgebnisErarbeitet {
  padding: 1em 3em;
  border: solid 0.2em #ddd;
  position: relative;
}
div.datumErgebnisErarbeitet::before{
  content: 'Erarbeitet';
  position: absolute;
  top: -10px;
  left: 0.5em;
  padding: 0 0.5em;
  background-color: #eee;
}



/* -projektBoxAktuell- */
section.projektBoxAktuell{
  margin: 2em;
  padding: 2em;
  background-color: #eee;
}
section.projektBoxAktuell div.top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.projektBoxAktuell div.middle{

}
section.projektBoxAktuell div.listArea {
  padding: 0.35em 1.4em;
  box-shadow: 0 0 30px #b8b8b88a;

}
section.projektBoxAktuell div.listArea ul li{
  margin: 0.8em;
}
section.projektBoxAktuell div.listArea ul li.done{
  text-decoration: line-through;
}


section.projektBoxAktuell div.listAreaProjektbeschreibung ul li{
  margin: 2em;
}




section.protokollBox{
  margin: 2em;
  padding: 2em;
  background-color: #eee;
}

section.protokollBox div.listArea ul{
  padding: 0em 0em;
  padding-left: 2em;
}

section.protokollBox div.top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.protokollBox div.listArea ul li{
  margin: 0.8em;
}
section.protokollBox div.listArea ul li.done{
  text-decoration: line-through;
}

section.protokollBox div.middle{

}

div.datumProtokoll{
  padding: 1em 1.5em;
  border: solid 0.2em #ddd;
  position: relative;
}

div.datumProtokoll::before{
  content: 'Datum';
  position: absolute;
  top: -10px;
  left: 0.5em;
  padding: 0 0.5em;
  background-color: #eee;
}





hr{width: 95%;
	height: 5px;
	margin: 0 auto;
	color: #cddc39;
	background: #cddc39;}
.box {
	width: 98%;
	padding: 2em;
	box-shadow: 0 0 30px #b8b8b88a;
	box-sizing: border-box;}
.menue{width: 15%;}
.textblock{margin-left: 16%;}
.veranstaltungart{margin-left: 7em;
font-size: 1em;
margin-bottom: 0.8em;}
.tagespunkte {margin-left: 5%;}
._vorschlidee {margin-left: 2em;}
.unterpunktepfeil {margin-left: 5em;}
.unterpunktepfeil2 {margin-left: 11%;}
.pgroß {height: 0.9em;}
