.KuchenWrapper {
    text-align: center;
    margin-bottom: 40px;
}
#CanvasKuchen {
    display: inline-block;
    width: 210px;
    height: 210px;
    vertical-align: top;
}
.Kuchenerlaeuterung {
    display: inline-block;
    height: 210px;
    font-size: 18px;
    font-weight: normal;
    margin-left: 50px;
    vertical-align: top;
    cursor: pointer;
}
.Kuchenerlaeuterung span {
    display: inline-block;
    width: 250px;
}
.Kuchenerlaeuterung div {
    height: 35px;
    margin-top: 20px;
}
.Kuchenerlaeuterung div:hover {
    font-weight: 600;
}
.StatistikFett {
    font-weight: 600;
}
.StatistikDauerFett {
    font-weight: 600;
}
.SuchfeldWrapper {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.SuchfeldWrapper input {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    padding: 4px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e5007d;
    text-align: center;
    color: #e5007d;
}
.SuchfeldWrapper input:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}
.SuchfeldWrapper input::placeholder {
    color: rgba(229, 0, 125, 0.5);
}
.SuchfeldWrapper button {
    padding: 8px 30px 8px 30px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    color: #e5007d;
    border-style: solid;
    border-color: #e5007d;
    border-width: 2px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.SuchfeldWrapper button:hover {
    color: white;
    background-color: #e5007d;
    transition-duration: 0.2s;
}
.SuchfeldWrapper button:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}

.FallWrapper, .NutzerWrapper {
    text-align: left;
    width: 100%;
}
.Ueberschrift {
    display: block;
    width: auto;
    font-weight: 600;
    color: #e5007d;
    font-size: 120%;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e5007d;
}
.Datensatz {
    padding-top: 6px;   
    padding-bottom: 6px;
    cursor: pointer;
}
.Datensatz:hover {
    background-color: #cfcfcf;
}
.FallWrapper .Datum {
    display: inline-block;
    width: 120px;
}
.FallWrapper .AN {
    display: inline-block;
    width: calc(100% - 360px);
    min-width: 200px;
    font-weight: 600;
}
.FallWrapper .EinwegAN {
    display: inline-block;
    width: calc(100% - 460px);
    min-width: 200px;
    font-weight: 600;
}
.FallWrapper .Variante {
    display: inline-block;
    width: 150px;
}
.FallWrapper .Nutzer {
    display: inline-block;
    width: 250px;
}
.FallWrapper .Ergebnis {
    display: inline-block;
    width: 70px;
    text-align: center;
}
.Datensatz .Ergebnis {
    vertical-align: -5px;   
}
.NutzerWrapper, .NutzerAnlegenWrapper {
	margin-bottom: 100px;
}
.NutzerWrapper .Nutzer {
	display: inline-block;
	width: calc(100% - 440px);
	min-width: 200px;
	font-weight: 600;
}
.NutzerWrapper .Nutzungen{
    display: inline-block;
    width: 60px;
    text-align: right;
	font-weight: 600;
}
.hochkant {
	writing-mode: vertical-rl;	
}
.NutzerWrapper .Aktion {
	display: inline-block;
	width: 100px;
	cursor: pointer;
}
.NutzerWrapper .Aktion:hover {
	font-weight: 600;
	color: #D73503;
}
.NutzerWrapper .AngelegtDurch {
	display: inline-block;
	width: 200px;
}
.NutzerEintrag {
    padding-top: 6px;   
    padding-bottom: 6px;
}
.NutzerEintrag:hover {
    background-color: #cfcfcf;
}
.NutzerAnlegenWrapper input {
	width: 60%;
	max-width: 300px;
    padding: 4px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e5007d;
    text-align: center;
    color: #e5007d;
}
.NutzerAnlegenWrapper input:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}
.NutzerAnlegenWrapper button {
    padding: 8px 30px 8px 30px;
	margin-top: 15px;
    margin-left: 50px;
    background-color: white;
    color: #e5007d;
    border-style: solid;
    border-color: #e5007d;
    border-width: 2px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.NutzerAnlegenWrapper button:hover {
    color: white;
    background-color: #e5007d;
    transition-duration: 0.2s;
}

#EinwegMailbereich .NutzerAnlegenWrapper {
	margin-bottom: 0px;
}
