/* GENERAL */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SuisseIntl-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SuisseIntl-Regular.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SuisseIntl-Semibold';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SuisseIntl-SemiBold.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: 'SuisseIntl-Regular';
  font-size: 1.2rem;
  padding-top: 90px;
  background-color: #4B6369;
  color: #4B6369;
}
.path-frontpage h1 {
  display: none;
}
footer {
  color: #F5F7EC;
}
footer div {
  margin-bottom: 40px;
}
footer a.nav-link {
  padding: 0px;
}
footer a.nav-link {
  color: #94A8B9;
}
footer a.nav-link:hover, footer a.nav-link.is-active {
  color: #F5F7EC;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: sofia-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  hyphens: auto;
}
.page-node-type-layout-page h1 {
  text-align: center;
  color: #F5F7EC;
  margin-top: 3rem;
  text-transform: uppercase;
  font-size: 3.5rem
}
body.user-logged-in {
  padding-top: 180px !important;
}
.path-user {
  margin-top: 200px;
}
.path-user #block-boiler-content {
  border-radius: 20px;
  background-color: #F5F7EC;
  padding: 20px;
}
body.user-logged-in .fixed-top {
  top: 80px;
  z-index: 100;
}
.path-patterns #block-boiler-content, .path-styles #block-boiler-content {
  border-radius: 20px;
  background-color: #F5F7EC;
  padding: 20px;
}
#block-boiler-informationentitel h1, #block-boiler-publikationentitel h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 3.5rem;
}
/* Pager */
nav.pager {
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}
.pagination {
  margin: 0 auto;
}
.page-link {
  background-color: #F5F7EC;
  color: #4B6369;
}
.page-link:hover {
  color: #8D4353
}
.pagination .page-link, .pagination .page-item.active {
  font-size: 1.2rem !important;
}
.pagination .page-item.active, .pagination .pager__item--ellipsis {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #F5F7EC;
  border-color: var(--bs-pagination-active-border-color);
  border-left: none !important;
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* SEARCH */
#views-exposed-form-suche-page-1 .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B6369;
  background-color: #F5F7EC;
  background-clip: padding-box;
  border: 1px solid #F5F7EC;
  appearance: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: none;
  height: 45px;
}
#views-exposed-form-suche-page-1 .form-control:focus {
  box-shadow: none;
}
#views-exposed-form-suche-page-1 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#views-exposed-form-suche-page-1 .btn {
  background-color: #F5F7EC;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 25px;
  border: 1px solid #F5F7EC;
  font-size: 1.3rem;
  color: #F5F7EC;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  background-image: url("../img/searchIcon.svg");
  background-position: 80% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 45px;
}
#views-exposed-form-suche-page-1 #edit-actions--2 {
  height: 45px;
}
#views-exposed-form-suche-page-1 .form-item-fulltext {
  display: flex;
}
#views-exposed-form-suche-page-1 label {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: sofia-pro-condensed, sans-serif;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
  line-height: 2.5rem;
}
.searchView .btn:first-child:active {
  color: #F5F7EC;
  background-color: #F5F7EC;
  border-color: #F5F7EC;
}
#block-boiler-local-tasks {
  margin-bottom: 20px;
}
.nav-tabs {
  border-color: #94A8B9;
}
#block-boiler-local-tasks .nav {
  --bs-nav-link-color: #F5F7EC;
}
#block-boiler-local-tasks .nav-tabs .nav-link:focus, #block-boiler-local-tasks .nav-tabs .nav-link:hover {
  isolation: isolate;
  color: #94A8B9;
  border-color: #94A8B9;
}
/* MAIN MENU */
.navbar-brand img {
  height: 50px;
}
.menu--main .nav-link {
  color: #94A8B9;
}
.menu--main .nav-link:hover, .menu--main .nav-link.is-active {
  color: #F5F7EC;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #F5F7EC;
}
.menu--main.navbar-nav .nav-item:last-child .nav-link {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  background-image: url("../img/searchIconNav.svg");
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}
.navbar {
  background-color: #4B6369;
}
/* Define the shape and color of the hamburger lines */
.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 5px;
  box-shadow: none;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #fff;
  width: 52px;
  height: 52px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
/**
* Animate collapse into X.
*/
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
/**
* Animate collapse open into hamburger menu
*/
/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-collapse {
  justify-content: right !important;
}
#block-start-main-menu .nav-link {
  background-color: #005B50;
  border-radius: 15px;
  border: 1px solid #005B50;
  margin-right: 20px;
  font-size: 18px;
}
#block-start-main-menu .nav-link:hover, #block-start-main-menu .nav-link.active {
  background-color: #fff;
  border: 1px solid #005B50;
  color: #005B50;
}
#block-start-main-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
}
/* IMAGE HANDLING */
/*copyright */
.blazy__caption {
  display: inline-block;
  margin-top: -29px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.blazy__caption--description {
  background-color: #94A8B9;
  color: #fff;
  padding: 5px 5px 5px 10px;
  font-size: 0.8rem;
  border-bottom-left-radius: 20px;
}
.blazy__caption--description:before {
  content: '\00a9  ';
}
/* FACETS */
#facets {
  background-color: #94A8B9;
  padding: calc(var(--bs-gutter-x) * 1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: grid;
  grid-template-columns: fit-content(30%) fit-content(30%) 1fr;
}
.path-suche #facets {
  display: block;
}
#facets .block-facet--links {
  margin-right: 50px;
}
.path-suche #facets .block-facet--links {
  margin-right: 0px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
#facets ul {
  padding-left: 0rem !important;
}
.path-suche #facets ul {
  padding-left: 0rem !important;
  display: flex;
  justify-content: center;
}
.block-facet--links {
  margin-bottom: 30px;
}
.facets-widget-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.facet-item label {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #4B6369;
  padding: 5px 8px 5px 8px;
  border: 1px solid #4B6369;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.facets-reset.facet-item label {
  background-color: #F5F7EC;
  border: 1px solid #F5F7EC;
}
.facets-reset.facet-item .facet-item__value {
  color: #4B6369 !important;
}
.facet-item label.is-active {
  color: #4B6369 !important;
  background-color: transparent;
}
.facet-item label.is-active .facet-item__count {
  color: #F5F7EC !important;
}
.facet-item:hover label.is-active .facet-item__value {
  color: #F5F7EC !important;
}
.facet-item label.is-active:hover {
  color: #F5F7EC !important;
}
.facet-item__value {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: capitalize;
}
.facet-item__value:hover {
  color: #4B6369 !important;
}
.facet-item:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.facet-item:hover .facet-item__count, .facet-item:hover .facet-item__value, .facet-item:hover label {
  color: #4B6369 !important;
  background-color: transparent !important;
}
/* VIEWS */
/*Header */
.path-aktuelles #main-content, .path-informationen #main-content, .path-publikationen #main-content {
  background-color: #94A8B9;
  padding: calc(var(--bs-gutter-x) * 1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.path-suche #main-content {
  background-color: #94A8B9;
  padding: 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.paragraph--view-mode-text-and-image {
  display: flex;
  height: 80vh;
  width: 100%
}
.HeaderLayoutPage {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}
.headerTextWrapper {
  position: absolute;
  bottom: -20px;
  right: 0px;
  width: 40%;
  color: #4B6369;
  border: 20px #4B6369 solid;
  background-color: #4B6369;
  border-radius: 20px;
  font-size: 1.5rem;
}
.headerText {
  border-radius: 20px;
  border: 25px #F5F7EC solid;
  padding: 25px;
  background-color: #F5F7EC;
}
.HeaderOnlyText {
  height: 700px;
}
.HeaderOnlyText .HeaderLayoutPage {
  background: #74BBB3 url("../img/bgPatternHeader.svg");
}
.HeaderText h1 {
  font-size: 42px;
  color: #E6D603;
}
/* News Home*/
.newsCard {
  margin-bottom: 25px;
}
.newsCard h3 {
  font-family: 'SuisseIntl-Semibold';
  font-size: 1.3rem;
}
.newsCard h3 a {
  color: #4B6369;
  text-decoration: none;
}
.metaFix .newsCardMeta {
  position: relative
}
.metaFix .newsCardTime {
  position: absolute;
  top: 0px;
}
.teasertext {
  margin-bottom: 20px;
}
.metaFix .newsCardMore a {
  position: absolute;
  bottom: 0px;
}
.newsCardMore a {
  border-radius: 20px;
  background-color: #8D4353;
  color: #F5F7EC;
  line-height: 1.5;
  padding: 5px 12px 5px 12px;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #8D4353;
}
.newsCardMore a:hover {
  background-color: #F5F7EC;
  color: #8D4353;
}
.newsCard h3 a:hover {
  color: #4B6369;
  text-decoration: underline;
}
.newsCardInner {
  border-radius: 20px;
  background-color: #F5F7EC;
  padding: 40px;
  width: 100%;
}
/* REGIONS */
/*Highlighted */
/*  PARAGRAPHS */
.paragraph-item, .page-node-type-article .layout {
  margin-bottom: 40px;
}
.quoteParagraph {
  font-size: 1.8rem;
  font-family: 'SuisseIntl-Semibold';
}
.sourceParagraph {
  float: right;
}
.accordion-button {
  font-size: 1.5rem;
  color: #4B6369;
  background-color: transparent !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234B6369'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234B6369'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-header {
  background-color: transparent !important;
}
.accordion-item {
  background-color: transparent !important;
  border: 1px solid #94A8B9;
  color: #4B6369;
}
.accordion {
  border-radius: 0px;
}
span.file {
  border: 1px solid #94A8B9;
  border-radius: 5px;
  padding: 10px;
}
span.file a {
  color: #4B6369;
  text-decoration: none;
}
span.file .text-end {
  color: #4B6369;
  text-decoration: none;
}
.paragraph-item.paragraphHeadline {
  margin-bottom: 20px;
}
.paragraph-item.paragraphHeadline h2 {
  margin-bottom: 0px;
  text-transform: none;
}
/* LAYOUT BUILDER */
/* Block */
.page-title h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem
}
.Background--green .page-title h1 {
  color: #F5F7EC;
}
.layout h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  padding-top: 50px;
  text-transform: uppercase;
}
.HeaderLayoutPage .media {
  width: 100%;
}
.HeaderLayoutPage .media img {
  object-fit: contain !important;
  width: 100%;
}
.HeaderLayoutPage .media, .media--bundle--image img {
  border-radius: 20px;
  width: 100%;
  object-fit: contain;
}
.blazy--field-image .field--item {
  position: relative;
}
/*Background */
.Background--blue {
  background-color: #94A8B9;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
  padding: 40px;
}
.Background--blue.row {
  padding: 10px;
}
.Background--creme {
  background-color: #F5F7EC;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
  padding: 40px;
}
.Background--creme.row {
  padding: 10px;
}
.Background--green {
  background-color: #416142;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
  padding: 40px;
}
.Background--green.row {
  padding: 10px;
}
.Background--green .layout__region {
  background-color: #416142;
}
.Background--okka {
  background-color: #A8914C;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
  padding: 40px;
}
.Background--okka.row {
  padding: 10px;
}
.Background--okka .layout__region {
  background-color: #A8914C;
}
.publikationenHomeCTA, .veranstaltungenHomeCTA {
  padding: 0 40px 40px 40px !important;
}
.layout--bootstrap-grid-row-2.row .Background--blue, .layout--bootstrap-grid-row-3.row .Background--blue, .layout--bootstrap-grid-row-2.row .Background--green, .layout--bootstrap-grid-row-3.row .Background--green .layout--bootstrap-grid-row-2.row .Background--okka, .layout--bootstrap-grid-row-3.row .Background--okka, .layout--bootstrap-grid-row-2.row .Background--creme, .layout--bootstrap-grid-row-3.row .Background--creme {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.layout.row.gx-0 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.layout--bootstrap-grid-row-2 .layout__region, .layout--bootstrap-grid-row-3 .layout__region {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
/* Shape */
.Background--blue.Background--rounded--top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--blue.Background--rounded--bottom {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--blue.Background--rounded--bottom--top {
  border-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--creme.Background--rounded--top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--creme.Background--rounded--bottom {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--creme.Background--rounded--bottom--top {
  border-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--green.Background--rounded--top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--green.Background--rounded--bottom {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--green.Background--rounded--bottom--top {
  border-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--okka.Background--rounded--top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--okka.Background--rounded--bottom {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--okka.Background--rounded--bottom--top {
  border-radius: 20px;
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}
.Background--rounded--bottom--top .block, .Background--rounded--bottom .block, .Background--rounded--bottom--top .block {
  padding: 20px;
}
.gx-0 .layout__region:first-child .Background--creme.Background--rounded--bottom--top {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.gx-0 .layout__region:last-child .Background--creme.Background--rounded--bottom--top {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 25px;
}
/* Text */
.BlauText {
  color: #065577;
}
.CremeText {
  color: #F5F7EC;
}
.GreenText {
  color: #416142;
}
.OkkaText {
  color: #A8914C;
}
/*Sizing */
.width75 {
  width: 75%;
  margin: 0 auto !important;
}
.width50 {
  width: 50%;
  margin: 0 auto !important;
}
/* NODES */
/* Article */
.page-node-type-article #main-content {
  background-color: #94A8B9;
  border-radius: 20px;
  padding: 20px;
  width: auto;
}
.page-node-type-article .layout__region__inner {
  border-radius: 20px;
  background-color: #F5F7EC;
  padding: 40px 20px 20px 20px;
}
.relatedArticles .views-row {
  border-radius: 20px;
  background-color: #F5F7EC;
  padding: 20px;
  margin-bottom: 20px;
}
.relatedArticles h3.field-label-above {
  border-radius: 20px;
  background-color: #F5F7EC;
  padding: 20px;
  margin-bottom: 20px;
}
.relatedArticles .views-field-title a {
  color: #4B6369;
  font-family: 'SuisseIntl-Semibold';
  text-decoration: none;
  font-size: 1.3rem;
}
.relatedArticles .newsCardMore {
  margin-top: 15px;
}
.page-node-type-article h1 {
  color: #F5F7EC;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3rem;
}
.articleMeta .views-row {
  display: flex;
}
.articleMeta .views-field {
  margin-right: 30px;
  margin-bottom: 20px;
}
.articleMeta .views-label {
  color: #F5F7EC;
  text-transform: uppercase;
  display: block;
}
.articleMeta .views-field-field-land .field-content {
  background-color: #F5F7EC;
  color: #4B6369;
  border-radius: 5px;
  padding: 3px 7px;
  display: inline-block;
}
.articleMeta .views-field-field-themen ul {
  padding-left: 0rem;
}
.articleMeta .views-field-field-themen li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  background-color: #4B6369;
  color: #F5F7EC;
  border-radius: 5px;
  padding: 3px 7px;
}
.articleMeta .views-field-field-channel .field-content {
  background-color: #F5F7EC;
  color: #4B6369;
  border-radius: 5px;
  padding: 3px 7px;
  display: inline-block;
}
.articleMeta .views-field-created .field-content {
  background-color: #F5F7EC;
  color: #4B6369;
  border-radius: 5px;
  padding: 3px 7px;
  display: inline-block;
}
/* PATTERNS */
/* Card */
.card.feature {
  background-color: transparent;
  border: none;
}
.card-header {
  background-color: #eee;
}
.card.feature .media {
  margin-bottom: 20px;
}
.card.feature .media img {
  min-height: 70px;
}
/* Carousel */
.carousel .media--bundle--image {
  background-color: transparent;
  border-radius: 20px;
  padding: 0px;
}
.carousel .media--bundle--image img {
  border-radius: 20px;
}
/* Buttons */
a.ctaRed {
  border-radius: 20px;
  background-color: #8D4353;
  color: #F5F7EC;
  padding: 8px 12px 8px 12px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #8D4353;
}
a.ctaRed:hover {
  background-color: #F5F7EC;
  color: #8D4353;
}
.btn-red {
  border-radius: 20px;
  background-color: #8D4353;
  color: #F5F7EC;
  line-height: 1.5;
  padding: 5px 12px 5px 15px;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #8D4353;
}
.btn-red:hover {
  background-color: #F5F7EC;
  color: #8D4353;
  border: 1px solid #8D4353;
}
.redfull {
  border-radius: 20px;
  background-color: #8D4353;
  color: #F5F7EC;
  line-height: 1.5;
  padding: 5px 12px 5px 15px;
  font-size: 1.3rem;
  text-decoration: none;
  border: 1px solid #8D4353;
  width: 100%;
  text-align: center;
}
.redfull:hover {
  background-color: #F5F7EC;
  color: #8D4353;
  border: 1px solid #8D4353;
}
.redfull a, .btn-red a {
  width: 100%;
  display: block;
  height: 100%;
  color: #F5F7EC;
  text-decoration: none;
}
.redfull:hover a, .btn-red:hover a {
  color: #8D4353;
}
.memberlogos {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  align-items: center;
  justify-content: center;
}
.memberlogos .grid-item {
  text-align: center;
  padding: 15%;
}