/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* blue */
/* red */
/* grey */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* Mobile Navigation */
/*
 * TEXT-BLOCK
 */
/* Page-Image */
/* Pagination */
/*
 * CORE-DESIGN
 */
/* BREADCRUMBS */
/* CLICKLIST */
/* FOOTER */
/*
 * COLS
 */
/* ColRight & ColLeft Space */
/*
 * Listings
 */
/* Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/*
 * MODULE
 */
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .wrap {
    overflow: visible;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
  footer.wp-block-template-part .footer-navigation-wrap .footer-navigation {
    position: relative;
    left: 0;
    width: 100%;
  }
  .blog h1 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-columns.galery-template .wp-block-column h2,
  .wp-block-columns.galery-template .wp-block-column h3 {
    font-size: 215%;
  }
  /* hamburger button */
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: calc(15px * 3) 15px;
  }
  .wp-block-navigation-submenu > li {
    padding: 5px 0;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation .wp-block-navigation__container.is-responsive li {
    line-height: 1.4;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation .wp-block-navigation__container.is-responsive > li > a {
    font-size: 120%;
    text-transform: uppercase;
    text-shadow: none;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation .wp-block-navigation__container.is-responsive > li > ul > li > a {
    font-size: 105%;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation .wp-block-navigation__container.is-responsive > li > ul > li > ul {
    margin: 0 !important;
    padding: 15px !important;
    padding-right: calc(15px * 3) !important;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation .wp-block-navigation__container.is-responsive > li > ul > li > ul > li > a {
    font-size: 100%;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation ul.main-navigation > li:hover a {
    color: #000000 !important;
  }
  header.wp-block-template-part .page-navigation nav.main-navigation ul.main-navigation > li:hover a:hover {
    color: #da251c !important;
  }
}
@media only screen and (max-width: 900px) {
  .wp-block-columns.galery-template {
    display: flex;
    flex-wrap: wrap !important;
  }
  .wp-block-columns.galery-template .wp-block-column {
    margin-bottom: 0px !important;
  }
  .wp-block-columns.galery-template.three img {
    height: 285px;
  }
  .wp-block-columns.galery-template.three .wp-block-column {
    flex-basis: unset !important;
  }
  .wp-block-columns.galery-template.three .wp-block-column:first-child {
    width: 50%;
  }
  .wp-block-columns.galery-template.three .wp-block-column:nth-child(2) {
    width: 50%;
  }
  .wp-block-columns.galery-template.three .wp-block-column:nth-child(3) {
    width: 100%;
  }
  .wp-block-columns.galery-template.three .wp-block-column:nth-child(4) {
    width: 100%;
  }
  .wp-block-columns.galery-template.three .wp-block-column:nth-child(5) {
    width: 100%;
  }
  .wp-block-columns.galery-template.four .wp-block-column {
    flex-basis: unset !important;
    width: 50%;
  }
  .wp-block-columns.galery-template.four .wp-block-column:nth-child(5) {
    width: 100%;
  }
  .wp-block-columns.galery-template.five .wp-block-column {
    flex-basis: unset !important;
    width: 50%;
  }
  .wp-block-columns.galery-template.five .wp-block-column:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width: 781px) {
  header.wp-block-template-part .losung-content .losung-wrap {
    gap: 15px;
    width: 100%;
  }
  footer.wp-block-template-part .footer-navigation-wrap {
    height: 70px;
  }
  footer.wp-block-template-part .footer-navigation-wrap:before {
    bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  header.wp-block-template-part .page-navigation .page-logo {
    left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .wp-block-columns.galery-template.three img {
    height: 265px;
  }
  .wp-block-columns.galery-template.three .wp-block-column:first-child,
  .wp-block-columns.galery-template.three .wp-block-column:nth-child(2),
  .wp-block-columns.galery-template.three .wp-block-column:nth-child(3) {
    width: 100%;
  }
  .wp-block-columns.galery-template.four img {
    height: 265px;
  }
  .wp-block-columns.galery-template.four .wp-block-column {
    width: 100% !important;
    height: 265px;
  }
  .wp-block-columns.galery-template.five img {
    height: 265px;
  }
  .wp-block-columns.galery-template.five .wp-block-column {
    width: 100% !important;
    height: 265px;
  }
  .home header.wp-block-template-part .page-image {
    height: 50vh;
  }
  .home header.wp-block-template-part .page-navigation .page-logo:before {
    content: '' !important;
    left: -120px !important;
  }
  .home header.wp-block-template-part .page-navigation .page-logo h2 {
    width: calc(100% - 100px);
    font-size: 120% !important;
  }
  header.wp-block-template-part .page-navigation .page-logo {
    padding: 0;
    width: 100%;
    gap: 15px;
  }
  header.wp-block-template-part .page-navigation .page-logo:before {
    content: none !important;
  }
  header.wp-block-template-part .page-navigation .page-logo .wp-block-site-logo {
    width: 100px;
    height: auto;
  }
  header.wp-block-template-part .page-navigation .page-logo h2 {
    width: calc(100% - 100px);
    font-size: 100% !important;
  }
}
@media only screen and (max-width: 380px) {
  footer.wp-block-template-part .footer-navigation-wrap {
    padding: 15px;
    height: 100%;
  }
  footer.wp-block-template-part .footer-navigation-wrap:before {
    content: none;
  }
}
