/*
Theme Name: SWW
Theme URI: http://www.schreiben-was-wird.de
Description: Schreiben was wird – Theme
Author: Cream Colored Ponies
Author URI: http://cream-colored-ponies.com
Version: 1.0
*/

html {
  font-size: 1.063rem;
  margin: 0;
}

body {
  height: 100%;
  background: /*url('images/raster.png')*/ rgb(255, 255, 255);
  background-size: auto auto;
  background-position: left top;
  font-family: Avenir-Medium;
  font-weight: normal;
  line-height: 1.42em;
  color: rgb(0, 0, 0);
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}

#site-wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

#site-canvas {
  width: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all;
}

header, article {
  width: 564px;
  margin-left: auto;
  margin-right: auto;
}

.article {
  margin-top: 54px;
}

.article-content {
  margin-top: 24px;
}

.article-content ul li {
  padding-left: 14px;
  text-indent: -14px;
}

.article-content ul li:before {
  content: "\2013 \020";
}

.shariff-button {
  padding: 0px !important;
  text-indent: 0px !important;
}

.shariff-button:before {
  content: "" !important;
}

.article-content ol li {
  list-style-position: outside;
  list-style-type: decimal;
  position: relative;
  left:24px;
}

.article-content img {
  margin-top: 32px;
  margin-bottom: 32px;
}

.article-excerpt {
  margin-top: 20px;
}

.author {
  margin-top: 18px;
  font-style: italic;
  }

.author a {
  text-decoration:none;
}

.date {
  font-family: CourierNewPSMT;
  font-size: 1rem;
  line-height: 1.45em;
}

#sharing {
  margin-top: 16px;
}

blockquote {
  position:relative;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 48px;
  margin-right: 48px;
  border-radius: 8px;
  max-width: 80%;
  padding: 6px;
  color: black;
  display: inline-table;
  font-family: CourierNewPSMT;
  font-size: 1rem;
  line-height: 1.45em;
}

blockquote.kai a, blockquote.bernd a {
  color: white !important;
  }

blockquote.kai {
  background: rgba(230,230,0,1);
  color: white;
}

blockquote.kai:after {
  content: ' ';
  position: absolute;
  width: 8;
  height: 8;
  left: -18px;
  top: 8px;
  border: 9px solid;
  border-color:  transparent rgba(230,230,0,1) transparent transparent;
}

blockquote.kai:before {
  content: ' ';
  background-image: url('images/logo_kai.svg');
  background-repeat:no-repeat;
  background-position:center center;
  position: absolute;
  width: 56px;
  height: 56px;
  left: -60px;
  top: -10px;
}

blockquote.bernd {
  float: right;
  background: rgba(0,230,255,1);
  color: white;
}

blockquote.bernd:after {
  content: ' ';
  position: absolute;
  float:right;
  width: 8;
  height: 8;
  left: 100%;
  top: 8px;
  border: 9px solid;
  border-color:  transparent  transparent transparent rgba(0,230,255,1);
}

blockquote.bernd:before {
  content: ' ';
  background-image: url('images/logo_bernd.svg');
  background-repeat:no-repeat;
  background-position:center center;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 101%;
  top: -10px;
}

div.comments, div.tags {
  display: block;
  clear:both;
  margin-top:72px;
}

.comments-comment  {
  /*display: inline;*/
  font-family: CourierNewPSMT;
  font-size: 1rem;
  line-height: 1.45em;
  color: rgb(0, 0, 0);
}

.comments-comment p {
  display: inline;
}

.comments-comment cite, .comments-comment cite a {
  margin: 0px;
  font-family: CourierNewPSMT;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  font-size: 0.882rem;
}

li.comments-comment  {
  margin-top: 23px;
}

li.comments-comment:nth-of-type(1)  {
  margin-top: 2px;
}


a.comment-login-msg {
  color: white;
  font: 700 1rem/1.38 futura-pt;
  cursor: pointer;
}

.comment-login-msg {
  margin-top:45px;
  margin-bottom: 24px;
  background: black;
  font-family: CourierNewPSMT;
  font-size: 0.882rem;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}

.comment-approval-msg {
  background: black;
  font-family: CourierNewPSMT;
  font-size: 0.882rem;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}

#commentform {
  margin-top: 32px;
}

input.comment, textarea.comment {
  background: #999;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  margin-top: 7px;
  margin-bottom: 18px;
  padding: 8px;
  font-family: CourierNewPSMT;
  line-height: 1.45em;
  font-size: 0.882rem;
  color: white;
}

input.comment:hover, textarea.comment:hover, input.comment:active, 
textarea.comment:active {
  background: #666;
  transition: all 0.1s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

input.comment:focus, textarea.comment:focus {
    background: #333;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    transition: all 0.5s;
}

textarea.comment {
  height: 128px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 0.3s;
}

#submit {
  background: #000;
  border-radius: 2px;
  height: 42px;
  padding: 8px;
  font: 700 1rem/1.38 futura-pt;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

#submit:hover {
  background: #000;
  transition: all 0.2s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #ddd;
}

#submit:active {
  background: #000;
  transition: all 0.2s;
  -webkit-transform: translate(4px,4px);
          transform: translate(4px,4px);
  color: #ddd;
}

.content {
  position: relative;
  display:block;
  float: left;
  min-height: 100%;
  width: calc(960px);
}

.image {
  display: block;
  float: left;
  width: 88px;
  height: auto;
  margin: 0px 0 0 1.69805%;
  overflow: hidden;
}

.last {
  position: relative;
  float: left;
  z-index: 2;
  width: 54px;
  height: 32px;
  font: 700 1rem/1.38 futura-pt;
  color: rgb(0, 0, 0);
}

a {
  font: 700 1rem/1.38 futura-pt;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

a:hover {
 display:inline;
 background: #000;
 color: #fff;
 transition: 0.3s;
}

.link, .link a {
  font: 700 1rem/1.38 futura-pt;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.link a:hover {
  background: black;
  color: white;
  text-decoration: underline;
}

.taglist a, .taglist {
  font-size: 1rem;
  font-family: CourierNewPSMT;
  font-weight: normal;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.taglist a:hover {
  color: white;
  transition: all 0.5s;
}

#comments-headline, #tags-headline {
  width: 99.9966755319%;
  font-size: 1rem;
  line-height: 1.47;
  color: rgb(0, 0, 0);
}

.article p.link {
  margin-top: 23px;
}

a img {
  display: inline-block;
  float:left;
}

.page-numbers span, .page-numbers a {
  margin: 0px;
  font: 700 1rem/1.38 futura-pt;
}

.header {
  padding-top: 12px; 
}

#logo {
  margin: 0;
  height: 66px;
  overflow: hidden;
}

.logo-a, .logo-a:hover{
  background: none;
}

#bernd-auge-links, #bernd-auge-rechts, #bernd-augenbraue-links, #bernd-augenbraue-rechts, #bernd-mund, #kai-auge-links, #kai-auge-rechts, #kai-mund {
 -webkit-transform: scale(1) rotate(0deg) translate(0);
         transform: scale(1) rotate(0deg) translate(0);
    -moz-transform: scale(1) rotate(0) translate(0);
}

#logo:hover #bernd-auge-links, #logo:hover #bernd-auge-rechts {
  transition: 0.5s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;

  -webkit-transform: scale(0.5);
          transform: scale(0.5);
     -moz-transform: scale(1.0);
}

#logo:hover #kai-auge-links, #logo:hover #kai-auge-rechts {
  stroke-width: 0.5;
  transition: 0.3s;
  transition-delay: 0.6s;
}

#logo:hover #bernd-mund {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(0.5px) scaleX(0.9);
          transform: translateX(0.5px) scaleX(0.9); 
     -moz-transform: translateX(0px) scaleX(1.0);
  transition: 0.2s;
  transition-delay: 0.1s;
}

#logo:hover #kai-mund {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
     -moz-transform: scaleX(1.0);
  transition: 0.2s;
  transition-delay: 0.4s;
}

#logo:hover #bernd-augenbraue-links {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-2deg) translateY(-0.5px);
          transform: rotate(-2deg) translateY(-0.5px);
     -moz-transform: rotate(0) translateY(0);
  transition: 0.2s;
  transition-delay: 0.2s;
}

#logo:hover #bernd-augenbraue-rechts {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
     -moz-transform: rotate(0);
  transition: 0.1s;
  transition-delay: 0.2s;
}

h1, h2, h2 a { 
  font: 500 2.353rem/1.12 futura-pt;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.article h2 {
  font: 700 1rem/1.38 futura-pt;
  line-height: 1em;
  margin-top: 16px;
}

.article em {
  font-family: CourierNewPSMT;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  font-size: 0.882rem;
}

#nav-burger {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1000;
  -webkit-transform:rotate(0deg) translateY(0px);
          transform:rotate(0deg) translateY(0px);
  transition: all 0.35s;
}

#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

#menu-container {
  position: fixed;
  width: 300px;
  top: 0;
  left: -300px;
  background: rgba(0,0,0,1);
  padding: 0px;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: .3s ease all;
}

#menu-container.show-nav {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

#svg-wrapper.show-nav svg {
  -webkit-transform: translateX(206px) rotate(90deg);
          transform: translateX(206px) rotate(90deg);
}

#svg-wrapper.show-nav .nav-burger-lines {
  stroke: white;
  transition: 0.3s;
}

#menu-menu-1 {
  position: fixed;
  margin-top: 128px;
  width: 100%;
}

#menu-menu-1 li {
  padding: 0 24px 0 24px;
  margin-bottom: 16px;
  height: 48px;
  width: 100%;
  transition: 0.1s;
  display: table;
}

.menu-item a {
  display: table-cell;
  width: 100%;
  vertical-align:middle;
  margin-top:auto;
  margin-bottom:auto;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

#menu-menu-1 li:hover, .menu-item:hover a {
  background: white;
  color:black;
}

div.page-numbers {
    clear: both;
    position:relative;
    text-align:center;
    width: 100%;
}

ul.page-numbers {
  margin-top: 24px;
  display:inline-block;
  width: 100%;
}

ul.page-numbers li {
  display:inline-block;
}

ul.page-numbers li span, ul.page-numbers li a{
  display:inline-block;
  text-align: center;
  background: black;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
}

ul.page-numbers li:hover {
  background: white;
  color: black;
}

ul.page-numbers li:hover a, ul.page-numbers li:hover span{
  background: white;
  color: black;
}

span.page-numbers.current {
  background: none;
  color: black;
}

a.page-numbers  {
  display:inline-block;
  float: none;
  color: white;
  text-decoration:none;
}

a.next.page-numbers, a.prev.page-numbers {
  display:inline-block;
}

a.prev-page-numbers {
  display:inline-block;
  float: left;
}

a.next-page-numbers {
  display:inline-block;
  float: right;
}

.content ._container {
  width: 100%;
}

.comments-comment-1 {
  margin-top: 2px;
}

.comments-comment-2 {
  margin-top: 32px;
}

.copy-1 {
  min-height: 151px;
}

.container {
  float: left;
}

.content ._container-2 {
  height: 180px;
  border: 1px solid green;
}

.content ._container-3 {
  clear: both;
  margin-top: 3px;
}

.copy a {
  font-family: futura-pt;
  font-style: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.copy span {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.footer {
  height: 128px;
}

.shariff {
  margin-top: 32px;
}

.shariff li a {
  border-radius: 2px !important;
}

@media(max-width: 831px) {

#site-wrapper {
  position: static;
}

#site-canvas {
  position: static;
  border: 0;
  margin: 0;
}

#menu-container {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -220px;
  left: 0px;
  background: rgba(0,0,0,1);
  padding: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

#svg-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#menu-menu-1 {
  position: relative;
  margin-top: 16px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#menu-menu-1 li {
  padding-left: 0px;
}

#menu-container.show-nav {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateY(220px);
  transform: translateY(220px);
}

#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateY(220px);
  transform: translateY(220px);
}

#svg-wrapper.show-nav svg {
  -webkit-transform: translateY(84px);
  transform: translateY(84px);
}

#nav-burger {
  position: relative;
  top: 68px;
  left: 0;
  float: right;
}

header {
  width:80%;
  margin-left:auto;
  margin-right:auto;
}

article {
  clear: both;
  width: 80%;
}

.article-teaser .copy,
.article-teaser .main-headline {
    width: 100%;
}

.content {
  clear: both;
  width: 84.7172081829%;
  height: 100%;
  margin-left: 7.67148%;
}

.logo-bernd {
  height: auto;
}

.logo-kai {
  height: auto;
}

._container {
  width: 84.7172081829%;
}

.article-teaser .link-1 {
  width: 48.1640625%;
}

.article-teaser .link-2 {
  width: 33.4261632492%;
}

.content .article-teaser-2 {
  width: 90.3133903133%;
}

.nav-burger {
  position: static;
  float: left;
  top: auto;
  left: auto;
  height: auto;
  margin-top: 21px;
}

.container {
  height: 71px;
  margin-left: 32px;
}

.content ._container-3 {
  width: 99.7159090909%;
  margin-top: 0;
  margin-left: 0.00222%;
}

}
