  html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Pt sans", Helvetica, Arial, sans-serif;
    color: #102d59;
  }

  a, a:link, a:visited, a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
  }

  a:hover {
    color: #114c71;
    font-weight: 600;
    text-decoration: underline;
  }

  input, input[type="text"], input[type="password"], input.text, input.title, textarea {
    font: 12px/1.5 'Pt sans', sans-serif;
  }

  body,
  div#header,
  div#backgroundBar1 {
    background-color: #fff;
  }
div.hotline-header {
    color: #000;
} 

  div#backgroundBar3 {
    background-color: #f4f3f0;
    background-image: linear-gradient(246deg, #18629199 0%, #186291 10%, #186291cc 10% 13%, transparent 13% 87%, #186291cc 87% 90%, #186291 90%, #18629199 100%), linear-gradient(156deg, #efede9 10%, #f2f1ed 10% 85%, #efede9 85%);
  }

  div#header-logo img {
    max-width: 165px !important;
  }

  div#content4 {
    background-color: #fff;
  }

  p#loggedInText,
  p#loggedInText span {
    color: #000;
  }

  #logout, #logout:visited, #logout:hover {
    color: #000;
  }

  table.datatable th, td.dokumentenlisteTitelZelle {
    background-color: #f2f6fc;
  }

  ul#mainMenu li {
    background-color: #186291;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  ul#mainMenu li a {
    font: 12px/1.5 'Pt sans', sans-serif;
  }

  div#footer {
    background-color: #186291;
  }

  .breadcrumb-content a,
  .sf-menu a {
    color: #fff;
  }

  /* INDI-4 - Anfang */
  div.eineBox {
	    height: 100%;
	      min-height: 193px;
      }

      div.bigbox {
	        height: 100%;
		  min-height: 306px;
	  }

	  div.smallbox {
		    height: 100%;
		      min-height: 205px;
	      }

      /* Mehr Zeilenabstand in den Kacheln der Startseite (eingeloggt) */
#content-area .bigbox p {
    line-height: 1.7;   /* 1.6–1.8 ist ein guter Bereich, kannst du feinjustieren */
}

/* optional: noch etwas extra Luft zwischen den Links */
#content-area .bigbox p a {
    display: inline-block;
    margin-bottom: 2px;
}
