body {
    font-family: Arial;
    font-size: 4em;
    text-align: center;
    color: #3F6CA0;
    height: 10%;
    margin: 0;
}

.background {
	background-image: url("https://bulgarische-kirche.de/vera/images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin: 0;
}

.overlay {
    position: absolute;
    z-index: 1;
    width: 10%;
    height: 100%;
    margin-left: 45%;
    background-color: #FFFFF9;
    opacity: 0.7;
    box-shadow: 0 0 4em 5em #FFFFF9;
}

.content {
    z-index: 2;
    position: relative;
    margin-top: 4em;
}

.thema {
  color: #1B3385;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
}

.thema-2{
  font-size: 0.8em;
  margin-top: 0.2em;
  text-transform: uppercase;
}

#citate {
	font-size: 0.7em;
    margin: 1em 0 6em 15%;
    width: 70%;
}

.contact{
  	font-size: 0.4em;
    width: 40%;
    margin-left: 30%;
}

.space{
	height: 7em;
}

.date{
	font-size: 0.7em;
}

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

a{
  text-decoration: underline;
  color: #3F6CA0;
}

a:hover {
  	color: #1B3385 !important;
    text-decoration: underline;
}

#update{
	margin: 3em 0 0 0;
}

.main-title{
	margin-bottom: 25px;
}

.description{	
  	font-size: 0.4em;
}

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

.address {
  margin-top: 1em;
}

.title{
  font-size: 1em;
  color: #1B3385;
  text-transform: uppercase;
  font-weight: bold;
}

ul {
    padding: 0;
  	margin: 0;
}

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