.collapse {
  height: auto;
  width: auto; }

.collapse.height {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.collapse.width {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease; }

.collapse.in.width {
  width: inherit; }

.collapse.in.height {
  height: auto; }

body {
  /* Font-Skalierung iOS deaktivieren ... */
  -webkit-text-size-adjust: none;
  font-family: 'Helvetica Neue LT W01_43 Lt Ex', Arial, Verdana, sans-serif;
  font-size: 1.76em;
  line-height: 1.4em; }

b, strong {
  font-family: 'Helvetica Neue LT W01_73 Bd Ex', Arial, Verdana, sans-serif; }
/********************************************************/
/* Typografie allgemein */
/********************************************************/
h1 {
  margin: 30px 0 20px 0;
  font-size: 2em; }

p {
  margin: 0 0 15px 0; }

a {
  color: #1d1d1b;
  text-decoration: underline; }
  a:hover {
    color: #1d1d1b;
    text-decoration: none; }

.image-caption {
  margin-top: 5px; }

a.pdf_link {
  background-image: url(../bilder/icon_pdf_link.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 14px 20px;
  padding-left: 22px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none; }
  a.pdf_link:hover {
    text-decoration: underline; }

#fuss {
  font-size: 0.9em;
  color: #e6e6e6;
  letter-spacing: 1px; }
  #fuss .footerTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  #fuss a {
    color: #e6e6e6; }
    #fuss a:hover {
      text-decoration: underline; }
  #fuss p {
    margin-bottom: 0;
    font-size: 0.9em;
    text-align: center; }
  #fuss ul {
    list-style: none;
    padding: 0;
    margin: 0; }
/********************************************************/
/* Listen im Content */
/********************************************************/
.ce-bodytext ul {
  padding-left: 30px;
  list-style: none; }
  .ce-bodytext ul li {
    position: relative; }
/********************************************************/
/* Tabellen */
/********************************************************/
table {
  width: 100%;
  margin: 0 0 15px 0; }
  table th, table td {
    padding: 5px 15px; }
  table th {
    background: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b; }
  table td {
    border: 1px solid #fff; }
  table tbody tr:first-child td {
    border-top: none; }
/********************************************************/
/* Allgemeine Klassen */
/********************************************************/
.nobreak {
  white-space: nowrap; }
