/* __migrated__ */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }
/* ==========================================================================
 Chrome Frame prompt
 ========================================================================== */
.chromeframe {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }
/* ==========================================================================
 Author's custom styles
 ========================================================================== */
/*
 *
 * Colors
 *
 */
.rot {
  color: #952742;
  background-color: #952742; }

.gruen {
  color: #b2bc00;
  background-color: #b2bc00; }

.blau {
  color: #60c4de;
  background-color: #60c4de; }

.gelb {
  color: #fab721;
  background-color: #fab721; }

.NeuzeitSLTStd-Book {
  font-family: NeuzeitSLTStd-Book;
  font-weight: normal;
  font-style: normal; }

.NeuzeitSLTStd-BookHeavy {
  font-family: NeuzeitSLTStd-BookHeavy;
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-text-size-adjust: none; }

body, html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: NeuzeitSLTStd-Book, Arial, Helvetica, Verdana, Geneva;
  font-size: 62.5%;
  /* 10px */
  color: #000; }
/*
 * Layout-Elemente
 */
#body-inner-wrapper {
  position: relative;
  min-height: 100%; }

#topline {
  height: 5em;
  border-bottom: 1px solid #000; }

#topline #home-button {
  float: left;
  width: 5em;
  position: relative;
  top: 1em;
  text-align: center;
  border-left: 1px solid #333; }

#topline #home-button a {
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0 1.75em;
  line-height: 3em;
  color: transparent !important;
  background-image: url(../../fileadmin/_css/img/icons/Home-Icon-black.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

#topline #home-button a:hover {
  background-image: url(../../fileadmin/_css/img/icons/Home-Icon-red.png); }

#page-wrapper, .topline-wrapper-inner, #footer-top, #footer-bottom {
  max-width: 110em;
  margin: 0 auto;
  padding: 0 3em;
  /* Falls Viewport-Breite 1000px oder kleiner, soll ein Abstand zum Viewport-Rand vorhanden sein */
  position: relative; }

#page-header {
  margin: 4em 0 0; }

#topline #sprachnavigation {
  float: left;
  position: relative; }

#logo {
  float: left;
  width: 25%;
  position: relative; }

#page-header #logo-img {
  position: relative;
  display: inline-block;
  max-width: 150px; }

#page-header #logo-img img {
  height: 60px;
  width: 60px; }

#hauptnavigation {
  overflow: hidden; }

#page-body {
  clear: both;
  /*overflow: hidden;*/
  position: relative;
  margin-top: 4.2em;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 71em;
  /* Kompensiere fixe Höhe des Sticky Footers (Höhe Footer (60em + 5em) + 6em zusätzlicher Abstand) */ }

#corporate-header h1 {
  margin-bottom: 0.3em; }

#corporate-header h1 {
  box-sizing: border-box;
  font-family: NeuzeitSLTStd-Book;
  font-size: 3.1em;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  position: relative;
  background-color: #952742;
  color: #fff;
  padding: 0.65em 0.65em;
  font-weight: normal;
  padding-bottom: 2.3em;
  min-height: 5.645em; }

body.home #corporate-header h1 {
  /*    height: 8.333em;*/
  text-transform: uppercase;
  padding: 0.65em 0.55em; }

#corporate-header p.leadin {
  font-size: 3.1em;
  line-height: 1.3em;
  margin: 0.75em 0 2em; }

#subnavigation {
  float: left;
  width: 23%;
  min-height: 20em;
  margin: 0 2% 0 0; }

#content {
  float: left;
  width: 49%;
  min-height: 20em;
  margin: 0 0 0 1.5%; }

.suche #content {
  /* Suche: Seite ohne Subnavigation, also kein Abstand nach links. */
  margin-left: 0; }

#teaser {
  width: 23%;
  margin: 0 0 0 1.5%;
  float: right; }
/* Übersichtsseiten: keine Teaser-Spalte und (oft) Corporate Header. Der Inhalt der Seite ist im Bezug auf den Corporate Header etwas eingezogen. */
.no-teaser #content {
  width: 73.5%;
  margin: 0;
  margin-left: 1.5%; }

.team #content-middle {
  padding: 0; }
/* Auf der Teamseite sollen die Portrait-Bilder linksbündig mit dem Corporate Header erscheinen. */
.team #content-middle .col-left {
  width: 47%;
  margin-right: 3%; }

.team #content-middle .col-right {
  width: 50%;
  margin: 0; }

body.uebersicht #content-middle {
  margin-top: 6em; }

body.ueberund.team #content-middle {
  margin-top: 3.5em; }
/* Sticky Footer mit fixer Höhe */
#footer {
  clear: both;
  background-color: #952742;
  background-repeat: repeat;
  width: 100%;
  height: 60em;
  position: absolute;
  bottom: 5em; }
/* Sticky Footer mit fixer Höhe */
#footer-bottom-wrapper {
  clear: both;
  background-color: #952742;
  background-repeat: repeat;
  width: 100%;
  height: 5em;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #fff; }

#footer-top {
  margin-top: 4em;
  overflow: hidden; }

#footer-bottom {
  clear: both;
  overflow: hidden; }
/*
 #teaser .csc-default {
 padding: 0 1.9em;
 }
 */
#teaser .box, #teaser .frame-default {
  margin-bottom: 2em; }
/*
 * Multicolumn Elemente
 */
.cols-2, .cols-3 {
  overflow: hidden; }

.col-left, .col-middle {
  float: left; }

.col-right {
  float: right; }

.cols-2 .col {
  width: 48.5%; }

.cols-2 .col-left {
  margin-right: 3%; }

.cols-3 .col {
  width: 32%; }

.cols-3 .col-left, .cols-3 .col-middle {
  margin-right: 2%; }
/*
 * Typographie
 */
#page-header #logo-text {
  font-size: 1.95em;
  line-height: 1.2em;
  color: #952742;
  letter-spacing: 0.006em;
  padding: 0.1em 0;
  font-family: 'NeuzeitSLTStd-Book', Arial, Helvetica, Verdana, Geneva;
  text-transform: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0.6em;
  left: 10em;
  display: inline-block;
  float: left;
  margin-top: 0.5em;
  width: 150%; }

h1 {
  font-family: 'NeuzeitSLTStd-BookHeavy', Arial, Helvetica, Verdana, Geneva;
  font-weight: normal;
  font-size: 2.7em;
  line-height: 1.3em;
  color: #b3b3b3;
  margin-bottom: 0.3em; }

h1.csc-firstHeader {
  margin-top: 0;
  position: relative;
  text-transform: uppercase; }

h2 {
  font-family: 'NeuzeitSLTStd-BookHeavy', Arial, Helvetica, Verdana, Geneva;
  font-weight: normal;
  font-size: 1.7em;
  color: #000;
  line-height: 1.33em;
  margin: 1.5em 0 0.8em;
  text-transform: uppercase; }

h3 {
  font-weight: normal;
  font-family: NeuzeitSLTStd-BookHeavy;
  font-size: 1.7em;
  margin: 2em 0 0.8em; }

p, li, td, input {
  font-size: 1.5em;
  line-height: 1.6em;
  letter-spacing: 0.006em;
  color: #000; }

td > p {
  font-size: 1em;
  margin-top: 0; }

p {
  margin: 1em 0; }

a {
  color: #000; }

a:hover {
  color: #952742; }

li > a, td > a, p > a {
  color: #000; }

ul {
  list-style: square;
  padding: 0 0 0 1.7em; }

ol {
  padding: 0 0 0 2.1em; }

table {
  width: 100%;
  margin-bottom: 1em; }

td {
  border-top: 1px solid #bfbfbf;
  padding: 0.1em 0.5em; }

table thead td {
  font-family: NeuzeitSLTStd-BookHeavy; }

table tr:last-child td {
  border-bottom: 1px solid #bfbfbf; }

.linear-case-label {
  display: none;
  /* Labels für linearisierte Tabellen nicht anzeigen (nur für Mobile) */ }
/*
 * FCE: Textblock auf Übersichtsseite
 */
.uebersicht-textblock {
  margin-bottom: 6em; }

.uebersicht-textblock h2 {
  font-family: 'NeuzeitSLTStd-BookHeavy', Arial, Helvetica, Verdana, Geneva;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2.7em;
  line-height: 1.3em;
  margin: 0 0 0em;
  padding: 0;
  color: #b3b3b3; }

.uebersicht-textblock h2 a {
  text-decoration: none; }

.uebersicht-textblock h2 a:hover {
  text-decoration: underline; }

.uebersicht-textblock p {
  margin: 0.2em 0 0.5em;
  font-size: 1.5em; }

.uebersicht-textblock p.link a {
  text-decoration: none;
  vertical-align: bottom;
  line-height: 1em;
  color: #000; }

.uebersicht-textblock p.link a:hover {
  text-decoration: underline;
  color: #999; }

.uebersicht-textblock p.link {
  border-left: 5px solid #b3b3b3;
  padding-left: 0.7em; }
/*
 * FCE: Teaser mit Unternehmen-Logos (ausgezeichnete Organisationen)
 */
.teaser-unternehmen-logos {
  padding: 0 0.6em; }

.teaser-unternehmen-logos h3 {
  /* Ausnahme: der H* dieses Teasers soll den Stil eines H3 in der Box erhalten, weil die beinhalteten Logos eher nach diesem Stilmittel verlangen. */
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4em; }

.unternehmen-logos {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin-top: 3em; }

.unternehmen-logos .unternehmen-logo {
  vertical-align: middle;
  display: inline-block; }

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

.teaser-unternehmen-logos .morelink a {
  text-transform: none;
  text-decoration: none; }

.teaser-unternehmen-logos .morelink:hover {
  text-decoration: underline; }

.teaser-unternehmen-logos .morelink a:after {
  content: "\0000a0>"; }
/*
 * FCE: Veranstaltungen
 */
.fce-veranstaltungen td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top; }

.fce-veranstaltungen td.datum-zeit {
  width: 15%; }

.fce-veranstaltungen td.ort {
  width: 15%; }

.fce-veranstaltungen td.veranstaltung {
  width: 40%; }

.fce-veranstaltungen td.kontakt-anmeldung {
  width: 30%; }

.fce-veranstaltungen td p:last-child {
  margin-bottom: 0; }
/*
 * FCE: Organisationen ausgezeichnet mit Prädikat UND
 */
.fce-organisationen-mit-praedikat td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top; }

.fce-organisationen-mit-praedikat .logo {
  padding-top: 1em; }

.fce-organisationen-mit-praedikat .erstverleihung, .fce-organisationen-mit-praedikat .zuletzt {
  text-align: center; }

.fce-organisationen-mit-praedikat td p:last-child {
  margin-bottom: 0; }
/*
 * FCE: Testimonial
 */
div.testimonial {
  overflow: hidden;
  padding-bottom: 3em;
  margin-bottom: 1.5em;
  box-sizing: border-box; }

.testimonial h3 {
  margin-top: 0; }

.testimonial img {
  border: 5px solid #fff;
  -moz-box-shadow: 0.2em 0.5em 1em #666;
  -webkit-box-shadow: 0.2em 0.5em 1em #666;
  box-shadow: 0.2em 0.5em 1em #666;
  float: left;
  margin: 0 2em 1em 0; }

.testimonial .quote {
  color: #000; }

.testimonial .person, .testimonial .position {
  margin: 0;
  font-size: 1.3em; }

#teaser .testimonial img {
  max-width: 120px;
  height: auto;
  float: none; }

#teaser .testimonial {
  padding-bottom: 1.9em;
  width: 100%; }
/*
 * Home
 */
.home #content-top {
  margin-bottom: 1em;
  padding: 0 0.6em; }

.home #content-top .col-left .uebersicht-textblock .header, .home #content-top .col-left .uebersicht-textblock .header a {
  color: #fab721; }

.home #content-top .col-middle .uebersicht-textblock .header, .home #content-top .col-middle .uebersicht-textblock .header a {
  color: #b2bc00; }

.home #content-top .col-right .uebersicht-textblock .header, .home #content-top .col-right .uebersicht-textblock .header a {
  color: #60c4de; }

.home #content-top .col-left .uebersicht-textblock p.link {
  border-left: 5px solid #fab721; }

.home #content-top .col-left .uebersicht-textblock p.link a:hover {
  color: #fab721; }

.home #content-top .col-middle .uebersicht-textblock p.link {
  border-left: 5px solid #b2bc00; }

.home #content-top .col-middle .uebersicht-textblock p.link a:hover {
  color: #b2bc00; }

.home #content-top .col-right .uebersicht-textblock p.link {
  border-left: 5px solid #60c4de; }

.home #content-top .col-right .uebersicht-textblock p.link a:hover {
  color: #60c4de; }

.home #content-top .col .uebersicht-textblock p.link {
  line-height: 1.7em;
  padding-left: 0.6em; }

.home #content-top .col .uebersicht-textblock p {
  font-size: 1.7em; }

.home #content-middle {
  padding: 0;
  margin-bottom: 5em; }

#teaser li, #teaser p {
  font-size: 1.3em; }
/*
 * Content Frames
 */
.box {
  padding: 1.9em; }

.box h2, .box h3 {
  font-family: NeuzeitSLTStd-BookHeavy;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.7em; }

.box h2.csc-firstHeader, .box h2:first-child, .box h3.csc-firstHeader, .box h3:first-child {
  margin-top: 0.4em; }

.bg-grey {
  background-color: #e4eaea;
  background-color: rgba(121, 147, 165, 0.4); }

.bg-grey a {
  color: #000;
  text-decoration: underline;
  position: relative; }

.bg-grey a:before {
  content: ">\0000a0"; }

.teammitglied, .vorstandsmitglied {
  margin: 0 0 4em; }

.teammitglied h3, .vorstandsmitglied h3 {
  margin: 0 0 1em; }

.teammitglied figure, .vorstandsmitglied figure {
  margin: 0; }

.vorstandsmitglied p {
  font-size: 1.3em;
  margin-top: 0; }

.teammitglied p:last-child, .vorstandsmitglied p:last-child {
  margin-bottom: 0; }

.linkliste p {
  margin: 0; }

.linkliste p a {
  text-decoration: none; }

.linkliste p a:hover {
  text-decoration: underline; }
/*
 * Hauptnavigation
 */
#hauptnavigation {
  float: right;
  margin: 0;
  padding: 0;
  width: 75%; }

#hauptnavigation ul {
  text-align: right;
  float: right;
  margin: 0;
  padding: 0 0 1.5em;
  overflow: hidden; }

#hauptnavigation ul li {
  padding: 0;
  margin: 0 0 1em;
  float: left;
  font-size: 1.3em; }

#hauptnavigation ul li:after {
  content: "|";
  font-size: 1em;
  padding: 0 1em; }
/* Letzter Punkt ohne "|" danach. Ein Selektor ':last-child' nicht anwendbar, weil danach die ausgeblendete "Suche" kommt. */
#hauptnavigation ul li#page-8:after {
  content: "";
  padding: 0; }
/* Search verbergen */
#hauptnavigation ul li#page-44 {
  display: none; }

#hauptnavigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0.1em 0.5em;
  color: #000;
  white-space: nowrap; }

.home #hauptnavigation ul li#page-3 a, #hauptnavigation ul li a:hover, #hauptnavigation ul li.act a, #hauptnavigation ul li.cur a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
  color: #999;
  margin-top: 2px; }
/*
 * Subnavigation
 */
#subnavigation {
  padding: 0; }

#subnavigation ul {
  margin: 0;
  padding: 0; }

#subnavigation ul li {
  border-top: 1px solid #000;
  font-size: 1em;
  /* CSS-Reset */ }

#subnavigation ul li:last-child {
  border-bottom: 1px solid #000; }

#subnavigation ul li a {
  display: block;
  font-size: 1.3em;
  color: #000;
  line-height: 1.6em;
  padding: 0.15em 0.7em 0;
  margin: 0.5em 0 0.45em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  border-left: 2px solid #fff; }

#subnavigation ul li a:hover, #subnavigation ul li.cur a, #subnavigation ul li.act a {
  border-left-color: #b3b3b3; }
/*
 * Sprachnavigation
 */
#sprachnavigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sprachnavigation ul li {
  display: inline-block;
  height: 2.308em;
  float: left;
  line-height: 2.35em;
  padding: 0;
  margin: 0.769em 0;
  font-size: 1.3em;
  border-right: 1px solid #333;
  width: 3.846em;
  text-align: center;
  font-family: 'NeuzeitSLTStd-BookHeavy', Arial, Helvetica, Verdana, Geneva; }

#sprachnavigation ul li:first-child {
  border-left: 1px solid #333; }

#sprachnavigation ul li span, #sprachnavigation ul li a {
  font-size: 1em; }

#sprachnavigation ul li, #sprachnavigation ul li span, #sprachnavigation ul li a {
  color: #000;
  text-decoration: none; }

#sprachnavigation ul li.no-translation span, #sprachnavigation ul li.act span, #sprachnavigation ul li a {
  position: relative;
  top: 2px; }

#sprachnavigation ul li a:hover, #sprachnavigation ul li.act span {
  text-decoration: none;
  color: #952742; }

#sprachnavigation ul li.no-translation span {
  color: #b3b3b3;
  text-decoration: none; }
/*
 * Quicksearch
 */
div.indexedsearchbox {
  float: right;
  padding: 1em 0; }

form.indexedsearch {
  position: relative; }

.indexedsearchbox input.searchbox-sword {
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #000;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 0 2.5em 0 0.5em;
  width: 12.5em;
  height: 2.2em; }

.indexedsearchbox input.searchbox-sword:focus {
  color: #000;
  outline: none; }

.indexedsearchbox input.searchbox-button {
  width: 0.8em;
  position: absolute;
  right: 0.5em;
  top: 0.45em;
  padding-left: 0.5em;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#footer div.indexedsearchbox {
  float: none;
  margin: 1em 0 2em;
  padding: 0; }

#footer div.indexedsearchbox form.indexedsearch {
  width: 14em; }

#footer .indexedsearchbox input.searchbox-sword {
  background-color: #952742;
  border: 1px solid #fff;
  color: #fff;
  width: 11em;
  font-size: 1.3em; }

#footer .indexedsearchbox input.searchbox-sword:focus {
  color: #fff;
  outline: none; }

#footer .indexedsearchbox input.searchbox-button {
  right: -2em;
  top: 0.5em; }
/*
 * Indexed Search
 */
.tx-indexedsearch table {
  border: none; }

.tx-indexedsearch table tr td:first-child {
  display: none; }

.tx-indexedsearch table tr td {
  border: none;
  padding: 0 0 0.8em 0; }

.tx-indexedsearch td input {
  font-size: 1em; }

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  border: 1px solid #000;
  padding: 0.3em 0.5em;
  width: 25em; }

.tx-indexedsearch .tx-indexedsearch-whatis {
  font-size: 1.4em; }

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
  font-style: normal;
  padding-bottom: 1.3em; }

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-title, .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-result-number, .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-icon, .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-percent {
  padding-bottom: 0em; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number {
  font-size: 0; }

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw, .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr strong.tx-indexedsearch-redMarkup {
  font-style: normal;
  color: #000;
  font-weight: normal;
  font-family: NeuzeitSLTStd-BookHeavy; }
/* Letzte Zeile der Tabelle enthält Daten wie 'last modified', 'size', etc. Die wollen wir nicht anzeigen. */
.tx-indexedsearch .tx-indexedsearch-res table tr:last-child {
  display: none; }

.tx-indexedsearch .tx-indexedsearch-info {
  display: none; }

.tx-indexedsearch > .tx-indexedsearch-res {
  padding-top: 2em;
  border-top: 1px solid #000; }

.tx-indexedsearch .tx-indexedsearch-res table {
  margin: 0;
  border-bottom: 1px solid #000; }

.tx-indexedsearch .tx-indexedsearch-res:last-child table {
  border-bottom: none; }

.tx-indexedsearch .browsebox {
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.tx-indexedsearch .tx-indexedsearch-browsebox:nth-child(3) .browsebox {
  border-bottom: none; }

.tx-indexedsearch .tx-indexedsearch-browsebox li {
  padding: 0 1em;
  margin: 0;
  font-weight: normal; }

.tx-indexedsearch .tx-indexedsearch-browsebox li a {
  font-weight: normal;
  text-decoration: none; }

.tx-indexedsearch .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch .tx-indexedsearch-browsebox li a:hover {
  text-decoration: underline; }

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: normal;
  padding: 0.4em 0 0.3em 0;
  -moz-transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button:hover {
  background-color: #b3b3b3; }
/*
 * Fusszeilennavigation
 */
#footer-bottom #fusszeilennavigation {
  float: right;
  width: 50%; }

#footer-bottom #fusszeilennavigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden; }

#footer-bottom #fusszeilennavigation ul li {
  float: left;
  margin: 0 1em 0 0;
  font-size: 1.3em; }

#footer-bottom #fusszeilennavigation ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 3.7em; }

#footer-bottom #fusszeilennavigation ul li a:hover, #footer-bottom #fusszeilennavigation ul li.cur a, #footer-bottom #fusszeilennavigation ul li.act a {
  text-decoration: underline; }
/*
 * Footer (bottom): Copyright
 */
#footer-bottom #copyright {
  float: left;
  width: 50%;
  text-align: right; }

#footer-bottom #copyright p {
  color: #fff;
  margin: 0;
  line-height: 3.7em;
  font-size: 1.3em; }

#footer-bottom #copyright p:after {
  content: "\0000a0\0000a0\0000a0|\0000a0\0000a0\0000a0"; }
/*
 * Footer: Kontakt
 */
#kontakt #logo-footer {
  margin-top: 2em; }

#kontakt {
  float: left;
  width: 23.5%;
  margin-right: 3%; }

#kontakt h2, #kontakt h3 {
  font-size: 1.4em;
  font-weight: normal;
  font-family: NeuzeitSLTStd-BookHeavy;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 2em; }

#kontakt p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.3em; }

#kontakt h2, #kontakt h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.5em; }

#kontakt a, #kontakt p, #kontakt td {
  color: #fff; }

#kontakt a {
  text-decoration: none; }

#kontakt td {
  border: none;
  padding: 0;
  font-size: 1.3em; }
/*
 * Footer: Sitemap
 */
#sitemap {
  float: right;
  width: 73.5%;
  overflow: hidden; }

#sitemap .sitemap-block {
  float: left;
  width: 31%;
  margin-right: 2%;
  height: 27em;
  vertical-align: top; }

#sitemap h2, #sitemap h3 {
  margin: 2em 0 0.5em;
  font-size: 1.4em; }

#sitemap h2, #sitemap h2 a, #sitemap h3, #sitemap h3 a {
  color: #fff;
  text-transform: uppercase; }

#sitemap ul {
  margin-top: 0;
  padding: 0;
  list-style: none; }

#sitemap ul li {
  color: #fff;
  font-size: 1.3em; }

#sitemap a {
  text-decoration: none;
  color: #fff; }

#sitemap a:hover {
  text-decoration: underline; }

#sitemap ul li:before {
  content: ">\0000a0"; }

#hauptnavigation ul li a:hover, #hauptnavigation ul li.cur a, #hauptnavigation ul li.act a {
  color: #952742; }

#hauptnavigation ul li a:hover {
  border-bottom-color: #952742; }

h1, .uebersicht-textblock .header, a {
  color: #952742; }

#hauptnavigation ul li.act a, #hauptnavigation ul li.cur a {
  border-bottom-color: #952742; }

#subnavigation ul li a:hover, #subnavigation ul li.cur a, #subnavigation ul li.act a {
  border-left-color: #952742; }

.uebersicht-textblock p.link {
  border-left: 2px solid #952742; }

.uebersicht-textblock p.link a:hover {
  color: #952742; }
/*
 *
 * Fluid images [begin]
 *
 */
/* Bilder in einem Corporate Header FCE */
/* Bilder, die im Corporate Header Bereich der Seitenvorlage "Übersicht" oder "Home" eingefügt worden sind (also ohne FCE) */
#corporate-header .ce-textpic-image img, img.responsive {
  width: 100%;
  height: auto; }
/*
 *
 * Fluid images [end]
 *
 */
/* Mobile Elemente ausblenden */
#mobile-toggle, #mobile-navi {
  display: none; }
/* Override von css_styled_content */
div.ce-textpic-intext-left .ce-gallery, div.ce-textpic-intext-left-nowrap .ce-gallery {
  margin-right: 2em; }
/* ==========================================================================
 Helper classes
 ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }
/* ==========================================================================
 IE 7
 ========================================================================== */
.lt-ie8 #hauptnavigation ul li {
  padding: 0 1em 0 0; }

.lt-ie8 .corporate-header .col-left, .lt-ie8 .corporate-header .col-right {
  width: 49%; }

.lt-ie8 .cols-2 .col {
  width: 48%; }

.lt-ie8 .cols-2 .col-left {
  margin-right: 2%; }

.lt-ie8 .cols-3 .col {
  width: 31%; }

.lt-ie8 .cols-3 .col-left, .lt-ie8 .cols-3 .col-middle {
  margin-right: 2%; }

.lt-ie8 .unternehmen-logos .unternehmen-logo {
  display: inline; }
/* ==========================================================================
 IE < 9
 ========================================================================== */
.lt-ie9 #page-header #logo-img, .lt-ie9 #topline #home-button, .lt-ie9 #topline #sprachnavigation {
  left: 0; }

.lt-ie9 #body-inner-wrapper {
  min-width: 1000px; }

@import '_reg.html'
/* __migrated end */

/* normalize.css _migrated_ */

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  /* __migrated end */
  /* normalize.css _migrated_ */
  /*! normalize.css v1.1.0 | MIT License | git.io/normalize */
  /* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
  /**
   * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  display: block; }
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }
/* ==========================================================================
 Base
 ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }
/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }
/**
 * 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; }
/* ==========================================================================
 Lists
 ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }
/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }
/* ==========================================================================
 Embedded content
 ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }
/* ==========================================================================
 Figures
 ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }
/* ==========================================================================
 Forms
 ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }
/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }
/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }
/**
 * 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 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }
/* ==========================================================================
 Tables
 ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* _migrated_ responsive */
/* ==========================================================================
 Media Queries
 ========================================================================== */
@media only screen and (max-width: 1000px) {
  /* Header-Bereich linearisieren */
  /* Layout */
  /* Hauptnavigation */
  /* Subnavigation */
    body.home #corporate-header h1, body.uebersicht #corporate-header h1 {
      min-height: 4.839em; }
    #logo, #page-header #logo-text, #hauptnavigation, #hauptnavigation ul {
      float: none;
      display: block;
      width: 100%; }
    #logo {
      margin-bottom: 4em; }
    #content {
      width: 62%;
      margin: 0 7% 0 0; }
    #teaser {
      width: 31%;
      margin: 0; }
    .no-teaser #content {
      width: 100%;
      margin: 0; }
    #page-body {
      margin-top: 0; }
    #subnavigation {
      float: none;
      width: 100%;
      margin: 0 0 4em 0; }
    #content-middle {
      padding: 0; }
    .home #page-body {
      margin-top: 5em; }
    #hauptnavigation ul {
      text-align: left;
      float: none;
      margin: 0;
      padding: 0 0 0.4em; }
    #hauptnavigation ul li {
      margin: 0;
      font-size: 1.2em; }
    #hauptnavigation ul li:after {
      content: ""; }
    #subnavigation {
      min-height: 0;
      border-left: 3em solid #ebebeb;
      border-right: 3em solid #ebebeb;
      position: relative;
      left: -3em; }
    #subnavigation ul {
      overflow: hidden;
      background-color: #ebebeb;
      padding: 1em 0; }
    #subnavigation ul li, #subnavigation ul li:last-child {
      float: left;
      border: none;
      text-align: left;
      border: none; }
    #subnavigation ul li a {
      font-size: 1.2em;
      line-height: 1.6em;
      padding: 0 2.27em 0 0;
      margin: 0.55em 0;
      border-left: none; }
    #hauptnavigation ul li a:hover, #hauptnavigation ul li.cur a, #hauptnavigation ul li.act a, #subnavigation ul li a:hover, #subnavigation ul li.cur a, #subnavigation ul li.act a {
      color: #952742;
      text-decoration: none; }
    #hauptnavigation ul li.cur a, #hauptnavigation ul li.act a, #subnavigation ul li.cur a, #subnavigation ul li.act a {
      font-family: NeuzeitSLTStd-BookHeavy; }
    body.ueberund.team #content p {
      max-width: 40em; } }

@media only screen and (max-width: 900px) {
  /* Typographie */
  /* Zeige nicht alle Logos auf Home */
  /* Provisorischer Patch mq.es [begin] */
  /* Provisorischer Patch mq.es [end] */
    h1.csc-firstHeader {
      top: 0; }
    h1 {
      font-size: 3.2em; }
    h2 {
      font-size: 2.2em;
      line-height: 1.45em; }
    h3 {
      font-size: 1.5em; }
    p, li, td, input {
      font-size: 1.5em; }
    #teaser li, #teaser p {
      font-size: 1.5em; }
    .home #content-top .col .uebersicht-textblock p {
      font-size: 1.5em; }
    .uebersicht-textblock p {
      font-size: 1.5em; }
    .box h3, .box h2 {
      font-size: 2.2em; }
    .box > .testimonial {
      padding: 0em; }
    .teaser-unternehmen-logos h3 {
      font-size: 1.2em; }
    .corporate-header .col-left p {
      margin-top: 2em;
      font-size: 1.4em; }
    .corporate-header .col-left h1 {
      font-size: 3.2em; }
    .home .uebersicht-textblock .header, .uebersicht-textblock .header {
      font-size: 3.2em; }
    body.home .corporate-header .col-left .header {
      font-size: 3.2em; }
    .unternehmen-logos .unternehmen-logo:nth-child(5), .unternehmen-logos .unternehmen-logo:nth-child(6) {
      display: none; }
    body.home .corporate-header .col-right {
      overflow: hidden; }
    body.home .corporate-header .col-right img {
      position: relative;
      left: -100px; } }

@media only screen and (max-width: 850px) {
  /* Searchbox */
  /* Footer muss nicht mehr Sticky sein (Annahme: Genung Inhalt vorhanden um den Viewport auszufüllen) */
    .indexedsearchbox input.searchbox-sword {
      font-size: 1.4em;
      line-height: 1.5em;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 0 2.5em 0 0.2em;
      width: 10em; }
    #footer .indexedsearchbox input.searchbox-button {
      right: -2.5em; }
    #footer, #footer-bottom-wrapper {
      clear: both;
      width: 100%;
      height: auto;
      position: relative;
      bottom: auto; }
    #page-body {
      padding: 0;
      /* Da kein Sticky Footer mehr, braucht es keinen padding-bottom mehr. */ }
    #footer #footer-top #kontakt, #footer #footer-top #sitemap {
      float: none;
      clear: both;
      width: 100%;
      margin: 0; }
    #footer #footer-top #kontakt {
      margin-bottom: 4em; }
    #footer #footer-top #kontakt table {
      width: 52%; }
    #footer #footer-top #sitemap .sitemap-block {
      margin-bottom: 2em; }
    #kontakt h2, #kontakt h3, #sitemap h2, #sitemap h3 {
      font-size: 1.2em; }
    #kontakt p, #sitemap ul li {
      font-size: 1.2em; }
    #footer-bottom #copyright {
      width: auto;
      text-align: left; }
    #footer-bottom #fusszeilennavigation {
      width: auto;
      text-align: left;
      float: left; } }

@media only screen and (max-width: 700px) {
  /* Unnötige Elemente ausblenden */
  /* Nur-Mobile-Elemente einblenden */
  /* Search einblenden */
  /* Topline schmaler */
  /* Mobile Navigation Toggle */
  /* Mobile Navigation Pane */
  /* Reset für die 2. Ebene: Link der gerade ausgewählten Seite */
  /* Topline und Logo */
  /* Ausnahme: Search */
  /* Reset */
  /* Layout */
  /*
   * Übersichtsseiten können im Bereich #corporate-header ein anderes Element als ein .corporate-header aufweisen. Zwei Fälle:
   *
   * Im Fall eines .corporate-header Element (FCE) soll der Abstand nach oben (margin-top) null betragen (direkt nach der Subnavigation)
   * Im Fall eines anderen Elementes soll der Standard-Abstand zwischen Navigation und Inhalt vorhanden sein.
   *
   */
  /* Ausnahmen */
  /* Home */
  /* Corporate Header */
  /* Teaser Unternehmen Logos auf Home: Nur die ersten drei anzeigen */
  /* Textblock auf Übersichtsseiten */
  /* Footer */
  /* Columns auflösen */
  /* Linearisierung von Tabellen im Content-Bereich */
  /* Ausnahme: Suchtabelle von indexed_search */
  /* FCE ausgezeichnete Organisationen */
  /* FCE Veranstaltungen */
    .box {
      padding: 1.8em 1.5em; }
    #kontakt p, #sitemap ul li {
      font-size: 1.5em; }
    #kontakt h2, #kontakt h3, #sitemap h2, #sitemap h3 {
      font-size: 1.4em; }
    #topline .indexedsearchbox, #hauptnavigation, #subnavigation, .home .corporate-header .sticker, .ueberund .corporate-header .sticker, .unternehmen .corporate-header .sticker, .privatpersonen .corporate-header .sticker, .corporate-header .sticker, .home .corporate-header .col-right, .corporate-header .col-right {
      display: none; }
    #mobile-toggle {
      display: block; }
    #hauptnavigation ul li#page-44 {
      display: block; }
    #topline {
      height: 4.5em; }
    #topline #home-button a {
      line-height: 2.75em; }
    #sprachnavigation ul li {
      font-size: 1.2em; }
    #topline #mobile-toggle {
      cursor: pointer;
      float: right;
      width: 4em;
      height: 4.5em;
      position: relative;
      right: 0;
      top: 0;
      background-image: url(../../fileadmin/_css/img/icons/Navi-Icon-black.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 1.4em 1.2em;
      box-sizing: border-box; }
    #topline #mobile-toggle.open {
      background-image: url(../../fileadmin/_css/img/icons/Close-Icon-black.png);
      background-size: 1.4em 1.4em; }
    #mobile-navi {
      background-color: #e4eaea;
      border-bottom: 1px solid #000; }
    #mobile-navi ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #mobile-navi > ul {
      padding: 0;
      margin: 0; }
    #mobile-navi ul ul {
      display: none;
      /* Toggle */ }
    #mobile-navi li {
      line-height: 3em;
      color: #000;
      padding: 0;
      font-size: 1.5em; }
    #mobile-navi li .link-wrap {
      margin: 0 1.3em; }
    #mobile-navi li:hover, #mobile-navi li.open {
      cursor: pointer; }
    #mobile-navi li .link-wrap:before {
      content: "+\0000a0";
      width: 1em;
      display: inline-block; }
    #mobile-navi li.open .link-wrap:before {
      content: "-\0000a0"; }
    #mobile-navi li.open li.cur .link-wrap {
      line-height: 3em;
      text-decoration: underline; }
    #mobile-navi li.open li.cur .link-wrap:before {
      content: ">\0000a0\0000a0";
      display: inline-block;
      width: auto; }
    #mobile-navi li.open ul li {
      background-color: #fff; }
    #page-header {
      margin-top: 2.5em; }
    .topline-wrapper-inner {
      overflow: hidden;
      padding: 0 1.5em 0 0; }
    #logo {
      margin-bottom: 5em;
      position: relative;
      left: 1.5em;
      width: 90%; }
    #page-header #logo-img {
      width: 10em;
      height: 10em; }
    #page-header #logo-text {
      left: 9.75em;
      bottom: 0.7em;
      font-size: 1.2em;
      line-height: 1.3em;
      width: auto; }
    body.uebersicht #corporate-header h1, #corporate-header h1 {
      font-size: 2.4em;
      padding-bottom: 2em; }
    body.home #corporate-header h1 {
      padding: 0.65em 0.65em;
      font-size: 2.4em; }
    #corporate-header p.leadin {
      margin: 0 0.65em;
      font-size: 1.8em; }
    .home .uebersicht-textblock .header, .uebersicht-textblock .header {
      font-size: 2.4em;
      padding-bottom: 0.2em; }
    #teaser > .box {
      margin-bottom: 0; }
    body.uebersicht #content-middle {
      margin-top: 5em; }
    #mobile-navi li#page-44 .link-wrap {
      display: block; }
    #mobile-navi li#page-44 .link-wrap:before {
      content: ">\0000a0"; }
    #mobile-navi li#page-44 a {
      display: inline-block;
      width: 90%; }
    #mobile-navi li#page-44 a:before {
      content: ""; }
    #mobile-navi li li {
      font-size: 1em;
      line-height: 2em;
      border-bottom: 1px solid #d3d3d3; }
    #mobile-navi li li .link-wrap:before {
      content: '';
      display: block;
      width: 100%; }
    #mobile-navi a {
      padding: 0;
      color: #000;
      text-decoration: none;
      display: block;
      line-height: 2em; }
    #mobile-navi a:before {
      content: ">\0000a0\0000a0";
      line-height: 3em; }
    #mobile-navi li li a {
      padding: 0 1.3em; }
    #page-header {
      padding: 0; }
    #content, .no-teaser #content, #teaser {
      clear: both;
      width: 100%;
      float: none;
      padding: 0;
      margin: 0;
      display: block; }
    #content {
      margin-top: 0;
      margin-bottom: 3em; }
    body.ueberund.team #content #corporate-header > * {
      margin-left: 1.5em;
      margin-right: 1.5em; }
    .no-teaser #content > .csc-default > * {
      margin-top: 2em; }
    .no-teaser #content #corporate-header > .csc-default > .corporate-header {
      margin-top: 0em; }
    #page-body, .home #page-body {
      margin: 0; }
    #content-middle {
      margin-top: 2.5em; }
    #page-wrapper {
      padding: 0; }
    #page-body {
      margin: 0;
      padding: 0; }
    .home #content-top {
      margin-bottom: 2em; }
    .home #content-middle {
      margin-bottom: 2.5em; }
    .home #content-top, .home #content-bottom {
      padding: 0 1.5em; }
    #content > *, .no-teaser #content > * {
      /* Alles einrücken */
      margin-left: 1.5em;
      margin-right: 1.5em; }
    #content #corporate-header {
      margin-left: -1.5em;
      margin-right: -1.5em; }
    body.home #corporate-header {
      margin-left: 0.5em;
      margin-right: 0.5em; }
    #content #corporate-header .csc-default .corporate-header {
      margin-left: 0;
      margin-right: 0; }
    .home .corporate-header .col-left, .home #content-top .col-left, .home #content-top .col-middle, .home #content-top .col-right, .home #content-middle .col-left, .home #content-middle .col-right {
      float: none;
      clear: both;
      display: block;
      margin: 0;
      width: 100%; }
    .home #content-middle .col-left, .home #content-middle .col-right {
      margin-bottom: 3px; }
    #corporate-header {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .corporate-header {
      padding: 0.5em 0 0; }
    body.home .corporate-header {
      padding: 0.5em 0 3em; }
    body.uebersicht #corporate-header h1, #corporate-header h1 {
      min-height: 0;
      padding-bottom: 0.85em;
      padding-top: 0.85em; }
    .home .corporate-header .col-left p, .corporate-header .col-left p {
      margin: 0 2.5em 1.5em 1.25em;
      font-size: 1.2em; }
    body.home .corporate-header .col-left .header, .corporate-header .col-left h1 {
      font-size: 3.2em;
      margin: 0 1em 0 0.47em; }
    .unternehmen-logos .unternehmen-logo {
      display: block;
      margin: 0 0 2.5em; }
    .unternehmen-logos .unternehmen-logo:nth-child(4), .unternehmen-logos .unternehmen-logo:nth-child(5), .unternehmen-logos .unternehmen-logo:nth-child(6) {
      display: none; }
    .uebersicht-textblock {
      margin-bottom: 5em; }
    h1 {
      font-size: 2.4em; }
    .box h2.csc-firstHeader, .box h2:first-child, .box h3.csc-firstHeader, .box h3:first-child {
      margin-top: 0.8em; }
    #footer-top {
      margin-top: 0;
      padding: 0 1.5em; }
    #kontakt #logo-footer {
      margin-top: 4em; }
    #footer #footer-top #kontakt table {
      width: 100%; }
    #footer #footer-top #kontakt {
      float: none;
      clear: both;
      display: block;
      margin: 0;
      width: 100%; }
    .topline-wrapper-inner, #footer-top, #footer-bottom {
      padding: 0 1.5em; }
    #footer-top {
      padding-top: 1em;
      padding-bottom: 1em; }
    #footer #sitemap {
      display: none; }
    .team #content-middle .col-left, .team #content-middle .col-right, .cols-2 .col-left, .cols-2 .col-left, .cols-2 .col-right, .cols-3 .col-left, .cols-3 .col-middle, .cols-3 .col-right {
      margin: 0%;
      width: 100%;
      float: none; }
    #content table thead {
      display: none; }
    #content table tr td, #content table tr:first-child td, #content table tr:last-child td {
      display: block;
      width: 100%;
      border: none;
      text-align: left !important;
      padding-left: 0;
      padding-right: 0; }
    #content table td > * {
      margin-left: 1em;
      margin-right: 1em; }
    #content table tr td:nth-child(odd) {
      background-color: #f6f6f6; }
    #content table tr td:nth-child(even) {
      background-color: #fff; }
    #content table tr td:last-child {
      border-bottom: 2px solid #bfbfbf; }
    .linear-case-label {
      display: block;
      font-weight: normal;
      font-family: NeuzeitSLTStd-BookHeavy; }
    #content .tx-indexedsearch table tr td {
      background-color: transparent;
      border: none; }
    #content .tx-indexedsearch table tr td > * {
      margin-left: 0; }
    .fce-organisationen-mit-praedikat td {
      padding: 1.5em 0; }
    .fce-organisationen-mit-praedikat td > * {
      margin-left: 1em;
      margin-right: 1em; }
    .fce-organisationen-mit-praedikat .logo {
      padding-top: 1.5em;
      vertical-align: middle; }
    .fce-organisationen-mit-praedikat .erstverleihung .linear-case-label, .fce-organisationen-mit-praedikat .zuletzt .linear-case-label {
      display: inline-block;
      width: 8em; }
    .fce-veranstaltungen td {
      padding: 1.5em 0; } }

@media print, (-o-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */
@media print {
  /*
   * Don't show links for images, or javascript/internal links
   */
    * {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster: h5bp.com/s */
      box-shadow: none !important;
      text-shadow: none !important; }
    a, a:visited {
      text-decoration: underline; }
    a[href]:after {
      /*content: " (" attr(href) ")";*/ }
    abbr[title]:after {
      /*content: " (" attr(title) ")";*/ }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
      content: ""; }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group;
      /* h5bp.com/t */ }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    @page {
      margin: 0.5cm; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; }
    body {
      font-size: 50%; }
    #topline, #hauptnavigation, #subnavigation, #fusszeilennavigation, #sitemap {
      display: none; }
    #logo {
      float: none;
      width: 100%; }
    #page-header #logo-img {
      left: 0; }
    #page-header #logo-img {
      max-width: 264px;
      max-width: 264px; }
    #page-header #logo-img img {
      max-width: 100%; }
    #page-header #logo-text {
      display: block;
      width: 100%; }
    #page-body {
      margin-top: 3.5em;
      margin-left: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    #content {
      width: 60%;
      margin-left: 0; }
    #teaser {
      width: 37%;
      margin-left: 3%; }
    #footer {
      height: auto;
      position: relative;
      top: 0; }
    #footer-top {
      margin-top: 0; }
    #kontakt {
      float: none;
      width: 50%;
      margin: 0; }
    #footer-bottom-wrapper {
      width: 100%;
      height: auto;
      position: relative;
      top: 0;
      border-top: none; }
    #footer-bottom #copyright {
      float: none;
      width: 100%;
      text-align: left; }
    #footer-bottom #copyright p:after {
      content: ""; }
    .corporate-header .col-left {
      float: none;
      width: 100%; }
    .corporate-header .col-right {
      display: none; }
    .corporate-header .col-left p {
      margin: 2em 0 1em 0; }
    .corporate-header .col-left h1 {
      margin: 0 0 0.5em 0; }
    #content-middle {
      padding: 0;
      margin-top: 2em; }
    .no-teaser #content {
      width: 100%;
      margin: 0; }
    .home .corporate-header .col-left p {
      margin-left: 0; }
    body.home .corporate-header .col-left .header {
      margin: 0;
      line-height: 1.3em; }
    .home .uebersicht-textblock .header {
      font-size: 3.8em; } }
/* _migrated_ responsive end */
html, body {
  min-height: 100%; }

h1 {
  text-transform: uppercase;
  font-size: 2.7em;
  line-height: 1.3em;
  margin: 0 0 30px; }

h2 {
  text-transform: uppercase;
  font-size: 1.7em; }

h3 {
  font-size: 1.7em; }

#corporate-header h1 {
  text-transform: none; }

p {
  margin: 0 0 20px; }

ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px; }

.wrap {
  max-width: 110em;
  margin: 0 auto;
  position: relative; }

.clear {
  clear: both; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  outline: none;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, .1) inset;
  transition: background-color 5000s ease-in-out 0s; }

input, select, textarea {
  outline: none; }

a.button {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #952742;
  background: white;
  font-size: 15px;
  color: #952742;
  text-decoration: none; }
  a.button:hover {
    color: white;
    background: #952742; }

.ce-textpic.ce-above .ce-gallery + .ce-bodytext {
  margin-top: 20px; }

.frame + .frame h2 {
  margin-top: 60px; }
  .frame + .frame h3 {
    margin-top: 45px; }

header#page-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #952742;
  background: white;
  z-index: 100; }
  header#page-header .wrap {
    height: 80px;
    line-height: 80px; }
    header#page-header .wrap div, header#page-header .wrap nav {
      vertical-align: middle; }
  header#page-header #logo {
    width: 60px;
    height: 80px; }
  header#page-header #hauptnavigation {
    display: inline-block;
    float: none;
    text-align: center; }
    header#page-header #hauptnavigation #home-button {
      display: inline-block;
      border: none;
      width: auto; }
      header#page-header #hauptnavigation #home-button a {
        vertical-align: middle;
        height: 18px;
        width: 25px;
        text-decoration: none;
        display: block;
        padding: 0;
        margin: 0 25px 0 0;
        line-height: 2em;
        color: transparent !important;
        background-image: url(../../fileadmin/_css/img/icons/Home-Icon-black.png);
        background-position: center center;
        background-size: auto 18px;
        background-repeat: no-repeat; }
        header#page-header #hauptnavigation #home-button a:hover {
          background-image: url(../../fileadmin/_css/img/icons/Home-Icon-red.png); }
    header#page-header #hauptnavigation ul {
      float: none;
      padding: 0;
      text-align: center; }
      header#page-header #hauptnavigation ul li {
        float: none;
        display: inline-block;
        margin: 0 25px 0 0;
        vertical-align: middle;
        font-size: 1.4em; }
        header#page-header #hauptnavigation ul li:after {
          display: none; }
        header#page-header #hauptnavigation ul li a {
          display: block;
          padding: 0; }
  header#page-header #nav-right {
    float: right; }
    header#page-header #nav-right #sprachnavigation {
      display: inline-block; }
      header#page-header #nav-right #sprachnavigation ul {
        overflow: unset; }
        header#page-header #nav-right #sprachnavigation ul li {
          border: none;
          margin: 0;
          height: auto;
          float: none;
          width: auto;
          margin-right: 30px;
          vertical-align: middle; }
          header#page-header #nav-right #sprachnavigation ul li.act {
            color: #952742; }
          header#page-header #nav-right #sprachnavigation ul li a {
            display: block;
            color: black;
            top: 0; }
    header#page-header #nav-right .indexedsearchbox {
      display: inline-block;
      float: none;
      padding: 0; }
      header#page-header #nav-right .indexedsearchbox form.indexedsearch {
        line-height: 30px; }
        header#page-header #nav-right .indexedsearchbox form.indexedsearch input.searchbox-sword {
          opacity: 0;
          width: 0.8em;
          border-radius: initial;
          border: 1px solid #952742;
          padding: 0 4px; }
        header#page-header #nav-right .indexedsearchbox form.indexedsearch input.searchbox-button {
          width: 13.45px;
          height: 13.45px;
          top: 1em;
          right: 1em;
          outline: none; }
        header#page-header.search-active #hauptnavigation {
          display: none; }
    header#page-header.search-active #nav-right #sprachnavigation {
      display: none; }
      header#page-header.search-active #nav-right form.indexedsearch input.searchbox-sword {
        opacity: 1;
        width: 25em;
        padding-right: 4em; }
        header#page-header.search-active #nav-right form.indexedsearch input.searchbox-button {
          right: 3.3em; }
        header#page-header.search-active #nav-right form.indexedsearch div#closesearchbox {
          position: absolute;
          width: 13.45px;
          height: 13.45px;
          top: 0.8em;
          right: 1em;
          outline: none;
          cursor: pointer; }
          header#page-header.search-active #nav-right form.indexedsearch div#closesearchbox:before, header#page-header.search-active #nav-right form.indexedsearch div#closesearchbox:after {
            content: '';
            display: block;
            background: black;
            width: 1.8em;
            height: 1px;
            border-radius: 10px;
            position: absolute;
            top: 0.8em;
            right: -0.2em; }
          header#page-header.search-active #nav-right form.indexedsearch div#closesearchbox:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          header#page-header.search-active #nav-right form.indexedsearch div#closesearchbox:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.tx-indexedsearch-searchbox fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  .tx-indexedsearch-searchbox fieldset legend {
    display: none; }
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form label {
    display: none; }
    .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
      width: 30em;
      padding: 0.5em 0.8em;
      border: 1px solid black;
      margin: 0 0 1em 0;
      font-size: 1.3em;
      line-height: 1.8em; }
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button {
    background-color: black;
    border: 1px solid black;
    color: white;
    padding: 0.3em 1.5em;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    font-size: 1.3em;
    line-height: 1.8em; }
    .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button:hover {
      background-color: white;
      color: black; }
  .tx-indexedsearch-searchbox fieldset + p {
    display: none; }

#page-body {
  margin-top: calc(4.2em + 120px);
  padding-bottom: 59em; }
  #page-body #content #corporate-header {
    margin-bottom: 15px; }
  #page-body #content .frame-150 {
    width: 66%; }

.bg-grey > a {
  display: none; }
  .bg-grey h2 {
    margin-top: 0.4em; }

.frame-160 {
  padding: 70px 0 100px 0; }
  .frame-160 h2 {
    text-transform: uppercase;
    font-size: 2.7em;
    line-height: 1em;
    margin: 0 0 30px;
    color: #952742; }
  .frame-160 .ce-gallery {
    float: left;
    width: 48%;
    height: 100%; }
  .frame-160 .ce-gallery .ce-outer, .frame-160 .ce-gallery .ce-inner, .frame-160 .ce-gallery .ce-row, .frame-160 .ce-gallery .ce-column, .frame-160 .ce-gallery figure.image {
    width: 100%; }
  .frame-160 .ce-gallery img {
    width: 100%;
    height: auto; }
  .frame-160 .ce-bodytext {
    float: right;
    width: 48%;
    clear: none; }
  .frame-160 .ce-bodytext p {
    font-size: 2em; }
    .frame-160 .ce-bodytext p.button {
      display: inline-block;
      font-size: 1.5em; }
    .frame-160 .ce-bodytext p.button a {
      display: block;
      padding: 7px 20px;
      border: 1px solid #952742;
      background: white;
      font-size: 15px;
      color: #952742;
      text-decoration: none; }
      .frame-160 .ce-bodytext p.button a:hover {
        color: white;
        background: #952742; }

.news-wrap .news .news-item-wrap:focus {
  outline: none; }
  .news-wrap .news .news-item-wrap.is-award .news-item {
    padding-bottom: 110px; }
  .news-wrap .news .news-item-wrap * {
    box-sizing: border-box; }
  .news-wrap .news .news-item-wrap .news-item {
    padding: 30px;
    margin: 0 10px;
    border: 1px solid #952742;
    height: 100%;
    position: relative;
    min-height: 400px; }
  .news-wrap .news .news-item-wrap .news-item h2.news-item-title {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #952742;
    padding: 0;
    margin: 0 0 20px 0; }
  .news-wrap .news .news-item-wrap .news-item .news-item-content {
    padding-bottom: 30px; }
    .news-wrap .news .news-item-wrap .news-item .news-item-content p {
      font-size: 20px;
      line-height: 30px;
      padding: 0;
      margin: 0 0 30px 0; }
  .news-wrap .news .news-item-wrap .news-item .news-item-isaward {
    position: absolute;
    text-align: center;
    width: calc(100% - 60px);
    height: 75px;
    bottom: 75px;
    margin-top: 40px; }
    .news-wrap .news .news-item-wrap .news-item .news-item-isaward img {
      margin: auto; }
  .news-wrap .news .news-item-wrap .news-item .news-item-link {
    position: absolute;
    bottom: 0; }
    .news-wrap .news .news-item-wrap .news-item .news-item-link p.button {
      display: inline-block; }
      .news-wrap .news .news-item-wrap .news-item .news-item-link p.button a {
        display: block;
        padding: 7px 20px;
        border: 1px solid #952742;
        background: white;
        font-size: 15px;
        color: #952742;
        text-decoration: none; }
        .news-wrap .news .news-item-wrap .news-item .news-item-link p.button a:hover {
          color: white;
          background: #952742; }
  .news-wrap .news.slick-dotted.slick-slider {
    padding-bottom: 60px; }
  .news-wrap .news .slick-list {
    margin: -10px; }
  .news-wrap .news .slick-prev:before, .news-wrap .news .slick-next:before {
    display: none; }
  .news-wrap .news .slick-prev, .news-wrap .news .slick-next {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-top: 2px solid #952742; }
  .news-wrap .news .slick-prev {
    left: -40px;
    border-left: 2px solid #952742;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .news-wrap .news .slick-next {
    right: -40px;
    border-right: 2px solid #952742;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .news-wrap .news .slick-dots {
    bottom: 0; }
  .news-wrap .news .slick-dots li {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #952742;
    border-radius: 20px;
    background: white; }
  .news-wrap .news .slick-dots li:hover {
    background: #952742; }
  .news-wrap .news .slick-dots li button:before {
    display: none; }
  .news-wrap .news .slick-dots li.slick-active {
    background: #952742; }

.news-awards-wrap .news-awards table {
  border-collapse: collapse; }
  .news-awards-wrap .news-awards table tr td {
    padding: 10px 0; }
    .news-awards-wrap .news-awards table tr td:nth-child(1) {
      max-width: 400px;
      word-break: break-word; }
    .news-awards-wrap .news-awards table tr td:nth-child(2) {
      padding: 10px 15px; }
  .news-awards-wrap .news-awards table thead {
    border-top: 1px solid #bfbfbf; }
  .news-awards-wrap .news-awards table thead tr th {
    font-size: 1.5em;
    text-align: left;
    padding: 10px 10px 10px 0; }

h2.awardyear {
  color: #952742; }

.awardimage-wrap {
  margin-bottom: 30px; }
  .awardimage-wrap .awardtitle, .awardimage-wrap .awarddate {
    max-width: 400px;
    font-size: 1.5em;
    margin-top: 5px; }

#footer {
  height: 48em; }

.fr #footer {
  height: 52em; }

#footer-top {
  height: 100%;
  margin-top: 1em; }
  #footer-top #kontakt {
    height: 100%; }
  #footer-top #kontakt h3 {
    font-size: 1.4em; }
  #footer-top #kontakt p {
    font-size: 1.3em; }
  #footer-top .footermenu {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 3%;
    margin-bottom: 2em; }
  #footer-top .footermenu:nth-child(4) {
    margin-right: 0; }
  #footer-top .footermenu h3 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 2em 0 0.5em;
    font-size: 1.3em; }
  #footer-top .footermenu ul {
    padding: 0;
    margin: 0; }
  #footer-top .footermenu ul li {
    font-size: 1.3em; }
  #footer-top .footermenu a {
    color: white;
    text-decoration: none; }
  #footer-top .newsletter-anmeldung {
    margin-right: 0; }
  #footer-top .newsletter-anmeldung .social-media svg {
    width: 17px;
    height: 17px; }
  #footer-top .newsletter-anmeldung h3 {
    color: white; }
  #footer-top .newsletter-anmeldung p.button {
    display: inline-block;
    font-size: 1.3em;
    margin-top: 0.4em; }
  #footer-top .newsletter-anmeldung p.button a {
    display: block;
    padding: 7px 20px;
    border: 1px solid white;
    background: #952742;
    font-size: inherit;
    color: white;
    text-decoration: none; }
  #footer-top .newsletter-anmeldung p.button a:hover {
    color: #952742;
    background: white; }
  #footer-top .newsletter-anmeldung input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 13px;
    font-size: 1.3em;
    width: auto; }
  #footer-top .newsletter-anmeldung #email {
    margin-right: 20px; }
  #footer-top .newsletter-anmeldung .fieldrow:nth-child(2) {
    float: left; }
  #footer-top .newsletter-anmeldung .fieldrow:nth-child(2) label {
    display: none; }
  #footer-top .newsletter-anmeldung ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.5;
    /* Firefox */ }
  #footer-top .newsletter-anmeldung :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  #footer-top .newsletter-anmeldung ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

.tx-registeraddress * {
  box-sizing: border-box;
  color: black; }
  .tx-registeraddress h2 {
    color: #952742; }
  .tx-registeraddress .fieldrow {
    margin-bottom: 1.5em; }
  .tx-registeraddress .fieldrow * {
    font-size: 1.2em; }
  .tx-registeraddress .fieldrow label {
    display: inline-block;
    width: 10em; }
  .tx-registeraddress .fieldrow select, .tx-registeraddress .fieldrow input {
    width: 20em;
    padding: 0.5em 0.3em;
    line-height: 1.5em;
    border: 1px solid black; }
  .tx-registeraddress .submit {
    display: inline-block;
    width: 10em;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0.5em 0.3em;
    border: 1px solid black;
    background: white; }
  .tx-registeraddress .submit:hover {
    color: white;
    background: black; }

.tx-indexedsearch-browsebox {
  padding-left: 0;
  list-style: none; }

.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 15px; }

.tx-indexedsearch-searchvalue {
  font-size: 1.5em;
  line-height: 1.6em;
  letter-spacing: 0.006em;
  color: #000; }

.tx-registeraddress .fieldrow input.submit {
  width: 10em;
  font-size: 1.2em; }
/* TEMPORARY */
p.title, p.quote, p.who {
  text-align: center; }

p.title, p.quote {
  font-size: 2.5em; }

p.title {
  color: #952742;
  margin-top: 100px; }

p.quote {
  max-width: 790px;
  margin: 0 auto; }

p.who {
  color: #952742;
  margin: 20px 0 70px; }
