@charset 'UTF-8';
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .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; }
    .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: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

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

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .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; }

    /* Table */
    .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,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .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 */
    .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%; }
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_eipagri" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-eipagri table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-eipagri table th {
		font-weight:bold;
	}

	.tx-eipagri table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_elerprojekt" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-elerprojekt table,
    .tx-elerfestesuche table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-elerprojekt table th,
    .tx-elerfestesuche table th {
		font-weight:bold;
	}

	.tx-elerprojekt table td,
    .tx-elerfestesuche table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}


.dpnglossary.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.dpnglossary.pagination ul li {
  float: left;
  margin-left: 5px;
  margin-right: 5px
}

.dpnglossary.pagination ul li a {
  text-decoration: none
}

.dpnglossary.pagination ul li.first {
  margin-left: 0
}

.dpnglossary.pagination ul li.last {
  margin-right: 0
}

.dpnglossary.pagination ul li.empty {
  color: red
}

.dpnglossary.details .mediafile {
  display: inline-block;
  margin-bottom: 10px
}

.dpnglossary.details .mediafile:last-child {
  margin-bottom: 0
}

.dpnglossary.link {
  display: inline;
  position: relative
}

.dpnglossary.link:hover:after {
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  width: 220px;
  z-index: 98
}

.dpnglossary.link:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0;
  bottom: 20px;
  content: '';
  left: 50%;
  position: absolute;
  z-index: 99
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	overflow: visible!important;
}
/*
.slick-slider figure a {
	position:relative;
	    width: 215px;
    height: 120px;
}*/
/*
.slick-slider figure a:after {
	    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Icons/img-description.png');
    position: absolute;
      bottom: 3px;
    left: 95px;
    width: 37px;
    height: 22px;
    display: block;
	z-index:50;
} */
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/slick-slider/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/slick-slider/./fonts/slick.eot');
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/slick-slider/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/slick-slider/./fonts/slick.woff') format('woff'), url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/slick-slider/./fonts/slick.ttf') format('truetype'), url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/slick-slider/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #333333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {

}

/* Containers
----------------------------------------------------------------------------------------------------*/
/*
.container {
	margin-left: auto;
	margin-right: auto;
} */

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

/*
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: block;
	float: none;
	position: relative;
	margin-left: 8px;
	margin-right: 7px;
}
*/


/*
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}
*/

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
/*
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
} */

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/*
.container .prefix_1,
.container .prefix_2,
.container .prefix_3,
.container .prefix_4,
.container .prefix_5,
.container .prefix_6,
.container .prefix_7,
.container .prefix_8,
.container .prefix_9,
.container .prefix_10,
.container .prefix_11,
.container .prefix_11{
	padding-left:0;
}
*/
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/*
.container .suffix_1,
.container .suffix_2,
.container .suffix_3,
.container .suffix_4,
.container .suffix_5,
.container .suffix_6,
.container .suffix_7,
.container .suffix_8,
.container .suffix_9,
.container .suffix_10,
.container .suffix_11 {
	padding-right:0;
} */

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/*
.container .push_1,
.container .push_2,
.container .push_3,
.container .push_4,
.container .push_5,
.container .push_6,
.container .push_7,
.container .push_8,
.container .push_9,
.container .push_10,
.container .push_11{
	left:0px;
} */

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/*
.container .pull_1,
.container .pull_2,
.container .pull_3,
.container .pull_4,
.container .pull_5,
.container .pull_6,
.container .pull_7,
.container .pull_8,
.container .pull_9,
.container .pull_10,
.container .pull_11{
	left:0;
} */

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
/* .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
} */

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
/*
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}
*/


/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

/*
.clearfix {
  zoom: 1;
}

*/
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/**
 * Grundgerüst BLE
 * Vars.................Globally-available variables and mixins.
 * Global...............Configuration.
 * Grid.................Layout Grid.
 *
 * BASE
 * Accordion............Accordions styles, FAQ, Filter-Search.
 * Fonts................Integrate webfonts.
 * Form.................Formular styles (Button, Link, Input, Label, ...).
 * Headings.............H1–H6 styles.
 * Images...............Image styles.
 * Links................Link styles.
 * Lists................ul, ol, li.
 * News.................News and Events.
 * Pagination...........Pagination styles (Solr).
 * Search...............Search styles (Form, Autocomplete, Result, ...).
 * Slider...............Slider styles (Content, Portaltipps, Marginalspalte, ...).
 * Stage................Stage styles (Stage Mainpage, H1 Subpage ...).
 * Table................Table styles.
 * Teaser...............Teaser styles (Container, Sidebar, 2-Spaltig, 3-Spaltig, ...).
 *
 * COMPONENTS
 * Main-nav.............The main navigation (Top-Navigation, Sidebar).
 * Meta-nav.............The meta navigation (Skip, Breadcrumb, Service, Offer, Cross-linking).
 * Mobile-nav...........The mobile navigation (Mobile-Navigation = offmenu).
 * Header...............The main page header.
 * Main.................The main page content.
 * Footer...............The main page footer.
 *
 * EXEPTION
 * Focus................Focus styles (accessibility).
 */
/**
 * Fonts
 */
/* Mixins */
/**
 * Color
**/
/* Iconfont-default, H1 in stage, Color secondary-Button, Textcolor if Backgroundcolor */
/* BG-Color secondary-Button, BG-Steps */
/* BG-Color Hover secondary-Button, Border Input, Border Teaser title */
/* Border Slider, Border Teaser-Image-Wrap */
/* Answer right, Form valide */
/* Form error List Points */
/* Form error */
/* Extra Colors */
/* Border Slider, Border Teaser-Image-Wrap, Tarif, Headings, Figcaption, Icons, Links in Box */
/* Border-bottom Header, Border Slider, Border Teaser-Image-Wrap, Button-BG, Step aktive, Links, Main-Nav-Aktive */
/* Border-top Header, Border Slider, Border Teaser-Image-Wrap, Footer, Button-/Link-Hover, Listpoint */
/* Border Slider, Border Teaser-Image-Wrap */
/* Border Slider, Border Teaser-Image-Wrap, Border Steps, HR, Footerbar, Footer-Copyright, Lighten as Background */
/**
 * Breakpoints
**/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/**
 * Global configuration
**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before, *:after {
  clear: both;
}

body {
  height: auto;
}

body, body p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
  background-color: #fff;
  color: #525252;
}

body p {
  background-color: transparent;
  margin-bottom: 20px;
}

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

body p, body a {
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

b, strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

i, em {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: italic;
}

.tarif {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #304D0A;
}

.bg-grey {
  background-color: #EDEDED;
  padding: 20px 0;
}

hr, .ce-div {
  clear: both;
  border-top: 1px solid #E3F1D1;
  margin: 20px 0;
}

.container [class^="grid_"].more-information, .container [class*="grid_"].more-information, .more-information {
  border-top: 1px solid #E3F1D1;
  padding: 40px 0 0;
  margin: 40px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Grid
**/
.container {
  max-width: 1280px;
  position: relative;
  padding: 0 20px;
}

@media only screen and (min-width: 576px) {
  .container {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    margin: 0 auto;
  }
}

.container .container {
  padding: 0;
  margin: 0;
}

[class^="grid_"], [class*="grid_"],
[class^="col-"], [class*="col-"] {
  margin: 0;
}

.container [class^="grid_"], .container [class*="grid_"],
.container [class^="col-"], .container [class*="col-"] {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

.container [class^="col-"], .container [class*="col-"] {
  padding: 0;
}

.container .row {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .container .row {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    /*.grid_3 {
      width: 24.5%;
    } */
    /*.grid_9 {
      width: 75%;
    }*/
    /*.grid_12 {
      width: 100%;
    } */
  }
  .container .grid_4 {
    width: 33%;
  }
  .container .grid_5 {
    width: 41.66%;
  }
  .container .grid_6, .container .col-lg-6 {
    width: 48%;
  }
  .container .grid_7 {
    width: 57.33%;
  }
  .container .grid_8 {
    width: 66%;
  }
}

#main .container .row > .grid_8, #main .container .row > .grid_4 {
  padding: 40px 0;
  height: auto;
}

#main .container .row > .grid_8 .row > .grid_8, #main .container .row > .grid_8 .row > .grid_4, #main .container .row > .grid_4 .row > .grid_8, #main .container .row > .grid_4 .row > .grid_4 {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  #main .container .row > .grid_8 {
    padding: 40px 40px 120px 0;
  }
  #main .container .row > .grid_8:last-child {
    padding-right: 0;
  }
}

#main .container .row > .grid_8 .row > .grid_8, #main .container .row > .grid_8 .row > .grid_4 {
  padding-top: 0;
  padding-bottom: 0;
}

#main .container .row > aside.sidebar.grid_4 {
  padding-top: 0;
}

@media only screen and (min-width: 640px) and (max-width: 991px) {
  #main .container .row > aside.sidebar.grid_4 {
    display: flex;
    flex-wrap: wrap;
  }
  #main .container .row > aside.sidebar.grid_4 > div {
    width: 48%;
    margin-right: 4%;
  }
  #main .container .row > aside.sidebar.grid_4 > div:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  #main .container .row > aside.sidebar.grid_4 {
    padding: 40px 0 40px 40px;
  }
}

#main .grid_8 .grid_6 {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #main .grid_8 .grid_6 {
    width: 50%;
    padding: 0 20px;
  }
  #main .grid_8 .grid_6:first-child {
    padding-left: 0;
  }
  #main .grid_8 .grid_6:last-child {
    padding-right: 0;
  }
}

aside {
  height: 100%;
}

/**
 * Accordion style
**/
.accordion-box .accordion-headline {
  position: relative;
  padding-left: 60px;
}

.accordion-box .accordion-headline:before {
  content: "\e90b";
  font-family: "Icons";
  font-size: 24px;
  font-size: 1.5rem;
  color: #518110;
  border: 2px solid #518110;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -6px;
}

.accordion h3, .accordion h4 {
  margin-bottom: 0;
}

.accordion h3:last-of-type button, .accordion h4:last-of-type button {
  border-bottom: none;
}

.accordion button {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 0;
  border-bottom: 1px solid #74B917;
  background-color: transparent;
  text-align: left;
}

.accordion button:hover, .accordion button:focus {
  text-decoration: underline;
  background-color: transparent;
  color: #518110;
  outline: none;
}

.accordion button .accordion-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #518110;
}

.accordion button .icon-Chevron_Right {
  position: absolute;
  right: 0;
  top: 17px;
  width: 20px;
}

.accordion button .icon-Chevron_Right:before {
  display: inline-block;
  color: #518110;
  font-size: 20px;
  font-size: 1.25rem;
  transform: rotate(90deg);
}

.accordion button[aria-expanded="true"] {
  border-bottom: none;
}

.accordion button[aria-expanded="true"] .icon-Chevron_Right:before {
  transform: rotate(-90deg);
}

.accordion .accordion-content {
  margin-top: 10px;
  margin-right: 25px;
  border-bottom: 1px solid #74B917;
}

.accordion dt:last-of-type button {
  border-bottom: none;
}

/**
 * Webfonts
**/
/*
@font-face {
  font-family: 'BundesSansWeb-Regular';
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Regular.eot');
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Regular.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Regular.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/fonts/BundesSansWeb-Regular.ttf') format("truetype");
}
@font-face {
  font-family: 'BundesSansWeb-Bold';
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.eot');
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.ttf') format("truetype");
}
@font-face {
  font-family: 'BundesSansWeb-Italic';
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.eot');
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.ttf') format("truetype");
}
@font-face {
  font-family: 'BundesSansWeb-BoldItalic';
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.eot');
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.ttf') format("truetype");
}
*/
@font-face {
  font-family: 'Icons';
  src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/Icons.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Icons */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icons' !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  line-height: 1;
  font-weight: normal;
  font-family: "Icons";
  color: #3A3A3A;
}

.icon-check:before {
  content: "\f00c";
}

.icon-Remove:before {
  content: "\f00d";
}

.icon-Download:before {
  content: "\f019";
}

.icon-Quote:before {
  content: "\f10e";
}

.icon-Chevron_Right:before {
  content: "\f054";
}

.icon-Angle_Right:before {
  content: "\f105";
}

.icon-Search:before, .icon-search:before {
  content: "\e900";
}

.icon-Home:before {
  content: "\e901";
}

.icon-Zoom:before {
  content: "\e902";
}

.icon-Information:before {
  content: "\e903";
}

.icon-Extern:before {
  content: "\e904";
}

.icon-News:before, .icon-news:before {
  content: "\e905";
}

.icon-Calender:before, .icon-events:before {
  content: "\e906";
}

.icon-Mail_Open:before, .icon-newsletter:before {
  content: "\e907";
}

.icon-E-Mail:before {
  content: "\e908";
}

.icon-Telephone:before {
  content: "\e909";
}

.icon-Arrow_Right:before {
  content: "\e90a";
}

.icon-Info:before, .icon-info:before {
  content: "\e90b";
}

.icon-Arrow_Up:before {
  content: "\e90c";
}

.icon-Square:before {
  content: "\e90d";
}

.icon-PDF:before {
  content: "\e90e";
}

.icon-Link:before {
  content: "\e90f";
}

.icon-File:before {
  content: "\e910";
}

.icon-Facebook:before {
  content: "\e911";
}

.icon-Instagram:before {
  content: "\e001";
  font-size: 18px !important;
  line-height: 18px !important;
  width: 18px !important;
  height: 18px !important;
}

.icon-Instagram > span {
  display: none;
}

.icon-Twitter:before {
  content: "\e912";
}

/**
 * Formular
**/
button, .btn, .button-back, .resetButton, .resetButton#filter_reset, input[type='submit'] {
  padding: 5px 20px 8px;
  width: auto;
  height: auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
  background-color: #518110;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

button:hover, button:focus, .btn:hover, .btn:focus, .button-back:hover, .button-back:focus, .resetButton:hover, .resetButton:focus, .resetButton#filter_reset:hover, .resetButton#filter_reset:focus, input[type='submit']:hover, input[type='submit']:focus {
  background-color: #74B917;
  color: #fff;
}

button.calendar {
  width: 25px;
  height: 25px;
  background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/calendar.png') no-repeat center center;
  border: 0;
}

button.toggle {
  display: inline-block;
  padding: 5px 20px 8px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
}

button.toggle:before {
  background-color: transparent;
  padding: 0;
  font-size: 18px;
}

button.toggle:hover, button.toggle:focus {
  color: #fff;
}

button.mfp-close {
  width: 30px;
  height: 40px;
}

a.button-back, a.resetButton, a.resetButton#filter_reset, button.resetButton, button.resetButton#filter_reset {
  background-color: #707070;
}

a.button-back:focus, a.button-back:hover, a.resetButton:focus, a.resetButton:hover, a.resetButton#filter_reset:focus, a.resetButton#filter_reset:hover, button.resetButton:focus, button.resetButton:hover, button.resetButton#filter_reset:focus, button.resetButton#filter_reset:hover {
  background-color: #ccc;
  color: #3A3A3A;
  text-decoration: none;
}

.panel label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
  displaY: block;
  position: relative;
}

.panel input[type="date"], .panel input[type="text"], .panel input[type="password"], .panel input[type="email"], .panel select, .panel textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 10px;
  margin-bottom: 15px;
}

form {
  margin-bottom: 20px;
  clear: both;
}

form:after {
  content: ' ';
  clear: both;
  display: block;
}

form button, form .btn, form .button-back, form input[type='submit'] {
  margin: 0 0 20px 20px;
}

form .btn-group {
  display: flex;
  justify-content: flex-end;
}

form input[type="date"], form input[type="text"], form input[type="password"], form input[type="email"], form select, form textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 10px;
  margin-bottom: 15px;
}

form textarea {
  min-height: 60px;
}

form label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
  displaY: block;
  position: relative;
}

form input[type='checkbox'], form input[type='radio'] {
  border: 1px solid #ccc;
  background: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

form div.error-box, form .typo3-message.message-error {
  padding: 15px;
  border: 1px solid #CA0101;
  background-color: rgba(202, 1, 1, 0.1);
  margin-bottom: 20px;
}

form div.error-box p, form .typo3-message.message-error p {
  text-align: center;
  color: #CA0101;
  margin: 0;
}

form div.error-box ul, form .typo3-message.message-error ul {
  color: #CA0101;
  margin-bottom: 0;
  margin-top: 10px;
}

form div.error-box ul li:before, form .typo3-message.message-error ul li:before {
  color: #6E1C08;
  top: 1px;
}

form input.error, form textarea.error, form select.error {
  border-color: #CA0101;
  margin-bottom: 0;
}

form div.error, form span.error.help-block {
  display: inline-block;
  color: #CA0101;
  background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon_error.png') no-repeat left center;
  padding-left: 20px;
  margin-bottom: 10px;
}

form .info-box {
  margin-bottom: 20px;
  margin-top: 10px;
}

form .info-box p:last-child {
  margin-bottom: 0;
}

form .button.orderform {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

form .progress {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 1px solid #E3F1D1;
  border-bottom: 1px solid #E3F1D1;
}

form .progress .steptexts {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

form .progress .steptexts .steptext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #304D0A;
}

form .progress .steps {
  display: flex;
  justify-content: space-around;
}

form .progress .steps .step {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #518110;
  color: #fff;
}

form .progress .steps ~ .intro {
  margin-top: 20px;
}

form .progress.step1 .step2, form .progress.step2 .step1 {
  background-color: #707070;
}

/**
 * H1-h6 styles
**/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 120%;
  color: #304D0A;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #518110;
  text-decoration: none;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
.h1 a:hover,
.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
  color: #518110;
  text-decoration: underline;
}

h1.hidden, h2.hidden, h3.hidden, h4.hidden, h5.hidden, h6.hidden,
.h1.hidden, .h2.hidden, .h3.hidden, .h4.hidden, .h5.hidden, .h6.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media only screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h1.homestage {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h2, .h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media only screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media only screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

h4, .h4 {
  font-size: 19px;
  font-size: 1.1875rem;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

h100 {
  visibility: hidden;
}

/**
 * Images
**/
.ce-intext.ce-right .ce-gallery figure.image, .ce-intext.ce-left .ce-gallery figure.image {
  margin-bottom: 20px;
  margin-left: 20px;
}

.ce-intext.ce-right .ce-gallery figure.image .image-caption, .ce-intext.ce-left .ce-gallery figure.image .image-caption {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #304D0A;
}

.ce-intext.ce-right .ce-gallery a.lightbox, .ce-intext.ce-left .ce-gallery a.lightbox {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.ce-intext.ce-right .ce-gallery a.lightbox:after, .ce-intext.ce-left .ce-gallery a.lightbox:after {
  content: "\e902";
  font-family: "Icons";
  font-size: 14px;
  font-size: 0.875rem;
  color: #304D0A;
  position: absolute;
  bottom: 0;
  right: 14px;
  background-color: #fff;
  padding: 1px 5px 0 7px;
}

@media only screen and (max-width: 575px) {
  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    float: none;
    margin: 0;
  }
  .ce-intext.ce-right .ce-gallery figure.image, .ce-intext.ce-left .ce-gallery figure.image {
    margin-right: 0;
    margin-left: 0;
  }
}

.ce-intext.ce-left .ce-gallery figure.image {
  margin-left: 0;
  margin-right: 20px;
}

.ce-gallery figure.image {
  margin-bottom: 20px;
}

.ce-gallery figure.image img {
  max-width: 100%;
  height: auto;
}

.ce-gallery figure.image .image-caption {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #304D0A;
}

@media only screen and (max-width: 575px) {
  .frame-type-textpic .ce-textpic.ce-intext .ce-gallery img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 576px) {
  .frame-type-textpic .ce-textpic.ce-intext .ce-gallery img {
    width: 234px !important;
    height: auto;
  }
}

/*
.ce-gallery img {
  @media only screen and (min-width: 576px) {
    width: 234px !important;
    height: auto;
  }
}
*/
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 0;
  float: none;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 0;
  float: none;
}

/**
 * Link style
**/
*:target:before {
  content: "";
  display: block;
  height: 180px;
  /* same as your fixed header height */
  margin: -180px 0 0;
  /* negative fixed header height */
}

a {
  color: #518110;
  text-decoration: none;
  position: relative;
}

a:hover, a:focus {
  color: #518110;
  text-decoration: underline;
}

p a.arrow-link:before, p a.internal-link:before, table a.arrow-link:before, table a.internal-link:before {
  left: 3px;
}

@-moz-document url-prefix() {
  p a.arrow-link:before, p a.internal-link:before, table a.arrow-link:before, table a.internal-link:before {
    top: 2px;
  }
}

/*
p {
  a.external-link, a.external-link-new-window, a.mail, a.pdf, a.word, a.download {
    display: inline;
    padding-left: 10px;

    &:after {
      position: relative;
      left: -5px;
    }
  }
}
*/
table a.arrow-link:before, table a.internal-link:before {
  top: 4px;
}

.teaser, .information, .info-box, table {
  /* a.external-link, a.external-link-new-window, a.mail, a.pdf, a.arrow-link, a.internal-link, a.word, a.download  {
    display: inline;

    @-moz-document url-prefix() {
      display: inline-block;

      &:before, &:after { bottom: -2px; }
    }

    &:after { bottom: -2px; }
  } */
}

a.external-link, a.external-link-new-window, a.mail, a.pdf, a.word, a.download, a.arrow-link, a.internal-link {
  display: inline;
  padding-left: 20px;
  /* @-moz-document url-prefix(), @supports (-ms-ime-align:auto) { display: inline-block; } */
}

a.external-link:before, a.external-link-new-window:before, a.mail:before, a.pdf:before, a.word:before, a.download:before, a.arrow-link:before, a.internal-link:before {
  content: "\e904";
  font-family: "Icons";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #518110;
}

a.mail:before {
  content: "\e908";
}

a.pdf:before {
  content: "\e90e";
}

a.word:before {
  content: "\e910";
}

a.download:before {
  content: "\f019";
}

a.arrow-link:before, a.internal-link:before {
  content: "\e90a";
  font-family: "Icons";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 1px;
  color: #518110;
}

a.read-more {
  padding-right: 25px;
}

a.read-more span {
  position: absolute;
  left: 0;
  text-indent: -9999px;
}

a.read-more:before {
  content: "\e90a";
  font-family: "Icons";
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #518110;
}

a.read-more:hover, a.read-more:focus {
  text-decoration: none;
}

a.read-more:hover:before, a.read-more:focus:before {
  color: #74B917;
}

a.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #518110;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  a.to-top {
    right: 40px;
    bottom: 40px;
  }
}

a.to-top:hover, a.to-top:focus {
  background-color: #74B917;
}

a.to-top:before {
  content: "\e90c";
  font-family: "Icons";
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  position: absolute;
  top: 7px;
  left: 11px;
}

a.to-top span {
  text-indent: -9999px;
  width: 0;
  height: 0;
  position: absolute;
}

p.align-right a.arrow-link:before {
  top: 1px;
}

.teaser p.align-right a.arrow-link:before {
  top: 2px;
}

.shariff {
  margin-bottom: 20px;
}

.shariff ul {
  display: flex;
}

.shariff ul .shariff-button {
  padding-left: 0;
}

.shariff ul .shariff-button:before {
  content: "";
}

.shariff ul .shariff-button a {
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  padding: 5px 20px 5px 30px;
  display: inline-block;
  position: relative;
}

.shariff ul .shariff-button a:before {
  font-family: "Icons";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 10px;
  top: 5px;
  color: #fff;
}

.shariff ul .shariff-button.facebook a {
  background-color: #3B5998;
}

.shariff ul .shariff-button.facebook a:before {
  content: "\e911";
}

.shariff ul .shariff-button.twitter a {
  background-color: #55ACEE;
}

.shariff ul .shariff-button.twitter a:before {
  content: "\e912";
}

@-moz-document url-prefix() {
  .slider-teaser .teaser-slide .teaser > p:last-child a.internal-link:before {
    bottom: 0;
  }
  .slider-teaser .teaser-slide .teaser .teaser-body a:before, .slider-teaser .teaser-slide .teaser .teaser-body a:after {
    bottom: 2px;
  }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-teaser .teaser-slide .teaser > p:last-child a.internal-link:before,
  a.arrow-link::before, a.internal-link:before {
    bottom: -2px;
  }
}

/**
 * Listen
**/
.grid_8 ul {
  margin-bottom: 40px;
}

.grid_8 ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.grid_8 ul li:before {
  content: "\e90d";
  font-family: "Icons";
  font-size: 12px;
  font-size: 0.75rem;
  color: #74B917;
  position: absolute;
  left: 0;
  top: 0;
}

.grid_8 ul li ul {
  margin-top: 10px;
}

.grid_8 ol {
  margin-left: 20px;
}

/* Linkliste */
ul.link-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 40px;
}

ul.link-list li {
  padding-left: 0;
  margin-bottom: 5px;
}

ul.link-list li:before {
  content: "";
}

ul.link-list a.arrow-link, ul.link-list a.internal-link, ul.link-list a.external-link, ul.link-list a.external-link-new-window, ul.link-list a.mail, ul.link-list a.pdf, ul.link-list a.word, ul.link-list a.download {
  display: inline-block;
  padding-left: 20px;
}

ul.link-list a.arrow-link:after, ul.link-list a.internal-link:after, ul.link-list a.external-link:after, ul.link-list a.external-link-new-window:after, ul.link-list a.mail:after, ul.link-list a.pdf:after, ul.link-list a.word:after, ul.link-list a.download:after {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

ul.link-list a.internal-link:before, ul.link-list a.arrow-link:before {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

/* Ankerliste */
ul.read-more {
  padding: 20px;
  background-color: #eff7e5;
  margin-bottom: 40px;
}

ul.read-more li {
  padding-left: 20px;
}

ul.read-more li:before {
  content: "";
}

ul.read-more li a {
  color: #304D0A;
}

ul.read-more li:before {
  content: "\e90f";
  color: #304D0A;
}

/* Teaser-Liste */
ul.teaser-list li {
  padding-left: 0;
}

ul.teaser-list li:before {
  content: "";
}

ul.teaser-list ul li {
  padding-left: 25px;
}

ul.teaser-list ul li:before {
  content: "\e90d";
}

/* Merkliste */
ul.wishlist li {
  padding-left: 0;
}

ul.wishlist li:before {
  content: "";
}

/**
 * News / Termine
**/
.news {
  margin-bottom: 40px;
}

.news ul {
  margin-bottom: 0;
}

.news .news-list-view .news-list-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3F1D1;
  margin-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  .news .news-list-view .news-list-item {
    flex-direction: row;
  }
}

.news .news-list-view .news-list-item:last-child {
  margin-bottom: 20px;
  border-bottom: 0;
}

.news .news-list-view .news-list-item .teaser-image a {
  displaY: inline-block;
}

@media only screen and (max-width: 639px) {
  .news .news-list-view .news-list-item .element-left {
    margin-bottom: 20px;
  }
}

.news .news-list-view .news-list-item .right-column {
  padding-bottom: 25px;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .news .news-list-view .news-list-item .right-column {
    padding-left: 40px;
  }
}

.news .news-list-view .news-list-item .right-column .date {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.news .news-list-view .news-list-item a.read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.news .news-list-view .news-list-item.imageless article {
  position: relative;
  padding-bottom: 15px;
}

.news .news-list-view.list-10 .right-column, .news .news-list-view.list-15 .right-column {
  padding-left: 0;
}

.news .news-list-view.list-10 a.read-more, .news .news-list-view.list-15 a.read-more {
  position: relative;
  padding-left: 25px;
}

.news .news-list-view.list-10 a.read-more:before, .news .news-list-view.list-15 a.read-more:before {
  content: "\e904";
  top: 0;
  left: 0;
  right: auto;
}

.news .news-list-view.list-10 a.read-more span, .news .news-list-view.list-15 a.read-more span {
  position: relative;
  left: 0;
  text-indent: 1;
}

.news .news-list-view.list-10 a.read-more:hover, .news .news-list-view.list-10 a.read-more:focus, .news .news-list-view.list-15 a.read-more:hover, .news .news-list-view.list-15 a.read-more:focus {
  text-decoration: underline;
}

.news .news-list-view.list-30 {
  /* Listenansicht Termine */
}

.news .news-list-view.list-30 .right-column {
  padding-left: 0;
  width: 100%;
}

.news .news-list-view.list-20 {
  /* Listenansicht News */
}

.news .news-list-view.list-20 .right-column {
  display: flex;
  flex-direction: column;
  padding: 0 40px 10px 0;
  width: 100%;
  align-items: baseline;
}

@media only screen and (min-width: 576px) {
  .news .news-list-view.list-20 .right-column {
    flex-direction: row;
  }
}

.news .news-list-view.list-20 .right-column .date {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  margin-right: 45px;
  width: 100px;
}

.news .news-list-view.list-20 .right-column h3 {
  margin-bottom: 0;
}

.news .news-list-view.list-20 a.read-more {
  bottom: calc(50% - 10px);
}

.news.news-single .article .teaser-text {
  font-weight: 600;
}

.news.news-single .news-img-wrap {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .news.news-single .news-img-wrap {
    max-width: 35%;
  }
}

.news.news-single .news-img-wrap .mediaelement-image a {
  width: 100%;
}

.news.news-single .news-img-wrap .mediaelement-image img {
  width: 100%;
  height: auto;
}

.news.news-single .news-img-wrap .news-img-caption {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #304D0A;
}

.news.news-single .news-img-wrap a.lightbox {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.news.news-single .news-img-wrap a.lightbox:after {
  content: "\e902";
  font-family: "Icons";
  font-size: 14px;
  font-size: 0.875rem;
  color: #304D0A;
  position: absolute;
  bottom: 0;
  right: 14px;
  background-color: #fff;
  padding: 1px 5px 0 7px;
}

.teaser .news, .grid_6 .news {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}

.teaser .news ul, .grid_6 .news ul {
  padding: 15px;
}

.teaser .news p.align-right, .grid_6 .news p.align-right {
  padding-bottom: 15px;
  padding-right: 15px;
}

.sidebar .teaser .news {
  box-shadow: none;
}

/*** Calendar ***/
@media only screen and (min-width: 992px) {
  .facet-area-main .facet-type-calendar {
    margin: 0 60px;
  }
}

table.news-calendar {
  table-layout: fixed;
}

table.news-calendar .dateselect.month {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  color: #304D0A;
  margin-bottom: 20px;
  text-align: center;
}

table.news-calendar .dateselect.month a {
  text-decoration: none;
}

table.news-calendar .dateselect.prev a, table.news-calendar .dateselect.next a {
  color: transparent;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

table.news-calendar .dateselect.prev a:before, table.news-calendar .dateselect.next a:before {
  content: "\f054";
  font-family: "Icons";
  display: inline-block;
  color: #518110;
  font-size: 20px;
  font-size: 1.25rem;
}

table.news-calendar .dateselect.prev a:before {
  transform: rotate(180deg);
}

table.news-calendar th, table.news-calendar td {
  text-align: center;
  vertical-align: baseline;
  padding: 10px 0;
}

table.news-calendar td.day a {
  padding: 7px 9px;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ABD573;
  color: #3A3A3A;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

table.news-calendar td.day a:hover, table.news-calendar td.day a:focus {
  text-decoration: underline;
  background-color: #74B917;
  color: #fff;
}

#main .row.date-filter {
  align-items: flex-end;
}

@media only screen and (min-width: 650px) {
  #main .row.date-filter {
    flex-direction: row;
  }
}

#main .row.date-filter .grid_4 {
  padding: 0;
}

#main .row.date-filter .grid_4:last-child {
  text-align: right;
}

@media only screen and (min-width: 650px) {
  #main .row.date-filter .grid_4 {
    padding: 0 10px;
  }
  #main .row.date-filter .grid_4:first-child {
    padding-left: 0;
  }
  #main .row.date-filter .grid_4:last-child {
    text-align: left;
  }
}

#main .row.date-filter .grid_4 button {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .news-filter form .row.panel {
    flex-direction: row;
  }
}

/**
 * Paginierung
**/
ul.pagination, ul.f3-widget-paginator, ul.page_navigation {
  text-align: center;
  margin-bottom: 20px;
}

ul.pagination li, ul.f3-widget-paginator li, ul.page_navigation li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

ul.pagination li:before, ul.f3-widget-paginator li:before, ul.page_navigation li:before {
  content: "";
}

ul.pagination li a, ul.f3-widget-paginator li a, ul.page_navigation li a {
  padding: 5px;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  background-color: #E3F1D1;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1rem;
  color: #3A3A3A;
}

ul.pagination li a:hover, ul.pagination li a:focus, ul.f3-widget-paginator li a:hover, ul.f3-widget-paginator li a:focus, ul.page_navigation li a:hover, ul.page_navigation li a:focus {
  background-color: #ABD573;
}

ul.pagination li.active a, ul.f3-widget-paginator li.active a, ul.page_navigation li.active a {
  background: #74B917;
  color: #fff;
}

ul.pagination li.current, ul.pagination li.active_page, ul.f3-widget-paginator li.current, ul.f3-widget-paginator li.active_page, ul.page_navigation li.current, ul.page_navigation li.active_page {
  padding: 5px;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  background: #74B917;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

/**
 * Search
**/
/* Searchfield Header */
.tx-solr-search-form .input-group {
  position: relative;
}

.tx-solr-search-form .input-group input {
  height: 40px;
}

.tx-solr-search-form .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 2px;
}

@-moz-document url-prefix() {
  .tx-solr-search-form .input-group .input-group-btn {
    top: -1px;
  }
}

.tx-solr-search-form .input-group .input-group-btn button {
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  margin: 0 2px 0 0;
  transition: background-color 0.15s ease;
}

.tx-solr-search-form .input-group .input-group-btn button:hover, .tx-solr-search-form .input-group .input-group-btn button:focus {
  background-color: #518110;
}

.tx-solr-search-form .input-group .input-group-btn button:hover.icon-Search:before, .tx-solr-search-form .input-group .input-group-btn button:focus.icon-Search:before {
  color: #fff;
}

.tx-solr-search-form .input-group .input-group-btn button span {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}

.tx-solr-search-form .input-group .input-group-btn button.icon-Search:before {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 18px;
  font-size: 1.125rem;
  transition: color 0.15s ease;
}

.tx-solr-autosuggest {
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
}

.tx-solr-autosuggest strong {
  color: #518110;
}

.tx-solr-autosuggest .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.tx-solr-autosuggest .autocomplete-selected {
  background: #E3F1D1;
}

.tx-solr-autosuggest .autocomplete-group {
  padding: 10px 5px;
}

.tx-solr-autosuggest .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #525252;
}

/* Content */
@media only screen and (min-width: 768px) {
  #main .tx_solr.container #tx-solr-search-functions .facets.row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #main .tx_solr.container #tx-solr-search-functions .facets.row .grid_6:nth-child(odd) {
    padding-left: 0;
    padding-right: 20px;
  }
  #main .tx_solr.container #tx-solr-search-functions .facets.row .grid_6:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
  }
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box {
  padding: 5px 15px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #main .tx_solr.container #tx-solr-search-functions .accordion-box {
    margin-bottom: 15px;
  }
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box h4, #main .tx_solr.container #tx-solr-search-functions .accordion-box .h4 {
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion-trigger, #main .tx_solr.container #tx-solr-search-functions .accordion-box dt {
  border-bottom: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion {
  position: relative;
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion button .accordion-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #3A3A3A;
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion-panel {
  position: absolute;
  background-color: #fbfdf8;
  width: calc(100% + 34px);
  margin: 0 -17px;
  border: 2px solid #74B917;
  border-top: none;
  color: #3A3A3A;
  z-index: 1;
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion-panel .accordion-content {
  margin: 0;
  padding: 15px;
  border-bottom: 0;
}

#main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion-panel .accordion-content > div {
  margin-bottom: 5px;
}

#main .tx_solr.container #tx-solr-search-functions .facets {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #main .tx_solr.container #tx-solr-search-functions .facets {
    margin-bottom: 10px;
  }
}

#main .tx_solr.container #tx-solr-search-functions .facets.termine {
  display: none;
}

#main .tx_solr.container #tx-solr-search-functions .facets .remove-facet {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

#main .tx_solr.container #tx-solr-search-functions .facets .remove-facet:after {
  content: "\f00d";
  font-family: "Icons";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}

#main .tx_solr.container #tx-solr-search-functions .facets #facet-accordion-verordnung {
  display: none;
}

/*** Ergebnissliste ***/
.results-list .date, .results-list .zip, .results-list .city {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.results-list .results-teaser .result-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #E3F1D1;
  margin-bottom: 20px;
}

.results-list .results-teaser .result-content .hit {
  color: #518110;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.results-list .results-teaser .searchresultbreadcrumb {
  margin-top: 10px;
  display: block;
}

.results-list .results-teaser .searchresultbreadcrumb span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #707070;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1rem;
}

.results-list .results-teaser .searchresultbreadcrumb span:after {
  content: "\f105";
  line-height: 1;
  font-weight: normal;
  font-family: "Icons";
  font-size: 16px;
  font-size: 1rem;
  margin-left: 5px;
}

.results-list .results-teaser .searchresultbreadcrumb span:last-child:after {
  content: "";
}

/**
  Slider
**/
/** General **/
.slider-teaser {
  margin: 0 20px 40px;
}

@media only screen and (min-width: 768x) {
  .slider-teaser {
    margin: 0 40px 40px;
  }
}

.slider-teaser .slick-track {
  display: flex;
}

.slider-teaser .slick-slide {
  height: auto;
}

.slider-teaser .slick-slide > div {
  height: 100%;
}

.slider-teaser .teaser-slide {
  padding: 10px;
  height: 100%;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 48%;
  right: -40px;
  width: 40px;
  height: 70px;
}

.slick-prev:before, .slick-next:before {
  content: "\f105";
  font-family: "Icons";
  font-size: 60px;
  font-size: 3.75rem;
  color: #518110;
}

.slick-prev {
  top: 50%;
  left: -40px;
  right: auto;
}

.slick-prev:before {
  content: "\f105";
  transform: rotate(180deg);
  display: inline-block;
}

.slick-counter {
  color: #518110;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/*** Contentslider ***/
.frame-layout-slider {
  background-color: #E3F1D1;
  margin: 0 40px 40px;
}

.frame-layout-slider h2, .frame-layout-slider h3, .frame-layout-slider h4 {
  padding: 15px 20px;
}

.frame-layout-slider .slick-slider.ce-row.ce-row:last-child {
  padding-bottom: 35px;
}

.frame-layout-slider .ce-gallery, .frame-layout-slider .ce-image {
  margin-bottom: 0;
  overflow: inherit;
}

.frame-layout-slider .ce-center .ce-outer, .frame-layout-slider .ce-center .ce-inner {
  position: inherit;
  float: none;
  right: 0;
  width: 100%;
}

.frame-layout-slider .slick-slide figure {
  margin: 0;
  display: block;
}

.frame-layout-slider .slick-slide figure a {
  displaY: inline-block;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #E3F1D1;
}

.frame-layout-slider .slick-slide figure a.lightbox:after {
  content: "\e902";
  font-family: "Icons";
  font-size: 14px;
  font-size: 0.875rem;
  color: #304D0A;
  position: absolute;
  bottom: 0;
  right: 14px;
  background-color: white;
  padding: 1px 5px 0 7px;
}

.frame-layout-slider .slick-slide figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.frame-layout-slider .slick-slide figure figcaption {
  display: block;
  padding: 15px 40px 40px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #304D0A;
}

.frame-layout-slider .slick-slide figure figcaption span.copyright {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #525252;
}

@media only screen and (min-width: 768px) {
  .frame-layout-slider {
    margin: 0 80px 40px;
  }
  .frame-layout-slider .slick-prev, .frame-layout-slider .slick-next {
    right: -80px;
  }
  .frame-layout-slider .slick-prev {
    left: -80px;
  }
}

/** Slider Teaser **/
.slider-teaser .teaser-slide .teaser {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-teaser .teaser-slide .teaser .title, .slider-teaser .teaser-slide .teaser h3 {
  padding: 10px 15px;
  margin-bottom: 0;
  min-height: 70px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #304D0A;
  border-bottom: 1px solid #EDEDED;
}

.slider-teaser .teaser-slide .teaser .teaser-image-wrap {
  border: 1px solid #EDEDED;
  border-top: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-teaser .teaser-slide .teaser .teaser-image-wrap img {
  width: 100%;
  height: auto;
}

.slider-teaser .teaser-slide .teaser .teaser-body {
  padding: 10px 15px;
}

.slider-teaser .teaser-slide .teaser .teaser-body p {
  font-size: 16px;
  font-size: 1rem;
}

.slider-teaser .teaser-slide .teaser .teaser-body .marginal-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #304D0A;
  margin-bottom: 10px;
}

.slider-teaser .teaser-slide .teaser .teaser-body a.internal-link {
  position: relative;
  right: auto;
  bottom: auto;
}

.slider-teaser .teaser-slide .teaser .teaser-body a.internal-link:before {
  bottom: -4px;
}

.slider-teaser .teaser-slide .teaser > p:last-child {
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1rem;
}

.slider-teaser .teaser-slide .teaser > p:last-child a.internal-link:before {
  bottom: -2px;
}

.slider-teaser .frame-type-textpic.teaser > .ce-textpic {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 15px 0;
  width: 100%;
  height: 100%;
}

.slider-teaser .frame-type-shortcut.teaser,
.slider-teaser .frame-type-list.teaser,
.slider-teaser .frame-type-textpic.teaser,
.slider-teaser .frame-type-login.teaser,
.slider-teaser .slick-slide .frame-type-text {
  padding: 10px;
  height: 100%;
  box-shadow: none;
  margin-bottom: 0;
}

.slider-teaser .frame-type-shortcut.teaser .teaser-slide,
.slider-teaser .frame-type-list.teaser .teaser-slide,
.slider-teaser .frame-type-textpic.teaser .teaser-slide,
.slider-teaser .frame-type-login.teaser .teaser-slide,
.slider-teaser .slick-slide .frame-type-text .teaser-slide {
  padding: 0;
}

.slider-teaser .frame-type-shortcut.teaser .teaser-slide .teaser,
.slider-teaser .frame-type-list.teaser .teaser-slide .teaser,
.slider-teaser .frame-type-textpic.teaser .teaser-slide .teaser,
.slider-teaser .frame-type-login.teaser .teaser-slide .teaser,
.slider-teaser .slick-slide .frame-type-text .teaser-slide .teaser {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.slider-teaser .frame-type-shortcut.teaser .news,
.slider-teaser .frame-type-list.teaser .news,
.slider-teaser .frame-type-textpic.teaser .news,
.slider-teaser .frame-type-login.teaser .news,
.slider-teaser .slick-slide .frame-type-text .news {
  height: 100%;
}

.slider-teaser .frame-type-shortcut.teaser .news ul,
.slider-teaser .frame-type-list.teaser .news ul,
.slider-teaser .frame-type-textpic.teaser .news ul,
.slider-teaser .frame-type-login.teaser .news ul,
.slider-teaser .slick-slide .frame-type-text .news ul {
  margin-bottom: 0;
}

.slider-teaser .frame-type-shortcut.teaser .news > h2, .slider-teaser .frame-type-shortcut.teaser .news > h3, .slider-teaser .frame-type-shortcut.teaser .news > h4,
.slider-teaser .frame-type-list.teaser .news > h2,
.slider-teaser .frame-type-list.teaser .news > h3,
.slider-teaser .frame-type-list.teaser .news > h4,
.slider-teaser .frame-type-textpic.teaser .news > h2,
.slider-teaser .frame-type-textpic.teaser .news > h3,
.slider-teaser .frame-type-textpic.teaser .news > h4,
.slider-teaser .frame-type-login.teaser .news > h2,
.slider-teaser .frame-type-login.teaser .news > h3,
.slider-teaser .frame-type-login.teaser .news > h4,
.slider-teaser .slick-slide .frame-type-text .news > h2,
.slider-teaser .slick-slide .frame-type-text .news > h3,
.slider-teaser .slick-slide .frame-type-text .news > h4 {
  min-height: 70px;
  border-bottom: 1px solid #EDEDED;
  padding: 10px 15px;
  margin-bottom: 0;
}

.slider-teaser .frame-type-shortcut.teaser .tx-felogin-pi1,
.slider-teaser .frame-type-list.teaser .tx-felogin-pi1,
.slider-teaser .frame-type-textpic.teaser .tx-felogin-pi1,
.slider-teaser .frame-type-login.teaser .tx-felogin-pi1,
.slider-teaser .slick-slide .frame-type-text .tx-felogin-pi1 {
  height: 100%;
}

.slider-teaser .frame-type-shortcut.teaser .tx-felogin-pi1 .teaser,
.slider-teaser .frame-type-list.teaser .tx-felogin-pi1 .teaser,
.slider-teaser .frame-type-textpic.teaser .tx-felogin-pi1 .teaser,
.slider-teaser .frame-type-login.teaser .tx-felogin-pi1 .teaser,
.slider-teaser .slick-slide .frame-type-text .tx-felogin-pi1 .teaser {
  padding: 15px;
}

.slider-teaser .frame-type-shortcut.teaser .tx-felogin-pi1 .teaser form input[type='submit'],
.slider-teaser .frame-type-list.teaser .tx-felogin-pi1 .teaser form input[type='submit'],
.slider-teaser .frame-type-textpic.teaser .tx-felogin-pi1 .teaser form input[type='submit'],
.slider-teaser .frame-type-login.teaser .tx-felogin-pi1 .teaser form input[type='submit'],
.slider-teaser .slick-slide .frame-type-text .tx-felogin-pi1 .teaser form input[type='submit'] {
  margin: 0;
}

.slider-teaser .frame-type-shortcut.teaser .tx-simplepoll,
.slider-teaser .frame-type-list.teaser .tx-simplepoll,
.slider-teaser .frame-type-textpic.teaser .tx-simplepoll,
.slider-teaser .frame-type-login.teaser .tx-simplepoll,
.slider-teaser .slick-slide .frame-type-text .tx-simplepoll {
  height: 100%;
  padding: 15px 15px 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.slider-teaser .frame-type-shortcut.teaser .tx-simplepoll .simplePollWrap .simplePollImage,
.slider-teaser .frame-type-list.teaser .tx-simplepoll .simplePollWrap .simplePollImage,
.slider-teaser .frame-type-textpic.teaser .tx-simplepoll .simplePollWrap .simplePollImage,
.slider-teaser .frame-type-login.teaser .tx-simplepoll .simplePollWrap .simplePollImage,
.slider-teaser .slick-slide .frame-type-text .tx-simplepoll .simplePollWrap .simplePollImage {
  float: none;
  margin: 0 0 20px 0;
  max-width: 100%;
}

.slider-teaser .frame-type-shortcut.teaser .tx-simplepoll .simplePollWrap form,
.slider-teaser .frame-type-list.teaser .tx-simplepoll .simplePollWrap form,
.slider-teaser .frame-type-textpic.teaser .tx-simplepoll .simplePollWrap form,
.slider-teaser .frame-type-login.teaser .tx-simplepoll .simplePollWrap form,
.slider-teaser .slick-slide .frame-type-text .tx-simplepoll .simplePollWrap form {
  float: none;
}

.slider-teaser .frame-type-shortcut.teaser .tx-simplepoll .simplePollWrap form input[type='submit']#simplePollVote, .slider-teaser .frame-type-shortcut.teaser .tx-simplepoll .simplePollWrap form a#simplePollSeeVotes,
.slider-teaser .frame-type-list.teaser .tx-simplepoll .simplePollWrap form input[type='submit']#simplePollVote,
.slider-teaser .frame-type-list.teaser .tx-simplepoll .simplePollWrap form a#simplePollSeeVotes,
.slider-teaser .frame-type-textpic.teaser .tx-simplepoll .simplePollWrap form input[type='submit']#simplePollVote,
.slider-teaser .frame-type-textpic.teaser .tx-simplepoll .simplePollWrap form a#simplePollSeeVotes,
.slider-teaser .frame-type-login.teaser .tx-simplepoll .simplePollWrap form input[type='submit']#simplePollVote,
.slider-teaser .frame-type-login.teaser .tx-simplepoll .simplePollWrap form a#simplePollSeeVotes,
.slider-teaser .slick-slide .frame-type-text .tx-simplepoll .simplePollWrap form input[type='submit']#simplePollVote,
.slider-teaser .slick-slide .frame-type-text .tx-simplepoll .simplePollWrap form a#simplePollSeeVotes {
  width: 100%;
}

.slider-teaser .frame-type-shortcut.teaser .frame-default.teaser {
  padding: 0;
}

.slider-teaser .frame-type-text > h2, .slider-teaser .frame-type-text > h3 {
  min-height: 70px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 15px;
  margin-bottom: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.slider-teaser .frame-type-text > h2:after, .slider-teaser .frame-type-text > h3:after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.slider-teaser .frame-type-text .content, .slider-teaser .frame-type-text .stripes {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  position: relative;
  height: calc(100% - 70px);
  overflow: hidden;
}

.slider-teaser .frame-type-text .content:before, .slider-teaser .frame-type-text .stripes:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: white;
  border-top: 1px solid #EDEDED;
  position: absolute;
  left: 0;
  top: -2px;
}

/** Slider Teaser-Images **/
.slider-teaser.slider-images .slick-prev, .slider-teaser.slider-images .slick-next {
  top: 35%;
}

.slider-teaser.slider-images .slick-next {
  top: 33%;
}

.slider-teaser.slider-images .teaser-slide .teaser {
  box-shadow: none;
}

.slider-teaser.slider-images .teaser-slide .teaser.no-image {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
}

.slider-teaser.slider-images .teaser-slide .teaser a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.slider-teaser.slider-images .teaser-slide .teaser .teaser-image-wrap {
  border: none;
  max-height: 150px;
}

.slider-teaser.slider-images .teaser-slide .teaser .teaser-image-wrap img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.slider-teaser.slider-images .teaser-slide .teaser .title {
  padding: 10px 0;
  border-bottom: none;
}

/* Exception */
.one-slide, .two-slides, .three-slides {
  margin: 0 0 40px;
}

.one-slide .slick-track, .two-slides .slick-track, .three-slides .slick-track {
  width: 100% !important;
}

.one-slide .slick-track .slick-slide, .two-slides .slick-track .slick-slide, .three-slides .slick-track .slick-slide {
  width: 100% !important;
}

.one-slide .slick-track .slick-slide, .two-slides .slick-track .slick-slide {
  width: 50% !important;
}

.three-slides .slick-track .slick-slide {
  width: 33% !important;
}

/**
 * Stage
 */
.stage-home {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (min-width: 1200px) {
  .stage-home {
    height: 450px;
  }
}

.stage-home .grid_6 {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .stage-home .grid_6 {
    width: 50%;
  }
}

.stage-home .stage_images {
  display: flex;
  justify-content: right;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .stage-home .stage_images {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .stage-home .stage_images {
    height: 450px;
    min-width: 1270px;
  }
}

.stage-home .stage_images img {
  display: none;
}

.stage-home .stage_images img.active {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.stage-home .stage_captions ul li {
  list-style: none;
  position: relative;
  background-color: #ABD573;
  font-size: 26px;
  font-size: 1.625rem;
  border-bottom: 1px solid #E3F1D1;
  margin-bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .stage-home .stage_captions ul li {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .stage-home .stage_captions ul li {
    height: calc(450px / 3);
  }
}

.stage-home .stage_captions ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: #304D0A;
}

@media only screen and (min-width: 768px) {
  .stage-home .stage_captions ul li a {
    padding: 25px;
  }
}

.stage-home .stage_captions ul li a:hover span, .stage-home .stage_captions ul li a:focus span {
  text-decoration: none;
}

.stage-home .stage_captions ul li span.section {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .stage-home .stage_captions ul li span.section {
    margin-bottom: 10px;
  }
}

.stage-home .stage_captions ul li.active {
  background-color: #E3F1D1;
}

@media only screen and (min-width: 1200px) {
  .stage-home .stage_captions ul li.active:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: -30px;
    border-style: solid;
    border-width: 70px 30px 80px 0;
    border-color: transparent #E3F1D1 transparent transparent;
    z-index: 1;
  }
}

/* Stage = H1 Subpages */
#stage {
  background-color: #74B917;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  #stage {
    padding: 40px 0;
  }
}

#stage h1 {
  color: #3A3A3A;
  margin-bottom: 0;
}

/**
 * Table
**/
.table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}

.table-container table {
  margin-bottom: 10px;
}

table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
}

table th, table td {
  padding: 10px 15px;
}

table th {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 19px;
  font-size: 1.1875rem;
}

table thead {
  background-color: #ABD573;
  color: #304D0A;
}

table tbody th {
  background-color: #ABD573;
  color: #304D0A;
}

table tbody tr:nth-child(even) {
  background-color: #E3F1D1;
}

table tfoot th, table tfoot td {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 0;
}

/**
 * Teaser
**/
@media only screen and (min-width: 640px) {
  .grid_8 .frame-layout-8 {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .grid_8 .frame-layout-8 + .frame-layout-8 {
    padding-right: 0;
    padding-left: 20px;
  }
}

.grid_8 .teaser, .grid_8 .grid_6 .news {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  /* Broschüren? */
}

.grid_8 .teaser > h2, .grid_8 .teaser > h3, .grid_8 .teaser > h4, .grid_8 .teaser > .title, .grid_8 .grid_6 .news > h2, .grid_8 .grid_6 .news > h3, .grid_8 .grid_6 .news > h4, .grid_8 .grid_6 .news > .title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.grid_8 .teaser p a, .grid_8 .grid_6 .news p a {
  text-decoration: none;
}

.grid_8 .teaser p a:hover, .grid_8 .teaser p a:focus, .grid_8 .grid_6 .news p a:hover, .grid_8 .grid_6 .news p a:focus {
  text-decoration: underline;
}

.grid_8 .teaser .teaser-image-wrap img, .grid_8 .grid_6 .news .teaser-image-wrap img {
  width: 100%;
  height: auto;
}

.grid_8 .teaser .teaser-body, .grid_8 .grid_6 .news .teaser-body {
  padding: 20px;
  padding-bottom: 25px;
  position: relative;
}

.grid_8 .teaser .teaser-body p:last-child, .grid_8 .grid_6 .news .teaser-body p:last-child {
  margin-bottom: 0;
}

.grid_8 .teaser .teaser-body p.info, .grid_8 .grid_6 .news .teaser-body p.info {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}

.grid_8 .teaser .teaser-body p.info .section, .grid_8 .grid_6 .news .teaser-body p.info .section {
  margin-left: 5px;
  border-left: 1px solid #3A3A3A;
  padding-left: 5px;
}

.grid_8 .teaser .teaser-body h3 + h4, .grid_8 .grid_6 .news .teaser-body h3 + h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: -15px;
}

.grid_8 .teaser .teaser-body a.read-more, .grid_8 .teaser .teaser-body a.internal-link, .grid_8 .grid_6 .news .teaser-body a.read-more, .grid_8 .grid_6 .news .teaser-body a.internal-link {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.grid_8 .teaser .teaser-body ul li a.read-more, .grid_8 .teaser .teaser-body ul li a.internal-link, .grid_8 .grid_6 .news .teaser-body ul li a.read-more, .grid_8 .grid_6 .news .teaser-body ul li a.internal-link {
  position: relative;
  right: auto;
  bottom: auto;
}

.grid_8 .teaser.teaser-small .teaser-image-wrap, .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap, .grid_8 .grid_6 .news.teaser-small .teaser-image-wrap, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 200px;
  overflow: hidden;
}

.grid_8 .teaser.teaser-small .teaser-image-wrap a, .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a, .grid_8 .grid_6 .news.teaser-small .teaser-image-wrap a, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-image-wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.grid_8 .teaser.teaser-big-left-right, .grid_8 .grid_6 .news.teaser-big-left-right {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .grid_8 .teaser.teaser-big-left-right, .grid_8 .grid_6 .news.teaser-big-left-right {
    flex-direction: row;
  }
  .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-image-wrap {
    max-height: 100%;
    width: 48%;
    margin-right: 20px;
  }
  .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a img, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-image-wrap a img {
    height: auto;
    width: 100%;
  }
  .grid_8 .teaser.teaser-big-left-right .teaser-body, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-body {
    width: 50%;
  }
}

.grid_8 .teaser.frame-type-stcontentelements_module03, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 {
  padding: 15px;
}

.grid_8 .teaser.frame-type-stcontentelements_module03 .content-full, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 .content-full {
  display: flex;
}

.grid_8 .teaser.frame-type-stcontentelements_module03 .content-full .element-left, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 .content-full .element-left {
  padding-right: 20px;
}

.grid_8 .teaser.frame-type-stcontentelements_module03 .content-full .element-right, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 .content-full .element-right {
  padding-left: 20px;
}

.grid_6 .teaser-slide .teaser .teaser-content {
  display: flex;
}

.grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap {
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 50%;
  }
}

.grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap img {
  display: inline;
  width: 100%;
  height: auto;
  margin: 0;
}

.grid_6 .teaser-slide .teaser .teaser-content .teaser-image-wrap.full-width {
  width: 100%;
  display: flex;
  justify-content: center;
}

.grid_4 .teaser p a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

.grid_4 .teaser p a:hover, .grid_4 .teaser p a:focus {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .container .teaser-row {
    flex-direction: row;
    justify-content: space-between;
  }
}

.container .teaser.twocol {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.container .teaser.twocol .element-left, .container .teaser.twocol .element-right {
  width: 100%;
}

.container .teaser.twocol .element-left img, .container .teaser.twocol .element-right img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.container .teaser.twocol .element-left {
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .container .teaser.twocol {
    flex-direction: row;
    justify-content: space-between;
  }
  .container .teaser.twocol .element-left, .container .teaser.twocol .element-right {
    width: 50%;
  }
  .container .teaser.twocol .element-left {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .container .teaser.twocol .element-right {
    padding-left: 20px;
  }
}

.sidebar .teaser-slide {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

.sidebar .teaser-slide h2, .sidebar .teaser-slide h3, .sidebar .teaser-slide .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.sidebar .teaser-slide .teaser {
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}

.sidebar .teaser-slide .teaser .teaser-content {
  display: flex;
}

.sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap {
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap {
    width: 50%;
  }
}

.sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap img {
  display: inline;
  width: 100%;
  height: auto;
  margin: 0;
}

.sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap.full-width {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sidebar .teaser-slide .teaser .teaser-body {
  width: 50%;
  padding: 15px;
}

.sidebar .teaser-slide .teaser .teaser-body p {
  font-size: 16px;
  font-size: 1rem;
}

.sidebar .teaser-slide .teaser .teaser-body .marginal-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #304D0A;
  border-bottom: none;
  padding: 0;
}

.sidebar .teaser-slide .teaser > p:last-child {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.sidebar .teaser {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

.sidebar .teaser .simplePollWrap {
  padding: 15px;
}

.sidebar .teaser .simplePollWrap .simplePollImage {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.sidebar .teaser .simplePollWrap form {
  float: none;
  margin-bottom: 0;
}

.sidebar .teaser .simplePollWrap form input[type='submit']#simplePollVote, .sidebar .teaser .simplePollWrap form a#simplePollSeeVotes {
  width: 100%;
}

.sidebar .teaser .news > h2, .sidebar .teaser .news > h3, .sidebar .teaser .news > .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.sidebar .teaser .teaser-slide {
  box-shadow: none;
}

/**
  Youtube
**/
/* Height/Width/Aspect/Gap */
.blecms_youtube_w-full {
  width: 100%;
}

.blecms_youtube_h-full {
  height: 100%;
}

.blecms_youtube_aspect-video {
  aspect-ratio: 16 / 9;
}

.blecms_youtube_gap-2.5 {
  gap: 0.625rem;
  /* 10px */
}

/* Flex */
.blecms_youtube_flex {
  display: flex;
}

.blecms_youtube_flex-row {
  flex-direction: row;
}

.blecms_youtube_flex-col {
  flex-direction: column;
}

.blecms_youtube_justify-center {
  justify-content: center;
}

.blecms_youtube_items-center {
  align-items: center;
}

/* Typography */
.blecms_youtube_text-center {
  text-align: center;
}

.blecms_youtube_hidden {
  display: none;
}

.blecms_youtube_border {
  box-shadow: 0 0 0 1px #EDEDED;
  border: 0px;
}

.blecms_youtube_margin-bottom-20 {
  margin-bottom: 20px;
}

.blecms_youtube_margin-bottom-14 {
  margin-bottom: 14px;
}

.blecms_youtube_padding-20 {
  padding: 20px;
}

img.cookiedesclink {
  width: 20px !important;
  height: 20px !important;
}

/**
 * Main Navigation
**/
nav#main-nav ul {
  display: flex;
  justify-content: space-between;
}

nav#main-nav ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #525252;
  text-decoration: none;
  padding: 10px 6px 15px;
  display: inline-block;
}

@media only screen and (min-width: 1120px) {
  nav#main-nav ul li {
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
}

@media only screen and (min-width: 1300px) {
  nav#main-nav ul li {
    padding: 10px 10px 15px;
  }
}

nav#main-nav ul li a {
  color: #525252;
  text-decoration: none;
}

nav#main-nav ul li.current, nav#main-nav ul li.active, nav#main-nav ul li:hover, nav#main-nav ul li:focus {
  background-color: #518110;
  color: #fff;
}

nav#main-nav ul li.current a, nav#main-nav ul li.active a, nav#main-nav ul li:hover a, nav#main-nav ul li:focus a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  nav#main-nav {
    display: none;
  }
}

.sidebar-menu {
  display: none;
  position: relative;
  margin-right: 40px !important;
  padding-right: 20px !important;
}

@media only screen and (min-width: 992px) {
  .sidebar-menu {
    display: block;
  }
}

.sidebar-menu #sub-navi {
  height: auto;
}

.sidebar-menu #sub-navi #fix-container {
  position: relative;
  background: transparent;
  z-index: 2;
  display: block;
}

.sidebar-menu #sub-navi #fix-container.fixed {
  position: fixed;
  top: 220px;
}

.sidebar-menu #sub-navi #fix-container.fixed-bottom {
  position: absolute;
  bottom: 50px;
}

.sidebar-menu #sub-navi #fix-container > ul {
  max-height: 50vh;
  overflow: hidden;
  display: block;
  padding-right: 20px;
}

.sidebar-menu #sub-navi #fix-container .subMenu-scroller {
  display: none;
  position: absolute;
  left: calc(50% - 50px);
  height: 35px;
}

.sidebar-menu #sub-navi #fix-container .subMenu-scroller button {
  background-color: transparent;
  color: transparent;
  border-radius: 0;
  padding: 5px 15px;
  height: 35px;
}

.sidebar-menu #sub-navi #fix-container .subMenu-scroller button:before {
  display: inline-block;
  color: #74B917;
  transform: rotate(90deg);
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 0.45;
}

.sidebar-menu #sub-navi #fix-container #sub-navi-up {
  top: -40px;
}

.sidebar-menu #sub-navi #fix-container #sub-navi-up button:before {
  transform: rotate(-90deg);
}

.sidebar-menu #sub-navi #fix-container #sub-navi-down {
  bottom: -40px;
}

.sidebar-menu nav.subnavi .nav-hint {
  display: none;
}

.sidebar-menu nav.subnavi ul {
  display: block;
}

.sidebar-menu nav.subnavi li a {
  display: block;
  padding: 9px 15px;
  color: #3A3A3A;
  background-color: #E3F1D1;
  border-bottom: 1px solid #ABD573;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.sidebar-menu nav.subnavi li a:hover, .sidebar-menu nav.subnavi li a:focus {
  text-decoration: underline;
}

.sidebar-menu nav.subnavi ul ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.sidebar-menu nav.subnavi ul.subnavi_2 li a {
  background-color: #ECF6DF;
}

.sidebar-menu nav.subnavi ul.subnavi_3 li a {
  padding-left: 30px;
  background-color: #F3F9EC;
}

.sidebar-menu nav.subnavi ul.subnavi_4 li a {
  padding-left: 45px;
  background-color: #F9FCF6;
}

.sidebar-menu nav.subnavi ul.subnavi_5 li a {
  padding-left: 45px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
}

.sidebar-menu nav.subnavi ul.subnavi_6 li a {
  padding-left: 60px;
}

.sidebar-menu nav.subnavi ul[class*="subnavi_"] li.current > a, .sidebar-menu nav.subnavi ul li.current > a {
  background-color: #E3F1D1;
  text-decoration: underline;
}

.sidebar-menu nav.subnavi ul[class*="subnavi_"] li.current > a:after, .sidebar-menu nav.subnavi ul li.current > a:after {
  position: absolute;
  top: -1px;
  right: -20px;
  content: "";
  border-style: solid;
  border-width: 23px 0 23px 20px;
  border-color: transparent transparent transparent #E3F1D1;
}

/**
 * Meta Navigations
**/
#skipnav {
  margin-left: 0;
}

#skipnav li {
  padding-left: 0;
  margin-bottom: 0;
}

#skipnav li a {
  position: absolute;
  left: -999em;
  z-index: 10;
  background-color: #fff;
  padding: 5px;
}

#skipnav li a:focus {
  left: 15px;
  top: 15px;
  text-decoration: underline;
  color: #3A3A3A;
}

/*** Breadcrumb ***/
.breadcrumb-wrapper {
  background-color: #E3F1D1;
}

@media only screen and (min-width: 576px) {
  .breadcrumb-wrapper.sticky {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 60px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .breadcrumb-wrapper.sticky {
    top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .breadcrumb-wrapper.sticky {
    top: 120px;
  }
}

.breadcrumb-wrapper #breadcrumb p.nav-hint {
  position: absolute;
  left: -999em;
}

.breadcrumb-wrapper #breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-wrapper #breadcrumb ul li {
  position: relative;
  display: inherit;
}

.breadcrumb-wrapper #breadcrumb ul li a {
  display: inline-block;
  padding: 10px 18px 10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #525252;
  text-decoration: underline;
}

.breadcrumb-wrapper #breadcrumb ul li a:hover, .breadcrumb-wrapper #breadcrumb ul li a:focus {
  text-decoration: none;
}

.breadcrumb-wrapper #breadcrumb ul li a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-style: solid;
  border-width: 23px 0 23px 12px;
  border-color: transparent transparent transparent #74B917;
}

.breadcrumb-wrapper #breadcrumb ul li a:after {
  position: absolute;
  top: 0;
  right: 2px;
  content: "";
  border-style: solid;
  border-width: 23px 0 23px 12px;
  border-color: transparent transparent transparent #E3F1D1;
}

.breadcrumb-wrapper #breadcrumb ul li:first-child:before {
  content: "\e901";
  font-family: "Icons";
  color: #525252;
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
}

.breadcrumb-wrapper #breadcrumb ul li:first-child a {
  color: transparent;
  height: 45px;
  width: 50px;
  display: -ms-inline-flexbox;
}

.breadcrumb-wrapper #breadcrumb ul li:last-child a {
  background-color: #f4f9ec;
  text-decoration: none;
}

.breadcrumb-wrapper #breadcrumb ul li:last-child a:hover, .breadcrumb-wrapper #breadcrumb ul li:last-child a:focus {
  text-decoration: none;
}

.breadcrumb-wrapper #breadcrumb ul li:last-child a:before {
  border-color: transparent;
  border-top: 23px solid #f4f9ec;
  right: auto;
  left: -11px;
}

.breadcrumb-wrapper #breadcrumb ul li:last-child a:after {
  border-color: transparent;
  border-bottom: 23px solid #f4f9ec;
  right: auto;
  left: -11px;
  top: auto;
  bottom: 0;
}

/*** Service-Navigation ***/
nav#service-navi ul#menu {
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  nav#service-navi ul#menu {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 992px) {
  nav#service-navi ul#menu {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) {
  nav#service-navi ul#menu li {
    float: left;
    margin-left: 20px;
  }
}

nav#service-navi ul#menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #525252;
}

@media only screen and (min-width: 576px) {
  nav#service-navi ul#menu li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1300px) {
  nav#service-navi ul#menu li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

nav#service-navi ul#menu li a:hover, nav#service-navi ul#menu li a:focus {
  color: #518110;
  text-decoration: underline;
}

nav#service-navi ul#menu li.no-translation {
  display: none;
}

/*** Offer-Navigation ***/
.offer-naviagtion ul {
  display: flex;
  justify-content: space-around;
}

.offer-naviagtion ul li a {
  font-size: 16px;
  font-size: 1rem;
  color: #304D0A;
  padding-top: 40px;
  display: inline-block;
}

@media only screen and (min-width: 640px) {
  .offer-naviagtion ul li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.offer-naviagtion ul li a:hover, .offer-naviagtion ul li a:focus {
  color: #518110;
  text-decoration: underline;
}

.offer-naviagtion ul li a:hover [class^="icon-"]:before, .offer-naviagtion ul li a:hover [class*=" icon-"]:before, .offer-naviagtion ul li a:focus [class^="icon-"]:before, .offer-naviagtion ul li a:focus [class*=" icon-"]:before {
  color: #518110;
}

.offer-naviagtion ul li a [class^="icon-"]:before, .offer-naviagtion ul li a [class*=" icon-"]:before {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  color: #304D0A;
}

.offer-naviagtion ul li a .icon-news:before {
  font-size: 35px;
  font-size: 2.1875rem;
  left: calc(50% - 18px);
}

/*** Querverlinkung-Unterseiten-Navigation ***/
nav.frame-type-menu_subpages.teaser, nav.frame-type-menu_abstract.teaser {
  box-shadow: none;
}

nav.frame-type-menu_subpages.teaser > h2, nav.frame-type-menu_subpages.teaser > h3, nav.frame-type-menu_subpages.teaser > h4, nav.frame-type-menu_subpages.teaser > .title, nav.frame-type-menu_abstract.teaser > h2, nav.frame-type-menu_abstract.teaser > h3, nav.frame-type-menu_abstract.teaser > h4, nav.frame-type-menu_abstract.teaser > .title {
  padding: 0;
  border-bottom: none;
  margin-bottom: 20px;
}

nav.frame-type-menu_subpages.teaser .teaser-list .list-item, nav.frame-type-menu_abstract.teaser .teaser-list .list-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3F1D1;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 640px) {
  nav.frame-type-menu_subpages.teaser .teaser-list .list-item, nav.frame-type-menu_abstract.teaser .teaser-list .list-item {
    flex-direction: row;
  }
}

@media only screen and (max-width: 639px) {
  nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 640px) {
  nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left {
    width: 30%;
    margin-right: 40px;
  }
  nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left + .right-column, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left + .right-column {
    width: 70%;
  }
}

nav.frame-type-menu_subpages.teaser .teaser-list .list-item:last-child, nav.frame-type-menu_abstract.teaser .teaser-list .list-item:last-child {
  border-bottom: none;
}

nav.frame-type-menu_subpages.teaser .teaser-list .list-item a.read-more, nav.frame-type-menu_abstract.teaser .teaser-list .list-item a.read-more {
  position: absolute;
  right: 0;
  bottom: 15px;
}

/**
 * Mobile Menü
**/
.menuoff {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-bottom: 50px;
  width: 320px;
  left: -320px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto;
  transform: none;
  z-index: 10;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease;
}

.menuoff ul {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 320px;
}

.menuoff ul li {
  display: block;
}

.menuoff ul li a {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  color: #3A3A3A;
  background-color: #F3F9EC;
  border-bottom: 1px solid #ABD573;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.menuoff ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 320px;
}

.menuoff ul li.has-sub-nav > a {
  background-color: #E3F1D1;
  position: relative;
}

.menuoff ul li.has-sub-nav > a:after {
  content: "\e90a";
  font-family: "Icons";
  font-size: 18px;
  font-size: 1.125rem;
  color: #518110;
  position: absolute;
  right: 15px;
  top: 10px;
}

.menuoff ul li.breadcrumb + li.backlink a.nav-back {
  border-top: 1px solid #ABD573;
}

.menuoff ul li.backlink a.nav-back {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-left: 40px;
}

.menuoff ul li.backlink a.nav-back:before {
  content: "\e90a";
  font-family: "Icons";
  font-size: 14px;
  font-size: 0.875rem;
  color: #518110;
  display: inline-block;
  transform: rotate(180deg);
  position: absolute;
  left: 15px;
  top: 8px;
}

.menuoff ul li.backlink + li a {
  color: #304D0A;
  text-decoration: underline;
}

.menuoff ul li.rwdmenu-content a, .menuoff ul li.language-select a {
  background-color: #F9FCF6;
}

.menuoff ul li.active > ul {
  display: block;
}

.menuoff ul li.breadcrumb {
  padding: 10px 15px;
}

.menuoff ul li.breadcrumb a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  display: inline;
  padding: 0;
}

.menuoff ul li.breadcrumb a:last-child {
  text-decoration: none;
  background: transparent;
  color: #518110;
}

.menuin .menuoff {
  transform: translate3d(320px, 0, 0);
}

.offclose {
  background-color: #518110;
  position: relative;
}

.offclose:after {
  content: "\f00d";
  font-family: "Icons";
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 10px;
  pointer-events: none;
}

.offclose a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

.navcontainer {
  position: relative;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transform: translate3d(0, 0, 0);
}

.navcontainer .sub-toggle {
  width: 50px;
  text-align: center;
  line-height: 0;
}

.navcontainer.show-level-1 {
  transform: translate3d(-320px, 0, 0);
}

.navcontainer.show-level-2 {
  transform: translate3d(-640px, 0, 0);
}

.navcontainer.show-level-3 {
  transform: translate3d(-960px, 0, 0);
}

.navcontainer.show-level-4 {
  transform: translate3d(-1280px, 0, 0);
}

.navcontainer.show-level-5 {
  transform: translate3d(-1600px, 0, 0);
}

.navcontainer.show-level-6 {
  transform: translate3d(-1920px, 0, 0);
}

.navcontainer.show-level-7 {
  transform: translate3d(-2240px, 0, 0);
}

.navcontainer.show-level-8 {
  transform: translate3d(-2560px, 0, 0);
}

.navcontainer.show-level-9 {
  transform: translate3d(-2880px, 0, 0);
}

.navcontainer.show-level-0 {
  transform: translate3d(0, 0, 0);
}

/**
 * Header styles
**/
header#header {
  border-top: 10px solid #74B917;
  background-color: #fff;
  border-bottom: 10px solid #518110;
}

header#header [class^="grid_"], header#header [class*="grid_"],
header#header [class^="col-"], header#header [class*="col-"] {
  padding: 0;
}

header#header .tx_solr {
  margin-top: 12px;
}

header#header .tx_solr.container {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  header#header .tx_solr form {
    margin-bottom: 0;
  }
}

header#header .logo {
  width: 170px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  header#header .logo {
    width: 220px;
    height: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  header#header .logo {
    width: 300px;
    height: 50px;
  }
}

header#header #togglemenu {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  header#header #togglemenu {
    margin-top: 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

header#header #togglesearch {
  background-color: transparent;
  color: transparent;
  position: absolute;
  right: 80px;
  top: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 576px) {
  header#header #togglesearch {
    right: 100px;
  }
}

@media only screen and (min-width: 768px) {
  header#header #togglesearch {
    right: 110px;
    top: 40px;
  }
}

header#header #togglesearch span:before {
  color: #518110;
  position: absolute;
  top: 10px;
  right: 10px;
}

header#header #togglesearch:hover, header#header #togglesearch:focus {
  background-color: #518110;
}

header#header #togglesearch:hover span:before, header#header #togglesearch:focus span:before {
  color: #fff;
}

header#header #tx-solr-search-form-pi-results {
  display: none;
}

header#header #tx-solr-search-form-pi-results.show {
  display: block;
}

@media only screen and (min-width: 992px) {
  header#header #togglemenu, header#header #togglesearch {
    display: none;
  }
  header#header #tx-solr-search-form-pi-results {
    displaY: block;
  }
  header#header .container {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1280px) {
  header#header .container {
    padding: 0 40px;
  }
}

header#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: 2px solid #74B917;
  padding-top: 10px;
}

header#header.sticky #service-navi {
  display: none;
}

header#header.sticky .logo {
  width: 150px;
  margin-bottom: 7px;
}

@media only screen and (min-width: 768px) {
  header#header.sticky .logo {
    width: 200px;
    height: 50px;
  }
}

header#header.sticky #togglemenu {
  margin-top: 8px;
}

header#header.sticky #togglesearch {
  top: 0;
}

header#header.sticky .tx_solr {
  margin-top: 2px;
}

header#header.sticky .tx-solr-search-form .input-group input {
  margin-bottom: 7px;
}

header#header.sticky nav#main-nav {
  margin-top: -20px;
}

header#header.sticky + #stage, header#header.sticky ~ .frame-type-menu_stage {
  padding-top: 220px;
}

.zoom3 header#header.sticky, .zoom3 .breadcrumb-wrapper.sticky, .zoom4 header#header.sticky, .zoom4 .breadcrumb-wrapper.sticky {
  position: relative;
  top: 0;
}

.zoom3 header#header.sticky + #stage, .zoom3 header#header.sticky ~ .frame-type-menu_stage, .zoom3 .breadcrumb-wrapper.sticky + #stage, .zoom3 .breadcrumb-wrapper.sticky ~ .frame-type-menu_stage, .zoom4 header#header.sticky + #stage, .zoom4 header#header.sticky ~ .frame-type-menu_stage, .zoom4 .breadcrumb-wrapper.sticky + #stage, .zoom4 .breadcrumb-wrapper.sticky ~ .frame-type-menu_stage {
  padding-top: 0;
}

/**
 * Page main content
**/
@media only screen and (min-width: 992px) {
  #main.main-green-aside {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/bg-right.png') repeat-y -165px top;
  }
}

@media only screen and (min-width: 1200px) {
  #main.main-green-aside {
    background-position-x: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  #main.main-green-aside {
    background-position-x: 35px;
  }
}

@media only screen and (min-width: 1920px) {
  #main.main-green-aside {
    background-position-x: 30px;
  }
}

@media only screen and (min-width: 1930px) {
  #main.main-green-aside {
    background-position-x: 40px;
  }
}

@media only screen and (min-width: 1950px) {
  #main.main-green-aside {
    background-position-x: 50px;
  }
}

@media only screen and (min-width: 2000px) {
  #main.main-green-aside {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/bg-right.png') repeat-y right top;
  }
}

@media only screen and (min-width: 2818px) {
  #main.main-green-aside {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/bg-right.png') repeat-y 880px top;
  }
}

@media only screen and (min-width: 992px) {
  #main.main-green-aside .container .row > aside.sidebar.grid_4 {
    background-color: #E3F1D1;
  }
}

#main > .container > .row {
  min-height: calc( 50vh + 100px);
}

.content-to-expand.expanded {
  overflow: hidden;
}

.accordion-box, .info-box {
  background-color: #F9FCF6;
  padding: 25px;
  border: 2px solid #74B917;
  margin-bottom: 40px;
}

.accordion-box ul.link-list, .info-box ul.link-list {
  margin-bottom: 0;
}

.information {
  margin-bottom: 40px;
}

.information {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}

.information:before {
  content: "\e90b";
  font-family: "Icons";
  font-size: 24px;
  font-size: 1.5rem;
  color: #518110;
  border: 2px solid #518110;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.info-box.information, .info-box .information {
  padding-left: 75px;
}

.info-box.information:before, .info-box .information:before {
  position: absolute;
  left: 15px;
  top: 15px;
}

blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #304D0A;
}

.csc-layout-hervorgehoben {
  border-left: 10px solid #E3F1D1;
  padding-left: 30px;
}

ol {
  margin-bottom: 40px;
  margin-left: 15px;
  list-style: decimal;
}

ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}

ol li ol {
  margin-bottom: 0px;
  margin-top: 10px;
}

/**
 * Footer
**/
#footerbar {
  background-color: #EDEDED;
  padding: 20px 0;
}

#footerbar .container {
  display: flex;
  flex-direction: column;
}

#footerbar .container > div {
  margin-bottom: 20px;
}

#footerbar .container > div:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  #footerbar .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #footerbar .container > div {
    margin-right: 4%;
    width: 48%;
  }
  #footerbar .container > div:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  #footerbar .container {
    justify-content: space-between;
  }
  #footerbar .container > div {
    margin-right: 0;
    width: auto;
  }
}

#footerbar .container .ce-intext.ce-right .ce-gallery, #footerbar .container .ce-intext.ce-left .ce-gallery, #footerbar .container .ce-above .ce-gallery {
  margin-top: 0;
  margin-bottom: 0;
}

#footerbar .container .ce-textpic, #footerbar .container .ce-image, #footerbar .container .ce-nowrap .ce-bodytext, #footerbar .container .ce-gallery, #footerbar .container .ce-row, #footerbar .container .ce-uploads li, #footerbar .container .ce-uploads div {
  overflow: inherit;
}

#footerbar .container figure.image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  background-color: #fff;
  margin-bottom: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#footerbar .container figure.image img {
  margin-bottom: 0;
}

#footer {
  background-color: #74B917;
  padding: 20px 0;
}

#footer [class^="grid_"], #footer [class*="grid_"],
#footer [class^="col-"], #footer [class*="col-"] {
  padding: 0;
}

#footer .address p, #footer .address a {
  color: #3A3A3A;
}

#footer .address .icon-Telephone, #footer .address .icon-E-Mail {
  position: relative;
  margin-right: 25px;
}

#footer .address .icon-Telephone:before, #footer .address .icon-E-Mail:before {
  position: absolute;
  left: 0;
  top: 2px;
}

@media only screen and (min-width: 576px) {
  #footer nav ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

#footer nav ul li a {
  color: #3A3A3A;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

#footer nav ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #3A3A3A;
}

#footer nav ul li a:hover, #footer nav ul li a:focus {
  text-decoration: underline;
}

#footer-copyright {
  background-color: #E3F1D1;
}

#footer-copyright [class^="grid_"], #footer-copyright [class*="grid_"],
#footer-copyright [class^="col-"], #footer-copyright [class*="col-"] {
  padding: 0;
}

#footer-copyright .row {
  align-items: center;
}

#footer-copyright p {
  margin-bottom: 0;
  padding: 5px 0;
}

#footer-copyright #sub-service {
  margin: 5px 0;
}

#footer-copyright #sub-service ul {
  display: flex;
}

#footer-copyright #sub-service ul li {
  border-right: 1px solid #3A3A3A;
  padding: 0 20px;
}

#footer-copyright #sub-service ul li:first-child {
  padding-left: 0;
}

#footer-copyright #sub-service ul li a {
  color: #3A3A3A;
}

@media only screen and (max-width: 375px) {
  #footer-copyright #sub-service ul {
    flex-direction: column;
  }
  #footer-copyright #sub-service ul li {
    border-right: none;
    margin-bottom: 5px;
    padding: 0;
  }
}

/**
 * Styling Focus
**/
*:focus {
  outline: none;
}

.tab-nav *:focus, .tab-nav a:focus, .tab-nav button:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #518110;
}

.tab-nav nav#service-navi ul#menu li a:focus,
.tab-nav nav#main-nav ul li a:focus,
.tab-nav .offer-naviagtion ul li a:focus,
.tab-nav #footer a:focus,
.tab-nav button:focus,
.tab-nav a.btn:focus,
.tab-nav a.button-back:focus,
.tab-nav .shariff ul .shariff-button a:focus,
.tab-nav input[type="submit"]:focus {
  outline-offset: 2px;
}

.tab-nav .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a:focus,
.tab-nav .grid_8 .teaser.teaser-small .teaser-image-wrap a:focus,
.tab-nav .sidebar-menu nav.subnavi li a:focus,
.tab-nav .ce-intext.ce-right .ce-gallery a.lightbox:focus,
.tab-nav .ce-intext.ce-left .ce-gallery a.lightbox:focus,
.tab-nav .frame-layout-slider .slick-slide figure a.lightbox:focus {
  outline-offset: -2px;
}

.tab-nav nav#main-nav ul li a:focus {
  text-decoration: underline;
}

.tab-nav .grid_8 .teaser .teaser-body a.read-more,
.tab-nav .news .news-list-view .news-list-item a.read-more {
  display: inline-block;
  min-height: 25px;
}

.tab-nav .grid_8 .teaser .teaser-body a.read-more:before,
.tab-nav .news .news-list-view .news-list-item a.read-more:before {
  right: 3px;
  bottom: -1px;
}

.tab-nav .teaser a.external-link,
.tab-nav .teaser a.external-link-new-window,
.tab-nav .teaser a.mail, .tab-nav .teaser a.pdf,
.tab-nav .teaser a.arrow-link, .tab-nav .teaser a.internal-link,
.tab-nav .teaser a.word, .tab-nav .teaser a.download, .tab-nav .information a.external-link {
  display: inline;
  min-height: 25px;
}

@-moz-document url-prefix() {
  .tab-nav .teaser a.external-link,
  .tab-nav .teaser a.external-link-new-window,
  .tab-nav .teaser a.mail, .tab-nav .teaser a.pdf,
  .tab-nav .teaser a.arrow-link, .tab-nav .teaser a.internal-link,
  .tab-nav .teaser a.word, .tab-nav .teaser a.download, .tab-nav .information a.external-link {
    display: inline-block;
  }
}

.tab-nav .news-list.list-40 .news-list-item article a:focus {
  display: inline-block;
}

/* Styling Focus FF */
@-moz-document url-prefix() {
  button::-moz-focus-inner, *::-moz-focus-inner {
    border: 0;
  }
  .tab-nav *:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #518110;
  }
}

/* Styling Focus IE */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-nav *:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #518110;
  }
  .tab-nav .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a:focus,
  .tab-nav .grid_8 .teaser.teaser-small .teaser-image-wrap a:focus,
  .tab-nav .sidebar-menu nav.subnavi li a:focus,
  .tab-nav .ce-intext.ce-right .ce-gallery a.lightbox:focus,
  .tab-nav .ce-intext.ce-left .ce-gallery a.lightbox:focus,
  .tab-nav .frame-layout-slider .slick-slide figure a.lightbox:focus {
    outline: none;
    border: 2px solid #518110;
  }
}

[tabindex="-1"]:focus {
  outline: none;
}

/*! jQuery UI - v1.10.3 - 2013-10-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-zfix,.ui-widget-overlay{top:0;left:0;width:100%;height:100%}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget-content,.ui-widget-header{border:1px solid #aaa!important;color:#222!important}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em!important}.ui-widget .ui-widget{font-size:1em!important}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif!important;font-size:1em!important}.ui-widget-content{background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x #fff!important}.ui-widget-content a{color:#222!important}.ui-widget-header{background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x #ccc!important;font-weight:700!important}.ui-widget-header a{color:#222!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3!important;background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x #e6e6e6!important;font-weight:400!important;color:#555!important}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555!important;text-decoration:none!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999!important;background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x #dadada!important;font-weight:400!important;color:#212121!important}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121!important;text-decoration:none!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa!important;background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x #fff!important;font-weight:400!important;color:#212121!important}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121!important;text-decoration:none!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1!important;background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x #fbf9ee!important;color:#363636!important}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636!important}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a!important;background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x #fef1ec!important;color:#cd0a0a!important}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a!important}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700!important}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7!important;filter:Alpha(Opacity=70)!important;font-weight:400!important}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35!important;filter:Alpha(Opacity=35)!important;background-image:none!important}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)!important}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-icons_222222_256x240.png')}.ui-state-default .ui-icon{background-image:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-icons_888888_256x240.png')}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-icons_454545_256x240.png')}.ui-state-highlight .ui-icon{background-image:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-icons_2e83ff_256x240.png')}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-icons_cd0a0a_256x240.png')}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-widget-overlay,.ui-widget-shadow{background:url('../../../typo3conf/ext/ble_cms/Resources/Public/Css/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;border-radius:8px}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  display: none;
  /*text-align: left;*/
  /*line-height: 18px;*/
  /*color: #F3F3F3;*/
  /*word-wrap: break-word;*/
  /*padding-right: 36px; */
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
$color_1: #fff;
$color_2: #000;

@media (min-width: 530px) {
    .element-left {
        max-width: 50%;
        float: left;
        margin: 0 25px 0 0;
    }
    .news-list-view {
        .news-list-item {
            margin-top: 0;
        }
        .news-list-item.standard {
            article {
                margin-top: 43px;
            }
            &:first-child {
                article {
                    margin-top: 47px;
                }
            }
        }
    }
    div.csc-textpic-intext-left {
        .csc-textpic-imagewrap {
            float: left;
            margin-right: 15px;
        }
    }
    div.csc-textpic-intext-right {
        .csc-textpic-imagewrap {
            float: right;
            margin-left: 15px;
        }
    }
    div.csc-textpic-intext-left-nowrap {
        .csc-textpic-imagewrap {
            margin-right: 15px;
        }
    }
    div.csc-textpic-intext-right-nowrap {
        .csc-textpic-imagewrap {
            margin-left: 15px;
        }
    }
}
@media (max-width: 1020px) {
    nav#service-navi {
        display: none;
    }
    nav#sitemap {
        display: none;
    }
    #home-service {
        display: none;
    }
    #footerbar {
        display: none;
        form#searchform {
            display: none;
        }
    }
    #footerbar.home-footerbar {
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    div.csc-textpic-intext-left {
        .csc-textpic-imagewrap {
            max-width: auto;
            margin-bottom: 20px;
        }
    }
    div.csc-textpic-intext-left-nowrap {
        .csc-textpic-imagewrap {
            max-width: auto;
            margin-bottom: 20px;
        }
    }
    div.csc-textpic-intext-right {
        .csc-textpic-imagewrap {
            max-width: auto;
            margin-bottom: 20px;
        }
    }
    div.csc-textpic-intext-right-nowrap {
        .csc-textpic-imagewrap {
            max-width: auto;
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 1020px) {
    body {
        min-width: 996px;
    }
    img {
        max-width: initial;
    }

 */
/*.grid_1 {
        display: inline;
        float: left;
    }
    .grid_2 {
        display: inline;
        float: left;
    }
    .grid_3 {
        display: inline;
        float: left;
    }
    .grid_4 {
        display: inline;
        float: left;
    }
    .grid_5 {
        display: inline;
        float: left;
    }
    .grid_6 {
        display: inline;
        float: left;
    }
    .grid_7 {
        display: inline;
        float: left;
    }
    .grid_8 {
        display: inline;
        float: left;
    }
    .grid_9 {
        display: inline;
        float: left;
    }
    .grid_10 {
        display: inline;
        float: left;
    }
    .grid_11 {
        display: inline;
        float: left;
    }
    .grid_12 {
        display: inline;
        float: left;
    }
    .container {
        width: 996px;
        .grid_1 {
            width: 68px;
        }
        .grid_2 {
            width: 151px;
        }
        .grid_3 {
            width: 234px;
        }
        .grid_4 {
            width: 317px;
        }
        .grid_5 {
            width: 400px;
        }
        .grid_6 {
            width: 483px;
        }
        .grid_7 {
            width: 566px;
        }
        .grid_8 {
            width: 649px;
        }
        .grid_9 {
            width: 732px;
        }
        .grid_10 {
            width: 815px;
        }
        .grid_11 {
            width: 898px;
        }
        .grid_12 {
            width: 981px;
        }
        .prefix_1 {
            padding-left: 83px;
        }
        .prefix_2 {
            padding-left: 166px;
        }
        .prefix_3 {
            padding-left: 249px;
        }
        .prefix_4 {
            padding-left: 332px;
        }
        .prefix_5 {
            padding-left: 415px;
        }
        .prefix_6 {
            padding-left: 498px;
        }
        .prefix_7 {
            padding-left: 581px;
        }
        .prefix_8 {
            padding-left: 664px;
        }
        .prefix_9 {
            padding-left: 747px;
        }
        .prefix_10 {
            padding-left: 830px;
        }
        .prefix_11 {
            padding-left: 913px;
        }
        .suffix_1 {
            padding-right: 83px;
        }
        .suffix_2 {
            padding-right: 166px;
        }
        .suffix_3 {
            padding-right: 249px;
        }
        .suffix_4 {
            padding-right: 332px;
        }
        .suffix_5 {
            padding-right: 415px;
        }
        .suffix_6 {
            padding-right: 498px;
        }
        .suffix_7 {
            padding-right: 581px;
        }
        .suffix_8 {
            padding-right: 664px;
        }
        .suffix_9 {
            padding-right: 747px;
        }
        .suffix_10 {
            padding-right: 830px;
        }
        .suffix_11 {
            padding-right: 913px;
        }
        .push_1 {
            left: 83px;
        }
        .push_2 {
            left: 166px;
        }
        .push_3 {
            left: 249px;
        }
        .push_4 {
            left: 332px;
        }
        .push_5 {
            left: 415px;
        }
        .push_6 {
            left: 498px;
        }
        .push_7 {
            left: 581px;
        }
        .push_8 {
            left: 664px;
        }
        .push_9 {
            left: 747px;
        }
        .push_10 {
            left: 830px;
        }
        .push_11 {
            left: 913px;
        }
        .pull_1 {
            left: -83px;
        }
        .pull_2 {
            left: -166px;
        }
        .pull_3 {
            left: -249px;
        }
        .pull_4 {
            left: -332px;
        }
        .pull_5 {
            left: -415px;
        }
        .pull_6 {
            left: -498px;
        }
        .pull_7 {
            left: -581px;
        }
        .pull_8 {
            left: -664px;
        }
        .pull_9 {
            left: -747px;
        }
        .pull_10 {
            left: -830px;
        }
        .pull_11 {
            left: -913px;
        }
    } */
/*
    a#logo {
        img {
            margin-top: 4px;
        }
    }
    #togglesearch {
        display: none;
    }
    #togglemenu {
        display: none;
    }
    div.context {
        width: 581px !important;
        padding: 0 61px 20px 0;
    }
    div.sidebar {
        width: 332px !important;
        clear: none;
        margin-right: 0;
    }
    div.label-placeholder {
        display: block;
    }
    aside {
        padding: 50px 0 50px 15px;
    }
    .right-column {
        margin-left: 260px;
    }
    div.content-full {
        .right-column {
            margin-left: 150px;
        }
    }
    body.standard {
        #stage {
            margin-top: 31px;
        }
        #main {
            background: #fff url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/bg-left.png') repeat-y center 80px;
        }
        #main-column.context.grid_8 {
            float: right;
        }
        aside {
            padding: 21px 15px 50px 0;
        }
        div.context {
            padding-left: 61px;
        }
        div.sidebar {
            nav#sub-navi {
                display: block;
            }
        }
    }
    nav#main-nav {
        display: block;
    }
    nav#sub-service {
        ul {
            li {
                a {
                    padding: 0 50px;
                }
            }
        }
    }
    header#header {
        .container {
            .grid_9 {
                height: auto;
            }
        }
    }
    #header {
        form.tx-indexedsearch-searchbox {
            padding: 0;
        }
        #xajax_form_kesearch_pi1 {
            display: block;
        }
    }
    h1.subsite {
        margin: 33px 0;
    }
    nav#breadcrumb {
        margin: 15px 0 47px 0;
        ul {
            li {
                a {
                    font-size: 0.800em;
                    color: $color_1;
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/breadcrumb-no.png') left top no-repeat #6B7581;
                    padding-left: 24px;
                    height: 19px;
                    &:before {
                        content: "";
                        margin: 0;
                    }
                }
                &:first-child {
                    a {
                        padding-right: 28px;
                        padding-left: 15px;
                        color: $color_1;
                        background: #6B7581 url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon_home.png') no-repeat right center;
                    }
                }
            }
            li.last-child {
                a {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/breadcrumb-cur.png') left top no-repeat #E1E3E6;
                    color: $color_2;
                    padding-right: 15px;
                }
            }
        }
        ul.homebreadcrumb {
            li.last-child {
                a {
                    padding-right: 28px;
                    padding-left: 15px;
                    color: $color_1;
                    background: #6B7581 url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon_home.png') no-repeat right center;
                }
            }
        }
    }
}
@media screen and (max-width: 1020px) and (max-height: 700px) {
    .tx-go-maps-ext {
        .gme-map.map {
            max-height: 600px;
        }
    }
}
@media screen and (max-width: 1020px) and (max-height: 600px) {
    .tx-go-maps-ext {
        .gme-map.map {
            max-height: 500px;
        }
    }
}
@media screen and (max-width: 1020px) and (max-height: 500px) {
    .tx-go-maps-ext {
        .gme-map.map {
            max-height: 400px;
        }
    }
}
@media screen and (max-width: 1020px) and (max-height: 400px) {
    .tx-go-maps-ext {
        .gme-map.map {
            max-height: 300px;
        }
    }
}
*/

/*JSC Changed*/
/*
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.fa-xs {
    font-size: .75em;
}
.fa-sm {
    font-size: .875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left:2em * 5/4;
    padding-left: 0;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border-radius: .1em;
    border: .08em solid #eee;
    padding: .2em .25em .15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}@keyframes fa-spin {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }
     to {
         -webkit-transform: rotate(1turn);
         transform: rotate(1turn);
     }
 }.fa-rotate-90 {
      -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)"}
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "\F26E"}
.fa-accessible-icon:before {
    content: "\F368"}
.fa-accusoft:before {
    content: "\F369"}
.fa-address-book:before {
    content: "\F2B9"}
.fa-address-card:before {
    content: "\F2BB"}
.fa-adjust:before {
    content: "\F042"}
.fa-adn:before {
    content: "\F170"}
.fa-adversal:before {
    content: "\F36A"}
.fa-affiliatetheme:before {
    content: "\F36B"}
.fa-algolia:before {
    content: "\F36C"}
.fa-align-center:before {
    content: "\F037"}
.fa-align-justify:before {
    content: "\F039"}
.fa-align-left:before {
    content: "\F036"}
.fa-align-right:before {
    content: "\F038"}
.fa-amazon:before {
    content: "\F270"}
.fa-amazon-pay:before {
    content: "\F42C"}
.fa-ambulance:before {
    content: "\F0F9"}
.fa-american-sign-language-interpreting:before {
    content: "\F2A3"}
.fa-amilia:before {
    content: "\F36D"}
.fa-anchor:before {
    content: "\F13D"}
.fa-android:before {
    content: "\F17B"}
.fa-angellist:before {
    content: "\F209"}
.fa-angle-double-down:before {
    content: "\F103"}
.fa-angle-double-left:before {
    content: "\F100"}
.fa-angle-double-right:before {
    content: "\F101"}
.fa-angle-double-up:before {
    content: "\F102"}
.fa-angle-down:before {
    content: "\F107"}
.fa-angle-left:before {
    content: "\F104"}
.fa-angle-right:before {
    content: "\F105"}
.fa-angle-up:before {
    content: "\F106"}
.fa-angrycreative:before {
    content: "\F36E"}
.fa-angular:before {
    content: "\F420"}
.fa-app-store:before {
    content: "\F36F"}
.fa-app-store-ios:before {
    content: "\F370"}
.fa-apper:before {
    content: "\F371"}
.fa-apple:before {
    content: "\F179"}
.fa-apple-pay:before {
    content: "\F415"}
.fa-archive:before {
    content: "\F187"}
.fa-arrow-alt-circle-down:before {
    content: "\F358"}
.fa-arrow-alt-circle-left:before {
    content: "\F359"}
.fa-arrow-alt-circle-right:before {
    content: "\F35A"}
.fa-arrow-alt-circle-up:before {
    content: "\F35B"}
.fa-arrow-circle-down:before {
    content: "\F0AB"}
.fa-arrow-circle-left:before {
    content: "\F0A8"}
.fa-arrow-circle-right:before {
    content: "\F0A9"}
.fa-arrow-circle-up:before {
    content: "\F0AA"}
.fa-arrow-down:before {
    content: "\F063"}
.fa-arrow-left:before {
    content: "\F060"}
.fa-arrow-right:before {
    content: "\F061"}
.fa-arrow-up:before {
    content: "\F062"}
.fa-arrows-alt:before {
    content: "\F0B2"}
.fa-arrows-alt-h:before {
    content: "\F337"}
.fa-arrows-alt-v:before {
    content: "\F338"}
.fa-assistive-listening-systems:before {
    content: "\F2A2"}
.fa-asterisk:before {
    content: "\F069"}
.fa-asymmetrik:before {
    content: "\F372"}
.fa-at:before {
    content: "\F1FA"}
.fa-audible:before {
    content: "\F373"}
.fa-audio-description:before {
    content: "\F29E"}
.fa-autoprefixer:before {
    content: "\F41C"}
.fa-avianex:before {
    content: "\F374"}
.fa-aviato:before {
    content: "\F421"}
.fa-aws:before {
    content: "\F375"}
.fa-backward:before {
    content: "\F04A"}
.fa-balance-scale:before {
    content: "\F24E"}
.fa-ban:before {
    content: "\F05E"}
.fa-bandcamp:before {
    content: "\F2D5"}
.fa-barcode:before {
    content: "\F02A"}
.fa-bars:before {
    content: "\F0C9"}
.fa-baseball-ball:before {
    content: "\F433"}
.fa-basketball-ball:before {
    content: "\F434"}
.fa-bath:before {
    content: "\F2CD"}
.fa-battery-empty:before {
    content: "\F244"}
.fa-battery-full:before {
    content: "\F240"}
.fa-battery-half:before {
    content: "\F242"}
.fa-battery-quarter:before {
    content: "\F243"}
.fa-battery-three-quarters:before {
    content: "\F241"}
.fa-bed:before {
    content: "\F236"}
.fa-beer:before {
    content: "\F0FC"}
.fa-behance:before {
    content: "\F1B4"}
.fa-behance-square:before {
    content: "\F1B5"}
.fa-bell:before {
    content: "\F0F3"}
.fa-bell-slash:before {
    content: "\F1F6"}
.fa-bicycle:before {
    content: "\F206"}
.fa-bimobject:before {
    content: "\F378"}
.fa-binoculars:before {
    content: "\F1E5"}
.fa-birthday-cake:before {
    content: "\F1FD"}
.fa-bitbucket:before {
    content: "\F171"}
.fa-bitcoin:before {
    content: "\F379"}
.fa-bity:before {
    content: "\F37A"}
.fa-black-tie:before {
    content: "\F27E"}
.fa-blackberry:before {
    content: "\F37B"}
.fa-blind:before {
    content: "\F29D"}
.fa-blogger:before {
    content: "\F37C"}
.fa-blogger-b:before {
    content: "\F37D"}
.fa-bluetooth:before {
    content: "\F293"}
.fa-bluetooth-b:before {
    content: "\F294"}
.fa-bold:before {
    content: "\F032"}
.fa-bolt:before {
    content: "\F0E7"}
.fa-bomb:before {
    content: "\F1E2"}
.fa-book:before {
    content: "\F02D"}
.fa-bookmark:before {
    content: "\F02E"}
.fa-bowling-ball:before {
    content: "\F436"}
.fa-braille:before {
    content: "\F2A1"}
.fa-briefcase:before {
    content: "\F0B1"}
.fa-btc:before {
    content: "\F15A"}
.fa-bug:before {
    content: "\F188"}
.fa-building:before {
    content: "\F1AD"}
.fa-bullhorn:before {
    content: "\F0A1"}
.fa-bullseye:before {
    content: "\F140"}
.fa-buromobelexperte:before {
    content: "\F37F"}
.fa-bus:before {
    content: "\F207"}
.fa-buysellads:before {
    content: "\F20D"}
.fa-calculator:before {
    content: "\F1EC"}
.fa-calendar:before {
    content: "\F133"}
.fa-calendar-alt:before {
    content: "\F073"}
.fa-calendar-check:before {
    content: "\F274"}
.fa-calendar-minus:before {
    content: "\F272"}
.fa-calendar-plus:before {
    content: "\F271"}
.fa-calendar-times:before {
    content: "\F273"}
.fa-camera:before {
    content: "\F030"}
.fa-camera-retro:before {
    content: "\F083"}
.fa-car:before {
    content: "\F1B9"}
.fa-caret-down:before {
    content: "\F0D7"}
.fa-caret-left:before {
    content: "\F0D9"}
.fa-caret-right:before {
    content: "\F0DA"}
.fa-caret-square-down:before {
    content: "\F150"}
.fa-caret-square-left:before {
    content: "\F191"}
.fa-caret-square-right:before {
    content: "\F152"}
.fa-caret-square-up:before {
    content: "\F151"}
.fa-caret-up:before {
    content: "\F0D8"}
.fa-cart-arrow-down:before {
    content: "\F218"}
.fa-cart-plus:before {
    content: "\F217"}
.fa-cc-amazon-pay:before {
    content: "\F42D"}
.fa-cc-amex:before {
    content: "\F1F3"}
.fa-cc-apple-pay:before {
    content: "\F416"}
.fa-cc-diners-club:before {
    content: "\F24C"}
.fa-cc-discover:before {
    content: "\F1F2"}
.fa-cc-jcb:before {
    content: "\F24B"}
.fa-cc-mastercard:before {
    content: "\F1F1"}
.fa-cc-paypal:before {
    content: "\F1F4"}
.fa-cc-stripe:before {
    content: "\F1F5"}
.fa-cc-visa:before {
    content: "\F1F0"}
.fa-centercode:before {
    content: "\F380"}
.fa-certificate:before {
    content: "\F0A3"}
.fa-chart-area:before {
    content: "\F1FE"}
.fa-chart-bar:before {
    content: "\F080"}
.fa-chart-line:before {
    content: "\F201"}
.fa-chart-pie:before {
    content: "\F200"}
.fa-check:before {
    content: "\F00C"}
.fa-check-circle:before {
    content: "\F058"}
.fa-check-square:before {
    content: "\F14A"}
.fa-chess:before {
    content: "\F439"}
.fa-chess-bishop:before {
    content: "\F43A"}
.fa-chess-board:before {
    content: "\F43C"}
.fa-chess-king:before {
    content: "\F43F"}
.fa-chess-knight:before {
    content: "\F441"}
.fa-chess-pawn:before {
    content: "\F443"}
.fa-chess-queen:before {
    content: "\F445"}
.fa-chess-rook:before {
    content: "\F447"}
.fa-chevron-circle-down:before {
    content: "\F13A"}
.fa-chevron-circle-left:before {
    content: "\F137"}
.fa-chevron-circle-right:before {
    content: "\F138"}
.fa-chevron-circle-up:before {
    content: "\F139"}
.fa-chevron-down:before {
    content: "\F078"}
.fa-chevron-left:before {
    content: "\F053"}
.fa-chevron-right:before {
    content: "\F054"}
.fa-chevron-up:before {
    content: "\F077"}
.fa-child:before {
    content: "\F1AE"}
.fa-chrome:before {
    content: "\F268"}
.fa-circle:before {
    content: "\F111"}
.fa-circle-notch:before {
    content: "\F1CE"}
.fa-clipboard:before {
    content: "\F328"}
.fa-clock:before {
    content: "\F017"}
.fa-clone:before {
    content: "\F24D"}
.fa-closed-captioning:before {
    content: "\F20A"}
.fa-cloud:before {
    content: "\F0C2"}
.fa-cloud-download-alt:before {
    content: "\F381"}
.fa-cloud-upload-alt:before {
    content: "\F382"}
.fa-cloudscale:before {
    content: "\F383"}
.fa-cloudsmith:before {
    content: "\F384"}
.fa-cloudversify:before {
    content: "\F385"}
.fa-code:before {
    content: "\F121"}
.fa-code-branch:before {
    content: "\F126"}
.fa-codepen:before {
    content: "\F1CB"}
.fa-codiepie:before {
    content: "\F284"}
.fa-coffee:before {
    content: "\F0F4"}
.fa-cog:before {
    content: "\F013"}
.fa-cogs:before {
    content: "\F085"}
.fa-columns:before {
    content: "\F0DB"}
.fa-comment:before {
    content: "\F075"}
.fa-comment-alt:before {
    content: "\F27A"}
.fa-comments:before {
    content: "\F086"}
.fa-compass:before {
    content: "\F14E"}
.fa-compress:before {
    content: "\F066"}
.fa-connectdevelop:before {
    content: "\F20E"}
.fa-contao:before {
    content: "\F26D"}
.fa-copy:before {
    content: "\F0C5"}
.fa-copyright:before {
    content: "\F1F9"}
.fa-cpanel:before {
    content: "\F388"}
.fa-creative-commons:before {
    content: "\F25E"}
.fa-credit-card:before {
    content: "\F09D"}
.fa-crop:before {
    content: "\F125"}
.fa-crosshairs:before {
    content: "\F05B"}
.fa-css3:before {
    content: "\F13C"}
.fa-css3-alt:before {
    content: "\F38B"}
.fa-cube:before {
    content: "\F1B2"}
.fa-cubes:before {
    content: "\F1B3"}
.fa-cut:before {
    content: "\F0C4"}
.fa-cuttlefish:before {
    content: "\F38C"}
.fa-d-and-d:before {
    content: "\F38D"}
.fa-dashcube:before {
    content: "\F210"}
.fa-database:before {
    content: "\F1C0"}
.fa-deaf:before {
    content: "\F2A4"}
.fa-delicious:before {
    content: "\F1A5"}
.fa-deploydog:before {
    content: "\F38E"}
.fa-deskpro:before {
    content: "\F38F"}
.fa-desktop:before {
    content: "\F108"}
.fa-deviantart:before {
    content: "\F1BD"}
.fa-digg:before {
    content: "\F1A6"}
.fa-digital-ocean:before {
    content: "\F391"}
.fa-discord:before {
    content: "\F392"}
.fa-discourse:before {
    content: "\F393"}
.fa-dochub:before {
    content: "\F394"}
.fa-docker:before {
    content: "\F395"}
.fa-dollar-sign:before {
    content: "\F155"}
.fa-dot-circle:before {
    content: "\F192"}
.fa-download:before {
    content: "\F019"}
.fa-draft2digital:before {
    content: "\F396"}
.fa-dribbble:before {
    content: "\F17D"}
.fa-dribbble-square:before {
    content: "\F397"}
.fa-dropbox:before {
    content: "\F16B"}
.fa-drupal:before {
    content: "\F1A9"}
.fa-dyalog:before {
    content: "\F399"}
.fa-earlybirds:before {
    content: "\F39A"}
.fa-edge:before {
    content: "\F282"}
.fa-edit:before {
    content: "\F044"}
.fa-eject:before {
    content: "\F052"}
.fa-elementor:before {
    content: "\F430"}
.fa-ellipsis-h:before {
    content: "\F141"}
.fa-ellipsis-v:before {
    content: "\F142"}
.fa-ember:before {
    content: "\F423"}
.fa-empire:before {
    content: "\F1D1"}
.fa-envelope:before {
    content: "\F0E0"}
.fa-envelope-open:before {
    content: "\F2B6"}
.fa-envelope-square:before {
    content: "\F199"}
.fa-envira:before {
    content: "\F299"}
.fa-eraser:before {
    content: "\F12D"}
.fa-erlang:before {
    content: "\F39D"}
.fa-ethereum:before {
    content: "\F42E"}
.fa-etsy:before {
    content: "\F2D7"}
.fa-euro-sign:before {
    content: "\F153"}
.fa-exchange-alt:before {
    content: "\F362"}
.fa-exclamation:before {
    content: "\F12A"}
.fa-exclamation-circle:before {
    content: "\F06A"}
.fa-exclamation-triangle:before {
    content: "\F071"}
.fa-expand:before {
    content: "\F065"}
.fa-expand-arrows-alt:before {
    content: "\F31E"}
.fa-expeditedssl:before {
    content: "\F23E"}
.fa-external-link-alt:before {
    content: "\F35D"}
.fa-external-link-square-alt:before {
    content: "\F360"}
.fa-eye:before {
    content: "\F06E"}
.fa-eye-dropper:before {
    content: "\F1FB"}
.fa-eye-slash:before {
    content: "\F070"}
.fa-facebook:before {
    content: "\F09A"}
.fa-facebook-f:before {
    content: "\F39E"}
.fa-facebook-messenger:before {
    content: "\F39F"}
.fa-facebook-square:before {
    content: "\F082"}
.fa-fast-backward:before {
    content: "\F049"}
.fa-fast-forward:before {
    content: "\F050"}
.fa-fax:before {
    content: "\F1AC"}
.fa-female:before {
    content: "\F182"}
.fa-fighter-jet:before {
    content: "\F0FB"}
.fa-file:before {
    content: "\F15B"}
.fa-file-alt:before {
    content: "\F15C"}
.fa-file-archive:before {
    content: "\F1C6"}
.fa-file-audio:before {
    content: "\F1C7"}
.fa-file-code:before {
    content: "\F1C9"}
.fa-file-excel:before {
    content: "\F1C3"}
.fa-file-image:before {
    content: "\F1C5"}
.fa-file-pdf:before {
    content: "\F1C1"}
.fa-file-powerpoint:before {
    content: "\F1C4"}
.fa-file-video:before {
    content: "\F1C8"}
.fa-file-word:before {
    content: "\F1C2"}
.fa-film:before {
    content: "\F008"}
.fa-filter:before {
    content: "\F0B0"}
.fa-fire:before {
    content: "\F06D"}
.fa-fire-extinguisher:before {
    content: "\F134"}
.fa-firefox:before {
    content: "\F269"}
.fa-first-order:before {
    content: "\F2B0"}
.fa-firstdraft:before {
    content: "\F3A1"}
.fa-flag:before {
    content: "\F024"}
.fa-flag-checkered:before {
    content: "\F11E"}
.fa-flask:before {
    content: "\F0C3"}
.fa-flickr:before {
    content: "\F16E"}
.fa-flipboard:before {
    content: "\F44D"}
.fa-fly:before {
    content: "\F417"}
.fa-folder:before {
    content: "\F07B"}
.fa-folder-open:before {
    content: "\F07C"}
.fa-font:before {
    content: "\F031"}
.fa-font-awesome:before {
    content: "\F2B4"}
.fa-font-awesome-alt:before {
    content: "\F35C"}
.fa-font-awesome-flag:before {
    content: "\F425"}
.fa-fonticons:before {
    content: "\F280"}
.fa-fonticons-fi:before {
    content: "\F3A2"}
.fa-football-ball:before {
    content: "\F44E"}
.fa-fort-awesome:before {
    content: "\F286"}
.fa-fort-awesome-alt:before {
    content: "\F3A3"}
.fa-forumbee:before {
    content: "\F211"}
.fa-forward:before {
    content: "\F04E"}
.fa-foursquare:before {
    content: "\F180"}
.fa-free-code-camp:before {
    content: "\F2C5"}
.fa-freebsd:before {
    content: "\F3A4"}
.fa-frown:before {
    content: "\F119"}
.fa-futbol:before {
    content: "\F1E3"}
.fa-gamepad:before {
    content: "\F11B"}
.fa-gavel:before {
    content: "\F0E3"}
.fa-gem:before {
    content: "\F3A5"}
.fa-genderless:before {
    content: "\F22D"}
.fa-get-pocket:before {
    content: "\F265"}
.fa-gg:before {
    content: "\F260"}
.fa-gg-circle:before {
    content: "\F261"}
.fa-gift:before {
    content: "\F06B"}
.fa-git:before {
    content: "\F1D3"}
.fa-git-square:before {
    content: "\F1D2"}
.fa-github:before {
    content: "\F09B"}
.fa-github-alt:before {
    content: "\F113"}
.fa-github-square:before {
    content: "\F092"}
.fa-gitkraken:before {
    content: "\F3A6"}
.fa-gitlab:before {
    content: "\F296"}
.fa-gitter:before {
    content: "\F426"}
.fa-glass-martini:before {
    content: "\F000"}
.fa-glide:before {
    content: "\F2A5"}
.fa-glide-g:before {
    content: "\F2A6"}
.fa-globe:before {
    content: "\F0AC"}
.fa-gofore:before {
    content: "\F3A7"}
.fa-golf-ball:before {
    content: "\F450"}
.fa-goodreads:before {
    content: "\F3A8"}
.fa-goodreads-g:before {
    content: "\F3A9"}
.fa-google:before {
    content: "\F1A0"}
.fa-google-drive:before {
    content: "\F3AA"}
.fa-google-play:before {
    content: "\F3AB"}
.fa-google-plus:before {
    content: "\F2B3"}
.fa-google-plus-g:before {
    content: "\F0D5"}
.fa-google-plus-square:before {
    content: "\F0D4"}
.fa-google-wallet:before {
    content: "\F1EE"}
.fa-graduation-cap:before {
    content: "\F19D"}
.fa-gratipay:before {
    content: "\F184"}
.fa-grav:before {
    content: "\F2D6"}
.fa-gripfire:before {
    content: "\F3AC"}
.fa-grunt:before {
    content: "\F3AD"}
.fa-gulp:before {
    content: "\F3AE"}
.fa-h-square:before {
    content: "\F0FD"}
.fa-hacker-news:before {
    content: "\F1D4"}
.fa-hacker-news-square:before {
    content: "\F3AF"}
.fa-hand-lizard:before {
    content: "\F258"}
.fa-hand-paper:before {
    content: "\F256"}
.fa-hand-peace:before {
    content: "\F25B"}
.fa-hand-point-down:before {
    content: "\F0A7"}
.fa-hand-point-left:before {
    content: "\F0A5"}
.fa-hand-point-right:before {
    content: "\F0A4"}
.fa-hand-point-up:before {
    content: "\F0A6"}
.fa-hand-pointer:before {
    content: "\F25A"}
.fa-hand-rock:before {
    content: "\F255"}
.fa-hand-scissors:before {
    content: "\F257"}
.fa-hand-spock:before {
    content: "\F259"}
.fa-handshake:before {
    content: "\F2B5"}
.fa-hashtag:before {
    content: "\F292"}
.fa-hdd:before {
    content: "\F0A0"}
.fa-heading:before {
    content: "\F1DC"}
.fa-headphones:before {
    content: "\F025"}
.fa-heart:before {
    content: "\F004"}
.fa-heartbeat:before {
    content: "\F21E"}
.fa-hips:before {
    content: "\F452"}
.fa-hire-a-helper:before {
    content: "\F3B0"}
.fa-history:before {
    content: "\F1DA"}
.fa-hockey-puck:before {
    content: "\F453"}
.fa-home:before {
    content: "\F015"}
.fa-hooli:before {
    content: "\F427"}
.fa-hospital:before {
    content: "\F0F8"}
.fa-hotjar:before {
    content: "\F3B1"}
.fa-hourglass:before {
    content: "\F254"}
.fa-hourglass-end:before {
    content: "\F253"}
.fa-hourglass-half:before {
    content: "\F252"}
.fa-hourglass-start:before {
    content: "\F251"}
.fa-houzz:before {
    content: "\F27C"}
.fa-html5:before {
    content: "\F13B"}
.fa-hubspot:before {
    content: "\F3B2"}
.fa-i-cursor:before {
    content: "\F246"}
.fa-id-badge:before {
    content: "\F2C1"}
.fa-id-card:before {
    content: "\F2C2"}
.fa-image:before {
    content: "\F03E"}
.fa-images:before {
    content: "\F302"}
.fa-imdb:before {
    content: "\F2D8"}
.fa-inbox:before {
    content: "\F01C"}
.fa-indent:before {
    content: "\F03C"}
.fa-industry:before {
    content: "\F275"}
.fa-info:before {
    content: "\F129"}
.fa-info-circle:before {
    content: "\F05A"}
.fa-instagram:before {
    content: "\F16D"}
.fa-internet-explorer:before {
    content: "\F26B"}
.fa-ioxhost:before {
    content: "\F208"}
.fa-italic:before {
    content: "\F033"}
.fa-itunes:before {
    content: "\F3B4"}
.fa-itunes-note:before {
    content: "\F3B5"}
.fa-jenkins:before {
    content: "\F3B6"}
.fa-joget:before {
    content: "\F3B7"}
.fa-joomla:before {
    content: "\F1AA"}
.fa-js:before {
    content: "\F3B8"}
.fa-js-square:before {
    content: "\F3B9"}
.fa-jsfiddle:before {
    content: "\F1CC"}
.fa-key:before {
    content: "\F084"}
.fa-keyboard:before {
    content: "\F11C"}
.fa-keycdn:before {
    content: "\F3BA"}
.fa-kickstarter:before {
    content: "\F3BB"}
.fa-kickstarter-k:before {
    content: "\F3BC"}
.fa-korvue:before {
    content: "\F42F"}
.fa-language:before {
    content: "\F1AB"}
.fa-laptop:before {
    content: "\F109"}
.fa-laravel:before {
    content: "\F3BD"}
.fa-lastfm:before {
    content: "\F202"}
.fa-lastfm-square:before {
    content: "\F203"}
.fa-leaf:before {
    content: "\F06C"}
.fa-leanpub:before {
    content: "\F212"}
.fa-lemon:before {
    content: "\F094"}
.fa-less:before {
    content: "\F41D"}
.fa-level-down-alt:before {
    content: "\F3BE"}
.fa-level-up-alt:before {
    content: "\F3BF"}
.fa-life-ring:before {
    content: "\F1CD"}
.fa-lightbulb:before {
    content: "\F0EB"}
.fa-line:before {
    content: "\F3C0"}
.fa-link:before {
    content: "\F0C1"}
.fa-linkedin:before {
    content: "\F08C"}
.fa-linkedin-in:before {
    content: "\F0E1"}
.fa-linode:before {
    content: "\F2B8"}
.fa-linux:before {
    content: "\F17C"}
.fa-lira-sign:before {
    content: "\F195"}
.fa-list:before {
    content: "\F03A"}
.fa-list-alt:before {
    content: "\F022"}
.fa-list-ol:before {
    content: "\F0CB"}
.fa-list-ul:before {
    content: "\F0CA"}
.fa-location-arrow:before {
    content: "\F124"}
.fa-lock:before {
    content: "\F023"}
.fa-lock-open:before {
    content: "\F3C1"}
.fa-long-arrow-alt-down:before {
    content: "\F309"}
.fa-long-arrow-alt-left:before {
    content: "\F30A"}
.fa-long-arrow-alt-right:before {
    content: "\F30B"}
.fa-long-arrow-alt-up:before {
    content: "\F30C"}
.fa-low-vision:before {
    content: "\F2A8"}
.fa-lyft:before {
    content: "\F3C3"}
.fa-magento:before {
    content: "\F3C4"}
.fa-magic:before {
    content: "\F0D0"}
.fa-magnet:before {
    content: "\F076"}
.fa-male:before {
    content: "\F183"}
.fa-map:before {
    content: "\F279"}
.fa-map-marker:before {
    content: "\F041"}
.fa-map-marker-alt:before {
    content: "\F3C5"}
.fa-map-pin:before {
    content: "\F276"}
.fa-map-signs:before {
    content: "\F277"}
.fa-mars:before {
    content: "\F222"}
.fa-mars-double:before {
    content: "\F227"}
.fa-mars-stroke:before {
    content: "\F229"}
.fa-mars-stroke-h:before {
    content: "\F22B"}
.fa-mars-stroke-v:before {
    content: "\F22A"}
.fa-maxcdn:before {
    content: "\F136"}
.fa-medapps:before {
    content: "\F3C6"}
.fa-medium:before {
    content: "\F23A"}
.fa-medium-m:before {
    content: "\F3C7"}
.fa-medkit:before {
    content: "\F0FA"}
.fa-medrt:before {
    content: "\F3C8"}
.fa-meetup:before {
    content: "\F2E0"}
.fa-meh:before {
    content: "\F11A"}
.fa-mercury:before {
    content: "\F223"}
.fa-microchip:before {
    content: "\F2DB"}
.fa-microphone:before {
    content: "\F130"}
.fa-microphone-slash:before {
    content: "\F131"}
.fa-microsoft:before {
    content: "\F3CA"}
.fa-minus:before {
    content: "\F068"}
.fa-minus-circle:before {
    content: "\F056"}
.fa-minus-square:before {
    content: "\F146"}
.fa-mix:before {
    content: "\F3CB"}
.fa-mixcloud:before {
    content: "\F289"}
.fa-mizuni:before {
    content: "\F3CC"}
.fa-mobile:before {
    content: "\F10B"}
.fa-mobile-alt:before {
    content: "\F3CD"}
.fa-modx:before {
    content: "\F285"}
.fa-monero:before {
    content: "\F3D0"}
.fa-money-bill-alt:before {
    content: "\F3D1"}
.fa-moon:before {
    content: "\F186"}
.fa-motorcycle:before {
    content: "\F21C"}
.fa-mouse-pointer:before {
    content: "\F245"}
.fa-music:before {
    content: "\F001"}
.fa-napster:before {
    content: "\F3D2"}
.fa-neuter:before {
    content: "\F22C"}
.fa-newspaper:before {
    content: "\F1EA"}
.fa-nintendo-switch:before {
    content: "\F418"}
.fa-node:before {
    content: "\F419"}
.fa-node-js:before {
    content: "\F3D3"}
.fa-npm:before {
    content: "\F3D4"}
.fa-ns8:before {
    content: "\F3D5"}
.fa-nutritionix:before {
    content: "\F3D6"}
.fa-object-group:before {
    content: "\F247"}
.fa-object-ungroup:before {
    content: "\F248"}
.fa-odnoklassniki:before {
    content: "\F263"}
.fa-odnoklassniki-square:before {
    content: "\F264"}
.fa-opencart:before {
    content: "\F23D"}
.fa-openid:before {
    content: "\F19B"}
.fa-opera:before {
    content: "\F26A"}
.fa-optin-monster:before {
    content: "\F23C"}
.fa-osi:before {
    content: "\F41A"}
.fa-outdent:before {
    content: "\F03B"}
.fa-page4:before {
    content: "\F3D7"}
.fa-pagelines:before {
    content: "\F18C"}
.fa-paint-brush:before {
    content: "\F1FC"}
.fa-palfed:before {
    content: "\F3D8"}
.fa-paper-plane:before {
    content: "\F1D8"}
.fa-paperclip:before {
    content: "\F0C6"}
.fa-paragraph:before {
    content: "\F1DD"}
.fa-paste:before {
    content: "\F0EA"}
.fa-patreon:before {
    content: "\F3D9"}
.fa-pause:before {
    content: "\F04C"}
.fa-pause-circle:before {
    content: "\F28B"}
.fa-paw:before {
    content: "\F1B0"}
.fa-paypal:before {
    content: "\F1ED"}
.fa-pen-square:before {
    content: "\F14B"}
.fa-pencil-alt:before {
    content: "\F303"}
.fa-percent:before {
    content: "\F295"}
.fa-periscope:before {
    content: "\F3DA"}
.fa-phabricator:before {
    content: "\F3DB"}
.fa-phoenix-framework:before {
    content: "\F3DC"}
.fa-phone:before {
    content: "\F095"}
.fa-phone-square:before {
    content: "\F098"}
.fa-phone-volume:before {
    content: "\F2A0"}
.fa-php:before {
    content: "\F457"}
.fa-pied-piper:before {
    content: "\F2AE"}
.fa-pied-piper-alt:before {
    content: "\F1A8"}
.fa-pied-piper-pp:before {
    content: "\F1A7"}
.fa-pinterest:before {
    content: "\F0D2"}
.fa-pinterest-p:before {
    content: "\F231"}
.fa-pinterest-square:before {
    content: "\F0D3"}
.fa-plane:before {
    content: "\F072"}
.fa-play:before {
    content: "\F04B"}
.fa-play-circle:before {
    content: "\F144"}
.fa-playstation:before {
    content: "\F3DF"}
.fa-plug:before {
    content: "\F1E6"}
.fa-plus:before {
    content: "\F067"}
.fa-plus-circle:before {
    content: "\F055"}
.fa-plus-square:before {
    content: "\F0FE"}
.fa-podcast:before {
    content: "\F2CE"}
.fa-pound-sign:before {
    content: "\F154"}
.fa-power-off:before {
    content: "\F011"}
.fa-print:before {
    content: "\F02F"}
.fa-product-hunt:before {
    content: "\F288"}
.fa-pushed:before {
    content: "\F3E1"}
.fa-puzzle-piece:before {
    content: "\F12E"}
.fa-python:before {
    content: "\F3E2"}
.fa-qq:before {
    content: "\F1D6"}
.fa-qrcode:before {
    content: "\F029"}
.fa-question:before {
    content: "\F128"}
.fa-question-circle:before {
    content: "\F059"}
.fa-quidditch:before {
    content: "\F458"}
.fa-quinscape:before {
    content: "\F459"}
.fa-quora:before {
    content: "\F2C4"}
.fa-quote-left:before {
    content: "\F10D"}
.fa-quote-right:before {
    content: "\F10E"}
.fa-random:before {
    content: "\F074"}
.fa-ravelry:before {
    content: "\F2D9"}
.fa-react:before {
    content: "\F41B"}
.fa-rebel:before {
    content: "\F1D0"}
.fa-recycle:before {
    content: "\F1B8"}
.fa-red-river:before {
    content: "\F3E3"}
.fa-reddit:before {
    content: "\F1A1"}
.fa-reddit-alien:before {
    content: "\F281"}
.fa-reddit-square:before {
    content: "\F1A2"}
.fa-redo:before {
    content: "\F01E"}
.fa-redo-alt:before {
    content: "\F2F9"}
.fa-registered:before {
    content: "\F25D"}
.fa-rendact:before {
    content: "\F3E4"}
.fa-renren:before {
    content: "\F18B"}
.fa-reply:before {
    content: "\F3E5"}
.fa-reply-all:before {
    content: "\F122"}
.fa-replyd:before {
    content: "\F3E6"}
.fa-resolving:before {
    content: "\F3E7"}
.fa-retweet:before {
    content: "\F079"}
.fa-road:before {
    content: "\F018"}
.fa-rocket:before {
    content: "\F135"}
.fa-rocketchat:before {
    content: "\F3E8"}
.fa-rockrms:before {
    content: "\F3E9"}
.fa-rss:before {
    content: "\F09E"}
.fa-rss-square:before {
    content: "\F143"}
.fa-ruble-sign:before {
    content: "\F158"}
.fa-rupee-sign:before {
    content: "\F156"}
.fa-safari:before {
    content: "\F267"}
.fa-sass:before {
    content: "\F41E"}
.fa-save:before {
    content: "\F0C7"}
.fa-schlix:before {
    content: "\F3EA"}
.fa-scribd:before {
    content: "\F28A"}
.fa-search:before {
    content: "\F002"}
.fa-search-minus:before {
    content: "\F010"}
.fa-search-plus:before {
    content: "\F00E"}
.fa-searchengin:before {
    content: "\F3EB"}
.fa-sellcast:before {
    content: "\F2DA"}
.fa-sellsy:before {
    content: "\F213"}
.fa-server:before {
    content: "\F233"}
.fa-servicestack:before {
    content: "\F3EC"}
.fa-share:before {
    content: "\F064"}
.fa-share-alt:before {
    content: "\F1E0"}
.fa-share-alt-square:before {
    content: "\F1E1"}
.fa-share-square:before {
    content: "\F14D"}
.fa-shekel-sign:before {
    content: "\F20B"}
.fa-shield-alt:before {
    content: "\F3ED"}
.fa-ship:before {
    content: "\F21A"}
.fa-shirtsinbulk:before {
    content: "\F214"}
.fa-shopping-bag:before {
    content: "\F290"}
.fa-shopping-basket:before {
    content: "\F291"}
.fa-shopping-cart:before {
    content: "\F07A"}
.fa-shower:before {
    content: "\F2CC"}
.fa-sign-in-alt:before {
    content: "\F2F6"}
.fa-sign-language:before {
    content: "\F2A7"}
.fa-sign-out-alt:before {
    content: "\F2F5"}
.fa-signal:before {
    content: "\F012"}
.fa-simplybuilt:before {
    content: "\F215"}
.fa-sistrix:before {
    content: "\F3EE"}
.fa-sitemap:before {
    content: "\F0E8"}
.fa-skyatlas:before {
    content: "\F216"}
.fa-skype:before {
    content: "\F17E"}
.fa-slack:before {
    content: "\F198"}
.fa-slack-hash:before {
    content: "\F3EF"}
.fa-sliders-h:before {
    content: "\F1DE"}
.fa-slideshare:before {
    content: "\F1E7"}
.fa-smile:before {
    content: "\F118"}
.fa-snapchat:before {
    content: "\F2AB"}
.fa-snapchat-ghost:before {
    content: "\F2AC"}
.fa-snapchat-square:before {
    content: "\F2AD"}
.fa-snowflake:before {
    content: "\F2DC"}
.fa-sort:before {
    content: "\F0DC"}
.fa-sort-alpha-down:before {
    content: "\F15D"}
.fa-sort-alpha-up:before {
    content: "\F15E"}
.fa-sort-amount-down:before {
    content: "\F160"}
.fa-sort-amount-up:before {
    content: "\F161"}
.fa-sort-down:before {
    content: "\F0DD"}
.fa-sort-numeric-down:before {
    content: "\F162"}
.fa-sort-numeric-up:before {
    content: "\F163"}
.fa-sort-up:before {
    content: "\F0DE"}
.fa-soundcloud:before {
    content: "\F1BE"}
.fa-space-shuttle:before {
    content: "\F197"}
.fa-speakap:before {
    content: "\F3F3"}
.fa-spinner:before {
    content: "\F110"}
.fa-spotify:before {
    content: "\F1BC"}
.fa-square:before {
    content: "\F0C8"}
.fa-square-full:before {
    content: "\F45C"}
.fa-stack-exchange:before {
    content: "\F18D"}
.fa-stack-overflow:before {
    content: "\F16C"}
.fa-star:before {
    content: "\F005"}
.fa-star-half:before {
    content: "\F089"}
.fa-staylinked:before {
    content: "\F3F5"}
.fa-steam:before {
    content: "\F1B6"}
.fa-steam-square:before {
    content: "\F1B7"}
.fa-steam-symbol:before {
    content: "\F3F6"}
.fa-step-backward:before {
    content: "\F048"}
.fa-step-forward:before {
    content: "\F051"}
.fa-stethoscope:before {
    content: "\F0F1"}
.fa-sticker-mule:before {
    content: "\F3F7"}
.fa-sticky-note:before {
    content: "\F249"}
.fa-stop:before {
    content: "\F04D"}
.fa-stop-circle:before {
    content: "\F28D"}
.fa-stopwatch:before {
    content: "\F2F2"}
.fa-strava:before {
    content: "\F428"}
.fa-street-view:before {
    content: "\F21D"}
.fa-strikethrough:before {
    content: "\F0CC"}
.fa-stripe:before {
    content: "\F429"}
.fa-stripe-s:before {
    content: "\F42A"}
.fa-studiovinari:before {
    content: "\F3F8"}
.fa-stumbleupon:before {
    content: "\F1A4"}
.fa-stumbleupon-circle:before {
    content: "\F1A3"}
.fa-subscript:before {
    content: "\F12C"}
.fa-subway:before {
    content: "\F239"}
.fa-suitcase:before {
    content: "\F0F2"}
.fa-sun:before {
    content: "\F185"}
.fa-superpowers:before {
    content: "\F2DD"}
.fa-superscript:before {
    content: "\F12B"}
.fa-supple:before {
    content: "\F3F9"}
.fa-sync:before {
    content: "\F021"}
.fa-sync-alt:before {
    content: "\F2F1"}
.fa-table:before {
    content: "\F0CE"}
.fa-table-tennis:before {
    content: "\F45D"}
.fa-tablet:before {
    content: "\F10A"}
.fa-tablet-alt:before {
    content: "\F3FA"}
.fa-tachometer-alt:before {
    content: "\F3FD"}
.fa-tag:before {
    content: "\F02B"}
.fa-tags:before {
    content: "\F02C"}
.fa-tasks:before {
    content: "\F0AE"}
.fa-taxi:before {
    content: "\F1BA"}
.fa-telegram:before {
    content: "\F2C6"}
.fa-telegram-plane:before {
    content: "\F3FE"}
.fa-tencent-weibo:before {
    content: "\F1D5"}
.fa-terminal:before {
    content: "\F120"}
.fa-text-height:before {
    content: "\F034"}
.fa-text-width:before {
    content: "\F035"}
.fa-th:before {
    content: "\F00A"}
.fa-th-large:before {
    content: "\F009"}
.fa-th-list:before {
    content: "\F00B"}
.fa-themeisle:before {
    content: "\F2B2"}
.fa-thermometer-empty:before {
    content: "\F2CB"}
.fa-thermometer-full:before {
    content: "\F2C7"}
.fa-thermometer-half:before {
    content: "\F2C9"}
.fa-thermometer-quarter:before {
    content: "\F2CA"}
.fa-thermometer-three-quarters:before {
    content: "\F2C8"}
.fa-thumbs-down:before {
    content: "\F165"}
.fa-thumbs-up:before {
    content: "\F164"}
.fa-thumbtack:before {
    content: "\F08D"}
.fa-ticket-alt:before {
    content: "\F3FF"}
.fa-times:before {
    content: "\F00D"}
.fa-times-circle:before {
    content: "\F057"}
.fa-tint:before {
    content: "\F043"}
.fa-toggle-off:before {
    content: "\F204"}
.fa-toggle-on:before {
    content: "\F205"}
.fa-trademark:before {
    content: "\F25C"}
.fa-train:before {
    content: "\F238"}
.fa-transgender:before {
    content: "\F224"}
.fa-transgender-alt:before {
    content: "\F225"}
.fa-trash:before {
    content: "\F1F8"}
.fa-trash-alt:before {
    content: "\F2ED"}
.fa-tree:before {
    content: "\F1BB"}
.fa-trello:before {
    content: "\F181"}
.fa-tripadvisor:before {
    content: "\F262"}
.fa-trophy:before {
    content: "\F091"}
.fa-truck:before {
    content: "\F0D1"}
.fa-tty:before {
    content: "\F1E4"}
.fa-tumblr:before {
    content: "\F173"}
.fa-tumblr-square:before {
    content: "\F174"}
.fa-tv:before {
    content: "\F26C"}
.fa-twitch:before {
    content: "\F1E8"}
.fa-twitter:before {
    content: "\F099"}
.fa-twitter-square:before {
    content: "\F081"}
.fa-typo3:before {
    content: "\F42B"}
.fa-uber:before {
    content: "\F402"}
.fa-uikit:before {
    content: "\F403"}
.fa-umbrella:before {
    content: "\F0E9"}
.fa-underline:before {
    content: "\F0CD"}
.fa-undo:before {
    content: "\F0E2"}
.fa-undo-alt:before {
    content: "\F2EA"}
.fa-uniregistry:before {
    content: "\F404"}
.fa-universal-access:before {
    content: "\F29A"}
.fa-university:before {
    content: "\F19C"}
.fa-unlink:before {
    content: "\F127"}
.fa-unlock:before {
    content: "\F09C"}
.fa-unlock-alt:before {
    content: "\F13E"}
.fa-untappd:before {
    content: "\F405"}
.fa-upload:before {
    content: "\F093"}
.fa-usb:before {
    content: "\F287"}
.fa-user:before {
    content: "\F007"}
.fa-user-circle:before {
    content: "\F2BD"}
.fa-user-md:before {
    content: "\F0F0"}
.fa-user-plus:before {
    content: "\F234"}
.fa-user-secret:before {
    content: "\F21B"}
.fa-user-times:before {
    content: "\F235"}
.fa-users:before {
    content: "\F0C0"}
.fa-ussunnah:before {
    content: "\F407"}
.fa-utensil-spoon:before {
    content: "\F2E5"}
.fa-utensils:before {
    content: "\F2E7"}
.fa-vaadin:before {
    content: "\F408"}
.fa-venus:before {
    content: "\F221"}
.fa-venus-double:before {
    content: "\F226"}
.fa-venus-mars:before {
    content: "\F228"}
.fa-viacoin:before {
    content: "\F237"}
.fa-viadeo:before {
    content: "\F2A9"}
.fa-viadeo-square:before {
    content: "\F2AA"}
.fa-viber:before {
    content: "\F409"}
.fa-video:before {
    content: "\F03D"}
.fa-vimeo:before {
    content: "\F40A"}
.fa-vimeo-square:before {
    content: "\F194"}
.fa-vimeo-v:before {
    content: "\F27D"}
.fa-vine:before {
    content: "\F1CA"}
.fa-vk:before {
    content: "\F189"}
.fa-vnv:before {
    content: "\F40B"}
.fa-volleyball-ball:before {
    content: "\F45F"}
.fa-volume-down:before {
    content: "\F027"}
.fa-volume-off:before {
    content: "\F026"}
.fa-volume-up:before {
    content: "\F028"}
.fa-vuejs:before {
    content: "\F41F"}
.fa-weibo:before {
    content: "\F18A"}
.fa-weixin:before {
    content: "\F1D7"}
.fa-whatsapp:before {
    content: "\F232"}
.fa-whatsapp-square:before {
    content: "\F40C"}
.fa-wheelchair:before {
    content: "\F193"}
.fa-whmcs:before {
    content: "\F40D"}
.fa-wifi:before {
    content: "\F1EB"}
.fa-wikipedia-w:before {
    content: "\F266"}
.fa-window-close:before {
    content: "\F410"}
.fa-window-maximize:before {
    content: "\F2D0"}
.fa-window-minimize:before {
    content: "\F2D1"}
.fa-window-restore:before {
    content: "\F2D2"}
.fa-windows:before {
    content: "\F17A"}
.fa-won-sign:before {
    content: "\F159"}
.fa-wordpress:before {
    content: "\F19A"}
.fa-wordpress-simple:before {
    content: "\F411"}
.fa-wpbeginner:before {
    content: "\F297"}
.fa-wpexplorer:before {
    content: "\F2DE"}
.fa-wpforms:before {
    content: "\F298"}
.fa-wrench:before {
    content: "\F0AD"}
.fa-xbox:before {
    content: "\F412"}
.fa-xing:before {
    content: "\F168"}
.fa-xing-square:before {
    content: "\F169"}
.fa-y-combinator:before {
    content: "\F23B"}
.fa-yahoo:before {
    content: "\F19E"}
.fa-yandex:before {
    content: "\F413"}
.fa-yandex-international:before {
    content: "\F414"}
.fa-yelp:before {
    content: "\F1E9"}
.fa-yen-sign:before {
    content: "\F157"}
.fa-yoast:before {
    content: "\F2B1"}
.fa-youtube:before {
    content: "\F167"}
.fa-youtube-square:before {
    content: "\F431"}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-brands-400.eot);
    src: url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-brands-400.woff2) format("woff2"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-brands-400.woff) format("woff"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-brands-400.ttf) format("truetype"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: Font Awesome\ 5 Brands;
}
@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-regular-400.eot);
    src: url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-regular-400.woff2) format("woff2"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-regular-400.woff) format("woff"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-regular-400.ttf) format("truetype"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-solid-900.eot);
    src: url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-solid-900.woff2) format("woff2"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-solid-900.woff) format("woff"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-solid-900.ttf) format("truetype"), url(/typo3conf/ext/rx_shariff/Resources/Public/Css/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}
.fa, .fas {
    font-weight: 900;
}
.shariff:after, .shariff:before {
    content: " ";
    display: table;
}
.shariff:after {
    clear: both;
}
.shariff ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shariff li {
    overflow: hidden;
}
.shariff li, .shariff li a {
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shariff li a {
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none;
}
.shariff li .share_count, .shariff li .share_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: middle;
    line-height: 35px;
}
.shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
}
.shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px;
}
.shariff .orientation-horizontal li {
    -webkit-box-flex: 1;
}
.shariff .orientation-horizontal .info {
    -webkit-box-flex: 0;
}
.shariff .orientation-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shariff .orientation-horizontal li {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px;
}
.shariff .orientation-horizontal li:last-child {
    margin-right: 0;
}
.shariff .orientation-horizontal li .share_text {
    display: block;
    text-indent: -9999px;
    padding-left: 3px;
}
.shariff .orientation-horizontal li .share_count {
    display: none;
}
.shariff .theme-grey .shariff-button a {
    background-color: #b0b0b0;
}
.shariff .theme-grey .shariff-button .share_count {
    background-color: #ccc;
    color: #333;
}
.shariff .theme-white .shariff-button {
    border: 1px solid #ddd;
}
.shariff .theme-white .shariff-button a {
    background-color: #fff;
}
.shariff .theme-white .shariff-button a:hover {
    background-color: #eee;
}
.shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999;
}
.shariff .orientation-vertical.button-style-icon {
    min-width: 35px;
}
.shariff .orientation-vertical.button-style-icon-count {
    min-width: 80px;
}
.shariff .orientation-vertical.button-style-standard {
    min-width: 110px;
}
.shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0;
}
.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
    width: 24px;
    text-align: right;
}
@media only screen and (min-width:360px) {
    .shariff .orientation-horizontal li {
        margin-right: 1.8%}
    .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
        min-width: 80px;
    }
    .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
        display: block;
    }
    .shariff .orientation-horizontal.button-style-standard li {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
        min-width: 110px;
        max-width: 160px;
    }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
        text-indent: 0;
        display: inline;
    }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}@media only screen and (min-width:640px) {
    .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
        min-width: 110px;
        max-width: 160px;
    }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
        text-indent: 0;
        display: inline;
    }
}@media only screen and (min-width:768px) {
    .shariff .orientation-horizontal.button-style-standard li {
        min-width: 110px;
        max-width: 160px;
    }
    .shariff .orientation-horizontal.button-style-standard li .share_text {
        text-indent: 0;
        display: inline;
    }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}@media only screen and (min-width:1024px) {
    .shariff li, .shariff li a {
        height: 30px;
    }
    .shariff li .fab, .shariff li .far, .shariff li .fas {
        width: 30px;
        line-height: 30px;
    }
    .shariff li .share_count, .shariff li .share_text {
        line-height: 30px;
    }
    .shariff li .share_count {
        height: 28px;
    }
}.shariff .addthis a {
     background-color: #f8694d;
 }
.shariff .addthis a:hover {
    background-color: #f75b44;
}
.shariff .addthis .fa-plus {
    font-size: 14px;
}
.shariff .addthis .share_count {
    color: #f8694d;
    background-color: #f1b8b0;
}
.shariff .theme-white .addthis a {
    color: #f8694d;
}
@media only screen and (min-width:600px) {
    .shariff .addthis .fa-plus {
        font-size: 14px;
        position: relative;
        top: 1px;
    }
}.shariff .diaspora a {
     background-color: #999;
 }
.shariff .diaspora a:hover {
    background-color: #b3b3b3;
}
.shariff .diaspora .fa-times-circle {
    font-size: 17px;
}
.shariff .theme-white .diaspora a {
    color: #999;
}
@media only screen and (min-width:600px) {
    .shariff .diaspora .fa-times-circle {
        font-size: 16px;
    }
}.shariff .facebook a {
     background-color: #3b5998;
	 border-radius: 5px;
	 margin-right: 20px;
	  padding: 0px 10px;
	 box-sizing: border-box;
 }
.shariff .facebook a:hover {
    background-color: #4273c8;
}
.shariff .facebook .fa-facebook-f {
    font-size: 22px;
	margin-right: 10px;
}
.shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf;
}
.shariff .theme-white .facebook a {
    color: #3b5998;
}
@media only screen and (min-width:600px) {
    .shariff .facebook .fa-facebook-f {
        font-size: 19px;
    }
}.shariff .flattr a {
     background-color: #7ea352;
 }
.shariff .flattr a:hover {
    background-color: #f67c1a;
}
.shariff .flattr a:hover .share_count {
    color: #d56308;
    background-color: #fab47c;
}
.shariff .flattr .fa-money-bill-alt {
    font-size: 22px;
}
.shariff .flattr .share_count {
    color: #648141;
    background-color: #b0c893;
}
.shariff .theme-white .flattr a {
    color: #f67c1a;
}
@media only screen and (min-width:600px) {
    .shariff .flattr .fa-money-bill-alt {
        font-size: 19px;
    }
}.shariff .flipboard a {
     background-color: #e12828;
 }
.shariff .flipboard a:hover {
    background-color: #ff2e2e;
}
.shariff .flipboard .fa-flipboard {
    font-size: 22px;
}
.shariff .theme-white .flipboard a {
    color: #e12828;
}
@media only screen and (min-width:600px) {
    .shariff .flipboard .fa-flipboard {
        font-size: 19px;
    }
}.shariff .googleplus a {
     background-color: #d34836;
 }
.shariff .googleplus a:hover {
    background-color: #f75b44;
}
.shariff .googleplus .fa-google-plus-g {
    font-size: 22px;
}
.shariff .googleplus .share_count {
    color: #a31601;
    background-color: #eda79d;
}
.shariff .theme-white .googleplus a {
    color: #d34836;
}
@media only screen and (min-width:600px) {
    .shariff .googleplus .fa-google-plus-g {
        font-size: 19px;
    }
}.shariff .info {
     border: 1px solid #ccc;
 }
.shariff .info a {
    color: #666;
    background-color: #fff;
}
.shariff .info a:hover {
    background-color: #efefef;
}
.shariff .info .fa-info {
    font-size: 20px;
    width: 33px;
}
.shariff .info .share_text {
    display: block!important;
    text-indent: -9999px!important;
}
.shariff .theme-grey .info a {
    background-color: #fff;
}
.shariff .theme-grey .info a:hover {
    background-color: #efefef;
}
.shariff .orientation-vertical .info {
    width: 35px;
    float: right;
}
@media only screen and (min-width:360px) {
    .shariff .orientation-horizontal .info {
        -webkit-box-flex: 0!important;
        -ms-flex: none!important;
        flex: none!important;
        width: 35px;
        min-width: 35px!important;
    }
}@media only screen and (min-width:1024px) {
    .shariff .info .fa-info {
        font-size: 16px;
        width: 23px;
    }
    .shariff .orientation-horizontal .info {
        width: 25px;
        min-width: 25px!important;
    }
    .shariff .orientation-vertical .info {
        width: 25px;
    }
}.shariff .linkedin a {
     background-color: #0077b5;
 }
.shariff .linkedin a:hover {
    background-color: #0369a0;
}
.shariff .linkedin .fa-linkedin-in {
    font-size: 22px;
}
.shariff .linkedin .share_count {
    color: #004785;
    background-color: #33aae8;
}
.shariff .theme-white .linkedin a {
    color: #0077b5;
}
@media only screen and (min-width:600px) {
    .shariff .linkedin .fa-linkedin-in {
        font-size: 19px;
    }
}.shariff .mail a {
     background-color: #999;
 }
.shariff .mail a:hover {
    background-color: #a8a8a8;
}
.shariff .mail .fa-envelope {
    font-size: 21px;
}
.shariff .theme-white .mail a {
    color: #999;
}
@media only screen and (min-width:600px) {
    .shariff .mail .fa-envelope {
        font-size: 18px;
    }
}.shariff .print a {
     background-color: #999;
 }
.shariff .print a:hover {
    background-color: #a8a8a8;
}
.shariff .print .fa-print {
    font-size: 21px;
}
.shariff .theme-white .print a {
    color: #999;
}
@media only screen and (min-width:600px) {
    .shariff .print .fa-print {
        font-size: 18px;
    }
}.shariff .pinterest a {
     background-color: #bd081c;
 }
.shariff .pinterest a:hover {
    background-color: #d50920;
}
.shariff .pinterest .fa-pinterest-p {
    font-size: 22px;
}
.shariff .pinterest .share_count {
    color: #a31601;
    background-color: #eda79d;
}
.shariff .theme-white .pinterest a {
    color: #bd081c;
}
@media only screen and (min-width:600px) {
    .shariff .pinterest .fa-pinterest-p {
        font-size: 19px;
        position: relative;
        top: 1px;
    }
}.shariff .reddit a {
     background-color: #ff4500;
 }
.shariff .reddit a:hover {
    background-color: #ff6a33;
}
.shariff .reddit .fa-reddit {
    font-size: 17px;
}
.shariff .theme-white .reddit a {
    color: #ff4500;
}
@media only screen and (min-width:600px) {
    .shariff .reddit .fa-reddit {
        font-size: 16px;
    }
}.shariff .stumbleupon a {
     background-color: #eb4924;
 }
.shariff .stumbleupon a:hover {
    background-color: #ef7053;
}
.shariff .stumbleupon .fa-stumbleupon {
    font-size: 17px;
}
.shariff .theme-white .stumbleupon a {
    color: #eb4924;
}
@media only screen and (min-width:600px) {
    .shariff .stumbleupon .fa-stumbleupon {
        font-size: 16px;
    }
}.shariff .twitter a {
     background-color: #55acee;
	 border-radius: 5px;
	 padding: 0px 10px;
	 box-sizing: border-box;

 }
.shariff .twitter a:hover {
    background-color: #32bbf5;
}

.shariff .twitter .fa-twitter {
    font-size: 28px;
	margin-right: 10px;
}
.shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96d4ee;
}
.shariff .theme-white .twitter a {
    color: #55acee;
}
@media only screen and (min-width:600px) {
    .shariff .twitter .fa-twitter {
        font-size: 24px;
    }
}.shariff .whatsapp a {
     background-color: #5cbe4a;
 }
.shariff .whatsapp a:hover {
    background-color: #34af23;
}
.shariff .whatsapp .fa-whatsapp {
    font-size: 28px;
}
.shariff .theme-white .whatsapp a {
    color: #5cbe4a;
}
@media only screen and (min-width:600px) {
    .shariff .whatsapp .fa-whatsapp {
        font-size: 22px;
    }
}.shariff .xing a {
     background-color: #126567;
 }
.shariff .xing a:hover {
    background-color: #29888a;
}
.shariff .xing .fa-xing {
    font-size: 22px;
}
.shariff .xing .share_count {
    color: #15686a;
    background-color: #4fa5a7;
}
.shariff .theme-white .xing a {
    color: #126567;
}
@media only screen and (min-width:600px) {
    .shariff .xing .fa-xing {
        font-size: 19px;
    }
}.shariff .tumblr a {
     background-color: #36465d;
 }
.shariff .tumblr a:hover {
    background-color: #44546b;
}
.shariff .tumblr .fa-tumblr {
    font-size: 28px;
}
.shariff .theme-white .tumblr a {
    color: #5cbe4a;
}
@media only screen and (min-width:600px) {
    .shariff .tumblr .fa-tumblr {
        font-size: 22px;
    }
}.shariff .threema a {
     background-color: #333;
 }
.shariff .threema a:hover {
    background-color: #1f1f1f;
}
.shariff .threema .fa-lock {
    font-size: 28px;
}
.shariff .theme-white .threema a {
    color: #333;
}
@media only screen and (min-width:600px) {
    .shariff .threema .fa-lock {
        font-size: 22px;
    }
}.shariff .weibo a {
     background-color: #f56770;
 }
.shariff .weibo a:hover {
    background-color: #fa7f8a;
}
.shariff .weibo .fa-weibo {
    font-size: 28px;
}
.shariff .weibo .share_count {
    color: #0174a4;
    background-color: #f56770;
}
.shariff .theme-white .weibo a {
    color: #f56770;
}
@media only screen and (min-width:600px) {
    .shariff .weibo .fa-weibo {
        font-size: 24px;
    }
}.shariff .tencent-weibo a {
     background-color: #26ace0;
 }
.shariff .tencent-weibo a:hover {
    background-color: #38bbeb;
}
.shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 28px;
}
.shariff .tencent-weibo .share_count {
    color: #0174a4;
    background-color: #26ace0;
}
.shariff .theme-white .tencent-weibo a {
    color: #26ace0;
}
@media only screen and (min-width:600px) {
    .shariff .tencent-weibo .fa-tencent-weibo {
        font-size: 24px;
    }
}.shariff .telegram a {
     background-color: #08c;
 }
.shariff .telegram a:hover {
    background-color: #007dbb;
}
.shariff .telegram .fa-telegram {
    font-size: 28px;
}
.shariff .theme-white .telegram a {
    color: #08c;
}
@media only screen and (min-width:600px) {
    .shariff .telegram .fa-telegram {
        font-size: 22px;
    }
}.shariff .qzone a {
     background-color: #2b82d9;
 }
.shariff .qzone a:hover {
    background-color: #398fe6;
}
.shariff .qzone .fa-qq {
    font-size: 28px;
}
.shariff .qzone .share_count {
    color: #0174a4;
    background-color: #2b82d9;
}
.shariff .theme-white .qzone a {
    color: #2b82d9;
}
@media only screen and (min-width:600px) {
    .shariff .qzone .fa-qq {
        font-size: 24px;
    }
}.shariff .vk a {
     background-color: #5d7fa4;
 }
.shariff .vk a:hover {
    background-color: #678eb4;
}
.shariff .vk .fa-vk {
    font-size: 22px;
}
.shariff .vk .share_count {
    color: #55677d;
    background-color: #fff;
}
.shariff .theme-white .vk a {
    color: #3b5998;
}
@media only screen and (min-width:600px) {
    .shariff .vk .fa-vk {
        font-size: 19px;
    }
}

ul.theme-standard.orientation-horizontal.button-style-standard.shariff-col-2 {
	margin-left: 0px!important;
}*/
/*JSC Changed*/

div.gme-info-window img{
    float:right;
	width: 234px;
	height: auto;
}
div.gme-info-window h3{
    clear:both;
}

.tx-go-maps-ext {
	background-color: #e3f1d1;
	padding: 25px;
}
.tx-go-maps-ext h2{
	margin:0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.tx-go-maps-ext h2:before {
 font-family: "Font Awesome\ 5 Free";
	content: '\F3C5';
	 font-weight: 900;
	margin-right: 10px;
	font-size: 48px;
}
.tx-go-maps-ext input.go_maps_user_activation_button {
padding: 10px 15px;

margin-top: 15px;
}

.js-map {
	width: 100%!important;
]}


/*
@font-face {
    font-family: 'BundesSansWeb-Regular';
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Regular.eot');
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Regular.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Regular.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/fonts/BundesSansWeb-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'BundesSansWeb-Bold';
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.eot');
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'BundesSansWeb-Italic';
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.eot');
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-Italic.ttf') format("truetype");
}
@font-face {
    font-family: 'BundesSansWeb-BoldItalic';
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.eot');
    src: url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.woff') format("woff"), url('../../../typo3conf/ext/ble_cms/Resources/Public/Fonts/BundesSansWeb-BoldItalic.ttf') format("truetype");
} */
/* ============================================================================= Mixins ========================================================================== */
/* ============================================================================= Grundaufbau ========================================================================== */
/* ============================================================================= Ãœberschriften ========================================================================== */
/* ============================================================================= Texte, Bilder, Links ========================================================================== */
/* ============================================================================= Listen ========================================================================== */
/* ============================================================================= Tabellen ========================================================================== */
/* ============================================================================= Formulare ========================================================================== */
/* ============================================================================= Pagination ========================================================================== */
/* ============================================================================= Social Media ========================================================================== */
/* ============================================================================= Breadcrumb ========================================================================== */
/* ============================================================================= Servicenavigation ========================================================================== */
/* ============================================================================= Hauptnavigation ========================================================================== */
/* ============================================================================= Subnavigation ========================================================================== */
/*
#sub-navi {
  height: auto;
  position: relative;

  #fix-container {
    position: relative;
    background: $color_5;
    z-index: 2;
    display: inline-block;

    &.fixed {
      position: fixed;
      top: 20px;
    }

    > ul {
      max-height: 50vh;
      overflow: hidden;
      display: inline-block;
    }

    .subMenu-scroller {
      height: 20px;
      width: 100%;
      background: #2b82d9;
      display: none;
      cursor: pointer;
      text-align: center;
      color: #fff;
      position: absolute;
    }

    #sub-navi-up {
      top: -20px;
    }

    #sub-navi-down {
      bottom: -20px;
    }
  }
}
*/
/* ============================================================================= Sitemap ========================================================================== */
/* ============================================================================= CSS Styled Content ========================================================================== */
/* Space below each image (also in-between rows) */
/* colSpace around image columns, except for last column */
/* Search */
/* ============================================================================= Extensions ========================================================================== */
/* FORMHANDLER */
/* RWD Menu */
/* body { == lebt jetzt in gobal.scss ==
    font-size: 0.938em;
    font-weight: normal;
    font-family: $font_family_1;
    line-height: 1.4;
    color: $color_1;
} */
/* == gelöscht ==
body.standard {
    nav#main-nav {
        ul {
            li {
                div.bg-container {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }
            }
        }
    }
    aside {
        padding-top: 40px;
    }
    #navFooterCC {
        .footerImage {
            margin-left: 0.55em;
        }
    }
    div#main {
        margin-top: 26px;
        nav#breadcrumb {
            margin: 0;
            padding: 15px 0 47px 0;
            background-color: $background_color_1;
            margin-left: -1000px;
            padding-left: 1000px;
            ul {
                overflow: hidden;
            }
        }
        .context {
            div.teaser.twocol {
                margin-right: 0;
                margin-left: -67px;
                .element-left {
                    margin: 0 14px 0 0;
                }
            }
        }
    }
    div.sidebar {
        margin-left: 7px !important;
        margin-right: 0 !important;
        nav#sub-navi {
            display: none;
        }
        nav.subnavi_4 {
            background-color: $background_color_1;
            margin-left: -1000px;
            padding-left: 1000px;
            margin-right: -8px;
            padding-bottom: 30px;
            margin-bottom: 0;
            ul {
                margin-right: 8px !important;
                ul {
                    margin-right: 0 !important;
                }
            }
        }
    }
    #stage {
        #main-stage {
            div.sidebar {
                margin-left: 0 !important;
            }
        }
    }
    div.context {
        margin: 0 7px 0 8px !important;
        padding-left: 0;
        padding-right: 0;
        >.csc-default, >.frame {
            &:first-child {
                margin-top: 0;
                header {
                    h2 {
                        margin-top: -8px;
                    }
                }
            }
        }
    }
    aside {
        padding: 21px 10px 50px 10px;
    }
    nav#main-nav {
        ul {
            li {
                div.bg-container {
                    ul.subnavi_1 {
                        li {
                            &:hover {
                                a {
                                    &:after {
                                        display: block;
                                    }
                                }
                            }
                        }
                        li.focus {
                            a {
                                &:after {
                                    display: block;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #navFooterCC {
        .footerImage {
            margin-left: 0.55em;
        }
    }
    div.stripes.news-filter {
        margin-left: -67px;
        margin-right: 0;
        padding: 15px 15px 15px 67px;
    }
    div.stripes.page-navigation {
        margin-left: -67px;
        margin-right: 0;
        padding: 0 0 0 67px;
    }
}
*/
/* #skipnav { == lebt jetzt in meta-nav.scss ==
    a {
        position: absolute;
        left: -999em;
        &:focus {
            left: 15px;
            top: 15px;
        }
    }
} */
/*
header#header { == lebt jetzt in header.scss + grid.scss ==
    border-top: 10px solid #74B917;
    clear: both;
    .container {
        .grid_9 {
            float: left;
            height: 56px;
        }
        .grid_3 {
            float: left;
        }
    }
}
 */
/*
div#main { == komplett aufgeteilt ==
    font-size: 1em;
    overflow: hidden;
    z-index: 1;
    .context {
        ul {
            list-style-image: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/grey-list.png');
            list-style-position: outside;
            margin-left: 45px;
            margin-top: 17px;
            li {
                line-height: 1.5;
                margin-bottom: 5px;
                margin-top: 5px;
            }
            ul {
                margin-top: 0;
                margin-left: 0;
            }
            &+p {
                margin-top: 17px;
            }
        }
        ol {
            margin-left: 30px;
            margin-top: 17px;
            counter-reset: item;
            ol {
                list-style: none;
                margin-left: 0;
                counter-reset: item;
                margin-top: 0;
                margin-left: 0;
                >li {
                    &:before {
                        counter-increment: item;
                        content: counters(item,".") ". ";
                        color: $color_3;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }
            >li {
                &:before {
                    counter-increment: item;
                    content: counters(item,".") ". ";
                    color: $color_3;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
            li {
                position: relative;
                line-height: 1.5;
                margin-bottom: 5px;
                margin-top: 5px;
                span {
                    display: inline-block;
                    margin-left: 20px;
                }
            }
            &+p {
                margin-top: 17px;
            }
        }
        ol.hierarchical {
            ol {
                list-style: none;
                margin-left: 0;
                counter-reset: item;
                >li {
                    &:before {
                        counter-increment: item;
                        content: counters(item,".") ". ";
                        color: $color_3;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }
            counter-reset: item;
            >li {
                &:before {
                    counter-increment: item;
                    content: counters(item,".") ". ";
                    color: $color_3;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
            li {
                span {
                    margin-left: 44px;
                }
            }
        }
        nav {
            ul {
                margin: 0;
                list-style: none;
                li {
                    margin-top: 0;
                    margin-bottom: 0;
                    line-height: 1.4;
                }
            }
            ol {
                margin: 0;
                list-style: none;
                li {
                    margin-top: 0;
                    margin-bottom: 0;
                    line-height: 1.4;
                }
            }
            ul.categories {
                li {
                    h2 {
                        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/category-divider.png') no-repeat left bottom;
                        padding: 8px 0 !important;
                        margin: 10px 0 10px 0 !important;
                    }
                    &:first-child {
                        h2 {
                            margin-top: 0;
                        }
                    }
                    a {
                        font-size: 1.467em;
                        color: $color_8;
                    }
                    ul {
                        li {
                            margin-top: 20px;
                            &:first-child {
                                margin-top: 0;
                            }
                            a {
                                font-size: 1.200em;
                                font-weight: normal;
                                font-family: $font_family_2;
                            }
                            ul {
                                margin: 4px 0 0 20px !important;
                                a {
                                    font-size: 1em;
                                    font-weight: normal;
                                    font-family: $font_family_2;
                                }
                                li {
                                    margin-top: 4px;
                                    ul {
                                        a {
                                            font-weight: normal;
                                            font-family: $font_family_1;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        div.teaser.twocol {
            margin-right: -68px;
            margin-left: 0;
            .element-left {
                margin: 0 15px 0 0;
                width: 317px;
            }
            .element-right {
                margin: 0 0 0 0;
                width: 317px;
            }
            ul.link-list {
                margin-left: 5px;
                margin-right: 5px;
            }
            .caption {
                ul.link-list {
                    margin-top: 6px;
                }
            }
        }
        div.information {
            &+p {
                margin-top: 40px;
            }
        }
        blockquote {
            &+p {
                margin-top: 40px;
            }
        }
        header {
            &+p {
                margin-top: 0;
            }
            &+ul {
                margin-top: 7px;
            }
            &+ol {
                margin-top: 7px;
            }
        }
        h2 {
            &+p {
                margin-top: 0;
            }
            &+ul {
                margin-top: 7px;
            }
            &+ol {
                margin-top: 7px;
            }
        }
        h3 {
            &+p {
                margin-top: 2px;
            }
            &+ul {
                margin-top: 5px;
            }
            &+ol {
                margin-top: 5px;
            }
        }
        h4 {
            &+p {
                margin-top: 5px;
            }
            &+ul {
                margin-top: 5px;
            }
            &+ol {
                margin-top: 5px;
            }
        }
        h5 {
            &+p {
                margin-top: 5px;
            }
            &+ul {
                margin-top: 5px;
            }
            &+ol {
                margin-top: 5px;
            }
        }
        ul.link-list {
            list-style: none;
            margin: 0;
            padding-left: 0px;
            margin-left: 30px;
            margin-top: 16px;
            a.internal-link {
                display: inline-block;
                padding-left: 9px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
            }
            a.external-link {
                display: inline-block;
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
            }
            a.mail {
                display: inline-block;
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
            }
            .linklistwrap {
                display: inline-block;
                a.internal-link {
                    display: inline;
                    background: none;
                    padding-left: 0;
                }
                a.external-link {
                    display: inline;
                    background: none;
                    padding-left: 0;
                }
                a.mail {
                    display: inline;
                    background: none;
                    padding-left: 0;
                }
            }
            .linklistwrap.internal-link {
                padding-left: 9px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
            }
            .linklistwrap.external-link {
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
            }
            .linklistwrap.mail {
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
            }
        }
        header {
            &+ul.link-list {
                margin-top: 10px;
            }
        }
    }
    .sidebar {
        ul {
            list-style-image: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/grey-list.png');
            list-style-position: outside;
            margin-left: 45px;
            margin-top: 17px;
            li {
                line-height: 1.5;
                margin-bottom: 5px;
                margin-top: 5px;
            }
            ul {
                margin-top: 0;
                margin-left: 0;
            }
        }
        ol {
            margin-left: 30px;
            margin-top: 17px;
            counter-reset: item;
            ol {
                list-style: none;
                margin-left: 0;
                counter-reset: item;
                margin-top: 0;
                margin-left: 0;
                >li {
                    &:before {
                        counter-increment: item;
                        content: counters(item,".") ". ";
                        color: $color_3;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }
            >li {
                &:before {
                    counter-increment: item;
                    content: counters(item,".") ". ";
                    color: $color_3;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
            li {
                position: relative;
                line-height: 1.5;
                margin-bottom: 5px;
                margin-top: 5px;
                span {
                    display: inline-block;
                    margin-left: 20px;
                }
            }
        }
        ol.hierarchical {
            ol {
                list-style: none;
                margin-left: 0;
                counter-reset: item;
                >li {
                    &:before {
                        counter-increment: item;
                        content: counters(item,".") ". ";
                        color: $color_3;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }
            counter-reset: item;
            >li {
                &:before {
                    counter-increment: item;
                    content: counters(item,".") ". ";
                    color: $color_3;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
            li {
                span {
                    margin-left: 44px;
                }
            }
        }
        nav {
            ul {
                margin: 0;
                list-style: none;
                li {
                    margin-top: 0;
                    margin-bottom: 0;
                    line-height: 1.4;
                }
            }
            ol {
                margin: 0;
                list-style: none;
                li {
                    margin-top: 0;
                    margin-bottom: 0;
                    line-height: 1.4;
                }
            }
        }
        aside {
            .teaser {
                .content {
                    article.news-list-item-marginal {
                        h3 {
                            &+p {
                                margin-top: 0;
                            }
                        }
                    }
                    >ul {
                        >li {
                            &:first-child {
                                margin-top: 0;
                            }
                        }
                    }
                    p {
                        &:first-child {
                            margin-top: 0px;
                            margin-top: 0px;
                        }
                        margin-top: 16px;
                    }
                    p.phone {
                        margin-top: 9px;
                    }
                    p.fax {
                        margin-top: 9px;
                    }
                    p.contact {
                        margin-top: 11px;
                    }
                    p.tarif {
                        margin-top: 11px;
                    }
                    p.download-item {
                        margin-top: 20px;
                    }
                    .news-list-item {
                        margin-top: 20px;
                        &:first-child {
                            margin-top: 0px;
                        }
                    }
                }
                color: $color_2;
                .content-full {
                    >ul {
                        >li {
                            &:first-child {
                                margin-top: 0;
                            }
                        }
                    }
                    p {
                        &:first-child {
                            margin-top: 0px;
                        }
                        margin-top: 0;
                    }
                    p.phone {
                        margin-top: 9px;
                    }
                    p.fax {
                        margin-top: 9px;
                    }
                    p.contact {
                        margin-top: 11px;
                    }
                    p.tarif {
                        margin-top: 11px;
                    }
                    p.download-item {
                        margin-top: 20px;
                    }
                }
                .marginal-title {
                    font-size: 1.133em;
                    font-weight: normal;
                    font-family: $font_family_2;
                    margin-top: 0;
                    margin-bottom: 0;
                    color: $color_2;
                }
            }
        }
        ul.link-list {
            list-style: none;
            margin: 0;
            padding-left: 0px;
            a.internal-link {
                display: inline-block;
                padding-left: 9px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
            }
            a.external-link {
                display: inline-block;
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
            }
            a.mail {
                display: inline-block;
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
            }
            .linklistwrap {
                display: inline-block;
                a.internal-link {
                    display: inline;
                    background: none;
                    padding-left: 0;
                }
                a.external-link {
                    display: inline;
                    background: none;
                    padding-left: 0;
                }
                a.mail {
                    display: inline;
                    background: none;
                    padding-left: 0;
                }
            }
            .linklistwrap.internal-link {
                padding-left: 9px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
                }
            }
            .linklistwrap.external-link {
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
                }
            }
            .linklistwrap.mail {
                padding-left: 13px;
                background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 7px;
                &:hover {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
                &:focus {
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
                }
            }
        }
    }
}

div.context {
    background-color: $background_color_1;
    margin-right: 7px;
    padding: 0 0 20px 0;
    >.csc-default, >.frame {
        margin-top: 26px;
        clear: both;
    }
    >.csc-default.no-imagemargin, >.frame.no-imagemargin {
        margin-top: 41px;
        >div {
            &:first-child {
                >p {
                    &:first-child {
                        margin-top: 0;
                    }
                }
                >div {
                    &:first-child {
                        >p {
                            &:first-child {
                                margin-top: 0;
                            }
                        }
                    }
                }
            }
        }
    }
}


 */
/* lebt in footer.scss */
/*
footer#footer {
    width: 100%;
    padding: 20px 0 0 0;
    background-color: $background_color_2;
    overflow: hidden;
}
div#footerbar {
    padding: 8px 0;
    background-color: $background_color_3;
    border-top: 1px dotted #C4C8CD;
    overflow: hidden;
    figure {
        a {
            &:focus {
                img {
                    outline: medium solid #e2bc73;
                }
            }
        }
    }
    img {
        margin-right: 20px;
    }
    .container {
        div {
            float: left;
        }
    }
    form.tx-indexedsearch-searchbox {
        float: right;
        width: 225px;
        margin: 37px 0 0 0;
    }
    nav#social-media {
        position: relative;
        ul {
            text-align: left;
            li {
                float: none;
                margin: 10px 0;
                padding-bottom: 0;
            }
        }
    }
    h6 {
        font-weight: normal;
        font-family: $font_family_2;
        font-size: 1em;
        line-height: 1.5em;
        color: $color_1;
        margin-top: 16px;
    }
}
#navFooterCC {
    .footerText {
        float: left;
        font-size: 85%;
        color: $color_4;
        padding-top: 1.45em;
        padding-bottom: 1.45em;
        padding-left: 6px;
    }
    .footerImage {
        float: left;
        padding-top: 0.7em;
        margin-left: 1.2em;
    }
}
 */
/*  == kann geläscht werden, gibt es jetzt neu ==
div#stage {
    background-color: $background_color_2;
    clear: both;
    div#main-stage {
        overflow: hidden;
        clear: both;
    }
} */
/* == kann geläscht werden, Streifenhintergund gibt es nicht mehr ==
div.stripes {
    clear: both;
    width: 100%;
    padding: 0;
    background-color: $background_color_1;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/stripes.png') repeat scroll 0 0;
    float: left;
    p {
        margin: 0;
    }
    .button-grey {
        float: right;
    }
}

 */
/* == löschen, stripes gibt es nicht mehr ==
div.stripes.news-filter {
    float: none;
    width: auto;
    margin-right: -68px;
    margin-bottom: 1em;
    padding: 15px 68px 15px 15px;
    border-top: 1px dotted #C4C8CD;
    border-bottom: 1px dotted #C4C8CD;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/stripes-30.png') repeat scroll 0 0;
    h5.news-form {
        border-bottom: 1px dotted #C4C8CD;
        padding-bottom: 5px;
        margin-top: 0;
        margin-bottom: 5px;
    }
}
div.stripes.page-navigation {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/stripes-pagination.png') repeat scroll 0 0;
    float: none;
    margin-right: -68px;
    width: auto;
    padding-right: 68px;
}
*/
/*
div.top-print {
  margin: 47px 0 0px;
}

div.top-link {
  margin: 30px 0 47px;
}

div.last-change {
  margin-top: 16px;
}

div.border-filler {
  margin-right: 0;
  min-height: 100%;
}

div.label-placeholder {
  line-height: 105px;
  text-align: right;
  margin: auto;
  display: none;

  img {
    margin: auto;
    vertical-align: top;
  }
}
*/
/*
div.sidebar {
    margin-left: 0;
    margin-right: 0;
    clear: both;
}
aside {
    height: 100%;
    padding: 50px 10px;
    background-color: $background_color_4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    div.stripes {
        display: block;
        width: 100%;
        padding: 0px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        overflow: hidden;
    }
    div.teaser {
        div.content.stripes {
            padding: 15px 0;
            >ul {
                margin-left: 15px !important;
                margin-right: 15px !important;
            }
            >ol {
                margin-left: 15px !important;
                margin-right: 15px !important;
            }
            >p {
                margin-left: 15px !important;
                margin-right: 15px !important;
            }
        }
    }
    div.content.stripes {
        padding: 15px 0;
        >ul {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }
        >ol {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }
        >p {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }
    }
    .teaser {
        header {
            h2 {
                font-size: 1.200em;
                font-family: $font_family_1;
                font-weight: normal;
                color: $color_7;
                margin: 0 !important;
                line-height: 1.25;
            }
            h2.stars {
                &:after {
                    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/header-stars.png');
                }
            }
            h3 {
                font-family: $font_family_1;
                font-weight: normal;
                color: $color_7;
                margin: 0 !important;
                line-height: 1.25;
            }
            h3.stars {
                &:after {
                    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/header-stars.png');
                }
            }
        }
    }
}

 */
/*
article {
    margin-top: 47px;
    h2 {
        margin: 8px 0;
    }
} */
article.news-list-item-marginal {
  margin-top: 0; }
  article.news-list-item-marginal h3 {
    font-size: 1.133em;
    font-weight: normal;
    font-family: "BundesSansWeb-Bold";
    margin-top: 0;
    margin-bottom: 0;
    color: #000; }
    article.news-list-item-marginal h3 + p {
      margin-top: 0; }

/* == kann gelöscht werden, lebt in teaser.scss ==
div.teaser {
    margin: 20px 0 0 0;
    overflow: hidden;
    &:first-child {
        margin-top: 0;
    }
    header {
        margin: 0 0 1px 0;
        padding: 5px 15px;
        background-color: $background_color_1;
    }
    div.headline {
        margin: 0 0 1px 0;
        padding: 5px 15px;
        background-color: $background_color_1;
    }
    div.content {
        margin: 0 0 2px 0;
        padding: 15px;
        width: auto;
        background-color: $background_color_1;
        overflow: hidden;
    }
    div.content.stripes {
        width: 100%;
    }
    div.content-full {
        padding: 0;
    }
}
*/
/* == kann gelöscht werder, gibt es nicht mehr ==
div.divider-block {
    margin: 30px 0 50px 0;
    padding: 10px 0;
    border-top: 1px dotted #C4C8CD;
    border-bottom: 1px dotted #C4C8CD;
    clear: both;
}
p.divider-block {
    margin: 30px 0 50px 0;
    padding: 10px 0;
    border-top: 1px dotted #C4C8CD;
    border-bottom: 1px dotted #C4C8CD;
    clear: both;
    &:first-child {
        margin: 30px 0 50px 0;
        padding: 10px 0;
        border-top: 1px dotted #C4C8CD;
        border-bottom: 1px dotted #C4C8CD;
        clear: both;
    }
}
*/
/*
div.divider, div.frame-type-div {
    margin: 1em 0;
    padding: 0;
    hr, .ce-div {
        clear: both;
        border: 0;
        border-top: 1px dotted #C4C8CD;
        color: $color_5;
        background-color: $background_color_1;
        height: 1px;
    }
} */
/* == lebt jetzt in headings.scss ==
h1 {
    font-family: $font_family_2;
    font-weight: normal;
    margin: 0;
    font-size: 1.733em;
    margin: 1em 0 0.5em 0;
}
h2 {
    font-family: $font_family_2;
    font-weight: normal;
    margin: 0;
    font-size: 1.467em;
    line-height: 33px;
    color: $color_1;
    margin-top: 16px;
}
h3 {
    font-family: $font_family_2;
    font-weight: normal;
    margin: 0;
    font-size: 1.200em;
    line-height: 1.5em;
    color: $color_8;
    margin-top: 16px;
}
h4 {
    font-family: $font_family_2;
    font-weight: normal;
    margin: 0;
    font-weight: normal;
    font-family: $font_family_2;
    font-size: 1em;
    line-height: 1.5em;
    color: $color_8;
    margin-top: 16px;
}
h5 {
    font-family: $font_family_2;
    font-weight: normal;
    margin: 0;
    font-weight: normal;
    font-family: $font_family_2;
    font-size: 1em;
    line-height: 1.5em;
    color: $color_1;
    margin-top: 16px;
}
h6 {
    font-family: $font_family_2;
    font-weight: normal;
    margin: 0;
    font-weight: normal;
    font-family: $font_family_2;
    font-size: 1em;
    line-height: 1.5em;
    color: $color_9;
}

 */
/*
h1.subsite {
    font-family: $font_family_1;
    font-weight: normal;
    font-size: 2.000em;
    line-height: 39px;
    margin: 10px 0 -6px;
}
h1.homestage {
    position: absolute;
    left: -999em;
} */
/*  == kann geläscht werden, gibt es nicht mehr ==
#stage-content {
    h2 {
        font-family: $font_family_2;
        font-weight: normal;
        margin: 0;
        font-size: 1.733em;
        margin: 1em 0 0.5em 0;
        color: $color_6;
    }
} */
/*
h2.modul {
  font-size: 1.200em;
  font-family: $font_family_1;
  font-weight: normal;
  color: $color_7;
  margin: 0 !important;
  line-height: 1.25;
}

h2.modul.stars {
  &:after {
    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/header-stars.png');
  }
}

h3.modul {
  font-family: $font_family_1;
  font-weight: normal;
  color: $color_7;
  margin: 0 !important;
  line-height: 1.25;
}

h3.modul.stars {
  &:after {
    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/header-stars.png');
  }
}
*/
/*
div.info-box {
    h3 {
        font-family: $font_family_2;
        font-weight: normal;
        font-size: 1em;
        color: $color_7;
        margin: 0;
        line-height: 1.5em;
        margin-left: 20px;
    }
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px 15px 20px 15px;
    border: 1px solid #004F80;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/info.png') no-repeat 5px 5px;
    p {
        margin: 20px 0 0 20px !important;
        &:first-child {
            margin-top: 0 !important;
        }
    }
    ul {
        margin: 20px 0 0 20px !important;
        &:first-child {
            margin-top: 0 !important;
        }
    }
} */
.tx-oekolborder-pi1 h3.sitemap {
  font-family: "BundesSansWeb-Bold";
  font-weight: normal;
  font-size: 1em;
  color: #000000;
  margin: 0;
  line-height: 1.5em; }

.tx-oekolborder-pi1 > .csc-default > p:first-child, .tx-oekolborder-pi1 > .frame > p:first-child {
  margin-top: 7px; }

.tx-oekolborder-pi1 #orderform h3 {
  margin-top: 60px; }

h3.related {
  font-weight: normal;
  font-family: "BundesSansWeb-Bold";
  font-size: 1em;
  line-height: 1.5em;
  color: #333333;
  margin-top: 16px; }

h4.related {
  font-weight: normal;
  font-family: "BundesSansWeb-Bold";
  font-size: 1em;
  line-height: 1.5em;
  color: #333333;
  margin-top: 16px; }

h5.formular {
  font-family: "BundesSansWeb-Regular";
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px dotted #C4C8CD;
  margin-top: 44px;
  padding-bottom: 10px; }

h6.capses {
  font-family: "BundesSansWeb-Regular";
  color: #333333;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px dotted #C4C8CD; }

/*
#main {
    .container {
        .context {
            header {
                &+.csc-textpic {
                    margin-top: 10px;
                }
            }
            header {
                &+div.csc-textpic-center.csc-textpic-above {
                    margin-top: 21px;
                }
            }
            div.csc-textpic-center.csc-textpic-above {
                figure.csc-textpic-last {
                    margin-bottom: 0;
                }
            }
        }
    }
}
.ce-textpic.ce-left.ce-intext {
    .ce-bodytext {
        >h2 {
            &:first-child {
                margin-top: 0;
            }
        }
        >h3 {
            &:first-child {
                margin-top: 0;
                margin-top: -3px;
            }
        }
        >h4 {
            &:first-child {
                margin-top: 0;
            }
        }
        >h5 {
            &:first-child {
                margin-top: 0;
            }
        }
        >p {
            &:first-child {
                margin-top: -3px;
            }
        }
    }
}
.ce-textpic.ce-right.ce-intext {
    .ce-bodytext {
        >h2 {
            &:first-child {
                margin-top: 0;
            }
        }
        >h3 {
            &:first-child {
                margin-top: 0;
                margin-top: -3px;
            }
        }
        >h4 {
            &:first-child {
                margin-top: 0;
            }
        }
        >h5 {
            &:first-child {
                margin-top: 0;
            }
        }
        >p {
            &:first-child {
                margin-top: -3px;
            }
        }
    }
} */
a#logo:focus {
  outline: 1px dotted #6B7581; }

a#logo img {
  margin-top: 8px;
  max-width: 67%; }

/*
div.content-full {
    .content-marginal-left {
        margin: 0 20px 0 0;
        div.ce-gallery {
            .ce-row {
                .image {
                    margin: 0;
                }
            }
        }
    }
    .content-marginal-left.layout-1 {
        width: 132px;
        margin: 15px 20px 15px 15px;
        p {
            margin: 0;
            margin: 0;
        }
        a {
            margin: 0;
            margin: 0;
        }
        h3 {
            margin: 0;
        }
        h4 {
            margin: 0;
        }
    }
    .right-column {
        margin: 15px;
        p {
            margin: 0;
        }
        a {
            margin: 0;
        }
        h3 {
            margin-left: 0;
            margin-right: 0;
        }
        h4 {
            margin-left: 0;
            margin-right: 0;
        }
        h5 {
            margin-left: 0;
            margin-right: 0;
        }
    }
    .right-column.layout-1 {
        margin: 0 0 0 147px;
    }
    .full-column {
        margin: 15px 0;
        a {
            margin: 0;
        }
    }
    p {
        margin: 0 15px;
    }
    h3 {
        margin: 0 15px;
    }
    h4 {
        margin: 0 15px;
    }
} */
/*
.element-left {
    clear: both;
    max-width: 100%;
}
.element-right {
    float: right;
    margin: 0 0 0 25px;
}
.right-column {
    margin-left: auto;
}
.left-column {
    margin-right: 260px;
} */
/*
div.teaser-list {
  div.list-item {
    clear: both;
    margin-top: 39px;
    overflow: hidden;

    > .item-image {
      & + h3 {
        margin-top: -5px;
      }
    }

    > h3 {
      &:first-child {
        margin-top: -5px;
      }
    }
  }
}

header {
  & + div.teaser-list {
    div.list-item {
      &:first-child {
        margin-top: 25px;
      }
    }
  }
}

div.container-image-description {
  position: relative;
  padding-bottom: 35px;
  background: #fff;

  div.img-description {
    position: absolute;
    margin-top: -21px;
    padding: 26px 15px 15px 15px;
    font-size: 0.800em;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/img-description.png') no-repeat center top;
  }
}
*/
/*
figure.image {
    position: relative;
    a {
        display: block;
        position: relative;
        &:focus {
            img {
                outline: medium solid #e2bc73;
            }
        }
        &:after {
            content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/img-description.png');
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -18px;
            width: 37px;
            height: 22px;
            display: block;
        }
    }
    figcaption.image-caption {
        position: relative;
        padding: 6px 15px 0px 15px;
        font-size: 0.800em;
    }
}
 */
/*
#footerbar {
    figure.image {
        a {
            &:after {
                content: "";
            }
        }
    }
} */
div.no-imagemargin div.ce-gallery .ce-row .image {
  margin-bottom: 0; }

/*
blockquote {
    color: $color_9;
    padding: 0 55px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/quote.png') no-repeat left center;
    min-height: 44px;
    margin-top: 41px;
    margin-bottom: 0;
} */
/*
div.information {
    color: $color_9;
    padding: 0 55px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/information.png') no-repeat left center;
    min-height: 44px;
    margin-top: 41px;
    margin-bottom: 0;
} */
/*
p {
  margin: 16px 0 0 0;
  line-height: 1.5;

  &:first-child {
    margin-top: 0;
  }
}

p.pagemenuheader {
  margin-top: 0px;
}
*/
/* == lebt in links.scss ==
a {
    text-decoration: none;
    color: $color_8;
    &:focus {
        border: 0;
        outline: none;
        text-decoration: underline;
        color: $color_9;
    }
    span.shade {
        color: $color_9;
    }
    &:hover {
        text-decoration: underline;
        color: $color_9;
    }
}
a.read-more {
    padding-left: 9px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 5px;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 5px;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 5px;
    }
}
a.internal-link {
    padding-left: 9px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/link_internal.png') no-repeat left 6px;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/link_internal_hover.png') no-repeat left 6px;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/link_internal_hover.png') no-repeat left 6px;
    }
}
a.read-more.imagelink {
    line-height: 300%;
}
a.top {
    float: left;
    margin-left: 15px;
    padding: 3px 0 3px 13px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_top.png') no-repeat left center;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_top_hover.png') no-repeat left center;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_top_hover.png') no-repeat left center;
    }
}
*/
/*
a.button {
    padding: 2px 10px;
    color: $color_5;
    background-color: $background_color_5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    &:focus {
        color: $color_5;
        background-color: $background_color_6;
        text-decoration: none;
    }
    &:hover {
        color: $color_5;
        background-color: $background_color_6;
        text-decoration: none;
    }
}
a.submit-button {
    float: right;
    margin-bottom: 47px;
    margin-left: 50px;
    padding: 0px 45px;
}
a.button-back {
    padding: 2px 10px;
    color: $color_2;
    background-color: $background_color_7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 40%;
}
a.button-grey {
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dcddde',GradientType=0 );
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
*/
a.pre {
  color: #1A171B;
  background-color: #C4C8CD; }

a.cancel {
  float: left;
  color: #fff;
  background-color: #C40046;
  margin-left: 0;
  margin-right: 50px; }

/*
a.pdf {
    display: inline-block;
    padding: 10px 0 5px 25px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/pdf.png') no-repeat left center;
    line-height: 100%;
} */
/*
a.rss {
  display: inline-block;
  padding: 10px 0 5px 25px;
  background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rss.png') no-repeat left 11px;

  &:hover {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rss_hover.png') no-repeat left 11px;
  }

  &:focus {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rss_hover.png') no-repeat left 11px;
  }
}
*/
/*
a.mail {
    padding-left: 13px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 6px;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 6px;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 6px;
    }
} */
/*
a.external-link-new-window {
    padding-left: 13px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 6px;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 6px;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 6px;
    }
} */
/*
a.external-link {
    padding-left: 13px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 6px;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 6px;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 6px;
    }
} */
/*
a.external-link-related {
    padding-left: 13px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 6px;
    &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 6px;
    }
    &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 6px;
    }
} */
/*
a.external-link-new-window.button-grey {
  padding: 3px 14px;
  color: $color_1;
  background: #dcddde;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
  border-radius: 3px;
  -webkit-border-radius: 3px;

  &:before {
    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-black.png');
    margin-right: 5px;
  }

  &:hover {
    background-image: none;
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  &:focus {
    background-image: none;
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}

a.external-link.button-grey {
  padding: 3px 14px;
  color: $color_1;
  background: #dcddde;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
  border-radius: 3px;
  -webkit-border-radius: 3px;

  &:before {
    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-black.png');
    margin-right: 5px;
  }

  &:hover {
    background-image: none;
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  &:focus {
    background-image: none;
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}

a.external-link-related.button-grey {
  padding: 3px 14px;
  color: $color_1;
  background: #dcddde;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
  border-radius: 3px;
  -webkit-border-radius: 3px;

  &:before {
    content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-black.png');
    margin-right: 5px;
  }

  &:hover {
    background-image: none;
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  &:focus {
    background-image: none;
    padding: 3px 14px;
    color: $color_1;
    background: #dcddde;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}

.context {
  a.pdf {
    padding-left: 20px;
    margin-left: 5px;
  }
}
*/
/*  == kann geläscht werden, Streifenhintergund gibt es nicht mehr ==
div#stage-content {
    a.button {
        padding: 2px 20px;
    }
}
*/
/*
strong {
  font-weight: normal;
  font-family: $font_family_2;
}

b {
  font-weight: normal;
  font-family: $font_family_2;
}

i {
  display: inline-block;
  font-style: normal;
  font-family: $font_family_1;
  font-weight: normal;
  padding: 0;
}

.phone {
  background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/phone.png') no-repeat left 2px;
  padding: 0px 0 0px 25px;
}

.fax {
  background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/fax.png') no-repeat left 2px;
  padding: 3px 0 3px 25px;
}

.tarif {
  font-size: 0.800em;
}

div.bewertung {
  overflow: hidden;

  span {
    margin: 0 20px;
    font-weight: normal;
    font-family: $font_family_2;
    font-size: 12px;
    float: left;
    display: block;
  }

  div.stars {
    float: left;
    margin: 2px 0 0 0;

    a {
      float: left;
      display: block;
      width: 15px;
      height: 15px;
      margin: 0 2px;
      overflow: hidden;
      background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/star.png') no-repeat center bottom;

      &:hover {
        background-position: center top;
      }
    }
  }
}

p.nav-hint {
  position: absolute;
  left: -999em;
}
*/
/*
ul.link-list {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    a.internal-link {
        display: inline-block;
        padding-left: 9px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 7px;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
        }
    }
    a.external-link {
        display: inline-block;
        padding-left: 13px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 7px;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
        }
    }
    a.mail {
        display: inline-block;
        padding-left: 13px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 7px;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
        }
    }
    .linklistwrap {
        display: inline-block;
        a.internal-link {
            display: inline;
            background: none;
            padding-left: 0;
        }
        a.external-link {
            display: inline;
            background: none;
            padding-left: 0;
        }
        a.mail {
            display: inline;
            background: none;
            padding-left: 0;
        }
    }
    .linklistwrap.internal-link {
        padding-left: 9px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right.png') no-repeat left 7px;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_right_hover.png') no-repeat left 7px;
        }
    }
    .linklistwrap.external-link {
        padding-left: 13px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external.png') no-repeat left 7px;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-link-external-hover.png') no-repeat left 7px;
        }
    }
    .linklistwrap.mail {
        padding-left: 13px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail.png') no-repeat left 7px;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon-mail-hover.png') no-repeat left 7px;
        }
    }
}
*/
/* == löschen ==
#social-media {
    ul.link-list {
        a.internal-link {
            background-position: left 6px;
        }
    }
}
 */
/* == löschen ==
ul.rss {
    list-style-image: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rss.png');
    margin: 10px 0;
    padding-left: 20px;
}
 */
/*
ul.read-more {
    list-style: none !important;
    margin: 10px 0 30px 0 !important;
    a {
        display: block;
        padding: 3px 0 3px 20px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_down.png') no-repeat left center;
        border-bottom: 1px dotted #C4C8CD;
        &:hover {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_down_hover.png') no-repeat left center;
        }
        &:focus {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow_down_hover.png') no-repeat left center;
        }
    }
} */
/*
dl {
    dt {
        float: left;
        font-weight: normal;
        font-family: $font_family_2;
        margin-right: 5px;
    }
} */
/*
table {
    margin-left: 30px;
    margin-top: 40px;
    width: auto;
    border-collapse: separate;
    border-spacing: 2px;
    border-bottom: none;
    caption {
        margin-left: -30px;
        font-family: $font_family_2;
        font-weight: normal;
        margin-bottom: 15px;
    }
    th {
        padding: 3px;
        background-color: $background_color_2;
        font-family: $font_family_2;
        font-weight: normal;
    }
    td {
        padding: 3px;
        cellspacing: 1px;
        background-color: $background_color_4;
        vertical-align: top;
    }
} */
/* ausgelagert in form.scss */
/*
input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D9DADB;
    font-family: $font_family_1;
    font-weight: normal;
    font-size: 0.933em;
}
input[type='checkbox'] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D9DADB;
    background: red;
}
textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D9DADB;
    font-family: $font_family_1;
    font-weight: normal;
    font-size: 0.933em;
}
input[type='submit'] {
    margin: 0;
    font-size: 1em;
}

form.tx-indexedsearch-searchbox {
    input {
        display: block;
        width: 95%;
        height: 30px;
        padding: 0 5px;
        line-height: 30px;
        background: #F6F6F6;
        font-size: 0.938em;
    }
    input#suchformbutton {
        background: #F6F6F6 url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/loop.png') no-repeat center center;
    }
    #ke_search_sword {
        display: inline;
        width: 184px;
    }
}
form {
    height: auto;
    div.in-line {
        margin-left: -20px;
        clear: both;
        float: left;
    }
    p {
        margin: 15px 0;
    }
    p.small {
        float: left;
        width: 125px;
        margin-left: 20px;
    }
    label {
        font-size: 0.8em;
        font-weight: normal;
        font-family: $font_family_2;
        width: 100%;
    }
    input {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #D9DADB;
    }
    input[type='checkbox'] {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #D9DADB;
        width: auto;
    }
    select {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #D9DADB;
    }
    textarea {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #D9DADB;
    }
    input[type='radio'] {
        width: auto;
    }
    input.textarea {
        min-height: 60px;
    }
    button.calendar {
        width: 25px;
        height: 25px;
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/calendar.png') no-repeat center center;
        border: 0;
    }
    div.info-box {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}
form.order-form {
    width: 250px;
    margin: 0 auto 30px auto;
    line-height: 1.2;
}
form.newssearch-form {
    width: 250px;
    margin: 0 auto 30px auto;
    line-height: 1.2;
    .form-field {
        margin-bottom: 15px;
    }
    .form-field.submit-div {
        margin-top: 37px;
        margin-right: -167px;
        text-align: right;
    }
    input[type="submit"] {
        padding: 0px 10px;
        width: 150px;
        color: $color_5;
        background-color: $background_color_5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        &:focus {
            color: $color_5;
            background-color: $background_color_6;
            cursor: pointer;
        }
        &:hover {
            color: $color_5;
            background-color: $background_color_6;
            cursor: pointer;
        }
        &:visited {
            text-decoration: underline;
        }
    }
}
form.suggestionform {
    label {
        font-weight: normal;
        font-size: 0.938em;
        font-family: $font_family_1;
        font-weight: normal;
    }
    .grid_4.first {
        label {
            margin-left: 5px;
        }
        input[type="radio"] {
            position: relative;
            top: 2px;
            border: 0;
        }
    }
    input[type="checkbox"] {
        border: 1px solid #c4c8cd;
    }
    input[type="text"] {
        width: 86%;
    }
    .form-field.email {
        margin-top: 30px;
        min-height: 0 !important;
        border: 0 !important;
        label {
            font-weight: normal;
            font-family: $font_family_2;
        }
    }
    .form-field.submit {
        margin-top: 28px;
        min-height: 0 !important;
    }
    input[type="submit"].register {
        padding: 2px 10px;
        color: $color_5;
        background-color: $background_color_5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 40%;
        min-width: 5em;
        margin-left: 35px !important;
    }
    input[type="submit"].unregister {
        padding: 2px 10px;
        color: $color_2;
        background-color: $background_color_7;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 40%;
        min-width: 5em;
    }
}
form.news-filter-form {
    .form-field {
        float: left;
        width: 150px;
        label {
            display: block;
        }
        input {
            width: 80px;
        }
    }
    .form-field.submit {
        float: right;
        margin-top: 16px;
        width: 150px;
        input {
            width: 150px;
            padding: 2px 10px;
            color: $color_5;
            background-color: $background_color_5;
            border-radius: 4px;
            -webkit-border-radius: 4px;
        }
    }
}
form#orderform {
    dl {
        margin: 27px 0 13px 0;
    }
    .order-item-details {
        display: table;
        width: 100%;
        border-bottom: 1px dotted #C4C8CD;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .order-item-row {
        display: table-row;
    }
    .detail-link {
        display: table-cell;
        width: 30%;
    }
    .detail-icon {
        display: table-cell;
        width: 40%;
    }
    .detail-input {
        display: table-cell;
        width: 30%;
        text-align: right;
        label {
            margin-right: 10px;
            font-size: 1.0em;
            font-weight: normal;
            font-family: $font_family_1;
        }
        input[type='text'] {
            width: 2em;
        }
    }
    div.submit {
        margin: 37px 0 47px 0;
        text-align: right;
        width: 100%;
    }
    input[type="submit"] {
        padding: 0px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 165px;
        color: $color_5;
        background-color: $background_color_5;
        margin-left: 35px !important;
        &:focus {
            color: $color_5;
            background-color: $background_color_6;
            cursor: pointer;
        }
        &:hover {
            color: $color_5;
            background-color: $background_color_6;
            cursor: pointer;
        }
        &:visited {
            text-decoration: underline;
        }
    }
    input[type="reset"] {
        padding: 0px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 165px;
        color: $color_2;
        background-color: $background_color_7;
        &:focus {
            color: $color_5;
            background-color: $background_color_6;
            cursor: pointer;
        }
        &:hover {
            color: $color_5;
            background-color: $background_color_6;
            cursor: pointer;
        }
        &:visited {
            text-decoration: underline;
        }
    }
    a.button-back {
        line-height: 1.05;
        padding: 3px 0;
        display: inline-block;
        text-align: center;
        width: 165px;
        font-size: 1em;
        font-family: $font_family_1;
        &:hover {
            background-color: $background_color_6;
            color: $color_5;
            text-decoration: none;
        }
        &:focus {
            background-color: $background_color_6;
            color: $color_5;
            text-decoration: none;
        }
    }
}
div.orderform {
    width: 250px;
    margin: 0 auto 15px auto;
    line-height: 1.2;
    .info-box {
        &+label {
            display: block;
            margin-top: 15px;
        }
    }
} */
/*
div.success-box {
    margin: 15px 0 0 0;
    padding: 20px 30px;
    border: 1px solid #74B917;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/success.png') no-repeat 15px 15px;
    p {
        margin: 20px 0 0px 30px;
        &:first-child {
            margin-top: 0;
        }
    }
}
div.error-box {
    margin: 25px;
    padding: 15px;
    border: 1px solid #CA0101;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/error.png') no-repeat 5px center;
    clear: both;
    ul.error_rand {
        color: $color_11;
        margin-top: 0;
    }
    p {
        text-align: center;
        color: $color_11;
        margin: 0;
    }
    .message-body {
        text-align: center;
        color: $color_11;
        margin: 0;
    }
} */
/*
.typo3-message.message-error {
    margin: 25px;
    padding: 15px;
    border: 1px solid #CA0101;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/error.png') no-repeat 5px center;
    clear: both;
    ul.error_rand {
        color: $color_11;
        margin-top: 0;
    }
    p {
        text-align: center;
        color: $color_11;
        margin: 0;
    }
    .message-body {
        text-align: center;
        color: $color_11;
        margin: 0;
    }
} */
/*
input.error {
    border-color: $border_color_1 !important;
}
div.error {
    color: $color_11;
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon_error.png') no-repeat left center;
    padding-left: 17px;
} */
/*
div.page-navigation {
  clear: both;
  text-align: center;
  padding: 0px;
  margin: 20px 0;

  ul.f3-widget-paginator {
    position: relative;
    margin-top: 0 !important;
    margin-left: 0 !important;

    li {
      display: inline-block;
      margin-top: 2px !important;
      margin-bottom: 2px !important;

      a {
        padding: 0px 10px;
        color: $color_2;
        background: #f2f2f2;
        display: inline-block;
        background: -moz-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dcddde));
        background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
        background: -o-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
        background: -ms-linear-gradient(top, #f2f2f2 0%, #dcddde 100%);
        background: linear-gradient(to bottom, #f2f2f2 0%, #dcddde 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcddde', GradientType=0);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        font-weight: normal;
        font-family: $font_family_2;

        &:focus {
          color: $color_5;
          background: none #6b7581;
          filter: none;
          text-decoration: underline;
        }

        &:hover {
          color: $color_5;
          background: none #6b7581;
          filter: none;
          text-decoration: underline;
        }
      }
    }

    li.current {
      padding: 2px 10px;
      color: $color_2;
      background-color: $background_color_1;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      font-weight: normal;
      font-family: $font_family_2;
    }

    li.next {
      a {
        color: $color_2;
        background: none #c4c8cd;

        &:before {
          content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon_paging_next.png');
        }
      }

      position: absolute;
      right: 0px;
      top: 2px;
    }

    li.previous {
      a {
        color: $color_2;
        background: none #c4c8cd;

        &:after {
          content: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icon_paging_prev.png');
        }
      }

      position: absolute;
      left: 10px;
      top: 2px;
    }
  }
}

.typ-D {
  div.page-navigation {
    ul.f3-widget-paginator {
      li.next {
        right: 10px;
      }

      li.prev {
        left: 0;
      }
    }
  }
}
*/
/*  == löschen ==
nav#social-media {
    ul {
        display: block;
        height: auto;
        li {
            float: left;
            margin: 30px 0 0 0;
            padding-bottom: 30px;
            a.drop-down {
                text-transform: uppercase;
                padding: 0 40px 0 0;
                line-height: 50px;
                color: $color_1;
                span {
                    float: left;
                    display: block;
                    width: 50px;
                    height: 50px;
                    margin-right: 5px;
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/icons_social-media.png') no-repeat right top;
                    overflow: hidden;
                }
            }
            div.social-media-content {
                display: none;
                position: absolute;
                left: 0;
                width: 981px;
                margin-top: 30px;
                padding: 47px 0;
                z-index: 200;
                background: #F6F6F6 url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/social-media-content-arrow.png') no-repeat right top;
                -webkit-box-shadow: 2px 5px 10px -2px rgba(0, 0, 0, 0.5);
                box-shadow: 2px 5px 10px -2px rgba(0, 0, 0, 0.5);
                zoom: 1;
                h6 {
                    color: $color_6;
                    margin-bottom: 12px;
                }
                p {
                    &+h6 {
                        margin-top: 12px;
                    }
                }
                div {
                    border-right: 1px solid #C4C8CD;
                    min-height: 150px;
                    -moz-box-sizing: border-box;
                    &:last-child {
                        border: 0;
                        min-height: 0;
                        padding-right: 30px;
                        div {
                            min-height: 0;
                            border: 0;
                        }
                    }
                }
                div.form-field {
                    border: 0;
                }
                div.last-child {
                    border: 0;
                    min-height: 0;
                    padding-right: 30px;
                    div {
                        min-height: 0;
                        border: 0;
                    }
                }
                div.grid_12 {
                    border: 0;
                    min-height: 0;
                    padding-right: 30px;
                    div {
                        min-height: 0;
                        border: 0;
                    }
                }
                div.grid_6 {
                    width: 430px;
                }
                div.grid_5 {
                    width: 330px;
                }
                ul {
                    li {
                        float: none;
                        margin: 0;
                        padding: 0;
                    }
                }
                form {
                    margin-right: 15px;
                }
                input {
                    margin: 15px 0 0 0;
                }
                input[type="checkbox"] {
                    margin: 15px 0 0 0;
                }
                textarea {
                    margin: 15px 0 0 0;
                }
                a.submit-button {
                    float: right;
                    margin: 15px 0;
                    padding: 0 15px;
                }
                a.pre {
                    float: left;
                }
            }
            div.social-media-content.container {
                .grid_12 {
                    margin-left: 15px;
                    min-height: 0;
                    border: 0;
                }
                .first {
                    margin-left: 15px;
                }
                .first.grid_3 {
                    width: 230px;
                }
                .first.grid_4 {
                    width: 313px;
                }
            }
        }
        li.service {
            margin-left: 152px;
            a.drop-down {
                padding-right: 135px;
                &:hover {
                    text-decoration: underline;
                }
                &:focus {
                    text-decoration: underline;
                }
                span {
                    background-position: right 0;
                }
            }
            &:hover {
                div.social-media-content {
                    display: block;
                }
                a.drop-down {
                    span {
                        background-position: left 0;
                    }
                }
            }
            div.social-media-content {
                background-position: 170px top;
            }
        }
        li.news {
            a.drop-down {
                &:hover {
                    text-decoration: underline;
                }
                &:focus {
                    text-decoration: underline;
                }
                span {
                    background-position: right -50px;
                }
            }
            &:hover {
                div.social-media-content {
                    display: block;
                }
                a.drop-down {
                    span {
                        background-position: left -50px;
                    }
                }
            }
            div.social-media-content {
                background-position: 415px top;
            }
        }
        li.rss {
            a.drop-down {
                &:hover {
                    text-decoration: underline;
                }
                &:focus {
                    text-decoration: underline;
                }
                span {
                    background-position: right -100px;
                }
            }
            &:hover {
                div.social-media-content {
                    display: block;
                }
                a.drop-down {
                    span {
                        background-position: left -100px;
                    }
                }
            }
            div.social-media-content {
                background-position: 600px top;
            }
        }
        li.twitter {
            a.drop-down {
                &:hover {
                    text-decoration: underline;
                }
                &:focus {
                    text-decoration: underline;
                }
                span {
                    background-position: right -150px;
                }
            }
            &:hover {
                div.social-media-content {
                    display: block;
                }
                a.drop-down {
                    span {
                        background-position: left -150px;
                    }
                }
            }
            div.social-media-content {
                font-size: 1.200em;
                text-align: center;
                background-position: 720px top;
                a.button-twitter {
                    position: relative;
                    line-height: 42px;
                    padding: 11px 35px 11px 50px;
                    color: $color_5;
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/twitter-button.png') no-repeat left center;
                    span {
                        display: inline-block;
                        width: 42px;
                        height: 42px;
                        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/twitter.png') no-repeat center center;
                    }
                }
            }
        }
        li.service.focus {
            div.social-media-content {
                display: block;
            }
            a.drop-down {
                span {
                    background-position: left 0;
                }
            }
        }
        li.news.focus {
            div.social-media-content {
                display: block;
            }
            a.drop-down {
                span {
                    background-position: left -50px;
                }
            }
        }
        li.rss.focus {
            div.social-media-content {
                display: block;
            }
            a.drop-down {
                span {
                    background-position: left -100px;
                }
            }
        }
        li.twitter.focus {
            div.social-media-content {
                display: block;
            }
            a.drop-down {
                span {
                    background-position: left -150px;
                }
            }
        }
    }
}

 */
/* == lebt jetzt in meta-nav.scss
nav#breadcrumb {
    margin: 15px 0 30px;
    overflow: hidden;
    ul {
        list-style: none;
        li {
            float: left;
            margin: 0 !important;
            a {
                font-size: 1.200em;
                display: block;
                text-decoration: none;
                padding-left: 4px;
                &:before {
                    content: ">";
                    margin-right: 4px;
                }
                &:focus {
                    text-decoration: underline;
                }
            }
            &:first-child {
                a {
                    &:before {
                        content: "";
                        margin-right: 0;
                    }
                }
            }
        }
    }
    &+a#main-column {
        &+div.csc-default, &+div.frame {
            >header, >.frame {
                >h2 {
                    margin-top: -8px;
                }
            }
        }
    }
}

 */
/*
nav#service-navi { == lebt jetzt in meta-nav.scss ==
    margin-bottom: 25px;
    overflow: hidden;
    ul {
        float: right;
        li {
            a {
                text-decoration: none;
                text-transform: uppercase;
                font-size: 0.933em;
                color: $color_9;
            }
        }
    }
    ul#menu {
        overflow: hidden;
        margin-top: 5px;
        li {
            float: left;
            margin-left: 20px;
            a {
                line-height: 29px;
                span {
                    display: block;
                    float: left;
                    width: 29px;
                    height: 29px;
                    padding: 0;
                    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/sprite-service-navi.png') no-repeat left top;
                    overflow: hidden;
                    margin-right: 5px;
                }
                &:hover {
                    text-decoration: underline;
                }
                &:focus {
                    text-decoration: underline;
                }
            }
        }
        li.no-translation {
            display: none;
        }
        li.content {
            a {
                span {
                    background-position: -90px 0;
                }
                &:hover {
                    span {
                        background-position: -90px -29px;
                    }
                }
                &:focus {
                    span {
                        background-position: -90px -29px;
                    }
                }
            }
        }
        li.easy-language {
            a {
                span {
                    background-position: 0 0;
                }
                &:hover {
                    span {
                        background-position: 0 -28px;
                    }
                }
                &:focus {
                    span {
                        background-position: 0 -28px;
                    }
                }
            }
        }
        li.language {
            a {
                span {
                    background-position: -29px 0;
                }
                &:hover {
                    span {
                        background-position: -29px -28px;
                    }
                }
                &:focus {
                    span {
                        background-position: -29px -28px;
                    }
                }
            }
        }
        li.language-select.de {
            a {
                span {
                    background-position: -151px 0;
                }
                &:hover {
                    span {
                        background-position: -151px -29px;
                    }
                }
                &:focus {
                    span {
                        background-position: -151px -29px;
                    }
                }
            }
            a.active {
                span {
                    background-position: -151px -29px;
                }
            }
        }
        li.language-select.en {
            a {
                span {
                    background-position: -181px 0;
                }
                &:hover {
                    span {
                        background-position: -181px -29px;
                    }
                }
                &:focus {
                    span {
                        background-position: -181px -29px;
                    }
                }
            }
            a.active {
                span {
                    background-position: -181px -29px;
                }
            }
        }
        li.help {
            a {
                span {
                    background-position: -58px 0;
                }
                &:hover {
                    span {
                        background-position: -58px -30px;
                    }
                }
                &:focus {
                    span {
                        background-position: -58px -30px;
                    }
                }
            }
        }
        li.contact {
            a {
                span {
                    background-position: -120px 0;
                }
                &:hover {
                    span {
                        background-position: -120px -29px;
                    }
                }
                &:focus {
                    span {
                        background-position: -120px -29px;
                    }
                }
            }
        }
    }
}

 */
/*
nav#sub-service {
  margin: 0;

  ul {
    list-style: none;

    li {
      float: left;

      a {
        line-height: 0.5em;
        color: $color_1;
        border-right: 1px solid #333333;
        padding: 0 20px;
      }

      &:first-child {
        a {
          padding-left: 0;
        }
      }

      &:last-child {
        a {
          border-right: none;
        }
      }
    }
  }
}

div.clear-position {
  position: static;
}
*/
/* == lebt jetzt in main-nav.scss ==
nav#main-nav {
    clear: both;
    margin-top: 30px;
    display: none;
    ul {
        list-style: none;
        float: right;
        li {
            float: left;
            margin-left: 30px;
            z-index: 1000;
            li.active {
                a {
                    &:after {
                        content: "";
                        pointer-events: none;
                        position: relative;
                        top: auto;
                        left: auto;
                        width: auto;
                        height: auto;
                        border: 0;
                        margin-left: auto;
                        z-index: auto;
                    }
                }
            }
            &:hover {
                a {
                    text-decoration: underline;
                    -moz-text-decoration-style: dotted;
                    -webkit-text-decoration-style: dotted;
                    -o-text-decoration-style: dotted;
                    -ms-text-decoration-style: dotted;
                    text-decoration-style: dotted;
                }
                div.mega-navi {
                    visibility: visible;
                }
            }
            a {
                display: block;
                font-size: 1.067em;
                text-decoration: none;
                padding-bottom: 15px;
                color: $color_1;
                &:focus {
                    text-decoration: underline;
                    -moz-text-decoration-style: dotted;
                    -webkit-text-decoration-style: dotted;
                    -o-text-decoration-style: dotted;
                    -ms-text-decoration-style: dotted;
                    text-decoration-style: dotted;
                }
            }
            div.bg-container {
                position: absolute;
                left: 0;
                width: 100%;
                z-index: 10;
                background-color: $background_color_3;
                height: 32px;
                div.container {
                    position: relative;
                    display: block;
                    width: 981px;
                }
                ul.subnavi_1 {
                    float: right;
                    li {
                        float: left;
                        padding: 0;
                        &:first-child {
                            margin-left: 0;
                        }
                        a {
                            font-size: 0.933em;
                            font-weight: normal;
                            font-family: $font_family_2;
                            text-decoration: none;
                            padding: 4px 0;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex !important;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            &:active {
                                text-decoration: underline;
                                -moz-text-decoration-style: solid;
                                -webkit-text-decoration-style: solid;
                                -o-text-decoration-style: solid;
                                -ms-text-decoration-style: solid;
                                text-decoration-style: solid;
                            }
                            &:hover {
                                text-decoration: underline;
                                -moz-text-decoration-style: dotted;
                                -webkit-text-decoration-style: dotted;
                                -o-text-decoration-style: dotted;
                                -ms-text-decoration-style: dotted;
                                text-decoration-style: dotted;
                                &:after {
                                    display: none;
                                }
                            }
                            &:focus {
                                text-decoration: underline;
                                -moz-text-decoration-style: dotted;
                                -webkit-text-decoration-style: dotted;
                                -o-text-decoration-style: dotted;
                                -ms-text-decoration-style: dotted;
                                text-decoration-style: dotted;
                                &:after {
                                    display: none;
                                }
                            }
                        }
                        &:hover {
                            div.container {
                                div.mega-navi {
                                    visibility: visible;
                                    z-index: 200;
                                }
                            }
                            a {
                                &:after {
                                    display: none;
                                }
                            }
                        }
                        div.container {
                            position: absolute;
                            float: left;
                            left: 0;
                            div.mega-navi {
                                visibility: hidden;
                                position: absolute;
                                left: 0;
                                top: 0px;
                                width: 100%;
                                border-top: 4px solid #74B917;
                                padding-bottom: 30px;
                                background-color: $background_color_10;
                                overflow: hidden;
                                -webkit-box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.5);
                                box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.5);
                                ul {
                                    display: block;
                                }
                                ul.subnavi_2 {
                                    float: left;
                                    border-right: 1px solid #7a838e;
                                    &:nth-child(4n) {
                                        border: 0;
                                    }
                                    &:nth-child(4n+1) {
                                        clear: left;
                                    }
                                    &:last-child {
                                        border: 0;
                                    }
                                    li {
                                        display: block;
                                        float: none;
                                        margin: 0;
                                        a {
                                            text-decoration: none;
                                            font-size: 0.933em;
                                            display: block;
                                            padding-left: 2px;
                                            color: $color_5;
                                            border-bottom: 1px dotted #fff;
                                            &:hover {
                                                border-bottom: 1px solid #fff;
                                            }
                                            &:focus {
                                                border-bottom: 1px solid #fff;
                                            }
                                            &:active {
                                                border-bottom: 1px solid #fff;
                                            }
                                            &:after {
                                                display: block !important;
                                                position: absolute;
                                                right: 0;
                                                top: 0;
                                                padding: 4px 0px;
                                                font-family: $font_family_3;
                                                content: '\F101';
                                                font-weight: 900;
                                                -webkit-transform: rotate(0deg);
                                                -moz-transform: rotate(0deg);
                                                -o-transform: rotate(0deg);
                                                -ms-transform: rotate(0deg);
                                                transform: rotate(0deg);
                                            }
                                        }
                                        ul.subnavi_3 {
                                            float: none;
                                            margin: 0 0 50px 0;
                                            li {
                                                float: none;
                                                a {
                                                    font-size: 0.933em;
                                                    font-weight: normal;
                                                    font-family: $font_family_1;
                                                    border: 0;
                                                    &:hover {
                                                        text-decoration: underline;
                                                    }
                                                    &:focus {
                                                        text-decoration: underline;
                                                    }
                                                    &:after {
                                                        display: none !important;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    li.active {
                                        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/green-arrow_down.png') no-repeat center 23px;
                                    }
                                }
                                ul.subnavi_2.noborder {
                                    border: 0;
                                }
                                ul.subnavi_2.breakpoint {
                                    clear: left;
                                }
                                .grid_3 {
                                    width: 230px;
                                    margin: 12px 0;
                                    padding-left: 7px;
                                    padding-right: 7px;
                                }
                            }
                        }
                    }
                    li.focus {
                        div.container {
                            div.mega-navi {
                                visibility: visible;
                                z-index: 200;
                            }
                        }
                        a {
                            &:after {
                                display: none;
                            }
                        }
                    }
                    li.active {
                        a {
                            text-decoration: underline;
                            &:after {
                                display: block;
                            }
                        }
                        &:hover {
                            div.container {
                                div.mega-navi {
                                    visibility: visible;
                                }
                            }
                        }
                    }
                    li.active.focus {
                        div.container {
                            div.mega-navi {
                                visibility: visible;
                            }
                        }
                    }
                    li.hassub {
                        a {
                            &:after {
                                display: block !important;
                                font-family: $font_family_3;
                                content: '\F0D7';
                                font-weight: 900;
                                margin-left: 8px;
                                -webkit-transform: rotate(0deg);
                                -moz-transform: rotate(0deg);
                                -o-transform: rotate(0deg);
                                -ms-transform: rotate(0deg);
                                transform: rotate(0deg);
                            }
                        }
                    }
                }
            }
        }
        li.active {
            a {
                position: relative;
                font-weight: normal;
                font-family: $font_family_2;
                text-decoration: underline;
                &:after {
                    content: " ";
                    pointer-events: none;
                    position: absolute;
                    top: 61%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    border: solid transparent;
                    border-top-color: $border_top_color_1;
                    border-width: 7px;
                    margin-left: -7px;
                    z-index: 100;
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
            }
            li {
                a {
                    &:after {
                        content: "";
                        pointer-events: none;
                        position: relative;
                        top: auto;
                        left: auto;
                        width: auto;
                        height: auto;
                        border: 0;
                        margin-left: auto;
                        z-index: auto;
                    }
                }
            }
        }
        li.focus {
            a {
                text-decoration: underline;
                -moz-text-decoration-style: dotted;
                -webkit-text-decoration-style: dotted;
                -o-text-decoration-style: dotted;
                -ms-text-decoration-style: dotted;
                text-decoration-style: dotted;
            }
            div.mega-navi {
                visibility: visible;
            }
        }
    }
}
*/
/*
nav.subnavi_4 {
  margin: 0 0 30px 0;
  padding: 0 15px 0 0;

  li {
    a {
      display: block;
      padding: 9px 15px;
      color: $color_2;
      background-color: $background_color_3;
      border-bottom: 1px solid #fff;

      &:hover {
        color: $color_5;
        background-color: $background_color_10;
        text-decoration: none;
      }

      &:focus {
        color: $color_5;
        background-color: $background_color_10;
        text-decoration: none;
      }
    }

    ul.subnavi_5 {
      li.active {
        a {
          color: $color_2;
          background-color: $background_color_4;

          &:hover {
            text-decoration: underline;
            color: $color_2;
            background-color: $background_color_4;

            &:after {
              left: 100%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: $border_color_2;
              border-left-color: $border_left_color_2;
              border-width: 5px;
              top: 50%;
              margin-top: -5px;
            }
          }

          &:focus {
            text-decoration: underline;
            color: $color_2;
            background-color: $background_color_4;

            &:after {
              left: 100%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: $border_color_2;
              border-left-color: $border_left_color_2;
              border-width: 5px;
              top: 50%;
              margin-top: -5px;
            }
          }
        }
      }

      li.current {
        a {
          position: relative;
          color: $color_2;
          background-color: $background_color_2;

          &:hover {
            color: $color_2;
            background-color: $background_color_2;
            text-decoration: none !important;

            &:after {
              border-left-color: $border_left_color_1;
            }
          }

          &:focus {
            color: $color_2;
            background-color: $background_color_2;
            text-decoration: none !important;

            &:after {
              border-left-color: $border_left_color_1;
            }
          }

          &:after {
            left: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: $border_color_2;
            border-left-color: $border_left_color_1;
            border-width: 5px;
            top: 50%;
            margin-top: -5px;
          }
        }
      }

      li {
        a {
          padding-left: 28px;
          background-color: $background_color_4;

          &:hover {
            text-decoration: underline;
            color: $color_2;
            background-color: $background_color_4;

            &:after {
              left: 100%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: $border_color_2;
              border-left-color: $border_left_color_2;
              border-width: 5px;
              top: 50%;
              margin-top: -5px;
            }
          }

          &:focus {
            text-decoration: underline;
            color: $color_2;
            background-color: $background_color_4;

            &:after {
              left: 100%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: $border_color_2;
              border-left-color: $border_left_color_2;
              border-width: 5px;
              top: 50%;
              margin-top: -5px;
            }
          }

          &:after {
            border: 0;
          }
        }
      }
    }
  }

  li.active {
    a {
      position: relative;
      color: $color_2;
      background-color: $background_color_4;

      &:hover {
        color: $color_5;
        background-color: $background_color_10;
        text-decoration: none;
      }

      &:focus {
        color: $color_5;
        background-color: $background_color_10;
        text-decoration: none;
      }
    }
  }

  li.current {
    a {
      position: relative;
      color: $color_2;
      background-color: $background_color_2;

      &:hover {
        color: $color_2;
        background-color: $background_color_2;
        text-decoration: none;
      }

      &:focus {
        color: $color_2;
        background-color: $background_color_2;
        text-decoration: none;
      }

      &:after {
        left: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: $border_color_2;
        border-left-color: $border_left_color_1;
        border-width: 5px;
        top: 50%;
        margin-top: -5px;
      }
    }
  }
}
*/
/*
nav#sitemap {
  ul {
    float: left;
    margin-bottom: 30px;
    padding: 0;

    &:nth-child(4n+1) {
      clear: left;
    }

    li {
      a {
        font-size: 1em;
        text-decoration: none;
        color: $color_1;

        &:hover {
          text-decoration: underline;
        }

        &:focus {
          text-decoration: underline;
        }
      }

      ul {
        float: none;
        margin-bottom: 0;
      }
    }
  }
}
*/
/*
div.ce-gallery {
  .ce-row {
    .image {
      margin-bottom: 15px;
    }
  }
}

div.ce-column {
  margin-right: 15px;
}
*/
/*
td.ce-column {
  .image {
    margin-right: 15px;
  }
}

div.csc-textpic-intext-left {
  .csc-textpic-imagewrap {
    margin-right: 0;
    float: none;
  }
}

div.csc-textpic-intext-left-nowrap {
  .csc-textpic-imagewrap {
    margin-right: 0;
    float: none;
  }
}

div.csc-textpic-intext-right {
  .csc-textpic-imagewrap {
    margin-left: 0;
    float: none;
  }
}

div.csc-textpic-intext-right-nowrap {
  .csc-textpic-imagewrap {
    margin-left: 0;
    float: none;
  }
}

#suchformbutton {
  display: inline;
  width: 38px;
  text-indent: -999em;
  background-position: center center;
  margin-left: -7px;
  border-left: 0;
  height: 32px;
}

#suchformbutton2 {
  display: inline;
  width: 38px;
  text-indent: -999em;
  background-position: center center;
  margin-left: -7px;
  border-left: 0;
  height: 32px;
}

#header {
  #xajax_form_kesearch_pi1 {
    display: none;
  }

  form.tx-indexedsearch-searchbox {
    border: 1px solid #D9DADB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f6f6f6;
    margin-top: 6px;
    padding: 1px 0 4px 7px;

    #ke_search_sword {
      border: 0;
      display: inline;
      width: 184px;
    }

    #suchformbutton {
      border: 0;
    }

    #kesearch_filters {
      margin: 0;
    }
  }
}

#suchformfeld {
  display: inline;
  background-image: none;
  width: 169px;
}
*/
/*
.news-list-view.list-20 {
  .news-list-item {
    & + .page-navigation {
      margin-top: 47px;
    }
  }

  .page-navigation {
    & + .news-clear {
      & + .news-list-item {
        margin-top: 33px;
      }
    }
  }
}

.news-list-view.list-10 {
  > .page-navigation {
    & + .news-clear {
      & + .news-list-item {
        > article {
          margin-top: 42px;
        }
      }
    }
  }

  .news-list-item {
    & + .page-navigation {
      margin-top: 47px;
    }
  }
}
*/
/* lebt jetzt in news.scss */
/*
.news-list-view {
    .news-list-item {
        margin-top: 1em;
        p {
            margin-top: 0px;
        }
    }
    .news-list-item.archivelist {
        padding-left: 20px;
        &:nth-child(even) {
            background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/stripes-pagination.png') repeat scroll 0 0;
        }
    }
    .news-list-item.standard {
        span.date {
            display: block;
            line-height: 1;
            position: relative;
            top: -2px;
        }
        h2 {
            margin-top: 6px;
        }
        article {
            margin-top: 1em;
        }
    }
    article.archivelist {
        margin-top: 1em;
        clear: both;
        &:first-child {
            margin-top: 0;
        }
        span.date {
            float: left;
            width: 6em;
            padding: 9px 0;
        }
        div.title {
            display: block;
            margin-left: 7em;
            padding: 9px 0;
        }
    }
    article.datelist {
        margin-bottom: 2em;
        span.date {
            font-weight: normal;
            font-family: $font_family_2;
        }
        span.zip {
            font-weight: normal;
            font-family: $font_family_2;
        }
        span.city {
            font-weight: normal;
            font-family: $font_family_2;
        }
    }
}
*/
/*
.page-navigation {
  & + .news-clear {
    & + .news-list-item.datelist {
      > article.datelist {
        margin-top: 33px;
      }
    }
  }
}

.news.news-single {
  .header {
    p.news-list-date {
      margin-top: -7px;
      margin-bottom: 0px;
    }

    h2 {
      margin-top: 6px;
      margin-bottom: 7px;
    }
  }

  .news-img-wrap {
    float: left;
    margin: 0 15px 15px 0;
  }

  .news-img-caption {
    margin: 0;
  }

  .teaser-text {
    font-weight: normal;
    font-family: $font_family_2;
    line-height: 1.5;

    p {
      &:first-child {
        margin-top: -7px;
      }
    }
  }

  .news-text-wrap {
    line-height: 1.5;

    .news-text-wrap {
      p {
        &:first-child {
          margin-top: 16px;
        }
      }
    }
  }
}

#tx-solr-faceting {
  .news-calendar {
    max-width: 300px;
  }
}

.teaser {
  .news-calendar {
    border-collapse: collapse;
    box-shadow: 0px 0px 8px #B1BEAD;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;

    th.dateselect {
      background: #BAC0C9;
      border-right: 2px solid #BAC0C9;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 7px;

      a {
        color: $color_2;
        font-size: 1.1994em;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }

        &:focus {
          text-decoration: underline;
        }
      }
    }

    th.dateselect.prev {
      text-indent: -999em;
      border-top-left-radius: 4px;
      background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow-left-calendar.png') 10px 10px no-repeat #BAC0C9;

      a {
        display: block;

        &:focus {
          border-bottom: 1px solid #235687;
        }
      }
    }

    th.dateselect.next {
      text-indent: -999em;
      border-right: 0;
      border-top-right-radius: 4px;
      background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/arrow-right-calendar.png') 1px 10px no-repeat #BAC0C9;

      a {
        display: block;

        &:focus {
          border-bottom: 1px solid #235687;
        }
      }
    }

    th.weekday {
      font-size: 0.8665em;
      text-align: center;
      background: #ffffff;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUzZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #ffffff 0%, #e1e3e6 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e3e6));
      background: -webkit-linear-gradient(top, #ffffff 0%, #e1e3e6 100%);
      background: -o-linear-gradient(top, #ffffff 0%, #e1e3e6 100%);
      background: -ms-linear-gradient(top, #ffffff 0%, #e1e3e6 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #e1e3e6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e3e6', GradientType=0);
      border-bottom: 2px solid #B1BEAD;

      &:last-child {
        border-right: 0;
      }
    }

    td {
      width: 20px;
      padding: 0;
      text-align: right;
      background: #fff;
      box-shadow: 0px 0px 8px #B1BEAD;
      border-right: 3px solid #B1BEAD;
      border-bottom: 3px solid #B1BEAD;

      &:last-child {
        border-right: 0;
      }

      span.news-event {
        display: inline-block;
        margin: 0;
        padding: 5px;
        width: 26px;
        height: 22px;
        line-height: 32px;
        text-align: right;
        vertical-align: bottom;
        font-size: 1.0661em;
      }

      a {
        display: inline-block;
        margin: 0;
        padding: 0;
        background: #235687;
        color: $color_13;

        &:hover {
          color: $color_5;
          background: #000;
        }

        &:focus {
          color: $color_5;
          background: #000;
        }
      }
    }

    td.td-6 {
      background: #6B7581;
      color: $color_12;
    }

    td.td-7 {
      background: #6B7581;
      color: $color_12;
    }

    td.appendix {
      color: $color_13;
    }

    tr {
      &:last-child {
        td {
          border-bottom: none;
        }
      }
    }
  }
}

#ui-datepicker-div {
  z-index: 5 !important;
}

img.ui-datepicker-trigger {
  padding-left: 10px;
  padding-bottom: 5px;
}

.tx-ratings-vote-bar {
  DIV {
    A {
      &:focus {
        outline: medium solid #e2bc73;
      }
    }
  }
}
*/
/*
.stripes.progress {
    margin-bottom: 1em;
    margin-right: -68px;
    padding: 0;
    border-top: 1px dotted #C4C8CD;
    border-bottom: 1px dotted #C4C8CD;
    width: auto;
    float: none;
    background: url('../../../..//typo3conf/ext/oekolb_base/Resources/Public/Images/stripes-30.png') repeat scroll 0 0;
    .steptexts {
        position: relative;
        width: 250px;
        margin: 1em auto;
        .steptext {
            float: left;
            font-size: 85%;
            font-weight: bold;
        }
        .steptext2 {
            float: right;
        }
    }
    .steps {
        position: relative;
        clear: both;
        width: 200px;
        height: 10px;
        margin: 40px auto 1em;
        background: url('../../../..//typo3conf/ext/oekolb_base/Resources/Public/Images/step-line.png') left 5px repeat-x;
        .step {
            border: 1px solid #000;
            width: 12px;
            height: 12px;
            font-size: 10px;
            line-height: 10px;
            border-radius: 6px;
            text-align: center;
            vertical-align: middle;
            float: left;
        }
        .step2 {
            float: right;
        }
    }
    .intro {
        margin: 2em 1em 1em;
    }
}
.stripes.progress.step1 {
    .steps {
        .step1 {
            background: #055a7c;
            border-color: $border_color_3;
            color: $color_5;
        }
        .step2 {
            background: #fff;
            border-color: $border_color_4;
            color: $color_2;
        }
    }
}
.stripes.progress.step2 {
    .steps {
        .step2 {
            background: #055a7c;
            border-color: $border_color_3;
            color: $color_5;
        }
        .step1 {
            background: #fff;
            border-color: $border_color_4;
            color: $color_2;
        }
    }
} */
/*
.eventForm {
  fieldset {
    margin-top: 20px;
  }

  legend {
    text-transform: uppercase;
    color: $color_2;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #c4c8cd;
    font-size: 90%;
    margin-bottom: 1em;
  }

  .form-field {
    width: 250px;
    margin: 0 auto 1em auto;
    line-height: 1.2;
  }

  .form-field.readonly {
    width: 100%;
    margin: 0 auto 1em auto;
    line-height: 1.2;
    overflow: hidden;

    label {
      font-weight: normal;
      font-size: 1em;
    }

    .left {
      float: left;
      width: 30%;
      text-align: right;
    }

    .right {
      float: left;
      width: 65%;
      padding-left: 5%;
    }

    input.date {
      width: 20%;
    }

    input {
      border: none !important;
      padding: 0 !important;
    }

    textarea {
      border: none !important;
      padding: 0 !important;
    }
  }

  .form-field.from-date {
    float: left;
    margin-left: 166px;
    width: 150px;
  }

  .form-field.to-date {
    float: left;
    width: 150px;
  }

  input.date {
    width: 50%;
  }

  div.error-box {
    margin-right: -43px;

    a {
      padding-left: 9px;
      background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/link_internal.png') no-repeat left 6px;

      &:hover {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/link_internal_hover.png') no-repeat left 6px;
      }

      &:focus {
        background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/link_internal_hover.png') no-repeat left 6px;
      }
    }
  }

  input.error {
    border-color: $border_color_1 !important;
  }

  textarea.error {
    border-color: $border_color_1 !important;
  }

  div.error {
    a {
      color: $color_11;
    }
  }

  .submit-div {
    float: right;
    margin-top: 22px;

    input {
      padding: 0px 10px;
      width: 150px;
      color: $color_5;
      background-color: $background_color_5;
      border-radius: 4px;
      font-size: 1em;

      &:hover {
        color: $color_5;
        background-color: $background_color_6;
      }

      &:visited {
        text-decoration: underline;
      }
    }
  }

  .reset-div {
    float: right;
    margin-top: 22px;
    margin-right: 50px;

    input {
      padding: 0px 10px;
      margin-right: 0px;
      width: 150px;
      color: $color_5;
      background-color: $background_color_11;
      border-radius: 4px;
      font-size: 1em;

      &:hover {
        color: $color_5;
        background-color: $background_color_6;
      }

      &:visited {
        text-decoration: underline;
      }
    }

    a.button-break {
      padding: 2px 10px;
      margin-right: 0px;
      width: 160px;
      color: $color_5;
      background-color: $background_color_11;
      border-radius: 4px;
      padding: 3px 0;
      display: inline-block;
      text-align: center;
      margin-top: 0px;
      font-size: 1em;
      line-height: 1.05;

      &:hover {
        color: $color_5;
        background-color: $background_color_6;
      }

      &:visited {
        text-decoration: underline;
      }
    }
  }

  .back-div {
    float: right;
    margin-top: 22px;

    input {
      padding: 0px 10px;
      margin-right: 50px;
      width: 160px;
      color: $color_2;
      background-color: $background_color_7;
      border-radius: 4px;

      &:hover {
        color: $color_5;
        background-color: $background_color_6;
      }

      &:visited {
        text-decoration: underline;
      }
    }
  }
}

.DynarchCalendar-time {
  display: none;
}

.tx-go-maps-ext {
  .gme-map.map {
    max-width: 100%;
  }
}

#togglesearch {
  background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rwd-search.png') left top no-repeat;
  text-indent: -999em;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-top: 6px;
}
*/
/*
.menuoff {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-bottom: 50px;
    width: 320px;
    left: -320px;
    background: #fff;
    border-right: 1px solid #333333;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 9;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    ul {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 320px;
        li {
            display: block;
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: $border_color_5;
            &:after {
                content: "";
                display: table;
                clear: both;
            }
            a.nav-back {
                padding-left: 10px;
                &:before {
                    font-family: $font_family_3;
                    content: '\F0D9';
                    font-weight: 900;
                    color: $color_14;
                    margin-right: 10px;
                }
            }
            ul {
                display: none;
                position: absolute;
                top: 0;
                left: 320px;
            }
        }
        li.rwd-menu-main {
            background: #f6f6f6;
            li {
                background: #f6f6f6;
            }
            li.active {
                background: #C4C8CD;
            }
            li.backlink {
                background: #fff;
            }
            li.breadcrumb {
                background: #fff;
            }
        }
        li.rwd-menu-main.active {
            background: #C4C8CD;
        }
        li.rwdmenu-content {
            margin-top: 2em;
            border-width: 1px 0;
        }
        li.has-sub-nav {
            >a {
                border-right: 1px solid #D9DADB;
            }
        }
        li.active {
            background: #C4C8CD;
            >ul {
                display: block;
            }
        }
        li.breadcrumb {
            font-size: 80%;
            line-height: 1.5em;
            padding: 8px 4px;
            a {
                text-decoration: underline;
                display: inline;
                padding: 0;
                &:last-child {
                    text-decoration: none;
                    background: #74B917;
                    color: $color_2;
                    padding: 1px;
                }
            }
        }
    }
}
.menuin {
    .menuoff {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0);
    }
}
.offclose {
    background-color: $background_color_2;
    background-image: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rwd-menu-schliessen.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 95% center;
    a {
        text-decoration: none;
        padding: 8px 0 8px 4px;
        display: block;
        border-style: solid;
        border-color: $border_color_6;
        border-width: 0 0 1px 0;
        text-transform: uppercase;
        text-decoration: none;
        color: $color_1;
    }
}

.navcontainer {
    position: relative;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    .sub-toggle {
        width: 50px;
        text-align: center;
        line-height: 0px;
    }
    li {
        >a {
            text-decoration: none;
            color: $color_1;
            display: block;
            float: none;
            clear: both;
            width: 300px;
            text-decoration: none;
            padding: 8px 4px;
            box-sizing: border-box;
        }
    }
    li.has-sub-nav {
        >a {
            float: left;
            display: block;
            width: 100%;
            border: 0;
            &:after {
                position: absolute;
                right: 20px;
                font-family: $font_family_3;
                content: '\F0DA';
                font-weight: 900;
            }
        }
    }
}
.navcontainer.show-level-1 {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
}
.navcontainer.show-level-2 {
    -webkit-transform: translate3d(-640px, 0, 0);
    transform: translate3d(-640px, 0, 0);
}
.navcontainer.show-level-3 {
    -webkit-transform: translate3d(-960px, 0, 0);
    transform: translate3d(-960px, 0, 0);
}
.navcontainer.show-level-4 {
    -webkit-transform: translate3d(-1280px, 0, 0);
    transform: translate3d(-1280px, 0, 0);
}
.navcontainer.show-level-5 {
    -webkit-transform: translate3d(-1600px, 0, 0);
    transform: translate3d(-1600px, 0, 0);
}
.navcontainer.show-level-6 {
    -webkit-transform: translate3d(-1920px, 0, 0);
    transform: translate3d(-1920px, 0, 0);
}
.navcontainer.show-level-7 {
    -webkit-transform: translate3d(-2240px, 0, 0);
    transform: translate3d(-2240px, 0, 0);
}
.navcontainer.show-level-8 {
    -webkit-transform: translate3d(-2560px, 0, 0);
    transform: translate3d(-2560px, 0, 0);
}
.navcontainer.show-level-9 {
    -webkit-transform: translate3d(-2880px, 0, 0);
    transform: translate3d(-2880px, 0, 0);
}
.navcontainer.show-level-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */
/*
#togglemenu {
    background: url('../../../typo3conf/ext/ble_cms/Resources/Public/Images/rwd-menu.png') left top no-repeat;
    text-indent: -999em;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-top: 6px;
} */
/*
.rwdloader {
    position: absolute;
    left: 186px;
    top: 8px;
    z-index: 10;
    padding: 0;
    color: $color_1;
    background: #C4C8CD;
    white-space: nowrap;
    display: none;
}
#footer.out {
    position: absolute;
    left: -999em;
}
#footerbar.out {
    position: absolute;
    left: -999em;
}
#navFooterCC.out {
    position: absolute;
    left: -999em;
}
*/
/* Slick-Slider Content */
/*
.frame-layout-slider {
    background-color: #e3f1d1;
    padding: 25px;
    box-sizing: border-box;
}

.frame-layout-slider .ce-outer, .frame-layout-slider .ce-inner {
    width: 100%;
}

.frame-layout-slider h2 {
    margin-top: 0px;
}

.frame-layout-slider figcaption {
    margin-top: 0px;
    font-size: 100%;
}

.frame-layout-slider figure {
    margin-right: 15px;
}

.frame-layout-slider figcaption {
    font-size: 0.75em;
}

.slick-prev,
.slick-next {
    bottom: -10px;
    top: auto;
}

.slick-prev {
    left: 35%;
}
.frame-layout-slider .slick-prev:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\F053';
    font-weight: 900;
    padding: 8px 12px;
    color: #fff;
    background-color: #05597b;
    border-radius: 5px;
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.8;
}

.slick-next {
    right: 38%;
}

.slick-next:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\F054';
    font-weight: 900;
    padding: 8px 12px;
    color: #fff;
    background-color: #05597b;
    border-radius: 5px;
    opacity: 1;
}

.slick-counter {
    color: #05597b;
    font-size: 1em;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.frame-layout-slider .image {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}
.slick-slide img {
    width: 215px;
    height: 120px;
    object-fit: cover;
}


@media (max-width:1024px) {
    .slick-slide img {
        width: 300px;
        height: 90px;
        object-fit: cover;
    }
}
@media (max-width:768px) {
    .frame-layout-slider .image {

        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;

    }
    .slick-slide img {
        width: 215px;
        height: 120px;
        object-fit: cover;
    }
}

@media (max-width:420px) {
    .slick-prev {
        left: 29%;
    }

    .slick-next {
        right: 35%;
    }

} */

/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=1px&bgColorHeader=ece8da&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f7f7f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=312e25&iconColorContent=808080&bgColorDefault=f18f0b&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=15&borderColorDefault=f18f0b&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=f18f0b&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=f18f0b&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=cd5c0a&iconColorActive=e3a345&bgColorHighlight=fcf0ba&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=e3a345&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #f7f7f7 url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_highlight-hard_100_f7f7f7_1x100.png') 50% top repeat-x; color: #312e25; }
.ui-widget-content a { color: #312e25; }
.ui-widget-header { border: 1px solid #d4ccb0; background: #ece8da url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_gloss-wave_100_ece8da_500x100.png') 50% 50% repeat-x; color: #433f38; font-weight: bold; }
.ui-widget-header a { color: #433f38; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #f18f0b; background: #f18f0b url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_highlight-hard_15_f18f0b_1x100.png') 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #f18f0b; background: #f18f0b url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_highlight-soft_25_f18f0b_1x100.png') 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d4ccb0; background: #fafaf4 url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_highlight-hard_100_fafaf4_1x100.png') 50% 50% repeat-x; font-weight: bold; color: #cd5c0a; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cd5c0a; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #e8e1b5; background: #fcf0ba url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_glass_55_fcf0ba_1x400.png') 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e3a345; background: #ffedad url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_highlight-soft_95_ffedad_1x100.png') 50% top repeat-x; color: #cd5c0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd5c0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd5c0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_808080_256x240.png'); }
.ui-widget-content .ui-icon {background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_808080_256x240.png'); }
.ui-widget-header .ui-icon {background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_847e71_256x240.png'); }
.ui-state-default .ui-icon { background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_eeeeee_256x240.png'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_ffffff_256x240.png'); }
.ui-state-active .ui-icon {background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_e3a345_256x240.png'); }
.ui-state-highlight .ui-icon {background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_e3a345_256x240.png'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-icons_cd0a0a_256x240.png'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 1px; -webkit-border-top-left-radius: 1px; -khtml-border-top-left-radius: 1px; border-top-left-radius: 1px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 1px; -webkit-border-top-right-radius: 1px; -khtml-border-top-right-radius: 1px; border-top-right-radius: 1px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 1px; -webkit-border-bottom-left-radius: 1px; -khtml-border-bottom-left-radius: 1px; border-bottom-left-radius: 1px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 1px; -webkit-border-bottom-right-radius: 1px; -khtml-border-bottom-right-radius: 1px; border-bottom-right-radius: 1px; }

/* Overlays */
.ui-widget-overlay { background: #2b2922 url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_inset-soft_15_2b2922_1x100.png') 50% bottom repeat-x; opacity: .90;filter:Alpha(Opacity=90); }
.ui-widget-shadow { margin: -12px 0 0 -12px; padding: 12px; background: #cccccc url('../../../typo3conf/ext/solr/Resources/Images/JQueryUi/ui-bg_highlight-hard_95_cccccc_1x100.png') 50% top repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete li {
	list-style: none;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*Schriften*/
@font-face {
    font-family: "BundesSansWeb-Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src:  url('../../../typo3conf/ext/ble_cookieman/Resources/Public/Themes/cookieman-popup/Fonts/BundesSansWeb/BundesSansWeb-Regular.eot'),
    url('../../../typo3conf/ext/ble_cookieman/Resources/Public/Themes/cookieman-popup/Fonts/BundesSansWeb/BundesSansWeb-Regular.ttf') format("truetype"),
    url('../../../typo3conf/ext/ble_cookieman/Resources/Public/Themes/cookieman-popup/Fonts/BundesSansWeb/BundesSansWeb-Regular.woff') format("woff");
}
@font-face {
    font-family: "BundesSerifWeb-Bold";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src:  url('../../../typo3conf/ext/ble_cookieman/Resources/Public/Themes/cookieman-popup/Fonts/BundesSerifWeb/BundesSerifWeb-Bold.eot'),
    url('../../../typo3conf/ext/ble_cookieman/Resources/Public/Themes/cookieman-popup/Fonts/BundesSerifWeb/BundesSerifWeb-Bold.ttf') format("truetype"),
    url('../../../typo3conf/ext/ble_cookieman/Resources/Public/Themes/cookieman-popup/Fonts/BundesSerifWeb/BundesSerifWeb-Bold.woff') format("woff");
}

/*Modal*/
#cookieman-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    color: #000;
    font-size: 1rem;
    line-height: 1.4;
}
#cookieman-modal.show {
    display: block !important;
}

/*Collapser*/
#cookieman-modal .cookiebanner-collapsible {
    cursor: pointer;
    display: inline;
}
#cookieman-modal .panel .cookiebanner-collapsible {
    color:#000;
    text-decoration: none;
    text-transform: none;
}
#cookieman-modal .panel .cookiebanner-collapsible:hover {
    text-decoration: underline;
}
#cookieman-modal .panel .cookiebanner-collapsible:focus {
    text-decoration: underline;
    outline: none;
}
#cookieman-modal .cookiebanner-collapsible-content {
    display: none;
}
#cookieman-modal .cookiebanner-collapsible-content:before {
    clear: none !important;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
}
#cookieman-modal .cookiebanner-collapsible-content.show {
    display: block;
    visibility: visible;
}

/*Titel*/
#cookieman-modal .modal-title{
    margin:0px;
    padding: 0px;
    color: #000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    /*font-size: 1.875rem !important;*/
    font-size: 24px !important;
    /*line-height: 2.25rem;*/
    line-height: 28px;
    /*font-weight: 700;*/
    text-transform: none;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-title{
        margin:0px;
        padding: 0px;
        color: #000;
        font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
        /*font-size: 1.875rem !important;*/
        font-size: 24px !important;
        /*line-height: 2.25rem;*/
        line-height: 28px;
        /*font-weight: 700;*/
        text-transform: none;
    }
}

/*Einführungstext*/
#cookieman-modal .modal-body > .content > p{
    margin-top:0px;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    /*font-size: 0.938rem !important;*/
    font-size: 16px !important;
    /*font-weight: 400;*/
    line-height: 24px;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-body > .content > p {
        font-size: 16px !important;
        line-height: 24px;
    }
}

#cookieman-modal .modal-body > .content > p > span.cookiedesclink-wrapper{
    display: inline-block;
    white-space: nowrap;
}
#cookieman-modal .modal-body > .content > p > span.cookiedesclink-wrapper > img{
    display: inline;
    margin: 0px;
}
#cookieman-modal .modal-body > .content > p > span > img.cookiedesclink{
    /*width: 0.938rem;*/
    width: 19px;
    /*height: 0.938rem;*/
    height: 19px;
    margin-right: 2px;
    margin-top:0;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-body > .content > p > span > img.cookiedesclink {
        width: 24px;
        height: 24px;
    }
}

#cookieman-modal .modal-body > .content > p > span > a{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #185B38;
}
#cookieman-modal .modal-body > .content > p > span > a:hover{
    /*text-decoration: underline;*/
    color: #256651;
}
#cookieman-modal .modal-body > .content > p > span > a:focus{
    outline-style: dotted;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #000;
}

/*Button*/
#cookieman-modal .btn{
    background-color: #185B38;
    border:none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px;
    outline-color: #000 !important;
    outline-style: none;
    outline-width: 0px;
    min-height: 34px;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    /*font-size: 0.938rem !important;*/
    font-size: 15px !important;
    font-weight: 700;
    /*line-height: 1.375rem;*/
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: none;
}
#cookieman-modal .btn:focus{
    outline: 1px dashed #185B38 !important;
    outline-offset: 2px;
    box-shadow: none;
}
#cookieman-modal .btn.btn-red{
    background-color: #C0003C;
}
#cookieman-modal button.btn.cookiebanner-collapsible{
    float: right;
}

/*BLE-Button*/
#cookieman-modal .ble-button {
    border: 1px solid #000;
    padding: 10px 16px;
    background-color: #fff;
    color: #000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 19px !important;
    line-height: 27px;
}
#cookieman-modal .ble-button:hover {
    background-color: #185B38;
    color: #fff;
}
#cookieman-modal .ble-button:focus {
    outline-style: dotted;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #000;
}
@media (min-width: 920px) {
    #cookieman-modal .ble-button {
        font-size: 24px !important;
        line-height: 34px;
    }
}

/*Padding/Margin*/
#cookieman-modal .padding-y-default{
    padding-top: 15px;
    padding-bottom: 15px;
}
#cookieman-modal .padding-y-2x{
    padding-top: 27px;
    padding-bottom: 15px;
}
#cookieman-modal .padding-y-3x{
    padding-top: 45px;
    padding-bottom: 45px;
}
#cookieman-modal .padding-top-default{
    padding-top: 15px;
}
#cookieman-modal .padding-bottom-default{
    padding-bottom: 15px;
}
#cookieman-modal .padding-top-2x{
    padding-top: 30px;
}
#cookieman-modal .padding-bottom-2x{
    padding-bottom: 30px;
}
#cookieman-modal .padding-top-3x{
    padding-top: 45px;
}
#cookieman-modal .padding-bottom-3x{
    padding-bottom: 45px;
}
#cookieman-modal .margin-right-default{
    margin-right: 15px;
}
#cookieman-modal .margin-right-2x{
    margin-right: 30px;
}
#cookieman-modal .margin-bottom-default{
    margin-bottom: 15px;
}
#cookieman-modal .margin-bottom-2x{
    margin-bottom: 20px;
}

#cookieman-modal button[aria-expanded="false"].btn.cookiebanner-collapsible:after{
    display: block;
    float: right;
    content: '+';
    /*font-size: 1.813rem !important;*/
    font-size: 29px !important;
    /*line-height: 1.2rem;*/
    line-height: 19px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
#cookieman-modal button[aria-expanded="true"].btn.cookiebanner-collapsible:after{
    display: block;
    float: right;
    content: '+';
    transform: rotate(45deg);
    /*font-size: 1.813rem !important;*/
    font-size: 29px !important;
    /*line-height: 1.2rem;*/
    line-height: 19px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 456px) {
    #cookieman-modal .btn{
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 380px) {
    #cookieman-modal .btn.cookiebanner-collapsible:after{
        display: none !important;
    }
}

/*Formular*/
#cookieman-modal form{
    background-image: none !important;
    margin: 0px;
}
#cookieman-modal .alert-info{
    background-color: #fff;
    background-image: none;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0px;
    box-shadow: none;
}
#cookieman-modal .checkbox-inline{
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    position:relative;
    vertical-align: middle;
}
#cookieman-modal .checkbox-inline label{
    color: #000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px;
}
@media (min-width: 920px) {
    #cookieman-modal .checkbox-inline label {
        font-size: 16px !important;
        line-height: 24px;
    }
}

#cookieman-modal form input[type='checkbox']{
    display: block;
    position: absolute;
    height:16px !important;
    /*height:0.938rem !important;*/
    width: 16px !important;
    /*width: 0.938rem !important;*/
    /*line-height: 1.375rem !important;*/
    line-height: 24px !important;
    margin:0;
    margin-left: -20px;
    margin-top: 3px;
    padding:0;
    background-color: #fff;
    border: 1px solid #868e96 !important;
    border-radius: 0;
    box-shadow: 0 0 0 2px #fff inset !important;
    outline-style: none;
    outline-width: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
@media (min-width: 920px) {
    #cookieman-modal form input[type='checkbox'] {
        height:16px !important;
        width: 16px !important;
        line-height: 24px !important;
    }
}
#cookieman-modal form input[type='checkbox'][disabled='disabled']{
    cursor: not-allowed;
}
#cookieman-modal form input[type='checkbox']:checked{
    background-color: #868e96 !important;
    border: 1px solid #868e96 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 2px #fff inset !important;
    outline-style: none;
    outline-width: 0px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
}
#cookieman-modal form input[type='checkbox']:focus{
    outline: 1px dashed #185B38 !important;
    outline-offset: 3px;
    box-shadow: none;
}
#cookieman-modal .table{
    margin-bottom: 0;
}

/*Modal Dialog*/
#cookieman-modal .modal-dialog {
    border-radius:0;
    background-color: #fff;
    outline-color: #000 !important;
    outline-style: none;
    outline-width: 0px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0px;
}
#cookieman-modal .modal-dialog .modal-content {
    background-clip: padding-box;
    /*border-color: rgba(0, 0, 0, 0.2);*/
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
    /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
    max-width: 1170px;
    display: block;
    flex-direction: unset !important;
    border-radius: 0;
    margin: 0 auto;
    padding: 20px;
}
@media (min-width: 640px) {
    #cookieman-modal .modal-dialog .modal-content {
        background-clip: padding-box;
        /*border-color: rgba(0, 0, 0, 0.2);*/
        border-color: #fff;
        border-style: solid;
        border-width: 0px;
        /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        max-width: 1170px;
        display: block;
        flex-direction: unset !important;
        border-radius: 0;
        margin: 0 auto;
        padding: 28px;
    }
}
@media (min-width: 768px) {
    #cookieman-modal .modal-dialog .modal-content{
        background-clip: padding-box;
        /*border-color: rgba(0, 0, 0, 0.2);*/
        border-color: #fff;
        border-style: solid;
        border-width: 0px;
        /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        max-width: 1170px;
        display: block;
        flex-direction: unset !important;
        border-radius:0;
        margin: 0 auto;
        padding: 75px;
    }
}
@media (min-width: 1024px) {
    #cookieman-modal .modal-dialog .modal-content{
        background-clip: padding-box;
        /*border-color: rgba(0, 0, 0, 0.2);*/
        border-color: #fff;
        border-style: solid;
        border-width: 0px;
        /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        max-width: 1170px;
        display: block;
        flex-direction: unset !important;
        border-radius:0;
        margin: 0 auto;
        padding: 45px;
    }
}
#cookieman-modal .modal-dialog .modal-content .modal-header{
    border-radius:0;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
    display: block;
    outline-style: none;
    outline-width: 0px;
    padding: 15px 0 0 0;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-dialog .modal-content .modal-header {
        /*padding: 15px 0;*/
    }
}
#cookieman-modal .modal-dialog .modal-content .modal-body{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer{
    border-radius:0;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    display: block;
    padding: 0 0px;
    padding-bottom: 0;
    text-align: right;
}

/*Panel*/
#cookieman-modal .panel-group{
    margin-bottom: 20px;
    box-shadow: none;
}
#cookieman-modal .panel-group > .panel-default{
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
}
#cookieman-modal .panel-group > .panel-default:last-child{
    margin-top: 5px;
}
#cookieman-modal .panel-group > .panel-default .panel-heading{
    color:#000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 19px;
    padding:10px 16px ;
    background-color: #66B692;
}
@media (min-width: 920px) {
    #cookieman-modal .panel-group > .panel-default .panel-heading {
        font-size: 20px !important;
        line-height: 24px;
    }
}
#cookieman-modal .align-right{
    text-align: right;
}

#cookieman-modal .panel-group > .panel-default .panel-heading .panel-title {
    position: relative;
    font-weight: 700;
    padding: 0;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 19px;
}
@media (min-width: 920px) {
    #cookieman-modal .panel-group > .panel-default .panel-heading .panel-title {
        font-size: 20px !important;
        line-height: 24px;
    }
}

#cookieman-modal .panel-group > .panel-default .panel-heading .panel-title .cookiebanner-collapsible {
    padding: 0 !important;
}
#cookieman-modal .panel-group > .panel-default .panel-body{
    padding: 15px;
}
#cookieman-modal .panel-group > .panel-default .panel-body > .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
#cookieman-modal .panel-group > .panel-default .panel-body > p {
    margin: 0 !important;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px;
}
@media (min-width: 920px) {
    #cookieman-modal .panel-group > .panel-default .panel-body > p {
        font-size: 16px !important;
        line-height: 24px;
    }
}

@media (min-width: 920px) {
    #cookieman-modal .modal-dialog {
        margin: 0px auto 0;
    }
}

#cookieman-modal label {
    margin-bottom: 0;
}

#cookieman-modal table {
    /*/font-size: 80%;*/
    font-size: 13px;
}

/*Collapser Dropdown*/
#cookieman-modal a.cookiebanner-collapsible{
    display: block;
}
#cookieman-modal a[aria-expanded="false"]:after {
    content: '+';
    /*font-size: 1.813rem;*/
    font-size: 29px;
    /*line-height: 1.438rem;*/
    line-height: 23px;
    font-weight: 900;
    display: block;
    float: right;
}
#cookieman-modal a[aria-expanded="true"]:after {
    content: '+';
    transform: rotate(45deg);
    /*font-size: 1.813rem;*/
    font-size: 29px;
    /*line-height: 1.438rem;*/
    line-height: 23px;
    font-weight: 900;
    display: block;
    float: right;
}

#cookieman-settings [data-toggle="collapse"]:after {
    float: right;
}

#cookieman-modal [data-toggle="collapse"].collapsed:after {
    content: "\e080";
}

/*Tabellen*/
#cookieman-modal .table td,
#cookieman-modal .table th{
    /*font-size: 0.75rem !important;*/
    font-size: 13px !important;
    white-space: normal;
}

/*Body scrolling aus*/
.body-scrolling-off{
    height: 100%;
    overflow: hidden;
}

/**
 * Netzwerk Laendlicher Raum
 * Vars.................Globally-available variables and mixins.
 *
 * BASE
 * Accordion............Accordions styles, FAQ, Filter-Search.
 * Fonts................Integrate webfonts.
 * Form.................Formular styles (Button, Link, Input, Label, ...).
 * Headings.............H1–H6 styles.
 * Links................Link styles.
 * Teaser...............Teaser styles (Container, Sidebar, 2-Spaltig, 3-Spaltig, ...).
 *
 * COMPONENTS
 * Header...............The main page header.
 * Main.................The main page content.
 */
/**
 * Fonts
 */
/* Mixins */
/**
 * Color
**/
/* Iconfont-default, H1 in stage, Color secondary-Button, Textcolor if Backgroundcolor */
/* BG-Color secondary-Button, BG-Steps */
/* BG-Color Hover secondary-Button, Border Input, Border Teaser title */
/* Border Slider, Border Teaser-Image-Wrap */
/* Answer right, Form valide */
/* Form error List Points */
/* Form error */
/* Main Colors */
/* Border Slider, Border Teaser-Image-Wrap, Tarif, Headings, Figcaption, Icons, Links in Box */
/* Border-bottom Header, Border Slider, Border Teaser-Image-Wrap, Button-BG, Step aktive, Links, Main-Nav-Aktive */
/* Border-top Header, Border Slider, Border Teaser-Image-Wrap, Footer, Button-/Link-Hover, Listpoint */
/* Border Slider, Border Teaser-Image-Wrap */
/* Border Slider, Border Teaser-Image-Wrap, Border Steps, HR, Footerbar, Footer-Copyright, Lighten as Background */
/* Colors CD */
/**
 * Breakpoints
**/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/**
 * Accordion style
**/
.accordion-box {
  background-color: #fff;
  padding: 0;
  border: none; }
  .accordion-box .accordion-headline {
    position: relative;
    padding-left: 0; }
    .accordion-box .accordion-headline:before {
      content: "";
      width: 0;
      height: 0;
      display: none; }

.accordion button {
  border-bottom: 1px solid #b2c5d8; }
  .accordion button:hover, .accordion button:focus {
    text-decoration: underline;
    background-color: transparent;
    color: #1d4672;
    outline: none; }
  .accordion button .accordion-title {
    color: #1d4672;
    padding-right: 20px; }
  .accordion button .icon-Chevron_Right {
    position: absolute;
    right: 0;
    top: 18px;
    width: 20px; }
    .accordion button .icon-Chevron_Right:before {
      display: inline-block;
      color: #1d4672;
      font-size: 20px;
      font-size: 1.25rem;
      transform: rotate(90deg); }
  .accordion button[aria-expanded="true"] {
    border-bottom: none; }
    .accordion button[aria-expanded="true"] .icon-Chevron_Right:before {
      transform: rotate(-90deg); }

.accordion .accordion-panel {
  border-bottom: 1px solid #b2c5d8;
  color: #1c1c1c; }
  .accordion .accordion-panel h1, .accordion .accordion-panel h2, .accordion .accordion-panel h3, .accordion .accordion-panel h4, .accordion .accordion-panel h5, .accordion .accordion-panel h6 {
    margin-bottom: 1em; }
  .accordion .accordion-panel .frame-type-textpic {
    display: flex; }

.accordion .accordion-content {
  border-bottom: 1px solid #2D577C; }

/* dpn_glossary visual fixes */
.dpnglossary.link {
  border-bottom: 2px dotted #163455;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .dpnglossary.link {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .dpnglossary.link:hover::after {
      width: auto;
      padding: 5px; } }

/* ELER */
.tx-elerprojekt form input[type="text"] {
  height: 37px;
  padding-right: 110px;
  margin-bottom: 40px; }

.tx-elerprojekt form input[type='submit'] {
  position: absolute;
  right: 0;
  bottom: 20px; }

.tx-elerprojekt form input[type='submit'].btn {
  position: relative;
  right: 0;
  bottom: auto; }

.tx-elerprojekt form input[type="checkbox"] {
  margin-right: 10px; }
  .tx-elerprojekt form input[type="checkbox"] + label {
    display: inline-block; }

.tx-elerprojekt form input[value="Suchen"] {
  display: none; }

.tx-elerprojekt form[name="regionSuche"] input[value="Suchen"], .tx-elerprojekt form[name="projektSuche"] input[value="Suchen"] {
  display: block; }

.tx-elerprojekt table {
  border-spacing: 0; }

.tx-elerprojekt .eler_link_kiste_links, .tx-elerprojekt .eler_link_kiste_rechts {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 10px 20px 20px 0; }
  .tx-elerprojekt .eler_link_kiste_links:before, .tx-elerprojekt .eler_link_kiste_rechts:before {
    content: "\e90a";
    font-family: "Icons";
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    top: 1px;
    left: 0;
    color: #1d4672; }

.tx-elerprojekt ul.link-list li {
  padding: 5px 10px; }

.tx-elerprojekt ul.link-list li:nth-child(even) {
  background-color: #E5EBF2; }

.tx-elerprojekt .effective {
  margin: 1em 0; }

/* EIP-Agri */
.tx-eipagri form fieldset legend {
  margin-bottom: 15px; }

.tx-eipagri table li {
  padding-left: 0; }
  .tx-eipagri table li:before {
    content: "";
    display: none; }

.tx-eipagri ul.link-list li {
  padding: 5px 10px; }

.tx-eipagri ul.link-list li:nth-child(even) {
  background-color: #E5EBF2; }

/**
 * Termine
**/
.news-list.list-30 .news-list-item .right-column .date {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #b2c5d8;
  color: #163455;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block; }

.news-list.list-30 a.read-more:before {
  content: "\e90a";
  bottom: -2px; }

.news-list.list-40 {
  padding: 0 !important; }
  .news-list.list-40 .news-list-item {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: 0; }
    .news-list.list-40 .news-list-item:before {
      content: ""; }
    .news-list.list-40 .news-list-item p.date {
      display: block;
      position: relative;
      width: 45px;
      height: 45px;
      background-color: #E5EBF2;
      margin-right: 15px;
      padding: 2px;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center; }
      .news-list.list-40 .news-list-item p.date span {
        font-size: 16px;
        font-size: 1rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: bold;
        display: block; }
    .news-list.list-40 .news-list-item article {
      max-width: calc(100% - 60px); }
      .news-list.list-40 .news-list-item article h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        margin-bottom: 5px;
        padding: 0 !important;
        border-bottom: none;
        min-height: inherit;
        height: auto; }
      .news-list.list-40 .news-list-item article p {
        font-size: 16px;
        font-size: 1rem; }
    .news-list.list-40 .news-list-item:last-child {
      margin-bottom: 20px; }
  .news-list.list-40 + p.align-right {
    text-align: left;
    font-size: 16px;
    font-size: 1rem; }

/* News */
.news.news-single .news-img-wrap {
  float: none;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .news.news-single .news-img-wrap {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; } }

.news.news-single .news-backlink-wrap a {
  padding-left: 20px;
  font-size: 20px;
  font-size: 1.25rem; }
  .news.news-single .news-backlink-wrap a:before {
    content: "\e90a";
    font-family: "Icons";
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 3px;
    color: #1d4672;
    display: inline-block;
    transform: rotate(180deg); }

/**
 * Fonts
**/
@font-face {
  font-family: 'Icons';
  src: url('../../../typo3conf/ext/nlr_base/Resources/Public/Fonts/Icons.woff') format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url('../../../typo3conf/ext/nlr_base/Resources/Public/Fonts/icomoon.woff') format("woff");
  font-weight: normal;
  font-style: normal; }

/* Icons */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icons' !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: 1;
    font-weight: normal;
    font-family: "Icons";
    color: #3A3A3A; }

.icon-check:before {
  content: "\f00c"; }

.icon-Remove:before {
  content: "\f00d"; }

.icon-Download:before {
  content: "\f019"; }

.icon-Quote:before {
  content: "\f10e"; }

.icon-Chevron_Right:before {
  content: "\f054"; }

.icon-Angle_Right:before {
  content: "\f105"; }

.icon-Search:before, .icon-search:before {
  content: "\e900"; }

.icon-Home:before {
  content: "\e901"; }

.icon-Zoom:before {
  content: "\e902"; }

.icon-Information:before {
  content: "\e903"; }

.icon-Extern:before {
  content: "\e904"; }

.icon-News:before {
  content: "\e905"; }

.icon-Calender:before {
  content: "\e906"; }

.icon-Mail_Open:before, .icon-newsletter:before {
  content: "\e907"; }

.icon-E-Mail:before {
  content: "\e908"; }

.icon-Telephone:before {
  content: "\e909"; }

.icon-Arrow_Right:before {
  content: "\e90a"; }

.icon-Info:before, .icon-info:before {
  content: "\e90b"; }

.icon-Arrow_Up:before {
  content: "\e90c"; }

.icon-Square:before {
  content: "\e90d"; }

.icon-PDF:before {
  content: "\e90e"; }

.icon-Link:before {
  content: "\e90f"; }

.icon-File:before {
  content: "\e910"; }

.icon-Facebook:before {
  content: "\e911"; }

.icon-Twitter:before {
  content: "\e912"; }

/* Only BLE-VLR */
.icon-star:before {
  content: "\e907";
  font-family: 'icomoon'; }

.icon-star-outline:before, .icon-events:before {
  content: "\e908"; }

.icon-eip:before {
  content: "\e909"; }

.icon-plant:before {
  content: "\e900";
  font-family: 'icomoon'; }

.icon-hand-plant:before {
  content: "\e901";
  font-family: 'icomoon'; }

.icon-bulb-enviroment:before {
  content: "\e902";
  font-family: 'icomoon'; }

.icon-light-earth:before {
  content: "\e903";
  font-family: 'icomoon'; }

.icon-trophy:before {
  content: "\e904";
  font-family: 'icomoon'; }

.icon-leader:before {
  content: "\e905";
  font-family: 'icomoon'; }

.icon-bulb-plant:before, .icon-project:before {
  content: "\e906";
  font-family: 'icomoon'; }

.icon-question:before {
  content: "\f128";
  font-family: 'icomoon'; }

.icon-exclamation:before {
  content: "\f12a";
  font-family: 'icomoon'; }

/**
 * Formular
**/
button, .btn, .button-back, .resetButton, .resetButton#filter_reset, input[type='submit'] {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
  background-color: #1d4672;
  border: none;
  border-radius: 0; }
  button:hover, button:focus, .btn:hover, .btn:focus, .button-back:hover, .button-back:focus, .resetButton:hover, .resetButton:focus, .resetButton#filter_reset:hover, .resetButton#filter_reset:focus, input[type='submit']:hover, input[type='submit']:focus {
    background-color: #2D577C;
    color: #fff; }

form .progress {
  border-top: 1px solid #b2c5d8;
  border-bottom: 1px solid #b2c5d8; }
  form .progress .steptexts .steptext {
    color: #163455; }
  form .progress .steps .step {
    border-radius: 0;
    background-color: #1d4672;
    color: #fff; }
  form .progress.step1 .step2, form .progress.step2 .step1 {
    background-color: #fff;
    border: 1px solid #1d4672;
    color: #1d4672; }

/* rms */
#rms .narrow .formHeader ul li span {
  color: #163455; }

#rms .narrow .formHeader ul li span:before {
  border: 1px solid #163455;
  background-color: #b2c5d8;
  color: #163455;
  border-radius: 40px; }

#rms .narrow .formHeader ul li.current span:before {
  border: 1px solid #163455;
  background-color: #163455;
  color: #fff; }

#rms form legend {
  padding: 0.6em 0.6em  0.6em 0;
  border-top: 1px dotted #163455;
  color: #163455; }

#rms form label {
  font-size: 14px;
  font-size: 0.875rem; }

#rms span.property {
  font-size: 18px;
  font-size: 1.125rem; }

#rms form input[type="date"], #rms form input[type="text"], #rms form input[type="password"], #rms form input[type="email"], #rms form select, #rms form textarea {
  height: auto; }

#rms input:required:invalid, #rms input:focus:invalid, #rms textarea:required:invalid, #rms textarea:focus:invalid, #rms input:required:valid, #rms textarea:required:valid {
  background-image: none; }

#rms .rmsCheckBoxPers {
  margin-top: 10px; }
  #rms .rmsCheckBoxPers ul li {
    padding-left: 0; }
  #rms .rmsCheckBoxPers label {
    padding-left: 25px; }
    #rms .rmsCheckBoxPers label input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 1px;
      margin-top: 0; }

#rms input[type="radio"] {
  position: absolute;
  left: 0;
  top: 1px; }

#rms .formFooter .buttonContainer input[type="submit"] {
  float: right;
  margin-left: 0; }
  #rms .formFooter .buttonContainer input[type="submit"]:hover, #rms .formFooter .buttonContainer input[type="submit"]:focus {
    text-decoration: underline; }

#rms .formFooter .buttonContainer input[type="submit"]:first-of-type {
  float: left;
  background-color: #E5EBF2;
  color: #3A3A3A; }

/**
 * H1-h6 styles
**/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 120%;
  color: black; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #1d4672;
    text-decoration: none; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
    .h1 a:hover,
    .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
      color: #1d4672;
      text-decoration: underline; }

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #163455;
  font-weight: 500; }
  @media only screen and (min-width: 576px) {
    h1, .h1 {
      font-size: 38px;
      font-size: 2.375rem; } }

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #163455; }
  @media only screen and (min-width: 576px) {
    h2, .h2 {
      font-size: 32px;
      font-size: 2rem; } }

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  color: #163455; }
  @media only screen and (min-width: 576px) {
    h3, .h3 {
      font-size: 26px;
      font-size: 1.625rem; } }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #163455; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-weight: normal;
  color: #163455; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: normal;
  color: #163455; }

h100 {
  visibility: hidden; }

/**
 * Images
**/
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  margin: 0; }
  .ce-intext.ce-right .ce-gallery figure.image, .ce-intext.ce-left .ce-gallery figure.image {
    margin-bottom: 11px;
    margin-top: 5px; }
    .ce-intext.ce-right .ce-gallery figure.image .image-caption, .ce-intext.ce-left .ce-gallery figure.image .image-caption {
      color: #163455; }
  .ce-intext.ce-right .ce-gallery a.lightbox:after, .ce-intext.ce-left .ce-gallery a.lightbox:after {
    color: #163455;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(178, 197, 216, 0.9); }

.ce-above .ce-gallery {
  margin: 0; }
  .ce-above .ce-gallery figure.image {
    margin-bottom: 11px; }

.ce-gallery figure.image .image-caption {
  color: #163455; }

.mfp-bg {
  z-index: 99999; }

.mfp-wrap {
  z-index: 999999; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
  width: 30px; }

.frame-type-textmedia .ce-gallery, .frame-type-textmedia .ce-column, .frame-type-textmedia .ce-outer, .frame-type-textmedia .ce-inner {
  float: none;
  left: auto;
  right: auto;
  margin-right: 0; }

.frame-type-textmedia .ce-gallery figure {
  display: block; }

.frame-type-textmedia .video-caption {
  display: block;
  margin: 5px 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #163455; }

.video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  top: 8px;
  margin-bottom: 20px; }
  .video-embed video, .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

/**
 * Link style
**/
*:target:before {
  content: "";
  display: block;
  height: 180px;
  /* same as your fixed header height */
  margin: -180px 0 0;
  /* negative fixed header height */ }

a {
  color: #1d4672; }
  a:hover, a:focus {
    color: #1d4672; }

a.external-link, a.external-link-new-window, a.mail, a.pdf, a.word, a.download, a.arrow-link, a.internal-link, a.intern {
  display: inline;
  padding-left: 20px; }
  a.external-link:before, a.external-link-new-window:before, a.mail:before, a.pdf:before, a.word:before, a.download:before, a.arrow-link:before, a.internal-link:before, a.intern:before {
    content: "\e904";
    font-family: "Icons";
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #1d4672; }

a.arrow-link:before, a.internal-link:before, a.intern:before {
  content: "\e90a";
  font-family: "Icons";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 1px;
  color: #1d4672; }

a.mail:before {
  content: "\e908"; }

a.pdf:before {
  content: "\e90e"; }

a.word:before, a.wordx:before {
  content: "\e910"; }

a.download:before {
  content: "\f019"; }

a.read-more {
  padding-right: 25px; }
  a.read-more span {
    position: absolute;
    left: 0;
    text-indent: -9999px; }
  a.read-more:before {
    content: "\e90a";
    font-family: "Icons";
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1d4672; }
  a.read-more:hover, a.read-more:focus {
    text-decoration: none; }
    a.read-more:hover:before, a.read-more:focus:before {
      color: #2D577C; }

a.to-top {
  background-color: #fff;
  color: #163455;
  border: 1px solid #163455;
  bottom: 40px; }
  @media only screen and (min-width: 992px) {
    a.to-top {
      right: 20px;
      bottom: 40px; } }
  a.to-top:hover, a.to-top:focus {
    background-color: #2D577C; }
    a.to-top:hover:before, a.to-top:focus:before {
      color: #fff; }
  a.to-top:before {
    content: "\e90c";
    font-family: "Icons";
    color: #163455;
    left: 10px; }

.shariff ul .shariff-button.facebook a {
  background-color: #3B5998; }
  .shariff ul .shariff-button.facebook a:before {
    content: "\e911"; }

.shariff ul .shariff-button.twitter a {
  background-color: #55ACEE; }
  .shariff ul .shariff-button.twitter a:before {
    content: "\e912"; }

p > a {
  text-decoration: underline; }
  p > a:hover, p > a:focus {
    text-decoration: none; }

/**
 * Listen
**/
.grid_8 ul li:before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #2D577C;
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block; }

.grid_8 ul li:last-child {
  margin-bottom: 0; }

.grid_8 ul ul, .grid_8 ul ol, .grid_8 ol ul, .grid_8 ol ol {
  margin-top: 10px; }

/* Linkliste */
ul.link-list, ul.withoutListStyle {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 40px; }
  ul.link-list li, ul.withoutListStyle li {
    padding-left: 0;
    margin-bottom: 5px; }
    ul.link-list li:before, ul.withoutListStyle li:before {
      content: "";
      background-color: transparent; }
  ul.link-list a.arrow-link, ul.link-list a.internal-link, ul.link-list a.external-link, ul.link-list a.external-link-new-window, ul.link-list a.mail, ul.link-list a.pdf, ul.link-list a.word, ul.link-list a.download, ul.withoutListStyle a.arrow-link, ul.withoutListStyle a.internal-link, ul.withoutListStyle a.external-link, ul.withoutListStyle a.external-link-new-window, ul.withoutListStyle a.mail, ul.withoutListStyle a.pdf, ul.withoutListStyle a.word, ul.withoutListStyle a.download {
    display: inline-block;
    padding-left: 20px; }
    ul.link-list a.arrow-link:after, ul.link-list a.internal-link:after, ul.link-list a.external-link:after, ul.link-list a.external-link-new-window:after, ul.link-list a.mail:after, ul.link-list a.pdf:after, ul.link-list a.word:after, ul.link-list a.download:after, ul.withoutListStyle a.arrow-link:after, ul.withoutListStyle a.internal-link:after, ul.withoutListStyle a.external-link:after, ul.withoutListStyle a.external-link-new-window:after, ul.withoutListStyle a.mail:after, ul.withoutListStyle a.pdf:after, ul.withoutListStyle a.word:after, ul.withoutListStyle a.download:after {
      right: auto;
      left: 0;
      bottom: auto;
      top: 0; }
  ul.link-list a.internal-link:before, ul.link-list a.arrow-link:before, ul.withoutListStyle a.internal-link:before, ul.withoutListStyle a.arrow-link:before {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0; }

/* Ankerliste */
ul.read-more {
  padding: 20px;
  background-color: #c3d2e1;
  margin-bottom: 40px; }
  ul.read-more li {
    padding-left: 20px; }
    ul.read-more li:before {
      content: ""; }
    ul.read-more li a {
      color: #163455; }
    ul.read-more li:before {
      content: "\e90f";
      color: #163455; }

/* Teaser-Liste */
ul.teaser-list li {
  padding-left: 0; }
  ul.teaser-list li:before {
    content: "";
    display: none; }

ul.teaser-list ul li {
  padding-left: 25px; }
  ul.teaser-list ul li:before {
    content: "\e90d"; }

/* Merkliste */
ul.wishlist li {
  padding-left: 0; }
  ul.wishlist li:before {
    content: ""; }

ul.ce-uploads {
  list-style: none; }
  ul.ce-uploads li {
    padding-left: 0; }
    ul.ce-uploads li:before {
      list-style: none;
      content: none; }
    ul.ce-uploads li div {
      color: #1d4672; }
      ul.ce-uploads li div [class^=icon-], ul.ce-uploads li div [class*=" icon-"] {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; }
        ul.ce-uploads li div [class^=icon-]:before, ul.ce-uploads li div [class*=" icon-"]:before {
          color: #1d4672;
          font-size: 1rem;
          position: absolute;
          top: 3px;
          left: 0;
          color: #1d4672; }
      ul.ce-uploads li div a {
        text-decoration: underline;
        display: inline;
        padding-left: 20px; }
        ul.ce-uploads li div a:hover {
          text-decoration: none; }
  ul.ce-uploads a.icon-file-download:before, ul.ce-uploads a[class^='icon-file-']:before, ul.ce-uploads a[class*='icon-file-']:before {
    content: "\f019"; }
  ul.ce-uploads a.icon-file-pdf:before {
    content: "\e90e"; }
  ul.ce-uploads a.icon-file-doc:before, ul.ce-uploads a.icon-file-docx:before, ul.ce-uploads a.icon-file-txt:before {
    content: "\e910"; }

/**
 * Map Styling
**/
.tx-nlr_maps {
  margin-bottom: 40px; }

.map {
  height: 400px;
  width: 100%; }

/**
 * PopUp
**/
.leaflet-popup .leaflet-popup-content h1, .leaflet-popup .leaflet-popup-content h2, .leaflet-popup .leaflet-popup-content h3, .leaflet-popup .leaflet-popup-content h4, .leaflet-popup .leaflet-popup-content h5, .leaflet-popup .leaflet-popup-content h6,
.leaflet-popup .leaflet-popup-content .h1, .leaflet-popup .leaflet-popup-content .h2, .leaflet-popup .leaflet-popup-content .h3, .leaflet-popup .leaflet-popup-content .h4, .leaflet-popup .leaflet-popup-content .h5, .leaflet-popup .leaflet-popup-content .h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px; }

.leaflet-popup .leaflet-popup-content p, .leaflet-popup .leaflet-popup-content a {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0; }

.leaflet-popup .leaflet-popup-content a.external-link:before,
.leaflet-popup .leaflet-popup-content a.external-link-new-window:before,
.leaflet-popup .leaflet-popup-content a.mail:before, .leaflet-popup .leaflet-popup-content a.pdf:before,
.leaflet-popup .leaflet-popup-content a.word:before, .leaflet-popup .leaflet-popup-content a.download:before,
.leaflet-popup .leaflet-popup-content a.arrow-link:before, .leaflet-popup .leaflet-popup-content a.internal-link:before,
.leaflet-popup .leaflet-popup-content a.intern:before {
  font-size: 12px;
  font-size: 0.75rem; }

/**
 * Paginierung
**/
ul.pagination li:before, ul.f3-widget-paginator li:before, ul.page_navigation li:before {
  content: "";
  display: none; }

ul.pagination li a, ul.pagination li > span, ul.f3-widget-paginator li a, ul.f3-widget-paginator li > span, ul.page_navigation li a, ul.page_navigation li > span {
  display: inline-block;
  background-color: #b2c5d8;
  font-size: 16px;
  font-size: 1rem;
  color: #3A3A3A;
  padding: 5px;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  border-radius: 25px; }
  ul.pagination li a:before, ul.pagination li > span:before, ul.f3-widget-paginator li a:before, ul.f3-widget-paginator li > span:before, ul.page_navigation li a:before, ul.page_navigation li > span:before {
    content: "";
    display: none; }
  ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li > span:hover, ul.pagination li > span:focus, ul.f3-widget-paginator li a:hover, ul.f3-widget-paginator li a:focus, ul.f3-widget-paginator li > span:hover, ul.f3-widget-paginator li > span:focus, ul.page_navigation li a:hover, ul.page_navigation li a:focus, ul.page_navigation li > span:hover, ul.page_navigation li > span:focus {
    background-color: #6485a9; }

ul.pagination li.active a, ul.pagination li.active span.current_page, ul.pagination li.pagination__item--is-active a, ul.pagination li.pagination__item--is-active span.current_page, ul.f3-widget-paginator li.active a, ul.f3-widget-paginator li.active span.current_page, ul.f3-widget-paginator li.pagination__item--is-active a, ul.f3-widget-paginator li.pagination__item--is-active span.current_page, ul.page_navigation li.active a, ul.page_navigation li.active span.current_page, ul.page_navigation li.pagination__item--is-active a, ul.page_navigation li.pagination__item--is-active span.current_page {
  background: #2D577C;
  color: #fff; }

ul.pagination li.current, ul.pagination li.active_page, ul.f3-widget-paginator li.current, ul.f3-widget-paginator li.active_page, ul.page_navigation li.current, ul.page_navigation li.active_page {
  background: #2D577C;
  font-size: 16px;
  font-size: 1rem;
  color: #fff; }

ul.pagination li.pagination__item--next-page a:after,
ul.pagination li.pagination__item--next-group a:after,
ul.pagination li.pagination__item--previous-page a:after,
ul.pagination li.pagination__item--previous-group a:after, ul.f3-widget-paginator li.pagination__item--next-page a:after,
ul.f3-widget-paginator li.pagination__item--next-group a:after,
ul.f3-widget-paginator li.pagination__item--previous-page a:after,
ul.f3-widget-paginator li.pagination__item--previous-group a:after, ul.page_navigation li.pagination__item--next-page a:after,
ul.page_navigation li.pagination__item--next-group a:after,
ul.page_navigation li.pagination__item--previous-page a:after,
ul.page_navigation li.pagination__item--previous-group a:after {
  content: "\f054";
  font-family: "Icons";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  left: 14px;
  top: 6px;
  display: inline-block; }

ul.pagination li.pagination__item--next-page a:hover, ul.pagination li.pagination__item--next-page a:focus,
ul.pagination li.pagination__item--next-group a:hover,
ul.pagination li.pagination__item--next-group a:focus,
ul.pagination li.pagination__item--previous-page a:hover,
ul.pagination li.pagination__item--previous-page a:focus,
ul.pagination li.pagination__item--previous-group a:hover,
ul.pagination li.pagination__item--previous-group a:focus, ul.f3-widget-paginator li.pagination__item--next-page a:hover, ul.f3-widget-paginator li.pagination__item--next-page a:focus,
ul.f3-widget-paginator li.pagination__item--next-group a:hover,
ul.f3-widget-paginator li.pagination__item--next-group a:focus,
ul.f3-widget-paginator li.pagination__item--previous-page a:hover,
ul.f3-widget-paginator li.pagination__item--previous-page a:focus,
ul.f3-widget-paginator li.pagination__item--previous-group a:hover,
ul.f3-widget-paginator li.pagination__item--previous-group a:focus, ul.page_navigation li.pagination__item--next-page a:hover, ul.page_navigation li.pagination__item--next-page a:focus,
ul.page_navigation li.pagination__item--next-group a:hover,
ul.page_navigation li.pagination__item--next-group a:focus,
ul.page_navigation li.pagination__item--previous-page a:hover,
ul.page_navigation li.pagination__item--previous-page a:focus,
ul.page_navigation li.pagination__item--previous-group a:hover,
ul.page_navigation li.pagination__item--previous-group a:focus {
  text-decoration: none; }
  ul.pagination li.pagination__item--next-page a:hover:before, ul.pagination li.pagination__item--next-page a:focus:before,
  ul.pagination li.pagination__item--next-group a:hover:before,
  ul.pagination li.pagination__item--next-group a:focus:before,
  ul.pagination li.pagination__item--previous-page a:hover:before,
  ul.pagination li.pagination__item--previous-page a:focus:before,
  ul.pagination li.pagination__item--previous-group a:hover:before,
  ul.pagination li.pagination__item--previous-group a:focus:before, ul.f3-widget-paginator li.pagination__item--next-page a:hover:before, ul.f3-widget-paginator li.pagination__item--next-page a:focus:before,
  ul.f3-widget-paginator li.pagination__item--next-group a:hover:before,
  ul.f3-widget-paginator li.pagination__item--next-group a:focus:before,
  ul.f3-widget-paginator li.pagination__item--previous-page a:hover:before,
  ul.f3-widget-paginator li.pagination__item--previous-page a:focus:before,
  ul.f3-widget-paginator li.pagination__item--previous-group a:hover:before,
  ul.f3-widget-paginator li.pagination__item--previous-group a:focus:before, ul.page_navigation li.pagination__item--next-page a:hover:before, ul.page_navigation li.pagination__item--next-page a:focus:before,
  ul.page_navigation li.pagination__item--next-group a:hover:before,
  ul.page_navigation li.pagination__item--next-group a:focus:before,
  ul.page_navigation li.pagination__item--previous-page a:hover:before,
  ul.page_navigation li.pagination__item--previous-page a:focus:before,
  ul.page_navigation li.pagination__item--previous-group a:hover:before,
  ul.page_navigation li.pagination__item--previous-group a:focus:before {
    text-decoration: underline; }

ul.pagination li.pagination__item--previous-page a:after,
ul.pagination li.pagination__item--previous-group a:after, ul.f3-widget-paginator li.pagination__item--previous-page a:after,
ul.f3-widget-paginator li.pagination__item--previous-group a:after, ul.page_navigation li.pagination__item--previous-page a:after,
ul.page_navigation li.pagination__item--previous-group a:after {
  left: 12px;
  transform: rotate(180deg); }

ul.pagination li.pagination__item--next-group a:after,
ul.pagination li.pagination__item--previous-group a:after, ul.f3-widget-paginator li.pagination__item--next-group a:after,
ul.f3-widget-paginator li.pagination__item--previous-group a:after, ul.page_navigation li.pagination__item--next-group a:after,
ul.page_navigation li.pagination__item--previous-group a:after {
  content: "\f054 \f054";
  left: 10px; }

ul.pagination li.pagination__item--previous-group a:after, ul.f3-widget-paginator li.pagination__item--previous-group a:after, ul.page_navigation li.pagination__item--previous-group a:after {
  left: 8px; }

ul.pagination li .visuallyhidden, ul.f3-widget-paginator li .visuallyhidden, ul.page_navigation li .visuallyhidden {
  color: transparent;
  line-height: 0;
  width: 0;
  height: 0; }

#page_navi .results {
  display: block;
  margin-bottom: 10px;
  font-weight: bold; }

/**
 * Search
**/
/* Searchfield Header */
.tx-solr-search-form .input-group .input-group-btn {
  top: 0; }
  .tx-solr-search-form .input-group .input-group-btn button {
    background-color: #fff;
    transition: background-color 0.15s ease;
    margin: 2px 2px 0 0; }
    .tx-solr-search-form .input-group .input-group-btn button:hover, .tx-solr-search-form .input-group .input-group-btn button:focus {
      background-color: #1d4672; }
      .tx-solr-search-form .input-group .input-group-btn button:hover.icon-Search:before, .tx-solr-search-form .input-group .input-group-btn button:focus.icon-Search:before {
        color: #fff; }

.tx-solr-autosuggest {
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto; }
  .tx-solr-autosuggest strong {
    color: #1d4672; }
  .tx-solr-autosuggest .autocomplete-selected {
    background: #b2c5d8; }
  .tx-solr-autosuggest .autocomplete-group strong {
    border-bottom: 1px solid #1c1c1c; }

/* Content */
#main .tx_solr.container #tx-solr-search-functions .accordion-box {
  background-color: #d4dfe9;
  border: 2px solid #2D577C; }
  #main .tx_solr.container #tx-solr-search-functions .accordion-box h4, #main .tx_solr.container #tx-solr-search-functions .accordion-box .h4 {
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600; }
  #main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion-trigger, #main .tx_solr.container #tx-solr-search-functions .accordion-box dt {
    border-bottom: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600; }
  #main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion {
    position: relative; }
    #main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion button .accordion-title {
      font-size: 18px;
      font-size: 1.125rem;
      color: #3A3A3A; }
  #main .tx_solr.container #tx-solr-search-functions .accordion-box .accordion-panel {
    background-color: #d4dfe9;
    border: 2px solid #2D577C;
    border-top: none;
    color: #3A3A3A; }

#main .grid_8.content > .frame-type-list + .more-information {
  border-top: none;
  padding: 0;
  margin: 0; }

/*** Ergebnissliste ***/
.results-list .date, .results-list .zip, .results-list .city {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600; }

.results-list .results-teaser .result-content {
  border-bottom: 1px solid #b2c5d8; }
  .results-list .results-teaser .result-content .hit {
    color: #1d4672;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600; }

.results-list .results-teaser .searchresultbreadcrumb span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #707070; }
  .results-list .results-teaser .searchresultbreadcrumb span:after {
    content: "\f105";
    font-family: "Icons";
    font-size: 16px;
    font-size: 1rem; }

/* Terminsuche */
#facet-input-datesZipRange h2 a, #facet-input-datesZipRange h3 a, #facet-input-datesZipRange h4 a, #facet-input-datesZipRange h5 a {
  text-decoration: none;
  color: #707070; }

#facetdatesZipRange {
  margin-bottom: 30px; }
  #facetdatesZipRange .ui-slider-range {
    background-image: none !important;
    background-color: #6485a9 !important;
    border: none !important;
    padding: 6.5px; }
  #facetdatesZipRange .ui-slider-handle {
    background-image: none !important;
    background-color: #1d4672 !important;
    width: 2.2em;
    height: 2.2em;
    top: -.77em; }
  #facetdatesZipRange .ui-slider span:after {
    content: '';
    position: absolute;
    color: white;
    top: 5px;
    width: inherit;
    text-align: center;
    font-size: 15px; }
  #facetdatesZipRange .ui-slider span:first-of-type:after {
    content: '>'; }
  #facetdatesZipRange .ui-slider span:last-of-type:after {
    content: '<'; }
  #facetdatesZipRange #facet-datesZipRange-value {
    font-weight: bold;
    margin-top: 13px; }

.facet-type-dateRange {
  margin-bottom: 25px; }

/**
  Slider
**/
/** General **/
.slick-prev, .slick-next {
  position: absolute;
  top: calc(50% - 40px);
  right: -25px;
  width: 25px;
  height: 40px; }
  .slick-prev:before, .slick-next:before {
    content: "\f054";
    font-family: "Icons";
    font-size: 26px;
    font-size: 1.625rem;
    color: #163455; }

.slick-prev {
  left: -25px;
  right: auto; }
  .slick-prev:before {
    content: "\f054";
    transform: rotate(180deg);
    display: inline-block; }

.slick-counter {
  color: #1d4672;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 30px; }

/*** Contentslider ***/
.frame-layout-slider {
  background-color: #fff;
  margin: 0 40px 40px; }
  .frame-layout-slider h2, .frame-layout-slider h3, .frame-layout-slider h4 {
    padding: 15px 0 0; }
  .frame-layout-slider .slick-slide figure a {
    border: none; }
  .frame-layout-slider .slick-slide figure a.lightbox:after {
    content: "\e902";
    color: #163455;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(178, 197, 216, 0.9); }
  .frame-layout-slider .slick-slide figure figcaption {
    display: block;
    padding: 15px 40px 20px 0;
    font-size: 16px;
    font-size: 1rem;
    color: #163455; }
    .frame-layout-slider .slick-slide figure figcaption span.copyright {
      font-size: 14px;
      font-size: 0.875rem;
      color: #1c1c1c; }
  .frame-layout-slider .slick-next {
    right: -40px; }
  .frame-layout-slider .slick-prev {
    left: -40px; }
  @media only screen and (min-width: 768px) {
    .frame-layout-slider {
      margin: 0 30px 40px; }
      .frame-layout-slider .slick-next {
        right: -33px; }
      .frame-layout-slider .slick-prev {
        left: -33px; } }

/** Slider Teaser **/
.slider-teaser .teaser-slide .teaser .title, .slider-teaser .teaser-slide .teaser h3 {
  padding: 10px 0;
  margin-bottom: 0;
  height: 70px;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #163455;
  border-bottom: none; }

.slider-teaser .teaser-slide .teaser .teaser-body {
  padding: 10px 0; }
  .slider-teaser .teaser-slide .teaser .teaser-body p {
    font-size: 14px;
    font-size: 0.875rem; }
  .slider-teaser .teaser-slide .teaser .teaser-body .marginal-title {
    color: #163455;
    margin-bottom: 5px; }

.slider-teaser .teaser-slide .teaser > p:last-child {
  padding: 5px 0;
  font-size: 14px;
  font-size: 0.875rem; }

.slider-teaser .frame-type-textpic.teaser > .ce-textpic {
  box-shadow: none;
  padding: 15px 0 0; }

.slider-teaser .frame-type-shortcut.teaser,
.slider-teaser .frame-type-list.teaser,
.slider-teaser .frame-type-textpic.teaser,
.slider-teaser .frame-type-login.teaser,
.slider-teaser .slick-slide .frame-type-text {
  padding: 10px; }
  .slider-teaser .frame-type-shortcut.teaser .teaser-slide,
  .slider-teaser .frame-type-list.teaser .teaser-slide,
  .slider-teaser .frame-type-textpic.teaser .teaser-slide,
  .slider-teaser .frame-type-login.teaser .teaser-slide,
  .slider-teaser .slick-slide .frame-type-text .teaser-slide {
    padding: 0; }
    .slider-teaser .frame-type-shortcut.teaser .teaser-slide .teaser,
    .slider-teaser .frame-type-list.teaser .teaser-slide .teaser,
    .slider-teaser .frame-type-textpic.teaser .teaser-slide .teaser,
    .slider-teaser .frame-type-login.teaser .teaser-slide .teaser,
    .slider-teaser .slick-slide .frame-type-text .teaser-slide .teaser {
      padding: 10px 10px 40px;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }
  .slider-teaser .frame-type-shortcut.teaser .news,
  .slider-teaser .frame-type-list.teaser .news,
  .slider-teaser .frame-type-textpic.teaser .news,
  .slider-teaser .frame-type-login.teaser .news,
  .slider-teaser .slick-slide .frame-type-text .news {
    height: 100%; }
    .slider-teaser .frame-type-shortcut.teaser .news ul,
    .slider-teaser .frame-type-list.teaser .news ul,
    .slider-teaser .frame-type-textpic.teaser .news ul,
    .slider-teaser .frame-type-login.teaser .news ul,
    .slider-teaser .slick-slide .frame-type-text .news ul {
      margin-bottom: 0; }
    .slider-teaser .frame-type-shortcut.teaser .news > h2, .slider-teaser .frame-type-shortcut.teaser .news > h3, .slider-teaser .frame-type-shortcut.teaser .news > h4,
    .slider-teaser .frame-type-list.teaser .news > h2,
    .slider-teaser .frame-type-list.teaser .news > h3,
    .slider-teaser .frame-type-list.teaser .news > h4,
    .slider-teaser .frame-type-textpic.teaser .news > h2,
    .slider-teaser .frame-type-textpic.teaser .news > h3,
    .slider-teaser .frame-type-textpic.teaser .news > h4,
    .slider-teaser .frame-type-login.teaser .news > h2,
    .slider-teaser .frame-type-login.teaser .news > h3,
    .slider-teaser .frame-type-login.teaser .news > h4,
    .slider-teaser .slick-slide .frame-type-text .news > h2,
    .slider-teaser .slick-slide .frame-type-text .news > h3,
    .slider-teaser .slick-slide .frame-type-text .news > h4 {
      min-height: 70px;
      border-bottom: none;
      padding: 10px 0;
      margin-bottom: 0; }

.slider-teaser .frame-type-text > h2, .slider-teaser .frame-type-text > h3 {
  min-height: 70px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 15px;
  margin-bottom: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  position: relative; }
  .slider-teaser .frame-type-text > h2:after, .slider-teaser .frame-type-text > h3:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: -5px; }

.slider-teaser .frame-type-text .content, .slider-teaser .frame-type-text .stripes {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  position: relative;
  height: calc(100% - 70px);
  overflow: hidden; }
  .slider-teaser .frame-type-text .content:before, .slider-teaser .frame-type-text .stripes:before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: white;
    border-top: 1px solid #EDEDED;
    position: absolute;
    left: 0;
    top: -2px; }

/** Slider Teaser-Images **/
.slider-teaser.slider-images .slick-prev, .slider-teaser.slider-images .slick-next {
  top: 35%; }

.slider-teaser.slider-images .slick-next {
  top: 33%; }

.slider-teaser.slider-images .teaser-slide .teaser {
  box-shadow: none; }
  .slider-teaser.slider-images .teaser-slide .teaser.no-image {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 15px; }
  .slider-teaser.slider-images .teaser-slide .teaser a {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .slider-teaser.slider-images .teaser-slide .teaser .teaser-image-wrap {
    border: none;
    max-height: 150px; }
    .slider-teaser.slider-images .teaser-slide .teaser .teaser-image-wrap img {
      width: 100%;
      height: auto;
      box-shadow: none; }
  .slider-teaser.slider-images .teaser-slide .teaser .title {
    padding: 10px 0;
    border-bottom: none; }

.slider-teaser .teaser-slide .teaser .teaser-image-wrap {
  border: none; }

/* Exception */
.one-slide, .two-slides, .three-slides {
  margin: 0 0 40px; }
  .one-slide .slick-track, .two-slides .slick-track, .three-slides .slick-track {
    width: 100% !important; }
    .one-slide .slick-track .slick-slide, .two-slides .slick-track .slick-slide, .three-slides .slick-track .slick-slide {
      width: 100% !important; }

.one-slide .slick-track .slick-slide, .two-slides .slick-track .slick-slide {
  width: 50% !important; }

.three-slides .slick-track .slick-slide {
  width: 33% !important; }

/**
 * Stage
 */
.stage-home {
  max-width: 1280px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .stage-home {
      height: auto;
      margin: 0 auto; } }
  @media only screen and (min-width: 1280px) {
    .stage-home {
      padding: 0 40px; } }
  .stage-home .grid_6:first-child {
    overflow: hidden; }
  .stage-home .stage_images {
    display: block;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .stage-home .stage_images {
        min-height: 340px;
        height: auto;
        min-width: auto; } }
    .stage-home .stage_images img {
      display: none;
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto !important;
      height: auto !important; }
  .stage-home .stage_captions ul li {
    background-color: #e5ebf2;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4; }
    .stage-home .stage_captions ul li:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 768px) {
      .stage-home .stage_captions ul li {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1200px) {
      .stage-home .stage_captions ul li {
        height: calc(340px / 3); } }
    .stage-home .stage_captions ul li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 15px 20px;
      color: #163455; }
      @media only screen and (min-width: 576px) {
        .stage-home .stage_captions ul li a {
          padding: 15px 40px; } }
      @media only screen and (min-width: 1280px) {
        .stage-home .stage_captions ul li a {
          padding: 25px; } }
      .stage-home .stage_captions ul li a:hover span, .stage-home .stage_captions ul li a:focus span {
        text-decoration: none; }
    .stage-home .stage_captions ul li span.section {
      visibility: hidden;
      margin-bottom: 0;
      height: 0; }
    .stage-home .stage_captions ul li.active {
      background-color: #c3d2e1; }
      @media only screen and (min-width: 1200px) {
        .stage-home .stage_captions ul li.active:before {
          border-width: 57px 30px 58px 0;
          border-color: transparent #c3d2e1 transparent transparent; } }

/* Stage = H1 Subpages */
#stage {
  background-color: #fff;
  padding: 20px;
  max-width: 1200px;
  position: relative; }
  @media only screen and (min-width: 576px) {
    #stage {
      padding: 20px 40px; } }
  @media only screen and (min-width: 1200px) {
    #stage {
      height: auto;
      margin: 0 auto;
      padding: 20px 0; } }
  #stage .container {
    padding: 0; }
    #stage .container .grid_12 {
      padding: 0; }
  #stage h1 {
    color: #1d4672;
    margin-top: 20px;
    margin-bottom: 0; }

/**
 * Table
**/
table {
  border-collapse: collapse;
  border-spacing: 1px; }
  table thead {
    background-color: #163455;
    color: #fff; }
  table tbody th {
    background-color: #163455;
    color: #fff; }
  table tbody tr:nth-child(even) {
    background-color: #c3d2e1; }
  table tbody tr:nth-child(odd) {
    background-color: #fff; }
  table tfoot tr {
    background-color: #b2c5d8; }
  table a.arrow-link:before, table a.internal-link:before {
    top: 0; }

main .ce-table-bordered td, main .ce-table-bordered th, table td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: none; }
  main .ce-table-bordered td:last-child, main .ce-table-bordered th:last-child, table td:last-child {
    border-right: none; }

table.news-calendar .dateselect.month {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff; }

table.news-calendar .dateselect.prev a:before, table.news-calendar .dateselect.next a:before {
  content: "\f054";
  font-family: "Icons";
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem; }

table.news-calendar td.day a {
  background-color: #6485a9;
  color: #3A3A3A; }
  table.news-calendar td.day a:hover, table.news-calendar td.day a:focus {
    text-decoration: underline;
    background-color: #2D577C;
    color: #fff; }

/**
 * Teaser
**/
.grid_8 .teaser, .grid_8 .grid_6 .news {
  box-shadow: none;
  border: none;
  position: relative;
  /* Broschüren? */ }
  .grid_8 .teaser > h2, .grid_8 .teaser > h3, .grid_8 .teaser > h4, .grid_8 .teaser > .title, .grid_8 .grid_6 .news > h2, .grid_8 .grid_6 .news > h3, .grid_8 .grid_6 .news > h4, .grid_8 .grid_6 .news > .title {
    padding: 0;
    border-bottom: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem; }
  .grid_8 .teaser .teaser-image-wrap img, .grid_8 .grid_6 .news .teaser-image-wrap img {
    width: 100%;
    height: auto; }
  .grid_8 .teaser .teaser-body, .grid_8 .grid_6 .news .teaser-body {
    padding: 0 0 0 10px;
    position: relative; }
    .grid_8 .teaser .teaser-body p, .grid_8 .teaser .teaser-body a, .grid_8 .grid_6 .news .teaser-body p, .grid_8 .grid_6 .news .teaser-body a {
      font-size: 16px;
      font-size: 1rem; }
    .grid_8 .teaser .teaser-body p:last-child, .grid_8 .grid_6 .news .teaser-body p:last-child {
      margin-bottom: 15px; }
    .grid_8 .teaser .teaser-body p.info, .grid_8 .grid_6 .news .teaser-body p.info {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 0; }
      .grid_8 .teaser .teaser-body p.info + h3, .grid_8 .teaser .teaser-body p.info + h4, .grid_8 .teaser .teaser-body p.info + .title, .grid_8 .grid_6 .news .teaser-body p.info + h3, .grid_8 .grid_6 .news .teaser-body p.info + h4, .grid_8 .grid_6 .news .teaser-body p.info + .title {
        margin-bottom: 10px; }
      .grid_8 .teaser .teaser-body p.info .section, .grid_8 .grid_6 .news .teaser-body p.info .section {
        border-left: 1px solid #525252; }
    .grid_8 .teaser .teaser-body h3 + h4, .grid_8 .grid_6 .news .teaser-body h3 + h4 {
      font-size: 16px;
      font-size: 1rem;
      margin-top: -15px; }
    .grid_8 .teaser .teaser-body a.read-more, .grid_8 .teaser .teaser-body a.internal-link, .grid_8 .grid_6 .news .teaser-body a.read-more, .grid_8 .grid_6 .news .teaser-body a.internal-link {
      font-size: 16px;
      font-size: 1rem;
      position: absolute;
      right: auto;
      left: 0;
      bottom: 0; }
  .grid_8 .teaser a.read-more, .grid_8 .teaser a.internal-link, .grid_8 .grid_6 .news a.read-more, .grid_8 .grid_6 .news a.internal-link {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    min-height: 40px; }
  .grid_8 .teaser.teaser-big .teaser-body, .grid_8 .teaser.teaser-small .teaser-body, .grid_8 .grid_6 .news.teaser-big .teaser-body, .grid_8 .grid_6 .news.teaser-small .teaser-body {
    padding: 10px 30px 15px 0; }
  .grid_8 .teaser.teaser-big a.read-more, .grid_8 .teaser.teaser-big a.internal-link, .grid_8 .grid_6 .news.teaser-big a.read-more, .grid_8 .grid_6 .news.teaser-big a.internal-link {
    left: -5px; }
  .grid_8 .teaser.teaser-small .teaser-image-wrap, .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap, .grid_8 .grid_6 .news.teaser-small .teaser-image-wrap, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 200px;
    overflow: hidden; }
    .grid_8 .teaser.teaser-small .teaser-image-wrap a, .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a, .grid_8 .grid_6 .news.teaser-small .teaser-image-wrap a, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-image-wrap a {
      display: inline-block;
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 768px) {
    .grid_8 .teaser.teaser-big-left-right .teaser-body, .grid_8 .grid_6 .news.teaser-big-left-right .teaser-body {
      width: 50%;
      padding: 0 0 0 15px; } }
  .grid_8 .teaser.teaser-big-left-right a.read-more, .grid_8 .teaser.teaser-big-left-right a.internal-link, .grid_8 .grid_6 .news.teaser-big-left-right a.read-more, .grid_8 .grid_6 .news.teaser-big-left-right a.internal-link {
    left: -5px; }
    @media only screen and (min-width: 768px) {
      .grid_8 .teaser.teaser-big-left-right a.read-more, .grid_8 .teaser.teaser-big-left-right a.internal-link, .grid_8 .grid_6 .news.teaser-big-left-right a.read-more, .grid_8 .grid_6 .news.teaser-big-left-right a.internal-link {
        left: 10px; } }
  .grid_8 .teaser.frame-type-stcontentelements_module03, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 {
    padding: 15px; }
    .grid_8 .teaser.frame-type-stcontentelements_module03 .content-full, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 .content-full {
      display: flex; }
      .grid_8 .teaser.frame-type-stcontentelements_module03 .content-full .element-left, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 .content-full .element-left {
        padding-right: 20px; }
      .grid_8 .teaser.frame-type-stcontentelements_module03 .content-full .element-right, .grid_8 .grid_6 .news.frame-type-stcontentelements_module03 .content-full .element-right {
        padding-left: 20px; }

@media only screen and (max-width: 767px) {
  .grid_8 .grid_6:first-of-type .teaser {
    margin-bottom: 20px; } }

.grid_6 .teaser-slide .teaser a.read-more, .grid_6 .teaser-slide .teaser a.internal-link {
  position: absolute;
  right: auto;
  left: 0;
  bottom: -25px;
  min-height: auto; }

.grid_4.sidebar > .teaser, .grid_12.sidebar > .teaser {
  box-shadow: none; }

.grid_4.sidebar .teaser-slide, .grid_4.more-information .teaser-slide, .grid_12.sidebar .teaser-slide, .grid_12.more-information .teaser-slide {
  box-shadow: none; }
  .grid_4.sidebar .teaser-slide .teaser, .grid_4.more-information .teaser-slide .teaser, .grid_12.sidebar .teaser-slide .teaser, .grid_12.more-information .teaser-slide .teaser {
    padding: 10px 10px 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }
    .grid_4.sidebar .teaser-slide .teaser h2, .grid_4.sidebar .teaser-slide .teaser h3, .grid_4.sidebar .teaser-slide .teaser .title, .grid_4.more-information .teaser-slide .teaser h2, .grid_4.more-information .teaser-slide .teaser h3, .grid_4.more-information .teaser-slide .teaser .title, .grid_12.sidebar .teaser-slide .teaser h2, .grid_12.sidebar .teaser-slide .teaser h3, .grid_12.sidebar .teaser-slide .teaser .title, .grid_12.more-information .teaser-slide .teaser h2, .grid_12.more-information .teaser-slide .teaser h3, .grid_12.more-information .teaser-slide .teaser .title {
      padding: 0 0 15px;
      border-bottom: none;
      font-size: 18px;
      font-size: 1.125rem; }
    .grid_4.sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap img, .grid_4.more-information .teaser-slide .teaser .teaser-content .teaser-image-wrap img, .grid_12.sidebar .teaser-slide .teaser .teaser-content .teaser-image-wrap img, .grid_12.more-information .teaser-slide .teaser .teaser-content .teaser-image-wrap img {
      margin-bottom: 20px; }
    .grid_4.sidebar .teaser-slide .teaser .teaser-body, .grid_4.more-information .teaser-slide .teaser .teaser-body, .grid_12.sidebar .teaser-slide .teaser .teaser-body, .grid_12.more-information .teaser-slide .teaser .teaser-body {
      padding: 0 0 0 10px; }
    .grid_4.sidebar .teaser-slide .teaser > p:last-child, .grid_4.more-information .teaser-slide .teaser > p:last-child, .grid_12.sidebar .teaser-slide .teaser > p:last-child, .grid_12.more-information .teaser-slide .teaser > p:last-child {
      position: absolute;
      left: 10px;
      bottom: 0;
      right: auto;
      padding-bottom: 0;
      margin-bottom: 10px; }
      .grid_4.sidebar .teaser-slide .teaser > p:last-child a, .grid_4.more-information .teaser-slide .teaser > p:last-child a, .grid_12.sidebar .teaser-slide .teaser > p:last-child a, .grid_12.more-information .teaser-slide .teaser > p:last-child a {
        font-size: 16px;
        font-size: 1rem; }

@media only screen and (min-width: 900px) {
  .grid_12.more-information .slider-teaser {
    width: calc(100% + 30px);
    margin-left: -10px; } }

.grid_12.more-information .teaser-slide .teaser {
  padding-bottom: 0; }
  .grid_12.more-information .teaser-slide .teaser .teaser-content .teaser-image-wrap img {
    margin-bottom: 0; }
  .grid_12.more-information .teaser-slide .teaser .teaser-body {
    padding: 10px 0; }
  .grid_12.more-information .teaser-slide .teaser > p:last-child {
    position: relative; }

.row.teaser-row [class^="grid_"] .teaser-content, .row.teaser-row [class*="grid_"] .teaser-content {
  flex-direction: column; }
  .row.teaser-row [class^="grid_"] .teaser-content .teaser-image-wrap, .row.teaser-row [class*="grid_"] .teaser-content .teaser-image-wrap {
    width: 100%;
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .row.teaser-row [class^="grid_"] .teaser-content .teaser-image-wrap, .row.teaser-row [class*="grid_"] .teaser-content .teaser-image-wrap {
        margin-top: 0; } }
  .row.teaser-row [class^="grid_"] .teaser-content .teaser-body, .row.teaser-row [class*="grid_"] .teaser-content .teaser-body {
    padding: 10px 0 0 0; }

#cookieman-modal .clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0; }

#cookieman-modal .panel-title {
  border-bottom: none;
  width: 100%; }

#cookieman-modal .alert-info {
  background-color: #c3d2e1; }

/**
 * Header
**/
header#header {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  display: block;
  z-index: 9999;
  border-top: none !important;
  border-bottom: 1px solid #EDEDED;
  transition: ease-in-out all 0.5s; }
  @media only screen and (min-width: 992px) {
    header#header header#header .container {
      padding: 0 40px; } }
  header#header .tx_solr {
    margin-top: 5px; }
    header#header .tx_solr form {
      margin-bottom: 0; }
    header#header .tx_solr label {
      position: absolute;
      top: -9999px;
      left: -9999px; }
  header#header #togglesearch {
    bottom: -2px;
    top: auto; }
  header#header #togglesearch:hover,
  header#header #togglesearch:focus {
    background-color: #1d4672; }
  header#header #togglesearch span:before {
    right: 12px;
    color: #1d4672; }
  @media only screen and (min-width: 1280px) {
    header#header .logo {
      width: auto;
      height: 50px;
      margin-top: -5px; } }
  header#header #togglemenu {
    margin-top: 4px; }
    @media only screen and (min-width: 768px) {
      header#header #togglemenu {
        margin-top: 12px; } }
  @media only screen and (min-width: 992px) {
    header#header .container {
      padding: 0 40px; } }

header#header.sticky {
  padding-top: 5px;
  border-bottom: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: ease-in-out all 0.5s;
  z-index: 9999; }
  header#header.sticky #service-navi {
    display: none; }
  header#header.sticky .logo {
    width: auto;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      header#header.sticky .logo {
        height: 35px;
        margin-top: 5px;
        margin-bottom: 30px; } }
  header#header.sticky #togglemenu {
    margin-top: 15px; }
  header#header.sticky #togglesearch {
    top: 9px; }
    @media only screen and (max-width: 328px) {
      header#header.sticky #togglesearch {
        right: 10px; } }
  header#header.sticky .tx_solr {
    margin-top: 5px; }
  header#header.sticky nav#main-nav {
    margin-top: -15px; }
  header#header.sticky + #stage, header#header.sticky ~ .frame-type-menu_stage {
    padding-top: 0; }

nav#service-navi ul#menu li a {
  font-size: 16px;
  font-size: 1rem; }

/**
 * Footer
**/
#footerbar {
  border-top: 1px solid #EDEDED;
  background-color: #fff;
  max-width: 1200px;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 1280px) {
    #footerbar {
      max-width: 1200px;
      margin: 0 auto; } }
  #footerbar .container {
    display: block;
    padding: 20px; }
    #footerbar .container > div {
      margin-bottom: 0; }
      #footerbar .container > div:last-child {
        margin-bottom: 0;
        width: 100%; }
    @media only screen and (min-width: 576px) {
      #footerbar .container {
        padding: 20px 40px; } }
    #footerbar .container .frame-type-image {
      width: auto;
      height: 100px;
      float: left;
      margin-right: 40px !important;
      margin-bottom: 20px;
      box-shadow: none; }
      #footerbar .container .frame-type-image:last-child {
        margin-right: 0 !important; }
      #footerbar .container .frame-type-image:last-child:after {
        clear: both; }
      #footerbar .container .frame-type-image .ce-image {
        background: white;
        height: 100%; }
        #footerbar .container .frame-type-image .ce-image div {
          height: 100%; }
      #footerbar .container .frame-type-image .ce-center .ce-outer,
      #footerbar .container .frame-type-image .ce-center .ce-inner {
        position: relative;
        float: none;
        right: 0; }
        #footerbar .container .frame-type-image .ce-center .ce-outer .ce-left .ce-gallery, #footerbar .container .frame-type-image .ce-center .ce-outer .ce-column,
        #footerbar .container .frame-type-image .ce-center .ce-inner .ce-left .ce-gallery,
        #footerbar .container .frame-type-image .ce-center .ce-inner .ce-column {
          float: none; }
      #footerbar .container .frame-type-image figure.image {
        width: auto;
        height: 100%;
        box-shadow: none;
        padding: 20px; }
    #footerbar .container .frame-type-text {
      clear: both; }
      #footerbar .container .frame-type-text p {
        font-size: 14px;
        font-size: 0.875rem; }
      #footerbar .container .frame-type-text:last-child p {
        margin-bottom: 0; }
  #footerbar.home-footerbar .container {
    text-align: center; }
    #footerbar.home-footerbar .container .frame-type-image {
      float: none;
      display: inline-block; }

#footer {
  background-color: #163455;
  max-width: 1200px;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    #footer {
      margin: 0 auto; } }
  @media only screen and (min-width: 576px) {
    #footer > .container {
      padding: 20px 40px; } }
  @media only screen and (min-width: 1280px) {
    #footer > .container {
      padding: 20px; } }
  #footer .address p, #footer .address a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem; }
  #footer .address .icon-Telephone:before, #footer .address .icon-E-Mail:before {
    color: #fff; }
  #footer .address img {
    height: 60px; }
  @media only screen and (min-width: 576px) {
    #footer nav ul {
      column-count: 1;
      column-gap: 0; } }
  #footer nav ul li a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem; }
    #footer nav ul li a:before {
      color: #fff; }

#footer-copyright {
  background-color: #F6F8FA;
  max-width: 1200px;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    #footer-copyright {
      margin: 0 auto; } }
  @media only screen and (min-width: 576px) {
    #footer-copyright .container {
      padding: 0 40px; } }
  @media only screen and (min-width: 1280px) {
    #footer-copyright .container {
      padding: 0 20px; } }
  #footer-copyright p {
    color: #1c1c1c; }
  #footer-copyright #sub-service ul {
    justify-content: flex-end; }
    #footer-copyright #sub-service ul li {
      border-right: 1px solid #1c1c1c; }
      #footer-copyright #sub-service ul li a {
        color: #1c1c1c; }
    #footer-copyright #sub-service ul li:last-child {
      border-right: none;
      padding-right: 0; }

/**
 * Main
**/
body {
  padding-top: 74px; }
  @media only screen and (max-width: 472px) {
    body {
      padding-top: 98px; } }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 84px; } }
  @media only screen and (min-width: 992px) {
    body {
      padding-top: 170px; } }
  @media only screen and (min-width: 1235px) {
    body {
      padding-top: 170px; } }
  body.sticky {
    padding-top: 104px; }
  body p, body a {
    hyphens: none; }

hr.ce-div {
  clear: both;
  border-top: 1px solid #b2c5d8;
  margin: 20px 0; }

body, body p, p {
  font-size: 16px;
  font-size: 1rem; }

.bg-grey {
  background-color: #fff;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0;
  max-width: 1200px;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 576px) {
    .bg-grey .container {
      padding: 0 20px; } }

@media only screen and (min-width: 992px) {
  #main .container .row > .grid_8 {
    padding: 40px 40px 40px 0; } }

#main .container .row > .grid_8 .frame-type-textpic .ce-textpic {
  overflow: visible; }

#main .container .row > .grid_8 .frame {
  clear: both; }

#main.main-green-aside {
  background: none; }

#main.main-green-aside .container .row > aside.sidebar.grid_4 {
  background-color: #fff;
  border: none; }
  @media only screen and (min-width: 992px) {
    #main.main-green-aside .container .row > aside.sidebar.grid_4 {
      width: 34%;
      border-left: 1px solid #EDEDED; } }

.csc-layout-hervorgehoben {
  border-left: 5px solid #b2c5d8;
  padding-left: 20px; }

.info-box {
  background-color: #f6f8fa;
  padding: 20px;
  border: 1px solid #b2c5d8; }
  .info-box h1, .info-box h2, .info-box h3, .info-box h4, .info-box h5, .info-box h6,
  .info-box .h1, .info-box .h2, .info-box .h3, .info-box .h4, .info-box .h5, .info-box .h6 {
    color: #163455;
    font-weight: normal; }
  .info-box ul:last-child, .info-box p:last-child {
    margin-bottom: 0; }
  .info-box .information {
    padding-left: 60px; }
    .info-box .information:before {
      left: 0;
      top: 5px; }

.information:before,
.information-with-icon-1:before,
.information-with-icon-2:before,
.information-with-icon-3:before,
.information-with-icon-4:before {
  font-size: 24px;
  font-size: 1.5rem;
  color: #2D577C;
  border: 2px solid #2D577C;
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 5px; }

.information-with-icon-1,
.information-with-icon-2,
.information-with-icon-3,
.information-with-icon-4 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px; }

.information-with-icon-1:before {
  content: "\f128";
  font-family: 'icomoon'; }

.information-with-icon-2:before {
  content: "\f12a";
  font-family: 'icomoon'; }

.information-with-icon-3:before {
  content: "\e907";
  font-family: 'icomoon'; }

.information-with-icon-4:before {
  content: "\e90A";
  font-family: 'icomoon'; }

.more-information .teaser {
  padding-bottom: 0; }
  .more-information .teaser .teaser-image-wrap {
    margin-bottom: 10px; }
  .more-information .teaser > p:last-child {
    position: relative; }
  .more-information .teaser a.internal-link {
    position: relative;
    bottom: auto;
    display: inline-block; }

/* News */
.news .news-list-view .news-list-item {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .news .news-list-view .news-list-item .element-left.teaser-image {
    padding-top: 7px; }
  .news .news-list-view .news-list-item .right-column {
    padding-bottom: 10px; }
  .news .news-list-view .news-list-item a.read-more {
    position: absolute;
    right: auto;
    bottom: 0;
    left: -5px; }
    @media only screen and (min-width: 640px) {
      .news .news-list-view .news-list-item a.read-more {
        left: 35px; } }
  .news .news-list-view .news-list-item:last-child {
    margin-bottom: 0; }

/* Blockquote */
blockquote {
  padding-left: 30px;
  position: relative; }
  blockquote:before {
    content: "\f10e";
    font-family: "Icons";
    color: #1d4672;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
    color: #163455; }

/**
 * Fonts
 */
/* Mixins */
/**
 * Color
**/
/* Iconfont-default, H1 in stage, Color secondary-Button, Textcolor if Backgroundcolor */
/* BG-Color secondary-Button, BG-Steps */
/* BG-Color Hover secondary-Button, Border Input, Border Teaser title */
/* Border Slider, Border Teaser-Image-Wrap */
/* Answer right, Form valide */
/* Form error List Points */
/* Form error */
/* Main Colors */
/* Border Slider, Border Teaser-Image-Wrap, Tarif, Headings, Figcaption, Icons, Links in Box */
/* Border-bottom Header, Border Slider, Border Teaser-Image-Wrap, Button-BG, Step aktive, Links, Main-Nav-Aktive */
/* Border-top Header, Border Slider, Border Teaser-Image-Wrap, Footer, Button-/Link-Hover, Listpoint */
/* Border Slider, Border Teaser-Image-Wrap */
/* Border Slider, Border Teaser-Image-Wrap, Border Steps, HR, Footerbar, Footer-Copyright, Lighten as Background */
/* Colors CD */
/**
 * Breakpoints
**/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/**
 * Main Navigation
**/
nav#main-nav {
  margin-top: 20px;
  margin-bottom: -1px; }
  nav#main-nav ul {
    display: flex;
    justify-content: flex-start; }
    nav#main-nav ul li {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 600;
      color: #163455;
      padding: 0;
      display: inline-block;
      flex: 1;
      text-align: center; }
      @media only screen and (min-width: 1120px) {
        nav#main-nav ul li {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media only screen and (min-width: 1300px) {
        nav#main-nav ul li {
          padding: 0; } }
      nav#main-nav ul li a {
        color: #163455;
        padding: 10px 20px 10px 25px;
        display: inline-block;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        border-bottom: 3px solid #fff; }
      nav#main-nav ul li:hover, nav#main-nav ul li:focus {
        background-color: #fff;
        color: #163455; }
        nav#main-nav ul li:hover a, nav#main-nav ul li:focus a {
          color: #163455;
          text-decoration: none;
          border-bottom: 3px solid #163455; }
      nav#main-nav ul li.current, nav#main-nav ul li.active, nav#main-nav ul li.current.active {
        background-color: #fff;
        color: #163455;
        border-bottom: 3px solid #163455;
        position: relative;
        white-space: nowrap; }
        nav#main-nav ul li.current a, nav#main-nav ul li.active a, nav#main-nav ul li.current.active a {
          position: relative;
          color: #163455; }
          nav#main-nav ul li.current a:before, nav#main-nav ul li.active a:before, nav#main-nav ul li.current.active a:before {
            content: "\e907";
            font-family: 'icomoon';
            position: absolute;
            color: #9b2c32;
            bottom: 9px;
            left: 0;
            font-size: 20px;
            font-size: 1.25rem; }
        nav#main-nav ul li.current:hover a, nav#main-nav ul li.current:focus a, nav#main-nav ul li.active:hover a, nav#main-nav ul li.active:focus a, nav#main-nav ul li.current.active:hover a, nav#main-nav ul li.current.active:focus a {
          border-bottom: none; }

.sidebar-menu {
  display: none; }
  @media only screen and (min-width: 992px) {
    .sidebar-menu {
      display: block;
      padding-top: 45px !important; } }
  .sidebar-menu #sub-navi {
    height: auto; }
    .sidebar-menu #sub-navi #fix-container.fixed {
      position: fixed;
      top: 155px; }
    .sidebar-menu #sub-navi #fix-container .subMenu-scroller button:before {
      color: #2D577C; }
  .sidebar-menu nav.subnavi ul li a {
    color: #3A3A3A;
    background-color: #8ca9c5;
    border-bottom: 1px solid #6485a9; }
  .sidebar-menu nav.subnavi ul li.current > a {
    background-color: #8ca9c5; }
    .sidebar-menu nav.subnavi ul li.current > a:after {
      border-color: transparent transparent transparent  #8ca9c5;
      border-width: 21px 0 20px 20px; }
  .sidebar-menu nav.subnavi ul li ul.subnavi_2 li a {
    background-color: #b2c5d8; }
  .sidebar-menu nav.subnavi ul li ul.subnavi_2 li.current > a {
    background-color: #b2c5d8; }
    .sidebar-menu nav.subnavi ul li ul.subnavi_2 li.current > a:after {
      border-color: transparent transparent transparent #b2c5d8;
      border-width: 21px 0 20px 20px; }
  .sidebar-menu nav.subnavi ul li ul.subnavi_2 li ul.subnavi_3 li a {
    background-color: #e5ebf2; }
  .sidebar-menu nav.subnavi ul li ul.subnavi_2 li ul.subnavi_3 li.current > a {
    background-color: #e5ebf2; }
    .sidebar-menu nav.subnavi ul li ul.subnavi_2 li ul.subnavi_3 li.current > a:after {
      border-color: transparent transparent transparent  #e5ebf2;
      border-width: 21px 0 20px 20px; }
  .sidebar-menu nav.subnavi ul li ul.subnavi_2 li ul.subnavi_3 li ul.subnavi_4 li a {
    background-color: #F9F9F9; }
  .sidebar-menu nav.subnavi ul li ul.subnavi_2 li ul.subnavi_3 li ul.subnavi_4 li.current > a {
    background-color: #F9F9F9; }
    .sidebar-menu nav.subnavi ul li ul.subnavi_2 li ul.subnavi_3 li ul.subnavi_4 li.current > a:after {
      border-color: transparent transparent transparent #F9F9F9;
      border-width: 21px 0 20px 20px; }
  .sidebar-menu nav.subnavi ul.subnavi_5 li a {
    background-color: white;
    font-size: 14px;
    font-size: 0.875rem; }

/**
 * Meta Navigations
**/
#skipnav {
  margin-left: 0; }
  #skipnav li {
    padding-left: 0;
    margin-bottom: 0; }
    #skipnav li a {
      position: absolute;
      left: -999em;
      z-index: 99999;
      background-color: #fff;
      padding: 5px; }
      #skipnav li a:focus {
        left: 15px;
        top: 15px;
        text-decoration: underline;
        color: #3A3A3A; }

/*** Breadcrumb ***/
.breadcrumb-wrapper {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #b2c5d8;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (min-width: 576px) {
    .breadcrumb-wrapper {
      padding: 0 40px; } }
  @media only screen and (min-width: 1280px) {
    .breadcrumb-wrapper {
      padding: 0; } }
  .breadcrumb-wrapper.sticky {
    position: unset; }
  .breadcrumb-wrapper .container {
    padding: 0; }
    .breadcrumb-wrapper .container .grid_12 {
      padding: 0 5px; }
  .breadcrumb-wrapper #breadcrumb ul li a {
    color: #1c1c1c;
    padding: 6px 18px 4px 10px;
    text-decoration: none; }
    .breadcrumb-wrapper #breadcrumb ul li a:hover {
      text-decoration: underline; }
    .breadcrumb-wrapper #breadcrumb ul li a:before {
      border-width: 16px 0 16px 12px;
      border-color: transparent transparent transparent #fff; }
    .breadcrumb-wrapper #breadcrumb ul li a:after {
      border-width: 16px 0 16px 12px;
      border-color: transparent transparent transparent #fff; }
  .breadcrumb-wrapper #breadcrumb ul li:first-child {
    height: auto; }
    .breadcrumb-wrapper #breadcrumb ul li:first-child a {
      height: auto;
      width: 30px; }
    .breadcrumb-wrapper #breadcrumb ul li:first-child:before {
      content: "\e901";
      font-family: "Icons";
      color: #1c1c1c;
      top: 5px;
      left: 0; }
  .breadcrumb-wrapper #breadcrumb ul li:last-child a {
    background-color: #cad7e4; }
    .breadcrumb-wrapper #breadcrumb ul li:last-child a:before {
      border-color: transparent;
      border-top: 23px solid #cad7e4; }
    .breadcrumb-wrapper #breadcrumb ul li:last-child a:after {
      border-color: transparent;
      border-bottom: 23px solid #cad7e4; }

/*** Service-Navigation ***/
@media only screen and (max-width: 768px) {
  nav#service-navi ul#menu {
    flex-wrap: wrap;
    justify-content: flex-end; } }

nav#service-navi ul#menu li {
  position: relative; }
  @media only screen and (max-width: 768px) {
    nav#service-navi ul#menu li {
      margin-left: 10px; }
      nav#service-navi ul#menu li:last-child {
        margin-right: 0; } }
  nav#service-navi ul#menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #1c1c1c; }
    @media only screen and (min-width: 576px) {
      nav#service-navi ul#menu li a {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (min-width: 1300px) {
      nav#service-navi ul#menu li a {
        font-size: 14px;
        font-size: 0.875rem; } }
    nav#service-navi ul#menu li a:hover, nav#service-navi ul#menu li a:focus {
      color: #1d4672;
      text-decoration: underline; }
    nav#service-navi ul#menu li a.icon-Facebook:before, nav#service-navi ul#menu li a.icon-Twitter:before {
      content: "\e911";
      font-family: "Icons";
      font-size: 18px;
      font-size: 1.125rem;
      position: relative;
      left: 0;
      top: 0; }
    nav#service-navi ul#menu li a.icon-Facebook:hover:before, nav#service-navi ul#menu li a.icon-Facebook:focus:before, nav#service-navi ul#menu li a.icon-Twitter:hover:before, nav#service-navi ul#menu li a.icon-Twitter:focus:before {
      color: #1d4672; }
    nav#service-navi ul#menu li a.icon-Facebook span, nav#service-navi ul#menu li a.icon-Twitter span {
      text-indent: -9999px;
      position: absolute;
      left: 0;
      top: 0;
      height: 25px;
      width: 20px;
      display: inline-block; }
    nav#service-navi ul#menu li a.icon-Twitter:before {
      content: "\e912";
      font-family: "Icons"; }
    nav#service-navi ul#menu li a[class^="icon-"], nav#service-navi ul#menu li a[class^="icon-"] span {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; }

/*** Offer-Navigation ***/
.offer-naviagtion ul {
  display: flex;
  justify-content: space-around; }
  .offer-naviagtion ul li {
    flex: 1;
    text-align: center; }
    .offer-naviagtion ul li a {
      font-size: 12px;
      font-size: 0.75rem;
      color: #163455;
      padding-top: 40px;
      display: inline-block; }
      @media only screen and (min-width: 450px) {
        .offer-naviagtion ul li a {
          font-size: 16px;
          font-size: 1rem; } }
      @media only screen and (min-width: 640px) {
        .offer-naviagtion ul li a {
          font-size: 20px;
          font-size: 1.25rem; } }
      .offer-naviagtion ul li a:hover, .offer-naviagtion ul li a:focus {
        color: #1d4672;
        text-decoration: underline; }
        .offer-naviagtion ul li a:hover [class^="icon-"]:before, .offer-naviagtion ul li a:hover [class*=" icon-"]:before, .offer-naviagtion ul li a:focus [class^="icon-"]:before, .offer-naviagtion ul li a:focus [class*=" icon-"]:before {
          font-family: "icomoon";
          color: #1d4672; }
      .offer-naviagtion ul li a [class^="icon-"]:before, .offer-naviagtion ul li a [class*=" icon-"]:before {
        font-size: 30px;
        font-size: 1.875rem;
        position: absolute;
        top: 0;
        left: calc(50% - 15px);
        color: #163455;
        font-family: 'icomoon'; }
      .offer-naviagtion ul li a .icon-news:before {
        content: "\e908"; }
      .offer-naviagtion ul li a .icon-events:before {
        content: "\e905"; }
      .offer-naviagtion ul li a .icon-newsletter:before {
        content: "\e909"; }
      .offer-naviagtion ul li a .icon-info:before {
        content: "\e906"; }

/*** Querverlinkung-Unterseiten-Navigation ***/
nav.frame-type-menu_subpages.teaser, nav.frame-type-menu_abstract.teaser {
  box-shadow: none; }
  nav.frame-type-menu_subpages.teaser > h2, nav.frame-type-menu_subpages.teaser > h3, nav.frame-type-menu_subpages.teaser > h4, nav.frame-type-menu_subpages.teaser > .title, nav.frame-type-menu_abstract.teaser > h2, nav.frame-type-menu_abstract.teaser > h3, nav.frame-type-menu_abstract.teaser > h4, nav.frame-type-menu_abstract.teaser > .title {
    padding: 0;
    border-bottom: none;
    margin-bottom: 20px; }
  nav.frame-type-menu_subpages.teaser .teaser-list .list-item, nav.frame-type-menu_abstract.teaser .teaser-list .list-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #b2c5d8;
    margin-bottom: 40px;
    position: relative; }
    @media only screen and (min-width: 640px) {
      nav.frame-type-menu_subpages.teaser .teaser-list .list-item, nav.frame-type-menu_abstract.teaser .teaser-list .list-item {
        flex-direction: row; } }
    @media only screen and (max-width: 639px) {
      nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 640px) {
      nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left {
        width: 30%;
        margin-right: 40px; }
        nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left + .right-column, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left + .right-column {
          width: 70%; } }
    nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left img, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left img {
      max-width: 100%;
      height: auto; }
    nav.frame-type-menu_subpages.teaser .teaser-list .list-item .element-left + .right-column, nav.frame-type-menu_abstract.teaser .teaser-list .list-item .element-left + .right-column {
      position: relative; }
    nav.frame-type-menu_subpages.teaser .teaser-list .list-item:last-child, nav.frame-type-menu_abstract.teaser .teaser-list .list-item:last-child {
      border-bottom: none; }
    nav.frame-type-menu_subpages.teaser .teaser-list .list-item a.read-more, nav.frame-type-menu_abstract.teaser .teaser-list .list-item a.read-more {
      position: absolute;
      right: auto;
      left: -6px;
      bottom: 15px; }
    nav.frame-type-menu_subpages.teaser .teaser-list .list-item p, nav.frame-type-menu_abstract.teaser .teaser-list .list-item p {
      position: relative; }
      nav.frame-type-menu_subpages.teaser .teaser-list .list-item p a.read-more, nav.frame-type-menu_abstract.teaser .teaser-list .list-item p a.read-more {
        bottom: -30px; }

/**
 * Mobile Menü
**/
.menuoff ul li {
  display: block; }
  .menuoff ul li.rwdmenu-content a, .menuoff ul li.language-select a {
    background-color: white; }
  .menuoff ul li a {
    color: #3A3A3A;
    background-color: transparent;
    border-bottom: 1px solid #6485a9; }

.menuoff ul li.has-sub-nav > a {
  background-color: transparent; }
  .menuoff ul li.has-sub-nav > a:after {
    content: "\e90a";
    font-family: "Icons";
    font-size: 18px;
    font-size: 1.125rem;
    color: #1d4672; }

.menuoff ul li.breadcrumb + li.backlink a.nav-back {
  border-top: 1px solid #6485a9; }

.menuoff ul li.backlink a.nav-back:before {
  content: "\e90a";
  font-family: "Icons";
  font-size: 14px;
  font-size: 0.875rem;
  color: #1d4672; }

.menuoff ul li.backlink + li a {
  color: #163455;
  text-decoration: underline; }

.menuoff ul li.breadcrumb a:last-child {
  color: #1d4672; }

.menuoff .show-level-0 li {
  background-color: #c3d2e1; }

.menuoff .show-level-1 li {
  background-color: #b2c5d8; }

.menuoff .show-level-2 li {
  background-color: #c3d2e1; }

.menuoff .show-level-3 li {
  background-color: #d4dfe9; }

.menuoff .show-level-4 li {
  background-color: white; }

.menuoff .show-level-5 li {
  background-color: white; }

.offclose {
  background-color: #1d4672;
  position: relative; }
  .offclose:after {
    content: "\f00d";
    font-family: "Icons";
    font-size: 20px;
    font-size: 1.25rem; }
  .offclose a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    color: #fff; }

/**
 * Farbanpassungen
**/
/* Meta-Nav */
nav#service-navi ul#menu li a:hover,
nav#service-navi ul#menu li a:focus {
  color: #2D577C; }

/* Suche */
.tx-solr-search-form .input-group .input-group-btn button:hover,
.tx-solr-search-form .input-group .input-group-btn button:focus {
  background-color: #2D577C; }

.container [class^="grid_"].more-information,
.container [class*="grid_"].more-information,
.more-information {
  border-top: 1px solid #b2c5d8; }

/**
 * Styling Focus
**/
*:focus {
  outline: none; }

.tab-nav *:focus, .tab-nav a:focus, .tab-nav button:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #1d4672; }

.tab-nav nav#service-navi ul#menu li a:focus,
.tab-nav nav#main-nav ul li a:focus,
.tab-nav .offer-naviagtion ul li a:focus,
.tab-nav #footer a:focus,
.tab-nav button:focus,
.tab-nav a.btn:focus,
.tab-nav a.button-back:focus,
.tab-nav .shariff ul .shariff-button a:focus,
.tab-nav input[type="submit"]:focus {
  outline-offset: 2px; }

.tab-nav .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a:focus,
.tab-nav .grid_8 .teaser.teaser-small .teaser-image-wrap a:focus,
.tab-nav .sidebar-menu nav.subnavi li a:focus,
.tab-nav .ce-intext.ce-right .ce-gallery a.lightbox:focus,
.tab-nav .ce-intext.ce-left .ce-gallery a.lightbox:focus,
.tab-nav .frame-layout-slider .slick-slide figure a.lightbox:focus {
  outline-offset: -2px; }

.tab-nav nav#main-nav ul li a:focus {
  text-decoration: underline; }

.tab-nav .grid_8 .teaser .teaser-body a.read-more,
.tab-nav .news .news-list-view .news-list-item a.read-more {
  display: inline-block;
  min-height: 25px; }
  .tab-nav .grid_8 .teaser .teaser-body a.read-more:before,
  .tab-nav .news .news-list-view .news-list-item a.read-more:before {
    right: 3px;
    bottom: -1px; }

.tab-nav .teaser a.external-link,
.tab-nav .teaser a.external-link-new-window,
.tab-nav .teaser a.mail, .tab-nav .teaser a.pdf,
.tab-nav .teaser a.arrow-link, .tab-nav .teaser a.internal-link,
.tab-nav .teaser a.word, .tab-nav .teaser a.download, .tab-nav .information a.external-link {
  display: inline;
  min-height: 25px; }

@-moz-document url-prefix() {
  .tab-nav .teaser a.external-link,
  .tab-nav .teaser a.external-link-new-window,
  .tab-nav .teaser a.mail, .tab-nav .teaser a.pdf,
  .tab-nav .teaser a.arrow-link, .tab-nav .teaser a.internal-link,
  .tab-nav .teaser a.word, .tab-nav .teaser a.download, .tab-nav .information a.external-link {
    display: inline-block; } }

.tab-nav .news-list.list-40 .news-list-item article a:focus {
  display: inline-block; }

/* Styling Focus FF */
@-moz-document url-prefix() {
  button::-moz-focus-inner, *::-moz-focus-inner {
    border: 0; }
  .tab-nav *:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #1d4672; } }

/* Styling Focus IE */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-nav *:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #1d4672; }
  .tab-nav .grid_8 .teaser.teaser-big-left-right .teaser-image-wrap a:focus,
  .tab-nav .grid_8 .teaser.teaser-small .teaser-image-wrap a:focus,
  .tab-nav .sidebar-menu nav.subnavi li a:focus,
  .tab-nav .ce-intext.ce-right .ce-gallery a.lightbox:focus,
  .tab-nav .ce-intext.ce-left .ce-gallery a.lightbox:focus,
  .tab-nav .frame-layout-slider .slick-slide figure a.lightbox:focus {
    outline: none;
    border: 2px solid #1d4672; } }

[tabindex="-1"]:focus {
  outline: none; }