html {
	font-size: 14pt;
    background-color: #fff;
    color: #554f4a;
    overflow-y: scroll;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    color: #554f4a;
    font-family: HelveticaNeueLT,Open Sans,Arial,Helvetica,sans-serif;
}
.logo {
	width: 200px;
	margin-left: 10px;
}
a {
    color: #0075a9;
    text-decoration: none;
}
.marBot {
	display: inline-block;
    margin-bottom: 10px;
}
.c-page-head {
    background: #fff;
    height: 4.7058823529rem;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    z-index: 1000;
}
.o-top-bar {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
}
.header-left{
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.header-right{
	right: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.nav-link {
	float: left;
	margin: 10px;
}
.galleryImg {
	width: 80%;
	margin: auto;	
	text-align: center;
	display: block;
}
#foto1{
	width: 480px; 
	height: 320px;
}
#foto2 {
	width: 480px; 
	height: 320px;
}
#foto3 {
	width: 480px; 
	height: 320px;
}
figure {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 480px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  background-color: #636363;
  color: #cccccc;
  font-style: italic;
  border-radius: 0 0 3px 3px;
  font-size: 12pt;
}
.roteSchrift{
	color: #e46450;
}
.containerText {
	background-color: #efeeea;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 15px;
}
.containerTextInner{
	width: 60%;
	margin-left: auto;
    margin-right: auto;
}
#containerSpenden {
	width: 100%;
	text-align: center;
	font-size: 16pt;
	padding-bottom: 15px;
}
#containerHyperlinks {	
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	display: block;
	padding: 15px;	
}
#containerHyperlinksInner {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}
.hyperlinks {
	float: left;
	color: #554f4a;
	margin-right: 30px;
	line-height: 25px;
}
.hyperlinks a:hover {
	text-decoration: underline;
}
.containerFotos {
	background-color: #efeeea;
	width: 100vw;
	text-align: center;
}
.containerFotosInner{
	margin-left: auto;
    margin-right: auto;
	display: inline-block;
}
#dfgvkLogo {
	width: 270px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
}
#imgSpende {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}