@font-face {
  font-family: 'Fauna One';
  font-style: normal;
  font-weight: 400;
  src: local('Fauna One'), local('FaunaOne-Regular'), url(https://fonts.gstatic.com/s/faunaone/v4/cSd7NBXNFQWK4oX1706dY5Bw1xU1rKptJj_0jans920.woff2) format('woff2'), url(http://fonts.gstatic.com/s/faunaone/v4/cSd7NBXNFQWK4oX1706dY7O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}


body {
	font-family: 'Fauna One', serif;
	font-size: 22px;
	margin-top: 20%;
}

a {
	color:#ACDD0F;
}
a:hover {
	color:#000;	
}

h2 {
	font-size: 28px;
	line-height: 28px;
    margin: 18px 0px 0px 0px;
}

h3 {
    margin: 20px 0px 0px 0px;
	font-size: 22px;
	line-height: 0px;
	color:#ACDD0F;
}



#container {
	margin: 0 auto;
	display: table;
	width: 40px;
}

#row {
	display: table-row;
}

.content {
 	position: relative;
 	float: left;
 	width: 220px;
}

#title {
    height:158px;
}

.largeScreen #title {
	text-align: right;
	padding-right: 10px;
	border-right: 2px solid #ACDD0F;
}
.smallScreen #title {
	text-align: left;
	padding-bottom: 10px;
	margin-left: 20px;
	border-bottom: 2px solid #ACDD0F;
}
.title_smallScreen h3{
	font-size: 22px;
}
.title_smallScreen h2{
	font-size: 26px;
}


#info {
	padding-top: 0px;
	padding-left: 28px;
}

#address_link{
	text-decoration: none;
	color: #000;
}

#address_link:hover{
	text-decoration: none;
	color:#ACDD0F;
}


#impressum {
}

#impressum_link {
	cursor: pointer; 
}

#impressum_link:hover {
	color: #ACDD0F;
}

.hidden {
	visibility: hidden;
}