@charset "UTF-8";

/* FARBEN 
Braun #c4b9ac
Hellbraun #ddd6cc
Petrol #007486
 */

/* SCHRIFTEN 
font-family: 'Bebas Neue', cursive;  -> headlines
font-family: 'Open Sans', sans-serif;  -> text
 */

/* bebas-neue-regular - latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Bebas Neue'),
       url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}
/* bebas-neue-regular - latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../../www.wirsinddiana.de/fonts/bebas-neue-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Bebas Neue'),
       url('../fonts/bebas-neue-v9-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bebas-neue-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bebas-neue-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bebas-neue-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bebas-neue-v9-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../www.wirsinddiana.de/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'),
       url('../../www.wirsinddiana.de/fonts/open-sans-v34-latin-300%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../www.wirsinddiana.de/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../www.wirsinddiana.de/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../www.wirsinddiana.de/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../www.wirsinddiana.de/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'),
       url('../fonts/open-sans-v34-latin-300%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #FFFFFF;
}
.container {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	border-bottom-width: 0px;
	padding: 0;
}
.primary_header {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 15px;
	clear: left;
}
.primary_header > a {
	color: #FFFFFF;
	border: none;
	text-decoration: none;
	border-bottom: 0px #FFFFFF;
}
.primary_header > a:hover {
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
.primary_header > a > img {
	width: 180px;
	height: auto;
	float: right;
}
@media (max-width: 768px) {
	.primary_header {
		float: none;
	}
	.primary_header > img {
		padding-left: 32px;
		max-width: 85%;
		float: none;
	}
	.primary_header > a > img {
		float: none;
	}
}

/* Navigation START */

.nav-container {
	width: 75%;
	padding: 50px 0 20px 0;
	margin: 0;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   left:10px;
   height: 4px; 
	width: 55px; 
   background: #007486; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

#hamburg:checked + .hamburg  + nav { 
    max-height: 600px;
	padding-bottom: 15px;
}

nav {
	width: 100%;
	max-width: 1100px;
	margin: 0;
	padding: 0;
	height: auto;
	max-height:0;
	overflow: hidden;
	transition: all 0.5s;
}

.dropdown {
	margin: 0 auto;
	float: left;
	display: block;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-weight: 700;
	padding-right: 24px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.nosub {
	float: left;
	background: none;
	border: none;
	padding-left: 8px;
}

.nosub a {
	color: #007486;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-size: 1.3rem;
}

.nosub a:hover {
	border-bottom: 3px solid #c4b9ac;
}

.hassub {
	float: left;
	background: none;
	color: #007486;
	font-weight: 700;
	border: none;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: none;
	padding-left: 0;
}

.hassub:hover {
	border-bottom: 3px solid #c4b9ac;
	color: #c4b9ac;
	transition: all 0.3s;
}

.sub {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	height: auto;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: none;
}

.sub a {
	float: none;
	color: #8b8181;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: none;
	padding-bottom: 9px;
	padding-top: 9px;
}

.sub a:hover {
	border-bottom: none;
	color: #c4b9ac;
	transition: all 0.3s;
}

.dropdown:hover .sub {
	display: block;
}

@media (max-width:768px) {
	.nav-container {
		width: 100%;
		background: #FFFFFF;
	}
	nav {
		background: #ddd6cc;
	}
	.dropdown {
		float: none;
		padding-bottom: 5px;
	}
	.nosub {
		float: none;
		background: none;
		border: none;
		padding-left: 10px;
		display: block;
		position: relative;
	}
	.nosub a {
		color: #007486;
		font-family: 'Bebas Neue', cursive;
		font-weight: 400;
		font-size: 1.3rem;
	}
	.nosub a:hover {
		color: #007486;
		border-bottom: 3px solid #007486;
	}
	.hassub {
		padding-left: 10px;
	}
	.hassub:hover {
		border-bottom: none;
		color: #007486;
}
	.sub {
		display: block;
		position: relative;
		background-color: none;
		border-top: none;
		background: none;
		box-shadow: none;
		margin-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sub a {
		color: #007486;
		padding-bottom: 2px;
		padding-top: 6px;
	}
	.sub a:hover {
		color: #007486;
		font-weight: 700;
		text-decoration: underline;
	}
	label.hamburg { 
		display: block;
		background: #ddd6cc;
		width: 100%;
		height: 50px;
		position: relative;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

@media (max-width: 1185px){
	nav {
		max-width: 100%;
	}
}

@media (min-width:769px) {
	nav {
		max-height: 60px;
	}
	label.hamburg { 
		display: none;
		margin: 0;
	}
}

/* Navigation ENDE */


.mainContent {
}
hr {
	color: #c4b9ac;
	border-top: 2px dashed #c4b9ac;
}
.article80 {
	width: 80%;
	float: none;
	margin-top: 50px;
}
.article80 > div {
	padding-right: 20px;
	padding-bottom: 40px;
}
.article80 > div > img {
	width: 100%;
	border-bottom: 3px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.article80 > div > p > img.logo {
	width: 140px;
	float: none;
	padding-bottom: 10px;
}
.article66 {
	width: 66%;
	float: none;
	margin-top: 50px;
}
.article66 > div {
	padding-right: 20px;
	padding-bottom: 40px;
}
.article66 > div > img {
	width: 100%;
	border-bottom: 3px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

/* Einteilung Artikel Startseite START */

.wrap-66-33 {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	padding-top: 50px;
}
.article66-left {
	width: 66%;
	float: left;
}
.article66-left > div > p {
	margin-top: 0;
}
.article66-left > div > h2 {
	margin-top: 0;
}
.article33-right {
	width: 30%;
	float: right;
	padding-left: 20px;
}
.article33-right > img {
	width: 100%;
}
.article66-right {
	width: 66%;
	float: right;
}
.article66-right > div > p {
	margin-top: 0;
}
.article66-right > div > h2 {
	margin-top: 0;
}
.article33-left {
	width: 30%;
	float: left;
	padding-right: 20px;
}
.article33-left > img {
	width: 100%;
}

@media (max-width:768px) {
	.article33-right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.article33-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.article33-left > img {
		padding-bottom: 30px;
	}
	.article66-right{
		float: none;
		width: 100%;
	}
	.article66-left {
		float: none;
		width: 100%;
	}
}

/* Einteilung Artikel Startseite ENDE */

/* Einteilung News-Artikel START */

.wrap-news {
	float: left;
	clear: both;
	display: block;
	width: 80%;
	padding-top: 10px;
	margin-top: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #c4b9ac;
}
.wrap-news > div > h2 {
	margin-top: 0;
}
.article70-news-right {
	width: 70%;
	float: right;
}
.article70-news-right > div > p {
	margin-top: 0;
}
.article70-news-right > div > h2 {
	margin-top: 0;
}
.article30-news-left {
	width: 27%;
	float: left;
	padding-right: 20px;
}
.article30-news-left > img {
	width: 100%;
}

@media (max-width:768px) {
	.wrap-news {
		width: 100%;
	}
	.article30-news-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.article30-news-left > img {
		padding-bottom: 30px;
	}
	.article70-news-right{
		float: none;
		width: 100%;
	}
}

/* Einteilung Artikel Startseite ENDE */

.article33 {
	width: 33%;
	float: left;
	overflow: hidden;
}
.article33 > div {
	padding-right: 40px;
	padding-bottom: 70px;
}
.article33 > div.pad {
	padding-right: 40px;
	padding-bottom: 20px;
}
.article33 > div > img {
	width: 60%;
	heigt: auto;
}
@media (max-width:768px) {
	.article33 {
		width: 100%;
		padding-bottom: 20px;
		height: auto;
	}
}
.article33 > div > div > img {
	padding-top: 7px;
	margin-bottom: 50px;
}
.wrap-33-33-33 {
	float: none;
	clear: both;
	display: block;
	width: 100%;
}
.article25 {
	height: 200px !important;
	float: left;
	overflow: hidden;
	width: 25%;
}
.article25-modul {
	float: left;
	overflow: hidden;
	width: 25%;
}
.article25 > div > img {
	margin-bottom: 0px;
	margin-top: 00px;
	margin-right: 50px;
}
.article25-modul > div.pad {
	padding-right: 30px;
	padding-bottom: 20px;
}
@media (max-width:768px) {
	.article25-modul {
		width: 100%
	}
}
.article25-modul > div > div > img {
	padding-top: 7px;
	margin-bottom: 50px;
}
.article100 {
	width: 100%;
}
.article100 > div {
	margin-top: 0;
	position: relative;
	top: -1px;
	padding: 0px;
}
.article100 > div > div {
	height: 380px;
	display: block;
}
.article100 > div > img {
	width: 106%;
	display: block;
	margin-left: -20px;
}
@media (max-width:768px) {
	.article100 > div > div {
		height: 120px;
	}
	.article100 > div > img {
	width: 100%;
	display: block;
	margin-left: 0;
}
}

.article100brown {
	width: 100%;
	margin-top: 60px;
}
.article100brown > div {
	background-color: #c4b9ac;
	margin: 40px 0 40px 40px;
	position: relative;
	top: -1px;
	padding: 1px 30px 30px 200px;
}
.article100brown > img {
	float: left;
	z-index: 100;
	position: relative;
	margin-top: -20px;
	width: 200px;
}

.article100contact {
	width: 100%;
	margin-top: 40px;
	float: none;
	clear: both;
}
.article100contact > div {
	background-color: #c4b9ac;
	margin: 0;
	position: relative;
	padding: 1px 15px 15px 20px;
}
.article100contact > div > img {
	width: 200px;
}

.list {
	color: black;
}
.image_box {
	background-color: #007486;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	text-align: center;
}
.image_box_big {
	background-color: #007486;
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	text-align: center;
}
.image_box_competence {
	background-color: #007486;
	width: 100%;
	height: 100px;
	margin-top: 50px;
	margin-bottom: -25px;
	text-align: center;
}

.noDisplay {
	display: none;
}
h1 {
	margin-bottom: 0;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	color: #c4b9ac;
	font-size: 4.5rem;
	line-height: 100%;
}
h1.headline {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 4.5rem;
	line-height: 100%;
	position: absolute;
	bottom: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 30px #000000;
}
@media (max-width: 768px) {
	h1 {
		font-size: 3.5rem;
	}
	h1.headline {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 100%;
	color: #c4b9ac;
	position: relative;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-shadow: none;
	}
}
h2 {
	margin-top: 50px;
	margin-bottom: 35px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 100;
	color: #c4b9ac;
	font-size: 1.5rem;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-align: left;
}
h2.white {
	margin-top: 30px;
	margin-bottom: 35px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 100;
	color: #ffffff;
	font-size: 2.5rem;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-align: left;
}
h3 {
	margin-top: 30px;
	margin-bottom: 35px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 100;
	color: #ddd6cc;
	font-size: 2.5rem;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-align: left;
}
@media (max-width:768px) {
	h3 {
		font-size: 2.1rem;
	}
}

p {
	text-align: left;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
}
p.category {
	text-align: left;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: -20px;
	color: #007486;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
}
p.caption {
	text-align: left;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #007486;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.75rem;
}
p.white {
	text-align: left;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
}
ul {
	padding-left: 20px;
	text-align: left;
	line-height: 24px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #c4b9ac;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #c4b9ac;
	text-decoration: none;
	border-bottom: 2px solid #c4b9ac;
	transition: all 0.2s ease;
}
a.white {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
a.white:hover {
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	transition: all 0.2s ease;
}
a.button {
	background: #007486;
	color: #ffffff;
	padding: 10px 20px;
}
a.button:hover {
	border-bottom: 0px;
	text-decoration: none;
	background: #c4b9ac;
}
p.button {
	font-weight: 600;
	background: #007486;
	color: #ffffff;
	padding: 10px;
}
a.button50 {
	background: #007486;
	color: #ffffff;
	padding: 10px 20px;
}
a.button50:hover {
	border-bottom: 0px;
	text-decoration: none;
	background: #c4b9ac;
}
p.button50 {
	width: 45%;
	height: 100px;
	float: left;
	font-weight: 600;
	background: #007486;
	color: #ffffff;
	padding: 10px;
	margin: 0px 15px 15px 0px;
}
.footer {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	text-align: right;
	margin-bottom: 20px;
	border-top: 5px solid #007486;
}
.footer > div > img {
	width: 20px;
}
.footer > img {
	margin-left: 3rem;
}
@media (max-width: 768px) {
	.footer {
		text-align: left;
	}
	.footer > img {
		margin-left: 0;
		float: none;
		margin-top: 0.8rem;
		margin-right: 1.5rem;
	}
}
.copyright {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 0;
	margin-bottom: 12px;
	text-align: left;
	color: #c4b9ac;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.copyright a {
	color: #c4b9ac;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.copyright a:hover {
	color: #c4b9ac;
	border-bottom: 2px solid #c4b9ac;
	transition: all 0.2s ease;
}
@media (max-width: 768px) {
.secondary_header ul li {
	float: none;
	width: 100%;
	margin: 15px 0 0 0;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.article66 {
	width: 100%;
	height: auto;
}
.article80 {
	width: 100%;
	height: auto;
}
.article33 {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
}
@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.article66 {
	height: auto;
	padding-bottom: 27px;
}
.article33 {
	height: auto;
	padding-bottom: 27px;
}
}
@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.box {
    background-color: #c4b9ac;
    border: 1px solid #c4b9ac;
	width: 100px;
    height: 98px;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    border-radius: 100px;
	text-align: center;
	padding-left: 0px;
	padding-top: 2px;
}
.box p {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
	font-size: 5rem;
	color: #FFFFFF;
	text-align: center;
	margin-left: 0;
}

.wrap { 
	width: 100%;
    float: left;
    background: #007486;
}
.wrap:after { 
    content:" "; display: table; margin-bottom: 2em;
}

/* ANFANG Bildergalerie */

#gallery {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	float: left;
}

ul.galerie-list {
	margin: 40px 0 0 -40px;
}

ul.galerie-list:hover li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .5;
}

ul.galerie-list:hover li:hover {
	opacity: 1;
}

li.galerie-list-element {
	position: relative;
	float: left;
	list-style: none;
	line-height: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

img {
	width: 170px;
	height: auto;
	cursor: pointer;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(255,255,255,.8);
	z-index: 1;
}

input[type=checkbox] {
     display: none;
}

input[type=checkbox]:checked ~ label img {
	position: fixed;
	width: 700px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px;
	box-shadow: 0 0 20px #888;
	z-index: 2;
}

input[type=checkbox]:checked ~ .overlay {
	display: block;
}

@media (max-width: 768px) {
	input[type=checkbox]:checked ~ label img {
	width: 300px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -30%;
	margin-left: -40%;
	box-shadow: 0 0 20px #888;
	z-index: 2;
}
}

/* ENDE Bildergalerie */