/* COLORS */
/* END COLORS */
/* FONTS */
/* alternative angabe für berechnungen aus der alten umgebung */
/* END FONTS*/
/* CONTENT HEADER MARGIN TOP */
/* STARTSEITE */
/* Abstände */
/* PX TO REM*/
/* translate */
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4b5d43b6da1764fce5b7)
 * Config saved to config.json and https://gist.github.com/4b5d43b6da1764fce5b7
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: none; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 980px) {
  .container {
    width: 1010px; } }

@media (min-width: 1170px) {
  .container {
    width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }

@media (min-width: 980px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

@include clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0px/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 980px) and (max-width: 1169px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 980px) and (max-width: 1169px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 980px) and (max-width: 1169px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 980px) and (max-width: 1169px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1170px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 980px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'dahw';
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Iconfont/fonts/dahw.eot?ntsjo2');
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Iconfont/fonts/dahw.eot?ntsjo2#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Iconfont/fonts/dahw.woff2?ntsjo2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Iconfont/fonts/dahw.ttf?ntsjo2') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Iconfont/fonts/dahw.woff?ntsjo2') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Iconfont/fonts/dahw.svg?ntsjo2#dahw') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

.dahw-icons-close:before {
  content: "\f00d"; }

.dahw-icons-remove:before {
  content: "\f00d"; }

.dahw-icons-times:before {
  content: "\f00d"; }

.dahw-icons-youtube-square:before {
  content: "\f166"; }

.dahw-icons-fax:before {
  content: "\e92c"; }

.dahw-icons-fax2:before {
  content: "\e934"; }

.dahw-icons-info_outline:before {
  content: "\e92b"; }

.dahw-icons-info_outline2:before {
  content: "\e936"; }

.dahw-icons-home:before {
  content: "\e929"; }

.dahw-icons-home2:before {
  content: "\e92a"; }

.dahw-icons-mediathek_document:before {
  content: "\e922"; }

.dahw-icons-mediathek_foto:before {
  content: "\e925";
  color: #e9eaed; }

.dahw-icons-mediathek_sound:before {
  content: "\e926";
  color: #fff; }

.dahw-icons-mediathek_video:before {
  content: "\e927";
  color: #fff; }

.dahw-icons-Google-Translate-Icon-bunt .path1:before {
  content: "\e92d";
  color: #d9d9d9; }

.dahw-icons-Google-Translate-Icon-bunt .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: #4352b8; }

.dahw-icons-Google-Translate-Icon-bunt .path3:before {
  content: "\e92f";
  margin-left: -1em;
  color: #617d8b; }

.dahw-icons-Google-Translate-Icon-bunt .path4:before {
  content: "\e930";
  margin-left: -1em;
  color: #4f8bf5; }

.dahw-icons-Google-Translate-Icon-bunt .path5:before {
  content: "\e931";
  margin-left: -1em;
  color: #fff; }

.dahw-icons-Google-Translate-Icon-bunt .path6:before {
  content: "\e932";
  margin-left: -1em;
  color: #fff;
  opacity: 0.2; }

.dahw-icons-Google-Translate-Icon-bunt .path7:before {
  content: "\e933";
  margin-left: -1em;
  color: #000; }

.dahw-icons-auflistung:before {
  content: "\e923"; }

.dahw-icons-check:before {
  content: "\e91c"; }

.dahw-icons-divider:before {
  content: "\e911"; }

.dahw-icons-empty:before {
  content: "\e924";
  color: #000; }

.dahw-icons-facebook:before {
  content: "\e91a";
  color: rgba(44, 62, 80, 0.7); }

.dahw-icons-facebook-kreis:before {
  content: "\e912"; }

.dahw-icons-file_banner:before {
  content: "\e919"; }

.dahw-icons-file_doc:before {
  content: "\e916"; }

.dahw-icons-file_pdf:before {
  content: "\e915"; }

.dahw-icons-file_photo:before {
  content: "\e918"; }

.dahw-icons-file_shop:before {
  content: "\e917"; }

.dahw-icons-full:before {
  content: "\e91b";
  color: #000; }

.dahw-icons-google-kreis:before {
  content: "\e913"; }

.dahw-icons-icon_printer:before {
  content: "\e935"; }

.dahw-icons-icon_twitter_font:before {
  content: "\e928"; }

.dahw-icons-instagram:before {
  content: "\e937"; }

.dahw-icons-kontakt:before {
  content: "\e90a"; }

.dahw-icons-kreis_schliessen:before {
  content: "\e909"; }

.dahw-icons-links:before {
  content: "\e905"; }

.dahw-icons-mail:before {
  content: "\e91d"; }

.dahw-icons-mediathek_document2:before {
  content: "\e938"; }

.dahw-icons-mediathek_foto2:before {
  content: "\e939";
  color: #e9eaed; }

.dahw-icons-mediathek_sound2:before {
  content: "\e93a";
  color: #fff; }

.dahw-icons-mediathek_video2:before {
  content: "\e93b";
  color: #fff; }

.dahw-icons-more:before {
  content: "\e904"; }

.dahw-icons-oben:before {
  content: "\e906"; }

.dahw-icons-pfeil_kreis_links:before {
  content: "\e900"; }

.dahw-icons-pfeil_kreis_oben:before {
  content: "\e901"; }

.dahw-icons-pfeil_kreis_rechts:before {
  content: "\e902"; }

.dahw-icons-pfeil_kreis_unten:before {
  content: "\e903"; }

.dahw-icons-pfeil_links:before {
  content: "\e90d"; }

.dahw-icons-pfeil_oben:before {
  content: "\e90e"; }

.dahw-icons-pfeil_rechts:before {
  content: "\e90f"; }

.dahw-icons-pfeil_unten:before {
  content: "\e910"; }

.dahw-icons-phone:before {
  content: "\e91e"; }

.dahw-icons-rechts:before {
  content: "\e907"; }

.dahw-icons-rss:before {
  content: "\e920";
  color: #5e6c7a; }

.dahw-icons-suchen:before {
  content: "\e90b"; }

.dahw-icons-twitter-kreis:before {
  content: "\e914"; }

.dahw-icons-unten:before {
  content: "\e908"; }

.dahw-icons-user:before {
  content: "\e90c"; }

.dahw-icons-weitersagen:before {
  content: "\e91f"; }

.dahw-icons-youtube:before {
  content: "\e921";
  color: #5e6c7a; }
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-300.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-300.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-300.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-300.svg#OpenSans') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-regular.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-regular.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-regular.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-regular.svg#OpenSans') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-italic.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-italic.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-italic.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-italic.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-italic.svg#OpenSans') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600.svg#OpenSans') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600italic.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600italic.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600italic.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600italic.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-600italic.svg#OpenSans') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-700.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-700.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-700.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/OpenSans/open-sans-v20-latin-700.svg#OpenSans') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* shadows-into-light-two-regular - latin */
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/ShadowsIntoLightTwo/shadows-into-light-two-v8-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/ShadowsIntoLightTwo/shadows-into-light-two-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/ShadowsIntoLightTwo/shadows-into-light-two-v8-latin-regular.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/ShadowsIntoLightTwo/shadows-into-light-two-v8-latin-regular.woff') format('woff'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/ShadowsIntoLightTwo/shadows-into-light-two-v8-latin-regular.ttf') format('truetype'), url('/typo3conf/ext/ig_project/Resources/Public/Fonts/ShadowsIntoLightTwo/shadows-into-light-two-v8-latin-regular.svg#ShadowsIntoLightTwo') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }

.frame-type-textpic {
  display: inline-block;
  width: 100%; }

.image {
  display: block;
  margin-bottom: 32px;
  line-height: 2; }
  .image > img, .image a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
  .image > img, .image a > img {
    margin: 0 auto; } }
  .image > img.responsive {
    width: 100%; }
  .image .caption, .image .image-caption {
    padding: 8px 40px;
    background: #e5e5e5;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600; }

.image-row {
  margin-left: -15px;
  margin-right: -15px; }

.image-column {
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
  .image-column {
    float: left; } }

.image-wrap, .ce-gallery {
  overflow: hidden;
  max-width: 100%; }

.image-below .image-wrap {
  margin-top: 32px; }

.image-center .image > img {
  margin: 0 auto; }

.image-center-outer {
  width: 100%;
  position: relative;
  float: right;
  right: 50%; }

.image-center-inner {
  width: 100%;
  position: relative;
  float: right;
  right: -50%; }

.image-left .image-wrap {
  float: left; }
  .image-left .text {
    clear: left; }

.image-right .image-wrap {
  float: right; }
  .image-right .text {
    clear: right; }

.image-wrap:before, .image-below:before, .image-above:before, .image-beside:before, .image-intext:before, .image-wrap:after, .image-below:after, .image-above:after, .image-beside:after, .image-intext:after {
  content: " ";
  display: table; }
  .image-wrap:after, .image-below:after, .image-above:after, .image-beside:after, .image-intext:after {
    clear: both; }

.image-beside-left .image-wrap, .image-intext-left .image-wrap, .ce-textpic.ce-left .ce-gallery {
  float: left;
  margin-left: -15px; }

.image-beside-right .image-wrap, .image-intext-right .image-wrap, .ce-textpic.ce-right .ce-gallery {
  float: right;
  margin-right: -15px; }

.image-beside-left .image-wrap, .image-beside-right .image-wrap, .image-intext-left .image-wrap, .image-intext-right .image-wrap {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.ce-textpic.ce-right.ce-intext .ce-gallery, .ce-textpic.ce-left.ce-intext .ce-gallery {
  padding-left: 15px;
  padding-right: 15px; }

.image-beside-right, .image-beside-left, .ce-textpic.ce-right.ce-intext.ce-nowrap, .ce-textpic.ce-left.ce-intext.ce-nowrap {
  overflow: hidden;
  zoom: 1; }
  .image-beside-right .text, .image-beside-left .text, .ce-textpic.ce-right.ce-intext.ce-nowrap .text, .ce-textpic.ce-left.ce-intext.ce-nowrap .text, .image-beside-right .ce-bodytext, .image-beside-left .ce-bodytext, .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    overflow: hidden;
    zoom: 1; }
  @media (max-width: 767px) {
  .image-beside-right .image-wrap, .image-beside-left .image-wrap, .ce-textpic.ce-right.ce-intext.ce-nowrap .image-wrap, .ce-textpic.ce-left.ce-intext.ce-nowrap .image-wrap, .image-beside-right .ce-gallery, .image-beside-left .ce-gallery, .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    float: none; } }

.image-header-1 .image-wrap, .image-header-2 .image-wrap, .image-header-3 .image-wrap {
  margin-top: 32px; }

.image-header-4 .image-wrap, .image-header-5 .image-wrap, .image-header-6 .image-wrap {
  margin-top: 16px; }

.ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
  max-width: 50%; }
  .ce-image.ce-above.ce-center .ce-gallery .image img {
    width: 100%; }
  .ce-image.ce-above.ce-left .ce-gallery .image img, .ce-image.ce-above.ce-right .ce-gallery .image img {
    width: auto; }

.csc-textpic-caption-c {
  text-align: center; }

.csc-textpic-caption-l {
  text-align: left; }

.csc-textpic-caption-r {
  text-align: right; }

@media (max-width: 520px) {
  .ce-textpic .image .caption, .ce-textpic .image .image-caption {
    padding: 8px 15px; }
    .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
      max-width: 100%;
      padding: 0;
      margin: 0; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * 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/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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 {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }
/* ==========================================================================
 Browser Upgrade Prompt
 ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }
/* ==========================================================================
 Author's custom styles
 ========================================================================== */
/* ==========================================================================
 Helper classes
 ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/*
 * Hide visually and from screen readers, 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; }
/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 These examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
 Print styles.
 Inlined to avoid the additional HTTP request:
 http://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */
@media print {
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    *, *:before, *:after, *:first-letter, *:first-line {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
      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) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after {
      content: ""; }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; } }
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
/* fix */

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

a, a:active, a:focus, a:visited, a:hover {
  outline: none;
  text-decoration: none; }

:active, :focus {
  outline: none !important; }

select {
  width: 100%; }

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

.center {
  text-align: center; }

.headlineLine {
  overflow: hidden;
  text-align: center; }
  .headlineLine span {
    display: inline-block;
    padding: 0 15px;
    position: relative; }
  .headlineLine span:before, .headlineLine span:after {
    content: "";
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%; }
  .headlineLine span:before {
    right: 100%; }
  .headlineLine span:after {
    left: 100%; }

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

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

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

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

.right-col-dynamic h3 {
  border-bottom: 1px solid #fbc622; }

input.btn, button.btn, a.btn {
  font-size: 1rem;
  transition: all 0.2s ease 0s;
  padding: 7px 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  border: 2px solid transparent; }
  input.btn.yellow, button.btn.yellow, a.btn.yellow {
    border: 2px solid #fbc622;
    color: #2d3a46;
    background: #fbc622; }
  input.btn.yellow:hover, button.btn.yellow:hover, a.btn.yellow:hover {
    color: #fff; }
  input.btn.grey, button.btn.grey, a.btn.grey {
    border: 2px solid #afb6bc;
    color: #afb6bc; }
  input.btn.grey:hover, button.btn.grey:hover, a.btn.grey:hover {
    color: #fff;
    background: #afb6bc; }
  input.btn.red, button.btn.red, a.btn.red {
    border: 2px solid #ed1400;
    color: #ed1400;
    background: #fff; }
  input.btn.red:hover, button.btn.red:hover, a.btn.red:hover {
    color: #fff;
    background: #ed1400; }
  input.btn.white, button.btn.white, a.btn.white {
    border: 2px solid #fff;
    color: #fff; }
  input.btn.white:hover, button.btn.white:hover, a.btn.white:hover {
    color: #2c3e50;
    background: #fff; }
  input.btn.white_full, button.btn.white_full, a.btn.white_full {
    border: 2px solid #fff;
    color: #2c3e50;
    background: #fff; }
  input.btn.white_full:hover, button.btn.white_full:hover, a.btn.white_full:hover {
    color: #fff;
    background: transparent; }
  input.btn.btn-small, button.btn.btn-small, a.btn.btn-small {
    font-size: 0.771875rem;
    padding: 4px 30px; }
/* from rte */
a.btnred {
  font-size: 1rem;
  transition: all 0.2s ease 0s;
  padding: 7px 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  border: 2px solid #ed1400;
  color: #ed1400;
  background: #fff; }

a.btngrey {
  font-size: 1rem;
  transition: all 0.2s ease 0s;
  padding: 7px 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  border: 2px solid #afb6bc;
  color: #afb6bc; }

form label {
  font-size: 1rem;
  font-weight: 600; }
  form.powermail_form label {
    line-height: 48px;
    text-align: right; }
  form .checkbox .icheckbox_minimal-blue {
    float: left;
    margin: 10px 0 0 0; }
  form .checkbox .check-label {
    margin-left: 35px;
    display: block;
    text-align: left;
    width: calc(100% - 35px); }

.fieldwrap {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }

input[type="text"].standard, input[type="password"].standard, input[type="email"].standard {
  height: 46px; }

input[type="text"].standard, input[type="password"].standard, input[type="email"].standard, textarea.standard {
  background: #fff;
  border: 1px solid #b8b8b8;
  line-height: 46px;
  padding: 0 15px;
  font-size: 1rem;
  font-style: italic;
  color: #8c8c8c;
  transition: border 0.3s linear;
  width: 100%; }

input[type="text"].standard:focus, input[type="email"].standard:focus, input[type="password"].standard:focus, textarea.standard:focus {
  border: 1px solid #4db9c8; }

input[type="text"].standard.f3-form-error, input[type="email"].standard.f3-form-error, input[type="password"].standard.f3-form-error, textarea.standard.f3-form-error, input[type="text"].standard.parsley-error, input[type="email"].standard.parsley-error, input[type="password"].standard.parsley-error, textarea.standard.parsley-error {
  border: 1px solid #ed1400; }

@media (max-width: 768px) {
  form.powermail_form label {
    text-align: left;
    padding: 0;
    display: block;
    width: 100%; }

  input[type="text"].standard, input[type="password"].standard, input[type="email"].standard, textarea.standard {
    width: 100%; } }

form.powermail_form label.radio-label, form.powermail_form label.check-label {
  line-height: 35px; }

.chosen-container-single .chosen-single {
  height: 48px; }

form .powermail_captchaimage {
  height: 48px;
  margin-left: 5px; }
  form .powermail_captcha {
    height: 48px;
    width: 70px;
    vertical-align: top; }

h1, h2 {
  color: #ed1400;
  text-transform: uppercase; }

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 22px; }

h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  font-weight: 300; }

h3 {
  color: #ed1400;
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: 600; }
  h3.uppercase {
    text-transform: uppercase; }

span.head1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 22px;
  display: block;
  text-transform: uppercase;
  color: #ed1400;
  opacity: 0; }

p {
  font-size: 1rem;
  margin-bottom: 22px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 32px; }

@media (max-width: 767px) {
  p {
    font-size: 1.2em; } }

a {
  color: #ed1400;
  text-decoration: none; }

a:hover, a:focus {
  color: #f14333;
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/typo3conf/ext/ig_project/Resources/Public/Fonts/glyphicons-halflings-regular.eot");
  src: url("/typo3conf/ext/ig_project/Resources/Public/Fonts/glyphicons-halflings-regular.svg") format('svg'), url("/typo3conf/ext/ig_project/Resources/Public/Fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("/typo3conf/ext/ig_project/Resources/Public/Fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("/typo3conf/ext/ig_project/Resources/Public/Fonts/glyphicons-halflings-regular.woff") format('woff'); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e903";
  font-family: 'Glyphicons-Halflings'; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.news-presse-news-top5 .newbox-inner {
  margin-bottom: 30px;
  width: 100%; }
  .news-presse-news-top5 .newbox-inner .news-big-content {
    padding: 12px 20px 18px 20px; }
  .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend {
    margin-bottom: 18px;
    position: relative; }
    .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend label {
      display: inline-block;
      color: #475767;
      font-size: 0.771875rem;
      text-transform: uppercase;
      font-weight: 700; }
    .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend .newsTop5Archiv {
      font-size: 0.771875rem;
      font-weight: 700;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      top: 2px; }
      .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend .newsTop5Archiv a, .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend .newsTop5Archiv a:visited, .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend .newsTop5Archiv a:active {
        color: #b0b4ba; }
      .news-presse-news-top5 .newbox-inner .new-right-wrap .news-legend .newsTop5Archiv a:hover {
        color: #475767; }
  .news-presse-news-top5 .newbox-inner .news-big {
    background: #fff; }
  .news-presse-news-top5 .newbox-inner .news-big img {
    width: 100%;
    height: auto; }
  .news-presse-news-top5 .newbox-inner .news-big-content p, .news-presse-news-top5 .newbox-inner .newsItem p {
    color: #475767;
    font-weight: 600; }
  .news-presse-news-top5 .newbox-inner a.more {
    color: #ed1400;
    font-weight: 600; }
  .news-presse-news-top5 .newbox-inner .wrap {
    display: inline-block;
    background: #fff; }
  .news-presse-news-top5 .newbox-inner .wrap-big {
    width: 66%;
    float: left;
    height: 100%; }
  .news-presse-news-top5 .newbox-inner .wrap-small {
    width: 34%;
    float: left;
    padding: 15px 30px;
    background: #f5f5f5;
    min-height: 548px; }

@media (max-width: 767px) {
  .news-presse-news-top5 .newbox-inner .wrap-big {
    width: 100%; }

  .news-presse-news-top5 .newbox-inner .wrap-small {
    width: 100%; } }

.news-presse-news-top5 .newbox-inner .news-big-content p.date, .news-presse-news-top5 .newbox-inner .news-small .newsItem p.date {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase; }

.news-presse-news-top5 .newbox-inner .news-big-content p.teaser {
  font-size: 16px;
  line-height: 24px; }

.news-presse-news-top5 .newbox-inner .news-small .newsItem {
  border-bottom: 1px solid #d2d5d9;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.news-presse-news-top5 .newbox-inner .news-small .newsItem.last {
  border-bottom: 0;
  margin-bottom: 15px; }

.news-presse-news-top5 .newbox-inner .news-small .btn {
  display: inline-block; }
/* Startseite TAB */
div.news-list-view .news-tab-startseite .newsitem {
  padding-bottom: 15px;
  margin: 0 0 30px 0;
  border: 0;
  display: inline-block;
  width: 100%; }
  div.news-list-view .news-tab-startseite .newsitem p {
    margin: 0; }
  div.news-list-view .news-tab-startseite .newsitem p.date {
    color: #2c3e50;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
  div.news-list-view .news-tab-startseite .newsitem p.title a {
    display: block;
    line-height: 25px; }
  div.news-list-view .news-tab-startseite .newsitem p.title a, div.news-list-view .news-tab-startseite .newsitem a.more {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ed1400; }
  div.news-list-view .news-tab-startseite .newsitem p.content {
    line-height: 24px;
    margin-bottom: 10px; }
  div.news-list-view .news-tab-startseite .newsitem img {
    display: block;
    margin: 0 10px 10px 0;
    float: none; }
  div.news-list-view .news-tab-startseite .newsTabsWeitere {
    text-align: center;
    margin: 30px; }
  div.news-list-view .news-tab-startseite .newsTabsWeitere a.btn {
    display: inline-block; }

@media (min-width: 768px) {
  div.news-list-view .news-tab-startseite .newsitem {
    margin: 0;
    border: none; }
    div.news-list-view .news-tab-startseite .newsitem img {
      float: left;
      margin-bottom: 10px; } }

@media (min-width: 980px) {
  div.news-list-view .news-tab-startseite .newsitem p.title a {
    min-height: 65px; }
    div.news-list-view .news-tab-startseite .newsitem img {
      float: none;
      margin-bottom: 10px; } }


/* Single */
.news-single .news-backlink-wrap {
  border-bottom: 1px solid #c7ccd1;
  margin-bottom: 30px;
  padding-bottom: 3px; }
  .news-single .news-backlink-wrap a {
    font-weight: 700;
    font-size: 0.75rem;
    color: #ed1400; }
  .news-single .news-detail-inner span.autor {
    color: #2c3e50;
    font-weight: 800;
    font-size: 0.75rem;
    margin: 0 0 10px 0px;
    text-transform: uppercase;
    display: block; }
  .news-single .news-detail-inner p.date {
    color: #2c3e50;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0; }
  .news-single .news-detail-inner div.tags {
    margin-bottom: 15px; }
    .news-single .news-detail-inner div.tags span {
      color: #7ea1c4;
      font-size: 0.9375rem;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block; }
      .news-single .news-detail-inner div.tags span.news-list-tags {
        font-style: italic; }
  .news-single .news-detail-inner .newsAuthor {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: -28px; }
    .news-single .news-detail-inner .newsAuthor a {
      color: #2c3e50; }
/* Standard List */
div.news-list-view .newsitem {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadde1;
  margin-bottom: 20px; }
  div.news-list-view .newsitem p {
    margin: 0; }
  div.news-list-view .newsitem p.date {
    color: #2c3e50;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0; }
  div.news-list-view .newsitem p.title a {
    color: #ed1400;
    font-size: 1.5rem;
    text-transform: uppercase; }
/*Kalender*/
.kalenderblatt {
  margin-bottom: 50px;
  width: 100%; }
  .kalenderblatt .title {
    padding-bottom: 10px; }
  .kalenderblatt .title .pager {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c7ccd1;
    padding-bottom: 10px;
    margin: 0; }
    .kalenderblatt .title .pager li {
      width: 80%;
      float: left;
      text-align: center;
      text-transform: uppercase;
      color: #ed1400;
      font-size: 1.3rem;
      margin: 0; }
      .kalenderblatt .title .pager li.previous {
        width: 8%;
        padding-left: 2%; }
        .kalenderblatt .title .pager li.previous a {
          float: left; }
      .kalenderblatt .title .pager li.next {
        width: 8%;
        padding-right: 2%;
        float: right; }
        .kalenderblatt .title .pager li.next a {
          float: right; }
      .kalenderblatt .title .pager li:after {
        display: none !important; }
  .kalenderblatt table {
    width: 100%; }
  .kalenderblatt table .title {
    display: none; }
  .kalenderblatt table th {
    padding: 10px;
    color: #2980b9;
    font-weight: 600; }
  .kalenderblatt table td {
    padding: 2px;
    text-align: center; }
    .kalenderblatt table td.othermonth {
      color: #d2d2d2; }
    .kalenderblatt table td span {
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: inline-block;
      border-radius: 18px;
      font-weight: 600; }
      .kalenderblatt table td span a {
        font-weight: 600; }
    .kalenderblatt table td.hasevents span {
      background-color: #e5e5e5; }
      .kalenderblatt table td.hasevents span a {
        color: #4a4a4a; }
      .kalenderblatt table td.hasevents span:hover {
        background-color: #e5e5e5;
        -webkit-transition: background-color 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out; }
    .kalenderblatt table td.today {
      color: #fff; }
      .kalenderblatt table td.today span {
        background-color: #ed1400; }
      .kalenderblatt table td.today span a {
        color: #fff; }
  .kalenderblatt .table-responsive {
    overflow: visible; }

.title-month-list {
  font-size: 100%;
  color: #ed1400;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px; }

.kalenderblatt.news-month-termine-newsroom {
  background-color: #fff; }
  .kalenderblatt.news-month-termine-newsroom .table.title {
    background-color: #ed1400;
    padding-bottom: 0; }
  .kalenderblatt.news-month-termine-newsroom .table.title .pager {
    border-bottom: 0;
    padding: 15px 0 8px 0; }
    .kalenderblatt.news-month-termine-newsroom .table.title .pager li, .kalenderblatt.news-month-termine-newsroom .table.title .pager li a {
      color: #fff; }
  .kalenderblatt.news-month-termine-newsroom .row {
    /*min-height: 329px;*/ }
  .kalenderblatt.news-month-termine-newsroom table td {
    padding: 6px 2px; }
  .kalenderblatt.news-month-termine-newsroom .table-wrap {
    margin-top: 20px; }
  .kalenderblatt.news-month-termine-newsroom .title-month-list {
    margin: 30px 0 20px 0;
    padding-left: 15px; }
  .kalenderblatt.news-month-termine-newsroom .newsitem {
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 30px; }
  .kalenderblatt.news-month-termine-newsroom .newsitem .itemwrap {
    display: inline-block;
    border-bottom: 1px solid #dadde1; }
    .kalenderblatt.news-month-termine-newsroom .newsitem .itemwrap .title {
      line-height: 20px; }
      .kalenderblatt.news-month-termine-newsroom .newsitem .itemwrap .title a {
        font-size: 0.9rem; }
    .kalenderblatt.news-month-termine-newsroom .newsitem .itemwrap .teaser {
      line-height: 20px;
      font-size: 90%;
      padding-bottom: 8px; }
    .kalenderblatt.news-month-termine-newsroom .newsitem .itemwrap .date {
      text-transform: inherit; }
  .kalenderblatt.news-month-termine-newsroom .newsitem .col-md-3 {
    padding: 0; }
  .kalenderblatt.news-month-termine-newsroom .randlos {
    padding: 0; }
  .kalenderblatt.news-month-termine-newsroom .btn {
    font-size: 12.5px; }
  .kalenderblatt.news-month-termine-newsroom .news-termine-newsroom > .row:last-child .itemwrap {
    border-bottom: 0; }

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

.news-search-form form {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 2px;
  margin-bottom: 40px; }
  .news-search-form .form-group label {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #475767; }
  .news-search-form .form-group input {
    line-height: 46px;
    border: 1px solid #b8b8b8; }
  .news-search-form .form-group #news-minimumDate, .news-search-form .form-group #news-maximumDate {
    padding: 0 10px;
    width: 100%; }
  .news-search-form .form-group .search-group {
    position: relative; }
    .news-search-form .form-group .search-group input {
      padding: 0 48px 0 6px;
      width: 100%; }
    .news-search-form .form-group .search-group a.news-search-button {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #e5e7e8;
      line-height: 46px;
      text-align: center;
      font-weight: normal;
      color: #475767;
      height: 100%;
      width: 46px;
      border: 1px solid #b8b8b8;
      border-left: 0; }
      .news-search-form .form-group .search-group a.news-search-button span.glyphicon {
        line-height: 46px; }
  .news-search-form .submit {
    margin-top: 24px; }
  .news-search-form .submit .btn.grey {
    color: #475767; }

.news-search-result .count-msg {
  padding-bottom: 30px; }
/* Rechte Spalte FB & TW */
.newsroom-gird-outer .t3ddy-tabContainer .t3ddy-tabContainer-tabList {
  margin-left: 0;
  margin-right: 0; }
  .newsroom-gird-outer .ui-state-default {
    width: 50%; }

.news-month-termine-newsroom .table.title li.previous, .news-month-termine-newsroom .table.title li.next {
  display: none; }

@media (min-width: 980px) {
  .news-single .news-detail-inner {
    padding: 0 60px; } }

@media (min-width: 768px) {
  .news-single .news-detail-inner img {
    display: block;
    float: left;
    margin: 8px 25px 15px 0; }

  .news-single .news-detail-inner figure {
    margin: 8px 25px 15px 0;
    display: block;
    float: left; }
    .news-single .news-detail-inner figure img {
      margin-top: 0; }
    .news-single .news-detail-inner .teaser-text, .news-single .news-detail-inner .teaser-text p {
      font-weight: 700; }

  .news-single .news-detail-inner .teaser-text, .news-single .news-detail-inner .news-text-wrap {
    display: inline; } }

.kalenderblatt.news-month-termine-newsroom .table.title .pager li {
  width: 100%; }

.teaserbox {
  margin-bottom: 30px;
  padding: 18px;
  background-image: url(/typo3conf/ext/ig_project/Resources/Public/Images/teaserbox-bg.png);
  background-position: 120px 15px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 210px;
  transition: 0.5s background-color; }
  .teaserbox p {
    margin: 0;
    line-height: 24px; }
  .teaserbox p.headline {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 35px; }
  .teaserbox p.text {
    font-weight: 600; }
  .teaserbox div.link {
    font-size: 2.5rem;
    line-height: 40px;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px; }
  .teaserbox.teaserbox-0 {
    background-color: #4db9c8; }
  .teaserbox.teaserbox-0 p {
    color: #444; }
  .teaserbox.teaserbox-0 div.link a {
    color: #444; }
  .teaserbox.teaserbox-0:hover {
    background-color: #42a1ad; }
  .teaserbox.teaserbox-1 {
    background-color: #2980b9; }
  .teaserbox.teaserbox-1 p {
    color: #fff; }
  .teaserbox.teaserbox-1:hover {
    background-color: #236fa1; }
  .teaserbox.teaserbox-10 {
    background-position: 410px 15px;
    background-color: #ed1400; }
  .teaserbox.teaserbox-10 p {
    color: #fff; }
  .teaserbox.teaserbox-10:hover {
    background-color: #d41200; }
  .teaserbox.teaserbox-10 .mediathek-icons {
    margin-top: 25px; }
    .teaserbox.teaserbox-10 .mediathek-icons span {
      display: inline-block;
      font-size: 2.5rem;
      line-height: 40px;
      color: #fff;
      margin-right: 40px; }

.right-col-dynamic .teaserbox {
  height: auto;
  padding-bottom: 60px; }

.linkmore {
  text-align: center;
  width: 100%; }
/* SPECIAL TEASER */
.special-teaser-wrap {
  margin-bottom: 90px; }
  .special-teaser-wrap div.teaser {
    background: #fff;
    text-align: center;
    margin-bottom: 30px; }
  .special-teaser-wrap div.teaser div.content {
    padding: 22px; }
    .special-teaser-wrap div.teaser div.content p {
      font-size: 0.9em;
      line-height: 24px; }
    .special-teaser-wrap div.teaser div.content a.btn {
      display: inline-block; }
  .special-teaser-wrap.carousel div.teaser {
    margin: 0 15px; }
  .content-startseite .special-teaser-wrap div.teaser {
    height: 445px !important; }

.text-image-teaser {
  background: #fff; }
  .text-image-teaser .content h3 {
    text-transform: uppercase; }
  .text-image-teaser .content a.btn.more-link {
    display: inline-block;
    margin-bottom: 30px; }
  .text-image-teaser .image img {
    display: block; }
  .text-image-teaser.layout-0 .image {
    margin: 0 -40px -22px -40px; }
  .text-image-teaser.layout-0 a.btn.more-link {
    display: inline-block;
    margin-bottom: 30px; }
    .text-image-teaser.layout-0 a.btn.more-link:last-child {
      margin-bottom: 0; }
  .text-image-teaser.layout-1 .image {
    margin: -25px -25px 25px -25px; }

.main-content .text-image-teaser .image img {
  display: block; }
  .main-content .text-image-teaser.layout-1 .image {
    margin: -25px -25px 25px -25px; }

.link-list {
  margin-bottom: 30px; }
  .link-list a {
    display: block;
    color: #4a4a4a;
    font-weight: 600;
    border-bottom: 1px solid #b5bcc2;
    padding: 20px 60px 20px 14px;
    font-size: 1rem;
    line-height: 24px;
    position: relative; }
  .link-list a:hover {
    background: #edf4f9; }
  .link-list a span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 24px;
    color: #ed1400;
    position: absolute;
    right: 20px;
    top: 20px; }
  .link-list a:last-child {
    border-bottom: 0; }
/* Info Teaser 2 Zeilig */
.infoItemWrapper {
  height: 184px;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 0 25px 0; }
  .infoItemWrapper.infoItemsTuekis {
    background-color: #4db9c8; }
  .infoItemWrapper.infoItemsBlau {
    background-color: #2980b9; }
  .infoItemWrapper.infoItemsRot {
    background-color: #ed1400; }
  .infoItemWrapper .infoItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    height: 50%;
    position: relative; }
  .infoItemWrapper .infoItem a {
    padding: 24px;
    display: block;
    height: 100%;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 1s background; }
    .infoItemWrapper .infoItem a:hover {
      background: rgba(255, 255, 255, 0.2); }
  .infoItemWrapper .infoItem .infoItemButton {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 42px;
    line-height: 42px;
    margin-top: -21px;
    position: absolute;
    right: 24px;
    text-align: center;
    top: 50%;
    width: 42px;
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/bt_teaser_link.png') no-repeat 10px 10px; }
  .infoItemWrapper .infoItem .infoItemHeadline {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  .infoItemWrapper .infoItem .infoItemDescription {
    font-size: 14px;
    font-weight: 400; }
  .infoItemWrapper .infoItem:last-child {
    border-bottom: medium none; }

.text-donation-wrapper {
  margin: 0 0 35px 0; }
  .text-donation-wrapper .text-wrap {
    background: #fff;
    padding: 30px 15px 45px; }
  .text-donation-wrapper .text-wrap strong {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #ed1400;
    display: block;
    font-weight: normal; }
  .text-donation-wrapper .donation-wrap {
    background: #ed1400;
    padding: 30px 15px 45px;
    text-align: center;
    color: #fff; }
  .text-donation-wrapper .donation-wrap .text {
    margin-bottom: 15px; }
    .text-donation-wrapper .donation-wrap .text p {
      font-weight: 600;
      color: #fff; }
  .text-donation-wrapper .donation-wrap .cta a {
    display: inline-block;
    margin: 0 0 15px 0; }
    .text-donation-wrapper .donation-wrap .cta span.bank {
      display: block; }

@media (max-width: 767px) {
  .infoItemWrapper {
    height: auto; }
    .infoItemWrapper .infoItem a {
      padding: 24px 72px 24px 15px; }
      .infoItemWrapper .infoItem .infoItemButton {
        height: 32px;
        line-height: 21px;
        margin-top: -16px;
        position: absolute;
        right: 15px;
        width: 32px;
        background: url('/typo3conf/ext/ig_project/Resources/Public/Images/bt_teaser_link.png') no-repeat center center; } }

@media (min-width: 768px) {
  .text-donation-wrapper .text-wrap {
    padding-left: 40px;
    padding-right: 40px; } }
/* LÄNDERINFOS */
.leanderinfosWrapper {
  padding: 22px 30px;
  margin-bottom: 25px;
  color: #fff;
  background-image: url("/typo3conf/ext/ig_project/Resources/Public/Images/pic_laenderinfos.png");
  background-repeat: no-repeat;
  background-position: -290px center;
  min-height: 225px; }
  .leanderinfosWrapper a {
    color: #fff;
    text-decoration: none; }
  .leanderinfosWrapper.landerInfosTuekis {
    background-color: #4db9c8; }
  .leanderinfosWrapper.landerInfosTuekis .laenderinfoButton a:hover.btn.white {
    color: #4db9c8; }
  .leanderinfosWrapper.landerInfosBlau {
    background-color: #2980b9; }
  .leanderinfosWrapper.landerInfosBlau .laenderinfoButton a:hover.btn.white {
    color: #2980b9; }
  .leanderinfosWrapper.landerInfosRot {
    background-color: #ed1400; }
  .leanderinfosWrapper.landerInfosRot .laenderinfoButton a:hover.btn.white {
    color: #ed1400; }
  .leanderinfosWrapper .laenderinfoHeadline {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase; }
  .leanderinfosWrapper .laenderinfoHeadline span.headlineBold {
    font-weight: 700; }
  .leanderinfosWrapper .laenderinfoListe {
    display: inline-block;
    overflow: auto;
    width: 100%;
    margin-bottom: 20px; }
  .leanderinfosWrapper .laenderinfoListe ul {
    padding: 0;
    margin: 0; }
    .leanderinfosWrapper .laenderinfoListe ul li {
      display: inline-block;
      margin: 2px 10px 14px 2px;
      font-weight: 700; }
      .leanderinfosWrapper .laenderinfoListe ul li a:hover {
        text-decoration: underline; }
  .leanderinfosWrapper .laenderinfoButton {
    text-align: center; }
  .leanderinfosWrapper .laenderinfoButton a {
    line-height: 42px; }

@media (max-width: 767px) {
  .leanderinfosWrapper .laenderinfoHeadline {
    font-size: 36px; } }

@media (min-width: 768px) {
  .leanderinfosWrapper {
    padding: 22px 30px 22px 25.65%; } }

@media (min-width: 992px) {
  .text-image-teaser.layout-0 .image {
    margin: -22px -41px -22px 0; } }

@media (min-width: 980px) {
  .text-donation-wrapper .donation-wrap {
    margin: 0 0 0 -30px;
    display: flex; }
    .text-donation-wrapper .donation-wrap .inner-wrapper {
      align-self: center; }

  .text-donation-wrapper .text-wrap {
    padding-bottom: 0; }

  .text-donation-wrapper {
    height: 420px;
    overflow: hidden; }
    .text-donation-wrapper > div[class^="col-"] {
      height: inherit; }
      .text-donation-wrapper > div[class^="col-"] > div {
        height: 100%; } }

@media (min-width: 1170px) {
  .text-donation-wrapper .text-wrap strong {
    font-size: 32px;
    line-height: 32px; } }

.bauchbinde {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  box-shadow: 0px -1px 0px 0px rgba(182, 182, 182, 1); }
  .bauchbinde p {
    color: #5e6c7a;
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 38px;
    margin: 0; }
  .bauchbinde p span {
    margin-right: 15px; }
  .bauchbinde p b {
    font-weight: 600; }
  .bauchbinde a.btn {
    display: inline-block; }
  .bauchbinde a.btn .dahw-icons-rechts {
    display: none; }
  .bauchbinde .spendenBtn {
    width: 100%;
    text-align: center; }

@media (min-width: 768px) {
  .bauchbinde {
    text-align: left; } }

@media (min-width: 1170px) {
  .bauchbinde .spendenBtn {
    width: auto; }
    .bauchbinde a.btn {
      float: right; }
      .bauchbinde a.btn .dahw-icons-rechts {
        display: inline; } }

header.siteHeader {
  width: 100%;
  position: fixed;
  background: #2c3e50;
  top: 0;
  left: 0;
  -webkit-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  header.siteHeader .meta-header {
    width: 100%;
    position: relative;
    text-align: right; }
  header.siteHeader .meta-header a.sitelogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    transition: all 600ms ease-out; }
    header.siteHeader .meta-header a.sitelogo img {
      width: 100%;
      height: auto; }
  header.siteHeader .meta-header .meta-nav {
    padding: 8px 0 5px 0; }
    header.siteHeader .meta-header .meta-nav ul {
      display: block;
      width: auto;
      float: right; }
      header.siteHeader .meta-header .meta-nav ul li {
        display: inline;
        float: left; }
      header.siteHeader .meta-header .meta-nav ul li a {
        display: block;
        float: left;
        color: #fff;
        margin: 0 10px;
        font-size: 12px;
        line-height: 32px;
        font-weight: 700; }
        header.siteHeader .meta-header .meta-nav ul li a:hover {
          text-decoration: none; }
  header.siteHeader .meta-header .navbar-meta-group {
    display: inline-block;
    font-weight: 700;
    padding: 6px 0 0 0; }
    header.siteHeader .meta-header .navbar-meta-group div {
      float: left; }
    header.siteHeader .meta-header .navbar-meta-group .metaIcon {
      float: left; }
  header.siteHeader .meta-header .meta-search-wrapper {
    float: left; }
    header.siteHeader .meta-header .meta-search-wrapper .meta-search-box {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      border: 2px solid #fff;
      background: #475767;
      box-sizing: border-box;
      line-height: 28px;
      margin-right: 8px;
      min-width: 32px;
      transition: width 0.7s, padding-left 0.7s;
      width: auto;
      overflow: hidden;
      height: 32px;
      position: relative; }
      header.siteHeader .meta-header .meta-search-wrapper .meta-search-box.extended input {
        width: 200px;
        opacity: 1;
        padding-left: 10px; }
      header.siteHeader .meta-header .meta-search-wrapper .meta-search-box input {
        background: transparent;
        border: none;
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 600;
        height: 32px;
        line-height: 20px;
        margin: -2px 0 0;
        padding: 0;
        transition: width 0.7s;
        width: 0;
        opacity: 0; }
      header.siteHeader .meta-header .meta-search-wrapper .meta-search-box .meta-search-button {
        display: block;
        float: right;
        height: 28px;
        text-align: center;
        width: 28px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0; }
  header.siteHeader.transform-to-sticky {
    -moz-transform: translate(0px, -41px);
    -webkit-transform: translate(0px, -41px);
    -o-transform: translate(0px, -41px);
    -ms-transform: translate(0px, -41px);
    transform: translate(0px, -41px); }
  header.siteHeader.transform-to-sticky .meta-header a.sitelogo {
    -moz-transform: scale(0.75) translate(0px, 22px);
    -webkit-transform: scale(0.75) translate(0px, 22px);
    -o-transform: scale(0.75) translate(0px, 22px);
    -ms-transform: scale(0.75) translate(0px, 22px);
    transform: scale(0.75) translate(0px, 22px); }
  header.siteHeader a.donate-online {
    display: inline-block;
    margin-left: 85px; }
  header.siteHeader a.donate-online .dahw-icons-rechts {
    display: none; }

@media (min-width: 768px) {
  header.siteHeader .meta-header a.sitelogo {
    left: 15px;
    width: inherit; }

  header.siteHeader .meta-header a.sitelogo img {
    width: 65%; }

  header.siteHeader a.donate-online {
    margin-left: 170px; } }

@media (min-width: 980px) {
  header.siteHeader .meta-header a.sitelogo img {
    width: 100%; }

  header.siteHeader .meta-header a.sitelogo {
    left: 15px;
    width: 120px; }

  header.siteHeader a.donate-online {
    margin-left: 0; } }

@media (min-width: 1170px) {
  header.siteHeader a.donate-online .dahw-icons-rechts {
    display: inline; } }

.language-menu {
  padding: 0;
  margin: 0; }
  .language-menu li {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    text-align: center;
    line-height: 28px; }
  .language-menu li a {
    display: block;
    height: 32px;
    width: 32px; }
  .language-menu li.active {
    display: none; }
  .language-menu li.lang_de {
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/pic_lang.png') no-repeat -32px; }
  .language-menu li.lang_en {
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/pic_lang.png') no-repeat -2px; }

.metaicon {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  line-height: 28px;
  width: 32px;
  height: 32px;
  position: relative; }
  .metaicon a {
    display: block;
    width: 100%;
    height: 100%; }
  .metaicon.metaprofile {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/bt_profile.png") no-repeat center 0; }
  .metaicon.metacontact {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/bt_metacontact.png") no-repeat -3px -2px; }

div.dahw-wrapper[data-uid="58"], div.dahw-wrapper[data-uid="228"], div.dahw-wrapper[data-uid="340"], div.dahw-wrapper[data-uid="339"], div.dahw-wrapper[data-uid="338"], div.dahw-wrapper[data-uid="337"], div.dahw-wrapper[data-uid="341"], div.dahw-wrapper[data-uid="342"] {
  padding-bottom: 0; }
  div.dahw-wrapper[data-uid="58"] .nav-header nav, div.dahw-wrapper[data-uid="228"] .nav-header nav, div.dahw-wrapper[data-uid="340"] .nav-header nav, div.dahw-wrapper[data-uid="339"] .nav-header nav, div.dahw-wrapper[data-uid="338"] .nav-header nav, div.dahw-wrapper[data-uid="337"] .nav-header nav, div.dahw-wrapper[data-uid="341"] .nav-header nav, div.dahw-wrapper[data-uid="342"] .nav-header nav, div.dahw-wrapper[data-uid="58"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="228"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="340"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="339"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="338"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="337"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="341"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="342"] header.siteHeader .meta-header .meta-nav ul, div.dahw-wrapper[data-uid="58"] a.donate-online, div.dahw-wrapper[data-uid="228"] a.donate-online, div.dahw-wrapper[data-uid="340"] a.donate-online, div.dahw-wrapper[data-uid="339"] a.donate-online, div.dahw-wrapper[data-uid="338"] a.donate-online, div.dahw-wrapper[data-uid="337"] a.donate-online, div.dahw-wrapper[data-uid="341"] a.donate-online, div.dahw-wrapper[data-uid="342"] a.donate-online, div.dahw-wrapper[data-uid="58"] div.mobileNavBtn, div.dahw-wrapper[data-uid="228"] div.mobileNavBtn, div.dahw-wrapper[data-uid="340"] div.mobileNavBtn, div.dahw-wrapper[data-uid="339"] div.mobileNavBtn, div.dahw-wrapper[data-uid="338"] div.mobileNavBtn, div.dahw-wrapper[data-uid="337"] div.mobileNavBtn, div.dahw-wrapper[data-uid="341"] div.mobileNavBtn, div.dahw-wrapper[data-uid="342"] div.mobileNavBtn {
    display: none; }
  div.dahw-wrapper[data-uid="58"] ~ #bauchbinde, div.dahw-wrapper[data-uid="228"] ~ #bauchbinde, div.dahw-wrapper[data-uid="340"] ~ #bauchbinde, div.dahw-wrapper[data-uid="339"] ~ #bauchbinde, div.dahw-wrapper[data-uid="338"] ~ #bauchbinde, div.dahw-wrapper[data-uid="337"] ~ #bauchbinde, div.dahw-wrapper[data-uid="341"] ~ #bauchbinde, div.dahw-wrapper[data-uid="342"] ~ #bauchbinde {
    display: none !important; }
  div.dahw-wrapper[data-uid="58"] nav.subnav, div.dahw-wrapper[data-uid="228"] nav.subnav, div.dahw-wrapper[data-uid="340"] nav.subnav, div.dahw-wrapper[data-uid="339"] nav.subnav, div.dahw-wrapper[data-uid="338"] nav.subnav, div.dahw-wrapper[data-uid="337"] nav.subnav, div.dahw-wrapper[data-uid="341"] nav.subnav, div.dahw-wrapper[data-uid="342"] nav.subnav, div.dahw-wrapper[data-uid="58"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="228"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="340"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="339"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="338"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="337"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="341"] div.socialFaktWrapper, div.dahw-wrapper[data-uid="342"] div.socialFaktWrapper {
    display: none !important; }

footer {
  background: #ed1400; }
  footer .nav-meta-top {
    background: #bf1000; }
  footer .nav-meta-top ul {
    text-align: center;
    margin: 10px 0; }
    footer .nav-meta-top ul li {
      display: block; }
      footer .nav-meta-top ul li a {
        font-size: 1.125rem;
        font-weight: 600;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        text-transform: uppercase; }
  footer .main-footer {
    padding: 40px 0;
    text-align: center;
    /*label {
     font-size: rem-size(18);
     font-weight: 600;
     color: #fff;
     text-transform: uppercase;
     display: block;
     margin-bottom: 5px;
     }
     input[type="text"] {
     width: 100%;
     padding: 13px 15px;
     background: #fff;
     border: none;
     color: $COLOR_PickledBluewood;
     font-size: rem-size(18);
     font-style: italic;
     font-weight: 600;
     }*/ }
  footer .main-footer a.sitelogo {
    margin-bottom: 40px;
    display: inline-block; }
  footer .main-footer .pre-newsletter {
    margin: 40px auto;
    text-align: center; }
  footer .main-footer .footer-logos {
    clear: both;
    /*margin-top: 40px;*/
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 20px; }
    @media (min-width: 769px) {
    footer .main-footer .footer-logos {
      width: calc(33% - 10px); } }
    footer .main-footer .footer-logos img {
      display: inline-block; }
    footer .main-footer .footer-logos:last-child {
      margin-right: 0; }
  footer .footer-copyright {
    border-top: 1px solid #bf1000;
    text-align: center;
    padding: 13px 0; }
  footer .footer-copyright p {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase; }

@media (max-width: 980px) {
  footer .main-footer .footer-logos img {
    margin-top: 30px; } }

@media (min-width: 768px) {
  footer .nav-meta-top ul {
    margin: 0; }
    footer .nav-meta-top ul li {
      display: inline-block; }

  footer .main-footer {
    text-align: left; }

  footer .main-footer a.sitelogo {
    margin: 0; } }

@media (min-width: 980px) {
  footer .main-footer img.logos {
    float: right; } }

.content.content-startseite-top .container-fluid {
  padding-left: 1px;
  padding-right: 1px; }

.intro-kacheln {
  margin: 0 -1px 75px -1px;
  background: #ededed;
  /* Manipulate Grid ;-) */ }
  .intro-kacheln .row {
    margin-left: -1px;
    margin-right: -1px; }
  .intro-kacheln .col-xs-1, .intro-kacheln .col-sm-1, .intro-kacheln .col-md-1, .intro-kacheln .col-lg-1, .intro-kacheln .col-xs-2, .intro-kacheln .col-sm-2, .intro-kacheln .col-md-2, .intro-kacheln .col-lg-2, .intro-kacheln .col-xs-3, .intro-kacheln .col-sm-3, .intro-kacheln .col-md-3, .intro-kacheln .col-lg-3, .intro-kacheln .col-xs-4, .intro-kacheln .col-sm-4, .intro-kacheln .col-md-4, .intro-kacheln .col-lg-4, .intro-kacheln .col-xs-5, .intro-kacheln .col-sm-5, .intro-kacheln .col-md-5, .intro-kacheln .col-lg-5, .intro-kacheln .col-xs-6, .intro-kacheln .col-sm-6, .intro-kacheln .col-md-6, .intro-kacheln .col-lg-6, .intro-kacheln .col-xs-7, .intro-kacheln .col-sm-7, .intro-kacheln .col-md-7, .intro-kacheln .col-lg-7, .intro-kacheln .col-xs-8, .intro-kacheln .col-sm-8, .intro-kacheln .col-md-8, .intro-kacheln .col-lg-8, .intro-kacheln .col-xs-9, .intro-kacheln .col-sm-9, .intro-kacheln .col-md-9, .intro-kacheln .col-lg-9, .intro-kacheln .col-xs-10, .intro-kacheln .col-sm-10, .intro-kacheln .col-md-10, .intro-kacheln .col-lg-10, .intro-kacheln .col-xs-11, .intro-kacheln .col-sm-11, .intro-kacheln .col-md-11, .intro-kacheln .col-lg-11, .intro-kacheln .col-xs-12, .intro-kacheln .col-sm-12, .intro-kacheln .col-md-12, .intro-kacheln .col-lg-12 {
    padding-left: 1px;
    padding-right: 1px; }
  .intro-kacheln .kachel {
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 450ms ease-out;
    -moz-transition: all 450ms ease-out;
    -o-transition: all 450ms ease-out;
    -ms-transition: all 450ms ease-out;
    transition: all 450ms ease-out;
    width: 100%; }
  .intro-kacheln .kachel .fader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000',GradientType=0);
    opacity: 1; }
  .intro-kacheln .kachel .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 15px 30px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .intro-kacheln .kachel .content p {
      color: #fff;
      margin: 0;
      line-height: 20px; }
    .intro-kacheln .kachel .content p.headline {
      font-weight: 300;
      line-height: 50px;
      font-size: 2.25rem;
      margin-bottom: 0;
      text-transform: uppercase; }
  .intro-kacheln .kachel .kategorie {
    background: #2d3a46 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 14px;
    padding: 9px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
    z-index: 10;
    transition: 0.5s background-color; }
    .intro-kacheln .kachel .kategorie.nothilfe {
      background: #fcd14e;
      color: #2c3e50; }
  .intro-kacheln .kachel:hover .kategorie {
    background: #ed1400; }
    .intro-kacheln .kachel:hover .kategorie.nothilfe {
      color: #fff; }
  .intro-kacheln .kachel.gross {
    height: 195px; }
  .intro-kacheln .kachel.klein {
    height: 160px; }
    .intro-kacheln .kachel.klein .content p.headline {
      line-height: 35px;
      font-size: 1.875rem; }
  .intro-kacheln .kachel:hover {
    background-size: 101% auto; }
    .intro-kacheln .kachel:hover .fader {
      opacity: 1; }
  .intro-kacheln .kachel .introImage {
    width: 100%;
    height: 100%; }
    .intro-kacheln .kachel .introImage .imageOverlay {
      background: url("/typo3conf/ext/ig_project/Resources/Public/Images/pic_teaser_overlay.png") repeat-x left bottom;
      width: 100%;
      height: 100%;
      position: absolute; }
    .intro-kacheln .kachel .introImage .imageOverlay .videoOverlay {
      width: 64px;
      height: 64px;
      position: absolute;
      left: 50%;
      margin-left: -32px;
      top: 30px;
      background: url("/typo3conf/ext/ig_project/Resources/Public/Images/bt_video_player.png") no-repeat center center; }
    .intro-kacheln .kachel .introImage .image {
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-color: #000;
      background-size: cover; }
  .intro-kacheln .kachel .teaserSpendenBtn {
    bottom: -13px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 40; }
  .intro-kacheln .stretch .kachel {
    background-position: 0 50%; }
  .intro-kacheln .normal .kachel {
    background-position: 50% 0; }
    .intro-kacheln .normal .kachel.klein {
      background-position: 0 50%; }

@media screen and (min-width: 768px) {
  .intro-kacheln .kachel.gross {
    height: 280px; }

  .intro-kacheln .kachel.klein, .intro-kacheln .normal .kachel.gross {
    height: 200px; } }

@media screen and (min-width: 980px) {
  .intro-kacheln .kachel.gross, .intro-kacheln .normal .kachel.gross {
    height: 255px; }

  .intro-kacheln .kachel.klein {
    height: 185px; }

  .intro-kacheln .kachel .headline p {
    font-size: 2.25rem; } }

@media screen and (min-width: 1170px) {
  .intro-kacheln .kachel .content {
    -moz-transform: translate(0px, -15px);
    -webkit-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }

  .intro-kacheln .kachel .fader {
    background: rgba(0, 0, 0, 0.45);
    opacity: 0; }

  .intro-kacheln .kachel.gross, .intro-kacheln .normal .kachel.gross {
    height: 405px; }

  .intro-kacheln .normal .kachel.gross .introImage .image {
    background-size: auto 100%;
    background-size: cover; }

  .intro-kacheln .kachel.klein {
    height: 205px; }

  .intro-kacheln .kachel .headline p {
    font-size: 3rem; } }

@media screen and (min-width: 1500px) {
  .intro-kacheln .kachel.klein {
    height: 260px; } }

@media screen and (min-width: 1850px) {
  .intro-kacheln .normal .kachel.gross .introImage .image {
    background-size: 100% auto;
    background-size: cover; } }

@media screen and (max-width: 1200px) {
  .intro-kacheln .kachel .fader {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000',GradientType=0); } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ed1400;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ed1400; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ed1400; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ed1400; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ed1400; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
/* Ansprechpartner */
.unterseite-ansprechpartner {
  margin-bottom: 30px;
  background: #fff;
  padding: 18px;
  text-align: center; }
  .unterseite-ansprechpartner div.bild {
    margin-bottom: 15px; }
  .unterseite-ansprechpartner div.bild img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fbc622; }
  .unterseite-ansprechpartner div.content p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 25px; }
    .unterseite-ansprechpartner div.content p.name {
      font-weight: 600; }
    .unterseite-ansprechpartner div.content p.position {
      font-style: italic; }
    .unterseite-ansprechpartner div.content p.telefon, .unterseite-ansprechpartner div.content p.email {
      line-height: 30px; }
    .unterseite-ansprechpartner div.content p a {
      color: #ed1400;
      font-weight: 600; }
/* Verteilerseiten Ansprechpartner Content Bereich */
.col-ansprechpartner .unterseite-ansprechpartner {
  display: block;
  height: 184px;
  padding: 24px 24px 16px;
  width: 100%;
  text-align: left; }
  .col-ansprechpartner .unterseite-ansprechpartner div.bild {
    display: block;
    box-sizing: initial;
    box-sizing: content-box;
    float: left;
    margin: 0;
    padding: 0 24px 0 0;
    width: 145px; }
  .col-ansprechpartner .unterseite-ansprechpartner div.content {
    display: block;
    float: left;
    text-align: left;
    width: 350px; }
    .col-ansprechpartner .unterseite-ansprechpartner div.content p.name {
      font-weight: 300;
      font-size: 32px;
      color: #ed1400;
      text-transform: uppercase;
      margin-bottom: 5px; }

@media (max-width: 767px) {
  .col-ansprechpartner .unterseite-ansprechpartner {
    height: auto;
    display: inline-block;
    padding: 24px 24px 16px;
    width: 100%;
    text-align: center; }
    .col-ansprechpartner .unterseite-ansprechpartner div.bild {
      display: block;
      float: left;
      margin: 0 0 20px 0;
      padding: 0;
      width: 100%; }
    .col-ansprechpartner .unterseite-ansprechpartner div.content {
      display: block;
      float: left;
      text-align: center;
      width: 100%; } }

/* t3ddy (Tabs und Accordeons) */

.t3ddy-tabContainer {
  margin-bottom: 90px;
  background: #fff; }
  .t3ddy-tabContainer .t3ddy-tabContainer-tabList {
    text-align: center;
    margin: 0;
    padding: 0; }
  .t3ddy-tabContainer .t3ddy-tabContainer-tabList li {
    display: block;
    padding: 1px 1px 0 1px;
    float: left;
    background: #ecf4f9;
    margin: 0;
    position: relative;
    transition: 0.5s background-color; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li:after {
      display: none;
      content: inherit; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li a {
      width: 100%;
      padding: 10px 30px;
      display: inline-block;
      background: #ecf4f9;
      font-size: 1rem;
      font-weight: 600;
      color: #2c3e50;
      transition: 0.5s background-color; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li a:hover {
      background: #fff; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li:hover {
      background: #ecf4f9; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active {
      background: #e8e8e8;
      position: relative;
      border: none; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active:after {
      background: #fff;
      content: "";
      height: 1px;
      left: 1px;
      position: absolute;
      top: 100%;
      width: 99%;
      border-radius: 0;
      display: block; }
    .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active a {
      background: #fff;
      color: #2c3e50; }
  .t3ddy-tabContainer .t3ddy-tabContainer-tabList::after, .t3ddy-tabContainer .t3ddy-tabContainer-tabList::before {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }
  .t3ddy-tabContainer .t3ddy-tab-item {
    border: 1px solid #e8e8e8;
    padding: 30px 40px 8px 40px; }
  .t3ddy-tabContainer .t3ddy-tab-item::after, .t3ddy-tabContainer .t3ddy-tab-item::before {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }

.newsroom-gird-outer .col-md-3 .t3ddy-tabContainer .t3ddy-tab-item {
  padding: 0; }
/* t3ddy Startseite (Tabs und Accordeons) */
section.content-startseite .t3ddy-tabContainer {
  margin-bottom: 90px;
  background: #fff; }
  section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList {
    text-align: center;
    margin-left: -0.5px;
    margin-right: -0.5px;
    overflow: hidden; }
  section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li {
    margin: 0;
    display: block;
    padding-left: 0.5px;
    padding-right: 0.5px;
    float: left;
    background: #d5d8dc; }
    section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li a {
      padding: 20px 0;
      display: inline-block;
      background: #d5d8dc;
      font-size: 1.375rem;
      color: #5e6c7a;
      text-transform: uppercase; }
    section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active {
      background: #ed1400;
      position: relative;
      z-index: 1;
      box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.4); }
    section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active:first-child {
      box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.4); }
    section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active:last-child {
      box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.4); }
    section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active a {
      background: #ed1400;
      color: #fff; }
    section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList li.ui-tabs-active a span:before {
      color: #fff !important; }
  section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList::after, section.content-startseite .t3ddy-tabContainer .t3ddy-tabContainer-tabList::before {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }
  section.content-startseite .t3ddy-tabContainer .t3ddy-tab-item {
    border-top: 4px solid #ed1400;
    padding: 18px 18px 0 18px; }
  section.content-startseite .t3ddy-tabContainer .t3ddy-tab-item::after, section.content-startseite .t3ddy-tabContainer .t3ddy-tab-item::before {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }

section.content-startseite .t3ddy-tabContainer-tabList li {
  width: 20%; }
  section.content-startseite .t3ddy-tabContainer-tabList li a {
    width: 100%; }

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  background: #ed1400;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -25px; }
  .owl-buttons .owl-prev span, .owl-buttons .owl-next span {
    line-height: 50px;
    display: block;
    color: #fff;
    font-size: 30px; }
  .owl-buttons .owl-prev {
    left: -20px; }
  .owl-buttons .owl-next {
    right: -20px; }

.t3ddy-accordion h3.t3ddy-accordion-header {
  color: #4a4a4a;
  padding: 16px;
  border-top: 1px solid lightgray;
  margin: 0;
  cursor: pointer;
  transition: 0.5s background-color; }
  .t3ddy-accordion h3.t3ddy-accordion-header:hover {
    background-color: #ecf4f9; }
  .t3ddy-accordion h3.t3ddy-accordion-header:first-child {
    border: none; }
  .t3ddy-accordion h3.t3ddy-accordion-header:last-child {
    border-bottom: 1px solid lightgray; }
  .t3ddy-accordion h3.t3ddy-accordion-header span {
    float: right;
    margin: 4px 14px 0 0; }
  .t3ddy-accordion h3.t3ddy-accordion-header.ui-state-active {
    background-color: #ecf4f9; }
  .t3ddy-accordion .t3ddy-accordion-item {
    padding: 0 40px;
    transition: 0.5s background-color; }
  .t3ddy-accordion .t3ddy-accordion-item.ui-accordion-content {
    background-color: #ecf4f9;
    height: auto; }
  .t3ddy-accordion .t3ddy-accordion-item.ui-accordion-content-active {
    background-color: #ecf4f9; }
  .t3ddy-accordion .t3ddy-accordion-item p {
    margin-bottom: 0;
    padding-bottom: 20px; }
/* MEDIATHEK */
.tx-igx-mediathek .filter-wrap, .tx-igx-mediathek .warenkorb-wrap {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e7e8; }
  .tx-igx-mediathek .list-wrap .medium {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e7e8; }
  .tx-igx-mediathek .list-wrap .medium p {
    margin: 0;
    line-height: 24px; }
  .tx-igx-mediathek .list-wrap .medium p.headline {
    font-size: 1.25rem;
    color: #ed1400;
    font-weight: 600;
    margin-bottom: 5px; }
  .tx-igx-mediathek .list-wrap .medium p.meta {
    font-size: 0.6875rem;
    font-weight: 700;
    margin-bottom: 5px; }
  .tx-igx-mediathek .list-wrap .medium p.teaser {
    font-size: 0.875rem; }
  .tx-igx-mediathek .list-wrap .medium div.badges span {
    color: #b5bcc2;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #b5bcc2;
    font-size: 24px;
    display: inline-block;
    margin: 0 6px; }
  .tx-igx-mediathek .list-wrap .medium div.buttons {
    margin-top: 10px; }
  .tx-igx-mediathek .list-wrap .medium div.buttons a {
    display: inline-block; }
  .tx-igx-mediathek .warenkorb-wrap p {
    text-transform: uppercase; }
  .tx-igx-mediathek .warenkorb-wrap p a.btn {
    display: inline-block; }
  .tx-igx-mediathek .warenkorb-wrap .warenkorb-items {
    margin-bottom: 15px; }
  .tx-igx-mediathek .warenkorb-wrap .warenkorb-items .warenkorb-item {
    margin-bottom: 10px; }
  .tx-igx-mediathek .warenkorb-wrap .warenkorb-items p {
    font-size: 0.875rem;
    font-weight: bold;
    color: #ed1400;
    margin-bottom: 5px;
    line-height: 38px; }
  .tx-igx-mediathek .warenkorb-wrap .warenkorb-items p.cycle {
    color: #4a4a4a; }
  .tx-igx-mediathek .warenkorb-wrap .warenkorb-items input.standard {
    font-style: normal;
    text-align: center;
    line-height: 38px;
    font-weight: 700; }
  .tx-igx-mediathek .warenkorb-wrap .warenkorb-items button.delete {
    background: none;
    border: none;
    font-size: 25px; }
  .tx-igx-mediathek .bestellung-wrap {
    margin-bottom: 30px; }
  .tx-igx-mediathek .bestellung-wrap .data-block {
    margin-bottom: 45px; }

@media (min-width: 768px) {
  .owl-buttons .owl-prev {
    left: -50px; }

  .owl-buttons .owl-next {
    right: -50px; } }

/*****************************
 * KE SEARCH
 ******************************/

.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  position: relative;
  width: 33%; }
  .tx-kesearch-pi1 .kesearch_searchbox input[type="submit"].btn, .tx-kesearch-pi1 .kesearch_searchbox .resetbutt a.btn {
    min-height: 46px;
    transition: all 0.2s ease 0s;
    padding: 7px 40px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 60px;
    border: 2px solid transparent;
    background: #fff; }
  .tx-kesearch-pi1 .kesearch_searchbox input[type="submit"].btn.grey, .tx-kesearch-pi1 .kesearch_searchbox .resetbutt a.btn.grey {
    border: 2px solid #afb6bc;
    color: #afb6bc; }
  .tx-kesearch-pi1 .kesearch_searchbox input[type="submit"].btn.grey:hover, .tx-kesearch-pi1 .kesearch_searchbox .resetbutt a.btn.grey:hover {
    color: #fff;
    background: #afb6bc; }

#ke_search_sword {
  margin-right: 15px;
  padding-right: 35px;
  width: 96%; }

#kesearch_submit {
  border: 0 none;
  color: #afb6bc;
  height: 28px;
  line-height: 28px;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 10px;
  width: 28px; }

#kesearch_submit:focus, #kesearch_submit:hover {
  box-shadow: 0 0 0 white;
  border: 0 none;
  cursor: pointer; }
/*****************************
 * TESTIMONIALS
 ******************************/
.tx-ig-testimonials {
  margin-bottom: 25px; }
  .tx-ig-testimonials .testimonialsWrapper {
    overflow: hidden;
    color: #fff; }
  .tx-ig-testimonials .testimonialsWrapper.testimonialRot {
    background: #ed1400; }
  .tx-ig-testimonials .testimonialsWrapper.testimonialBlau {
    background: #2980b9; }
  .tx-ig-testimonials .testimonialsWrapper.testimonialTuerkis {
    background: #4db9c8; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial {
    position: relative; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tImage {
    height: 160px;
    left: 24px;
    margin-top: -80px;
    position: absolute;
    top: 50%;
    width: 160px; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tImage img {
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tBody {
    min-height: 152px;
    padding: 24px 24px 40px 220px;
    font-size: 24px;
    font-weight: bold; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tBody .tNav {
    bottom: 64px;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding-left: 220px;
    padding-right: 24px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tFooter {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    font-weight: 700;
    height: 64px;
    padding: 10px 24px 5px 220px;
    text-align: center; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tFooter .tName {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tFooter .tMeta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7); }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .ansprechpartner-infos {
    text-align: center; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .ansprechpartner-infos p {
    margin: 0;
    color: #fff; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .ansprechpartner-infos p.position {
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px; }
  .tx-ig-testimonials .testimonialsWrapper .testimonial .ansprechpartner-infos p a {
    color: #fff; }
  .tx-ig-testimonials .owl-pagination {
    display: none;
    bottom: 64px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    padding: 0 24px 0 220px;
    width: 100%; }
  .tx-ig-testimonials .owl-pagination .owl-page {
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 15px 5px;
    width: 10px; }
  .tx-ig-testimonials .owl-pagination .owl-page.active {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; }
  .tx-ig-testimonials .owl-buttons .owl-next, .tx-ig-testimonials .owl-buttons .owl-prev {
    background: transparent none repeat scroll 0 0;
    bottom: 7px;
    top: inherit; }
  .tx-ig-testimonials .owl-buttons .owl-next {
    right: 20px; }
  .tx-ig-testimonials .owl-buttons .owl-prev {
    left: 220px; }

@media (min-width: 768px) {
  .tx-ig-testimonials .testimonialsWrapper .testimonial .ansprechpartner-infos {
    text-align: left; } }

@media (max-width: 767px) {
  .tx-ig-testimonials .testimonialsWrapper .testimonial .tImage {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0 0 24px;
    width: 100%;
    text-align: center; }
    .tx-ig-testimonials .testimonialsWrapper .testimonial .tBody {
      padding: 24px 24px 40px 24px; }
    .tx-ig-testimonials .testimonialsWrapper .testimonial .tFooter {
      padding: 10px 24px 5px 24px; }
    .tx-ig-testimonials .owl-pagination {
      padding: 0 24px; }
    .tx-ig-testimonials .owl-buttons .owl-next {
      right: 0; }
    .tx-ig-testimonials .owl-buttons .owl-prev {
      left: 0; } }
/*****************************
 * Glossar
 ******************************/
.tx-ig-glossar {
  margin-bottom: 25px; }
  .tx-ig-glossar .glossarWrapper {
    background: #faedd6; }
  .tx-ig-glossar .glossarWrapper .term {
    position: relative; }
  .tx-ig-glossar .glossarWrapper .term .tHeader {
    font-size: 32px;
    padding: 48px 35px 48px 20px; }
  .tx-ig-glossar .glossarWrapper .term .tHeader .tErklaert {
    font-weight: 300; }
  .tx-ig-glossar .glossarWrapper .term .tHeader .tErklaert span {
    font-weight: 600; }
  .tx-ig-glossar .glossarWrapper .term .tHeader .tTitle {
    font-size: 42px;
    font-family: 'Shadows Into Light Two', cursive;
    color: #ed1400; }
  .tx-ig-glossar .glossarWrapper .term .termBody {
    margin: 48px 0;
    padding: 0 60px 0 0;
    position: relative;
    overflow: hidden; }
  .tx-ig-glossar .glossarWrapper .term .termBody .termBodyScroll {
    max-height: 360px;
    overflow: scroll; }
  .tx-ig-glossar .owl-buttons .owl-prev, .tx-ig-glossar .owl-buttons .owl-next {
    background: transparent; }
  .tx-ig-glossar .owl-buttons .owl-prev span, .tx-ig-glossar .owl-buttons .owl-next span {
    color: #ed1400; }
  .tx-ig-glossar .owl-buttons .owl-prev {
    left: auto;
    margin-top: -60px;
    right: 7px;
    top: 50%; }
  .tx-ig-glossar .owl-buttons .owl-next {
    margin-top: 10px;
    right: 7px;
    top: 50%; }
  .tx-ig-glossar .scrollOverlay {
    width: 100%;
    margin-left: -65px;
    position: absolute;
    z-index: 33;
    height: 17px;
    bottom: 0;
    left: 0;
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/pic_scrollBtnOverlay.png") repeat-x bottom center; }

@media (max-width: 768px) {
  .tx-ig-glossar .glossarWrapper .term .tHeader {
    padding: 24px; }
    .tx-ig-glossar .glossarWrapper .term .termBody {
      margin: 0 0 48px 0;
      padding: 0 24px 0 24px; }
    .tx-ig-glossar .owl-buttons .owl-prev {
      left: 7px;
      top: auto;
      bottom: 0; }
    .tx-ig-glossar .owl-buttons .owl-next {
      top: auto;
      bottom: 0; }
    .tx-ig-glossar .scrollOverlay {
      margin-left: -41px; } }

@media (min-width: 768px) and (max-width: 980px) {
  .tx-ig-glossar .glossarWrapper .term .termBody {
    padding: 0 60px 0 24px; } }
/*****************************
 * Allgemein - Fakten / Social Sharing
 ******************************/
.socialFaktWrapper {
  background: #fff;
  margin: 0 0 25px;
  padding: 16px 24px; }
  .socialFaktWrapper .headline {
    font-size: 18px;
    color: #ed1400;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #fbc622; }
  .socialFaktWrapper .igSharing .body {
    display: inline-block;
    padding-top: 12px;
    width: 100%; }
  .socialFaktWrapper .igSharing a {
    display: block;
    float: left;
    height: 32px;
    margin-right: 30px;
    width: 32px; }
  .socialFaktWrapper .igSharing a.socialMail {
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/bt_social_mail.png') no-repeat center center; }
  .socialFaktWrapper .igSharing a.socialFacebook {
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/bt_social_facebook.png') no-repeat center center; }
  .socialFaktWrapper .igSharing a.socialTwitter {
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/bt_social_twitter.png') no-repeat center center; }
  .socialFaktWrapper .igSharing a.socialGooglePlus {
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/bt_social_google.png') no-repeat center center; }
  .socialFaktWrapper .igSharing button.socialUrlCopy {
    background: transparent;
    appearance: none;
    border: none;
    width: 32px;
    height: 32px;
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/Link.png') no-repeat center center;
    background-size: contain; }
  .socialFaktWrapper .igSharing a:last-child {
    margin-right: 0; }
  .socialFaktWrapper .igSharing .modal-dialog {
    background: white;
    border-radius: 15px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden; }
  .socialFaktWrapper .igSharing .modal-dialog .modal-header {
    background: red;
    color: white;
    font-weight: bold; }
  .socialFaktWrapper .igSharing .modal-dialog .modal-header button {
    background: none;
    border: none;
    float: right;
    font-weight: bold;
    font-size: 20px; }
  .socialFaktWrapper .igSharing .modal-dialog .modal-content {
    box-shadow: none;
    border: none;
    padding: 15px; }
  .socialFaktWrapper .igSharing .modal-dialog .modalFooter {
    text-align: right;
    padding: 0 15px 10px 15px; }
  .socialFaktWrapper .igSpacer {
    height: 45px;
    width: 100%;
    display: block; }
  .socialFaktWrapper .igFacts ul {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    padding-top: 15px;
    list-style: disc; }
  .socialFaktWrapper .igFacts ul li {
    list-style: outside none disc !important;
    margin-bottom: 10px;
    margin-left: 14px; }

@media (max-width: 519px) {
  .socialFaktWrapper .igSharing a {
    margin: 10px 8.3%; }
    .socialFaktWrapper .igSharing a:first-child {
      margin-left: 0; } }

@media (min-width: 520px) and (max-width: 979px) {
  .socialFaktWrapper .igSharing a {
    margin: 10px 10.1191%; } }

@media (min-width: 980px) and (max-width: 1170px) {
  .socialFaktWrapper .igSharing a {
    margin: 10px 15.8046% 20px; } }

.content blockquote {
  padding-left: 20px;
  font-style: italic; }
  .content blockquote p {
    line-height: 25px; }

.parsley-errors-list {
  display: none !important; }

.t3ddy-accordion .t3ddy-accordion-item::before {
  display: none !important; }

div.tab-social-icon-preload {
  position: relative; }
  div.tab-social-icon-preload .ctn {
    position: relative;
    top: 30%;
    text-align: center;
    padding: 30px 20px; }
  div.tab-social-icon-preload .ctn img {
    max-width: 30%;
    height: auto;
    display: inline-block; }
  div.tab-social-icon-preload .ctn a {
    display: block;
    width: 85%;
    font-size: 12px;
    padding: 7px 0;
    margin: 10px auto 0 auto; }

@media (min-width: 768px) {
  div.tab-social-icon-preload {
    height: 504px; } }

.tooltip-google {
  margin: 0px 0 0 10px;
  font-size: 22px;
  display: none; }

#google_translate_element {
  display: none; }
  #google_translate_element p.note {
    font-size: 10px; }

@media (min-width: 768px) {
  div.tab-social-icon-preload .ctn {
    padding: 0 100px; } }

@media (min-width: 1024px) {
  div.tab-social-icon-preload .ctn {
    padding: 0; } }

@media (max-width: 767px) {
  section.content-startseite .t3ddy-tabContainer-tabList li a span {
    display: inline-block;
    font-size: 10px; } }
/* Breadcrumb*/
.bread-wrap {
  margin: 45px 0 0 0; }
  .bread-wrap li {
    display: inline;
    float: left; }
  .bread-wrap li::after {
    content: "\e911";
    color: #8e949b;
    font-size: 1rem;
    display: inline-block;
    margin: 0 20px;
    font-family: 'dahw'; }
  .bread-wrap li:last-child::after {
    display: none; }
  .bread-wrap li a {
    color: #8e949b;
    font-size: 1rem;
    font-style: italic;
    text-transform: uppercase; }
  /* END Breadcrumb*/
/* Main NAV */
.nav-header {
  width: 100%;
  padding: 20px 0;
  min-height: 76px; }
  .nav-header nav {
    display: none; }
  .nav-header nav ul.menu a:hover {
    text-decoration: none; }
  .nav-header nav ul.menu.first {
    display: block;
    width: auto;
    float: right; }
  .nav-header nav ul.menu.first li {
    display: inline-block;
    float: left;
    padding: 8px 24px;
    margin: 0 8px; }
  .nav-header nav ul.menu.first li a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
  .nav-header nav ul.menu.first li:hover {
    background: #fff;
    -webkit-box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.25);
    position: relative; }
  .nav-header nav ul.menu.first li:hover > a {
    color: #2c3e50; }
  .nav-header nav ul.menu.first li:hover > ul.menu.second {
    display: block; }
  .nav-header nav ul.menu.first li ul.menu.second {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 290px;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
  .nav-header nav ul.menu.first li ul.menu.second li {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0; }
    .nav-header nav ul.menu.first li ul.menu.second li a {
      display: block;
      color: #2c3e50;
      font-size: 1.125rem;
      font-weight: 500;
      padding: 12px 24px 12px 24px;
      text-transform: none;
      -webkit-transition: padding 0.4s ease-out;
      -moz-transition: padding 0.4s ease-out;
      -o-transition: padding 0.4s ease-out;
      -ms-transition: padding 0.4s ease-out;
      transition: padding 0.4s ease-out; }
      .nav-header nav ul.menu.first li ul.menu.second li a:hover {
        padding: 12px 19px 12px 29px; }
    .nav-header nav ul.menu.first li ul.menu.second li:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: #d5d8dc;
      position: static; }
      .nav-header nav ul.menu.first li ul.menu.second li:hover > ul.menu.third {
        display: block; }
    .nav-header nav ul.menu.first li ul.menu.second li ul.menu.third {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      width: 290px;
      background: #fff;
      margin: 0;
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
  .nav-header nav ul.menu.first li.right ul.menu.second {
    left: auto;
    right: 0; }
    .nav-header nav ul.menu.first li.right ul.menu.second li ul.menu.third {
      left: auto;
      right: 100%; }
/* END MAIN NAV */
/* Rechte Spalte Submav */
nav.subnav {
  background: #fff; }
  nav.subnav ul {
    display: block;
    margin-bottom: 30px; }
  nav.subnav ul li {
    display: block; }
  nav.subnav ul li a {
    display: block;
    padding: 16px 23px;
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  nav.subnav ul li a.active, nav.subnav ul li a:hover {
    background: #e5e5e5; }
  nav.subnav ul li a:hover {
    padding: 16px 18px 16px 28px; }
  nav.subnav ul li a.active {
    font-weight: 600;
    padding: 16px 23px;
    color: #ed1400; }
  nav.subnav ul li ul li a {
    padding: 16px 40px;
    font-size: 0.875rem; }
    nav.subnav ul li ul li a:hover, nav.subnav ul li ul li a.active {
      padding: 16px 40px; }
  nav.subnav ul li ul li ul li a, nav.subnav ul li ul li ul li a:hover, nav.subnav ul li ul li ul li a.active {
    padding: 16px 20px 16px 60px; }
  nav.subnav ul li.active ul {
    background: #efefef; }

.page-navigation {
  display: block;
  width: 100%;
  text-align: center; }
  .page-navigation p {
    display: none; }

.content ul.f3-widget-paginator, div.kesearch_pagebrowser ul {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 50px; }
  .content ul.f3-widget-paginator li, div.kesearch_pagebrowser ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #b5bcc2;
    border-radius: 50%; }
  .content ul.f3-widget-paginator li.next, div.kesearch_pagebrowser ul li.next, .content ul.f3-widget-paginator li.previous, div.kesearch_pagebrowser ul li.previous {
    display: none; }
  .content ul.f3-widget-paginator li::after, div.kesearch_pagebrowser ul li::after {
    display: none; }
  .content ul.f3-widget-paginator li a, div.kesearch_pagebrowser ul li a {
    display: block;
    color: #b5bcc2;
    border-radius: 50%; }
  .content ul.f3-widget-paginator li.current, div.kesearch_pagebrowser ul li.current, .content ul.f3-widget-paginator li:hover, div.kesearch_pagebrowser ul li:hover, .content ul.f3-widget-paginator li a:hover, div.kesearch_pagebrowser ul li a:hover {
    background: #b5bcc2;
    color: #fff; }

#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a {
  padding: 0; }

@media (min-width: 980px) {
  .nav-header nav {
    display: block; } }

.js .mm-menu {
  top: 77px;
  width: 100%;
  background: #2c3e50;
  color: #fff; }
  .js .mm-menu .mm-divider, .js .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .js .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .js .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .js .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: transparent; }
  .js .mm-menu .mm-listview > li:not(.mm-divider)::after {
    border: none; }
  .js .mm-menu .mm-listview .mm-next::before {
    border: none; }
  .js .mm-menu .mm-listview .mm-arrow::after, .js .mm-menu .mm-listview .mm-next::after, .js .mm-menu .mm-listview .mm-prev::before {
    height: 15px;
    width: 15px; }
  .js .mm-menu .mm-listview > li .mm-arrow::after, .js .mm-menu .mm-listview > li .mm-next::after {
    border-color: white; }
  .js .mm-menu .mm-listview > li.mm-vertical > .mm-next::after, .js .mm-menu .mm-listview > li > .mm-next::after {
    bottom: auto;
    left: 16px;
    margin-top: -7px;
    top: 50%; }
  .js .mm-menu .mm-listview.first {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase; }
  .js .mm-menu .mm-listview.first a {
    padding: 22px 10px 22px 30px; }
  .js .mm-menu .mm-listview.first a.mm-next {
    height: 68px; }
  .js .mm-menu .mm-listview.first .mm-panel {
    padding: 0 0 20px 35px; }
  .js .mm-menu .mm-listview.second {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none; }
  .js .mm-menu .mm-listview.second a {
    padding: 20px 10px 20px 20px; }
  .js .mm-menu .mm-listview.second a.mm-next {
    height: 60px; }
  .js .mm-menu .mm-listview .mm-panel {
    padding: 0 0 10px 0; }
  .js .mm-menu .mm-navbar a, .js .mm-menu .mm-navbar > * {
    color: #fff; }
  .js .mm-menu .mm-listview.first .mobileCPL {
    margin: 30px 0; }
  .js .mm-menu .mm-listview.first .mobileCPL > div {
    display: inline-block;
    text-align: center; }
  .js .mm-menu .mm-listview.first .mobileCPL > div .icon {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 28px;
    width: 32px;
    height: 32px;
    position: relative; }
  .js .mm-menu .mm-listview.first .mobileCPL > div.mobileContact {
    width: 40%; }
    .js .mm-menu .mm-listview.first .mobileCPL > div.mobileContact .icon {
      background: url("/typo3conf/ext/ig_project/Resources/Public/Images/bt_metacontact.png") no-repeat -3px -2px; }
  .js .mm-menu .mm-listview.first .mobileCPL > div.mobileProfile {
    width: 40%; }
    .js .mm-menu .mm-listview.first .mobileCPL > div.mobileProfile .icon {
      background: url("/typo3conf/ext/ig_project/Resources/Public/Images/bt_profile.png") no-repeat -3px -2px; }
  .js .mm-menu .mm-listview.first .mobileCPL > div.mobileLang {
    width: 20%; }
    .js .mm-menu .mm-listview.first .mobileCPL > div.mobileLang ul.language-menu {
      position: absolute;
      top: 0;
      right: 25pX; }
  .js .mm-menu .mm-listview.first .mobileCPL > div a {
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: none; }
  .js .mm-menu .mm-listview.first .mobileMeta .mobileMetaItem {
    display: inline-block;
    margin: 0 0 45px;
    text-align: center;
    width: 50%; }
  .js .mm-menu .mm-listview.first .mobileMeta .mobileMetaItem a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px; }
  .js .mm-menu .mm-listview.first .mm-search {
    height: auto;
    padding: 24px 24px 0;
    position: relative;
    margin: 20px 0 25px 0;
    border-top: 1px solid #4a4a4a; }
  .js form#mobileSearchForm .mm-btn::before, .js form#mobileSearchForm .mm-btn::after {
    border: medium none;
    height: 30px; }
  .js form#mobileSearchForm .mm-btn {
    padding: 0 10px 0 0;
    top: 7px;
    width: 47px; }
  .js #mobileSearchField {
    background: rgba(0, 0, 0, 0.3) url("/typo3conf/ext/ig_project/Resources/Public/Images/bt_mobileNavSearch.png") no-repeat 97% 6px;
    border: 2px solid white !important;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    height: 40px;
    padding-right: 10%; }

.mobileNavBtn {
  position: absolute;
  top: 19px;
  right: 10px; }
  .mobileNavBtn a {
    color: white;
    font-size: 32px; }

@media (min-width: 768px) {
  .js .mm-menu {
    top: 78px; }
    .js .mm-menu .mm-listview.first .mobileCPL > div {
      display: inline-block; }
      .js .mm-menu .mm-listview.first .mobileCPL > div a {
        font-size: 24px; }
      .js .mm-menu .mm-listview.first .mobileMeta .mobileMetaItem a {
        font-size: 20px; }

  .mobileNavBtn {
    top: 0; }

  .nav-header > div.container > div.row {
    position: relative; } }

@media (min-width: 980px) {
  #hamburger {
    display: none; } }

.tx-felogin-pi1 .loginForm {
  margin: 10px 0; }
  .tx-felogin-pi1 legend {
    font-weight: 700; }
  .tx-felogin-pi1 legend {
    margin-bottom: 10px; }
  .tx-felogin-pi1 form fieldset div {
    margin-bottom: 32px;
    display: inline-block;
    width: 100%; }
  .tx-felogin-pi1 form fieldset div label {
    line-height: 48px;
    text-align: right; }
  .tx-felogin-pi1 input[type="text"], .tx-felogin-pi1 input[type="password"] {
    border: 1px solid gray;
    line-height: 46px;
    padding: 0 10px; }
  .tx-felogin-pi1 input[type="submit"].btn {
    transition: all 0.2s ease 0s;
    padding: 7px 40px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 60px;
    border: 2px solid transparent;
    background: #fff; }
  .tx-felogin-pi1 input[type="submit"].btn.grey {
    border: 2px solid #afb6bc;
    color: #afb6bc; }
  .tx-felogin-pi1 input[type="submit"].btn.grey:hover {
    color: #fff;
    background: #afb6bc; }

@media (max-width: 768px) {
  .tx-felogin-pi1 form fieldset div label {
    text-align: left;
    padding: 0; } }
/* SPENDENVERTEILER */
.trennerWeitere {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px; }

.vTeaserItem {
  position: relative;
  height: 100%;
  margin-bottom: 35px;
  width: 100%; }
  .vTeaserItem .vTeaserBody {
    background: rgba(44, 62, 80, 1) none repeat scroll 0 0;
    display: block;
    padding: 30px 15px 45px;
    position: relative;
    width: 100%;
    z-index: 40;
    color: #fff; }
  @media (min-width: 768px) {
    .vTeaserItem .vTeaserBody {
      background: rgba(44, 62, 80, 0.7) none repeat scroll 0 0;
      position: absolute;
      top: 24px;
      left: 24px;
      width: 44.5633%; } }
  .vTeaserItem .vTeaserBody .vTeaserTitle {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase; }
  .vTeaserItem .vTeaserBody .vTeaserText {
    font-weight: 600;
    line-height: 32px; }
  .vTeaserItem .vTeaserImage {
    width: 100%;
    height: 100%; }
  .vTeaserItem .vTeaserImage .vKachelOverlay {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/pic_teaser_overlay.png") repeat-x left bottom;
    width: 100%;
    height: 100%;
    position: absolute; }
  .vTeaserItem .vTeaserImage .vKachelBild {
    width: 100%;
    height: 100%; }
  .vTeaserItem .vTeaserBtn {
    bottom: -12px;
    position: absolute;
    text-align: center;
    width: 100%; }

.vTeaserLarge {
  margin: 0 -15px; }
  @media (min-width: 992px) {
  .vTeaserLarge {
    margin: 0; } }
  .vTeaserLarge .vTeaserItem {
    height: 472px; }

.vTeaserSmall .vTeaserItem {
  height: 316px; }
  .vTeaserSmall .vTeaserItem .vTeaserBody {
    background: transparent;
    left: 0;
    padding: 0 15px;
    margin: 0 0 24px 0;
    top: auto;
    width: 100%;
    bottom: 0;
    text-align: center; }
  .vTeaserSmall .vTeaserItem .vTeaserBtn {
    bottom: -35px; }

@media (max-width: 767px) {
  .col-spendenTeaser .vTeaserLarge .vTeaserItem {
    height: 472px; }
    .col-spendenTeaser .vTeaserLarge .vTeaserItem .vTeaserBody {
      background: transparent none repeat scroll 0 0;
      bottom: 0;
      left: 0;
      top: auto;
      width: 100%; }
      .col-spendenTeaser .vTeaserLarge .vTeaserItem .vTeaserBody .vTeaserText {
        line-height: 24px; }
    .col-spendenTeaser .vTeaserSmall .vTeaserItem {
      height: 316px; }
    .col-spendenTeaser .vTeaserSmall .vTeaserItem .vTeaserBody {
      background: transparent;
      left: 0;
      padding: 0 15px;
      margin: 0 0 24px 0;
      top: auto;
      width: 100%;
      bottom: 0;
      text-align: center; }
    .col-spendenTeaser .vTeaserSmall .vTeaserItem .vTeaserBtn {
      bottom: -35px; } }

.newsletterAnmeldung .formRow {
  margin-bottom: 20px; }
  .newsletterAnmeldung .formRow input[type="text"], .newsletterAnmeldung .formRow input[type="email"] {
    border: 1px solid #b8b8b8;
    height: 46px;
    font-weight: 600;
    font-style: italic;
    width: 100%;
    padding: 0 10px; }
  .newsletterAnmeldung .formRow input[type="text"]:focus, .newsletterAnmeldung .formRow input[type="email"]:focus {
    border-color: #4db9c8; }
  .newsletterAnmeldung .formRow .captcha {
    margin-top: 30px; }
/*  TEASER  */
.newsletterTeaser {
  background: #71c7d3;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px; }
  .newsletterTeaser .ntBody p {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px; }
  .newsletterTeaser a.btn.nlTeaserBtn {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px; }
  .newsletterTeaser a.btn.nlTeaserBtn.red {
    background: #f14333;
    color: #fff;
    border-color: #f14333; }
  .newsletterTeaser a.btn.nlTeaserBtn.white {
    background: #fff;
    color: #2c3e50;
    border-color: #fff; }

.comment-wrap h5 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase; }
  .comment-wrap h5::before {
    content: "";
    display: block;
    border-top: solid 1px #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .comment-wrap h5 span {
    background-color: #4b5b6a;
    padding: 0 14px;
    position: relative;
    z-index: 5; }
  .comment-wrap .comment-list .comment {
    background-color: #ddd;
    margin-bottom: 30px;
    padding: 15px 20px;
    line-height: 32px; }
  .comment-wrap .comment-list .comment p {
    margin-bottom: 0px; }
  .comment-wrap .comment-list .comment p.autor {
    color: #000;
    font-weight: bold; }
  .comment-wrap .comment-list .comment p.autor span {
    color: #4a4a4a;
    font-weight: normal; }
  .comment-wrap button.standard {
    color: #000;
    padding: 8px 40px;
    float: right; }
  .comment-wrap #commentEmail, .comment-wrap #commentName {
    line-height: normal;
    height: 46px; }
  .comment-wrap #commentText {
    line-height: normal;
    height: 94px;
    line-height: 46px; }

button.cookie-tool-btn {
  font-size: 1rem;
  padding: 7px 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease; }
  @media screen and (max-width: 992px) {
  button.cookie-tool-btn {
    margin: 20px 0 0 0; } }
  @media screen and (max-width: 293px) {
  button.cookie-tool-btn:first-of-type {
    margin: 0 0 20px 0; }
  button.cookie-tool-btn:last-of-type {
    margin: 0; } }
  button.cookie-tool-btn:hover {
    background-color: #ed1400;
    color: #fff;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease; }
  button.cookie-tool-btn.cDefault {
    background-color: #ed1400;
    color: #fff;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease; }
  button.cookie-tool-btn.cDefault:hover {
    background-color: #ba1000; }

#cookie-tool-sidebar {
  position: fixed;
  height: 100%;
  top: 100vh;
  width: 100%;
  background-color: #2c3e50;
  color: #fff;
  padding: 50px 40px;
  z-index: 999999;
  overflow: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease; }
  @media print {
  #cookie-tool-sidebar {
    display: none; } }
  #cookie-tool-sidebar p {
    color: #fff; }
  #cookie-tool-sidebar #close-cookie-tool-sidebar {
    position: absolute;
    right: 40px;
    top: 30px;
    font-weight: bold;
    cursor: pointer;
    font-size: 32px; }
  @media screen and (max-width: 600px) {
    #cookie-tool-sidebar #close-cookie-tool-sidebar {
      line-height: 0;
      right: 10px;
      top: 10px; } }
  #cookie-tool-sidebar #cookie-tool-sidebar-apply {
    float: left;
    margin-bottom: 30px; }
  #cookie-tool-sidebar .cookie-tool-popup-accept-all {
    float: right;
    margin-bottom: 30px;
    background: #ed1400;
    color: white; }
  #cookie-tool-sidebar.active {
    top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease; }
  #cookie-tool-sidebar div.introduction-headline {
    display: inline-flex; }
  #cookie-tool-sidebar div.introduction-headline img {
    padding-right: 15px; }
  #cookie-tool-sidebar div.introduction-headline p {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0; }
  @media screen and (max-width: 1200px) {
      #cookie-tool-sidebar div.introduction-text p {
        max-width: 78%; } }
  #cookie-tool-sidebar div.introduction-text p a {
    color: #fff;
    font-weight: bold; }
  #cookie-tool-sidebar button.cookie-tool-btn img {
    height: 16px;
    margin-left: 5px; }
  #cookie-tool-sidebar div#cookie-tool-category-area {
    padding-top: 20px; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item {
    border-bottom: 1px solid #fff;
    margin-bottom: 17px; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item a.show-more-cookies {
    color: #fff;
    font-weight: bold;
    margin-bottom: 13px;
    display: block; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .cookie-tool-cookies-item {
    margin-left: 20px; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .cookie-tool-cookies-item .headline {
    margin: 0;
    font-weight: bold;
    font-size: 15px; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .cookie-tool-cookies-item .text {
    font-size: 14px;
    line-height: 18px; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle {
    position: relative; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle:after {
    content: "";
    display: table;
    clear: both; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle p.text {
    float: left;
    font-size: 15px;
    line-height: 24px;
    max-width: 78%;
    margin: 0; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper.disabled {
    opacity: 0.5; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute; }
    #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper input.mobileToggle + label {
      position: relative;
      display: inline-block;
      user-select: none;
      transition: 0.4s ease;
      height: 30px;
      width: 50px;
      border: none;
      border-radius: 60px; }
      #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper input.mobileToggle + label:before {
        content: "";
        position: absolute;
        display: block;
        transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
        height: 24px;
        width: 44px;
        top: 0;
        left: 0;
        border-radius: 30px;
        background: rgba(36, 36, 36, 0.5); }
      #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper input.mobileToggle + label:after {
        content: "";
        position: absolute;
        display: block;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, .04), 0 4px 9px rgba(0, 0, 0, .13), 0 3px 3px rgba(0, 0, 0, .05);
        transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
        background: #fff;
        height: 20px;
        width: 20px;
        top: 2px;
        left: 2px;
        border-radius: 60px; }
    #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper input.mobileToggle:checked + label:before {
      background: #ed1400;
      transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); }
      #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item .description-toggle .toggleWrapper input.mobileToggle:checked + label:after {
        left: 22px; }
  #cookie-tool-sidebar div#cookie-tool-category-area div.cookie-tool-category-item p.headline {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 8px 0; }

#cookie-tool-popup {
  width: 100%;
  position: fixed;
  background: #2c3e50;
  z-index: 999999;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 0 0 0;
  -webkit-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease; }
  @media screen and (max-width: 576px) {
  #cookie-tool-popup {
    height: unset; } }
  @media print {
  #cookie-tool-popup {
    display: none; } }
  #cookie-tool-popup.hidden {
    bottom: 100vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease; }
  #cookie-tool-popup .glass {
    background: none;
    border: none;
    color: #afb6bc;
    border-radius: 17px;
    font-weight: normal;
    text-decoration: underline; }
  #cookie-tool-popup .glass:hover {
    color: #ed1400; }
  #cookie-tool-popup .headline {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 20px; }
  #cookie-tool-popup .text {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 10px 20px 10px; }
  #cookie-tool-popup .text a {
    color: white;
    font-weight: bold; }
  #cookie-tool-popup .btn-area {
    text-align: center;
    padding: 0 0 30px 0; }
  @media screen and (min-width: 329px) {
    #cookie-tool-popup .btn-area button:first-of-type {
      margin-right: 36px; }

    #cookie-tool-popup .btn-area button.cookie-tool-popup-deny-all {
      margin-right: 36px; } }

header {
  z-index: 230; }
  header .meta-header a.sitelogo {
    z-index: 235; }

.intro-kacheln .kachel .fader {
  z-index: 5; }
  .intro-kacheln .kachel .content {
    z-index: 6; }

nav.main > ul > li {
  z-index: auto; }
  nav.main > ul > li > ul.menu.second {
    z-index: auto; }
  nav.main > ul > li > ul.menu.second li > ul.menu.third {
    z-index: -1; }

.bauchbinde {
  z-index: 220; }

html {
  font-size: 14px; }

:target:before {
  content: "";
  display: block;
  height: 160px;
  margin: -160px 0 0;
  /* fixed header height*/ }
/* negative fixed header height */
body {
  background-image: url(/typo3conf/ext/ig_project/Resources/Public/Images/bg_body_start.png);
  background-repeat: repeat-x;
  background-color: #4b5b6a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  overflow-x: hidden; }

body.dahw-unterseite, body.dahw-verteilerseite {
  background-position: 0px -120px; }

img.parallax {
  position: relative; }

img.responsive {
  max-width: 100%;
  height: auto; }

.content-unterseite .header-image img.parallax {
  max-width: 100%;
  height: auto; }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

.content-after-header {
  margin-top: 77px; }

body.transform-to-sticky .content-after-header {
  margin-top: 80px; }

.standard-margin {
  margin-bottom: 30px; }

section.content .main-content {
  background: #fff;
  padding: 22px 20px; }

@media (min-width: 380px) {
  section.content .main-content {
    background: #fff;
    padding: 22px 40px; } }

section.content-startseite-bottom {
  background: #20a7bb;
  padding: 20px 0 0 0;
  text-align: center; }
  section.content-startseite-bottom img.hand {
    display: block; }
  section.content-startseite-bottom p, section.content-startseite-bottom h1 {
    color: #fff; }

div.gridcontent {
  background: #fff;
  padding: 25px 25px 0 25px;
  margin-bottom: 30px; }

body.dahw-startseite div.gridcontent {
  padding: 0; }

body.dahw-startseite .newsletterTeaser {
  margin-bottom: 0; }

.teaserbox.teaserbox-10 .mediathek-icons span {
  margin-right: 20px; }

.dahw-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative; }
  .dahw-icon.icon-doc {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/mediathek_document.svg") no-repeat center center;
    background-size: 100% 100%; }
  .dahw-icon.icon-audio {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/mediathek_sound.svg") no-repeat center center;
    background-size: 100% 100%; }
  .dahw-icon.icon-video {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/mediathek_video.svg") no-repeat center center;
    background-size: 100% 100%; }
  .dahw-icon.icon-pic {
    background: url("/typo3conf/ext/ig_project/Resources/Public/Images/mediathek_foto.svg") no-repeat center center;
    background-size: 100% 100%; }

.container.section-social {
  margin-bottom: 90px; }

@media (min-width: 768px) {
  .dahw-icon {
    display: block;
    width: 40px;
    height: 40px; }

  .teaserbox.teaserbox-10 .mediathek-icons span {
    margin-right: 57px; } }

@media (min-width: 768px) {
  html {
    font-size: 14px; }

  section.content-startseite-bottom {
    padding: 70px 0 0 0;
    text-align: left; }

  .content-after-header {
    margin-top: 77px; }

  body.transform-to-sticky .content-after-header {
    margin-top: 120px; } }

@media (min-width: 980px) {
  html {
    font-size: 14px; }

  .content-after-header {
    margin-top: 123px; } }

@media (min-width: 1170px) {
  html {
    font-size: 16px; }

  .content-after-header {
    margin-top: 125px; }

  .dahw-wrapper {
    padding-bottom: 57px; } }

.section-social div a {
  color: #fff;
  background: #ed1400;
  display: block;
  line-height: 24px;
  padding: 16px 32px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600; }
  .section-social div a span {
    display: block;
    float: left;
    height: 24px;
    margin-right: 16px;
    background: url('/typo3conf/ext/ig_project/Resources/Public/Images/btn_social_spt.png') no-repeat; }
  .section-social div a span.social-icon-mediathek {
    background-position: 0 0;
    width: 34px; }
  .section-social div a span.social-icon-facebook {
    background-position: -34px 0;
    width: 34px; }
  .section-social div a span.social-icon-twitter {
    background-position: -68px 0;
    width: 34px; }
  .section-social div a span.social-icon-youtube > {
    background-position: -102px 0;
    width: 49px; }

@media (max-width: 768px) {
  .section-social div {
    margin-bottom: 20px; } }

.main-content ul, .gridcontent ul, .tx-flseositemap-pi1 ul {
  margin-bottom: 20px; }
  .main-content ul li, .gridcontent ul li, .tx-flseositemap-pi1 ul li {
    margin: 0 0 15px 40px;
    position: relative;
    line-height: 32px; }
  .main-content ul li:after, .gridcontent ul li:after, .tx-flseositemap-pi1 ul li:after {
    background: #ed1400;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 8px; }
  .main-content ol, .gridcontent ol, .tx-flseositemap-pi1 ol {
    margin-bottom: 20px; }
  .main-content ol li, .gridcontent ol li, .tx-flseositemap-pi1 ol li {
    counter-increment: listincr;
    margin: 0 0 15px 40px;
    position: relative;
    line-height: 32px; }
  .main-content ol li:after, .gridcontent ol li:after, .tx-flseositemap-pi1 ol li:after {
    color: #ed1400;
    font-weight: 600;
    height: 10px;
    left: -40px;
    position: absolute;
    top: 1px;
    width: 10px;
    content: counter(listincr) "."; }

.sf-filecollection-gallery-image-container {
  text-align: center; }

.authorinfobox {
  color: gray;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  border-top: 1px dashed lightgray;
  margin: 20px 0 0;
  padding: 15px 0 0; }
  .authorinfobox .autor {
    display: inline-block;
    float: left;
    width: 50%; }
  .authorinfobox .lastUpdated {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50%; }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto; }

.main-content table tr th {
  border: 1px solid #e8e8e8;
  padding: 20px;
  background: #ecf4f9;
  font-weight: 600; }
  .main-content table tr td {
    border: 1px solid #e8e8e8;
    padding: 20px; }

@media (max-width: 767px) {
  div.image-intext .image-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
    div.image-intext .image-wrap .image .caption {
      padding: 10px; } }

.tx-flseositemap-pi1 ul {
  padding-bottom: 0 !important; }

.tx-flseositemap-pi1 ul > li, .tx-flseositemap-pi1 > ul > li > ul > li {
  margin-bottom: 5px !important; }

.tx-flseositemap-pi1 > ul > li > a {
  font-size: 1.222rem !important; }

.tx-flseositemap-pi1 > ul > li > ul > li > a {
  font-size: 0.889rem !important; }

.tx-flseositemap-pi1 > ul > li > ul > li > ul > li > a, .tx-flseositemap-pi1 > ul > li > ul > li > ul > li > ul > li a, .tx-flseositemap-pi1 > ul > li > ul > li > ul > li > ul > li > ul > li a {
  font-size: 0.778rem !important; }

.cookie-note {
  display: none;
  width: 100%;
  background: #ed1400;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  border-top: 1px solid #bf1000; }
  .cookie-note p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 18px; }
  .cookie-note a {
    color: #fff;
    text-decoration: underline; }
  .cookie-note a.accept {
    text-decoration: none;
    background: #bf1000;
    color: #fff;
    display: block;
    padding: 7px 30px; }
  .cookie-note a.accept:hover {
    color: #ed1400;
    background-color: #fff;
    border: 2px solid transparent; }

.instaPresse {
  background: #fff;
  padding: 18px;
  margin-bottom: 30px; }
  .instaPresse span.dahw-icons-instagram {
    display: block;
    color: #ed1400;
    font-size: 40px;
    padding: 0 9px; }

@media (max-width: 768px) {
  body.dahw-verteilerseite.gmap section.content .main-content {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px; }
    body.dahw-verteilerseite.gmap section.content .main-content .map-outer {
      margin-bottom: 0; } }

html.translated-ltr header {
  margin-top: 40px; }

span.dahw-icons-Google-Translate-Icon-bunt {
  font-size: 33px;
  display: block; }

.dahw-icons-Google-Translate-Icon-bunt .path7:before {
  color: #fff !important; }

.google-translate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 245;
  text-align: center;
  background: #2c3e50;
  padding: 8px 0;
  border-bottom: 1px solid #ededed;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -webkit-transform: translate(0, -47px);
  -ms-transform: translate(0, -47px);
  -o-transform: translate(0, -47px);
  transform: translate(0, -47px);
  opacity: 0; }
  .google-translate .translate-inner {
    width: 250px;
    margin: 0 auto; }
  .google-translate .translate-inner:before, .google-translate .translate-inner:after {
    content: " ";
    display: table; }
  .google-translate .translate-inner:after {
    clear: both; }
  .google-translate a.tooltip-google, .google-translate a.close-gtranslate {
    color: #fff;
    display: inline-block;
    float: left; }
  .google-translate a.close-gtranslate {
    font-size: 26px;
    line-height: 34px;
    margin-left: 10px; }
  .google-translate div#google_translate_element {
    display: inline-block;
    float: left; }

.js .mm-menu .mm-listview.first .mobileCPL > div.mobileLang {
  position: relative; }

.js .mm-menu .mm-listview.first .mobileCPL a.open-gtranslate, .langSection.mobile {
  position: absolute;
  left: 10px;
  top: -25px; }

.langSection.mobile {
  left: 75px;
  top: -19px; }

body.opened-gtranslate .google-translate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

html.translated-ltr .google-translate, html.translated-ltr a.open-gtranslate {
  display: none; }

.dahw-wrapper[data-uid="461"] * {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.print-bar a {
  display: inline-block;
  margin-bottom: 25px; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .nav:after, .panel-body:after, .modal-footer:after, .image-row:after {
  clear: both; }

.frame-type-text ul li, .frame-type-text ol li {
  font-size: 16px;
  line-height: 32px; }

body.schisto {
  /*header.siteHeader.transform-to-sticky {
   transform: none;
   }*/ }
  body.schisto h1, body.schisto h2, body.schisto span.head1, body.schisto h3, body.schisto .socialFaktWrapper .headline, body.schisto nav.subnav ul li a.active, body.schisto div.news-list-view .news-tab-startseite .newsitem p.title a, body.schisto div.news-list-view .news-tab-startseite .newsitem a.more, body.schisto a, body.schisto a:hover, body.schisto a:focus, body.schisto .news-single .news-backlink-wrap a, body.schisto div.news-list-view .newsitem p.title a, body.schisto .link-list a span, body.schisto .text-donation-wrapper .text-wrap strong {
    color: #f37021; }
  body.schisto .infoItemWrapper a:hover {
    color: #fff; }
  body.schisto .main-content ul li:after, body.schisto .gridcontent ul li:after, body.schisto .tx-flseositemap-pi1 ul li:after, body.schisto .owl-buttons .owl-prev, body.schisto .owl-buttons .owl-next, body.schisto .text-donation-wrapper .donation-wrap, body.schisto .cookie-note {
    background: #f37021; }
  body.schisto .cookie-note a.accept {
    background: #fff;
    color: #f37021; }
  body.schisto input.btn.red, body.schisto button.btn.red, body.schisto a.btn.red, body.schisto a.btnred {
    border: 2px solid #f37021;
    color: #f37021; }
  body.schisto input.btn.red:hover, body.schisto button.btn.red:hover, body.schisto a.btn.red:hover, body.schisto a.btnred:hover {
    background: #f37021;
    color: #fff; }
  body.schisto .cookie-note a {
    color: #fff; }
  body.schisto .content.content-startseite-social {
    display: none; }
  body.schisto header.siteHeader {
    background: #f37021; }
  body.schisto .dahw-wrapper {
    padding-bottom: 0; }
  body.schisto footer .nav-meta-top {
    background: #db6118; }
  body.schisto footer {
    background: #f37021; }
  body.schisto footer .main-footer {
    padding: 40px 0 10px 0; }
  body.schisto footer .nav-meta-top ul li a {
    font-size: 12px;
    line-height: 26px; }
  body.schisto footer .footer-schisto .logos {
    margin: 0 0 20px 0; }
  body.schisto footer .footer-schisto .logos a {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0 20px; }
  body.schisto footer .footer-schisto p {
    font-size: 12px;
    line-height: 26px;
    color: #fff; }
  body.schisto header.siteHeader a.donate-online {
    margin: 20px 0 0 0; }
  body.schisto header.siteHeader {
    height: 80px; }
  body.schisto header.siteHeader .nav-header {
    padding: 0;
    min-height: inherit; }
  body.schisto header.siteHeader div.logos {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  body.schisto header.siteHeader div.logos a {
    display: inline-block;
    margin-right: 10px; }
  body.schisto header.siteHeader div.logos a:last-child {
    margin-right: 0; }
  body.schisto header.siteHeader div.logos a img {
    transition: height 600ms linear, margin 600ms linear;
    height: 80px;
    width: auto; }
  body.schisto .col-spendenTeaser .vTeaserItem .vTeaserBody {
    background: rgba(44, 62, 80, 1); }
  @media (min-width: 768px) {
    body.schisto .col-spendenTeaser .vTeaserItem .vTeaserBody {
      background: rgba(44, 62, 80, 0.7) none repeat scroll 0 0; } }

@media (min-width: 768px) {
  body.schisto .mobileNavBtn {
    top: 19px; } }

@media (min-width: 980px) {
  body.schisto .nav-header nav ul.menu.first {
    margin-top: 19px; }
    body.schisto .tx-ig-testimonials .testimonialsWrapper .testimonial .tFooter {
      padding-left: 180px; }
      body.schisto .tx-ig-testimonials .testimonialsWrapper .testimonial .tFooter .tName {
        line-height: 24px; } }

@media (min-width: 1170px) {
  body.schisto header.siteHeader, body.schisto header.siteHeader div.logos a img {
    height: 140px; }

  body.schisto .navwrapper {
    padding-top: 50px; }
    body.schisto header.siteHeader.transform-to-sticky {
      -moz-transform: translate(0px, -40px);
      -webkit-transform: translate(0px, -40px);
      -o-transform: translate(0px, -40px);
      -ms-transform: translate(0px, -40px);
      transform: translate(0px, -40px); }
      body.schisto header.siteHeader.transform-to-sticky a.sitelogo {
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none; }
        body.schisto header.siteHeader.transform-to-sticky a.sitelogo img {
          height: 100px;
          margin-top: 40px; } }

@media (min-width: 980px) {
  .text-donation-wrapper {
    height: auto;
    position: relative; }
    .text-donation-wrapper > div.col-md-4 {
      top: 0;
      bottom: 0;
      position: absolute;
      right: 0; } }

#hamburger {
  color: white; }

@media (min-width: 768px) and (max-width: 980px) {
  .col-spendenTeaser .vTeaserItem .vTeaserBody {
    width: 66%; } }
