/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Eibl Bau
Author: Kristina Kurre (Design) / Black Kiwi (Development)

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name: Dr. Maria J. Katschnig
Author: Simon Meisinger (Design) / Black Kiwi (Development)


Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaStd-Heavy.eot");
  src: url("../fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Heavy.woff2") format("woff2"), url("../fonts/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'TimesTS';
  src: url("../fonts/TimesLTStd-ExtraBold.eot");
  src: url("../fonts/TimesLTStd-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesLTStd-ExtraBold.woff2") format("woff2"), url("../fonts/TimesLTStd-ExtraBold.woff") format("woff"), url("../fonts/TimesLTStd-ExtraBold.ttf") format("truetype"), url("../fonts/TimesLTStd-ExtraBold.svg#TimesLTStd-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaStd-Medium.eot");
  src: url("../fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Medium.woff2") format("woff2"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.ttf") format("truetype"), url("../fonts/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaStd-Bold.eot");
  src: url("../fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Bold.woff2") format("woff2"), url("../fonts/FuturaStd-Bold.woff") format("woff"), url("../fonts/FuturaStd-Bold.ttf") format("truetype"), url("../fonts/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/******************************************************************
Site Name: Dr. Maria J. Katschnig
Author: Simon Meisinger (Design) / Black Kiwi (Development)

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
*********************/
/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************
Site Name: 100 Haeuser
Author: Black Kiwi (Development)

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.55;
  color: #000;
  background-color: #f1f1f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.category-magazin {
  background-color: #fff34f; }
  body.category-magazin .header #header-container.smaller {
    background-color: #fff34f; }
  body.category-magazin .inline-block .col:hover h2 {
    color: #000; }
    body.category-magazin .inline-block .col:hover h2 a {
      color: #000; }
    body.category-magazin .inline-block .col:hover h2 a:hover {
      color: #000; }

body.magazin {
  background-color: #fff34f; }
  body.magazin .header #header-container {
    background-color: #fff34f; }

p {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

img {
  max-width: 100%;
  height: auto; }

.small-hide {
  display: none; }

.inline-block {
  display: inline-block; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 92%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #000;
  text-decoration: none;
  transition: all .3s;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #262626; }
  a:active, a:visited:active {
    color: #262626; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2 {
  text-rendering: optimizelegibility;
  font-family: "TimesTS", Times New Roman, Times, serif; }

h1 {
  font-size: 32px;
  line-height: 1.1; }

h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1; }

/*********************
SEARCH
*********************/
#search {
  float: left;
  position: relative;
  top: 8px;
  z-index: 9; }

.search-field {
  border: none;
  cursor: pointer;
  height: 60px;
  top: 0;
  padding: 0 4px 12px 32px;
  position: relative;
  transition: width .4s ease, background .4s ease;
  background: url("../images/lupe_ico.svg");
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  transition: opacity .3s;
  width: 80px;
  color: transparent; }

.search-submit {
  width: 62px;
  height: 40px;
  transition: all .4s;
  border: none;
  background: url("../images/arrow_r_ico.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 62px 62px;
  position: absolute;
  left: 31px;
  top: 36px;
  opacity: 0;
  visibility: hidden; }

.search-field:focus {
  background-color: #fff;
  border: 1px solid #000;
  cursor: text;
  outline: 0;
  color: #000; }

.search-field:focus + .search-submit {
  opacity: 1;
  visibility: visible; }

.search-form .screen-reader-text {
  /*Hide For None Screen Readers*/
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/**
* Search Form Input Placeholder Color
*/
.search-field::-webkit-input-placeholder {
  color: transparent;
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.search-field:-moz-placeholder {
  color: transparent;
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.search-field::-moz-placeholder {
  color: transparent;
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.search-field:-ms-input-placeholder {
  color: transparent;
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.search-field:focus::-webkit-input-placeholder {
  color: #595959; }

.search-field:focus:-moz-placeholder {
  color: #595959; }

.search-field:focus::-moz-placeholder {
  color: #595959; }

.search-field:focus:-ms-input-placeholder {
  color: #595959; }

.wp-pagenavi {
  margin-top: 22px; }
  .wp-pagenavi a, .wp-pagenavi span {
    border: none; }
  .wp-pagenavi .pages {
    margin-right: 22px; }
  .wp-pagenavi .current, .wp-pagenavi .page {
    margin: 0 7px; }
    .wp-pagenavi .current:after, .wp-pagenavi .page:after {
      content: " |";
      position: relative;
      left: 5px;
      color: #000; }
  .wp-pagenavi .current {
    color: #000; }
  .wp-pagenavi .page:last-of-type:after {
    content: ""; }

#searchpage {
  text-align: center;
  margin-top: -45px;
  margin-bottom: 105px; }
  #searchpage h1 {
    margin-bottom: 0; }
  #searchpage .search-term {
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 85px; }
  #searchpage article {
    margin-bottom: 45px; }
  #searchpage article header h2 {
    margin: 18px 0 10px 0; }
  #searchpage article header p {
    margin: 0; }
  #searchpage footer {
    margin-top: 12px;
    padding: 6px 12px 5px 12px; }
  #searchpage img {
    min-width: 270px;
    min-height: 380px; }

/*********************
HEADER STYLES
*********************/
.header {
  height: 200px;
  z-index: 1;
  text-align: right; }
  .header .wrap {
    position: relative;
    z-index: 1; }
  .header #header-container {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    transition: all .3s;
    background-color: transparent;
    height: 88px; }
    .header #header-container #logo {
      width: 70px;
      position: absolute;
      top: 15px;
      left: 50%;
      margin-left: -35px; }
    .header #header-container nav {
      width: 100%;
      background: transparent;
      z-index: 2;
      position: absolute;
      top: 100px;
      right: 0;
      transition: all .3s;
      /* hamburger icon */
      /* x icon */
      /* hide menu state checkbox offscreen (so it stays visible to screen readers) */
      /* hide the menu in mobile view */ }
      .header #header-container nav hr {
        position: absolute;
        z-index: 1;
        display: none;
        top: 370px;
        width: 100%; }
      .header #header-container nav ul#menu-hauptmenue {
        margin-top: -16px; }
        .header #header-container nav ul#menu-hauptmenue li {
          font-family: "TimesTS", Times New Roman, Times, serif;
          font-size: 22px; }
          .header #header-container nav ul#menu-hauptmenue li a {
            color: #f1f1f2;
            border-bottom: 2px solid transparent; }
          .header #header-container nav ul#menu-hauptmenue li a:hover {
            color: #fff; }
      .header #header-container nav ul#menu-second-menu li {
        display: inline;
        font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        padding: 0 6px; }
        .header #header-container nav ul#menu-second-menu li a {
          color: #f1f1f2;
          border-bottom: 2px solid transparent; }
        .header #header-container nav ul#menu-second-menu li a:hover {
          border-bottom: 2px solid #000;
          color: #fff; }
      .header #header-container nav .main-menu-btn {
        position: relative;
        right: 0;
        top: -78px;
        display: inline-block;
        width: 34px;
        height: 38px;
        text-indent: 34px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        .header #header-container nav .main-menu-btn:hover .main-menu-btn-icon {
          opacity: .7; }
      .header #header-container nav .main-menu-btn-icon, .header #header-container nav .main-menu-btn-icon:before, .header #header-container nav .main-menu-btn-icon:after {
        position: absolute;
        top: 50%;
        left: 2px;
        height: 4px;
        width: 34px;
        background: #000;
        transition: all 0.25s; }
      .header #header-container nav .main-menu-btn-icon:before {
        content: '';
        top: -8px;
        left: 0; }
      .header #header-container nav .main-menu-btn-icon:after {
        content: '';
        top: 8px;
        left: 0; }
      .header #header-container nav #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
        height: 0;
        background: transparent; }
      .header #header-container nav #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        transform: rotate(-45deg); }
      .header #header-container nav #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        transform: rotate(45deg); }
      .header #header-container nav #main-menu-state {
        position: absolute;
        right: -99999px; }
      .header #header-container nav #main-menu-state:not(:checked) ~ #menu-second-menu {
        display: none;
        opacity: 0; }
      .header #header-container nav #main-menu-state:not(:checked) ~ #menu-hauptmenue {
        display: none;
        opacity: 0; }
      .header #header-container nav #main-menu-state:checked ~ #menu-hauptmenue {
        display: block;
        width: 100%;
        text-align: center; }
      .header #header-container nav #main-menu-state:checked ~ #menu-second-menu {
        display: block;
        width: 100%;
        margin: 20px 0 30px 0;
        text-align: center; }
    .header #header-container nav.active {
      background: rgba(0, 0, 0, 0.9); }
  .header #search {
    transition: margin .3s;
    margin-top: 10px; }
  .header #header-container.smaller {
    background-color: #f1f1f2; }

.page-template-page-redaktion .header, .page-template-page-mediadaten .header, .page-template-page-impressum .header, .page-template-page-kontakt .header, .page-template-page-abo .header {
  height: 120px; }

.page-template-page-redaktion .inline-block, .page-template-page-mediadaten .inline-block, .page-template-page-impressum .inline-block, .page-template-page-kontakt .inline-block, .page-template-page-abo .inline-block {
  margin: 60px 0 120px 0; }

.category .header {
  height: 100px; }

.sub-filter {
  display: inline-block;
  font-weight: bold; }
  .sub-filter a {
    text-decoration: underline; }
  .sub-filter li:after {
    content: ", ";
    position: relative;
    left: -4px; }
  .sub-filter li:last-of-type:after {
    content: ""; }
  .sub-filter li:first-of-type:after {
    content: ""; }

#magazin-single .black, #editionen-single .black {
  margin-top: -120px; }

.home .header {
  height: 420px; }
  .home .header #header-container {
    transition: all .3s;
    height: 160px; }
    .home .header #header-container nav {
      margin-top: 60px; }
      .home .header #header-container nav #main-menu-state:checked ~ #menu-second-menu {
        margin: 20px 0 30px 0; }
      .home .header #header-container nav .main-menu-btn {
        top: -144px;
        transition: all .3s; }
    .home .header #header-container #search {
      margin-top: 5px; }
    .home .header #header-container #logo {
      transition: all .3s;
      width: 160px;
      top: 20px;
      margin-left: -80px; }
  .home .header #header-container.smaller {
    top: -60px;
    background-color: transparent; }
    .home .header #header-container.smaller #logo {
      top: 74px;
      width: 90px;
      margin-left: -45px; }
    .home .header #header-container.smaller .main-menu-btn {
      top: -80px; }
    .home .header #header-container.smaller #search {
      margin-top: 70px; }
  .home .header #header-container.smaller-bg {
    background-color: #f1f1f2; }
  .home .header #header-image {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    color: #fff;
    text-align: center; }
    .home .header #header-image .owl-fullscreen {
      height: 420px;
      padding-top: 360px; }
      .home .header #header-image .owl-fullscreen .table {
        position: relative;
        z-index: 2;
        display: table;
        margin: 0 auto;
        width: 100%;
        top: 0;
        position: absolute; }
        .home .header #header-image .owl-fullscreen .table .wrap {
          display: table-cell;
          vertical-align: middle;
          height: 360px; }
          .home .header #header-image .owl-fullscreen .table .wrap .cat, .home .header #header-image .owl-fullscreen .table .wrap .sub-title {
            display: none; }
          .home .header #header-image .owl-fullscreen .table .wrap h1 {
            padding-top: 94px; }
          .home .header #header-image .owl-fullscreen .table .wrap .sub-title {
            max-width: 60%;
            font-size: 24px;
            line-height: 32px;
            margin: -18px auto 0 auto; }
            .home .header #header-image .owl-fullscreen .table .wrap .sub-title p:first-of-type {
              margin-top: 0; }
          .home .header #header-image .owl-fullscreen .table .wrap a, .home .header #header-image .owl-fullscreen .table .wrap a:visited, .home .header #header-image .owl-fullscreen .table .wrap a:link {
            color: #fff;
            transition: all .3s; }
            .home .header #header-image .owl-fullscreen .table .wrap a:hover, .home .header #header-image .owl-fullscreen .table .wrap a:visited:hover, .home .header #header-image .owl-fullscreen .table .wrap a:link:hover {
              color: #f1f1f2; }
      .home .header #header-image .owl-fullscreen .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .82;
        z-index: 0;
        background-size: cover;
        background-position: 50% 25%; }
    .home .header #header-image .owl-controls {
      position: absolute;
      top: 64%;
      width: 100%;
      height: 1px; }
      .home .header #header-image .owl-controls .owl-prev {
        float: left; }
        .home .header #header-image .owl-controls .owl-prev .icon-arrow-left:after {
          content: " ";
          background-image: url("../images/arrow_l_white_ico.svg");
          background-size: cover;
          position: relative;
          display: inline-block;
          top: 6px;
          left: 30px;
          width: 90px;
          height: 60px; }
      .home .header #header-image .owl-controls .owl-next {
        float: right; }
        .home .header #header-image .owl-controls .owl-next .icon-arrow-right:after {
          content: " ";
          background-image: url("../images/arrow_r_white_ico.svg");
          background-size: cover;
          position: relative;
          display: inline-block;
          top: 6px;
          right: 30px;
          width: 90px;
          height: 60px; }

/*********************
POSTS & CONTENT STYLES
*********************/
.cat {
  background-color: #000;
  padding: 6px 10px 4px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  border: 2px solid #000; }
  .cat a, .cat a:active, .cat a:focus {
    color: #fff; }
    .cat a:hover, .cat a:active:hover, .cat a:focus:hover {
      color: #f1f1f2; }

.show-more-btn {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px 4px 10px;
  margin: 60px auto 0 auto;
  font-size: 14px;
  transition: all .3s; }
  .show-more-btn:hover {
    background-color: #000;
    color: #fff !important; }

.box-last {
  text-align: center; }

#startseite {
  background-color: #f1f1f2;
  margin-top: 35px;
  padding: 45px 0; }
  #startseite .grid {
    text-align: center; }
    #startseite .grid h2 {
      font-family: "TimesTS", Times New Roman, Times, serif;
      font-size: 28px;
      line-height: 32px;
      margin: 14px 0 5px 0;
      color: #fff; }
    #startseite .grid .grid-item {
      z-index: 1;
      float: left;
      width: 100%;
      height: 250px;
      background-size: cover;
      background-position: 0 0;
      margin-bottom: 20px;
      text-align: center; }
      #startseite .grid .grid-item img {
        max-height: 220px;
        width: auto;
        float: left; }
      #startseite .grid .grid-item a.link {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9; }
    #startseite .grid .yellow-bg {
      padding: 14px;
      font-weight: bold;
      font-size: 30px;
      line-height: 1.15;
      background-color: #fff34f; }
    #startseite .grid .grid-content {
      width: 100%;
      padding: 0 24px;
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      #startseite .grid .grid-content a {
        color: #fff; }
    #startseite .grid .inserat a, #startseite .grid .individuell a {
      position: relative;
      z-index: 99;
      display: inline-block;
      height: 100%;
      width: 100%; }
    #startseite .grid .inserat {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50%; }
    #startseite .grid .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .22;
      z-index: 0; }
    #startseite .grid .individuell img {
      float: left;
      max-width: 48%;
      height: auto; }
    #startseite .grid .individuell .float {
      float: right;
      max-width: 48%; }
  #startseite .show-more {
    display: block;
    background-color: transparent;
    border: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 10px 4px 10px;
    margin: 60px auto 40px auto;
    font-size: 14px;
    transition: all .3s; }
    #startseite .show-more:hover {
      background-color: #000;
      color: #fff; }

.category h1 {
  margin-top: 52px !important; }

.category, #page {
  text-align: center; }
  .category .pix-wrapper input, #page .pix-wrapper input {
    display: block;
    background-color: transparent;
    border: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 10px 4px 10px;
    margin: 60px auto 0px auto;
    font-size: 14px;
    transition: all .3s; }
    .category .pix-wrapper input:hover, #page .pix-wrapper input:hover {
      background-color: #000;
      color: #fff; }
  .category h1, #page h1 {
    margin: 0; }
  .category p:first-of-type, #page p:first-of-type {
    margin-top: 0; }
  .category .content, #page .content {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px; }
    .category .content p a, #page .content p a {
      text-decoration: underline; }
  .category .inline-block, #page .inline-block {
    margin: 70px 0;
    width: 100%; }
    .category .inline-block .col, #page .inline-block .col {
      margin-bottom: 45px;
      height: 470px;
      position: relative;
      background-size: cover; }
      .category .inline-block .col .overlay, #page .inline-block .col .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .22;
        z-index: 0; }
      .category .inline-block .col:hover h2, #page .inline-block .col:hover h2 {
        color: #000; }
        .category .inline-block .col:hover h2 a, #page .inline-block .col:hover h2 a {
          color: #000; }
        .category .inline-block .col:hover h2 a:hover, #page .inline-block .col:hover h2 a:hover {
          color: #000; }
    .category .inline-block .two-col, #page .inline-block .two-col {
      height: auto;
      margin-bottom: 65px; }
      .category .inline-block .two-col img, #page .inline-block .two-col img {
        max-height: 360px;
        width: auto; }
    .category .inline-block h2, #page .inline-block h2 {
      font-family: "TimesTS", Times New Roman, Times, serif;
      font-size: 26px;
      line-height: 30px;
      margin: 14px 0 5px 0;
      color: #fff; }
      .category .inline-block h2.black, #page .inline-block h2.black {
        color: #000; }
        .category .inline-block h2.black a, #page .inline-block h2.black a {
          color: #000; }
      .category .inline-block h2:hover, #page .inline-block h2:hover {
        color: #000; }
        .category .inline-block h2:hover a, #page .inline-block h2:hover a {
          color: #000; }
        .category .inline-block h2:hover a:hover, #page .inline-block h2:hover a:hover {
          color: #000; }
    .category .inline-block h4, #page .inline-block h4 {
      margin: 16px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .category .inline-block .grid-content, #page .inline-block .grid-content {
      width: 100%;
      padding: 0 24px;
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
      .category .inline-block .grid-content .cat, #page .inline-block .grid-content .cat {
        color: #fff; }
      .category .inline-block .grid-content a, #page .inline-block .grid-content a {
        color: #fff; }
    .category .inline-block .untertitel, #page .inline-block .untertitel {
      display: none; }
    .category .inline-block a.link, #page .inline-block a.link {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9; }
    .category .inline-block .cat.link, #page .inline-block .cat.link {
      font-size: 14px; }
      .category .inline-block .cat.link a, #page .inline-block .cat.link a {
        display: inline-block; }
    .category .inline-block .shadow, #page .inline-block .shadow {
      box-shadow: 5px 5px 32px -9px #111; }

.single .top-padding {
  padding-top: 166px; }

.single #main-content {
  position: relative;
  margin-top: -246px;
  text-align: center;
  margin-bottom: 70px; }

.single #magazin-single, .single #editionen-single, .single #produkte-single {
  position: relative;
  padding: 50px 0 140px 0; }
  .single #magazin-single img, .single #editionen-single img, .single #produkte-single img {
    margin: 0 auto;
    width: auto;
    max-width: 100%; }
  .single #magazin-single h4, .single #editionen-single h4, .single #produkte-single h4 {
    margin-bottom: 50px; }
  .single #magazin-single .image-box, .single #editionen-single .image-box, .single #produkte-single .image-box {
    text-align: center; }

.single #owl-carousel {
  position: relative;
  z-index: 0; }

.single .owl-fullscreen {
  height: 420px;
  background-size: cover;
  background-position: 50% 25%; }

.single .owl-controls {
  position: absolute;
  bottom: 6%;
  width: 100%; }
  .single .owl-controls .owl-prev {
    float: left; }
    .single .owl-controls .owl-prev .icon-arrow-left:after {
      content: " ";
      background-image: url("../images/arrow_l_white_ico.svg");
      background-size: cover;
      position: relative;
      display: inline-block;
      top: 6px;
      left: 10px;
      width: 90px;
      height: 60px; }
  .single .owl-controls .owl-next {
    float: right; }
    .single .owl-controls .owl-next .icon-arrow-right:after {
      content: " ";
      background-image: url("../images/arrow_r_white_ico.svg");
      background-size: cover;
      position: relative;
      display: inline-block;
      top: 6px;
      right: 10px;
      width: 90px;
      height: 60px; }

.single .owl-carousel-gallery .owl-controls {
  bottom: 42%; }

.single #info-bar {
  background-color: #fff34f;
  height: auto;
  position: relative;
  line-height: 1.2;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px; }
  .single #info-bar img {
    height: 22px;
    position: relative;
    top: 5px;
    left: 8px; }

.single #tags {
  padding: 30px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px; }
  .single #tags a {
    text-decoration: underline; }

.single h1 {
  margin: 0 0 12px 0; }

.single h2 {
  margin: 5px 0 -5px 0;
  font-weight: 800;
  font-size: 19px;
  line-height: 23px; }

.single h4 {
  font-size: 19px;
  margin: 19px 0 0 0;
  font-weight: 500;
  line-height: 22px; }

.single .author, .single .photos {
  display: block;
  margin: 25px 0 10px 0; }

.single .photos {
  margin: -5px 0 20px 0; }

.single .box {
  margin: 15px 0; }
  .single .box p a {
    text-decoration: underline; }

.single .text-box {
  margin-top: -15px; }

.single .txt {
  text-align: left; }

.single .owl-carousel-gallery {
  height: 270px;
  margin: 10px 0;
  overflow: hidden; }
  .single .owl-carousel-gallery img {
    height: 270px;
    width: auto; }

.single .img-fullscreen {
  margin: 15px 0;
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: 50% 100%; }

.single #factbox {
  background-color: #fff;
  padding: 25px 25px 3px 25px;
  line-height: 26px;
  width: auto;
  margin: 15px;
  float: right;
  display: inline-block;
  text-align: center; }
  .single #factbox img {
    width: auto;
    max-height: 190px; }
  .single #factbox img.svg {
    width: 250px;
    max-height: 190px; }

.single .cat.link {
  font-size: 14px;
  margin-bottom: 26px;
  margin-top: -20px;
  display: inline-block; }

.personen #factbox img {
  width: 250px;
  max-height: 500px; }

#page .wrap {
  padding: 0 10px; }

#page .inline-block h2 {
  color: #000;
  font-size: 26px;
  margin: 4px 0 0 0; }

#page .inline-block a {
  text-decoration: underline; }

#page .inline-block .col {
  line-height: 1.6; }

#impressum {
  text-align: center;
  padding-bottom: 25px; }

#kontakt, #mediadaten, #abo {
  text-align: center;
  padding-bottom: 65px; }
  #kontakt .content, #mediadaten .content, #abo .content {
    font-size: 16px; }
  #kontakt input[type="text"], #kontakt input[type="email"], #kontakt input[type="tel"], #kontakt textarea, #mediadaten input[type="text"], #mediadaten input[type="email"], #mediadaten input[type="tel"], #mediadaten textarea, #abo input[type="text"], #abo input[type="email"], #abo input[type="tel"], #abo textarea {
    border: 1px solid #222222;
    outline: 0 none;
    padding: 12px 5px 8px 10px;
    margin: 8px 0;
    width: 100%;
    background-color: transparent; }
  #kontakt input[type="submit"], #mediadaten input[type="submit"], #abo input[type="submit"] {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    outline: 0 none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 12px 5px 8px 10px;
    margin-top: 12px;
    margin-bottom: 22px;
    font-size: 14px; }
  #kontakt h2, #mediadaten h2, #abo h2 {
    margin: 42px 0 12px 0; }
  #kontakt h2.title, #mediadaten h2.title, #abo h2.title {
    margin-top: 14px; }
  #kontakt p, #mediadaten p, #abo p {
    margin-top: 12px; }

#mediadaten .content, #abo .content {
  margin-bottom: 65px; }

#mediadaten .three-col, #abo .three-col {
  margin-bottom: 65px; }
  #mediadaten .three-col h2, #abo .three-col h2 {
    margin-top: 22px; }

#abo .three-col {
  background-color: #fff; }
  #abo .three-col.yellow {
    background-color: #fff34f; }
  #abo .three-col h2 {
    padding: 38px 22px 0 22px;
    margin: 0; }
  #abo .three-col .three-col__content {
    padding: 22px; }
  #abo .three-col .three-col__button {
    width: 100%;
    border-bottom: 5px solid #f1f1f2; }
    #abo .three-col .three-col__button.active {
      border-bottom: 5px solid #fff34f; }
  #abo .three-col .three-col__cost {
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 22px; }
    #abo .three-col .three-col__cost strong {
      font-size: 22px; }

#abo .pflichtfeld {
  font-style: italic;
  font-size: 14px;
  width: 100%;
  margin-bottom: 36px; }

#abo .fullwidth {
  width: 100%; }

#abo p:first-of-type {
  margin-left: auto;
  margin-right: auto; }

#abo [data-id="abo-01"], #abo [data-id="abo-02"], #abo [data-id="abo-03"] {
  width: 100%;
  margin-bottom: 36px;
  margin-top: -18px; }

#abo .acceptance {
  margin-top: 36px; }
  #abo .acceptance a {
    text-decoration: underline; }

#abo .wpcf7 form .wpcf7-list-item label {
  font-weight: normal;
  width: 100%; }

#abo .wpcf7 form span.wpcf7-list-item {
  display: block;
  margin: 4px auto;
  text-align: center; }

#abo .wpcf7 form select {
  display: block;
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
  border: 1px solid #000;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 4px 4px, 4px 4px, 1px 1.5em;
  background-repeat: no-repeat; }

#abo div.wpcf7-mail-sent-ok {
  width: 100%;
  padding: 12px; }

/*********************
BANNER STYLES
*********************/
.banner-big img, .banner-info img {
  min-width: 100% !important;
  min-height: auto !important; }

.banner-big {
  position: relative;
  margin-bottom: -120px;
  display: block;
  z-index: 1; }

/*********************
FOOTER STYLES
*********************/
footer {
  text-align: center;
  padding-top: 25px;
  background-color: #fff; }
  footer h3 {
    margin-top: 26px;
    margin-bottom: 11px; }
  footer h2 {
    font-family: "TimesTS", Times New Roman, Times, serif;
    font-size: 26px !important;
    margin: 0 !important; }
  footer img {
    width: 40px; }
  footer #white-footer .col {
    margin-top: 10px; }
  footer #white-footer .col:nth-of-type(2) {
    margin-top: 25px; }
  footer #inner-footer {
    margin-top: 25px;
    padding: 35px 0;
    background-color: #000;
    color: #fff;
    line-height: 22px; }
    footer #inner-footer a {
      color: #fff; }
    footer #inner-footer img {
      margin-right: 4px; }
    footer #inner-footer .col p {
      margin: 0; }
  footer .cmApp_signupContainer {
    width: 100% !important;
    padding: 10px 0; }
  footer .cmApp_signupContainer.cmApp_embedded, footer .cmApp_signupContainer.cmApp_lightbox, footer .cmApp_signupContainer.cmApp_slideoutTab {
    max-width: 100%; }
  footer .cmApp_embedFormContainer .cmApp_formHeader {
    font-family: "TimesTS", Times New Roman, Times, serif !important;
    font-size: 26px;
    margin: -8px 0 -15px 0;
    font-weight: bold; }
  footer .cmApp_embedFormContainer .pre-info {
    margin-bottom: 0;
    text-align: center; }
  footer .cmApp_embedFormContainer .summary {
    margin-top: 5px;
    font-size: 14px; }
  footer .cmApp_embedFormContainer label {
    display: none; }
  footer .cmApp_embedFormContainer .cmApp_formSubmitButton {
    background-color: #000 !important;
    color: #fff;
    font-weight: bold;
    outline: 0 none;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: 2px solid transparent !important;
    padding: 12px 5px 8px 10px !important;
    transition: all .3s;
    margin-top: -12px;
    font-size: 14px; }
  footer .cmApp_embedFormContainer .cm-field-row.cm-button {
    text-align: center; }
  footer .cmApp_embedFormContainer input[type="email"] {
    height: 40px;
    text-align: center;
    width: 80%;
    margin-top: 11px;
    margin-bottom: -2px; }

div.wpcf7 img.ajax-loader {
  position: absolute !important; }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 100 Haeuser
Author: Black Kiwi (Development)

Stylesheet: 481px and Up Stylesheet

******************************************************************/ }

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: 100 Haeuser
Author: Black Kiwi (Development)
Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .small-hide {
    display: inherit; }
  .big-hide {
    display: none; }
  .inline-block {
    width: 100%; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 756px;
    max-width: 756px;
    margin-left: auto;
    margin-right: auto; }
    .wrap:after {
      content: " ";
      display: block;
      clear: both; }
  /*********************
SEARCH
*********************/
  #search {
    top: 18px; }
  #searchpage article {
    width: 46.6933867735%;
    float: left; }
    #searchpage article:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #searchpage article:nth-child(2n + 2) {
      margin-left: 53.3066132265%;
      margin-right: -100%;
      clear: none; }
  .search-submit {
    width: 120px;
    right: -50px;
    left: auto;
    top: 6px; }
  .search-field {
    height: 48px;
    padding: 5px 70px 0 46px;
    background-size: 35px 35px;
    width: 120px; }
  .search-field:focus {
    background-color: rgba(255, 255, 255, 0.7); }
  /*********************
HEADER STYLES
*********************/
  .header {
    height: 120px; }
    .header #header-container {
      height: 120px; }
      .header #header-container #logo {
        top: 25px;
        width: 90px;
        margin-left: -45px; }
      .header #header-container nav {
        top: -122px;
        margin-top: 242px; }
        .header #header-container nav ul#menu-hauptmenue li {
          font-size: 30px;
          margin-bottom: 10px;
          height: 38px; }
          .header #header-container nav ul#menu-hauptmenue li a {
            transition: none; }
          .header #header-container nav ul#menu-hauptmenue li a:hover {
            font-size: 32px; }
        .header #header-container nav ul#menu-second-menu li {
          font-size: 18px;
          padding: 0 10px; }
          .header #header-container nav ul#menu-second-menu li a:hover {
            border-bottom: 1px solid #fff; }
        .header #header-container nav #main-menu-state:checked ~ #menu-hauptmenue {
          margin-top: 104px;
          margin: -10px 0 14px 0; }
        .header #header-container nav #main-menu-state:checked ~ #menu-second-menu {
          margin: 35px 0 45px 0; }
        .header #header-container nav .main-menu-btn {
          top: -80px; }
    .header #search {
      transition: margin .3s ease;
      margin-top: 20px; }
  .home .header #header-container nav {
    margin-top: 290px; }
    .home .header #header-container nav #main-menu-state:checked ~ #menu-second-menu {
      margin: 35px 0 45px 0; }
  .home .header #header-container.smaller #search {
    margin-top: 69px; }
  .home .header #header-container.smaller nav {
    margin-top: 282px; }
  .home .header #header-container.smaller .main-menu-btn {
    top: -72px; }
  .home .header #header-image .owl-controls .owl-prev .icon-arrow-left:after {
    width: 150px;
    height: 110px; }
  .home .header #header-image .owl-controls .owl-next .icon-arrow-right:after {
    width: 150px;
    height: 110px; }
  .home .header #header-image .owl-fullscreen .table .wrap h1 {
    padding-top: 150px; }
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
POSTS & CONTENT STYLES
*********************/
  #startseite .grid .grid-item {
    float: left;
    width: 368px;
    height: 540px;
    transition: all .3s ease; }
    #startseite .grid .grid-item .overlay {
      transition: all .3s ease; }
    #startseite .grid .grid-item .icon-arrow-right:after {
      content: " ";
      background-image: url("../images/arrow_r_ico.svg");
      background-size: cover;
      position: absolute;
      display: inline-block;
      bottom: 10%;
      opacity: 0;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 110px;
      transition: opacity .4s; }
    #startseite .grid .grid-item:hover .overlay {
      opacity: 1;
      background-color: #fff34f; }
    #startseite .grid .grid-item:hover a {
      color: #000; }
      #startseite .grid .grid-item:hover a:hover {
        color: #303030; }
    #startseite .grid .grid-item:hover .cat {
      transition: all .3s ease; }
      #startseite .grid .grid-item:hover .cat a {
        color: #fff;
        transition: all .3s ease; }
      #startseite .grid .grid-item:hover .cat:hover {
        background-color: transparent; }
        #startseite .grid .grid-item:hover .cat:hover a {
          color: #000; }
    #startseite .grid .grid-item:hover .icon-arrow-right:after {
      bottom: 10%;
      opacity: 1;
      z-index: 1; }
  #startseite .grid .half-height {
    height: 260px; }
    #startseite .grid .half-height .icon-arrow-right:after {
      bottom: 4%; }
    #startseite .grid .half-height:hover .icon-arrow-right:after {
      bottom: 4%; }
  #startseite .grid .half-width {
    width: 174px; }
  #startseite .grid .double-width {
    width: 756px; }
  #startseite .grid .half-half {
    width: 174px;
    height: 260px; }
  #startseite .grid .half-width.yellow-bg img, #startseite .grid .half-half.yellow-bg img {
    max-width: auto;
    width: auto;
    height: 160px; }
  #startseite .grid .yellow-bg {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px; }
  #startseite .grid .inserat {
    background-size: cover; }
  .category .inline-block .col {
    width: 47.8431372549%;
    float: left; }
    .category .inline-block .col:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .category .inline-block .col:nth-child(2n + 2) {
      margin-left: 52.1568627451%;
      margin-right: -100%;
      clear: none; }
    .category .inline-block .col .icon-arrow-right:after {
      content: " ";
      background-image: url("../images/arrow_r_ico.svg");
      background-size: cover;
      position: absolute;
      display: inline-block;
      bottom: -250px;
      opacity: 0;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 110px; }
    .category .inline-block .col h2, .category .inline-block .col .cat {
      transform: translate(0, 0);
      transition: all .3s ease; }
    .category .inline-block .col .overlay {
      transition: all .3s ease; }
    .category .inline-block .col:hover .overlay {
      opacity: 1;
      background-color: #fff34f; }
    .category .inline-block .col:hover .icon-arrow-right:after {
      bottom: 10%;
      opacity: 1;
      z-index: 1; }
    .category .inline-block .col a:hover {
      color: #000; }
    .category .inline-block .col .cat:hover {
      color: #fff; }
  #page .inline-block .col {
    width: 47.8431372549%;
    float: left; }
    #page .inline-block .col:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #page .inline-block .col:nth-child(2n + 2) {
      margin-left: 52.1568627451%;
      margin-right: -100%;
      clear: none; }
  .category .inline-block .cat.link, #page .inline-block .cat.link {
    transition: all .3s ease;
    border: 2px solid #000; }
    .category .inline-block .cat.link:hover, #page .inline-block .cat.link:hover {
      background-color: transparent; }
      .category .inline-block .cat.link:hover a, #page .inline-block .cat.link:hover a {
        color: #000; }
  .single .cat.link {
    transition: all .3s ease;
    border: 2px solid #000; }
    .single .cat.link:hover {
      background-color: transparent; }
      .single .cat.link:hover a {
        color: #000; }
  .single .top-padding {
    padding-top: 245px; }
  .single #magazin-single, .single #editionen-single, .single #produkte-single {
    padding: 160px 0 140px 0; }
    .single #magazin-single .icon-close:after, .single #editionen-single .icon-close:after, .single #produkte-single .icon-close:after {
      width: 30px;
      height: 30px; }
    .single #magazin-single #owl-carousel, .single #magazin-single #owl-carousel-editionen, .single #magazin-single #owl-carousel-magazin, .single #editionen-single #owl-carousel, .single #editionen-single #owl-carousel-editionen, .single #editionen-single #owl-carousel-magazin, .single #produkte-single #owl-carousel, .single #produkte-single #owl-carousel-editionen, .single #produkte-single #owl-carousel-magazin {
      text-align: center;
      max-height: 76vh; }
      .single #magazin-single #owl-carousel .owl-gallery, .single #magazin-single #owl-carousel-editionen .owl-gallery, .single #magazin-single #owl-carousel-magazin .owl-gallery, .single #editionen-single #owl-carousel .owl-gallery, .single #editionen-single #owl-carousel-editionen .owl-gallery, .single #editionen-single #owl-carousel-magazin .owl-gallery, .single #produkte-single #owl-carousel .owl-gallery, .single #produkte-single #owl-carousel-editionen .owl-gallery, .single #produkte-single #owl-carousel-magazin .owl-gallery {
        margin: 0 auto;
        max-height: 76%;
        max-height: 76vh;
        width: auto; }
        .single #magazin-single #owl-carousel .owl-gallery img, .single #magazin-single #owl-carousel-editionen .owl-gallery img, .single #magazin-single #owl-carousel-magazin .owl-gallery img, .single #editionen-single #owl-carousel .owl-gallery img, .single #editionen-single #owl-carousel-editionen .owl-gallery img, .single #editionen-single #owl-carousel-magazin .owl-gallery img, .single #produkte-single #owl-carousel .owl-gallery img, .single #produkte-single #owl-carousel-editionen .owl-gallery img, .single #produkte-single #owl-carousel-magazin .owl-gallery img {
          margin: 0 auto;
          max-height: 76%;
          max-height: 76vh;
          width: auto;
          max-width: 56%;
          max-width: 56vw; }
      .single #magazin-single #owl-carousel .owl-controls, .single #magazin-single #owl-carousel-editionen .owl-controls, .single #magazin-single #owl-carousel-magazin .owl-controls, .single #editionen-single #owl-carousel .owl-controls, .single #editionen-single #owl-carousel-editionen .owl-controls, .single #editionen-single #owl-carousel-magazin .owl-controls, .single #produkte-single #owl-carousel .owl-controls, .single #produkte-single #owl-carousel-editionen .owl-controls, .single #produkte-single #owl-carousel-magazin .owl-controls {
        position: absolute;
        bottom: 45%;
        width: 100%; }
        .single #magazin-single #owl-carousel .owl-controls .owl-prev .icon-arrow-left:after, .single #magazin-single #owl-carousel-editionen .owl-controls .owl-prev .icon-arrow-left:after, .single #magazin-single #owl-carousel-magazin .owl-controls .owl-prev .icon-arrow-left:after, .single #editionen-single #owl-carousel .owl-controls .owl-prev .icon-arrow-left:after, .single #editionen-single #owl-carousel-editionen .owl-controls .owl-prev .icon-arrow-left:after, .single #editionen-single #owl-carousel-magazin .owl-controls .owl-prev .icon-arrow-left:after, .single #produkte-single #owl-carousel .owl-controls .owl-prev .icon-arrow-left:after, .single #produkte-single #owl-carousel-editionen .owl-controls .owl-prev .icon-arrow-left:after, .single #produkte-single #owl-carousel-magazin .owl-controls .owl-prev .icon-arrow-left:after {
          background-image: url("../images/arrow_l_ico.svg");
          width: 125px;
          height: 92px; }
        .single #magazin-single #owl-carousel .owl-controls .owl-next .icon-arrow-right:after, .single #magazin-single #owl-carousel-editionen .owl-controls .owl-next .icon-arrow-right:after, .single #magazin-single #owl-carousel-magazin .owl-controls .owl-next .icon-arrow-right:after, .single #editionen-single #owl-carousel .owl-controls .owl-next .icon-arrow-right:after, .single #editionen-single #owl-carousel-editionen .owl-controls .owl-next .icon-arrow-right:after, .single #editionen-single #owl-carousel-magazin .owl-controls .owl-next .icon-arrow-right:after, .single #produkte-single #owl-carousel .owl-controls .owl-next .icon-arrow-right:after, .single #produkte-single #owl-carousel-editionen .owl-controls .owl-next .icon-arrow-right:after, .single #produkte-single #owl-carousel-magazin .owl-controls .owl-next .icon-arrow-right:after {
          background-image: url("../images/arrow_r_ico.svg");
          width: 125px;
          height: 92px; }
  .single .owl-carousel-gallery {
    height: 450px; }
    .single .owl-carousel-gallery img {
      height: 450px; }
  .single .owl-fullscreen {
    height: 560px; }
  .single h4 {
    margin: 16px 0 0 0;
    padding: 0 120px;
    line-height: 1.4; }
  .single .author {
    display: inline-block;
    margin-right: 22px; }
  .single .photos {
    margin: -5px 0 10px 0;
    display: inline-block; }
  #impressum {
    padding-bottom: 75px; }
    #impressum h1 {
      margin-bottom: 55px; }
  #kontakt h2 {
    font-size: 28px; }
  #kontakt input[type="text"], #kontakt input[type="email"], #kontakt textarea {
    width: 95%; }
  #kontakt .col {
    text-align: left;
    width: 30.4575163399%;
    float: left;
    margin-right: 4.3137254902%;
    margin-left: 42.0543161979%; }
  #mediadaten .content, #abo .content {
    width: 70%;
    margin: 0 auto 95px auto; }
  #mediadaten .three-col, #abo .three-col {
    margin-bottom: 65px;
    width: 30.4575163399%;
    float: left; }
    #mediadaten .three-col:nth-child(3n + 1), #abo .three-col:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #mediadaten .three-col:nth-child(3n + 2), #abo .three-col:nth-child(3n + 2) {
      margin-left: 34.7712418301%;
      margin-right: -100%;
      clear: none; }
    #mediadaten .three-col:nth-child(3n + 3), #abo .three-col:nth-child(3n + 3) {
      margin-left: 69.5424836601%;
      margin-right: -100%;
      clear: none; }
  #mediadaten .cat, #abo .cat {
    transition: all .3s ease;
    display: inline-block;
    padding: 7px 13px 5px 13px;
    margin-top: 8px; }
    #mediadaten .cat a, #abo .cat a {
      color: #fff;
      transition: all .3s ease;
      font-size: 16px; }
    #mediadaten .cat:hover, #abo .cat:hover {
      background-color: transparent; }
      #mediadaten .cat:hover a, #abo .cat:hover a {
        color: #000; }
  /*********************
FOOTER STYLES
*********************/
  footer {
    text-align: left !important; }
    footer #inner-footer .col {
      width: 47.8431372549%;
      float: left; }
      footer #inner-footer .col:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      footer #inner-footer .col:nth-child(2n + 2) {
        margin-left: 52.1568627451%;
        margin-right: -100%;
        clear: none; }
    footer #inner-footer a:hover {
      color: #d7d7d9; }
    footer .cmApp_signupContainer #cmApp_signupForm > div {
      text-align: left; }
    footer .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]):not([type="checkbox"]) {
      height: 48px; }
    footer .cmApp_signupContainer input:not([type="radio"]):not([type="checkbox"]), footer .cmApp_signupContainer textarea, footer .cmApp_signupContainer select {
      height: 48px; }
    footer .cmApp_embedFormContainer .pre-info {
      text-align: left; }
    footer .cmApp_embedFormContainer .cmApp_formInput {
      width: 100%; }
    footer .cmApp_embedFormContainer .cmApp_signupContainer #cmApp_signupForm > div:nth-of-type(3) {
      width: 70%;
      float: left;
      position: relative;
      top: 16px; }
    footer .cmApp_embedFormContainer .cmApp_formSubHeader {
      margin-top: 8px; }
    footer .cmApp_embedFormContainer .cm-checkboxes-required {
      float: left;
      margin-top: 18px;
      width: 100%; }
    footer .cmApp_embedFormContainer .cmApp_signupContainer #cmApp_signupForm > div:nth-of-type(7) {
      width: 30%;
      float: right;
      position: relative;
      top: -210px;
      left: -12px; }
    footer .cmApp_embedFormContainer .cmApp_formSubmitButton {
      margin-top: 41px !important; }
    footer .cmApp_embedFormContainer .cmApp_formSubmitButton:hover {
      color: #000;
      background-color: #fff;
      border: 2px solid #000; }
    footer .cmApp_embedFormContainer input[type="email"] {
      text-align: left; }
    footer .cmApp_embedFormContainer #cmApp_signupEmail {
      width: calc(100% - 240px) !important; }
  .g-recaptcha {
    padding-top: 16px !important; } }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 100 Haeuser
Author: Black Kiwi (Development)

Stylesheet: Desktop Stylsheet

******************************************************************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 1000px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .wrap:after {
      content: " ";
      display: block;
      clear: both; }
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  h1 {
    font-size: 40px;
    line-height: 1.15; }
  h2 {
    font-size: 22px;
    line-height: 1.1; }
  /*********************
SEARCH
*********************/
  #searchpage .search-term {
    font-size: 23px; }
  #searchpage article {
    width: 30.4575163399%;
    float: left; }
    #searchpage article:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #searchpage article:nth-child(3n + 2) {
      margin-left: 34.7712418301%;
      margin-right: -100%;
      clear: none; }
    #searchpage article:nth-child(3n + 3) {
      margin-left: 69.5424836601%;
      margin-right: -100%;
      clear: none; }
  .search-field {
    width: 262px; }
  /*********************
HEADER STYLES
*********************/
  .header {
    height: 145px; }
    .header #header-container nav ul#menu-hauptmenue li {
      font-size: 32px;
      margin-bottom: 6px;
      height: 45px; }
      .header #header-container nav ul#menu-hauptmenue li a:hover {
        font-size: 34px; }
    .header #header-container nav ul#menu-second-menu li {
      font-size: 20px;
      padding: 0 12px; }
    .header #header-container nav #main-menu-state:checked ~ #menu-second-menu {
      margin: 28px 0 45px 0; }
  .category .header, .page-template-page-redaktion .header, .page-template-page-mediadaten .header, .page-template-page-impressum .header, .page-template-page-kontakt .header, .page-template-page-abo .header {
    height: 145px; }
  .sub-filter {
    font-size: 18px; }
    .sub-filter li {
      display: inline; }
  #magazin-single .black, #editionen-single .black {
    margin-top: 0; }
  .home .header {
    height: 550px;
    height: 680px; }
    .home .header #header-image .owl-fullscreen .table {
      width: auto;
      position: inherit; }
      .home .header #header-image .owl-fullscreen .table .wrap h1 {
        padding-top: 0; }
      .home .header #header-image .owl-fullscreen .table .wrap .cat, .home .header #header-image .owl-fullscreen .table .wrap .sub-title {
        display: inline-block; }
    .home .header #header-container #logo {
      width: 320px;
      top: 80px;
      margin-left: -160px;
      transition: all .3s ease; }
    .home .header #header-container nav {
      margin-top: 480px; }
      .home .header #header-container nav #main-menu-state:checked ~ #menu-hauptmenue {
        margin-top: 0px; }
      .home .header #header-container nav #main-menu-state:checked ~ #menu-second-menu {
        margin: 28px 0 45px 0; }
      .home .header #header-container nav .main-menu-btn {
        top: -254px; }
    .home .header #header-container nav.active hr {
      top: 386px; }
    .home .header #header-container #search {
      margin-top: 82px; }
    .home .header #header-container.smaller #logo {
      width: 90px;
      margin-left: -45px; }
    .home .header #header-image .owl-fullscreen {
      height: 550px;
      height: 680px; }
      .home .header #header-image .owl-fullscreen .overlay {
        height: 550px;
        height: 680px; }
  /*********************
POSTS & CONTENT STYLES
*********************/
  .cat {
    font-size: 13px; }
  #startseite {
    margin-top: 0; }
  #startseite .grid h2 {
    font-size: 34px;
    line-height: 40px; }
  #startseite .grid .yellow-bg {
    font-size: 32px; }
  #startseite .grid .grid-item {
    width: 320px; }
  #startseite .grid .half-width {
    width: 150px; }
  #startseite .grid .double-width {
    width: 660px; }
  #startseite .grid .half-half {
    width: 150px; }
  .category .content, #page .content {
    margin-top: 10px;
    width: 76.4740566038%;
    float: left;
    margin-right: 1.945754717%;
    margin-left: 11.7629716981%;
    font-size: 18px;
    line-height: 26px; }
  .category .inline-block, #page .inline-block {
    margin: 100px 0; }
    .category .inline-block .col, #page .inline-block .col {
      width: 30.4575163399%;
      float: left;
      height: 540px; }
      .category .inline-block .col:nth-child(3n + 1), #page .inline-block .col:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .category .inline-block .col:nth-child(3n + 2), #page .inline-block .col:nth-child(3n + 2) {
        margin-left: 34.7712418301%;
        margin-right: -100%;
        clear: none; }
      .category .inline-block .col:nth-child(3n + 3), #page .inline-block .col:nth-child(3n + 3) {
        margin-left: 69.5424836601%;
        margin-right: -100%;
        clear: none; }
    .category .inline-block .two-col, #page .inline-block .two-col {
      width: 47.8431372549%;
      float: left;
      height: auto; }
      .category .inline-block .two-col:nth-child(2n + 1), #page .inline-block .two-col:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .category .inline-block .two-col:nth-child(2n + 2), #page .inline-block .two-col:nth-child(2n + 2) {
        margin-left: 52.1568627451%;
        margin-right: -100%;
        clear: none; }
    .category .inline-block .cat.link, #page .inline-block .cat.link {
      margin: 6px 7px;
      display: inline-block;
      font-size: 16px;
      padding: 7px 13px 5px 13px; }
    .category .inline-block h2, #page .inline-block h2 {
      font-size: 34px;
      line-height: 40px;
      padding: 0 24px; }
    .category .inline-block h4, #page .inline-block h4 {
      font-size: 14px; }
    .category .inline-block .untertitel, #page .inline-block .untertitel {
      display: table;
      width: 100%;
      opacity: 0;
      height: 120px;
      font-weight: normal;
      position: absolute;
      left: 0;
      padding: 0 6px; }
      .category .inline-block .untertitel h3, #page .inline-block .untertitel h3 {
        display: table-cell;
        font-weight: normal;
        vertical-align: middle; }
    .category .inline-block .grid-content, #page .inline-block .grid-content {
      transition: all .3s;
      padding: 0; }
    .category .inline-block .col:hover .grid-content, #page .inline-block .col:hover .grid-content {
      top: 49.999%; }
    .category .inline-block .col-untertitel:hover .untertitel, #page .inline-block .col-untertitel:hover .untertitel {
      opacity: 1; }
    .category .inline-block .col-untertitel:hover .grid-content, #page .inline-block .col-untertitel:hover .grid-content {
      top: 42%; }
  .single .cat.link {
    display: inline-block;
    margin-bottom: 36px;
    font-size: 16px;
    padding: 7px 13px 5px 13px; }
  .single #magazin-single, .single #editionen-single, .single #produkte-single {
    padding-top: 50px; }
    .single #magazin-single .icon-close, .single #editionen-single .icon-close, .single #produkte-single .icon-close {
      top: 9%; }
  .single .box {
    width: 65.7216494845%;
    float: left;
    margin-right: 2.8350515464%;
    margin-left: 19.3501454898%; }
  .single #info-bar {
    padding: 0;
    height: 50px;
    line-height: 56px;
    font-size: 16px; }
  .single #tags {
    padding: 60px 0 40px 0;
    font-size: 14px; }
  .single .owl-fullscreen {
    height: 550px;
    height: 79vh; }
  .single .owl-controls .owl-prev .icon-arrow-left:after {
    left: 30px;
    background-color: transparent !important; }
  .single .owl-controls .owl-next .icon-arrow-right:after {
    right: 30px;
    background-color: transparent !important; }
  .single h1 {
    margin: 0; }
  .single h2 {
    font-size: 25px;
    line-height: 30px; }
  .single h4 {
    font-size: 21px;
    padding: 0 220px; }
  .single #factbox {
    width: 400px;
    margin: 5px -85px 15px 15px; }
  #page .wrap {
    padding: 0 140px; }
  #kontakt .content, #mediadaten .content, #abo .content {
    font-size: 18px; }
  #kontakt input[type="submit"], #mediadaten input[type="submit"], #abo input[type="submit"] {
    margin-bottom: 0;
    font-size: 16px; }
  #kontakt .col, #mediadaten .col, #abo .col {
    margin-left: 42.6993210475%; }
  #abo .flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 80px; }
    #abo .flex .three-col {
      margin: 0 !important;
      float: none;
      width: 47%;
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      align-content: space-between; }
      #abo .flex .three-col .three-col__button {
        cursor: pointer;
        overflow: hidden; }
        #abo .flex .three-col .three-col__button .three-col__cost {
          transition: all .15s ease-in-out; }
        #abo .flex .three-col .three-col__button:hover .three-col__cost {
          transform: scale(1.015);
          background-color: rgba(0, 0, 0, 0.8); }
      #abo .flex .three-col.yellow {
        width: 100%;
        margin-top: 60px !important; }
  #abo .pflichtfeld {
    font-style: italic;
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px; }
  #abo .wpcf7 form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center; }
    #abo .wpcf7 form label {
      width: 49%; }
    #abo .wpcf7 form .adresse {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%; }
      #abo .wpcf7 form .adresse div:first-of-type, #abo .wpcf7 form .adresse div:nth-of-type(2) {
        width: 47%; }
      #abo .wpcf7 form .adresse [data-id="eigene-rechnungsadresse"] {
        width: 100% !important; }
  /*********************
FOOTER STYLES
*********************/
  footer img {
    margin-right: 4px;
    width: 60px; }
  footer h3 {
    margin-bottom: 18px; }
  footer h2 {
    margin: 0 0 25px 0 !important;
    font-size: 34px !important; }
  footer #white-footer .col {
    width: 41.8261344997%;
    float: left;
    margin-right: 1.8042646255%; }
  footer #white-footer .col:nth-of-type(2) {
    margin-left: 7.2717331875%;
    margin-top: 0; }
  footer #inner-footer {
    padding: 55px 0;
    line-height: 28px; }
    footer #inner-footer .col {
      width: 23.6468015309%;
      float: left; }
      footer #inner-footer .col:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      footer #inner-footer .col:nth-child(4n + 2) {
        margin-left: 25.4510661564%;
        margin-right: -100%;
        clear: none; }
      footer #inner-footer .col:nth-child(4n + 3) {
        margin-left: 50.9021323127%;
        margin-right: -100%;
        clear: none; }
      footer #inner-footer .col:nth-child(4n + 4) {
        margin-left: 76.3531984691%;
        margin-right: -100%;
        clear: none; }
  footer .cmApp_signupFormWrapper {
    text-align: left; }
  footer .cmApp_embedFormContainer footer .cmApp_embedFormContainer .cmApp_signupContainer #cmApp_signupForm > div:nth-of-type(7) {
    top: -232px; }
  footer .cmApp_embedFormContainer .cmApp_formHeader {
    font-size: 34px;
    text-align: left; }
  footer .cmApp_embedFormContainer .summary {
    font-size: 16px;
    margin-top: 3px; }
  footer .cmApp_embedFormContainer .cmApp_formInput {
    float: left; }
  footer .cmApp_embedFormContainer .cm-button {
    float: right;
    clear: none;
    margin-top: 35px; }
  footer .cmApp_embedFormContainer .cmApp_formSubmitButton {
    padding: 15px 5px 12px 10px;
    font-size: 16px;
    margin-top: 0; }
  footer .cmApp_embedFormContainer input[type="email"] {
    height: 50px;
    width: 100%;
    margin-top: 35px; }
  footer .cmApp_embedFormContainer .cmApp_formSubmitButton {
    margin-top: 55px !important; }
  footer .cmApp_embedFormContainer #cmApp_signupEmail {
    width: calc(100% - 162px) !important; } }

/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 100 Haeuser
Author: Black Kiwi (Development)

Stylesheet: Super Large Monitor Stylesheet

******************************************************************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 1174px;
    max-width: 1174px;
    margin-left: auto;
    margin-right: auto; }
    .wrap:after {
      content: " ";
      display: block;
      clear: both; }
  /*********************
SEARCH
*********************/
  #searchpage article {
    width: 22.5994180407%;
    float: left; }
    #searchpage article:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #searchpage article:nth-child(4n + 2) {
      margin-left: 25.8001939864%;
      margin-right: -100%;
      clear: none; }
    #searchpage article:nth-child(4n + 3) {
      margin-left: 51.6003879728%;
      margin-right: -100%;
      clear: none; }
    #searchpage article:nth-child(4n + 4) {
      margin-left: 77.4005819593%;
      margin-right: -100%;
      clear: none; }
  /*********************
POSTS & CONTENT STYLES
*********************/
  #startseite .grid .grid-item {
    width: 378px; }
  #startseite .grid .half-width {
    width: 179px; }
  #startseite .grid .double-width {
    width: 776px; }
  #startseite .grid .half-half {
    width: 179px; }
  .single .box {
    width: 77.147766323%;
    float: left;
    margin-right: 2.8350515464%;
    margin-left: 11.4261168385%; }
  .single #factbox {
    margin: 5px -105px 15px 15px; }
  #kontakt .col {
    margin-left: 43.8603297769%; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 100 Haeuser
Author: Black Kiwi (Development)

Stylesheet: Retina Screens & Devices Stylesheet

******************************************************************/ }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
Site Name: Dr. Maria J. Katschnig
Author: Simon Meisinger (Design) / Black Kiwi (Development)


Stylesheet: Print Stylesheet
******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
