
/* moved by compressor */
@charset "UTF-8";
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_form" */
	div.csc-mailform ol,
	div.csc-mailform ol li {
		margin: 0;
		padding: 0;
	}

	div.csc-mailform ol li {
		overflow: hidden;
	}

	div.csc-mailform fieldset {
		margin: 0;
		padding: 0;
		position: relative;
	}

	div.csc-mailform legend {
		margin-left: 1em;
		color: #000000;
		font-weight: bold;
	}

	div.csc-mailform fieldset ol {
		padding: 1em 1em 0 1em;
	}

	div.csc-mailform fieldset li {
		padding: 0.5em;
		margin-bottom: 0.5em;
		list-style: none;
	}

	div.csc-mailform fieldset.submit {
		border-style: none;
	}

	/**
	 * Normal label
	 * Left aligned, in front of input
	 */
	div.csc-mailform li label {
		float: left;
		width: 13em;
		margin-right: 1em;
		vertical-align: baseline;
	}

	div.csc-mailform li input + label,
	div.csc-mailform li textarea + label,
	div.csc-mailform li select + label {
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 1em;
	}

	div.csc-mailform li textarea + label {
		vertical-align: top;
	}

	label em,
	legend em {
		display: block;
		color: #060;
		font-size: 85%;
		font-style: normal;
		text-transform: uppercase;
	}

	legend em {
		position: absolute;
	}

	label strong,
	legend strong {
		display: block;
		color: #C00;
		font-size: 85%;
		font-weight: normal;
		text-transform: uppercase;
	}

	legend strong {
		position: absolute;
		top: 1.4em;
	}

	/**
	 * Labels alignment right
	 */
	.labels-alignment-right label,
	.labels-alignment-right .fieldset-subgroup legend,
	.labels-alignment-right.fieldset-subgroup legend {
		text-align: right;
	}

	/**
	 * Horizontal fieldset
	 */
	fieldset.fieldset-horizontal {
		border-width: 0;
	}

	fieldset.fieldset-horizontal ol {
		padding: 0;
	}

	fieldset.fieldset-horizontal li {
		float: left;
		padding: 0;
		margin-right: 1em;
	}

	fieldset.fieldset-horizontal.label-below label {
		display: block;
		margin-left: 0;
		margin-top: 0.2em;
		font-size: 90%;
		color: #999999;
		text-align: left;
	}

	fieldset.fieldset-horizontal label em {
		display: inline;
	}

	/**
	 * Subgroup fieldset
	 */
	fieldset.fieldset-subgroup {
		margin-bottom: -2em;
		border-style: none;
	}

	fieldset.fieldset-subgroup legend {
		margin-left: 0;
		padding: 0;
		font-weight: normal;
		width: 13em;
	}

	fieldset.fieldset-subgroup ol {
		position: relative;
		top: -1.4em;
		margin: 0 0 0 14em;
		padding: 0;
	}

	fieldset.fieldset-subgroup li {
		padding: 0;
	}

	fieldset.fieldset-subgroup input + label {
		float: none;
		width: auto;
		display: inline;
		margin: 0 0 0 1em;
	}

	/**
	 * Labels as block
	 * Labels displayed above or below the input fields
	 */
	.labels-block label {
		display: block;
		float: none;
		margin: 0 0 0.5em;
		width: auto;
	}

	.labels-block input + label,
	.labels-block textarea + label {
		margin: 0.5em 0 0;
	}

	.labels-block fieldset.fieldset-subgroup,
	fieldset.labels-block.fieldset-subgroup {
		margin-bottom: 0;
	}

	.labels-block .fieldset-subgroup legend,
	.labels-block.fieldset-subgroup legend {
		width: auto;
	}

	.labels-block .fieldset-subgroup legend em,
	.labels-block.fieldset-subgroup legend em {
		position: relative;
	}

	.labels-block .fieldset-subgroup legend strong,
	.labels-block.fieldset-subgroup legend strong {
		position: relative;
		top: 0;
	}

	.labels-block .fieldset-subgroup ol,
	.labels-block.fieldset-subgroup ol {
		top: 0;
		margin: 0;
		padding: 0.5em 0 0;
	}
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.grid-row {
  clear: both;
  margin-left: -10px; }
  .grid-row:before, .grid-row:after {
    display: table;
    line-height: 0;
    content: ""; }
  .grid-row:after {
    clear: both; }

.grid-col-50 {
  width: 280px;
  min-width: 280px;
  float: left;
  margin: 0 10px; }

@font-face {
  font-family: 'TheSansRegular';
  src: url('../../fileadmin/templates/default/fonts/thesans-5-regular-webfont.eot');
  src: url('../../fileadmin/templates/default/fonts/thesans-5-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../../fileadmin/templates/default/fonts/thesans-5-regular-webfont.woff') format("woff"), url('../../fileadmin/templates/default/fonts/thesans-5-regular-webfont.ttf') format("truetype"), url('../../fileadmin/templates/default/fonts/thesans-5-regular-webfont.svg#TheSansRegular') format("svg");
  font-weight: normal;
  font-style: normal; }

/* Formate für TYPO3-Plugins */
.news--latest__item {
  overflow: hidden;
  margin-bottom: 9px; }
  .news--latest__item .news__image--wrap {
    width: 90px;
    float: left;
    margin-right: 21px; }
  .news--latest__item .news__text {
    float: left;
    width: 438px; }
    .news--latest__item .news__text p {
      margin: 0;
      font-size: 16px; }
  .news--latest__item .news__headline {
    font-size: 18px;
    font-weight: normal;
    margin: 6px 0 4px 0; }

.news__archivelink {
  display: block;
  padding: 15px 0 0 112px; }

.news--list__item {
  overflow: hidden;
  margin-bottom: 9px; }
  .news--list__item .news__image--wrap {
    float: left;
    width: 90px;
    margin-right: 21px; }
  .news--list__item .news__text {
    float: left;
    width: 439px; }
    .news--list__item .news__text p {
      margin: 0;
      font-size: 16px; }
  .news--list__item .news__headline {
    margin: 6px 0 4px 0;
    font-size: 18px;
    font-weight: normal; }

.news-single .news-img-wrap {
  float: left;
  margin-right: 20px; }

.news-backlink-wrap {
  margin-top: 40px; }

.news-related h4 {
  margin-bottom: 0; }

.news-related ul {
  margin: 0;
  padding: 0 0 0 25px; }

.news-related .news-related-files-size {
  font-size: 90%; }
  .news-related .news-related-files-size:before {
    content: '(Größe:'; }
  .news-related .news-related-files-size:after {
    content: ')'; }

.news-related.news-related-links span {
  display: block; }

/* _ke_search.scss */
.searchbox.searchbox--header {
  z-index: 110;
  position: absolute;
  right: -30px;
  width: 220px;
  height: 66px;
  background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -163px no-repeat;
  padding: 17px 0 0 14px; }
  .searchbox.searchbox--header .searchbox__label {
    display: none; }
  .searchbox.searchbox--header .searchbox__query {
    border: 1px solid #d9ac45;
    width: 151px;
    padding: 0 3px; }
  .searchbox.searchbox--header .searchbox__submit {
    position: relative;
    top: -7px;
    left: 12px;
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -254px no-repeat;
    font: 0/0 a;
    color: transparent;
    text-shadow: none; }

#kesearch_filters {
  display: none; }

/* Clearer */
.tx-kesearch-pi1 .clearer {
  display: block;
  height: 1px;
  line-height: 1px;
  clear: both; }

/* Buttons */
span.resetbutt a,
span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt {
  color: #0D8897;
  font-size: 11px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  padding: 0.3em 0.9em;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  background: #DDDDDD;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FAFAFA 0%, #DDDDDD 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #DDDDDD));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FAFAFA 0%, #DDDDDD 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FAFAFA 0%, #DDDDDD 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FAFAFA 0%, #DDDDDD 100%);
  /* IE10+ */
  background: linear-gradient(top, #FAFAFA 0%, #DDDDDD 100%);
  /* W3C */ }

li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"] {
  font-family: Verdana;
  font-weight: bold; }

span.resetbutt a:hover,
span.submitbutt input:hover,
input.kesGreyButt:hover,
span.kesGreyButt:hover {
  color: #000;
  text-shadow: 0 -1px 0 #ffffff;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 2px 0 #999;
  -moz-box-shadow: inset 0 1px 2px 0 #999;
  box-shadow: inset 0 1px 2px 0 #999;
  cursor: pointer;
  background: #d1d1d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d1d1d1 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d1d1d1 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d1d1d1 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(top, #d1d1d1 0%, #eeeeee 100%);
  /* W3C */ }

span.kesGreyButt a {
  text-decoration: none;
  color: #0D8897;
  text-shadow: 0 1px 0 #ffffff; }

span.kesGreyButt a:hover {
  text-decoration: none;
  color: #000;
  text-shadow: 0 -1px 0 #ffffff; }

/* buttFixes */
#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit {
  text-decoration: none !important;
  padding-bottom: 5px; }

#kesearch_filters .list li.checkboxButtonSubmit {
  margin-bottom: 1px; }

#kesearch_filters .list li.checkboxButtonSubmit {
  padding-bottom: 0; }

/* SearchBox */
div.kesearchbox {
  margin-bottom: 35px;
  padding: 10px 10px 7px 10px;
  border: 1px solid #eee;
  background: #fff;
  background: -moz-linear-gradient(#fff, #fafafa);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fafafa));
  background: -webkit-linear-gradient(#fff, #fafafa);
  background: -o-linear-gradient(#fff, #fafafa);
  background: linear-gradient(#fff, #fafafa);
  overflow: hidden; }
  div.kesearchbox label {
    float: left;
    margin-right: 50px;
    font-size: 16px;
    line-height: 28px; }

#ke_search_sword {
  border: 1px solid #d9ac45;
  width: 151px;
  padding: 0 3px;
  margin-right: 10px; }

#kesearch_submit {
  position: relative;
  top: -7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -254px no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

#kesearch_submit:focus,
#kesearch_submit:hover {
  box-shadow: 0 0 0 white;
  border: 0 none;
  cursor: pointer; }

.inputWrapper {
  position: relative;
  overflow: hidden;
  float: left; }

/* Filters */
#kesearch_filters {
  font-size: 16px;
  line-height: 21px; }

#kesearch_filters div.textlinks {
  margin: 0 0 20px 0; }

#kesearch_filters select {
  width: 150px;
  margin: 0 0 10px 0; }

#kesearch_filters .list {
  margin-bottom: 10px; }

#kesearch_filters .list .head {
  display: block;
  border: 1px solid #d5d5d5;
  padding: 5px; }

#kesearch_filters .list .head img {
  margin: 0 5px;
  position: relative;
  top: -2px; }

#kesearch_filters .list ul {
  padding: 10px;
  margin: 0;
  border: 1px solid #eee;
  border-top: 0 none;
  list-style-type: none; }

#kesearch_filters .list ul.expanded {
  display: block; }

#kesearch_filters .list ul.closed {
  display: none; }

#kesearch_filters .list li {
  display: block;
  list-style-type: none;
  margin: 0 0 10px 0;
  color: #0D8897;
  text-decoration: underline; }

#kesearch_filters .list li a {
  color: #0D8897;
  text-decoration: underline; }

#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover {
  text-decoration: none;
  color: #0D8897;
  cursor: pointer; }

#kesearch_filters .list li.selected {
  font-weight: bold; }

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 {
  margin-left: 14px; }

#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 {
  margin-left: 21px; }

#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 {
  margin-left: 28px; }

#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 {
  margin-left: 35px; }

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
  font-weight: bold;
  list-style-position: outside; }

/* Checkboxes */
#kesearch_filters .list ul.checkboxList {
  padding-bottom: 1px; }

#kesearch_filters .list li.optionCheckBox {
  text-decoration: none;
  margin-bottom: 4px; }

#kesearch_filters .list li.optionCheckBox input[type="checkbox"] {
  float: left;
  margin: 3px 10px 0 0; }

#kesearch_filters .list li.clearer {
  font-size: 0;
  line-height: 0;
  float: none;
  margin: 0 !important; }

#kesearch_filters label {
  display: block;
  font-size: 16px;
  color: #222;
  margin: 0 0 4px 0; }

#kesearch_filters .list li.region {
  font-weight: bold;
  margin-top: 5px; }

#kesearch_filters .list li.noclick {
  cursor: default !important; }

#kesearch_filters .list li.country {
  margin-left: 7px; }

/* SPECIAL CSS CLASS */
#kesearch_filters .small {
  display: block;
  height: 65px;
  max-height: 65px;
  overflow-y: auto;
  overflow-x: hidden; }

#kesearch_filters .larger {
  display: block;
  height: 130px;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden; }

/* multiselectPage */
.tx-kesearch-pi1 .multiselect .multi-option {
  float: left;
  width: 200px;
  margin: 0 0 5px 0; }

.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0; }

.tx-kesearch-pi1 .multiselect label {
  font-weight: normal;
  font-size: 12px;
  padding: 0 10px 0 0;
  float: left; }

.tx-kesearch-pi1 .multiselect .multiselectButtons {
  padding: 10px 0 0 0; }

.tx-kesearch-pi1 .multiselect .last {
  /* ???? */ }

/* Results */
#kesearch_num_results {
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 10px 0; }

#kesearch_results .result-list-item {
  margin: 0 0 20px 0;
  padding: 0 0; }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  float: left;
  margin-top: 2px;
  margin-right: 5px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #e12d2e;
  font-weight: bold; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
  font-size: 80%;
  background: #EEE; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
  border: 1px solid #D3D3D3;
  display: block;
  float: right;
  height: 10px;
  width: 48px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
  background-color: #D3D3D3;
  border: 1px solid #898989;
  display: block;
  height: 10px;
  margin: -1px 0 0 -1px; }

/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
  font-style: italic;
  text-align: center;
  font-size: 80%; }

/* Searchbox */
.tx-kesearch-pi1 .searchbox {
  margin-bottom: 5px; }

.tx-kesearch-pi1 .searchbox input {
  margin-left: 0;
  width: 145px; }

.tx-kesearch-pi1 .searchbox input.submit {
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  vertical-align: middle; }

.tx-kesearch-pi1 form.static .searchbox input.submit {
  margin-top: -16px; }

.tx-kesearch-pi1 form.ajax .searchbox input.submit {
  margin-top: -4px; }

.tx-kesearch-pi1 .searchbox .search_input {
  float: left;
  margin-right: 5px; }

/* Spinner / updating */
.tx-kesearch-pi1 #kesearch_updating_filters,
.tx-kesearch-pi1 #kesearch_updating_results {
  display: none;
  text-align: center; }

.tx-kesearch-pi1 #testbox {
  margin-top: 100px;
  border: 1px solid #e12d2e; }

/* General Message */
.tx-kesearch-pi1 .general-message {
  padding: 5px; }

.tx-kesearch-pi1 .general-message .image {
  float: left;
  vertical-align: middle;
  margin-right: 10px; }

/* Pagebrowser */
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
  text-align: center;
  word-wrap: break-word;
  font-size: 12px;
  color: #707070; }

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
  padding: 8px 0;
  background: #fff;
  margin-bottom: 15px; }

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
  margin: 0 0 5px 0; }

#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0 auto 0; }

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 3px; }

#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover {
  cursor: pointer; }

#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #000;
  text-decoration: none; }

#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser {
  border: 1px solid; }

.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none; }

.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 0 -10px 0; }

/* Ordering */
.tx-kesearch-pi1 #kesearch_ordering span.down {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #FF0000 transparent;
  border-style: solid solid none;
  border-width: 4px 4px 0; }

.tx-kesearch-pi1 #kesearch_ordering span.up {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent #FF0000;
  border-style: none solid solid;
  border-width: 0 4px 4px; }

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
  text-align: right; }

.tx-kesearch-pi1 #kesearch_ordering ul {
  display: inline-block;
  height: 20px;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0; }

.tx-kesearch-pi1 #kesearch_ordering ul li {
  float: left;
  margin-right: 10px; }

.tx-kesearch-pi1 #kesearch_ordering div.clearer {
  clear: left; }

/* needed for autocomplete */
ul.ui-autocomplete li a {
  font-size: 12px; }

.form {
  margin: 0; }
  .form ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .form li {
    overflow: hidden;
    margin-bottom: 8px; }
  .form input,
  .form textarea {
    font-size: 14px;
    border: 1px solid #3B3B3B;
    width: 200px; }
  .form label {
    float: left;
    display: block;
    width: 220px; }
    .form label em {
      line-height: 110%;
      font-size: 70%;
      font-style: normal; }
  .form .csc-form-element-textarea {
    margin-top: 10px; }
    .form .csc-form-element-textarea label {
      float: none; }
    .form .csc-form-element-textarea textarea {
      width: 420px;
      padding: 10px;
      margin-top: 3px; }
  .form .csc-form-element-submit {
    margin: 10px 0 0 220px; }
    .form .csc-form-element-submit input {
      width: 200px;
      background: #f5af22;
      color: #fff;
      border: 1px solid #f5af22; }
      .form .csc-form-element-submit input:hover {
        background: #f3a60b; }
  .form .csc-form-element-textblock {
    width: 440px;
    padding-bottom: 10px; }

.tx-gb-schuhgabe {
  margin: -35px -15px -15px -15px; }
  .tx-gb-schuhgabe h1 {
    margin: 35px 15px 15px 15px;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    color: #e12d2e; }
  .tx-gb-schuhgabe p {
    margin: 35px 15px 15px 15px; }
  .tx-gb-schuhgabe fieldset {
    border: 0;
    margin: 0 0 10px 0;
    padding: 35px 0 0 0;
    min-height: 250px;
    background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/steps.png') 1000px 1000px no-repeat; }
    .tx-gb-schuhgabe fieldset h2,
    .tx-gb-schuhgabe fieldset p {
      padding-left: 115px; }
    .tx-gb-schuhgabe fieldset p {
      padding-right: 20px; }
  .tx-gb-schuhgabe .form-error {
    color: #e12d2e; }
  .tx-gb-schuhgabe .required {
    color: #e12d2e; }
  .tx-gb-schuhgabe .form-group {
    padding-left: 115px;
    overflow: hidden;
    margin-bottom: 5px; }
  .tx-gb-schuhgabe label {
    width: 200px;
    float: left; }
  .tx-gb-schuhgabe input {
    width: 200px;
    border: 1px solid #999;
    box-shadow: inset 1px 1px 5px #eee;
    font-size: 16px; }
  .tx-gb-schuhgabe .step--1 {
    background-position: 0px 0; }
  .tx-gb-schuhgabe .step--2 {
    background-position: -580px 0; }
  .tx-gb-schuhgabe .step--3 {
    background-position: -1160px 0; }
  .tx-gb-schuhgabe .step--1 {
    position: relative; }
    .tx-gb-schuhgabe .step--1 .form-group {
      padding-left: 105px; }
    .tx-gb-schuhgabe .step--1 .form-error {
      position: absolute;
      bottom: 0;
      color: #e12d2e;
      left: 115px; }
    .tx-gb-schuhgabe .step--1 .agency-wrapper {
      float: left;
      width: 235px; }
      .tx-gb-schuhgabe .step--1 .agency-wrapper label {
        display: block;
        height: 100px;
        margin-bottom: 20px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        width: 210px;
        -moz-transition: box-shadow 0.2s linear;
        -webkit-transition: box-shadow 0.2s linear;
        -o-transition: box-shadow 0.2s linear;
        -ms-transition: box-shadow 0.2s linear;
        transition: box-shadow 0.2s linear;
        cursor: pointer; }
      .tx-gb-schuhgabe .step--1 .agency-wrapper input {
        visibility: hidden; }
      .tx-gb-schuhgabe .step--1 .agency-wrapper label:hover {
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .tx-gb-schuhgabe .step--1 .agency-wrapper input[type=radio]:checked + label {
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        border: solid 2px #D23228; }
      .tx-gb-schuhgabe .step--1 .agency-wrapper.dhl {
        margin-right: 5px; }
        .tx-gb-schuhgabe .step--1 .agency-wrapper.dhl label {
          background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/logo-dhlpaket.png') 50% 50% no-repeat; }
	  .tx-gb-schuhgabe .step--1 .agency-wrapper.gls label {
        background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/logo-gls.png') 50% 50% no-repeat; }
  .tx-gb-schuhgabe .step--2 .form-group {
    padding-left: 115px; }
    .tx-gb-schuhgabe .step--2 .form-group input[type="checkbox"] {
      float: left;
      margin-right: 10px;
      margin-top: 14px;
      width: auto !important; }
    .tx-gb-schuhgabe .step--2 .form-group label[for="bodychanger"] {
      width: 400px;
      margin-top: 10px; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper label {
    display: block;
    height: 100px;
    margin-bottom: 20px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    width: 260px;
    -moz-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    cursor: pointer; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper input {
    display: none; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper label:hover {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .tx-gb-schuhgabe .step--2 .partner-wrapper input[type=radio]:checked + label {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border: solid 2px #D23228; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper.partner1 label {
    background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/spendenpartner_dks.jpg') 50% 50% no-repeat; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper.partner2 label {
    background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/spendenpartner_cvjm.jpg') 50% 50% no-repeat; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper.partner3 label {
    background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/spendenpartner_dsft.jpg') 50% 50% no-repeat; }
  .tx-gb-schuhgabe .step--2 .partner-wrapper.partner-gewinn label {
    background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/spendenpartner_gewinn.jpg') 50% 50% no-repeat; }
  .tx-gb-schuhgabe .step--3 .form-group {
    padding-left: 115px; }
    .tx-gb-schuhgabe .step--3 .form-group input[type="checkbox"] {
      float: left;
      margin-right: 10px;
      margin-top: 14px;
      width: auto !important; }
    .tx-gb-schuhgabe .step--3 .form-group label[for="bodychanger"] {
      width: 400px;
      margin-top: 10px; }
  .tx-gb-schuhgabe .step--4 {
    height: 250px;
    position: relative;
    background: url('../../fileadmin/templates/default/gfx/gb_schuhgabe/drawing.jpg') bottom right no-repeat; }
    .tx-gb-schuhgabe .step--4 p {
      padding-right: 20px; }
    .tx-gb-schuhgabe .step--4 .submit {
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: absolute;
      display: inline-block;
      overflow: hidden;
      bottom: 66px;
      left: 115px;
      height: 40px;
      line-height: 40px;
      background: #e12d2e;
      color: #fff;
      border: 0;
      text-align: center;
      padding: 0 10px;
      -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.2);
      -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.2);
      border: 1px solid #d61f20; }
      .tx-gb-schuhgabe .step--4 .submit:hover {
        background: #d61f20;
        line-height: 100px;
        -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.7);
        -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.7);
        -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.7);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.7); }
      .tx-gb-schuhgabe .step--4 .submit::before {
        content: attr(data-text);
        position: absolute;
        color: #fff;
        top: -30px;
        text-align: center; }

.tx-go-maps-ext form {
  overflow: hidden;
  margin-bottom: 10px; }
  .tx-go-maps-ext form .gme-saddress,
  .tx-go-maps-ext form .gme-submit {
    float: left;
    border: 1px solid #f5af22;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    font-family: 'TheSansRegular';
    color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .tx-go-maps-ext form .gme-submit {
    margin-left: 10px;
    background: #f5af22;
    color: #fff;
    height: 30px;
    border-color: #f5af22; }
    .tx-go-maps-ext form .gme-submit:hover {
      background: #f3a60b; }

.tx-go-maps-ext .gme-map {
  border: 1px solid #f5af22; }

.tx-go-maps-ext a {
  background: none !important; }

.tx-go-maps-ext img {
  max-width: none; }

.tx-go-maps-ext .gme-info-window p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px; }

.tx-go-maps-ext .point-to-google {
  font-size: 15px;
  display: block;
  padding: 15px 0 10px 0;
  text-align: right; }
  .tx-go-maps-ext .point-to-google:before {
    color: #e12d2e;
    content: "⚑ "; }

.content .tx-go-maps-ext a {
  color: #444 !important; }
  .content .tx-go-maps-ext a:hover {
    color: #000 !important; }

/* Formate für TYPO3 */
/*
 * Formate für Standard TYPO3-Elemente
 */
/* Linie vor und nach einem Inhaltselement */
.csc-frame-rulerBefore, .csc-frame-rulerAfter {
  clear: both;
  height: 2px;
  overflow: hidden;
  background-color: #E1E1E1;
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 0; }

/* Bildunterschrift */
.csc-textpic-caption {
  color: #f5af22;
  font-size: 14px; }

/* Stil des optionalen Bildrahmens */
.csc-textpic-border img {
  border: 1px solid #E1E1E1 !important; }

/* Datei-Verweise */
.csc-uploads {
  border-collapse: collapse; }
  .csc-uploads .csc-uploads-fileName, .csc-uploads .csc-uploads-fileSize {
    vertical-align: top; }
    .csc-uploads .csc-uploads-fileName p, .csc-uploads .csc-uploads-fileSize p {
      margin: 0 !important; }
  .csc-uploads .csc-uploads-fileSize {
    padding: 0 0 10px 0; }
  .csc-uploads .csc-uploads-fileName {
    padding: 0 15px 10px 0; }

/* Tabellen */
table.contenttable {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-collapse: collapse; }

.contenttable th, .contenttable td {
  vertical-align: top;
  padding: 1px 3px 1px 3px; }

.contenttable th, .contenttable tfoot {
  font-weight: bold;
  color: #8C8C8C;
  background-color: #AEAEAE;
  padding: 2px 3px 3px 3px; }

.contenttable .tr-odd td {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #E1E1E1; }

.contenttable .tr-even td {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #E1E1E1; }

.contenttable .tr-last td {
  border-style: none; }

.box--teaser {
  position: relative;
  background: #fff;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 9px 0 9px;
  height: 230px;
  width: 280px; }
  .box--teaser .box__headline {
    margin: 5px 0;
    color: #e12d2e;
    font-weight: normal;
    font-size: 18px; }
  .box--teaser p {
    margin: 0;
    color: #000; }
  .box--teaser a:hover p,
  .box--teaser a:active p {
    color: #e12d2e; }
  .box--teaser:before {
    content: ' ';
    position: absolute;
    width: 112%;
    height: 3px;
    top: 14px;
    left: -15px;
    background: url('../../fileadmin/templates/default/gfx/naht.png') 0 0 repeat-x; }
  .box--teaser:after {
    content: ' ';
    position: absolute;
    width: 288px;
    height: 15px;
    bottom: -15px;
    left: -3px;
    background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -299px no-repeat; }

.button--donation {
  display: block;
  height: 39px;
  background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -452px no-repeat;
  line-height: 39px;
  padding-left: 63px;
  font-size: 18px;
  margin: 15px 0 15px 80px; }

.procedure {
  position: relative;
  background: #fff;
  width: 580px;
  margin: -35px -15px -15px -15px; }
  .procedure ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .procedure li {
    position: relative;
    display: block;
    background: url('../../fileadmin/templates/default/gfx/steps-bg.png') 1000px 1000px no-repeat;
    padding: 35px 0 0 187px;
    overflow: hidden;
    height: 265px; }
  .procedure img {
    position: absolute;
    bottom: 0;
    right: 0; }
  .procedure p {
    margin-top: 0;
    position: relative;
    z-index: 1; }
  .procedure .step--1 {
    background-position: 0px 0; }
  .procedure .step--2 {
    background-position: -580px 0; }
  .procedure .step--3 {
    background-position: -1160px 0; }
  .procedure .step--1 {
    height: 310px; }
  .procedure .step--3 {
    height: 310px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #e6e6e6 url('../../fileadmin/templates/default/gfx/background-low.jpg') no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover; }
  html.no-backgroundsize {
    background-image: url('../../fileadmin/templates/default/gfx/background-low-ie8.jpg'); }

body {
  font-size: 16px;
  font-family: 'TheSansRegular';
  line-height: 20px;
  background: url('../../fileadmin/templates/default/gfx/body_bg.png') top center no-repeat;
  margin: 0; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #e12d2e; }
  a:hover, a:active {
    color: #000; }

header h1 {
  z-index: 110;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  position: absolute;
  width: 282px;
  height: 190px;
  left: 35px;
  background: url('../../fileadmin/templates/default/gfx/logo.png') 0 0 no-repeat; }
  header h1.logo--en {
    background-image: url('../../fileadmin/templates/default/gfx/logo-en.png'); }

h2 {
  color: #e12d2e;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 15px 0; }

h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 5px 0; }

header,
footer {
  position: relative;
  width: 960px;
  margin: 0 auto; }

.wrapper:before, .wrapper:after {
  display: table;
  line-height: 0;
  content: ""; }

.wrapper:after {
  clear: both; }

.wrapper--header:after {
  z-index: 1000;
  content: ' ';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 8px;
  background: url('../../fileadmin/templates/default/gfx/naht.png') 0 0 repeat-x; }

.wrapper--footer {
  position: relative; }
  .wrapper--footer:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 8px;
    background: url('../../fileadmin/templates/default/gfx/naht.png') 0 0 repeat-x;
    z-index: 1000; }

.wrapper--content {
  width: 960px;
  margin: 0 auto; }

.wrapper--left {
  float: left;
  width: 290px;
  padding-top: 204px; }

.wrapper--right {
  float: left;
  width: 670px; }

.content--top,
.content--sub {
  padding-left: 20px; }
  .content--top .box--teaser,
  .content--sub .box--teaser {
    margin-bottom: 40px; }

.sidebar {
  margin-top: 50px; }

.content--start,
.content--subpage {
  z-index: 110;
  position: relative;
  clear: both;
  width: 580px;
  background: #fff;
  padding: 35px 15px 15px 15px;
  margin: 40px 0 40px 20px;
  min-height: 400px;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25); }
  .content--start:before,
  .content--subpage:before {
    content: ' ';
    position: absolute;
    width: 107%;
    height: 3px;
    top: 14px;
    left: -19px;
    background: url('../../fileadmin/templates/default/gfx/naht.png') 0 0 repeat-x; }
  .content--start:after,
  .content--subpage:after {
    content: ' ';
    position: absolute;
    width: 588px;
    height: 15px;
    bottom: -15px;
    left: -3px;
    background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -336px no-repeat; }
  .content--start p,
  .content--subpage p {
    margin-top: 0; }

.donation {
  position: relative;
  width: 220px;
  height: 337px;
  margin-left: 33px;
  background: url('../../fileadmin/templates/default/gfx/donation-large_bg.png') bottom left no-repeat;
  font-size: 18px; }
  .donation .donation__image {
    position: absolute;
    top: 0;
    left: -64px; }
  .donation .donation__description {
    position: relative;
    width: 200px;
    top: 200px;
    left: 16px; }
    .donation .donation__description a {
      color: #e12d2e; }
      .donation .donation__description a:hover, .donation .donation__description a:active {
        color: #c01b1c; }

.claim {
  width: 203px;
  height: 55px;
  background: url('../../fileadmin/templates/default/gfx/sprite.png') 0 -373px no-repeat;
  margin: 35px 0 30px 76px; }
  .claim.claim--en {
    height: 75px;
    background-image: url('../../fileadmin/templates/default/gfx/sprite-en.png'); }

.nav--main a,
.nav--meta a {
  color: #000;
  text-decoration: none; }
  .nav--main a:hover, .nav--main a:active,
  .nav--meta a:hover,
  .nav--meta a:active {
    color: #e12d2e; }

.nav--main ul,
.nav--meta ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav--main li,
.nav--meta li {
  padding-bottom: 3px; }
  .nav--main li:before,
  .nav--meta li:before {
    content: '> ';
    color: #e12d2e;
    position: relative;
    top: -2px; }
  .nav--main li.act > a,
  .nav--meta li.act > a {
    color: #e12d2e !important; }

.nav--main {
  font-size: 18px; }
  .nav--main ul {
    margin: 0 0 0 36px; }
    .nav--main ul.level2 {
      margin: 5px 0 5px 10px;
      font-size: 16px;
      line-height: 20px; }
    .nav--main ul.level3 {
      margin: 5px 0 5px 10px;
      font-size: 16px;
      line-height: 20px; }

.nav--meta ul {
  margin-top: 16px; }

.nav--meta li {
  padding-bottom: 6px; }

.nav--language {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 36px; }
  .nav--language a {
    display: block;
    color: #000; }
    .nav--language a:hover {
      color: #e12d2e; }
    .nav--language a:before {
      content: '> ';
      color: #e12d2e;
      position: relative;
      top: -1px; }

.slider {
  width: 660px;
  height: 400px;
  background-color: #fff;
  overflow: hidden; }

.introtext {
  padding: 12px 10px 0 20px;
  width: 480px;
  height: 220px;
  float: left; }
  .introtext em {
    display: block;
    font-style: normal;
    color: #e12d2e; }

.organization {
  z-index: 100;
  margin-top: -66px;
  float: left;
  width: 190px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px 0 0;
  color: #2a6c71;
  position: relative; }
  .organization img {
    display: block;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25); }

.nav--extra {
  margin: 10px 0 0 36px; }
  .nav--extra div {
    width: 211px;
    height: 38px;
    background: url('../../fileadmin/templates/default/gfx/sprite.png') 1000px 1000px no-repeat;
    margin-bottom: 11px; }
  .nav--extra a {
    display: block;
    padding-left: 66px;
    font-size: 18px;
    line-height: 38px; }
  .nav--extra .nav__facebook {
    background-position: 0 0; }
    .nav--extra .nav__facebook iframe {
      margin: 9px 0 0 66px; }
  .nav--extra .nav__donation {
    background-position: 0 -50px; }
    .nav--extra .nav__donation a {
      color: #e12d2e; }
      .nav--extra .nav__donation a:hover {
        color: #000; }
  .nav--extra .nav__newsletter {
    background-position: 0 -100px; }
    .nav--extra .nav__newsletter a {
      color: #f5af22; }
      .nav--extra .nav__newsletter a:hover {
        color: #000; }

footer {
  padding: 30px 0 40px 0; }
  footer address,
  footer nav,
  footer div {
    float: left;
    margin: 0 20px 0 0; }
  footer address {
    width: 290px;
    font-style: normal; }
    footer address span {
      color: #e12d2e; }
	footer address .second {
		font-size: 11px; }
  footer nav,
  footer div {
    width: 280px; }
  footer .logos_left {
    float: left;
    width: 150px;
    margin-right: 10px; }
  footer .logos_right {
    width: 110px;
    margin-left: 10px;
    margin-right: 0; }


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../fileadmin/templates/default/gfx/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../fileadmin/templates/default/gfx/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../fileadmin/templates/default/gfx/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../fileadmin/templates/default/gfx/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../fileadmin/templates/default/gfx/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../fileadmin/templates/default/gfx/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}