/*========================
GLOBAL
=========================*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style:normal;
	font-size : 100%;
	color : rgba(0,0,0,1);
}
/*========================
container styles
=========================*/
.page-wrapper {
	width: 100%;
	margin:0;
	padding:0;
	background-color: white;
	overflow: auto;
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 100;
}
nav {
	margin:0 auto;
	padding:0;
}
main {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	-webkit-animation: fade linear;
	animation: fade linear;
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	z-index: 6;
} /* -- fade siehe Effekte --*/
section {
	position: relative;
	width: 100%;
    margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
}
section:after {
	content: "";
	display: table;
	clear: both;
}
.fullheight {
	min-height: 100vh;
}
article {
	width: auto;
}
.mouseHover {
	/* klasse hinzugefügt bei erkennen von maus device via touch.js*/
	margin: auto;
}
.touchHover {
	/* klasse hinzugefügt bei erkennen von touch device via touch.js*/
	margin: auto;
}
footer {
	position: relative;
	top: 0px;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	padding-top: 1rem;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
	z-index: 7;
}
figure {
	position: relative;
	height: auto;
    margin: 0 auto 0 auto;
-webkit-box-sizing: border-box; /* ältere Wbkit-Browser */
-moz-box-sizing: border-box; /* Firefox */
box-sizing: border-box; /* W3C/Chrome//Opera/IE */
	background: none;
	max-width: 900px;
	width: auto;
}
figcaption {
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: left;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.startbild {
	background-image: url("../images/startbild-geparkt.png");
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 0; /* Stellt sicher, dass die Überlagerung über dem Bild liegt */
	animation: landscape 60s linear infinite;
}
@keyframes landscape {
	0% { background-position: center top }
	25% { background-position: left center }
	50% { background-position: center center }
	75% { background-position: right center }
	100% { background-position: center top }
}
@keyframes landscape_s {
	0% { background-position: center top }
	25% { background-position: left center }
	50% { background-position: center center }
	75% { background-position: right bottom }
	100% { background-position: center top }
}
.startbild::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 5, 29, 0.75); /* darblublu75, halbtransparent */
 /* 
  z-index: 1;  Stellt sicher, dass die Überlagerung über dem Bild liegt */
}
/* medium tablet */
@media screen and (max-width: 1024px) {
	.startbild {
		background-image: url("../images/startbild-geparkt_s.png");
		background-size: auto auto;
		background-repeat: no-repeat;
		background-position: center;
		animation: landscape_s 60s linear infinite;
	}
}

/*========================
Semantik
=========================*/
a {
	color: rgb(0, 65, 40);
	text-decoration: none;
}
a:hover {
	color: rgba(183,60,0,1);
}
#aside a {
	color: rgba(64,119,48,1);
}
#aside a:hover {
	color: rgba(183,60,0,1);
}
nav ul li a {
	color: white;
}
footer a {
	color: rgba(107,150,54,1);
}
h1 {
	max-width: 990px;
	display: block;
	height: auto;
    margin: 0 0 20px 0;
-webkit-box-sizing: border-box; /* ältere Wbkit-Browser */
-moz-box-sizing: border-box; /* Firefox */
box-sizing: border-box; /* W3C/Chrome//Opera/IE */
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 300;
	padding: 0;
}
h1.topmargin {
    margin: 55px 0 20px 0;
}
h2 {
	font-weight: 400;
	font-size: 1.5rem;
}
aside h2 {
	writing-mode: vertical-lr;
	text-transform: uppercase;
	color: black;
	position: absolute;
	top: 2px;
	left: -40px;
}
h3, h4 {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 300;
	border-bottom: 1px solid black;
}
h2, h3, h4 {
	padding: 0;
	margin: 0 0 1rem 0;
}
article h2, h3, h4 {
	font-weight: 400;
}
aside h3 {
	max-width: 19rem;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.6rem;
	display: inline-block;
	margin: 0 0 0.3rem 0;
}
p {
	display: block;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.3rem;
}
p.last {
	margin: 0;
}
aside p {
	max-width: 19em;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2rem;
	padding: 0;
	margin: 0 0 0.3rem 0;
	color: rgba(0,0,0,1);
	/* display: block; */
}
ul {
	list-style-type: square;
}
ul, ol {
	display: block;
	margin: 0 0 1rem 1.5rem;
	padding: 0;
	font-size: 1.3rem;
}
img {
	border: 0;
/*
	opacity: 0;
*/
	/*0 bei js, script in footer wenn seiten content geladen dann opacity:1 mit klasse img-loaded*/
	transition: opacity 1s;
}
.lazy {
		/* js plus script lazy load*/
		margin: auto;
}
.img-loaded {
        opacity: 1;
}	
img.left {
	float: left;
}
img.leftsmall {
	max-width: 100px;
	height: auto;
	margin: 0 1rem 0 0;
}
img.right {
	float: right;
}
img.center, img.bilderbuch {
	width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
}
img.center {
	margin: 0 auto;
}
img.centerauto {
	margin: 0 auto;
	width: auto;
	height: auto;
	max-height: 100%;
	display: block;
}
.bilderbuch {
	margin: 0 auto 10px auto;
	width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
}
img.subfirst {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 10px auto 0 auto;
}
img.blur {
	display: block;
	margin: 0px auto;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
img.blur:hover,
img.blur:focus {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-webkit-box-shadow: 0 0 0.938rem rgba( 0, 0, 0, .25 );
	box-shadow: 0 0 0.938rem rgba( 0, 0, 0, .25 );
}
img.icon {
	width: auto;
	height: 4.0rem;
	padding: 0;
	margin: 0;
	border: 0;
}
/* medium tablet */
@media screen and (max-width: 768px) {
	img.icon {
		float: right;
		clear: right;
	}
}
/*========================
Navigation und anker IDs
=========================*/
#anfang, #section2, #section3,#section3-opener, #section4, #section5, #section6, #section7, #section8, #section9 {
	display: block;
	height: 4rem;
}
.scroll-to, .scroll-to-home, .scroll-to-white, .scroll-to-home-white {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 0 10px;
	width: 30px;
	height: 80px;
}
.scroll-to-home, .scroll-to-home-white {
	top: 60vh;
}
.scroll-to::before, .scroll-to-home::before, .scroll-to-white::before, .scroll-to-home-white::before {
	content: 'scroll';
	display: block;
	text-transform: uppercase;
	font-size: small;
	transform: rotate(90deg);
}
.scroll-to::after, .scroll-to-home::after, .scroll-to-white::after, .scroll-to-home-white::after {
	content: '';
	display: block;
	width: 2px;
	height: 30px;
	margin: 0 0 0 0px;
	animation-name: hovering-scroll;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.scroll-to::before, .scroll-to-home::before {
	color: rgb(0, 0, 0);
}
.scroll-to-white::before, .scroll-to-home-white::before {
	color: rgb(255, 255, 255);
}
.scroll-to::after, .scroll-to-home::after {
	background: rgb(0, 0, 0);
}
.scroll-to-white::after, .scroll-to-home-white::after {
	background: rgb(255, 255, 255);
}
@keyframes hovering-scroll {
    from {transform:translate(0, 0px);}
    50% {transform:translate(0, 20px);}
    to {transform: translate(0, 0px);}
}
.downstart {
	position: absolute;
	bottom: 10px;
	left: 50vw;
}
.downopen {
	position: absolute;
	bottom: 110px;
	left: 50vw;
}
.down, .wdown {
	display: block; 
	width: 2.0rem;
	height: 2.0rem;
	margin: 0 auto 20px auto;
	z-index: 200;
	animation-name: hovering;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
} /* hovering siehe effekte */
.down a, .wdown a {
	display: block; 
	width: 2.0rem;
	height: 2.0rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
		-webkit-transition: background 1s ease-in-out;
		-moz-transition: background 1s ease-in-out;
		-ms-transition: background 1s ease-in-out;
		-o-transition: background 1s ease-in-out;
		transition: background 1s ease-in-out;
}
.down a {
	background-image: url("../graphics/down.svg");
}
.wdown a {
	background-image: url("../graphics/down-white.svg");
}
@media screen and (min-width: 768px) {
	.down a:hover, .wdown a:hover {
		background-image: url("../graphics/down-mo.svg");
		background-position: bottom left;
	}
}
.nexti {
	display: inline-block; 
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0 0 1.5rem;
	background-image: url("../graphics/next.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.play {
	display: inline-block;
	height: 13px;
	width: 25px;
	margin: 0 3px 0 2px;
	background-image: url("../graphics/you.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.play:hover {
	background-image: url("../graphics/you-mo.svg");
}

/*========================
Navigation header
=========================*/
.centerbar {
	max-width: 1400px;
	height: 50px;
	margin: 0 auto;
	padding: 0 8px 0 8px;
-webkit-box-sizing: border-box; /* ältere Wbkit-Browser */
-moz-box-sizing: border-box; /* Firefox */
box-sizing: border-box; /* W3C/Chrome//Opera/IE */
}
.nav-bar {
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	transition: all 800ms;
	z-index: 101;
}
.nav-bar.scrolled {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
	transition: all 800ms;
}
.nav-bar ul li a {
	color: rgba(255, 255, 255, 1);
}
.nav-bar ul li a:hover {
	color: rgb(255,104,0,1) !important;
}
.nav-bar.scrolled ul li a {
	color: rgba(0,65,40,1) !important;
}
.nav-bar.scrolled ul li a:hover {
	color: rgb(183,60,0,1) !important;
}
.nav-bar.scrolled ul li a.active {
	color: red !important;
}
.bg-navbar {           /*liegt hinter nav-bar wird beim scrollen eingeblendet*/
	display: none; /* per js fade in script.inc */
	position: fixed;
	width: 100%;
	height: 55px;
	top: 0;
	padding: 0;
	margin: 0 auto 0px auto;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}
@media screen and (max-width: 990px) {
	footer nav ul {
		display: block;
	}
}
@media screen and (max-width: 990px) {
header nav ul {
	display: none;
	}
}
@media screen and (max-width: 990px) {
nav ul.small {
	display: inline;
	}
}
@media screen and (min-width: 990px) {
nav ul.small {
	display: none;
	}
}
/* Menu smartphone and tablet */
#smart_nav {
	position: fixed;
	overflow: hidden;
	right: -100%;
	top: 0;
	display: block;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.95);
         -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        transform: translate(0px,0px);
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
	z-index: 201;
}
#smart_nav.active {
	-webkit-transform: translate(-100%,0px);
	-moz-transform: translate(-100%,0px);
	-o-transform: translate(-100%,0px);
	-ms-transform: translate(-100%,0px);
	transform: translate(-100%,0px);
}
#smart_nav ul {
	list-style-type: none;
	margin: 55px 0 0 0;
	padding: 0;
}
#smart_nav li {
	padding: 10px;
	text-align: center;
	border-top: 1px solid white;
}
#smart_nav a {
	text-decoration: none;
	font-weight: 300;
	font-size: 1rem;
	color: white;
}
/* close button */
#close {
	width: 2.5rem; /* 40 */
	height: 2.5rem; /* 40 */
	text-align: left;
	background-color: rgba(0, 0, 0, 1);
	border: 2px solid white;
	border-radius: 50%;
	position: absolute;
	z-index: 10002;
	top: 3px;
	right: 3px;
	-webkit-box-shadow: 0 0 1rem 0 black;
	box-shadow: 0 0 1rem 0 black;
}
#close:before,
#close:after {
	width: 2px;
	background-color: white;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#close:before {
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
#close:after {
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
/* Ende Menu smartphone and tablet */
nav ul li {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
}
nav .pull-left ul li {
	margin: 10px 10px 0 0;
}
nav .pull-right ul li {
	margin: 10px 0 0 10px;
}
@media screen and (max-width: 990px) {
nav ul li {
	min-width: auto;
	border: 0;
	}
}
nav ul li a {
	position: relative;
	display: block;
	z-index: 1;
}
@media screen and (min-width: 990px) {
	nav ul li a:hover {
		transition: all 900ms;
		-webkit-transition: all 900ms;
		-moz-transition: all 900ms;
		-o-transition: all 900ms;
		-ms-transition: all 900ms;
	}
}
nav ul li.brand {
	margin: 5px 0 0 0;
	padding: 0px;
	display: block;
}
nav ul li.brand a {
	position: relative;
	display: block;
	background-image: url("../graphics/brand.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	width: 160px;
	height: 40px;
	text-decoration: none;
}
nav ul li.brand a:hover {
	background-image: url("../graphics/brand-mo.svg");
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}
nav.nav-bar ul li.menu {
	position: relative;
	display: block;
	width:41px;
	height: 41px;
	margin: 5px 0 0 0;
	background-image: url("../graphics/menu.svg");
	background-size: contain;
	background-repeat: no-repeat;
	text-decoration: none;
}
nav.nav-bar.scrolled ul li.menu {
	background-image: url("../graphics/menu-grey.svg");
}
.logo {
	position: absolute;
	top: 150px;
	left: 10vw;
	display: block;
	width: 50vw;
	height: auto;
	margin: 0;
	background-color: rgba(255, 255, 255, 0);
	z-index: 102;
}

/*========================
Navigation footer
=========================*/
.totop {
	position: fixed;
	bottom: 100px;
	right: 0px;
	display: none; /* fade in mit smoothscroll.js */
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0 auto 0 auto;
	z-index: 200;
}
.totop a {
	display: block;
	width: 2rem;
	height: 2rem;
	background-image: url("../graphics/totop.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (min-width: 990px) {
	.totop a:hover {
		background-image: url("../graphics/totop-mo.svg");
		-webkit-transition: background 1s ease-in-out;
		-moz-transition: background 1s ease-in-out;
		-ms-transition: background 1s ease-in-out;
		-o-transition: background 1s ease-in-out;
		transition: background 1s ease-in-out;
	}
}
footer nav {
		margin: 0;
}
.footer_nav-bar {
	width: 100%;
	margin: 0 auto 0 auto;
	height: auto;
	padding: 0;
	overflow: auto;
}
footer nav ul {
	margin: 0 2rem 0 0;
	float: left;
}
footer nav ul li {
	min-width: 1rem;
	text-align: left;
	margin: 0;
	padding: 0;
}
footer nav ul a {
	padding: 0;
}
 nav ul.sm {
	margin: 0 0 0 1rem;
}
.mail, .fb, .x, .in, .be, .pi, .insta {
	display: block;
	float: right;
	margin: 0 8px 0 0;
	padding: 4px;
	border-radius: 50%;
	border: 1px solid white;
}
.mail a, .fb a, .x a, .in a, .be a, .pi a, .insta a {
	display: block;
	width: 1em;
	height: 1em;
	margin: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mail a {
	background-image: url("../sm/mail.svg");
}
.fb a {
	background-image: url("../sm/fb.svg");
}
.x a {
	background-image: url("../sm/x.svg");
}
.in a {
	background-image: url("../sm/in.svg");
}
.be a {
	background-image: url("../sm/be.svg");
}
.pi a {
	background-image: url("../sm/pi.svg");
}
.insta a {
	background-image: url("../sm/insta.svg");
}
.mail a:hover, .fb a:hover, .x a:hover, .in a:hover, .g a:hover, .be a:hover, .pi a:hover, .insta a:hover {
	background-color: black;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mail a:hover {
	background-image: url("../sm/mail-mo.svg");
}
.fb a:hover {
	background-image: url("../sm/fb-mo.svg");
}
.x a:hover {
	background-image: url("../sm/x-mo.svg");
}
.in a:hover {
	background-image: url("../sm/in-mo.svg");
}
.be a:hover {
	background-image: url("../sm/be-mo.svg");
}
.pi a:hover {
	background-image: url("../sm/pi-mo.svg");
}
.insta a:hover {
	background-image: url("../sm/insta-mo.svg");
}

/*========================
Browser Präfixe
=========================*/
body {
-webkit-box-sizing: border-box; /* ältere Wbkit-Browser */
-moz-box-sizing: border-box; /* Firefox */
box-sizing: border-box; /* W3C/Chrome//Opera/IE */
-webkit-background-size: cover;
background-size: cover;
}
/* toggling */
.toggle {
 padding-top: 10px;
 padding-bottom : 20px;
 clear: left;
}
.toggleOpen {
 display: block;
 color: grey;
}
.toggleOpen:hover {
 cursor: pointer;
	color: rgb(0, 65, 40);
}
.toggleBody {
 display: none;
}
.toggleClose {
 clear: both;
 display: block;
 color: grey;
}
.toggleClose:hover {
 cursor: pointer;
	color: rgb(0, 65, 40);
}
/* accordeon */
.openacc {
	display: inline-block;
	height: 13px;
	width: 25px;
	margin: 0 3px 0 2px;
	background-image: url("../graphics/down.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.openacc:hover {
	background-image: url("../graphics/down-mo.svg");
}
.closeacc {
	display: inline-block;
	height: 13px;
	width: 25px;
	margin: 0 3px 0 2px;
	background-image: url("../graphics/totop-black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.closeacc:hover {
	background-image: url("../graphics/totop-mo.svg");
}
.close:hover {
	background-image: url("../graphics/totop-mo.svg");
}
.trigger {
	cursor: pointer;
}
/* accordeon test mit scroll to top kulturbanause siehe script_accordion.inc */
.accordion-content {
	display: none;
}
.accordion-title {
	background: rgba(255,255,255,0);
}
.accordion-title a {
	background: rgba(255,255,255,0);
}
.accordion-title.open a {
	color: rgb(0, 65, 40);
	}
/* accordeon ende */
/*========================
Transformationen
=========================*/
/*  Element von Perspektive bis komplett in viewport */
.persp1 {   /*Elternelement z.B. section*/
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
	-webkit-perspective-origin: 25% 75%;
	-moz-perspective-origin: 25% 75%;
	perspective-origin: 25% 75%;
}
/*  transformscroll.js  */
.fadescroll {
	transition: all 800ms;
	opacity: 0.2;
}
.fade {
	opacity: 1;
}
.drehenscroll, .gedreht, .drehenscroll_right, .gedreht_right {
	font-size: 4rem;
	font-weight: 700;
	color: white;
}
@media screen and (max-width: 768px) {
	.drehenscroll, .gedreht, .drehenscroll_right, .gedreht_right {
	font-size: 3.0rem;
	}
}

.drehenscroll {
	transition: all 800ms;
	-webkit-transform: rotateX(5deg) rotateY(3deg) rotateZ(3deg) translateX(-50%);
	-moz-transform: rotateX(5deg) rotateY(3deg) rotateZ(3deg) translateX(-50%);
	transform: rotateX(5deg) rotateY(3deg) rotateZ(3deg) translateX(-50%);
}
.gedreht {
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0);
	-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0);
}
.drehenscroll_right {
	transition: all 800ms;
	-webkit-transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) translateX(50%);
	-moz-transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) translateX(50%);
	transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) translateX(50%);
}
.gedreht_right {
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0);
	-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0);
}
/* Cookie */
#cookiedingsbums a {color: rgb(0, 65, 40); text-decoration:none;}
#cookiedingsbums a:hover {text-decoration:underline;}
#cookiedingsbums div {padding:10px; padding-right:40px;}
#cookiedingsbums { 
   text-align:right; 
   border:1px solid #fff;
   background: rgba(225, 236, 231, 0.9);
   padding:4px;
   position:fixed;
   bottom:0; 
   z-index:10000; 
   width:50%; 
   font-size:0.95rem; 
}
#cookiedingsbumsCloser {
	color: rgb(0, 65, 40);
   text-decoration: none;
   cursor:pointer;
   padding:0 4px 0 4px;
   background: rgba(225, 236, 231, 0.9);
 }
#cookiedingsbumsCloser:hover {
	color: rgba(183,60,0,1);
}
/* Ende Cookies */






