@charset "UTF-8";
/*
*   File: miz.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 17.04.2018, 18:13:23
*/
/*
*   File: _variables.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 06.06.2018, 14:29:32
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
*   File: _mixins.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 24.05.2018, 19:31:32
*/
a {
  color: #ec3120; }

.widget_nav_menu ul li:before {
  content: initial; }

.site-footer .footer-widgets {
  padding-top: 0; }

.woocommerce-cart-tab__contents {
  background-color: #ec3120; }

/*
*   File: _layout.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 24.05.2018, 19:40:51
*/
.no-scroll, .no-scroll body {
  overflow: hidden; }

input.search-field::-ms-clear, input#filterInput::-ms-clear {
  display: none; }

input#filterInput {
  width: 100%; }

a, a:focus {
  outline: none; }

.entry-content hr {
  margin-top: 2em;
  margin-bottom: 2em; }
.entry-content h4 {
  padding-top: 0.5em; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content h2 + h3, .entry-content bold {
  color: #353535;
  border: none; }
.entry-content p + h3 {
  margin-top: 1em; }

@media (min-width: 768px) {
  .page-template-template-nosidebar.right-sidebar .content-area, .product-template-default.right-sidebar .content-area, .woocommerce-page.right-sidebar .content-area {
    width: auto;
    float: none;
    margin-right: 0; } }
@media (max-width: 991.98px) {
  .right-sidebar .content-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .right-sidebar .widget-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .right-sidebar .storefront-handheld-footer-bar {
    display: block; } }
.form-row {
  display: block;
  margin: 0; }
  .form-row label {
    padding-top: 1.2em; }

.error404 .not-found .fourohfour-columns-2 .col-1 {
  width: 100%;
  max-width: 100%; }
.error404 .not-found .fourohfour-columns-2 .col-2 {
  display: none; }

/*
*   File: _header.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 20.04.2018, 15:07:55
*/
body .site:before, body .site-header:before {
  display: none; }

.woocommerce-active .site-header {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #cccccc; }
  .woocommerce-active .site-header .button:hover, .woocommerce-active .site-header button:not(.pswp__button):hover, .woocommerce-active .site-header input[type=button]:hover, .woocommerce-active .site-header input[type=reset]:hover, .woocommerce-active .site-header input[type=submit]:hover, .woocommerce-active .site-header .site-header-cart .cart-contents:hover {
    background: none; }
  .woocommerce-active .site-header nav ul.menu li a {
    color: #888888; }
    .woocommerce-active .site-header nav ul.menu li a:hover {
      color: #ec3120; }
  .woocommerce-active .site-header .dropdown-toggle::after {
    border: none; }
  .woocommerce-active .site-header .handheld-navigation {
    background-color: #fff;
    padding-left: 25px;
    position: absolute;
    left: 0;
    top: calc( $mobile_nav_height_xs - 2px);
    width: 100%;
    height: 80vh;
    overflow: scroll;
    overflow-x: hidden; }
    .woocommerce-active .site-header .handheld-navigation ul.menu {
      margin-bottom: 14em; }
      @media (max-width: 991.98px) {
        .woocommerce-active .site-header .handheld-navigation ul.menu li {
          position: relative;
          float: none;
          display: block;
          margin-left: 0; }
          .woocommerce-active .site-header .handheld-navigation ul.menu li .sub-menu.toggled-on {
            float: none;
            display: block;
            position: relative;
            left: 3em;
            box-shadow: none; }
            .woocommerce-active .site-header .handheld-navigation ul.menu li .sub-menu.toggled-on li a {
              padding: 5px 0;
              border: none; } }
      .woocommerce-active .site-header .handheld-navigation ul.menu li button {
        overflow: hidden;
        right: 20px; }
        .woocommerce-active .site-header .handheld-navigation ul.menu li button::after {
          content: "\f0d7";
          display: inline-block; }
        .woocommerce-active .site-header .handheld-navigation ul.menu li button.toggled-on::after {
          content: "\f0d8";
          transform: none; }
  .woocommerce-active .site-header .toggled .handheld-navigation {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #cccccc; }
  .woocommerce-active .site-header .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1020;
    position: relative; }
    .woocommerce-active .site-header .search-form .search-submit {
      background: none;
      outline: none;
      border: none;
      box-shadow: none;
      padding: 0 0 0 0.5em; }
      .woocommerce-active .site-header .search-form .search-submit img {
        width: 1.6rem;
        height: auto;
        margin-top: -6px;
        transform: scaleX(-1); }
    @media (max-width: 991.98px) {
      .woocommerce-active .site-header .search-form {
        display: none; } }
  .woocommerce-active .site-header button.menu-toggle span::before, .woocommerce-active .site-header button.menu-toggle::after, .woocommerce-active .site-header button.menu-toggle::before {
    content: initial; }
  .woocommerce-active .site-header button.menu-toggle {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 6px;
    z-index: 1030;
    position: absolute; }
    .woocommerce-active .site-header button.menu-toggle:hover {
      background: none; }
    .woocommerce-active .site-header button.menu-toggle img {
      width: 60px;
      /*height:60px;*/ }
  .woocommerce-active .site-header .site-branding {
    float: none; }
    .woocommerce-active .site-header .site-branding .site-branding-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: "Roboto", sans-serif; }
      .woocommerce-active .site-header .site-branding .site-branding-text .blogname {
        width: 100%;
        color: #888888;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 1px;
        padding: 0; }
      .woocommerce-active .site-header .site-branding .site-branding-text .description {
        font-size: 1.0rem;
        line-height: 1.1em;
        padding: 0;
        margin-top: auto; }
        @media (min-width: 768px) {
          .woocommerce-active .site-header .site-branding .site-branding-text .description {
            font-size: 1.6rem; } }
  .woocommerce-active .site-header .site-branding-logo {
    z-index: 1000;
    position: relative; }
    .woocommerce-active .site-header .site-branding-logo .custom-logo-link img {
      max-width: none; }

@media (max-width: 991.98px) {
  .site-header {
    height: 230px;
    padding-top: 20px; }
    .site-header .menu-toggle {
      position: absolute;
      top: 20px;
      right: 25px; }
    .site-header .header-right {
      position: absolute;
      top: 33px;
      right: 80px; }
    .site-header .secondary-navigation, .site-header .primary-navigation {
      display: none; }
    .site-header .handheld-navigation, .site-header .main-navigation.toggled .handheld-navigation, .site-header .main-navigation.toggled div.menu, .site-header .menu-toggle {
      display: block; }

  .site-branding .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .site-branding .site-branding-logo {
    margin-bottom: 15px;
    margin-top: 5px; }
    .site-branding .site-branding-logo .custom-logo-link img {
      width: auto;
      height: 15vw;
      max-height: 85px;
      min-height: 70px; }

  .site-branding-text {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .site-branding-text .blogname {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      letter-spacing: 2px; }
    .site-branding-text .description {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 5px; }
      .site-branding-text .description span:after {
        content: '\A';
        white-space: pre; }

  #masthead.sticky {
    /*applying the position fixed on the masterhead */
    position: fixed;
    top: 0;
    width: 100%;
    height: 82px;
    /*resizing the logo image */
    /*positioning the main-navigation */
    /*positioning the logo*/
    /*adjusting default margins and paddings*/
    /*positioning the cart-menu */
    /*removing the site search*/ }
    #masthead.sticky + #content {
      padding-top: 230px; }
    #masthead.sticky .custom-logo-link img {
      width: auto;
      height: 40px !important;
      min-height: initial;
      padding-top: 0 !important; } }
    @media screen and (max-width: 991.98px) and (max-width: 420px) {
      #masthead.sticky .custom-logo-link img {
        height: 50px;
        padding-top: 10px; } }
@media (max-width: 991.98px) {
    #masthead.sticky .main-navigation {
      text-align: left;
      top: 0px;
      right: 0px;
      padding: 0;
      width: auto; }
    #masthead.sticky .handheld-navigation {
      position: absolute;
      left: 0;
      top: calc( $mobile_nav_height_sticky_xs - 2px);
      width: 100%; }
    #masthead.sticky button.menu-toggle {
      position: absolute;
      padding: 0;
      top: 20px;
      right: 25px; }
    #masthead.sticky .header-right {
      top: 25px;
      right: 90px; }
    #masthead.sticky .custom-logo-link {
      margin: 0;
      padding: 0; }
    #masthead.sticky .site-header-cart .cart-contents {
      padding: 1em 0; }
    #masthead.sticky .main-navigation ul.menu > li > a, #masthead.sticky .main-navigation ul.nav-menu > li > a {
      padding: 1em 1em 1em 0; }
    #masthead.sticky .site-branding {
      margin-bottom: 1em; }
      #masthead.sticky .site-branding .blogname, #masthead.sticky .site-branding .description {
        display: none; }
      #masthead.sticky .site-branding .site-branding-logo {
        margin-bottom: 0;
        margin-top: 0px; }
    #masthead.sticky .site-header-cart {
      width: 14% !important;
      position: fixed !important;
      top: 0;
      right: 12%;
      padding: 0; }
    #masthead.sticky .site-search {
      display: none; }
    #masthead.sticky .search-form {
      text-align: right; }
      #masthead.sticky .search-form .search-submit img {
        width: auto;
        height: 36px; }
      #masthead.sticky .search-form .search-field {
        width: 30vw; } }
      @media screen and (max-width: 991.98px) and (max-width: 420px) {
        #masthead.sticky .search-form .search-field {
          width: 30%; } }

@media (max-width: 767.98px) {
  .site-header {
    height: 173px; }

  .site-branding-text .blogname {
    display: none; }
  .site-branding-text .description span {
    /*display:none;*/ }

  .site-branding .site-branding-logo .custom-logo-link img {
    max-height: 78px;
    min-height: 0;
    height: 14vw; } }
@media (max-width: 575.98px) {
  .woocommerce-active .site-header {
    height: 142px; }
    .woocommerce-active .site-header button.menu-toggle img {
      width: 45px; }

  #masthead.sticky {
    height: 75px; }
    #masthead.sticky + #content {
      padding-top: 142px; }
    #masthead.sticky button.menu-toggle {
      top: 21px; }
    #masthead.sticky .site-branding .site-branding-logo {
      margin-top: 0; }
      #masthead.sticky .site-branding .site-branding-logo .custom-logo-link img {
        height: 32px !important; } }
@media (min-width: 992px) {
  .storefront-secondary-navigation.woocommerce-active .site-header {
    padding-bottom: 0; }
    .storefront-secondary-navigation.woocommerce-active .site-header .header-right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding-top: 2em; }
    .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
      float: none;
      width: auto;
      margin-right: 0; }
    .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation {
      margin-top: 0em; }
      .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu {
        margin-left: 0; }
        .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu::after {
          content: '';
          clear: both;
          display: block; }
        .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu > li a {
          border: none;
          padding-bottom: 1em;
          padding-left: 0;
          margin-right: 2.6em;
          padding-right: 0; }
          .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu > li a:hover, .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu > li a:active {
            border: none;
            outline: none; }
        .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu > li:first-child {
          margin-left: 0; }
          .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu > li:first-child a {
            padding-left: 0; }
        .storefront-secondary-navigation.woocommerce-active .site-header .storefront-primary-navigation ul.menu > li ul.sub-menu {
          -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
          border: 1px solid #cccccc;
          padding-left: 1em; }
    .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: auto;
      float: none;
      padding-top: 2em;
      margin: 0; }
      .storefront-secondary-navigation.woocommerce-active .site-header .site-branding .site-branding-text {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 0; }
        .storefront-secondary-navigation.woocommerce-active .site-header .site-branding .site-branding-text .blogname {
          margin-top: -2px; }
        .storefront-secondary-navigation.woocommerce-active .site-header .site-branding .site-branding-text .description {
          margin-bottom: -2px; }
          .storefront-secondary-navigation.woocommerce-active .site-header .site-branding .site-branding-text .description span:after {
            content: '\A';
            white-space: pre; }
      .storefront-secondary-navigation.woocommerce-active .site-header .site-branding .site-branding-logo {
        padding-right: 15px; }
        .storefront-secondary-navigation.woocommerce-active .site-header .site-branding .site-branding-logo img {
          width: 214px; }

  .site-header .secondary-navigation ul.menu {
    padding-top: 0; }
    .site-header .secondary-navigation ul.menu li {
      text-align: right;
      float: none;
      display: list-item; }
      .site-header .secondary-navigation ul.menu li a {
        padding: 0.2em 0; }
  .site-header .input-text, .site-header input[type=email], .site-header input[type=password], .site-header input[type=search], .site-header input[type=text], .site-header input[type=url], .site-header textarea, .site-header .button, .site-header button:not(.pswp__button), .site-header input[type=button], .site-header input[type=reset], .site-header input[type=submit], .site-header .site-header-cart .cart-contents {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal; }
  .site-header .search-form {
    text-align: right; }

  #masthead {
    position: relative;
    top: 0;
    width: 100%; } }
/*
*   File: _posts.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 17.04.2018, 18:17:52
*/
.miz_ausgabe section article, .archive section article, .search-results #main section article {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  max-width: none;
  margin-bottom: 2em; }
  @media (max-width: 991.98px) {
    .miz_ausgabe section article, .archive section article, .search-results #main section article {
      margin-bottom: 4em; } }
.miz_ausgabe article, .archive article, .search-results #main article {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  max-width: none;
  margin-bottom: 2em; }
  @media (max-width: 991.98px) {
    .miz_ausgabe article, .archive article, .search-results #main article {
      margin-bottom: 4em; } }
  .miz_ausgabe article header, .archive article header, .search-results #main article header {
    margin-bottom: 1em; }
    .miz_ausgabe article header .category, .archive article header .category, .search-results #main article header .category {
      background-color: #888;
      display: inline-block;
      color: white;
      padding: 0.1em 1em;
      white-space: nowrap; }
      .miz_ausgabe article header .category:after, .archive article header .category:after, .search-results #main article header .category:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        margin-top: -3px;
        background-color: black; }
    .miz_ausgabe article header hr, .archive article header hr, .search-results #main article header hr {
      margin-bottom: 0.3em;
      margin-top: -1px; }
    .miz_ausgabe article header h2, .archive article header h2, .search-results #main article header h2 {
      margin-bottom: 0;
      font-size: 1.5em; }
      .miz_ausgabe article header h2 a, .archive article header h2 a, .search-results #main article header h2 a {
        color: #353535;
        font-weight: 700;
        text-decoration: none !important; }
        .miz_ausgabe article header h2 a:hover, .archive article header h2 a:hover, .search-results #main article header h2 a:hover {
          text-decoration: underline !important; }
    .miz_ausgabe article header a, .archive article header a, .search-results #main article header a {
      text-decoration: none !important; }
      .miz_ausgabe article header a:hover, .archive article header a:hover, .search-results #main article header a:hover {
        text-decoration: underline !important; }
  .miz_ausgabe article p, .archive article p, .search-results #main article p {
    display: inline; }
  .miz_ausgabe article .col-3, .archive article .col-3, .search-results #main article .col-3 {
    padding-left: 0; }
  .miz_ausgabe article .teaser a, .archive article .teaser a, .search-results #main article .teaser a {
    text-decoration: none; }

@media (max-width: 991.98px) {
  .miz_ausgabe .post-thumbnail img {
    object-fit: contain;
    object-position: left;
    width: 100%;
    /*max-height: 240px;*/
    margin-bottom: 1rem; } }
@media (max-width: 575.98px) {
  .miz_ausgabe .post-thumbnail img {
    object-position: center;
    object-fit: cover; } }
.miz_ausgabe header.entry-header {
  margin-bottom: 5em !important; }
  .miz_ausgabe header.entry-header h1 {
    color: #888;
    font-size: 2em;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .miz_ausgabe header.entry-header h1 {
        font-size: 1.5em; } }
  .miz_ausgabe header.entry-header h2 {
    color: #ec3120;
    font-size: 5em;
    font-size: 2em;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.1em; }
    @media (min-width: 576px) {
      .miz_ausgabe header.entry-header h2 {
        font-size: 3em; } }
    @media (min-width: 768px) {
      .miz_ausgabe header.entry-header h2 {
        font-size: 4em; } }
    @media (min-width: 992px) {
      .miz_ausgabe header.entry-header h2 {
        font-size: 5em; } }
  .miz_ausgabe header.entry-header .subtitle {
    font-size: 1.5em;
    color: #ec3120;
    font-weight: 900;
    margin-top: 0.4em;
    line-height: 1.2em;
    display: inline-block; }
    @media (max-width: 575.98px) {
      .miz_ausgabe header.entry-header .subtitle {
        font-size: 1.3em; } }
  .miz_ausgabe header.entry-header h2, .miz_ausgabe header.entry-header h3 {
    border: none; }
.miz_ausgabe .miz_ausgabe_section {
  padding-top: 3em;
  position: relative; }
  .miz_ausgabe .miz_ausgabe_section .sprungmarke {
    position: absolute;
    top: -142px; }
    @media (min-width: 768px) {
      .miz_ausgabe .miz_ausgabe_section .sprungmarke {
        top: -230px; } }
    @media (min-width: 576px) {
      .miz_ausgabe .miz_ausgabe_section .sprungmarke {
        top: 0; } }
  .miz_ausgabe .miz_ausgabe_section:active, .miz_ausgabe .miz_ausgabe_section:focus, .miz_ausgabe .miz_ausgabe_section:visited {
    outline: none; }
  .miz_ausgabe .miz_ausgabe_section > header h2 {
    font-weight: normal;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 2em;
    color: white;
    background-color: #ec3120;
    padding: 0.3em 0.5em;
    letter-spacing: 0.1em;
    margin-right: 0; }
  .miz_ausgabe .miz_ausgabe_section article:last-child {
    margin-bottom: 0; }
.miz_ausgabe .editorial article {
  margin: 0;
  padding: 0;
  max-width: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.05.2018, 11:38:18
    Author     : post
*/
.page-template-template-mizausgaben #main input {
  margin-bottom: 2em; }
.page-template-template-mizausgaben .miz_ausgaben_liste {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-template-template-mizausgaben .miz_ausgaben_liste li {
    margin-bottom: 1em;
    list-style-type: none;
    padding-left: 0; }
    .page-template-template-mizausgaben .miz_ausgaben_liste li img {
      padding: 0 1em 1em 0;
      float: left;
      width: 5em;
      height: auto; }
  .page-template-template-mizausgaben .miz_ausgaben_liste .untertitel {
    display: block; }

/*
*   File: _single_post.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 18.04.2018, 11:16:22
*/
.single-post .hentry.type-post .entry-header {
  border: none; }
  .single-post .hentry.type-post .entry-header h1 {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .single-post .hentry.type-post .entry-header h1 {
        font-size: 2em; } }
  .single-post .hentry.type-post .entry-header h2 {
    border: none;
    font-size: 1.5em;
    color: #353535;
    font-weight: 700; }
  .single-post .hentry.type-post .entry-header p {
    font-weight: bold; }
  .single-post .hentry.type-post .entry-header .miz_ausgabe {
    padding-bottom: 1em;
    line-height: 1.3em; }
.single-post .hentry.type-post .entry-meta {
  width: auto;
  float: left;
  /*
  display:block;
  width:100%;
  float:none;
  */ }
  .single-post .hentry.type-post .entry-meta img {
    object-fit: cover;
    object-position: center;
    max-height: 40vh; }
  @media (min-width: 768px) {
    .single-post .hentry.type-post .entry-meta {
      width: 35%;
      margin-right: 3.882353%; }
      .single-post .hentry.type-post .entry-meta img {
        object-fit: fill;
        object-position: center;
        max-height: none;
        width: 100%;
        height: auto; } }
  @media (min-width: 992px) {
    .single-post .hentry.type-post .entry-meta {
      width: 25%;
      margin-right: 3.882353%; } }
.single-post .hentry.type-post .entry-content {
  float: none;
  width: auto; }
  .single-post .hentry.type-post .entry-content ul {
    list-style-position: inside; }
.single-post ul.products {
  width: 100%; }
  .single-post ul.products li.product {
    width: 50%; }
.single-post footer {
  clear: both;
  margin-top: 1.2em; }
@media (min-width: 768px) {
  .single-post .hentry.type-post.wcppp_locked .entry-content h3 {
    clear: none; }
  .single-post .hentry.type-post.wcppp_locked .entry-content .woocommerce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .single-post .hentry.type-post.wcppp_locked .entry-content .woocommerce ul.products {
      width: 100%; }
      .single-post .hentry.type-post.wcppp_locked .entry-content .woocommerce ul.products li.product {
        width: 30%; } }
.single-post .hentry.type-post.content_locked .thumbnail {
  display: none; }
.single-post .hentry.type-post.content_locked header {
  position: relative; }
  .single-post .hentry.type-post.content_locked header:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    /* so the text is still selectable */ }
.single-post .hentry.type-post.content_locked .entry-content > h3 {
  color: #ec3120; }
  .single-post .hentry.type-post.content_locked .entry-content > h3:before {
    font-family: FontAwesome;
    content: '\f023';
    padding-right: 0.5em;
    font-size: 80%; }
.single-post .hentry.type-post.content_locked .entry-content div.woocommerce {
  margin-top: 2em; }
.single-post .hentry.type-post.content_locked .entry-content > hr {
  margin: 0; }
.single-post .hentry.type-post.content_locked .entry-content h2.woocommerce-loop-product__title {
  color: #ec3120; }
.single-post .site-main nav.navigation .nav-previous a::before, .single-post .site-main nav.navigation .nav-previous a::after, .single-post .site-main nav.navigation .nav-next a::before, .single-post .site-main nav.navigation .nav-next a::after {
  content: none; }
.single-post .site-main nav.navigation .nav-previous::before, .single-post .site-main nav.navigation .nav-next::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f30a";
  margin-right: 0.5407911001em;
  color: #ec3120; }
.single-post .site-main nav.navigation .nav-next::after {
  display: inline-block;
  content: "\f30b";
  margin-right: 0;
  margin-left: 0.5407911001em; }
.single-post .site-main nav.navigation .nav-previous a, .single-post .site-main nav.navigation .nav-next a {
  background-color: #dedede;
  color: #353535;
  width: 80%;
  font-weight: 700;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all,ease,.3s;
  transition: all,ease,.3s;
  padding: .6180469716em 1em; }
.single-post .site-main nav.navigation .nav-next a {
  text-align: left; }

/*
*   File: _products.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 23.04.2018, 09:34:29
*/
.product-type-variable .tax-info, .product-type-variable .shipping-costs-info, .product-type-variable .delivery-time-info {
  display: none; }

.single-product.product-template-default .product .summary {
  display: flex;
  flex-direction: column; }
  .single-product.product-template-default .product .summary .product_title {
    order: 0; }
  .single-product.product-template-default .product .summary .schwerpunkt {
    order: 1; }
  .single-product.product-template-default .product .summary .untertitel {
    order: 2; }
  .single-product.product-template-default .product .summary .woocommerce-product-details__short-description {
    order: 3; }
  .single-product.product-template-default .product .summary .price {
    order: 4; }
  .single-product.product-template-default .product .summary .legal-price-info {
    order: 5; }
  .single-product.product-template-default .product .summary .delivery-time-info {
    order: 6; }
  .single-product.product-template-default .product .summary form {
    order: 7; }
  .single-product.product-template-default .product .summary .first-payment-date {
    order: 8; }
  .single-product.product-template-default .product .summary .product_meta {
    order: 9; }

/*
*   File: _author.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 23.04.2018, 10:53:11
*/
.author .avatar {
  width: 150px;
  float: left;
  margin-right: 30px;
  margin-bottom: 1em; }
.author header.page-header {
  margin-bottom: 3em; }
  .author header.page-header:after {
    content: '';
    display: block;
    clear: both; }
.author main > h2 {
  margin-bottom: 1em; }
.author article.container {
  padding-left: 0;
  padding-right: 0; }

#autorenarchiv {
  margin-left: 0;
  list-style-position: inside;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #autorenarchiv li {
    padding-left: 0; }

/*
*   File: _tag.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 23.04.2018, 11:36:36
*/
.page-template-tag .page, .page-template-template-mizausgaben .page, .page-template-template-authors .page {
  margin-bottom: 0; }

ul.tag_liste {
  margin-top: 2em;
  margin-left: 0;
  list-style-position: inside;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.tag_liste li {
    padding-left: 0; }

/*
*   File: _sidebar.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 23.05.2018, 11:06:31
*/
#secondary img {
  -webkit-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #cccccc;
  margin-bottom: 2em; }
#secondary div[class^="real3dflipbook-"] {
  padding: 0 !important; }
#secondary .product_teaser {
  margin-bottom: 1em; }
  #secondary .product_teaser div[class^="real3dflipbook"] {
    width: 100%; }
  #secondary .product_teaser img {
    display: block;
    margin: 0; }
    @media (max-width: 991.98px) {
      #secondary .product_teaser img {
        width: 30vw;
        min-width: 200px; } }
  #secondary .product_teaser a {
    display: block;
    text-align: left;
    font-weight: bold;
    padding-top: 1.7em; }
  #secondary .product_teaser a:first-child {
    padding-top: 0; }
#secondary a {
  text-decoration: none;
  color: #ec3120; }
  #secondary a:hover {
    color: #353535;
    text-decoration: underline; }
#secondary .widget {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 1rem; }
  #secondary .widget .widget-title {
    border: none; }
  #secondary .widget img {
    -webkit-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #cccccc; }
  #secondary .widget.widget_nav_menu ul li {
    padding-left: 0; }
    #secondary .widget.widget_nav_menu ul li:before {
      content: '';
      display: none; }

/*
*   File: _content.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 31.05.2018, 08:44:38
*/
h1.page-title {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: .618em;
  color: #353535;
  font-weight: 700; }

/*
*   File: _footer.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 31.05.2018, 08:47:54
*/
footer#colophon {
  padding-bottom: 0;
  background-color: #373737; }
  footer#colophon .widget_nav_menu ul li {
    padding-left: 0; }
    footer#colophon .widget_nav_menu ul li::before {
      content: '';
      display: none; }
  footer#colophon .site-info {
    display: none; }
  footer#colophon .storefront-handheld-footer-bar .widget_search label {
    width: 100%; }
  footer#colophon a {
    text-decoration: none; }
    footer#colophon a:hover {
      text-decoration: underline; }

/*
*   File: _woocommerce.scss
*   Project: MIZ Theme 
*
*   Copyright(c) 2018 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 24.05.2018, 19:30:23
*/
ul.products li.product img {
  -webkit-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #cccccc; }

.woocommerce-active table.woocommerce-checkout-review-order-table .product-name, .woocommerce-page table.woocommerce-checkout-review-order-table .product-name {
  width: auto;
  word-wrap: break-word; }
.woocommerce-active .woocommerce-error, .woocommerce-active .woocommerce-info, .woocommerce-active .woocommerce-message, .woocommerce-active .woocommerce-noreviews, .woocommerce-active p.no-comments, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-noreviews, .woocommerce-page p.no-comments {
  background-color: #3d9cd2;
  border-left: none; }
.woocommerce-active .related > h2:first-child, .woocommerce-active .upsells > h2:first-child, .woocommerce-page .related > h2:first-child, .woocommerce-page .upsells > h2:first-child {
  font-size: 2em; }
.woocommerce-active .related, .woocommerce-page .related {
  margin-top: 4em; }
  .woocommerce-active .related .product img, .woocommerce-page .related .product img {
    margin-left: 0; }
.woocommerce-active ul.products li.product img, .woocommerce-page ul.products li.product img {
  margin-left: 0; }
.woocommerce-active ul.products li.product h2, .woocommerce-active ul.products li.product h3, .woocommerce-active ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2, .woocommerce-page ul.products li.product h3, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0.5em; }
.woocommerce-active #order_review_heading, .woocommerce-active #order_payment_heading, .woocommerce-page #order_review_heading, .woocommerce-page #order_payment_heading {
  margin-top: 2em; }
.woocommerce-active #order_review .legal, .woocommerce-page #order_review .legal {
  padding-bottom: 2em;
  padding-top: 1em; }

.woocommerce-page .col2-set {
  float: none;
  width: auto;
  margin-right: 0; }
  .woocommerce-page .col2-set:after {
    content: '';
    clear: both;
    display: block; }
  .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    flex: none;
    width: 48%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    @media (max-width: 767.98px) {
      .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        width: 100%; } }
  .woocommerce-page .col2-set .col-2 {
    float: right; }
    @media (max-width: 767.98px) {
      .woocommerce-page .col2-set .col-2 {
        margin-top: 2em;
        margin-bottom: 0; } }
.woocommerce-page #order_review, .woocommerce-page #order_review_heading {
  float: none;
  width: auto; }

.single-product div.product .woocommerce-product-gallery {
  width: auto !important;
  max-width: 41%; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    -webkit-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #cccccc; }
.single-product #primary .summary .schwerpunkt, .single-product #primary .summary .untertitel {
  display: block;
  font-size: 2em;
  color: #ec3120;
  font-weight: 700;
  line-height: 1.2em; }
.single-product #primary .summary .schwerpunkt {
  font-size: 3em; }
.single-product #primary h2 {
  clear: both; }

.widget-area .widget, table, .woocommerce-tabs ul.tabs, .storefront-sorting, #order_review_heading, #order_review, .woocommerce-cart-form table {
  background-color: #EEE; }

/*# sourceMappingURL=miz.css.map */
