@charset "UTF-8";
a {
  color: #000;
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

body {
  background-color: rgb(245, 230, 205);
  font-family: Times New Roman;
  font-size: 18px;
}

h1 {
  max-width: 500px;
  text-align: center;
  margin: 20px auto;
  font-size: 25px;
  font-weight: 500;
}

.divider {
  background-color: #000;
  margin: 20px 10px;
}

.page {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site {
  margin: 0 auto;
  max-width: 1440px;
}

.site-header {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin: 0 10px;
}

.main-nav {
  width: auto;
}
.main-nav .menu-huvudmeny-container {
  display: none;
}
.main-nav .menu-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.main-nav .menu-toggle svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 940px) {
  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-nav .menu-huvudmeny-container {
    display: flex;
  }
  .main-nav .close {
    display: none;
  }
}
.main-nav.toggled .menu-huvudmeny-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}
.main-nav.toggled .menu-huvudmeny-container ul {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-nav.toggled .menu-huvudmeny-container .close {
  order: 0;
  padding: 10px;
  align-self: flex-end;
  margin: 13px 13px 0 0;
}
.main-nav.toggled .menu-huvudmeny-container .close svg {
  height: 22px;
  width: 22px;
  stroke-width: 1px;
}

.menu {
  margin: 20px;
  display: flex;
  gap: 20px;
  font-family: Courier;
}
.menu a {
  font-size: 16px;
  text-decoration: none;
}
.menu a:hover {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.menu .current-menu-item a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.menu-mer-om-psykosyntes-container {
  margin: 20px 0;
}
.menu-mer-om-psykosyntes-container ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.menu-mer-om-psykosyntes-container .menu-item {
  position: relative;
}
.menu-mer-om-psykosyntes-container .menu-item.menu-item-has-children {
  padding-right: 18px;
}
.menu-mer-om-psykosyntes-container .menu-item.menu-item-has-children::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.menu-mer-om-psykosyntes-container .menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.menu-mer-om-psykosyntes-container .sub-menu {
  position: absolute;
  left: 0;
  margin: 0;
  width: 250px;
  background-color: rgb(245, 230, 205);
  padding: 10px;
  display: none;
}
.menu-mer-om-psykosyntes-container .sub-menu li {
  line-height: 30px;
}
.menu-mer-om-psykosyntes-container .sub-menu li a:hover {
  text-decoration-line: underline;
}

.syntes-page .sub-menu a {
  text-decoration-line: none;
}

.site-branding {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-branding .custom-logo-link {
  width: 270px;
}
.site-branding .site-title {
  display: none;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 940px) {
  .site-branding .site-title {
    width: 500px;
  }
}

.intro-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 940px) {
  .intro-blocks {
    margin-top: 30px;
    padding: 0 50px;
  }
}
.intro-blocks .intro-block {
  flex: 0 1 33.3%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  min-width: 250px;
}
.intro-blocks .intro-block:hover p {
  color: #000;
}
.intro-blocks .intro-block a {
  text-decoration-line: none;
}
.intro-blocks .image {
  position: relative;
  background-color: #f5f5f5;
  padding-bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-blocks .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.intro-blocks p {
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.intro-blocks .read-more {
  display: inline-block;
  margin: 20px;
  margin-left: auto;
  color: rgb(235, 100, 60);
}
.intro-blocks .read-more:hover {
  text-decoration-line: underline;
}

.find-therapist {
  display: flex;
  justify-content: center;
}
@media (min-width: 940px) {
  .find-therapist {
    margin-top: 20px;
    padding: 0 50px;
  }
}
.find-therapist .find {
  display: block;
  font-size: 28px;
  background-color: rgb(235, 100, 60);
  padding: 10px 30px;
  color: #000;
  pointer: cursor;
  border-radius: 15px;
  text-decoration: none;
  font-family: Courier;
}
.find-therapist .find:hover {
  box-shadow: 0 0 0 2px #000;
}

.therapist-blocks {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  gap: 20px;
  margin: 20px 0;
}
.therapist-blocks .therapist-block {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  min-width: 150px;
  border-radius: 6px;
  text-decoration: none;
}
.therapist-blocks .therapist-block:hover * {
  color: #000;
}
.therapist-blocks .therapist-block:hover h3 {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.therapist-blocks .therapist-block p {
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.therapist-blocks .therapist-block .image {
  position: relative;
  background-color: #f5f5f5;
  padding-bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.therapist-blocks .therapist-block .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

footer {
  background-color: rgb(210, 170, 115);
  padding: 20px 50px;
  height: 200px;
}
footer nav {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 1340px;
}
footer ul {
  list-style: none;
}
footer .sigill {
  height: 150px;
  margin-left: auto;
}

.overview-blocks {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  max-width: 950px;
  gap: 20px;
}
.overview-blocks h1 {
  text-align: center;
}
.overview-blocks .overview-block {
  background-color: #fff;
  display: flex;
  gap: 20px;
}
.overview-blocks .overview-block .image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  background-color: #f5f5f5;
}
.overview-blocks .overview-block .image img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
.overview-blocks .overview-block .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.overview-blocks .overview-block .text a {
  display: inline-block;
  margin-left: auto;
  color: rgb(235, 100, 60);
  font-family: Courier;
  font-size: 16px;
}
.overview-blocks .overview-block .text .has-text-align-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.overview-blocks .overview-block .read-more {
  display: inline-block;
  margin: 20px;
  margin-left: auto;
  color: rgb(235, 100, 60);
  text-decoration-line: none;
}
.overview-blocks .overview-block .read-more:hover {
  text-decoration-line: underline;
}
.overview-blocks .overview-block p {
  flex: 1;
  margin-right: 20px;
}

.syntes-page .overview-blocks .overview-block .image {
  padding-top: 25px;
}
.syntes-page .overview-blocks .overview-block .image img {
  height: auto;
}
.syntes-page .overview-blocks .overview-block h2 {
  margin: 20px 0;
}
.syntes-page .overview-blocks .overview-block p {
  margin: 0 0 10px 0;
}
.syntes-page .overview-blocks .overview-block p:nth-of-type(1) {
  font-weight: bold;
}

.person-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}
.person-cards .divider {
  flex: 1 0 100%;
  height: 1px;
  background-color: #666;
}
.person-cards .divider:first-child {
  display: none;
}
.person-cards .rest {
  width: 100%;
}

.person-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  min-width: 250px;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.person-card .tagline {
  font-family: Courier;
  font-size: 14px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: rgb(235, 100, 60);
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
}
.person-card figure {
  margin: 0;
  align-self: center;
}
.person-card figure img {
  min-height: 220px;
}
.person-card p {
  line-height: 24px;
  margin: 0 0 10px 0;
}
.person-card p br {
  display: none;
}

.find-therapists {
  padding: 0 100px;
  margin-bottom: 50px;
}
.find-therapists h1 {
  text-align: center;
}
.find-therapists .choose-region {
  display: flex;
  justify-content: center;
}
.find-therapists button {
  width: 200px;
  padding: 20px;
  margin: 0 auto;
  font-size: 20px;
  background-color: rgb(235, 100, 60);
  cursor: pointer;
}

.article {
  display: flex;
}
.article a {
  color: rgb(235, 100, 60);
  display: inline-block;
}
.article .column {
  padding: 20px;
  flex: 1;
}
.article .column h3, .article .column h4, .article .column ul, .article .column p {
  margin-top: 0;
}
.article .column h2, .article .column h3, .article .column h4 {
  margin-bottom: 10px;
}
.article .column ul, .article .column ol {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 15px;
}
.article .column ul li, .article .column ol li {
  padding-left: 5px;
}
.article .column:nth-of-type(2) {
  display: flex;
  flex-direction: column;
}
.article .column:nth-of-type(2) img {
  width: 100%;
}
.article .column.wide {
  width: 100%;
}

.login–form–container {
  padding: 20px;
}
.login–form–container input {
  border: 1px solid #000;
  padding: 5px;
}
.login–form–container .login-button {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 4px;
}
.login–form–container fieldset {
  padding: 0;
  margin: 15px 0 0 0;
  appearance: none;
  border: 0;
  display: flex;
  gap: 10px;
}
.login–form–container button {
  cursor: pointer;
}
.login–form–container button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
}

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