/* .transition(all,2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #161616;
  font-size: 13pt;
  line-height: 1.5em;
  background-color: #f7f7f7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #189AB9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button,
.button {
  display: inline-block;
  padding: 0.4em 0.8em;
  margin: 1em 0 0.5em 0;
  border: 1px solid #189AB9;
  border-color: #189AB9;
  text-decoration: none;
  color: #189AB9;
  font-size: 1em;
  background-color: transparent;
  font-weight: 300;
  line-height: 1.5em;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -moz-transition: color 0.2s, border-color 0.2s;
  -ms-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  outline: 0;
  cursor: pointer;
}
a.button:hover,
.button:hover {
  text-decoration: none;
  border-color: #161616;
  color: #161616;
}
.button.disabled {
  border-color: #AAAAAA;
  color: #AAAAAA;
  cursor: auto;
}
b {
  font-weight: 400;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin-top: 0;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  margin-top: 0;
  font-weight: 400;
}
p {
  margin-top: 0;
}
.inner {
  padding: 2em;
}
.sidebar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: 100%;
  height: 3.5em;
  background-color: #f7f7f7;
  z-index: 999;
}
.sidebar .inner {
  text-align: left;
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .logo {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .logo a {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #161616;
  line-height: 1.1em;
}
.sidebar .logo a span {
  color: #AAAAAA;
  font-size: 0.9em;
  font-weight: 400;
}
.sidebar .logo a:hover {
  text-decoration: none;
}
.sidebar nav {
  display: none;
}
.wrapper {
  position: relative;
}
.block {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.block:first-child {
  box-shadow: none;
}
#home {
  position: relative;
  height: calc(96.5vh);
  min-height: calc(96.5vh);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/goldfish_bg_multi.jpg);
  background-position: center;
}
#home .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
#home h1 span {
  color: #189AB9;
}
.features {
  position: relative;
  margin-top: 3em;
}
.features .item {
  position: relative;
  text-align: left;
  padding-top: 0.3em;
  padding-left: 3em;
  margin-bottom: 2em;
}
.features .item .icon {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0em;
  background-image: url(../img/pipa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-bottom: 1em;
}
.features .item h3 {
  font-weight: 300;
}
#about .inner .flexcontainer img {
  width: 50%;
  max-width: 300px;
  margin-right: 2em;
  margin-bottom: 2em;
}
#writings ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
#writings ul li {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em;
  text-align: center;
  margin-bottom: 2em;
}
input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em;
  border: 1px solid #AAAAAA;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: 0;
  margin-bottom: 1em;
  background-color: #f7f7f7;
}
label {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0.7em;
}
textarea {
  display: block;
  width: 100%;
  padding: 0.8em;
  border: 1px solid #AAAAAA;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: 0;
  margin-bottom: 1em;
  height: 12em;
  background-color: #f7f7f7;
}
form {
  margin-bottom: 1em;
}
.reading {
  font-family: Georgia, serif;
  font-weight: 400;
  max-width: 42em;
  margin: 0 auto;
}
.reading h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 3em;
}
.reading p {
  line-height: 1.6em;
}
.reading table.modell {
  padding: 1em;
}
.reading table.modell td {
  vertical-align: top;
}
.reading table.modell td.left {
  font-weight: 700;
}
.reading table.modell td.right {
  padding-left: 1em;
}
.sitemap ul {
  list-style: none;
  padding: 0;
}
.sitemap ul.second {
  padding-left: 2em;
}
.reader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(247, 247, 247, 0.98);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  display: none;
}
.reader a.close-btn {
  position: fixed;
  width: 2em;
  height: 2em;
  top: 0.5em;
  right: 0.5em;
  background-image: url(../img/close_x.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
}
.reader a.close-btn:hover {
  opacity: 0.7;
}
.reader .inner {
  position: relative;
  width: 100%;
  max-width: 42em;
  padding: 3em 2em 4em 2em;
  margin: 0 auto;
}
.reader .content {
  font-family: Georgia, serif;
  font-weight: 400;
}
.reader .content h2 {
  text-align: center;
}
.reader .content p {
  line-height: 1.6em;
}
.reader .content table.modell {
  padding: 1em;
}
.reader .content table.modell td {
  vertical-align: top;
}
.reader .content table.modell td.left {
  font-weight: 700;
}
.reader .content table.modell td.right {
  padding-left: 1em;
}
@media screen and (min-width: 720px) {
  h1,
  .h1 {
    font-size: 3em;
  }
  .inner {
    padding: 3em;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
  }
  .sidebar .logo {
    position: relative;
  }
  .sidebar nav {
    right: 3em;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sidebar nav ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sidebar nav ul li {
    display: inline-block;
    margin: 0;
    margin-left: 1em;
    padding: 0;
  }
  .sidebar nav ul li a {
    font-weight: 400;
    color: #161616;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 0.9em;
  }
  .sidebar nav ul li a:hover {
    text-decoration: none;
    color: #189AB9;
  }
  .sidebar nav ul li.active a {
    color: #189AB9;
  }
  .wrapper {
    margin-top: 3.5em;
  }
  #home p {
    font-size: 1.2em;
  }
  .features .item {
    padding-top: 0.3em;
    padding-left: 4em;
    margin-bottom: 2em;
  }
  .features .item .icon {
    left: 1em;
  }
  #about .inner .flexcontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  #about .inner .flexcontainer img {
    width: 25%;
  }
  #writings ul li {
    -webkit-box-flex: 0 1 48%;
    -moz-box-flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
  .row {
    margin-left: -1em;
    margin-right: -1em;
    zoom: 1;
    clear: both;
  }
  .row:before,
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  [class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .col-md-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-md-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 980px) {
  #writings ul li {
    -webkit-box-flex: 0 1 31%;
    -moz-box-flex: 0 1 31%;
    -webkit-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
  }
  .col-lg-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-lg-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-lg-6 {
    width: 50%;
    float: left;
  }
  .col-lg-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-lg-9 {
    width: 75%;
    float: left;
  }
  .col-lg-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-lg-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-lg-12 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    padding: 4em;
  }
  .sidebar {
    width: 18em;
    min-height: 100vh;
    border-bottom: 1px solid transparent;
  }
  .sidebar .inner {
    padding: 2.5em;
  }
  .sidebar .logo {
    display: block;
    text-align: right;
  }
  .sidebar nav {
    right: 2.5em;
  }
  .sidebar nav ul li {
    text-align: right;
    display: block;
    margin-left: 0;
    margin-bottom: 2em;
  }
  .wrapper {
    margin-top: 0;
    margin-left: 18em;
  }
  #home {
    min-height: 100vh;
    background-attachment: fixed;
  }
}
