@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for <PROJECT NAME>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	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.6;
}

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;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* general purpose classes */
.nodisplay {
	display: none;
}

.nodisplay_strict {
	display: none !important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 100%;
}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	/* change border colour to suit your needs */
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
table,
ul {
	margin: 0;
}

del {
	text-decoration: line-through;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 75%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

input,
select {
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

html,
body {
	height: 100%;
}

#page {
	width: 995px;
	margin: 0 auto;
	padding: 38px 0 40px 0;
	position: relative;
	clear: both;
	overflow: hidden;
}

#container {
	float: left;
	width: 995px;
	background: url(/fileadmin/img/bgi/topcurve.png) no-repeat left top;
	padding: 55px 0 0 0;
}

#wrapper {
	float: left;
	padding: 0 18px 0 12px;
	width: 965px;
	background: url(/fileadmin/img/bgi/wrapbg.png) repeat-y left top;
	min-height: 800px;
}

#borromcurve {
	float: left;
	background: url(/fileadmin/img/bgi/bottomcurve.png) no-repeat left top;
	height: 52px;
	width: 995px;
}

/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #010101;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: url(/fileadmin/img/bgi/bodybg.jpg) no-repeat center bottom fixed #96afd6;
	background-size: contain;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/


/* =Links
--------------------------------------------------------------------------------------------------*/
a {
	outline: none !important;
	text-decoration: none;
	color: #b41124;
}

a:hover {
	text-decoration: underline;
}

/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

#header {
	width: 100%;
	float: left;
	margin: -44px 0 0 0;
	height: 231px;
	position: relative;
	width: 965px;
}

#header #logo {
	position: absolute;
	left: 23px;
	top: 47px;
	z-index: 10;
}

#logo img {
	border-radius: 10px;
}

#header #companylogoes {
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 10;
}

#header #companylogoes li {
	float: left;
	padding: 0 10px 0 0;
}

#nav {
	float: left;
	overflow: hidden;
	width: 200px;
}

#nav ul {
	float: left;
	width: 280px;
	padding: 45px 0 0 5px;
}

#nav ul:first-child {
	padding-top: 15px;
}

#nav ul li {
	float: left;
	width: 280px;
	padding: 1px 0 0 0;
}

#nav ul li a {
	float: left;
	width: 232px;
	padding: 0 0 4px 22px;
	height: 43px;
	font-size: 16px;
	line-height: 38px;
	color: #444;
	background: url(/fileadmin/img/bgi/navlibg.png) no-repeat left bottom;
}

#nav ul li a:hover,
#nav ul li a.active {
	background: url(/fileadmin/img/bgi/navlihoverbg.png) no-repeat left bottom;
	text-decoration: none;
}


#nav ul li ul {
	float: left;
	width: 200px;
	padding: 5px 0 0 5px;
}


#nav ul li ul li a {
	float: left;
	width: 232px;
	padding: 0 0 4px 30px;
	height: 35px;
	font-size: 14px;
	line-height: 38px;
	color: #444;
	background: none;
}

#nav ul li ul li a:hover,
#nav ul li ul li a.active {
	background: none;
	text-decoration: none;
}

/* End Header
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 965px;
}

#sidebar {
	float: left;
	overflow: hidden;
	width: 200px;
}

#content {
	float: left;
	padding: 20px 0 0 20px;
	width: 740px;
	margin-left: 0px;
}

#content h1 {
	font-size: 22px;
	color: #71844e;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 34px;
}

#content h2 {
	font-size: 16px;
	color: #71844e;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}

#content .block1 {
	float: left;
	width: 643px;
	padding: 10px 0 0 0;
}

#content p,
#content .block1 p,
#content .block2 p {
	font-size: 14px;
	color: #010101;
}

#content .block1 p img {
	float: right;
	margin: -74px 0 -200px 0;
	position: relative;
}

#content .block2 p span {
	display: block;
}

#content .block2 {
	clear: both;
	overflow: hidden;
}

#content .block2 p {
	padding-top: 17px;
}

.platzhalter {
	clear: both;
	height: 1px;
	overflow: hidden;
	color: #ffffff;
}

#content ul {
	list-style-type: disc;
	margin-left: 20px;
}



#content ul li {
	margin-bottom: 3px;
}

#content DIV.csc-textpic ul {
	list-style-type: none;
	margin-left: 0px;
}

table.contenttable {
	width: 100%;
}

#content DIV.csc-textpic ul li {
	margin-bottom: 10px;
}

.swiper-slide img {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

/*------------------------------------*\
#TYPO3
\*------------------------------------*/
p {
	margin-bottom: 10px;
}

strong {
	font-weight: 600;
}

.text-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.frame-space-before-extra-small {
	margin-top: 10px;
}

.frame-space-before-small {
	margin-top: 20px;
}

.frame-space-before-medium {
	margin-top: 30px;
}

.frame-space-before-large {
	margin-top: 40px;
}

.frame-space-before-extra-large {
	margin-top: 500px;
}

.frame-space-after-extra-small {
	margin-bottom: 10px;
}

.frame-space-after-small {
	margin-bottom: 20px;
}

.frame-space-after-medium {
	margin-bottom: 30px;
}

.frame-space-after-large {
	margin-bottom: 40px;
}

.frame-space-after-extra-large {
	margin-bottom: 50px;
}


/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/

#main {
	background: url(/fileadmin/img/bgi/footerbg.gif) no-repeat right bottom;
}

#footer {
	height: 170px;
	float: left;

	width: 963px;
	margin: 0 0 -30px 0;
	position: relative;
	z-index: 10;
}

#footerlogo {
	float: left;
	padding: 40px 0 0 6px;
}

/* End Footer
--------------------------------------------------------------------------------------------------*/


.privacy-msg.privacy-map-msg,
.privacy-msg.privacy-kalender-msg {
	position: relative;
	background: #eee;
	height: auto !important;
	width: 100% !important;
}

.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-kalender-msg p {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	line-height: 1.6;
}

.privacy-msg.privacy-calendar-msg p,
.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-video-msg p,
.privacy-msg.privacy-kalender-msg p {
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eee;
	text-align: center;
}

.privacy-msg.privacy-map-msg p a.btn,
.privacy-msg.privacy-kalender-msg p a.btn {
	color: #fff;
}

.privacy-msg.privacy-calendar-msg p a.btn,
.privacy-msg.privacy-map-msg p a.btn,
.privacy-msg.privacy-video-msg p a.btn,
.privacy-msg.privacy-kalender-msg p a.btn {
	background: #34a40f;
	border-color: #34a40f;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.privacy-msg.privacy-map-msg iframe.privacy-map,
.privacy-msg.privacy-kalender-msg iframe.privacy-kalender {
	width: 100%;
}

.privacy-msg.privacy-kalender-msg p a.btn {
	padding: 5px 10px;
	display: inline-block;
}