/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
*/
/*
*/
html {
  min-height: 100%;
  border-left: 2px solid #53D0FD;
  border-right: 2px solid #53D0FD; }

body {
  background-color: #FAFAFA;
  font-family: "Helvetica Neue", Helvetica;
  line-height: 1.4em;
  color: #717171;
  padding: 0 100px;
  margin: 0; }

img {
  border: none; }

a, a:link, a:visited {
  color: #717171;
  text-decoration: underline; }

a:hover, a:active {
  color: #717171;
  text-decoration: line-through; }

p {
  margin: 0.8em 0; }

.four-columns {
  width: 680px; }

.multicolumn {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px; }

header {
  position: relative;
  line-height: 1.3em;
  border-bottom: 1px dotted #d5d5d5; }
  header h1 {
    font-size: 1em;
    margin: 0;
    padding: 20px 0 13px 20px;
    border-bottom: 3px solid #969696; }
    header h1 a, header h1 a:link, header h1 a:hover, header h1 a:visited {
      font-size: 1em;
      font-weight: normal;
      text-decoration: none; }
  header nav.info, header nav.font-size {
    position: absolute; }
  header nav.info {
    top: 20px;
    right: 16px;
    font-size: 0.8em; }
    header nav.info a {
      display: block;
      float: left;
      padding: 0 4px;
      border-right: 1px dotted #969696; }
    header nav.info a:last-child, header nav.info a.font-size {
      border-right: none; }
  header nav.font-size {
    right: 20px;
    bottom: 0.8em;
    font-weight: bold; }
    header nav.font-size a {
      text-decoration: none;
      position: relative;
      bottom: 2px; }
  header p {
    margin-left: 20px;
    padding-bottom: 3px; }

nav.main, nav.admin {
  border-bottom: 1px dotted #d5d5d5;
  padding: 2px 0 2px 15px;
  overflow: auto; }
  nav.main a, nav.main span, nav.admin a, nav.admin span {
    display: block;
    float: left;
    padding: 0 5px;
    border-right: 1px solid #d5d5d5; }
  nav.main a:last-child, nav.admin a:last-child {
    border-right: none; }

div.content {
  padding-left: 20px; }
  div.content h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 1.5em;
    margin-bottom: 0; }

.sortable_categories li, .sortable_projects li, .sortable_home_projects li {
  margin-bottom: 0.5em; }
.sortable_categories span.handle, .sortable_projects span.handle, .sortable_home_projects span.handle {
  cursor: move; }
/*
*/
h2.category {
  font-size: 1em !important;
  font-weight: normal;
  margin: 0 0 0 -20px !important;
  padding: 0.2em 0 0.2em 20px;
  text-decoration: line-through;
  border-bottom: 1px dotted #d5d5d5; }
/*
*/
nav.project-pagination {
  padding: 0.2em 0 0.2em 15px;
  margin: 0 0 0 -20px !important;
  overflow: auto;
  border-bottom: 1px dotted #d5d5d5; }
  nav.project-pagination span.category {
    text-decoration: line-through; }
  nav.project-pagination a, nav.project-pagination span {
    display: block;
    float: left;
    padding: 0 5px;
    border-right: 1px solid #d5d5d5; }
  nav.project-pagination a:last-child {
    border-right: none; }

div.project-images {
  width: 850px;
  overflow: auto;
  margin-left: -20px;
  margin-top: 20px; }
  div.project-images section {
    display: block;
    float: left;
    margin: 0 0 20px 20px; }
    div.project-images section img {
      margin-bottom: -10px; }

div.project-overview {
  width: 850px;
  margin-left: -20px; }
  div.project-overview section {
    float: left;
    width: 150px;
    height: 200px;
    line-height: 1.25em;
    padding-top: 20px;
    padding-left: 20px; }
    div.project-overview section h2 {
      font-size: 1em;
      font-weight: bold;
      margin: 0; }
    div.project-overview section a, div.project-overview section a:link, div.project-overview section a:hover, div.project-overview section a:visited {
      text-decoration: none; }

section.project h2 {
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: bold; }
section.project h3 {
  font-size: 1.2em;
  margin-top: 0;
  font-weight: normal; }
body pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }
body div.field, body div.actions {
  margin-bottom: 10px; }
body #notice {
  color: green; }
body .field_with_errors {
  padding: 2px;
  background-color: red;
  display: table; }
body #error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  body #error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff; }
  body #error_explanation ul li {
    font-size: 12px;
    list-style: square; }
section.kontakt {
  display: block;
  width: 170px;
  float: left;
  margin: 20px 0 3em 0; }
