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;
	margin: 0px;
}
a {
    color: #0075a9;
    text-decoration: none;
}
.logo {
	width: 200px;
	margin-left: 10px;
}

.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;
}
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;
}
.o-top-bar {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
}
.nav-link {
	float: left;
	margin: 10px;
}
.galleryImg {
	width: 760px;
	margin-left: auto;	
	margin-right: auto;	
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 60px;
}
.containerText {
	background-image: url(../img/Schwarz-Halbtransparent-1.png);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 15px;
	color: white;
	max-width: 822px;
	text-align: justify;
}
.containerTextInner{
	width: 60%;
	margin-left: auto;
    margin-right: auto;
}
.hyperlinks {
	float: left;
	color: white;
	margin-right: 30px;
	line-height: 25px;
}
.hyperlinks a:hover {
	text-decoration: underline;
}
.containerHeading {
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.center {
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#imgHeader {
	width: 100%;
}
#containerHeader {
	width: 100%;
	height: 100%;
}
#containerGallery {
	width: 100%;
	height: 550px;
}
#containerOben {
	width: 100%;
	height: 100%;
	background-image: url(../img/Hintergrund-oben.jpg);
	background-repeat: no-repeat;
    background-position: left top;
	background-size: 101% 100%;
}
#containerHyperlinks {	
	background-image: url(../img/Schwarz-Halbtransparent-1.png);
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	display: block;
	height: 270px;
	margin-top: 20px;
	padding-top: 20px;
}
#containerHyperlinksInner {
	width: 950px;
	margin-left: auto;
    margin-right: auto;
}
#containerContent{
	background-image: url(../img/Hintergrund-unten.jpg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
	//background-size: 101% 100%;
}
#dfgvkLogo {
	width: 275px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
}
#disclaimer {
	color: white;
	font-size: 10px;
	float: left;
}