@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
html {
  scroll-behavior: smooth !important;
}

.container {
  padding: 0 0.75rem;
}

@media screen and (min-width: 481px) {
  .container {
    padding: 0;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) {
  .container {
    max-width: 1280px;
  }
}
@font-face {
  font-family: "mplus2";
  src: url("../gutenberg21/assets/fonts/mplus2.ttf") format("truetype");
}
* {
  font-family: "mplus2";
}

body {
  font-weight: 425;
  font-size: 0.9375rem;
  line-height: 28px;
  letter-spacing: 1%;
  color: #3f3f3f;
}

h1,
.entry-title {
  font-size: 2.25rem;
  line-height: 3.0375rem;
  font-weight: 325;
}
h1.title,
.entry-title.title {
  margin-bottom: 80px;
  position: relative;
}
h1.title::after,
.entry-title.title::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #3f3f3f;
  width: 70%;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
h1.has-large-font-size, h1.wp-block-heading,
.entry-title.has-large-font-size,
.entry-title.wp-block-heading {
  font-weight: 325;
  line-height: 3.0375rem;
  font-size: 2.25rem !important;
  letter-spacing: -1% !important;
}
h1 a,
.entry-title a {
  text-decoration: none;
}

h1.wp-block-heading {
  display: block;
  padding-top: 68px;
  margin-top: -34px;
}

h2 {
  font-weight: 375;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}

h3 {
  font-size: 0.85rem;
  line-height: 1.4025rem;
}

h3,
strong,
.bold {
  font-weight: 700;
}

a:hover {
  color: #80a096;
}

.wp-block-group p,
.is-layout-flex p {
  margin-bottom: 1.59375rem;
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 1.0625rem;
  }
  h1,
  .entry-title {
    font-size: 3.75rem;
    line-height: 5.0625rem;
  }
  h1.has-large-font-size, h1.wp-block-heading,
  .entry-title.has-large-font-size,
  .entry-title.wp-block-heading {
    font-size: 3.75rem !important;
    line-height: 5.0625rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.0625rem;
    line-height: 1.753125rem;
  }
}
@media (max-width: 481px) {
  .entry-title {
    hyphens: auto;
  }
}
p a {
  color: #3f3f3f;
  text-decoration: none;
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 5px;
}
p a:hover, p a:active {
  color: #3b7a6a;
  border-color: #3b7a6a;
}

a.mail,
a.phone {
  display: inline-block;
  padding-left: 28px;
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
}

a.phone {
  background-image: url("../gutenberg21/assets/phone.svg");
  margin-bottom: 8px;
}

a.mail {
  background-image: url("../gutenberg21/assets/email.svg");
}

button,
.wp-block-post-excerpt__more-link,
.read-more-link a,
.wp-block-button a,
.button {
  height: 3rem;
  background-color: #92d6c5;
  color: #000000;
  border-radius: 8px;
  transition: all 0.15s linear;
  padding: 0 20px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  font-size: 1.0625rem;
  line-height: 3rem;
  border-width: 0;
}
button:hover,
.wp-block-post-excerpt__more-link:hover,
.read-more-link a:hover,
.wp-block-button a:hover,
.button:hover {
  background-color: #80a096;
  color: #ffffff;
}

.arrow-down {
  position: relative;
}
.arrow-down a {
  padding-right: 3.125rem;
}

.arrow-down a::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 1.25rem;
  top: 0.75rem;
  display: block;
  background-image: url("../gutenberg21/assets/arrow_down.svg");
  background-size: contain;
}
.arrow-down a:hover::after {
  filter: invert(1);
}

.wp-block-post-excerpt__more-link,
.read-more-link a {
  display: block;
  padding-left: 3.75rem;
  text-decoration: none;
  position: relative;
}

.wp-block-post-excerpt__more-link:hover::after,
.read-more-link a:hover::after {
  filter: invert(1);
}

.wp-block-post-excerpt__more-link::after,
.read-more-link a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../gutenberg21/assets/arrow_forward.svg");
  background-position: 20px 55%;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

.cky-consent-bar .cky-btn.cky-btn-accept {
  margin-top: 10px;
}

.cky-btn-revisit-wrapper {
  height: 30px !important;
  width: 30px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  width: 24px !important;
  height: 24px !important;
}

.scrollTop {
  content: "";
  display: none;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 3;
  background-image: url("../gutenberg21/assets/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  transform: rotate(180deg);
}

header.site-header .site-branding,
header.site-header .site-branding img {
  max-height: 80px;
  width: auto;
}
header.site-header .site-branding {
  width: 20%;
}
header.site-header nav {
  width: 80%;
  font-size: 0.9375rem;
}
header.site-header nav ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-end;
}

.wp-block-navigation__responsive-container-open {
  position: relative;
}
.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-open svg {
  width: 3rem;
  height: 3rem;
}

.wp-block-site-logo.fixed {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 3;
}
.wp-block-site-logo.fixed a {
  text-decoration: none;
}
.wp-block-site-logo.fixed img {
  display: block;
  width: 60px;
}
.wp-block-site-logo.fixed .custom-logo-link::after {
  content: "Praxisgemeinschaft \aGutenberg21";
  display: block;
  width: 100%;
  white-space: pre;
  font-size: 1.0625rem;
  line-height: 1.2;
  text-decoration: none;
  color: #3f3f3f;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 50px;
  width: 200px;
}

nav,
.wp-block-navigation {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  background-color: #ffffff;
}
nav.fixed,
.wp-block-navigation.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  height: 68px;
  justify-content: space-between;
}
nav.fixed > div,
.wp-block-navigation.fixed > div {
  max-width: 80%;
  margin: 0 auto;
}
nav li,
nav .wp-block-navigation-item,
.wp-block-navigation li,
.wp-block-navigation .wp-block-navigation-item {
  height: 48px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
nav li:hover,
nav .wp-block-navigation-item:hover,
.wp-block-navigation li:hover,
.wp-block-navigation .wp-block-navigation-item:hover {
  background: url("../gutenberg21/assets/blob_nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

nav.fixed > div.is-menu-open,
.wp-block-navigation.fixed > div.is-menu-open {
  max-width: 100%;
}
nav.fixed > div.is-menu-open .wp-block-navigation__responsive-dialog,
.wp-block-navigation.fixed > div.is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 68px !important;
}

@media screen and (min-width: 1025px) {
  .admin-bar nav.fixed,
  .admin-bar .wp-block-navigation.fixed {
    top: 32px;
  }
  .wp-block-site-logo.fixed {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 3;
  }
  .wp-block-site-logo.fixed img {
    display: block;
    margin: 0 auto;
    width: 70px;
  }
  .wp-block-site-logo.fixed .custom-logo-link::after {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  top: 50px;
  right: 40px;
  width: 48px;
}
.wp-block-navigation__responsive-container-close svg {
  margin: 0 auto;
}

.wp-block-navigation__responsive-dialog .header-nav.wp-block-navigation {
  margin: 40px 0;
  max-width: 100%;
}
.wp-block-navigation__responsive-dialog .header-nav.wp-block-navigation li {
  width: auto;
  min-width: auto;
  align-self: center;
  text-align: center;
}

@media (min-width: 1281px) {
  .wp-block-navigation__responsive-dialog .header-nav.wp-block-navigation {
    margin: 0;
  }
  header.site-header nav {
    font-size: 1.0625rem;
  }
  .wp-block-navigation__responsive-container-close {
    top: 80px;
  }
  .wp-block-site-logo.fixed {
    top: 20px;
  }
  .wp-block-site-logo.fixed img {
    width: 120px;
  }
  .wp-block-site-logo.fixed .custom-logo-link::after {
    width: 100%;
    font-size: 1.0625rem;
    line-height: 1.2;
    position: relative;
    text-align: center;
    right: 0;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: inherit;
  }
}
/* neutralize the wp default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .wp-block-navigation__responsive-container-close {
    right: 15px;
  }
}
figure + div {
  color: #000000;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}

@media screen and (min-width: 601px) {
  figure + div {
    margin-left: -20%;
  }
}
figure.wp-block-image img {
  border-radius: 8px;
}

figure.wp-block-image {
  z-index: 0;
}

.wp-block-group.is-layout-grid figure.wp-block-image img {
  aspect-ratio: 1;
  object-fit: cover;
}

.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
  object-fit: contain !important;
  border-radius: 8px;
}

@media screen and (max-width: 1280px) {
  .hide-on-mobile {
    display: none;
  }
}
.wp-block-list {
  list-style-type: "•  ";
  padding-left: 20px;
}

details,
.wp-block-details {
  background-color: #ffffff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  border-radius: 8px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 375;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
}
details p,
.wp-block-details p {
  font-weight: 425;
  font-size: 1.0625rem;
  line-height: 28px;
  letter-spacing: 1%;
  padding-bottom: 1.25rem;
  margin: 0;
}
details:hover, details[open],
.wp-block-details:hover,
.wp-block-details[open] {
  color: #80a096;
}
details:hover p, details[open] p,
.wp-block-details:hover p,
.wp-block-details[open] p {
  color: #3f3f3f;
}
details summary,
.wp-block-details summary {
  padding: 0 20px 0 0;
}
details summary::after,
.wp-block-details summary::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.2rem;
  background-image: url("../gutenberg21/assets/chevron_down.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 0;
}

details[open] summary,
.wp-block-details[open] summary {
  margin-bottom: 15px;
}
details[open] summary::after,
.wp-block-details[open] summary::after {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(70%) sepia(17%) saturate(873%) hue-rotate(114deg) brightness(86%) contrast(78%);
  right: 22px;
  top: 22px;
}

details summary::marker,
details summary::-webkit-details-marker {
  display: none;
  content: "";
}

@media screen and (min-width: 481px) {
  details p,
  .wp-block-details p {
    max-width: 70vw;
  }
  details summary::after,
  .wp-block-details summary::after {
    top: 25px;
  }
  details[open] summary::after,
  .wp-block-details[open] summary::after {
    right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  details,
  .wp-block-details {
    min-height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
    max-width: 80%;
    padding: 0 1.25rem;
  }
  details summary::after,
  .wp-block-details summary::after {
    position: absolute;
    right: 3%;
    top: 45px;
  }
  details summary,
  .wp-block-details summary {
    line-height: 1.2;
    padding: 30px 45px 30px 5px;
  }
  details[open] summary::after,
  .wp-block-details[open] summary::after {
    right: 45px;
    top: 38px;
  }
}
footer.site-footer {
  border-top: 2px solid #3f3f3f;
  padding: 10px 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
footer.site-footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0;
}
footer.site-footer ul li {
  margin-left: 25px;
}
footer.site-footer ul li a {
  color: #3f3f3f;
  text-decoration: none;
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 4px;
}
footer.site-footer ul li a:hover {
  border-color: #80a096;
  color: #80a096;
}

@media (min-width: 481px) {
  footer.site-footer {
    padding: 20px 40px;
  }
}
.home p {
  position: relative;
  z-index: 1;
}
.home .container > header.wp-block-group:first-child {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home .container > header.wp-block-group:first-child > div {
  width: 100%;
}
.home .container > header.wp-block-group:first-child .wp-block-button,
.home .container > header.wp-block-group:first-child button:not(.wp-block-navigation__responsive-container-open) {
  position: absolute;
  bottom: 55px;
}
.home .container > header.wp-block-group:first-child .wp-block-button a,
.home .container > header.wp-block-group:first-child button:not(.wp-block-navigation__responsive-container-open) a {
  font-size: 0;
  padding: 20px 24px;
  background-image: url("../gutenberg21/assets/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
}
.home h2,
.home h1 {
  position: relative;
  z-index: 1;
}
.home h2 svg,
.home h1 svg {
  position: absolute;
  top: 5%;
  left: -25%;
  z-index: -1;
  height: 200px;
}
.home h2 a,
.home h1 a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.home figure + div h2 svg {
  top: 0;
  left: -30%;
  transform: scale3d(0.8, 1, 1) rotate(180deg) !important;
}
.home iframe {
  width: 100%;
}

.container > .wp-block-group:not(header) {
  margin: 3.75rem 0;
}

@media screen and (min-width: 1025px) {
  .container > .wp-block-group:not(header) {
    margin: 7.5rem 0;
  }
  .home figure + div h2 svg {
    top: 0;
    left: -20%;
    transform: scale3d(1.8, 1.7, 1) rotate(180deg) !important;
  }
  .home h1 svg {
    left: -8%;
  }
  .home .wp-block-group__inner-container > p, .home .wp-block-group__inner-container > .wp-block-buttons, .home .wp-block-group__inner-container > iframe {
    max-width: 60%;
    margin-left: 20%;
  }
}
@media screen and (min-width: 1281px) {
  .home .wp-block-group__inner-container > p, .home .wp-block-group__inner-container > .wp-block-buttons, .home .wp-block-group__inner-container > iframe {
    max-width: 60%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 1025px) {
  h1 svg {
    transform: scale(0.4) !important;
  }
}
@media screen and (max-width: 481px) {
  .wp-block-media-text__content h2 svg {
    display: none;
  }
}
ul.team {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3125rem;
}
ul.team li.category-team {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #ffffff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  border-radius: 8px;
}
ul.team li.category-team > *:not(figure) {
  margin: 0 15px;
}
ul.team li.category-team figure + div {
  color: #3f3f3f;
}
ul.team li.category-team div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
ul.team li.category-team div p {
  margin: 0;
}
ul.team li.category-team div p:first-of-type {
  margin: 0.3125rem 0 1.875rem 0;
}
ul.team li.category-team div,
ul.team li.category-team .read-more-link {
  width: calc(100% - 30px);
}
ul.team li.category-team .read-more-link {
  display: block;
  margin-top: auto;
  margin-bottom: 0.9375rem;
}
ul.team li.category-team figure {
  display: block;
  width: 100%;
  height: 450px;
  position: relative;
  max-width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
  margin-bottom: 0;
}
ul.team li.category-team figure::after {
  content: "";
  position: absolute;
  top: 90%;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}

@media screen and (min-width: 1025px) {
  ul.team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1281px) {
  ul.team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.category-team .entry-content,
.category-team .entry-header {
  padding: 0 15px;
}

.category-team .entry-content {
  position: relative;
}
.category-team .entry-content .wp-block-buttons .back {
  position: fixed;
  top: 0;
  z-index: 3;
  padding-top: 5px;
}
.category-team .entry-content .wp-block-buttons .back a {
  width: 3rem;
  height: 3rem;
  font-size: 1px;
  color: #92d6c5;
  background-color: #ffffff;
  background-image: url("../gutenberg21/assets/arrow_return.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  filter: none;
}
.category-team .entry-content .wp-block-buttons .back a:hover, .category-team .entry-content .wp-block-buttons .back a:active, .category-team .entry-content .wp-block-buttons .back a:focus {
  border: 2px solid #80a096;
}
.category-team .entry-content .wp-block-site-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  text-align: right;
  background: #ffffff;
  padding-right: 15px;
}
.category-team .entry-content .wp-block-site-logo a {
  width: 60px;
}
.category-team .entry-content .wp-block-site-title {
  display: none;
}
.category-team .entry-content .wp-block-navigation:not(.header-nav) {
  position: fixed;
  top: 130px;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 2px solid #3f3f3f;
}
.category-team .entry-content .wp-block-navigation:not(.header-nav) li {
  min-width: auto;
}
.category-team .entry-content .wp-block-post-featured-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  object-position: 0 20%;
  aspect-ratio: 1;
}
.category-team .entry-content .wp-block-post-featured-image {
  aspect-ratio: 1 !important;
}
.category-team .entry-content .wp-block-columns {
  position: relative;
  flex-wrap: wrap !important;
  margin-top: 200px;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(2) {
  width: 100%;
  padding-top: 45px;
}
.category-team .entry-content .wp-block-columns .is-nowrap.is-layout-flex p {
  min-width: 120px !important;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) {
  border-bottom: 2px solid #3f3f3f;
  padding: 70px 0 30px 0;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) span {
  display: block;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) strong {
  display: block;
  margin-top: 10px;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) figure {
  margin-bottom: 16.6666666667px;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) figure img {
  max-height: 250px;
}
.category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

nav.header-nav {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  height: 50px;
  justify-content: space-between;
}
nav.header-nav .wp-block-navigation__container {
  max-width: 70%;
  margin: 0 auto;
}

.admin-bar nav.header-nav {
  position: fixed;
  top: 32px;
  width: 100vw;
}

.category-team .entry-header {
  position: fixed;
  z-index: 2;
  top: 60px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9233894241) 9%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  width: 100%;
}
.category-team .entry-header h1 {
  font-size: 2.25rem;
  font-weight: 325;
  line-height: 80px;
  letter-spacing: -1% !important;
  margin: 0 0;
}

.page .entry-header {
  padding-top: 100px;
}

.page .entry-content {
  padding: 40px 0;
}

@media screen and (min-width: 785px) {
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) {
    border-bottom: none;
  }
}
@media screen and (min-width: 481px) {
  .category-team .entry-content h2.wp-block-heading {
    display: block;
    padding-top: 240px;
    margin-top: -240px;
  }
}
@media screen and (min-width: 1281px) {
  .category-team .entry-content h2.wp-block-heading {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
  }
  .category-team .entry-content .wp-block-columns {
    margin-top: 180px;
  }
  .category-team .entry-content nav.header-nav::after {
    content: "";
    position: fixed;
    display: block;
    top: 50px;
    left: 0;
    width: 85%;
    height: 40px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9233894241) 16%, rgb(255, 255, 255) 37%, rgb(255, 255, 255) 100%);
  }
  .category-team .entry-content .wp-block-navigation:not(.header-nav) {
    border-bottom: none;
  }
  .category-team .entry-content .wp-block-site-logo {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
  }
  .category-team .entry-content .wp-block-site-logo a {
    width: auto;
  }
  .category-team .entry-content .wp-block-columns .wp-block-navigation {
    top: 0;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
  }
  .category-team .entry-content .wp-block-site-title {
    display: block;
  }
  .category-team .entry-content > .wp-block-buttons {
    display: inline-block;
    position: fixed;
    top: 70px;
    left: 40px;
    z-index: 2;
  }
  .category-team .entry-content > .wp-block-buttons .back {
    top: 70px;
  }
  .category-team .entry-content > .wp-block-buttons .wp-block-button.back a {
    width: 3rem;
    height: 3rem;
    font-size: 1px;
    color: #92d6c5;
    background-color: #92d6c5;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    background-image: url("../gutenberg21/assets/arrow_return.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .category-team .entry-content > .wp-block-buttons .wp-block-button.back a:hover {
    color: #80a096;
  }
  .category-team .entry-content .wp-block-columns {
    flex-wrap: nowrap !important;
    width: 100vw;
    margin-top: 0;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1), .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) {
    position: fixed;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) {
    width: 30%;
    left: 0;
    top: 180px;
    padding: 0;
    border-right: 2px solid #3f3f3f;
    border-bottom: none;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) > div {
    padding: 0 40px 0 40px;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) figure {
    margin-bottom: 25px;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) figure img {
    max-height: 300px;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(2) {
    position: relative;
    flex-basis: 55% !important;
    width: 55%;
    margin-left: 30%;
    padding: 180px 0;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(2) > div {
    padding: 0 8.75rem 0 3.75rem;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) {
    width: 15%;
    left: 83%;
    top: 80px;
    padding-right: 25px;
    z-index: 2;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) ul {
    line-height: 1.3;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) .wp-block-navigation-item.wp-block-navigation-link {
    background: none;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    hyphens: auto;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) .wp-block-navigation-item.wp-block-navigation-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 1.0625rem;
    height: 1.0625rem;
    display: block;
    background: #92d6c5;
    border-radius: 100%;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) a {
    border-bottom: none;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) .wp-block-site-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) .wp-block-site-logo a {
    display: block;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(3) .wp-block-site-logo img {
    display: block;
    margin: 0 auto;
  }
  .category-team .entry-header {
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    margin-top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9233894241) 9%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
    z-index: 1;
    padding: 50px 0;
  }
  .category-team .entry-header h1 {
    font-size: 3.75rem;
    line-height: 80px;
    padding-left: 120px;
  }
  .category-team .entry-content {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .category-team h1 {
    font-size: 2rem;
  }
  .category-team .entry-content .wp-block-site-logo {
    right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .category-team .wp-block-navigation:not(.header-nav) {
    display: none;
  }
  .category-team .entry-content .wp-block-columns {
    margin-top: 80px;
  }
  .scrollTop {
    display: block;
  }
}
@media screen and (min-width: 1281px) and (max-height: 800px) {
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) figure img {
    max-height: 250px !important;
  }
  .category-team .entry-content .wp-block-columns > .wp-block-column:nth-child(1) > div {
    padding: 0 25px !important;
  }
}
