/*<button id="button">OK</button>
	<input id="input" type="text" placeholder= "Befehl eingeben!" name="Eingabefeld">
	<p id="outputMap"></p>
	<!--<img id = "sued" src="https://via.placeholder.com/30x30">
	<img id = "west" src="https://via.placeholder.com/30x30">
	<img id = "ost" src="https://via.placeholder.com/30x30">
 	<img id = "north" src="https://via.placeholder.com/30x30">-->
	<p id="outputItems"></p>
	<p id="sprache"></p>
	<p id="outputPersonen"></p>
	<p id="outputTasche"></p>
	<p id="meldung"></p>*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

* {
	font-family: 'Roboto', sans-serif;
	
	color: #001a00;
	max-width: 400px
	padding: 0px;
	margin: 0px;
}

h1{
	font-family: 'Amatic SC', cursive;
	font-weight: bold;

}
h2{
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}
h3{
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}
p {
	margin: 0px;
}

#input {
	width: 100%;
}
.container {
	
	width: 100%;
	display: flex;

	
}
.col-1 {
    width: 8.33%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-2 {
    width: 16.66%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;

}

.col-3 {
    width: 25%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-4 {
    width: 33.33%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-5 {
    width: 41.66%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-6 {
	background-color: #e6ffe6;
    width: 50%;
    padding: 5px;
    margin: 0px;
}

.col-7 {
    width: 58.33%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-8 {
    width: 66.67%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-9 {
    width: 75%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-10 {
    width: 83.33%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-11 {
    width: 91.66%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col-12 {
	width: 100%;
    padding: 5px;
    margin: 0px;
    background-color: #e6ffe6;
}

#category {
	padding-bottom: 0px;
}

#actions {
	background-color: white;
	font-size: 10px;
}