@charset "UTF-8";
/*
Theme Name: rehaverein-ulm
Theme URI: 
Author: maschuthi
Author URI: 
Description: neues FullSiteEditing wordpess site für denrehaverein ulm
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rehaverein-ulm
Tags: 
*/
/*layout*/
html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.wp-site-blocks {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main {
  flex-grow: 1;
}

header, main, footer {
  flex-shrink: 0;
}

/* Fix für Logo */
.wp-block-site-logo a {
  display: flex;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: var(--wp--preset--color--custom-farbe-11) !important;
  color: #fff;
}

.bi {
  display: flex;
  align-items: center;
}
.bi:before {
  color: var(--wp--preset--color--custom-farbe-5);
  margin-right: 0.5rem;
  font-size: 2em;
}

:root :where(.is-layout-flow) {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:root :where(.is-layout-flow) > :last-child {
  margin-top: auto;
}

.wp-block-post-template .wp-block-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-post-template .wp-block-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.wp-block-post-template .wp-block-post-excerpt {
  flex-grow: 1;
}
.wp-block-post-template .wp-block-post-excerpt__more-link {
  margin-top: auto;
}

.current-menu-item a, .wp-block-navigation__responsive-container .current-menu-item a,
.wp-block-navigation-item a span:hover {
  color: var(--wp--preset--color--custom-farbe-5) !important;
}

/* Den Weiterlesen-Link wie einen Button gestalten */
.wp-block-post-excerpt__more-link {
  display: inline-block;
  background-color: var(--wp--preset--color--custom-farbe-5);
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

/* Hover-Effekt */
.wp-block-post-excerpt__more-link:hover {
  background-color: #333;
  color: #fff !important;
  text-decoration: underline;
}

/*
.loop-slider {
	overflow: hidden;

	.wp-block-post-template,
	.wp-block-post-template.is-layout-flow,
	.wp-block-post-template.is-layout-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;

		gap: var(--wp--style--block-gap, 1rem);

		margin: 0;
		padding: 0;
		list-style: none;

		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
		grid-template-columns: none;
	}

	.wp-block-post-template::-webkit-scrollbar {
		display: none;
	}

	.wp-block-post {
		flex: 0 0 100%;
		min-width: 0;
		scroll-snap-align: start;
    margin: 0;
		padding: 0;
	}

	.wp-block-post > *:last-child {
		margin-top: auto;
	}



	@media (min-width: 782px) {
		.wp-block-post {
			flex-basis: calc(50% - (var(--wp--style--block-gap, 1rem) / 2));
		}
	}

	@media (min-width: 1200px) {
		.wp-block-post {
			flex-basis: calc(33.333% - (var(--wp--style--block-gap, 1rem) * 0.6667));
		}
	}

}*//*# sourceMappingURL=style.css.map */