body {
    height: 100%;
    background-color: rgb(218, 218, 218);
    font-family: Helvetica, Arial, sans-serif;  
}

button {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

button:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}

button.flyer {
    margin: auto;
}

.body-wrapper {
    width: 500px;
    margin: auto;
    padding: 15px;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    /*box-shadow: inset 0 0 5rem rgba(117, 117, 117, 0.5); */
}

.header ul {
    list-style-type: none;
}

.header li {
    float: right;
    margin: 4px;
}

.header a {
    color: black;
}

.footer {
    text-align: center;
}

.download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pictures {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    width: 460px;
    margin: auto;
}

.pictures img {
    margin: 4px;
}


h1, h2, h3 {
    color: #fe1a00;
    /*text-shadow:0px 1px 0px #b23e35;*/
    text-align: center;
}

ul.opendays {
    padding: 3px;
    list-style-type: none;
    border: red;
    border-width: 1px;
    border-style: ridge;
}

.map  {
    display: flex;
    justify-content: center;
}