/*
Theme Name: Parasol Bienne
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.5.7
*/

/* Imports */

@import url("css/typo.css");
@import url("css/utilities.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/placeholder.css");
@import url("css/homepage.css");

/*
COLOR DEFINITIONS - GOES BELOW:
*/

:root {
  --brown: #513929;
  --pink: #cc67a5;
}

/* === Theme Specific === */

.collapsing {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  transition: height 0.25s ease;
}

/* ----- GENERAL ----- */

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}

body > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

section,
a {
  position: relative;
}

/* END GENERAL */

/* ----- WP ADMIN BAR ----- */

/*#wpadminbar {
    display: none;
  }*/

/* END WP ADMIN BAR */

/* ----- BUTTONS ----- */

/* Button classes:
        - btn_xyz_primary
        - btn_xyz_secondary 
*/

/* Button Reset */

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

.btn-primary {
  background: transparent;
  color: #513929;
  border-radius: 100px;
  font-size: 18px;
  text-transform: capitalize;
  border: 1px solid #513929;
  padding: 8px 14px !important;
  transition: all 250ms ease-in-out;
}

.btn-primary:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-primary:focus-visible {
  background: rgba(81, 57, 41, 0.08);
  color: #513929;
  border-color: #513929 !important;
}

.nav-link {
  padding: 0 !important;
}
/* END BUTTONS */

/* ----- LAZYLOAD EFFECT ----- */

img.bg_static_cover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: filter 500ms, -webkit-filter 500ms;
}

img.bg_static_cover.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* END LAZYLOAD EFFECT */

/* SWIPER GENERAL */
.swiper-container .swiper-slide {
  transition: all 300ms ease-in-out;
}

.swiper-container .button-prev svg circle,
.swiper-container .button-next svg circle {
  fill: transparent;
  transition: all 250ms ease-in-out;
}

.swiper-container .button-prev:hover svg circle,
.swiper-container .button-next:hover svg circle {
  fill: rgba(81, 57, 41, 0.08);
}

.swiper-container .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.3;
}

/* NEWS */

section.news {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f0f9fb 30.16%, #86cddb 100%);
}

section.news .swiper-slide {
  padding: 50px;
  border-radius: 30px;
  border: 0px solid #046fa7;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05),
    3px 0px 4px 0px rgba(0, 0, 0, 0.02), 8px 0px 20px 0px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  border: 1px solid transparent;

  height: auto;
  gap: 70px;
  display: flex;
  flex-direction: column;
  ju: space-between;
  color: #513929;
}

section.news .swiper-slide:hover {
  border: 1px solid rgba(81, 57, 41, 0.38);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05),
    0px 3px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
}

section.news .swiper-slide .text_content {
  transition: 350ms ease-in-out;
}

section.news .swiper-slide .text_content .small {
  gap: 10px;
}

section.news .swiper-slide:hover .text_content {
  transform: translateY(-10px);
}

/* POST */
article.post section.post_content,
article.post section.post_content {
  padding-top: 250px;
  background: linear-gradient(0deg, #fff 0%, #f7e9f2 29.57%, #cc67a5 100%);
}
article.post .image_wrapper {
  max-height: 413px;
  overflow: hidden;
}

article.post section.post_content .tags,
article.post section.post_content .tags {
  font-size: 18px;
}

article section.post_content .tags span {
  padding-top: 3px;
  padding-bottom: 3px;
}

article section.post_content .category-name {
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 6px;
  font-size: 12px;
}

article .verlinkungen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 20px;
}

article.post .event-details ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

article.post .event-details ul li {
  padding: 20px 0;
  border-top: 1px solid #513929;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

article.post .event-details ul li a {
  color: #513929 !important;
  text-decoration: underline;
}

article.post .event-details ul li:last-of-type {
  border-bottom: 1px solid #513929;
}

article.post .event-details ul li span:first-of-type {
  display: flex;
  align-items: center;
  gap: 8px;
}

article .text-two-sided {
  background: linear-gradient(0deg, #fff 0%, #f7e9f2 29.57%, #cc67a5 100%);
}
article .text-two-sided .col-lg-4:first-of-type {
  padding-right: 25px;
}

article .text-two-sided .col-lg-4:last-of-type {
  padding-left: 25px;
}

article section.hero_about {
  background: linear-gradient(180deg, #fff 0%, #86cddb 100%);
}

.page-template-page-about section.image .image_wrapper {
  max-height: 541px;
  overflow: hidden;
}

.page-template-page-about section.image .image_wrapper img {
  max-height: 541px;
}

.page-template-page-about section.team,
.page-template-page-about section.partner {
  overflow: hidden;
}

.page-template-page-about section.team .swiper-slide .image_wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
}

.page-template-page-about section.team .swiper-slide .image_wrapper img {
  height: 100% !important;
}

@media (min-width: 1440px) {
  .page-template-page-about section.team .swiper-slide .image_wrapper {
    width: 100%;
    height: auto;
  }
}

.page-template-page-about section.partner .swiper-container {
  width: 100%;
  height: 100%;
}

.page-template-page-about section.partner .swiper-slide {
  height: auto;
  gap: 25px;
}

.page-template-page-about section.partner .swiper-slide .text-wrapper {
  margin-bottom: 25px;
  color: #513929 !important;
  gap: 25px;
}

.page-template-page-about section.partner .swiper-slide .image_wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.page-template-page-about section.partner .swiper-slide .image_wrapper img {
  width: 100%;
  object-fit: cover;
}
