/*
    - Name: "teaser.scss"
    - Description: "Add custom styles to Contact, view modes: teaser."
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.node--type-contact.node--view-mode-teaser .node__content .section__title > .layout--onecol > .layout__region--content {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--primary-complementary);
}

.node--type-contact.node--view-mode-teaser .node__content .section__title > .layout--onecol > .layout__region--content .block-field__organism h2 {
  display: none;
}

.node--type-contact.node--view-mode-teaser .node__content .section__title > .layout--onecol > .layout__region--content .block-field__organism h1 {
  margin-bottom: 12px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.node--type-contact.node--view-mode-teaser .node__content .section__title > .layout--onecol > .layout__region--content .block-extra-field-blocknodecontactshow-title .field--name-title-text {
  color: var(--text-color);
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section {
  display: grid;
  gap: 16px;
  padding: 0;
}

@media (min-width: 480px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section {
    grid-template-columns: 202px 1fr;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section {
    grid-template-columns: 202px 1fr 184px;
  }
}
.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__image {
  grid-column: 1/2;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__body {
  grid-column: 2/3;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__body * {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 992px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__body * {
    line-height: 1.875rem;
  }
}
.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__body .field__item {
  position: relative;
  padding-left: 40px;
}

@media (min-width: 1200px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__body .field__item {
    width: 70%;
  }
}
.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .block-field__body .field__item::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e948";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gray-two);
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 480px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third {
    flex-direction: column;
  }
}
.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism, .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link {
  display: flex;
  grid-column: 3/4;
  align-items: center;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism a, .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link a {
  width: 184px;
  min-width: -moz-max-content;
  min-width: max-content;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism a::before, .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link a::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.25rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e949";
  position: relative;
  left: -3px;
  margin-right: 4px;
  font-size: 1.625rem;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link a::before {
  content: "\e94b";
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism .taxonomy__organism--organism-link h2 {
  display: none;
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism .taxonomy__organism--organism-link a {
  display: inline-block;
  padding: 10px 24px;
  border: 0;
  border-radius: 8px;
  font-family: "Roboto", arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: var(--base-trans);
  background-color: var(--primary-complementary-link);
  color: var(--white);
  display: flex;
  align-items: center;
}

@media (min-width: 480px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism .taxonomy__organism--organism-link a {
    padding: 12px 24px;
  }
}
.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__organism .taxonomy__organism--organism-link a:hover {
  background-color: var(--accent-dark);
}

.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link a {
  display: inline-block;
  padding: 10px 24px;
  border: 0;
  border-radius: 8px;
  font-family: "Roboto", arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: var(--base-trans);
  background-color: var(--white);
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-shade);
}

@media (min-width: 480px) {
  .node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link a {
    padding: 12px 24px;
  }
}
.node--type-contact.node--view-mode-teaser .node__content .section__information > .layout--threecol-section .layout__region--third .block-field__link a:hover {
  background-color: var(--primary-light);
}
/*# sourceMappingURL=teaser.css.map */
