@charset "UTF-8";
/* Wordpress Theme Style Base */
/*
Theme Name: Schwabehaus 2023
Theme URI:
Author: Tino Müller
Author URI:
Description: Schwabehaus 2023 is a simple theme that supports full-site editing.
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 5.7
Version: 0.0.26
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schwabehaus-2023
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage

Schwabehaus 2023 WordPress Theme

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
body {
  background-color: #e1e8ed;
}

header {
  position: relative;
}
header #header-top {
  position: relative;
  z-index: 10;
}
header #main-navigation {
  position: relative;
  top: -15px;
}

@media screen and (max-width: 1059.98px) {
  header #header-top figure {
    display: flex;
    justify-content: flex-end;
  }
  header #header-top a {
    display: block;
    position: relative;
    top: 12px;
    width: 85%;
  }
}
/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
}

/*
* Link styles
* https://github.com/WordPress/gutenberg/issues/42319
*/
a {
  text-decoration: none;
}

.home .wp-block-post-title {
  display: none;
}

.swh-outline {
  box-shadow: var(--wp--preset--shadow--standard);
}

#menu-footer {
  list-style: none;
}

.wp-block-embed.is-type-video.is-provider-vimeo .wp-element-caption {
  display: none;
}

@media screen and (max-width: 1059.98px) {
  /* 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;
  }
  #main-navigation nav {
    height: 50px;
  }
  .wp-block-navigation__responsive-dialog {
    padding-left: 15px;
  }
  .wp-block-navigation__responsive-dialog .wp-block-navigation__container > li > a {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--wp--preset--color--contrast) !important;
  }
  .wp-block-navigation__responsive-dialog .wp-block-navigation__submenu-container {
    padding: 0px !important;
  }
  .wp-block-navigation__responsive-dialog .wp-block-navigation__submenu-container > li a {
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--wp--preset--color--base) !important;
  }
}
@media screen and (min-width: 1060px) {
  #main-navigation .wp-block-navigation__container .wp-block-navigation-submenu {
    border: 0px;
  }
  #main-navigation .wp-block-navigation__container .wp-block-navigation-submenu > .wp-block-navigation-submenu > button {
    color: var(--wp--preset--color--base);
  }
  #main-navigation .wp-block-navigation__container .wp-block-navigation-submenu > .wp-block-navigation-submenu:hover > button {
    color: var(--wp--preset--color--contrast);
  }
  #main-navigation .wp-block-navigation__container > li > a {
    border-top: 18px solid #fff;
    border-bottom: 18px solid #fff;
    font-weight: bold;
  }
  #main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container {
    box-shadow: var(--wp--preset--shadow--standard);
    position: absolute;
    top: 69px;
  }
  #main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    box-shadow: var(--wp--preset--shadow--standard);
  }
  #main-navigation .wp-block-navigation__container a:hover {
    color: var(--wp--preset--color--contrast);
  }
  #main-navigation .wp-block-navigation__container > li.has-child:hover > button, #main-navigation .wp-block-navigation__container > li.has-child:hover > .wp-block-navigation-item__content {
    color: var(--wp--preset--color--contrast);
  }
  #main-navigation .wp-social-link {
    color: var(--wp--preset--color--base);
    background-color: transparent;
  }
}
.wp-block-query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}
.wp-block-query .wp-block-post-template .wp-block-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-title {
  margin-bottom: 0;
  min-height: 120px;
}

/* my calendar plugin style */
.no-events-fallback::before {
  display: block;
  content: "keine aktuellen Termine";
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
}

ul.upcoming-events {
  list-style: none;
}
ul.upcoming-events li {
  padding: 0px;
  margin-bottom: 15px;
}
ul.upcoming-events li .event-info-link {
  text-decoration: none;
}
ul.upcoming-events li .event-info-link:hover {
  text-decoration: none;
  cursor: pointer;
}
ul.upcoming-events li .event-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--wp--preset--color--contrast);
}
ul.upcoming-events li .event-info .event-image {
  position: relative;
  margin-right: 15px;
  background-color: var(--wp--preset--color--background-primary);
}
ul.upcoming-events li .event-info .event-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.upcoming-events li .event-info .event-image .event-date {
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-shadow: 5px 0px 10px #000;
}
ul.upcoming-events li .event-info .event-text {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--contrast) !important;
}
ul.upcoming-events li .event-info .event-text .event-date {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  font-weight: 400;
}
ul.upcoming-events li .event-info .event-text h5 {
  margin: 5px 0;
  font-weight: 700;
  color: var(--wp--preset--color--contrast);
}
ul.upcoming-events li .event-info .event-text h6 {
  margin: 5px 0;
  color: var(--wp--preset--color--contrast);
}
ul.upcoming-events li .event-info .event-text p {
  font-size: var(--wp--preset--font-size--small);
  margin: 5px 0;
}
ul.upcoming-events li .event-info .event-text .more-link {
  font-size: var(--wp--preset--font-size--small);
}

/* gutenslider plugin style */
.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
  display: none;
}