<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#sv-content {
	position: fixed;
	top: 0;

		left: -100%;
		width: 100%;

	height: 100%;
	background: #fff;
	z-index: 100000;
	transition: all 0.5s;
}

	@media (min-width: 490px) {
	#sv-content {
					left: -490px;
			width: 490px;
			}
}

#sv-content.open {
	left: 0;
	background-color: #CBCFD5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#sv-opener {
	position: absolute;
	top: 20%;
	width: 36px;
	right: -36px;
	height: 201px;
	z-index: 100000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background: url("/content/opener/bewegung-bringts.png") no-repeat center left ;
	z-index: -1;
			animation: nudge 0.2s ease-out 2s alternate 8 none running;
		transition: width 0.3s, right 0.3s;
	cursor: pointer;
	overflow: hidden;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	}

#sv-closer  {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 200px;
	background: #fff;
}


@media (min-width:500px) {
	}
#svDiv {
	position: absolute;
	left: 36px;
	top: 0;
	height:100%;
			opacity: 0;
		transition: 0.2s;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	line-height: 28px;
	font-size: 26px;
}
#svInnerDiv1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 220px;
	color: #333;
	line-height: 28px;
	color: #fff;
	font-family: "Roboto Slab",serif;
 	font-weight: 300;
}
#svInnerDiv1 * {
	font-family: 'Arial', 'Verdana', sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important; --&gt;
	margin: 0 !important;
	padding: 0 !important;
	font-style: none !Important;
	line-height: inherit !important;
}
#svInnerDiv1 img {
	position: absolute;
	left: -10px;
	top: -10px;
	max-width: none;
}
#svInnerDiv1 h1 {
	font-size: 24px;
}
#svInnerDiv1 h2 {
	font-size: 20px;
}

#svInnerDiv1 strong {
	font-weight: bold !Important;
}
#svInnerDiv1 i {
	font-style: italic !Important;
}
#svInnerDiv2 {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 220px;
	color: #333;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
}
@keyframes nudge {
  0% {transform: translate(0, 0);}
  100% {transform: translate(-5px, 0);}
}

#sv-content iframe {
	width: 100%;
	height: 100%;
	background-color: #CBCFD5;
	border: 0;
	opacity: 0;
	margin-top: 50%;
/* transition: all 0.2s;
	transition-delay: 0.5s;*/
}

#sv-content.open iframe {
	opacity: 1;
	margin-top: 0;
}

#sv-closer {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iLTExOSAyNDIuOSAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMTkgMjQyLjkgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzAwMDAwMDt9DQo8L3N0eWxlPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzgsMjc4LjYgMjAyLjMsMjQyLjkgNTkuNSwzODUuNyAtODMuMywyNDIuOSAtMTE5LDI3OC42IDIzLjgsNDIxLjQgLTExOSw1NjQuMiAtODMuMyw1OTkuOSANCgkJCTU5LjUsNDU3LjEgMjAyLjMsNTk5LjkgMjM4LDU2NC4yIDk1LjIsNDIxLjQgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4=);
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	z-index: 1000;
	right: 0;
	height: 30px;
	top: 0;
	animation-play-state: paused;
}

#sv-content.open #sv-opener:before,
#sv-content.open #sv-opener:after{
	display: none;
}





/**  footer
------------------------------------------------------------- **/
.sv-footer {
	height: 50px;
	overflow: hidden;
	position: relative;
	background: #00ACD7;
}


.sv-footer h3 {
color: #fff;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 /* Apply animation to this element */
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   {
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%);
 }
 100% {
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%);
 }
}
</pre></body></html>