/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/** SITE **/

/* Fonts */
@font-face{
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('/fonts/FiraSans-Regular.eot') format('embedded-opentype'),
         url('/fonts/FiraSans-Regular.woff') format('woff'),
         url('/fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans-RegularItalic.eot');
    src: local('Fira Sans Regular Italic'),
         url('/fonts/FiraSans-RegularItalic.eot') format('embedded-opentype'),
         url('/fonts/FiraSans-RegularItalic.woff') format('woff'),
         url('/fonts/FiraSans-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('/fonts/FiraSans-Bold.eot') format('embedded-opentype'),
         url('/fonts/FiraSans-Bold.woff') format('woff'),
         url('/fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans-BoldItalic.eot');
    src: local('Fira Sans Bold Italic'),
         url('/fonts/FiraSans-BoldItalic.eot') format('embedded-opentype'),
         url('/fonts/FiraSans-BoldItalic.woff') format('woff'),
         url('/fonts/FiraSans-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Styles */
body{
  /*background-color: #ecf0f1;*/
  background-color: #FFFFFF;
  padding: 0;
  font-size: 18px;
}

div.container{
  margin: 0 auto 0 auto;
  max-width: 960px;
  color: #343434;
  font: 600 22px 'Fira Sans';
  /* background-color: #FFFFFF; */
  border-left: 1px dashed #EAEAEA;
  border-right: 1px dashed #EAEAEA;
}

div.container header{
  padding: 24px 80px 20px 80px;
  overflow: hidden;
/*  background-color: #737278;
  color: #FAFAFA; */
  border-bottom: 1px dashed #EAEAEA;
}

div.container header h1{
  padding: 0;
  margin: 0;
  font-size: 1em;
  float: left;
}

div.container header p{
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #828282;
  float: right;
}

div.container header p span{
  margin-left: 10px;
}

div.container header a{
  color: #B2B2B2;
  text-decoration: none;
}

div.container header a:hover{
  /*color: #c6bfe7;*/
  color: #B99C6B;
}

div.container header a.extern:hover{
  color: #c6bfe7;
}

div.container header a.hamburger{
  width: 20px;
  display: inline-block;
}

div.container header a.hamburger:hover i.fa-bars:before{
  content:"\f063"
}

/* nav */
div.container nav{
  display: block;
  clear: left;
  padding: 0 80px 0 83px;
  border-bottom: 1px dashed #EAEAEA;
  overflow: hidden;
}

div.container nav ul{
  padding: 0;
  margin: 8px 0;
  list-style-type: none;
  overflow: hidden;
}

div.container nav ul li{
  float: left;
  margin-right: 20px;
}

div.container nav ul li.righti{
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}

div.container nav a{
  font: 400 0.6em 'Fira Sans';
  text-decoration: none;
  color: #B2B2B2;
}

div.container nav a:hover{
  color: #B99C6B;
}

div.container nav a.extern:hover{
  color: #c6bfe7;
}

div.container nav div#searchform{
  text-align: right;
  margin: 8px 0;
}

div.container nav div#searchform form{
  display: inline;
  margin-right: 20px;
}

div.container nav div#searchform form input,
form#searchForm input{
  font-size: 16px;
  border: 1px solid #EAEAEA;
  color: #b2b2b2;
  padding: 0;
}

div.container nav div#searchform form input[type=submit],
form#searchForm input[type=submit]{
  font-size: 13px;
  padding: 4px 4px 0px 4px;
}

/* inhalt */
section.timeline{
  border-bottom: 1px dashed #EAEAEA;
  margin-top: 0.5em;
}

section.timeline article,
section#comments-head{
  padding: 30px 80px 30px 80px;
  font: 400 0.75em 'Fira Sans';
  color: #444;
  line-height: 1.5em;
}

section.timeline article a{
  color: #999;
}

section.timeline article a:hover{
  color: #c6bfe7;
}

section.timeline article h2{
  margin: 1em 0 1em 0;
  font: 600 1.2em 'Fira Sans';
}

section.timeline article h2 a{
  text-decoration: none;
  color: #444;
}

section.timeline article h2 a:hover{
  color: #B99C6B;
}

section.timeline article h2#h2archiv a,
section.timeline article h2#h2nbarchiv a{
  color: #B2B2B2;
}


section.timeline article h3{
  margin: 1em 0 1em 0;
  font: 600 1em 'Fira Sans';
  color: #828282;
}

section.timeline article h4{
  margin: 1em 0 1em 0;
  font: 600 1em 'Fira Sans';
  color: #828282;
}

section.timeline article blockquote{
  padding-left: 1em;
  padding-right: 1em;
  color: #888;
}


section.timeline article time{
}

section.timeline article time a{
  color: #74a18e;
  text-decoration: none;
}
section.timeline article time a:hover{
  color: #B99C6B;
}
section.timeline article span.cat{
  color: #74a18e;
  margin-left: 18px;
}

section.timeline article span.cat a{
  color: #74a18e;
  text-decoration: none;
}
section.timeline article span.cat a:hover{
  color: #B99C6B;
}

section.timeline article p img{
  width: 100%;
  border: 4px solid #B2B2B2;
}

section.timeline article div.fbembed{
  padding: 0;
  margin: 1em auto 1em auto;
  width: 500px;
}

section.timeline article.netzbuch p img,
section.timeline article.uninformat_v1 p img,
section.timeline article.uninformation_org p img{
  width: auto !important;
  display: block;
  margin: 1em auto 1em auto;
}

section.timeline article.pic{
  padding: 0px 0px 30px 0px;
  /* background-color: #e4e3e1 */
}

section.timeline article.pic img{
  width: 100%;
}
section.timeline article.pic div{
  overflow: hidden;
  padding: 20px 80px 20px 80px;
}
section.timeline article.pic time,
section.timeline article.pic h2,
section.timeline article.pic p{
  display: inline;
  margin-right: 1em;
}

section.timeline article.pic h2{
  font-size: 1em;
}

section.timeline article img.leftfloat{
  width: 50%; 
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px;
}

section.timeline article img.rightfloat{
  width: 50%; 
  float: right; 
  margin-left: 10px; 
  margin-bottom: 10px;
}

section.timeline article img.shot_arch{
  width: 100%;
  border: 2px solid #999;
}

section.timeline article div.highlight{
  border: 1px dashed #EAEAEA;
  padding-left: 20px;
  padding-right: 20px;
}

section.timeline article ul.tagcloud{
  overflow: hidden;
}

section.timeline article ul.tagcloud ul{
  overflow: hidden;
  list-style-type: none;
}

section.timeline article ul.tagcloud li{
  float: left;
  margin: 5px;
  padding: 5px;
  list-style-type: none;
}

section.timeline article ul.tagcloud li.singletag,
section.timeline article ul.tagcloud li.nbsingletag{
  display: none;
}

section.timeline article ul.nbcloud li{
  margin: 0px !important;
  padding: 10px;
}

section.timeline article ul.tagcloud li a{
  text-decoration: none;
}

section.timeline article p.tagslist{
  margin-top: 1em;
  font-size: 0.6em;
  color: #FFFFFF;
}

section.timeline article p.tagslist a{
  text-decoration: none;
  background-color: #D2D2D2;
  color: #FFFFFF;
  padding: 4px;
  margin-right: 4px;
}

section.timeline article p.tagslist a.commentaction{
  background-color: #A9A9A9;
}

section.timeline article p.tagslist a:hover{
  /*background-color: #c6bfe7;*/
  background-color: #B99C6B;
}

.twitter-tweet{
  max-width: 100%;
  margin: 1em auto 1em auto !important;
}

section.timeline div.pagination{
  padding: 0px 80px 40px 80px;
  font: 400 1em 'Fira Sans';
}
section.timeline div.pagination a{
  color: #74a18e;
  text-decoration: none;
  font: 400 0.75em 'Fira Sans';
}
section.timeline div.pagination a:hover{
  color: #B99C6B;
}

section.timeline article.paginator_nb_hint{
  border: 1px dashed #AAAAAA;
  margin-bottom: 3em;  
}

section.timeline article.paginator_nb_hint a{
  text-decoration: none;
}

section.timeline article div.nbremark{
  border: 1px dashed #AAAAAA;
  color: #AAAAAA;
  font: 400 1em 'Fira Sans' !important;
  padding: 10px;
  margin-bottom: 38px;
  line-height: 1.5em !important;
}

section.timeline article span.lang_note{
  font-size: 80%;
}

/* youtube responsive */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  border: 0px solid #CACACA;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* archivierte  Altkommentare netzbuch */

div.archiv_kommentare{
  margin-top: 3em;
}

div.archiv_kommentare h3{
  margin-top: 3em;
}

div.archiv_kommentare article{
  padding: 0;
  margin: 38px 0 38px 0;
  font: 400 0.75em 'Fira Sans' !important;
  line-height: 1.5em !important;
}

div.archiv_kommentare article p{
  margin: 0 0 1em 0;
}



/* .remark */

section.timeline article.remark{
  padding: 1em 80px 1em 80px;
}

section.timeline article.remark time,
section.timeline article.remark h2,
section.timeline article.remark p{
  display: inline;
}

section.timeline article.remark h2{
  font: 400 1em 'Fira Sans';
  font-style: italic;
}

section.timeline article.remark time a:after{
  content: ': ';
}

section.timeline article.remark p.tagslist{
  display: block;
  margin-top: 0;
}

section.timeline article.remark p.tagslist a{
  background-color: transparent;
  color: #74a18e;
}

section.timeline article.remark p.tagslist a.commentaction{
  background-color: transparent;
}

section.timeline article.remark p.tagslist a:hover{
  background-color: transparent;
  color: #B99C6B;
}


section#comments-head ol{
  margin-left: 20px;
  padding: 0;
}
section#comments-head ol li{
  margin: 0;
  padding: 0;
}

section#comments-head article.comments{
  margin: 0 0 5em 0;
  padding: 0;
  font-size: 0.9em;
}

section#comments-head h2,
section#comments-head h3{
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1em;
}

section#comments-head time{
  color: #74a18e;
}

section#comments-form p{
  font-size: 0.9em;
}

section#comments-form fieldset{
  border: 0;
}

section#isso-thread{
  font-size: 0.6em;
  margin-top: 1em;
  margin-bottom: 3em;
  padding: 20px 80px 20px 80px !important;
  font: 400 0.6em 'Fira Sans' !important;
}

section#isso-thread textarea{
  height: 120px;
}

section#isso-thread div.isso-comment-header,
section#isso-thread div.text p{
  font-size: 110%;  
  line-height: 1.5em;
}

ul.articlelist{
  list-style-type: none;
}

ul.articlelist li a{
  text-decoration: none;
}

div.container footer{
  overflow: hidden;
  color: #808080;
  margin-bottom: 80px;
}

div.container footer section{
  width: 50%;
  padding: 0;
  float: left;
}

div.container footer section.up{
  width: 100%;
  margin-top: 2em;
  text-align: center;
}

div.container footer h2{
  padding: 1em 80px 0.5em 80px;
  margin: 0;
  font-size: 1em;
}

div.container footer section ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.container footer p{
  margin: 0;
  padding: 0.5em 80px 0.5em 80px;
  font: 400 0.75em 'Fira Sans';
  line-height: 1.5em;
}
div.container footer li{
  padding: 0.5em 80px 0.5em 80px;
  font: 400 0.75em 'Fira Sans';
}
div.container footer a{
  color: #B2B2B2;
  text-decoration: none;
}
div.container footer a:hover{
  color: #c6bfe7;
}
div.container footer a.intern:hover{
  color: #B99C6B;
}

div.container footer img.ava {
    width: 88px;
    height: 88px;
    float: left;
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}


/* < 960px */
@media only screen and (max-width: 960px){
  body{
    /* background-color: red; */
  }
  div.container{
    border-left: 0px;
    border-right: 0px;
  }
  div.container header{
    padding: 24px 20px 20px 20px;
  }
  div.container header h1{
    float: none;
  }
  div.container header p{
    font-size: 0.8em;
    margin-top: 1em;
    float: none;
  }
  div.container header p span{
    float: right;
  }

  div.container nav{
    padding: 0 20px 0 20px;
  }

  section.timeline article,
  section.timeline article.remark,
  section#comments-head{
    padding: 30px 20px 30px 20px;
  }

  div.container footer section{
    width: 100%;
    padding: 0;
    float: none;
  }
}

/* < 650px */
@media only screen and (max-width: 650px){
  div.container nav ul li.righti{
    display: none;
  }
}

/* < 518px */
@media only screen and (max-width: 518px){
  div.container header p{
    font-size: 0.6em;
  }
  div.container header p span{
    float: right;
  }
  div.container nav{
    display: none;
  }
  section.timeline article{
    font: 400 0.65em 'Fira Sans';
    line-height: 1.5em;
  }
  section.timeline article h2{
    font: 600 1em 'Fira Sans';
  }
  section.timeline article.pic div{
    padding: 0px 20px 0px 20px;
  }
  section.timeline article blockquote{
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0;
    margin-right: 0;
  }

  div.container footer h2{
    padding: 1em 20px 0.5em 20px;
    font-size: 1em;
  }
  div.container footer p{
    padding: 0.5em 20px 0.5em 20px;
    font: 400 0.65em 'Fira Sans';
    line-height: 1.5em;
  }
  div.container footer li{
    padding: 0.5em 20px 0.5em 20px;
    font: 400 0.65em 'Fira Sans';
    line-height: 1.5em;
  }
}


/* PRINT */
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
		background:transparent !important;
    }
	html { background-color:#fff; }
	/* Hide navigation */
	nav { display:none; }

	/* Show link destinations in brackets after the link text */
	a[href]:after { content: " (" attr(href) ") "; }
	a[href] {
		font-weight:bold;
		text-decoration:underline;
		color:#06c;
		border:none;
	}
	/* Don't show link destinations for JavaScript or internal links */ 
	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	
	/* Show abbr title value in brackets after the text */
	abbr[title]:after { content: " (" attr(title) ")"; }

	figure { 
		margin-bottom:1em; 
		overflow:hidden;
	}

	figure img { border:1px solid #000; }
}