/* RESET ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	background: 0;
	text-decoration: none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
strong {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */

html {
	height: 101.1%;
}
body {
	font-family: 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
	font-weight: 400;
	font-size: 110.1%;
	color: #000;
	text-align: left;
	background: #fff;
}
/* Layout -------------------------------------- */
#navbutton {
	display: none;
}
#page {
	display: block;
	width: 100%;
	padding: 0;
}
#sidebar {
	display: block;
	float: left;
	vertical-align: top;
	background-color: #fff;
	width: 25%;
	height: 100%;
	margin: 0 auto;
	border: 0px solid red;
}
#logo {
	display: block;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	margin: 0 auto;
	text-align: center;/*box-shadow: 0 0 22px 0 rgba(0,0,0,0.3);*/
}
#logo img {
	display: block;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 60%;
	max-width: 180px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#navigation {
	position: relative;
	margin: 0 auto;
	margin-bottom: 45px;
	width: 60%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	text-align: right;
	font-family: 'Lusitana', 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
	border-top: 2px solid #0b7fbb;
	border-bottom: 2px solid #0b7fbb;
}
.wrapper {
	display: block;
	float: right;
	background-color: #ebf3ef;
	width: 75%;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: 0 auto;
	border: 0px solid red;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
#header #headerlayer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #497461;
	z-index: 20;
}
.headercontent {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15%;
	margin: 0 auto;
	z-index: 40;
	color: #fff;
}
#content {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-top: 60px;
	border: 0px solid red;
}
#startbild {
	display: block;
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	z-index: 50;
	/*	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #497461;
	padding-top: 10px;
	padding-bottom: 10px;*/

}
#startbild img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 55;
	box-shadow: 0 0 22px 0 rgba(0,0,0,0.3) !important;
}
#traube {
	position: absolute;
	z-index: 60;
	top: -40px;
	right: 0px;
	width: 300px;
	height: auto;

}
.contentboxschmal {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 75%;
	max-width: 750px;
	border: 0px solid red;
}
.contentboxbreit {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	border: 0px solid red;
}

.contentbox {
	display: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 0px solid #fff;
}
.colblock {
	display: block;
	width: 85%;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #0b7fbb;
}
.colblock:last-child {
	border-bottom: none;
}
.col1-2, .col2-2 {
	width: 45%;
	border: 0px solid red;
	vertical-align: bottom !important;
}
.col1-2 {
	float: left;
}
.col2-2 {
	float: right;
}
.bildbox {
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 0px solid red;
}
.bildbox .untertitel, .bildbox .bild {
	display: inline-block;
	vertical-align: bottom;
}
.bildbox .bild {
	width: 60%;
}
.bildbox .untertitel {
	width: 37%;
	padding-left: 3%;
	padding-bottom: 20px;
}

.colbig {
	position: relative;
	display: block;
	float: right;
	width: 60%;
	border: 0px solid #00b0f0;
}
.colsmall {
	position: relative;
	float: left;
	width: 35%;
	border: 0px solid #00b0f0;
}
.colsmall img {
	display: block;
	width: 100%;
	height: auto;
}
.veranstaltungen {
	background-color: #ccdfd6;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-bottom: 40px;
}
.termine {
	width: 50%;
}

.terminbox {
	display: block;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #fff;
}
/* ----- Zeichenformate ---------------------------------------------*/
h1, h2 {
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
h1 {
	display: inline-block;
	font-family: 'Lusitana', 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
	font-size: 1.8em;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 40px;
	color: #497461;
	padding-bottom: 5px;
}
#content h1::after {
	content: " ";
	margin-left: 0px;
	display: block;
	width: 80px;
	margin-top: 7px;
	border-bottom: 2px solid #0b7fbb;
}
#header h1 {
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 400;
}
h2 {
	position: relative;
	font-family: 'Lusitana', 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
	color: #497461;
	margin-top: 1em;
	margin-bottom: 0.6em;
	line-height: 130%;
	font-size: 16px;
	font-size: 1.5em;
	text-align: left;
	border-bottom: 0px solid #00b0f0;
}
p+h2 {
	margin-top: 1.5em !important;
}
#content h2.startheader {
	margin-top: 0;
}
#content h2.startheader::after {
	content: " ";
	margin-left: 0px;
	display: block;
	width: 60px;
	margin-top: 7px;
	border-bottom: 2px solid #0b7fbb;
}
h1 + .contentbox .contentboxinner h2 {
	margin-top: 0em;
}

h3 {
	font-size: 16px;
	font-size: 1.0em;
	font-weight: 600;
	margin-top: 2.0em;
	margin-bottom: 0.85em;
	line-height: 150%;
}
p {
	line-height: 160%;
	margin-bottom: 1.0em;
	font-size: 15px;
	font-size: 0.9em;
	text-align: left;
}
#header p {
	font-family: 'Lusitana', 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
	font-size: 1.0em;
	letter-spacing: 1px;
	color: #fff;
	padding-top: 5px;
	margin: 0;
	line-height: 100%;
}
.termine p {
	padding-right: 20px;
}
.untertitel p, p.untertitel {
	font-size: 0.8em;
}
p.bild {
	line-height: 100%;
	margin: 0;
	margin-top: 0.85em;
	margin-bottom: 0.85em;
}
p#topicon {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 20px;
	margin: 0;
	padding: 0px;
	line-height: 10px;
	border: 0px solid #fff;
	z-index: 1000;
}
p#topicon i {
	display: inline-block;
	padding: 10px;
	font-size: 30px;
	color: #fff;
	background-color: #551285; /*violett*/
	background-color: #009bdc; /*blau*/
	line-height: 22px;
	width: 40px;
}
#content ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0.85em;
}
#content ol {
	list-style-type: lower-alpha;
	margin-left: 10px;
	padding-left: 17px;
	margin-bottom: 0.45em;
}
#content li {
	position: relative;
	line-height: 150%;
	padding-left: 30px;
	margin-bottom: 0.5em;
	font-size: 15px;
	font-size: 0.9em;
}
#content ul.bullets li:before {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "FontAwesome";
	content: "\f058";
	color: #497461;
}
#content .flexsilder ul.slides li:before {
	position: inherit;
	top: inherit;
	left: inherit;
	font-family: inherit;
	content: inherit !important;
	color: #00b0f0;
	display: inherit;
}
#content ul.inhaltsliste li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ul.inhaltsliste li:nth-child(odd) {
	background-color: #efefef;
}
#content ul.inhaltsliste li:nth-child(even) {
	background-color: #fff;
}
a {
	text-decoration: underline;
	color: #000;
}
.start a {
	color: #fff;
}
.telresp {
	text-decoration: none;
	color: #000;
}
/*.veranstaltungen h2, .veranstaltungen a {
color: #fff;
}*/
/* Sonderformate ------------ */

#page img.bildhoch {
	display: block;
	width: 60%;
	height: auto;
}
#page img.bildquer {
	display: block;
	width: 98%;
	height: auto;
}

#page .sitesubnavi {
	display: block;
	margin-top: 40px;
}

#page .sitesubnavi ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#page .sitesubnavi ul li { 
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	margin-right: 5px;
	border: 0px solid red;
}
#page .sitesubnavi ul li a { 
	display: inline-block;
	margin: 0;
	padding: 7px;
	text-decoration: none;
	background-color: #4e7865;
	color: #fff;
	background-color: #fff;
	color: #4e7865;
	border: 1px solid #4e7865;
}

#page .sitesubnavi ul li a:hover { 
	display: inline-block;
	margin: 0;
	padding: 7px;
	text-decoration: none;
	background-color: #4e7865;
	color: #fff;
	border: 1px solid #4e7865;
}
#page .back a {
	display: inline-block;
	margin-bottom: 40px;
}
/* Bilderformate ---------------- */

#page .wrapper .bild {
	position: relative;
	display: block;
	padding: 0px;
	padding-top: 30px;
	margin-bottom: 30px;
}
#page .wrapper .imgfloat .bild {
	display: inline-block;
	margin-right: 10px;
	border: 0px solid red;
}
#page .wrapper .bild img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.rahmen {
	border: 1px solid #ddd;
	margin-right: 10px;
}
#page .wrapper .bild:first-child {
	margin-top: 0;
}
#page .wrapper .bild p, #page .wrapper .bildergalerie p {
	position: relative;
	font-size: 12px;
	font-size: 0.8rem;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
#page #content ul.bildergalerie {
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 40px;
	margin-bottom: 0;
	width: 100%;
	/*text-align: justify;*/
	border: 0px solid red;
}
#page #content ul.bildergalerie:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}
#page #content ul.bildergalerie li {
	display: inline-block;
	float: left;
	width: 48%;
	padding: 0 !important;
	padding-top: 10px;
	border: 0px solid red;
}
#page #content ul.bildergalerie li:nth-child(even) {
	margin-left: 2%;
}
#page #content ul.bildergalerie li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	border: 1px solid #ddd;
}
#page #content .bildergalerie img.ausgleichsbild {
	position: relative;
	display: block;
	height: 1px;
	width: 100%;
	padding-bottom: 0;
	top: -25px;
	border: 0px solid red;
}

/* Veranstaltungliste ------- */

#page ul#termine {
	display: block;
	list-style-type: none;
	margin:0;
	padding:0;
	margin-bottom: 30px;
}

#page ul#termine li {
	display:inline-block;
	padding: 0;
	margin-bottom: 25px;
	width: 7.8%;
}

ul#termine a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-right: 9px;
	padding-left: 9px;
}
ul#termine a:link, ul#termine a:visited {
	color: #fff;
	background: #4e7865;
}

ul#termine a:hover {
	background: #0082bd;
	color: #ffffff;
}

table.terminliste {
	display: table;
	width: 99%;
}
table.terminliste tr  {
	border-top: 1px solid #fff;
}
table.terminliste td p {
	margin: 0;
}

table.terminliste td  {
	margin: 0;
	vertical-align: top;
	padding-bottom: 20px;
	padding-top: 20px;
}
table.terminliste td.date  {
	width: 100px;
	min-width: 100px;
}
table.terminliste td.date p {
	text-align: left;
}
table.terminliste td.veranstbild {
	width: 220px;
}
table.terminliste td.veranstbild p {
	text-align: right;
}
/* Responsive tabs ---------- */
#horizontalTab {
	margin-top: 0px;
	margin-left: 0px;
}
#tabbutton {
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 98%;
}
#tabbutton li {
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}
#tabbutton li a.r-tabs-anchor {
	display: inline-block;
	margin-right: 10px;
	background-color: #fff;
	color: #1e9b3b;
	text-decoration: none;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #1e9b3b;
}
#tabbutton li a:hover {
	background-color: #1e9b3b;
	color: #fff;
}
#tabbutton li.r-tabs-state-active a {
	background-color: #1e9b3b;
	color: #fff;
}
.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}
.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.r-tabs .r-tabs-panel {
	width: 100%;
	display: none;
	padding: 7%;
	background-color: #fff;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}
/* Cookie Info */

#cookieChoiceInfo {
	font-size: 11px;
	font-size: 0.75em;
	color: #fff;
}
#cookieChoiceInfo a, #cookieChoiceInfo a:visited, #cookieChoiceInfo a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Toggler ---------------------- */
#page p.trigger {
	position: relative;
	padding: 5px;
	padding-top: 24px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	margin-bottom: 1.0em;
	line-height: 150%;
	text-align: left;
	cursor: pointer;
	z-index: 20;
	color: #000;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}
#page p.trigger {
	text-align: left;
}
#page p.trigger:before {
	padding-right: 10px;
	content: "\f0fe";
	font-family: FontAwesome;
	color: #0082bd;
}
#page p.trigger.trigger_active:before {
	padding-right: 10px;
	content: "\f146";
	font-family: FontAwesome;
	color: #4e7865;
}

#page .toggle_container {
	position: relative;
	display: block;
	z-index: 500;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

#page .col2-2  {
	text-align: right;
}


#page .TerminLangInfos p.trigger {
	position: relative;
	padding: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	margin-bottom: 1.0em;
	line-height: 150%;
	text-align: left;
	cursor: pointer;
	z-index: 20;
	color: #000;
	font-weight: 400;
	border-bottom: 0px solid #fff;
}
#page .TerminLangInfos p.trigger {
	text-align: left;
}
#page .TerminLangInfos p.trigger:before {
	padding-right: 10px;
	content: "\f0fe";
	font-family: FontAwesome;
	color: #0082bd;
}
#page .TerminLangInfos p.trigger.trigger_active:before {
	padding-right: 10px;
	content: "\f146";
	font-family: FontAwesome;
	color: #4e7865;
}

#page .TerminLangInfos .toggle_container {
	position: relative;
	display: block;
	z-index: 500;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

/* Button -------------- */
p.button {
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 100%;
}
p.button a {
	display: inline-block;
	color: #fff;
	background-color: #497461;
	text-decoration: none;
	padding: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #497461;
	-webkit-box-shadow: 2px 2px 2px 0 #7A7A7A;
	box-shadow: 0px 0px 2px 0 #7A7A7A;
}
p.button a:first-of-type {
	margin-right: 15px;
}
p.button a:hover {
	color: #497461;
	background-color: #fff;
	border: 1px solid #497461;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 2px 0 #7A7A7A;
	box-shadow: 0px 0px 0px 0 #7A7A7A;
}
p.button a.active, p.button a.aktiv {
	color: #fff;
	background-color: #497461;
	text-decoration: none;
}
/* Film einbetten responsive --- */
.film {
	display: block;
	position: relative;
	width: 100%;

	border: 0px solid red;
}
.film iframe {
	width: 100%;
}
.embed-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* -- 2Klick-Lösung iFrames Youtube etc. ------------------ */
div.privacy-msg {
	display: block;
	position: relative;
	width: 100%;
}
div.privacy-msg p {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	padding: 15px;
	text-align: left;
	background-color: #fff;
	z-index: 8000;
	font-size: 0.8em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div.privacy-msg p a {
	display: inline-block;
	background: #093a7a;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}

div.privacy-msg iframe {
	height: auto !important;
}

/* Button */
.btn {
	cursor: pointer;
	display: inline-block;
	transition: color .5s, background-color .5s, border .5s;
	padding: 8px 16px;
	font-size: 16px;
	border: 1px solid #ffffff;
}
.btn:hover {
	background-color: transparent;
	color: #ffffff;
}
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */



/*printer styles*/
@media print {
	/*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	/*hide the right column when printing*/
	#rightcol {
		display: none;
	}
	#twocols {
		width: 100%;
		float: none;
	}
}
/* Beginn Grid-System -------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}
.spalte, .spalten {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
	border: 0px solid #000;
}
[class*="spalte"] + [class*="spalte"]:last-child {
	float: right;
}
[class*="spalte"] + [class*="spalte"].end {
	float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}

/* Mobile */
@media only screen and (max-width: 800px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.container {
	}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
	}
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content: "";
		display: table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}
/* Ende Grid-System --------------- */

/*animation element*/

.animationelement {
	opacity: 0;
	position: relative;
	display: block;
}
/*animation element sliding*/

.animationelement.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.animationelement.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animationelement.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}
.animationelement.slide-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animationelement.slide-top {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 200px, 0px);
}
.animationelement.slide-top.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/* Kennzeichnung externer Links */
.exlink {
	position: relative;
	top: 0px;
	left: 0px;
}
a.exlink span {
	display: none;
}
a:hover.exlink span {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0px;
	min-width: 200px;
	height: auto;
	background-color: #fff;
	padding: 5px;
	color: #000000;
	border: 1px solid #ddd;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	z-index: 100;
}
a:hover.exlink {
	color: #000000;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	z-index: 200;
}

/* Ende exlink */

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../webfonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../webfonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
		url('../webfonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../webfonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('../webfonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('../webfonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: url('../webfonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */
	src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
		url('../webfonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* lusitana-regular - latin */
@font-face {
	font-family: 'Lusitana';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/lusitana-v5-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Lusitana'),
		url('../webfonts/lusitana-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/lusitana-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/lusitana-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/lusitana-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/lusitana-v5-latin-regular.svg#Lusitana') format('svg'); /* Legacy iOS */
}

/* lusitana-700 - latin */
@font-face {
	font-family: 'Lusitana';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/lusitana-v5-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Lusitana Bold'), local('Lusitana-Bold'),
		url('../webfonts/lusitana-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/lusitana-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/lusitana-v5-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/lusitana-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/lusitana-v5-latin-700.svg#Lusitana') format('svg'); /* Legacy iOS */
}
