@charset "UTF-8";
/* Grundlegende Stile für das SW-Posts Widget */
.sw-posts__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sw-posts__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 1024px) {
  .sw-posts__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .sw-posts__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
}
.sw-posts .elementor-button {
  background-color: var(--e-global-color-46b0254) !important;
  color: var(--e-global-color-823013a) !important;
  border-color: var(--e-global-color-5f8e313) !important;
  font-family: var(--e-global-typography-b68132f-font-family) !important;
  font-size: var(--e-global-typography-b68132f-font-size) !important;
  font-weight: var(--e-global-typography-b68132f-font-weight) !important;
  text-transform: var(--e-global-typography-b68132f-text-transform) !important;
  font-style: var(--e-global-typography-b68132f-font-style) !important;
  line-height: var(--e-global-typography-b68132f-line-height) !important;
  fill: var(--e-global-color-823013a) !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  align-self: flex-start;
}
.sw-posts .elementor-button:hover {
  background-color: var(--e-global-color-5f8e313) !important;
  color: var(--e-global-color-823013a) !important;
  border-color: var(--e-global-color-5f8e313) !important;
}
.sw-posts .elementor-button .elementor-button-content-wrapper {
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
}

.sw-card {
  background: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
}
.sw-card__image a {
  display: block;
}
.sw-card__image .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
}
.sw-card__image .aspect-ratio.aspect-ratio-16-9 {
  padding-bottom: 56.25%;
}
.sw-card__image .aspect-ratio.aspect-ratio-4-3 {
  padding-bottom: 75%;
}
.sw-card__image .aspect-ratio.aspect-ratio-1-1 {
  padding-bottom: 100%;
}
.sw-card__image .aspect-ratio.aspect-ratio-3-4 {
  padding-bottom: 133.33%;
}
.sw-card__image .aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sw-card__content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.sw-card__headline a {
  text-decoration: none;
  color: inherit;
}
.sw-card__excerpt {
  margin-bottom: 1em;
}
.sw-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.9rem;
}
.sw-card__link {
  margin-top: auto;
}

.sw-posts__footer {
  text-align: center;
  margin-top: 30px;
}
.sw-posts__footer .elementor-button {
  background-color: #fff !important;
  color: #000 !important;
}

/*# sourceMappingURL=main.css.map */


/** 
 * seitenwind stuff 
**/
:root {
	 --sw-color-primary: #f00;
}
 .elementor-location-single.type-post {
	 margin-top: 120px;
}
 .elementor-location-single.type-post > .e-parent {
	 max-width: 1000px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 20px;
	 padding-right: 20px;
}
 .elementor-location-single.type-post .single_kontakt {
	 max-width: unset;
	 /* padding-left: 0;
	 padding-right: 0; */
}
 .elementor-location-single.type-post .single_more {
	 max-width: 1400px;
	 padding-left: 20px;
	 padding-right: 20px;
}
 .elementor-location-single.type-post .single_kontakt, .elementor-location-single.type-post .single_more {
	 margin-top: 75px;
}
 .elementor-location-single.type-post .single_meta {
	 margin-bottom: 1em;
}
 .elementor-location-single.type-post .single_meta > .e-con-inner {
	 display: flex;
	 gap: 1rem;
	 justify-content: flex-start;
}
 .elementor-location-single.type-post .single_meta .single_cat > .elementor-widget-container {
	 display: flex;
	 white-space: nowrap;
}
 .elementor-location-single.type-post .single_meta .single_cat > .elementor-widget-container:after {
	 content: '|';
	 position: absolute;
	 position: absolute;
	 right: -0.6rem;
}
 .elementor-location-single.type-post .single_meta .elementor-widget-text-editor {
	 color: var(--sw-color-primary);
}
 

.elementor-location-single.type-post h1,
.elementor-location-single.type-post h2{
	font-weight: 600;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 2rem;
		margin-bottom: 2rem;
}