@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.mdl-list__item-secondary-action {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.head-image {
  display: block;
  background-image: url(/images/header/roof.jpg);
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 150px;
}

.breadcrumb {
    color: #424242;
    margin-left: 0px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
}
.breadcrumb a {
    color: #424242;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

table {
  position: relative;
  border: 1px solid rgba(0,0,0,.12);
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 16px;
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
}
thead {
  padding-bottom: 3px;
}
tbody tr {
  position: relative;
  height: 40px;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: background-color;
}
th {
  padding: 5px;
  background-color: rgba(0,0,0,.12);
}
td {
  padding: 5px;
  border-bottom: 1px solid rgba(0,0,0,.12);
}

div.highlight pre {
    margin-left: 10px;
    /*background-color: #222;*/
    padding: 20px;
    /*color: white;*/
}
.category-card {
  display: inline-block;
  width: 300px;
  min-height: 100px;
  margin: 3px;
}

.imprint-header {
  margin: 0px 0 6px;
}
.social_container {
  border: 0px dashed red;
}
.social_link {
  color: #424242;
  text-decoration: none;
  margin: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.mdl-cell.mdl-cell--12-col.text-right {
  text-align: right;
}
.search_container {
  padding: 3px;
}
.mdl-textfield {
  width: 100%;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #424242;
}
.mdl-textfield__label:after {
  background-color: #424242;
}
#tipue_search_input {
    float: left;
    font: 20px 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 1px;
    height: 25px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-shadow: none;
    outline: 0;
    margin: 0;
}
#tipue_search_results_count, .tipue_search_related, .tipue_search_note {
  color: #424242;
  margin-left: 0px;
  font-size: 14px;
  font-family: "Helvetica","Arial",sans-serif;
  line-height: 24px;
  padding-top: 0px;
}

#tipue_search_results_count {
  padding-bottom: 20px;
}
.tipue_search_result {
  margin: 0 0 20px 0;
  padding-top: 5px;
}
.tipue_search_image_close {
  display: none;
}
.tipue_search_content_title a {
  font-size: 24px;
  font-family: "Helvetica","Arial",sans-serif;
  text-decoration: none;
  color: #424242;
}
.tipue_search_content_url {
  display: none;
}
.tipue_search_content_text {
  font-size: 14px;
  font-family: "Helvetica","Arial",sans-serif;
}
#tipue_search_error {
  font-size: 14px;
  font-family: "Helvetica","Arial",sans-serif;
  margin-top: 0px;
}