/* war 260 */
/* Font sizes */
@font-face {
  font-family: WacheSchieben;
  src: url(/fonts/WacheSchiebenFont.ttf?c39703ce5d1bcc242e39ad860551ef48);
}
@font-face {
  font-family: 'WacheSchiebenIcons';
  src: url(/fonts/WacheSchiebenIcons.eot?3dd2d7ff04923589b5e90c083f479451);
  src: url(/fonts/WacheSchiebenIcons.eot?3dd2d7ff04923589b5e90c083f479451#iefix) format('embedded-opentype'), url(/fonts/WacheSchiebenIcons.ttf?c7a84b465dc9701f4423e0a70e30fcf4) format('truetype'), url(/fonts/WacheSchiebenIcons.woff?d9d105330e21705d4990c303c7daabe0) format('woff'), url(/fonts/WacheSchiebenIcons.svg?5a266dfedc1ed48ea529edc9320fcc0e#WacheSchiebenIcons) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'WacheSchiebenIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e90e";
}
.icon-arrow-left:before {
  content: "\e90f";
}
.icon-arrow-right:before {
  content: "\e910";
}
.icon-arrow-up:before {
  content: "\e911";
}
.icon-burger:before {
  content: "\e912";
}
.icon-close:before {
  content: "\e913";
}
.icon-comment:before {
  content: "\e914";
}
.icon-facebook:before {
  content: "\e915";
}
.icon-google-plus:before {
  content: "\e916";
}
.icon-like:before {
  content: "\e917";
}
.icon-liked:before {
  content: "\e918";
  color: #e62600;
}
.icon-rss:before {
  content: "\e919";
}
.icon-search:before {
  content: "\e91a";
}
.icon-share:before {
  content: "\e91b";
}
.icon-twitter:before {
  content: "\e91c";
}
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  /* alternativ: 18/@font-size-text (=14) = 1.285714285714286 */
  margin: 0;
  padding: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.page {
  margin: auto;
}
.main {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-top: 60px;
}
.content {
  padding: 0 12px;
}
.actions {
  text-align: center;
}
#active-search {
  font-size: 16px;
  font-family: 'WacheSchieben', sans-serif;
  color: #ffffff;
  text-align: center;
  background-color: #e62600;
  padding: 8px 0 4px;
  position: relative;
  top: -10px;
  box-shadow: 3px 3px 3px #888888;
  transform: rotateZ(-2deg);
}
.button {
  font-size: 16px;
  font-family: 'WacheSchieben', sans-serif;
  border: none;
  cursor: pointer;
  height: 36px;
  width: 120px;
  background: url('/images/button-bg-green.png') no-repeat center center;
  background-size: contain;
}
.button img {
  height: 16px;
  vertical-align: middle;
}
.button .text {
  vertical-align: middle;
}
.button.large {
  height: 42px;
  width: 144px;
}
.drawn-border {
  border: 14px solid transparent;
  padding: 2px;
  /* Safari 3.1-5 */
  -o-border-image: url('/images/button-border.png') 60 stretch;
  /* Opera 11-12.1 */
  border-image: url('/images/button-border.png') 60 stretch;
}
@media only screen and (min-device-width: 768px) {
  .page {
    max-width: 960px;
    padding: 10px 50px;
  }
}
.page.menu-open {
  height: 100%;
  overflow: hidden;
}
.page.menu-open .main {
  -webkit-transform: translate(240px, 0);
  -moz-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  -o-transform: translate(240px, 0);
}
.page.menu-open .menu {
  -webkit-transform: translate(240px, 0);
  -moz-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  -o-transform: translate(240px, 0);
}
.page.menu-open .menu-toggle {
  background: url("/images/icons/close.svg") no-repeat center center;
  background-size: 32px 32px;
}
.page.menu-open #overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 400;
}
.page.search-open .search {
  height: 200px;
}
.page.search-open .search-toggle {
  background: url("/images/icons/expand-less.svg") no-repeat center center;
  background-size: 32px 32px;
}
.close-detail-view,
.menu-toggle,
.search-toggle {
  color: #2e3436;
  /* TODO: define black */
  cursor: pointer;
  border: none;
  height: 60px;
  width: 60px;
}
.header {
  height: 60px;
  max-width: 960px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 200;
  background-image: url("/images/button-marker.png");
  background-repeat: no-repeat;
  background-size: 960px 75px;
  background-position: center -10px;
}
.header .menu-toggle {
  float: left;
  background: url("/images/icon-burger.svg") no-repeat center center;
  background-size: 32px 32px;
}
.header .search-toggle {
  float: right;
  background: url("/images/icon-magnifier.svg") no-repeat center center;
  background-size: 32px 32px;
}
.header .close-detail-view {
  float: right;
  background: url("/images/icons/close.svg") no-repeat center center;
  background-size: 32px 32px;
}
.header .ws-logo {
  overflow: hidden;
}
.header .ws-logo img {
  height: 40px;
  min-width: 200px;
  padding-top: 10px;
  display: block;
  margin: 0 auto;
}
.menu {
  background-color: #000000;
  height: 100%;
  width: 240px;
  padding-top: 60px;
  position: fixed;
  left: -240px;
  top: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 500;
}
.menu .menu-toggle {
  float: right;
  background: url("/images/icons/close.svg") no-repeat center center;
  background-size: 32px 32px;
}
.menu .page-links {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.menu .social-links {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
.menu .menu-item {
  border-top: solid #272727 1px;
}
.menu .menu-item:last-child {
  border-bottom: solid #272727 1px;
}
.menu .menu-item a {
  background: url("/images/icons/arrow-right-green.svg") no-repeat center right;
  background-size: 24px 24px;
}
.menu a {
  color: #cfcfcf;
  display: block;
  font-family: "WacheSchieben";
  font-size: 1.8em;
  padding: 10px;
  text-decoration: none;
}
.menu a:hover {
  color: #ffffff;
}
.menu a.icon-rss {
  padding-left: 48px;
  background: url("/images/icon-close.svg") no-repeat center left;
  background-size: 32px 32px;
}
.menu a.icon-facebook {
  padding-left: 48px;
  background: url("/images/icon-close.svg") no-repeat center left;
  background-size: 32px 32px;
}
.menu a.icon-twitter {
  padding-left: 48px;
  background: url("/images/icon-close.svg") no-repeat center left;
  background-size: 32px 32px;
}
.menu a.icon-google {
  padding-left: 48px;
  background: url("/images/icon-close.svg") no-repeat center left;
  background-size: 32px 32px;
}
.search {
  height: 0;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 100;
  /* TODO */
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.search form {
  padding: 16px 32px;
}
.search form input,
.search form select {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  /* alternativ: 18/@font-size-text (=14) = 1.285714285714286 */
  height: 50px;
  margin-bottom: 5px;
  width: 100%;
}
.search form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('/images/icon-magnifier.svg') no-repeat right;
}
.displaymode {
  height: 48px;
}
.displaymode span {
  float: left;
  height: 100%;
  line-height: 48px;
  /* same as .displaymode height */
}
.displaymode ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  height: 100%;
}
.displaymode li {
  float: left;
  margin: 12px;
  /* .displaymode height - (image height / 2) */
}
.content {
  transition: margin-top 0.5s;
}
/*
.component.navigation {
  color:@color-menu-color;
  background-color:@color-menu-background;
  
  .menu {
    border: blue solid 1px;
    width: @width-menu;
    
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      
      li {
        display: block;
        padding: 5px 10px;
        
        &:hover {
          background-color: @color-menu-color-highlight;
        }
        
        &.menu-item {
          border-bottom: @color-menu-border solid 1px;
        }
        
        a {
          display: inline-block;
          text-decoration: none;
        }
      }
    }
  }
}
*/
.icon {
  display: inline-block;
  width: 16px;
}
.icon .svg-wrapper {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.icon .svg-wrapper svg {
  fill: currentColor;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cartoon-view {
  margin: 0 auto;
  max-width: 450px;
}
.cartoon-view .cartoon {
  display: flex;
  position: relative;
}
.cartoon-view .cartoon #previous-cartoon {
  background: url("/images/icons/previous-cartoon.svg") no-repeat center center;
  background-size: 100% 100%;
  bottom: 30%;
  cursor: pointer;
  left: -12px;
  position: absolute;
  top: 30%;
  width: 20%;
  z-index: 50;
}
.cartoon-view .cartoon #next-cartoon {
  background: url("/images/icons/next-cartoon.svg") no-repeat center center;
  background-size: 100% 100%;
  bottom: 30%;
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: 30%;
  width: 20%;
  z-index: 50;
}
.cartoon-view .cartoon .slick-slide {
  height: auto;
}
.cartoon-view .cartoon .cartoon-image {
  margin: 0 auto;
  width: 100%;
}
.cartoon-view .actions {
  font-size: 16px;
  font-family: 'WacheSchieben', sans-serif;
  display: flex;
  justify-content: center;
}
.cartoon-view .actions .action {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.cartoon-view .comments {
  padding: 12px 12px;
  text-align: center;
}
.cartoon-view .comments .number {
  font-family: "WacheSchieben";
  font-size: 1.8em;
}
.cartoon-view .comments .message {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  /* alternativ: 18/@font-size-text (=14) = 1.285714285714286 */
  padding-top: 12px;
}
.cartoon-view .comments .meta {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: lightgray;
}
.cartoon-view .drawn-border {
  border: 15px solid transparent;
  /* Safari 3.1-5 */
  -o-border-image: url('/images/button-border.png') 60 stretch;
  /* Opera 11-12.1 */
  border-image: url('/images/button-border.png') 60 stretch;
  box-sizing: border-box;
  padding: 5px;
}
.cartoon-view input.drawn-border {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  /* alternativ: 18/@font-size-text (=14) = 1.285714285714286 */
  height: 50px;
  width: 100%;
}
.cartoon-view textarea.drawn-border {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  /* alternativ: 18/@font-size-text (=14) = 1.285714285714286 */
  height: 150px;
  resize: none;
  width: 100%;
}
.cartoon-view .form-submit {
  text-align: center;
}
.share-dropdown-content {
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 96px;
  position: absolute;
  top: 28px;
  z-index: 1;
}
.action-share {
  position: relative;
}
.button-share {
  z-index: 2;
}
.show {
  display: block;
}
/* Links inside the dropdown */
.share-dropdown-content a {
  color: black;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}
.share-dropdown-content a:hover {
  background-color: #f1f1f1;
}
@media only screen and (min-device-width: 768px) {
  .cartoon-view .cartoon #previous-cartoon {
    left: -36px;
  }
  .cartoon-view .cartoon #next-cartoon {
    right: -36px;
  }
  .cartoon-view .cartoon .slick-slide {
    outline: none;
  }
}
/* example of Block__Element--Modifier (BEM) in less */
.block__element--modifier-one {
  color: red;
}
.block__element--modifier--two {
  color: blue;
}
#cartoons-view {
  max-width: 450px;
  margin: 0 auto;
}
#cartoons-view a:link,
#cartoons-view a:visited,
#cartoons-view a:hover,
#cartoons-view a:active {
  color: black;
  text-decoration: none;
}
#cartoons-view .cartoon-record {
  animation: fadein 2s;
  -webkit-animation: fadein 2s;
}
#cartoons-view img.cartoon {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}
#cartoons-view .js-reveal {
  visibility: hidden;
}
#cartoons-view .cartoon-number {
  font-size: 16px;
  font-family: 'WacheSchieben', sans-serif;
  color: lightgray;
  text-align: center;
}
#cartoons-view .cartoon-snippet-template {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* space-around; */
  padding-left: 30px;
  background: url("/images/backgrounds/paper_snippet_4.png") no-repeat center;
  background-size: 100% 100%;
  height: 120px;
  /* width: 300px; */
  font-size: 16px;
  font-family: 'WacheSchieben', sans-serif;
}
#cartoons-view .cartoon-snippet-template .thumb {
  background: url("/images/frame.png") no-repeat center;
  background-size: 100%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cartoons-view .cartoon-snippet-template .thumb img {
  height: auto;
  width: 75%;
}
#cartoons-view .cartoon-snippet-template .info {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#cartoons-view .cartoon-snippet-template .icon {
  height: 12px;
  width: 12px;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
div#imprint {
  text-align: center;
}

