.cc-window {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}
.cc-window.cc-invisible {
	opacity: 0
}
.inside_con{ min-height:400px;}
.cc-animate.cc-revoke {
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}
a.link-download{background: url(../images/icon-sprites.png) no-repeat;
    padding-left: 19px;
    padding-bottom: 3px;
    background-position: 0 0;}
.cc-animate.cc-revoke.cc-top {
	-webkit-transform: translateY(-2em);
	transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s
}
.cc-link, .cc-revoke:hover {
	text-decoration: underline
}
.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}
.cc-window.cc-static {
	position: static
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.cc-revoke {
	padding: .5em
}
.cc-header {
	font-size: 18px;
	font-weight: 700
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}
.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}
.cc-link:hover {
	opacity: 1
}
.cc-link:active, .cc-link:visited {
	color: initial
}
.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}
.cc-banner .cc-btn:last-child {
	min-width: 140px
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}
.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}
.cc-close:focus, .cc-close:hover {
	opacity: 1
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset
}
.cc-top {
	top: 1em
}
.cc-left {
	left: 1em
}
.cc-right {
	right: 1em
}
.cc-bottom {
	bottom: 1em
}
.cc-floating>.cc-link {
	margin-bottom: 1em
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}
.cc-banner .cc-message {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}
.cc-compliance {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}
.cc-compliance>.cc-btn {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}
.cc-btn+.cc-btn {
	margin-left: .5em
}
@media print {
.cc-revoke, .cc-window {
	display: none
}
}
@media screen and (max-width: 900px) {
.cc-btn {
	white-space: normal
}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
	top: 0
}
.cc-window.cc-bottom {
	bottom: 0
}
.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
	left: 0;
	right: 0
}
.cc-window.cc-banner {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}
.cc-window.cc-floating {
	max-width: none
}
.cc-window .cc-message {
	margin-bottom: 1em
}
.cc-window.cc-banner {
	-ms-flex-align: unset;
	-webkit-box-align: unset;
	align-items: unset
}
}
.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	-webkit-box-flex: 0;
	flex: none
}
.cc-theme-classic .cc-btn {
	border-radius: 5px
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}
.cc-theme-edgeless.cc-window {
	padding: 0
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}
.cc-window.cc-banner {
	border: 1px solid #ccc;
	font: 14px sans-serif;
	padding: 0.7em 1.8em
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html, button, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0
}
h3 {
	font-size: 1.17em;
	margin: 1em 0
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, 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
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*height:13px;
*width:13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, 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
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body.compensate-for-scrollbar {
	overflow: hidden
}
.fancybox-active {
	height: auto
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--html {
	padding: 6px
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {
	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30,30,30,0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: none
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}
.fancybox-button div {
	height: 100%
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}
.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.85)), color-stop(50%, rgba(0,0,0,0.3)), color-stop(65%, rgba(0,0,0,0.15)), color-stop(75.5%, rgba(0,0,0,0.075)), color-stop(82.85%, rgba(0,0,0,0.037)), color-stop(88%, rgba(0,0,0,0.019)), to(transparent));
	background: linear-gradient(0deg, rgba(0,0,0,0.85) 0, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}
.fancybox-caption--separate {
	margin-top: -50px
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@-webkit-keyframes a {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes a {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}
@media (max-height: 576px) {
.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px
}
.fancybox-slide--image {
	padding: 6px 0
}
.fancybox-close-small {
	right: -6px
}
.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px
}
.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px
}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,0.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}
@media (max-width: 576px) {
.fancybox-thumbs {
	width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
	right: 110px
}
.fancybox-thumbs__list a {
	max-width: calc(100% - 10px)
}
}
html, button, input, select, textarea {
	color: #222
}
body {
	font-size: 1em;
	line-height: 1.4
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #db1530;
	margin: 1em 0;
	padding: 0
}
img {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0
}
.ce-align-left {
	text-align: left
}
.ce-align-center {
	text-align: center
}
.ce-align-right {
	text-align: right
}
.ce-table td, .ce-table th {
	vertical-align: top
}
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
	overflow: hidden
}
.ce-left .ce-gallery, .ce-column {
	float: left
}
.ce-center .ce-outer {
	position: relative;
	float: right;
	right: 50%
}
.ce-center .ce-inner {
	position: relative;
	float: right;
	right: -50%
}
.ce-right .ce-gallery {
	float: right
}
.ce-gallery figure {
	display: table;
	margin: 0
}
.ce-gallery figcaption {
	display: table-caption;
	caption-side: bottom;
	margin-bottom: 10px
}
.ce-gallery img {
	display: block
}
.ce-gallery iframe {
	border-width: 0
}
.ce-border img, .ce-border iframe {
	border: 2px solid #000000;
	padding: 0px
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 20px
}
.ce-intext.ce-right .ce-gallery {
	margin-left: 20px
}
.ce-intext.ce-left .ce-gallery {
	margin-right: 20px
}
.ce-column {
	margin-right: 10px
}
.ce-column:last-child {
	margin-right: 0
}
.ce-row {
	margin-bottom: 10px
}
.ce-row:last-child {
	margin-bottom: 0
}
.ce-above .ce-bodytext {
	clear: both
}
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
	padding-left: 40px;
	overflow: auto
}
.ce-headline-left {
	text-align: left
}
.ce-headline-center {
	text-align: center
}
.ce-headline-right {
	text-align: right
}
.ce-uploads {
	margin: 0;
	padding: 0
}
.ce-uploads li {
	list-style: none outside none;
	margin: 1em 0
}
.ce-uploads img {
	float: left;
	padding-right: 1em;
	vertical-align: top
}
.ce-uploads span {
	display: block
}
.ce-table {
	width: 100%;
	max-width: 100%
}
.ce-table th, .ce-table td {
	padding: 0.5em 0.75em;
	vertical-align: top
}
.ce-table thead th {
	border-bottom: 2px solid #dadada
}
.ce-table th, .ce-table td {
	border-top: 1px solid #dadada
}
.ce-table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.05)
}
.ce-table-bordered th, .ce-table-bordered td {
	border: 1px solid #dadada
}
.frame-space-before-extra-small {
	margin-top: 1em
}
.frame-space-before-small {
	margin-top: 2em
}
.frame-space-before-medium {
	margin-top: 3em
}
.frame-space-before-large {
	margin-top: 4em
}
.frame-space-before-extra-large {
	margin-top: 5em
}
.frame-space-after-extra-small {
	margin-bottom: 1em
}
.frame-space-after-small {
	margin-bottom: 2em
}
.frame-space-after-medium {
	margin-bottom: 3em
}
.frame-space-after-large {
	margin-bottom: 4em
}
.frame-space-after-extra-large {
	margin-bottom: 5em
}
.frame-ruler-before:before {
	content: '';
	display: block;
	border-top: 1px solid rgba(0,0,0,0.25);
	margin-bottom: 2em
}
.frame-ruler-after:after {
	content: '';
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin-top: 2em
}
.frame-indent {
	margin-left: 15%;
	margin-right: 15%
}
.frame-indent-left {
	margin-left: 33%
}
.frame-indent-right {
	margin-right: 33%
}
.ce-textpic.ce-right.ce-intext .ce-gallery, .ce-textpic.ce-left.ce-intext .ce-gallery {
	width: 30%
}
.ce-textpic.ce-intext .ce-gallery[data-ce-columns="2"] .ce-column {
	width: 48%;
	margin-right: 4%
}
.ce-textpic.ce-intext .ce-gallery[data-ce-columns="2"] .ce-column:last-child {
	margin-right: 0
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .ce-column, .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .ce-column {
	width: 47.5%;
	margin-right: 2.5%;
	float: left
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .ce-column:last-child, .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .ce-column:last-child {
	margin-right: 0
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .ce-column, .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .ce-column {
	width: 31.66%;
	margin-right: 2.5%;
	float: left
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .ce-column:last-child, .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .ce-column:last-child {
	margin-right: 0
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="4"] .ce-column, .ce-textpic.ce-below .ce-gallery[data-ce-columns="4"] .ce-column {
	width: 23.125%;
	margin-right: 2.5%;
	float: left
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="4"] .ce-column:last-child, .ce-textpic.ce-below .ce-gallery[data-ce-columns="4"] .ce-column:last-child {
	margin-right: 0
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="5"] .ce-column, .ce-textpic.ce-below .ce-gallery[data-ce-columns="5"] .ce-column {
	width: 18%;
	margin-right: 2.5%;
	float: left
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="5"] .ce-column:last-child, .ce-textpic.ce-below .ce-gallery[data-ce-columns="5"] .ce-column:last-child {
	margin-right: 0
}
.ce-textpic figure.image {
	table-layout: fixed;
	width: 100%
}
.ce-border img {
	box-sizing: border-box;
	border: 1px solid #000
}
.ce-textpic.ce-left.ce-above .ce-gallery, .ce-textpic.ce-left.ce-above .ce-column, .ce-textpic.ce-left.ce-below .ce-gallery, .ce-textpic.ce-left.ce-below .ce-column {
	float: none
}
.ce-textpic.ce-left.ce-above figure.image, .ce-textpic.ce-left.ce-below figure.image {
	table-layout: fixed;
	width: 100%
}
.ce-gallery, .ce-column.type-youtube {
	float: none;
	width: 100%
}
.ce-textpic .ce-gallery figure.video {
	display: block
}
.ce-textpic .video-embed {
	position: relative;
	padding-bottom: 55%;
	padding-top: 1.18%;
	height: 0;
	overflow: hidden
}
.ce-textpic .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
	padding-left: inherit
}
.ce-table {
	border-collapse: collapse
}
.ce-table thead th, .ce-table td {
	border: 1px solid #eee
}
#navi {
	float: right
}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#navi ul li {
	float: left;
	display: block;
	position: relative;
	padding: 0 10px;
	margin: 0;
	border-left: 2px solid #db1530;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer
}
#navi ul li:first-child {
	border-left: none
}
#navi ul li:last-child {
	padding: 0 0 0 10px
}
.navilink a:link, .navilink a:visited {
	color: #000
}
.navilink a:hover, .navilinkact a, nav ul li:hover {
	color: #ff0000
}
.subnavilink a:link, .subbavilink a:link, .subnavilinkactiv a {
	color: #000
}
#navi ul li ul {
	position: absolute;
	left: 0;
	display: none;
	z-index: 5;
	background: url(../images/bg-subnavi.jpg) left top repeat-x #f7f7f7;
	box-shadow: 3px 3px 3px #888;
	width: 270px;
	border-bottom: 15px solid #db1530;
	padding: 25px 0 0 0
}
#navi ul li ul li {
	border-left: none;
	float: none;
	padding: 2px 10px
}
#navi ul li ul .image {
	float: left;
	padding: 5px 10px 10px 0;
	width: 40px
}
.mean-nav .title {
	padding: 5px 0 0 0
}
.mean-nav img {
	padding: 0 10px 0 0;
	float: left;
	width: 40px
}
#navi ul li ul li:last-child .bottom {
	display: none
}
#navi ul li ul .bottom {
	height: 1px;
	width: 90%;
	margin: 10px 5% 0 5%;
	background: #db1530
}
#navi ul li ul .title {
	color: #ff0000;
	font-size: 15px
}
#navi ul li ul .subtitle {
	font-size: 9px;
	color: #000
}
.mean-nav .subtitle {
	display: none !important
}
.close {
	display: none
}
.mean-container .mean-bar {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3
}
.mean-container a.meanmenu-reveal {
	background: #db1530;
	width: 120px;
	left: 0 !important;
	right: auto;
	padding: 5px;
	position: absolute;
	top: 151px;
	cursor: pointer;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 18px
}
.mean-container a.meanmenu-reveal span {
	position: relative;
	top: -2px
}
.mean-container a.meanclose {
	top: 8px;
	left: auto !important;
	right: 10px !important;
	color: #db1530;
	font-size: 12px !important;
	padding: 0;
	width: auto;
	text-align: right !important;
	width: 95%;
	height: 25px;
	background: #fff
}
.tx-indexedsearch td {
	vertical-align: middle
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 30px 0;
	width: 100%;
	list-style-type: none;
	background: #fff;
	float: left;
	position: relative;
	z-index: 5;
	border-bottom: 5px solid #db1530
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 18px
}
.mean-container .mean-nav ul li ul {
	margin: 0;
	border-bottom: none
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 96%;
	padding: 0.5em 2%;
	margin: 0;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #EFEFEF;
	text-decoration: none;
	text-transform: uppercase
}
.mean-container .mean-nav ul li li a {
	width: 96%;
	padding: 0.5em 2%;
	border-bottom: 1px solid #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-shadow: none !important;
	visibility: visible
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 75px;
	text-align: right;
	border: none !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: bold;
	padding: 2px 15px;
	width: 100%;
	font-size: 145% !important
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}
#map_canvas, .osm-map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
#map_canvas img {
	max-width: none
}
.map-form {
	margin: 1em 0 20px 0
}
.map-label {
	display: block
}
#gmap-adress-select {
	display: none
}
#directions-panel {
	width: 100%;
	height: 100%;
	overflow: auto
}
.osm-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}
.tx-indexedsearch-searchbox {
	margin: 0 0 20px 0
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
	background: #ececec;
	border: none;
	font: 14px/1.3 "Open Sans", sans-serif;
	margin: 0;
	padding: 5px;
	width: 100px
}
.tx-indexedsearch-searchbox input[type="submit"] {
	background: #db1530;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin: 10px 0 0 0;
	border: 1px solid #e0e0e0
}
.tx-indexedsearch-res {
	margin: 0 0 18px 0
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
	float: right
}
.tx-indexedsearch-res .tx-indexedsearch-description {
	font-style: italic;
	padding: 0
}
.tx-indexedsearch-res .tx-indexedsearch-info {
	margin: 5px 0 0 0;
	background: #eee;
	padding: 5px
}
.tx-indexedsearch-res .tx-indexedsearch-info dt, .tx-indexedsearch-res .tx-indexedsearch-info dd {
	display: inline-block
}
.tx-indexedsearch-res .tx-indexedsearch-info dd {
	margin: 0
}
.tx-indexedsearch-res .tx-indexedsearch-info p {
	padding: 0
}
.headersearch {
	float: right;
	background: #ececec
}
.headersearch form {
	margin: 0;
	padding: 0
}
.headersearch fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
.headersearch .suchfeld {
	background: #ececec;
	border: none;
	float: left;
	font: 14px/1.3 "Open Sans", sans-serif;
	margin: 0;
	padding: 5px;
	width: 100px
}
.headersearch .suche-lupe {
	background: url(../images/suche-lupe.jpg) no-repeat right center;
	cursor: pointer;
	float: right;
	height: 29px;
	padding: 0;
	width: 32px;
	border: none
}
.blockingsolutions .headersearch {
	background: none;
	padding: 5px 0 0 0
}
.lowcross .headersearch {
	background: none;
	padding: 5px 0 0 0
}
.gridwrap {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between*/
}
.gridwrap .gridcol.col-1-2 {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%
}
/*.gridwrap .gridcol.col-2-3{ float:left;}*/
.gridwrap .gridcol.col-1-3 {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	float: left;
	width: 34%;
	margin: 10px;
}
.gridwrap .gridcol.col-2-3 {
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%
}
.gridwrap .gridcol.col-1-4 {
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%
}
.gridcol.col-1-3 .ce-textpic.ce-right.ce-intext .ce-gallery, .gridcol.col-1-3 .ce-textpic.ce-left.ce-intext .ce-gallery, .gridcol.col-1-4 .ce-textpic.ce-right.ce-intext .ce-gallery, .gridcol.col-1-4 .ce-textpic.ce-left.ce-intext .ce-gallery {
	width: 30%
}
.gridcol.col-1-4 .ce-intext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.gridcol.col-1-4 .ce-intext .ce-gallery {
	-ms-flex-preferred-size: 28%;
	flex-basis: 28%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.frame-layout-100 .ce-textpic.ce-right.ce-intext .ce-gallery, .frame-layout-100 .ce-textpic.ce-left.ce-intext .ce-gallery {
	width: 47%
}
.gridcol.col-1-3 .frame-layout-100 .ce-textpic.ce-right.ce-intext .ce-gallery, .gridcol.col-1-3 .frame-layout-100 .ce-textpic.ce-left.ce-intext .ce-gallery, .gridcol.col-1-4 .frame-layout-100 .ce-textpic.ce-right.ce-intext .ce-gallery, .gridcol.col-1-4 .frame-layout-100 .ce-textpic.ce-left.ce-intext .ce-gallery {
	width: 47%
}
.frame-layout-110 .ce-textpic.ce-right.ce-intext .ce-gallery, .frame-layout-110 .ce-textpic.ce-left.ce-intext .ce-gallery {
	max-width: 50px
}
.frame-layout-110 .ce-intext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}
.frame-layout-110 .ce-intext .ce-gallery {
	margin-bottom: 0;
	margin-right: 0
}
.frame-layout-110 .ce-intext .ce-bodytext {
	margin-top: auto
}
.frame-layout-110 .ce-intext .ce-bodytext p {
	padding: 0 0 3px 0
}
.frame-layout-110 .ce-intext .ce-bodytext a {
	padding-left: 5px
}
.tx-powermail h3, .tx-powermail legend {
	display: none
}
.tx-powermail label {
	width: 100%;
	display: block
}
.powermail_fieldwrap {
	margin: 0 0 15px 0
}
.tx-powermail input, .tx-powermail textarea {
	border: 1px solid #e0e0e0;
	width: 75%
}
.powermail-mandatory-text {
	font-size: 10px;
	margin: 15px 0;
	width: 75%
}
input#powermail_field_datenschutz_1 {
	width: 14px
}
.powermail_fieldwrap_datenschutz {
	width: 75%;
	padding: 10px 0 0 0
}
.powermail_fieldwrap_datenschutz .powermail_label {
	display: none
}
.powermail_fieldwrap_datenschutz .checkbox {
	position: relative
}
.powermail_fieldwrap_datenschutz .checkbox label {
	padding-left: 20px
}
.powermail_fieldwrap_datenschutz .checkbox input {
	position: absolute;
	left: 0;
	top: 3px
}
.powermail_radio_inner.powermail_radio_inner_1 {
	width: 75%
}
.powermail_radio_inner.powermail_radio_inner_1 label {
	display: inline
}
.parsley-required {
	color: red
}
.powermail_fieldwrap_type_submit input {
	background: #db1530;
	color: #fff;
	width: 197px;
	height: 35px;
	font-weight: bold;
	margin: 10px 0 0 0
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url("../Fonts/open-sans-v15-latin-regular.eot");
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../Fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../Fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../Fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../Fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg")
}
body {
	margin: 0 0 3em;
	font: 14px 'Open Sans', sans-serif;
	line-height: 1.3;
	padding: 0;
	color: #000000;
	background: #ffffff;
	text-align: center
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 30px auto 0;
	text-align: left
}
h1 {
	font-size: 40px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #ff0000;
	font-weight: normal
}
h2 {
	font-size: 22px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #db1530;
	font-weight: normal
}
h3 {
	font-size: 16px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #666;
	font-weight: normal
}
h4 {
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0
}
h5 {
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0
}
h6 {
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 0
}
h1.subheader, h2.subheader, h3.subheader {
	margin-bottom: 0
}
hr.ce-div {
	background: #db1530;
	margin: 15px 0 20px 0;
	height: 0
}
table {
	width: 100%;
	margin-bottom: 1em
}
tr {
	vertical-align: top
}
td, th {
	border: none;
	text-align: left
}
p {
	padding: 0 0 15px 0;
	margin: 0
}
a img {
	border: none
}
img {
	vertical-align: bottom
}
a {
	text-decoration: none;
	outline: none
}
a:link, a:visited {
	color: #ff0000
}
a:hover {
	color: #000
}
a.link-external, a.link-download, a.link-mail, a.link-internal {
	color: #ff0000
}
a.link-button {
	background: #db1530;
	display: inline-block;
	padding: 0.3em 0.6em;
	color: #fff;
	font-weight: 700
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside
}
ol {
	padding: 0;
	margin: 0;
	list-style-position: inside
}
li {
	margin: 0;
	padding: 0
}
#content ul, #content ol {
	padding: 0 0 15px 0
}
#content ul ul, #content ol ol {
	padding: 0 0 0.25em 0
}
#content ul li {
	padding: 0 0 0.125em 0.8em;
	background: url("../images/list-icon.svg") left 0.6em no-repeat;
	background-size: 0.37em
}
#content ol li {
	padding: 0 0 0.125em 0
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0
}
.floatl {
	float: left
}
.floatr {
	float: right
}
.wrapper-dark {
	opacity: 0.4
}
#content .col-1-2 p {
	width: 100%
}
.sprachwaehler {
	float: right;
	padding: 3px 10px 0 3px
}
.sprachwaehler img {
	display: none
}
.sprachwaehler a img {
	display: block
}
.logo {
	float: left
}
.logo img {
	max-width: 242px
}
#header {
	padding: 0 7em
}
#content {
	padding: 2em 7em 4em 7em
}
.startpage #content {
	padding: 0
}
.startpage #content .frame-type-gridelements_pi1 {
	padding: 2em 7em
}
.tx-go-maps-ext p {
	padding: 0 0 3px 0
}
.gmx-style div {
	min-width: 280px !important;
	min-height: 150px !important
}
#c278 img {
	width: auto
}
.fancybox-image {
	background: #fff
}
.news-latest {
	padding: 3em 7em;
	min-height: 250px;
	background: url(../images/bg-newslastest.jpg) center bottom no-repeat #e0e0e0;
	background-size: cover
}
#content .news-img-wrap {
	float: left;
	padding: 0 2% 0 0;
	width: 10%
}
#content .news .teaser-text {
	float: left;
	width: 88%
}
.news-latest a:link, .news-latest a:visited, .news-list-view .teaser-text a:link, .news-list-view .teaser-text a:visited {
	color: #000
}
.news-latest a:hover, .news-list-view .teaser-text a:hover {
	color: #db1530
}
.news-latest .article {
	width: 33%;
	float: right
}
.news-latest .header a {
	color: #db1530
}
.news-latest .article:last-child .header {
	text-align: right
}
.news-latest .article:first-child {
	float: left
}
#c22 .article:last-child .teaser-text p {
	border-bottom: none
}
#content .news .article {
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 15px 0;
	padding: 0 0 25px 0
}
.news-backlink-wrap {
	clear: both
}
#content .page-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#content .page-navigation ul li {
	background: none;
	padding: 0 3px
}
#content .page-navigation ul li:first-child {
	padding-left: 0
}
iframe {
	width: 100%;
	max-width: 100%;
	height: auto
}
#footer {
	margin: 2em 0 0 0;
	padding: 2em 7em 1em 7em;
	background: url(../images/bg-footer.jpg) center top no-repeat #000;
	color: #fff
}
#footernavi {
	float: right;
	padding: 40px 0 0 0;
	display: inline-block !important
}
#footernavi li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff
}
#footernavi li a:hover {
	color: #db1530
}
#footernavi li:last-child {
	border-right: none;
	padding: 0 0 0 10px
}
#footer a {
	color: #fff
}
#footer img {
	float: left;
	max-width: 155px
}
#footer .inner {
	float: right
}
#footer .inner p {
	padding: 13px 76px 0 5em;
	float: left
}
ul.csc-uploads span.csc-uploads-fileName {
	text-decoration: none
}
.accordion header {
	cursor: pointer
}
#content .accordion p {
	width: 100%
}
.ui-icon-triangle-1-s {
	background: url(../images/pfeil-s.jpg) left center no-repeat;
	float: left;
	width: 10px;
	height: 17px;
	padding: 9px 13px 0 0
}
.ui-icon-triangle-1-e {
	background: url(../images/pfeil-e.jpg) left center no-repeat;
	float: left;
	width: 17px;
	height: 10px;
	padding: 20px 6px 0 0
}
.de .img-de {
	display: none
}
.en .img-en {
	display: none
}
#content ul.ce-uploads li {
	background: none;
	margin: 1em 0;
	padding: 0
}
#content ul.ce-uploads a[href$=".pdf"] span.ce-uploads-fileName {
	background: url(../images/icon-sprites.png) no-repeat;
	padding-left: 19px;
	padding-bottom: 3px;
	background-position: 0 0
}
a.link-download[href$=".pdf"] {
	background: url(../images/icon-sprites.png) no-repeat;
	padding-left: 19px;
	padding-bottom: 3px;
	background-position: 0 0
}
.flexslider {
	position: relative;
	z-index: 1;
	margin: 5px 0 0 0
}
.flexslider .csc-textpic-image {
	margin-bottom: 0 !important
}
.flexslider .csc-textpic-imagewrap>.csc-textpic-imagerow {
	display: none;
	-webkit-backface-visibility: hidden;
	margin: 0
}
.flexslider .csc-textpic-imagewrap img {
	width: 100%;
	display: block;
	height: auto
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .slides {
	display: block
}
* html .slides {
	height: 1%
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.flexslider .slides {
	zoom: 1;
	position: relative;
	z-index: 1
}
.col-1-2 {
	width: 48%
}
.col-1-3 {
	width: 30%
}
.col-2-3 {
	width: 60%
}
.js-gme-container .js-map {
	float: left;
	width: 66% !important;
	min-height: 400px
}
.headerbilder .js-gme-container .js-map {
	width: 100% !important
}
.tx-go-maps-ext::before, .tx-go-maps-ext::after {
	content: " ";
	display: table
}
.tx-go-maps-ext::after {
	clear: both
}
.gme-cats {
	float: right;
	width: 30%
}
#content .gme-cats li {
	background: none
}
#content .gme-cats li label {
	padding-left: 6px
}
#map_canvas {
	width: 100%;
	height: 350px
}
#map_canvas img {
	max-width: none
}
.map-form {
	margin: 20px 0 0 0;
	display: none
}
#gmap-adress-select {
	display: none
}
#directions-panel {
	width: 100%;
	height: 100%;
	overflow: auto
}
.login-box {
	cursor: pointer;
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 3
}
img, embed, object, video {
	max-width: 100%;
	height: auto
}
@media only screen and (max-width: 1150px) {
.logo {
	padding: 0 0 30px 0
}
#navi {
	float: none
}
#navi ul li:first-child {
	padding: 0 10px 0 0
}
#header {
	padding: 0 2em
}
.startpage #content .frame-type-gridelements_pi1, #content, .news-latest {
	padding: 2em
}
#footer {
	padding: 2em 2em 1em
}
.gridwrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.gridwrap .gridcol.col-1-4 {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%
}
}
@media only screen and (max-width: 800px) {
.news-latest .article {
	width: 45%
}
#footer img, #footer .inner {
	float: none
}
#footernavi {
	float: left
}
#footer .inner p {
	padding: 25px 25px 15px 0
}
#footer {
	background: #000
}
.news-img-wrap {
	float: none;
	padding: 0 0 10px 0
}
#content .csc-textpic-imagewrap {
	float: none
}
.login-box, .login-form {
	display: none
}
}
@media only screen and (max-width: 600px) {
.news-latest .article {
	width: 100%;
	float: none
}
.news-latest .article:last-child .header {
	text-align: left
}
.gridwrap .gridcol.col-2-3, .gridwrap .gridcol.col-1-3, .gridwrap .gridcol.col-1-4, .gridwrap .gridcol.col-1-2 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
#content p {
	width: 100%
}
.headersearch {
	position: absolute;
	right: 2em;
	z-index: 2;
	top: 10px
}
.sprachwaehler {
	position: absolute;
	right: 12em;
	z-index: 2;
	top: 10px
}
#footernavi li, #footernavi li:last-child {
	display: block;
	border-right: none;
	padding: 0 0 10px 0
}
#footernavi {
	padding: 15px 0 0 0
}
#content .col-3, .col-1-2, .col-1-3, .col-2-3, .gme-map, .gomapsext-cats {
	float: none;
	width: 100% !important
}
#content .col-3 p {
	width: 100%
}
#content img {
	max-width: 100%;
	height: auto
}
.logo {
	padding: 20px 0 40px 0
}
.sprachwaehler {
	padding: 3px 20px 0 3px
}
}
@media only screen and (max-width: 340px) {
gridcol.col-1-3 .ce-textpic.ce-right.ce-intext .ce-gallery, .gridcol.col-1-3 .ce-textpic.ce-left.ce-intext .ce-gallery, .gridcol.col-1-4 .ce-textpic.ce-right.ce-intext .ce-gallery, .gridcol.col-1-4 .ce-textpic.ce-left.ce-intext .ce-gallery {
	width: 100%
}
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
*text-indent:-9999px
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}
.hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
*zoom:1
}
.printfooter {
	display: none
}
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important
}
.sprachwaehler, #navi, .news-latest, #footer, .login {
	display: none
}
#header, #content, #c523 {
	padding: 10px 0
}
a, a:visited {
	text-decoration: underline
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
margin:0.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
.printfooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left
}
.printfooter p {
	margin-right: 20px
}
}

/*# sourceMappingURL=maps/main.css.map */
