.head {
    background-image: url("images/fb-theaser.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 150px 150px 0 0;
    box-shadow: #ffecac 0px -70px 47px -5px inset;
    max-height: 650px;
    border: 0;
}

li {
	list-style-type: none;
	margin-bottom: 0px;
  	text-align: center;
}

.person{
	font-size: 0.6em;
}

.telefon{
	margin-top: 4px;
	font-size: 0.5em;
}

.date{
	font-size: 0.6em;
	font-weight: bold;
}

.blank {
    height: 0px;
    margin-top: 50px;
}

a{
	text-decoration: underline;
    color: #393216 !important;
}

#update{
	margin-top: -80px;
}

.main-title{
	font-family: 'Slavjanic';
	font-size: 1.4em;
	margin-bottom: 25px;
    color: #393216;
}

.description{	
	font-size: 0.5em;
}

.links{
	margin-left: 10px;
	font-size: 0.4em;
}

.address{
	font-size: 0.5em;
    margin-top: 20px;
}

.title{
	margin-left: 10px;
	font-size: 0.5em;
}

body {
	font-family: arial;
    font-size: 5em;
    color: #393216;
}

ul {
    margin-top: 0px;
    background-color: #ffecac;
    padding-bottom: 80px;
}

@font-face {
	font-family: 'Slavjanic';
  	src: url("slavjanic.ttf");
}


