@charset "UTF-8";
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #252525;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
}
html,
body{
	height: auto;
	min-height: 100%;
}
html{
	font-family: 'Raleway', sans-serif;
	font-family: 'Indie Flower', cursive;
	font-size: 16px;
	line-height: 1.5;
}
body{
	overflow-y: scroll;
}
a{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.button,
.button span,
a.button,
a.button span{
	cursor: pointer;
	color: #fff;
}
.button,
a.button{
	display: inline-block;
	padding: 0.2em 0.5em;
	background-color: #252525;
}
.noTouch .button:hover,
.noTouch a.button:hover{
	background-color: #c9005a;
}
.noTouch a:hover,
.noTouch a:hover span{
	color: #777777;
}
.noTouch .button:hover,
.noTouch a.button:hover,
.noTouch a.button:hover span{
	color: #fff;
}
a.nonHover{
	cursor: default;
	color: #777777;
}
.clearfix:before,
.clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
.error{
	margin-top: 0.5em;
	color: #FF0000;
}
.error.errorWithFakeLabel{
	float: left;
	width: 67%;
	margin-left: 33%;
}
.success{
	color: #FF0000;
}
.naviSeparator{
	padding: 0 1em;
}
.big2{
	font-size: 2rem;
	vertical-align: middle;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.sansSerif{
	font-size: 0.8em;
	font-family: 'Raleway', sans-serif;
}
#wrapper{
	height: auto;
	min-height: 100%;
}
#main{
	width: 90%;
	max-width: 1050px;
	margin: 3em auto;
}
form{
	margin: 0 0 2em;
}
label,
input,
textarea,
select{
	margin: 1% 0;
}
label{
	float: left;
	clear: left;
	display: block;
	width: 30%;
	padding: 0.5% 0;
}
.radioLabel,
.checkboxLabel{
	clear: none;
	width: auto;
	line-height: 1.7em;
}
input,
textarea,
select{
	background-color: #EEEEEE;
}
input:not([type=radio]):not([type=checkbox]),
textarea,
select,
.radioWrapper,
.checkboxWrapper{
	-webkit-appearance: none;
	float: right;
	padding: 0.5% 1.5%;
	border: none;
	width: 67%;
}
.mengenWrapper{
	float: right;
	width: 67%;
}
.mengenWrapper select{
	width: 32%;
}
select,
input[type=submit]{
	cursor: pointer;
}
input[type=checkbox],
input[type=radio]{
	float: left;
	clear: left;
	height: 1.7em;
	margin-right: 1em;
}
input:not([type=radio]):not([type=checkbox]).menge{
	float: left;
	width: 65%;
}
input[type=submit]{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #252525;
	color: #FFFFFF;
}
.noTouch input[type=submit]:hover{
	background-color: #555555;
	color: #FFFFFF;
}
header{
	position: relative;
}
.hamburger{
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 2rem;
	width: auto;
}
.pointMenuTitle,
.pointMenuTitle table{
	width: 100%;
}
.pointMenuTitle table{
	border-spacing: 0;
	border-collapse: collapse;
}
.haushalt{
	margin-top: 1em;
}
.schrank{
	margin-top: 0.5em;
}
.regal{
	margin-top: 0.5em;
}
.artikel{
	margin-top: 0.125em;
}
.regalTitle{
	margin-bottom: 1em;
}
.pointMenuTitle img{
	height: 0.7em;
	width: auto;
}
.pointMenuTitle td{
	padding: 0 0.1em;
}
.pointMenuTitle tr.warnung td.dateColor{
	color: #ffb400;
	font-weight: bold;
}
.pointMenuTitle tr.achtung td.dateColor{
	color: #f00;
	font-weight: bold;
	-webkit-animation: blink 1s ease infinite;
	-moz-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
.pointMenuTitle td:first-child{
	width: 95%;
	padding: 0.3em;
	-webkit-border-radius: 1em 0 0;
	-moz-border-radius: 1em 0 0;
	border-radius: 1em 0 0;
}
.pointMenuTitle.artikelTitle td:first-child{
	width: 7%;
}
.pointMenuTitle.artikelTitle td:nth-child(2){
	width: 52%;
}
.pointMenuTitle.artikelTitle td:nth-child(3){
	width: 18%;
}
.pointMenuTitle.artikelTitle td:nth-child(4){
	width: 18%;
	text-align: right;
}
.pointMenuTitle td.editMenu{
	cursor: pointer;
	text-align: center;
}
.pointMenuTitle td.editMenu span{
	display: inline-block;
	color: inherit;
}
.pointMenuTitle td.editMenu.active span{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pointMenuTitle td.editMenu:not(.active){
	-webkit-border-radius: 0 1em 0 0;
	-moz-border-radius: 0 1em 0 0;
	border-radius: 0 1em 0 0;
}
.haushaltTitle td:first-child,
.haushaltTitle td.editMenu{
	background-color: #c9005a;
	color: #fff;
}
.schrankTitle td:first-child,
.schrankTitle td.editMenu{
	background-color: #000;
	color: #fff;
}
.regalTitle td:first-child,
.regalTitle td.editMenu{
	background-color: #6e6e6e;
	color: #fff;
}
.artikelTitle td.nameTitle{
	padding: 0.3em 0.1em;
	line-height: 105%;
}
.pointMenuTitle td.editPoint{
	padding: 0 0.5em;
}
.haushaltTitle td.editPoint{
	background-color: rgba(201, 0, 90, 0.09);
}
.schrankTitle td.editPoint{
	background-color: rgba(50, 50, 50, 0.09);
}
.regalTitle td.editPoint{
	background-color: rgba(90, 90, 90, 0.09);
}
.editForm{
	padding-top: 1em;
}
.addLink{
	display: block;
	width: 100%;
	margin: 1em 0;
	text-align: center;
}
.addLink span{
	cursor: pointer;
	display: inline-block;
	width: 2.5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 2em;
	line-height: 2.5rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.addLink.open span{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.addSchrankLink span{
	background-color: #000;
}
.addRegalLink span{
	background-color: #6e6e6e;
}
.addArtikelLink span{
	background-color: #0a0;
}
.noTouch .button.addRegalLink:hover{
	background-color: #000;
}
.noTouch .button.addArtikelLink:hover{
	background-color: #6e6e6e;
}
.artikelContent .floatLeft,
.artikelContent .floatRight{
	width: auto;
}
.editCloseButton{
	text-align: right;
}
.editCloseButton img{
	cursor: pointer;
	height: 1.2em;
	padding-right: 0.3em;
}
@media screen and (max-width: 1050px){
	html{
		font-size: 2vw;
	}
}
@media screen and (max-width: 850px){
	html{
		font-size: 2.5vw;
	}
	#main{
		margin: 1em auto;
	}
	.hamburger.active{
		display: block;
	}
	.mainMenu{
		display: none;
		position: absolute;
		top: -1rem;
		left: -1rem;
		z-index: 1;
		width: 100.5vw;
		padding: 3em 1em 25em;
		background-color: rgba(0, 0, 0, 0.9);
		color: #fff;
	}
	.mainMenu a{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 3em;
		border-top: 1px solid #666;
	}
	.mainMenu a:first-child{
		border-top: none;
	}
	.mainMenu *{
		color: inherit;
	}
	.naviSeparator{
		display: none;
	}
	#main > form{
		margin-top: 2rem;
	}
}
@media screen and (max-width: 650px){
	html{
		font-size: 3vw;
	}
}
@media screen and (max-width: 450px){
	html{
		font-size: 5.5vw;
	}
	label:not(.radioLabel):not(.checkboxLabel),
	input:not([type=checkbox]):not([type=radio]),
	.radioWrapper,
	.mengenWrapper,
	.checkboxWrapper,
	textarea,
	select{
		width: 100%;
	}
	.submitLabel{
		display: none;
	}
	input[type=checkbox], input[type=radio] {
		clear: none;
		height: 2em;
		margin: 0 1em;
	}
	.error{
		width: 100%;
		margin-left: 0%;
	}
}
@media screen and (max-width: 250px){
	html{
		font-size: 6vw;
	}
}