@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Calibri, Arial, sans-serif;
  line-height: 1.5;
  background: #fff;
  font-size: 12pt;
  color: #333;
  text-rendering: optimizeLegibility;
  word-wrap:break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1:target,
h2:target,
h3:target,
h4:target,
h5:target,
h6:target {
  border-left: 5px solid #ec6500;
  padding-left: 10px;
  margin-left: -15px;
}
h2 {
  line-height: 1.3em;
}

hr {
  border: none;
  height: 1px;
  background: #ccc;
}

a {
  color: #357ebd;
}
a:hover {
  transition: color 0.6s, border 0.8s;
  -moz-transition: color 0.6s, border 0.8s;
  -o-transition: color 0.6s, border 0.8s;
  -webkit-transition: color 0.6s, border 0.8s;
}

table {
  border-collapse: collapse;
}

td,th {
  border-top: 1px solid #ccc;
  padding: 0.4em;
}

th {
  border: none;
  border-bottom: 2px solid #999;
}
em {
  font-style: italic;
  border-bottom: 2px solid #fc0;
}

blockquote {
  color: #555;
  padding: 0.3em 0.3em 0.3em 0.5em;
  margin: 0.2em 0.5em 0.2em 0.5em;
  border-left: 3px solid #ea6;
  word-wrap:break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
blockquote p {
 margin: 0;
}
/*
  Common styles
*/
.clear {
  clear:both;
}
.float_right {
  float:right;
}
.float_left {
  float:left
}
.orange {
  color: #ec6500;
}
/*
  Page stucture
*/
.page {
  max-width: 800px;
  margin: auto auto auto auto;
}
.page_header {
  margin-left: 15%;
}
.page_title {
  font-weight: normal;
  font-size: 3em;
  line-height: 0.85;
  background: url('/system/assets/2/original/hicknhack_logo.png') no-repeat right center;
  background-size: 122px 48px;
}
.page_title_link {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Calibri, Arial, sans-serif;
  text-decoration: none;
  color: #999;
}
.page_title_link:hover {
  color: #555;
}
.archive_link {
  color: #ec6500;
  font-size: 0.5em;
  text-decoration: none;     
}
/*
 Tags
*/
.tag_menu {
  border-left: 5px solid #ec6500;
  padding: 10px 0px 10px 10px;
  margin-left: -10px;
}
.tag_menu_search {
  border-left: 5px solid #FBC175;
  padding: 10px 0px 10px 10px;
  margin-left: -10px;
}
.tag_menu_more,
.tag_menu_item_selected,
.tag_menu_item {
  float:left;
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tag_menu_item_selected {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.tag_menu_item a {
  color: #888;
  text-decoration: none;
}
.tag_menu_item a:hover {
  color: #ec6500;
}
.tag_list {
  list-style-type: none;
  margin: 2em 0em 0em 0em;
  padding: 0;
}
.tag_list_tag {
  float: left;
  margin: 0px 10px 0px 0px;
  font-size: 0.8em;
  max-width: 670px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tag_list_link {
  color: #666;
  border-bottom: 1px solid #ec6500;
  text-decoration: none;
}
.tag_list_link:hover {
  color: #ec6500;
  border-bottom-width: 3px;
}
/*
Column layout
*/
.page_left_column {
  width: 15%;
  min-height: 10px;
  float: left;
}
.page_right_column {
  width: 85%;
  float: left;
}
/*
Post
*/
.post_heading {
  font-weight: normal;
  font-size: 2em;
  margin: 1em 0em 0em 0;
  padding: 0 50px 0 0;
  color: #444;
}
.post_author_by {
  color: #999;
}
.post_author {
  font-size: 0.9em;
  color: #333;
  margin-bottom: 1em;
}
.post_link {
  text-decoration: none;
  color: #444;
}
.post_link:hover {
  text-decoration: none;
  color: #357ebd;
}
.post_link_back,
.post_link_more {
  margin-top: 1em;
  font-size: 0.9em;
}
.post_link_more {
  text-align: right;
}

.post_link_more a,
.post_link_back a {
  text-decoration: none;
}

.post_link_more a:hover,
.post_link_back a:hover {
  border-bottom: 1px solid #357ebd;
}

.post_comment_count,
.post_comment_count_disabled {
  display: block;
  float: right;
  margin-right: -50px;
  font-size: 0.7em;
  color: #000;
  width: 40px;
  height: 50px;
  text-align: center;
  background: #ec6500 url("/system/assets/10/original/opacity_mask.png") no-repeat center bottom;
  background-size: 40px 10px;
  position: relative;
}

.post_comment_count_disabled {
  background-color: #eee;
}

.post_comment_count_number {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;  
}
span.post_comment_count_number a {
  color: #fff;
  text-decoration: none;
}
span.post_comment_count_number a:hover {
  text-decoration: underline;
}


.post_date {
  float:left;
  margin: 20px 0px 0px 0px;
  border-bottom: 0px solid #fff;
}
.post_date_day {
  font-size: 3em;
  font-weight: bold;
  color: #ccc;
  margin-bottom: -20px;
}
.post_date_month {
  font-size: 1.3em;
  color: #ccc;
}
.post_date_year {
  font-size: 1em;
  color: #999;
}
.post_text {
}
.post_text img {
  border-radius: 0.5em;
  margin: 1em 0.5em;
  max-width: 100%;
}
.post_text a img {
  transition: border-color 0.8s;
  -webkit-transition: border-color 0.8s;
  -moz-transition: border-color 0.8s;
  -o-transition: border-color 0.8s;
}

.post_text a img:hover {
  border-color: #357ebd;
}

.post_text .illustration {
  padding: 0.5em;
  margin: 0.5em 0em 0.5em 0em;
  max-width: 100%;  
  text-align: center;
}
.post_text .illustration img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.post_text .illustration p.caption {
  padding: 0;
  margin: 0 3em 0 0;
  text-align: right;
  font-size: 80%;
}

.post_divider {
  height: 1px;
  margin: 1em 0 2em 15%;
  border-top: 1px solid #ccc;
}

.post_text .spoiler_alert { 
  border-left: 5px solid #ec6500;
  background-color: #fbc175;
  margin-left: -10px;
  padding: 10px 10px 10px 10px;
}

.post_social_footer .button {
  padding: .3em .5em .3em .5em;
  border-radius: 0.3em;
  color: #fff;
  text-decoration: none;
}

.post_social_footer .facebook {
  background: #4267b2;
}

.post_social_footer .google_plus {
  background: #db4437;
}

.post_social_footer .twitter {
  background: #1b95e0;
}

.post_social_footer_share {
  margin-left: 15%;
}
.post_social_footer {
  /*transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  opacity: 0.5;*/
  font-size: 0.9em;
  min-height: 30px;
  margin-top: 1em;
  margin-left: 15%;
}

.post_no_posts {
  font-size: 1.3em;
  color: #444;
  margin: 0em 0em 0em -10px;
  border-left: 5px solid #FDC75F;
  padding: 5em 0em 4em 10px;
}
/*
Fußnoten
*/
p.footnote {
  font-size: 0.8em;
  border-left: 3px solid #ccc;
  padding: 1em 0em 1em 1em;
  margin: 0em 2em 0em 0em;
}


/*
Images/Gallery
*/
.post_gallery {
  margin: 1em 0em 0em 0em;
}

.post_gallery img {
  border: 1px solid #ccc;
  padding: 3px;
  margin: 2px 2px 2px 5px;
}

.post_gallery img:hover {
  border: 3px solid #ccc;
  margin: 0px 0px 0px 3px;
}


/*
Comments
*/    
.comments {
}
.comment {
  margin-bottom: 1.5em;
}
.comments_heading {
  font-weight: normal;
  color: #aaa;
}
.comment_author {
  float: left;
  width: 95px;
  padding-right: 10px;
  text-align: right;
}
.comment_author_name {
  font-size: 0.9em;
  color: #999;
}
.comment_date {
  font-size: 0.9em;
  color: #aaa;
}
.comment_text {
  float: left;
  border-left: 5px solid #eee;
  padding: 10px 0px 10px 10px;
  width: 85%;
  font-size: 0.95em;
}
.odd_comment .comment_text {
  border-color: #ddd;
}
.new_comment {
  margin-left: 15%;
}
.comment_question {
  margin: 1em 0em 0em 0em;
  width: 80%;
}
/*Inputs*/
.comment_label {
  display: inline-block;
  width: 75px;
}
.required_marker:after {
  font-size: 2em;
  content:"*";
  color: #ec6500;
}
.comment_input {
  transition: border-color 0.8s;
  -o-transition: border-color 0.8s;
  -moz-transition: border-color 0.8s;
  -webkit-transition: border-color 0.8s;
  border: 1px solid #ddd;
  border-radius: 9px;
  background: #fff;
  color: #999;
  padding: 5px;
  font-size: 11pt;
  margin: 1em 0em 0em 0em;
  max-width: 90%;
}
.comment_input:focus,
.comment_input:focus {
  outline: none;
  border: 2px solid #ec6500;
  border-radius: 9px;
  padding: 4px;
  color: #333;
}
.required,
.comment_input:focus .required,
.comment_input:focus .required {
  border-style: solid;
}

.input_error .comment_input {
  border: 2px solid #f60;
  background-color: #eee;
  padding: 4px;
}

.comment_error_info {
  color: #f60;
}

.submit_button,
.submit_button {
  outline: none;
  display: block;
  border: none;
  color: #357ebd;
  background: transparent;
  font-size: 12pt;
  border-bottom: 2px solid transparent;
  margin: 2em 0em 1em 0em;      
  /*cursor: hand;*/
  cursor: pointer;
}
.submit_button:hover,
.submit_button:hover,
.submit_button:focus {
  border-bottom-color: #357ebd;
  color: #357ebd;

}
code {
  font-family: "Dejavu Sans Mono", monospace;
  font-size: 0.8em;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.3em;
  /*border: 1px solid #ccc;
  border-left-width: 3px;*/
  border-radius: 0.5em;
  word-wrap:break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "↩";
  transition: background-color 0.4s, border-color 0.4s;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -moz-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
}
pre code {
  display: block;
  white-space: pre;
  margin: 1em 1em 1em 0em;
  overflow: auto;
}
code:hover {
  /*border-color: #ea6;*/
  background-color: #33373c;
}


/*
Pagination
*/
.pagination {
  margin-left: 120px;
  text-align: center;
  font-size: 1.2em;
}
.pagination .current {
  color: #444;
  border-bottom: 2px solid #357ebd;
}
.pagination .disabled {
  color: #ccc;
}
.pagination a,
.pagination span {
  padding: 0em 0.4em;
}
.pagination a {
  color: #999;
  text-decoration: none
}
.pagination a:hover {
  color: #357ebd;
}
.page_foot {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
  font-size: 0.8em;
  color: #aaa;
}
.page_foot_link {
}
/*
Archive
*/
.archive_title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive_year {
  margin-top: 1em;
}
.archive_year_link {
  color: #ccc;
  text-decoration: none;
  font-size: 2.3em;
  font-weight: bold;
  border-left: 5px solid #fbc175;
  padding: 10px 0px 10px 10px;
  margin: 1em 0em 0em -10px;
}
.archive_month_link {
  clear: left;
  color: #333;
  text-decoration: none;
  font-size: 1.1em;
  padding: 0 0.25em 0 0.25em;
}
.archive_year_link:hover {
  color: #aaa;
  border-left-color: #ec6500;        
}
.archive_month_link:hover {
  color: #357ebd;;
}
.archive_year_index {
  border-left: 5px solid #ea8500;
  padding: 10px 0px 10px 10px;
  margin-left: -10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.archive_month_index {
  border-left: 5px solid #eaad00;
  padding: 10px 0px 10px 10px;
  margin-left: -10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}


/*
 Facebook like
*/
div.fb-like {
  top: -4px;
  margin-right: 3em;
  min-width: 104px;
  min-height: 24px;
  display: inline-block;
}css