html body {
    margin:0px;
    padding:0px;
    font-family: 'Arial';
}

h1{
    font-family: 'Arial';
    font-size: 30px;
    font-weight: bold;
    color:#383838;
}

h2{
    font-family: 'Arial';
    font-size: 26px;
    font-weight: bold;
    color:#383838;
}

h3{
    font-family: 'Arial';
    font-size: 22px;
    font-weight: bold;
    color:#383838;
}

a{
    color:#383838;
}

input{
    width:250px;
    max-width: 100%;
    background-color: #383838;
    color:#ffffff;
    box-shadow: #4d4d4d 2px 1px 1px;
    padding:5px 10px;
    text-align: center;
}

.button{
    width:250px;
    max-width: 100%;
    background-color: #383838;
    color:#ffffff;
    box-shadow: #4d4d4d 2px 1px 1px;
    padding:5px 10px;
    text-align: center;
    border: none;
}

.button:hover{
    cursor: pointer;
}

input:hover{
    cursor: pointer;
}

.loginbox{
    width:250px;
    max-width: 100%;
    margin:0 auto;
}

#flexbox{
    width:3000px;
	max-width:100%;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 256px;
}

.imgbox{
    width:256px;
    max-width: 100%;
    box-shadow: #383838 2px 1px 1px;
}

.imgbox:hover{
    cursor: pointer;
}


.activitycontainer {
	width:256px;
	max-width: 100%;
	margin: 10px;
	padding: 10px;
	margin-bottom: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #e4e4e4;
	border-radius: 5px;
	box-shadow: #a8a8a8 2px 1px 1px;
}

.activitypicture{
	width: 100%;
	border-radius: 3px;
	box-shadow: #a8a8a8 2px 1px 1px;
}
#aktivitaet-img{
	width:256px;
	min-height: 150px;
	margin:0 auto;
	margin-top: 20px;
	padding-bottom: 15px;
}
#aktivitaet-text{
	max-width:450px;
	padding: 5px 15px 15px 15px;
}