/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.wp-block-image.alignfull {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}
.wp-block-image.alignwide {
  margin-inline: -3rem;
}

.wp-pagenavi,
.navigation.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 3rem 0;
}
.wp-pagenavi a, .wp-pagenavi span,
.navigation.pagination a,
.navigation.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E0E0E0;
  color: #333;
  font-size: 0.875rem;
  transition: all 0.25s ease;
}
.wp-pagenavi a.current, .wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi span:hover,
.navigation.pagination a.current,
.navigation.pagination a:hover,
.navigation.pagination span.current,
.navigation.pagination span:hover {
  background: #F07D00;
  border-color: #F07D00;
  color: #FFFFFF;
}

.search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.search-form input[type=search] {
  flex: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
body {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  color: #1A1A1A;
  margin-bottom: 1rem;
}

.wp-block-accordion-heading {
  font-weight: 300;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.wp-element-caption {
  font-size: 1rem;
}

a {
  color: #F07D00;
  transition: color all 0.25s ease;
}
a:hover {
  color: #C96300;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #F07D00;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #333;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
::selection {
  background: #F07D00;
  color: #FFFFFF;
}

hr {
  border: none;
  border-top: 1px solid #E0E0E0;
  margin: 3rem 0;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.25rem;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.site-header {
  background: #FFFFFF;
}
.site-header .logo-link {
  position: relative;
  display: inline-block;
  z-index: 333;
  margin-bottom: -30px;
}

.site-header-nav {
  position: sticky;
  top: 0;
  z-index: 200;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.wp-block-navigation__container > li.wp-block-navigation-item {
  display: flex;
  padding: 5px 0 20px 0;
}
.wp-block-navigation__container .wp-block-navigation__submenu-container li > a .wp-block-navigation-item__label {
  line-height: 1.25rem;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn:focus-visible {
  outline: 3px solid #F07D00;
  outline-offset: 2px;
}
.btn--primary {
  background: #F07D00;
  color: #FFFFFF;
  border-color: #F07D00;
}
.btn--primary:hover {
  background: #C96300;
  border-color: #C96300;
}
.btn--outline {
  background: transparent;
  color: #F07D00;
  border-color: #F07D00;
}
.btn--outline:hover {
  background: #F07D00;
  color: #FFFFFF;
}
.btn--ghost {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn--ghost:hover {
  background: #FFFFFF;
  color: #1A1A1A;
}
.btn--sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}
.btn--lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
}
.btn--block {
  display: block;
  width: 100%;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.form-field {
  margin-bottom: 1.5rem;
}
.form-field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0.25rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  transition: border-color all 0.25s ease, box-shadow all 0.25s ease;
  appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #737373;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #F07D00;
  box-shadow: 0 0 0 3px rgba(240, 125, 0, 0.15);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%234A4A4A' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.newsletter-form__select, .newsletter-form__input {
  flex: 1;
  min-width: 140px;
}
.newsletter-form__submit {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form__select, .newsletter-form__input, .newsletter-form__submit {
    width: 100%;
  }
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.wp-block-accordion-item.is-open .wp-block-accordion-heading {
  background: #F5F5F5;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
main {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 146 262' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,0,-51.6)'%3E%3Cpath d='M0,210.1L146,312.8L146,154.6L0,51.6L0,210.1Z' style='fill:rgb(250,250,250);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 800px 1200px;
  background-repeat: no-repeat;
  background-position: top right;
}

main .wp-block-list {
  list-style: none;
}
main .wp-block-list li {
  padding: 0 0 0 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 146 262' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-172.5,-154.9)'%3E%3Cpath d='M172.5,257.9L172.5,416.1L318.5,313.4L318.5,154.9L172.5,257.9Z' style='fill:rgb(240,131,0);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left;
}

.swiper .cb-slide .wp-block-image {
  margin: 0;
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
.newsletter-section {
  background: #2C2C2C;
  color: #FFFFFF;
  padding: 4rem 0;
}
.newsletter-section__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.newsletter-section__heading {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.newsletter-section__subtext {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
  max-width: 600px;
}
.newsletter-section__legal {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
}

/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
/*!
 * Theme Name: Dr. Arthur Pfungst Stiftung
 * Theme URI:  https://pfungst-stiftung.de
 * Description: Custom SCSS theme for Dr. Arthur Pfungst Stiftung Frankfurt
 * Version:    1.0.0
 * Author:     webdesign365.ch
 * Text Domain: pfungst
 * License:    Private
 */
main.wp-block-group .wp-block-image {
  margin: 30px auto;
}

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