@charset "UTF-8";
/* 	Main CSS © Benedikt Dertinger, www.benediktdertinger.com */
/* ------------------------- RESET --------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 2px;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}
sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}
sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}
acronym,
abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}
label {
  cursor: pointer;
}
button {
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
input:focus {
  outline: none;
}
/* ------------------------- STANDARDS ----------------------------- */
html {
  background: url('../img/bg.jpg') fixed;
}
body {
  font-family: 'Helvetica Neue', Arial, sans;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #686868;
}
h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h2 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #686868;
}
h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  font-size: 12px;
  line-height: 16px;
}
a {
  text-decoration: none;
  color: #686868;
}
a a:hover,
a a:active,
a a.active {
  text-decoration: none;
  color: #686868;
}
.clear {
  clear: both;
}
/* ------------------------- LAYOUT -------------------------------- */
#wrapper {
  width: 560px;
  margin: 0 auto;
  /* HEADER */

  /* CONTENT */

  /* FOOTER */

}
#wrapper > header {
  width: 100%;
  height: 10%;
}
#wrapper > header form {
  width: 100%;
  height: 30px;
  margin-top: -30px;
}
#wrapper > header .logo {
  width: 119px;
  height: 119px;
  opacity: 0.1;
  margin: 40px auto;
  background: none;
  background-image: url('../img/heart.svg');
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
}
#wrapper #content {
  width: 100%;
}
#wrapper #content .loader {
  width: 89.285%;
  padding: 30px;
  height: auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #D1D2D4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
  font-weight: 700;
  font-size: 14px;
}
#wrapper #content .loader:before,
#wrapper #content .loader:after {
  content: '';
  display: table;
}
#wrapper #content .loader:after {
  clear: both;
}
#wrapper #content .post {
  width: 100%;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -webkit-transition: box-shadow ease-in 0.2s;
  -moz-transition: box-shadow ease-in 0.2s;
  -o-transition: box-shadow ease-in 0.2s;
  transition: box-shadow ease-in 0.2s;
}
#wrapper #content .post:before,
#wrapper #content .post:after {
  content: '';
  display: table;
}
#wrapper #content .post:after {
  clear: both;
}
#wrapper #content .post.lurch h2,
#wrapper #content .post.lurch time,
#wrapper #content .post.lurch a,
#wrapper #content .post.lurch a:hover,
#wrapper #content .post.lurch a:active {
  color: #369e7a;
}
#wrapper #content .post.knopf h2,
#wrapper #content .post.knopf time,
#wrapper #content .post.knopf a,
#wrapper #content .post.knopf a:hover,
#wrapper #content .post.knopf a:active {
  color: #d70e3c;
}
#wrapper #content .post:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
#wrapper #content .post img,
#wrapper #content .post iframe,
#wrapper #content .post video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#wrapper #content .post img {
  height: auto;
}
#wrapper #content .post article {
  position: relative;
  width: 90%;
  min-height: 75px;
  margin: 30px auto;
}
#wrapper #content .post article h2 {
  width: 90%;
}
#wrapper #content .post article h2,
#wrapper #content .post article .line {
  margin-bottom: 10px;
}
#wrapper #content .post article .line {
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #C5C5C5;
}
#wrapper #content .post article p {
  width: 80%;
  max-width: 80%;
  word-wrap: break-word;
}
#wrapper #content .post article time {
  overflow: hidden;
  position: absolute;
  width: 5.5%;
  min-width: 30px;
  height: 94px;
  right: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#wrapper #content .post article time:hover img {
  margin-top: -94px;
}
#wrapper #content .post article time img {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 64px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#wrapper #content .login {
  padding: 30px;
  background-color: white;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#wrapper #content .login .login-password label,
#wrapper #content .login .login-username label {
  display: none;
}
#wrapper #content .login input[type="text"],
#wrapper #content .login input[type="password"] {
  width: 90%;
  padding: 10px 20px 8px 20px;
  margin: 3px auto;
  background: white;
  border: 1px solid #ededed;
  font-size: 12px;
  font-weight: 400;
  color: #686868;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#wrapper #content .login input[type="text"]:focus,
#wrapper #content .login input[type="password"]:focus {
  border-color: #cecece;
}
#wrapper #content .login .login-remember {
  padding: 8px 4px;
}
#wrapper #content .login input[type="submit"] {
  width: 100%;
  padding: 10px 20px 8px 20px;
  margin: 3px auto;
  background: white;
  border: 1px solid #ededed;
  font-size: 12px;
  font-weight: 400;
  color: #686868;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#wrapper #content .login input[type="submit"]:hover {
  background: #ededed;
  border-color: #cecece;
}
#wrapper #content .login input[type="submit"]:active {
  background: #ededed;
  box-shadow: inset 0px 0px 5px #d2d2d2;
  border-color: #cecece;
}
#wrapper #content #new-post-btn {
  display: block;
  padding: 30px;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 1%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ffffff 1%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 1%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 1%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 100%);
  margin-bottom: 30px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  height: auto;
  border-bottom: 1px solid #D1D2D4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 14px;
}
#wrapper #content.lurch #new-post-btn:hover,
#wrapper #content.lurch #new-post-btn:active {
  background: #369e7a;
  color: white;
}
#wrapper #content.knopf #new-post-btn:hover,
#wrapper #content.knopf #new-post-btn:active {
  background: #d70e3c;
  color: white;
}
#wrapper #content .pagina a:last-child {
  float: right;
}
#wrapper > footer {
  width: 100%;
  min-height: 40px;
}
noscript p {
  z-index: 10001;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background: #c1152f;
  box-shadow: 0px 0px 3px #7a7a7a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: none;
}
@media all and (max-width: 560px) {
  #wrapper {
    width: 100%;
  }
}
/* ------------------------- MEDIAQUERIES -------------------------- */
/* ------------------------- INTRO --------------------------------- */
