@charset "UTF-8";
/*
Theme Name: Kårservice
Description: Funktioner och mallar för Kårservice och kårhusen. Varje kårhus har sitt eget barntema med färganpassningar.
Author: UCS Mindbite
Author URI: https://ucsmindbite.se
Version: 1.0
 */
/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
/*
VARIABLER

Variabler som återkommer. Framförallt responsiva storlekar.

 */
* {
  box-sizing: border-box;
  border: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

body {
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container,
.page-header .breadcrumbs .trail-items {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1440px + 5rem);
  padding: 0 1.875rem;
}
@media all and (min-width: 768px) {
  .container,
  .page-header .breadcrumbs .trail-items {
    padding: 0 2.5rem;
  }
}

.container--fluid,
.page-header .breadcrumbs .trail-items {
  max-width: 100%;
}

.layout {
  padding: 3rem 0;
}
@media all and (min-width: 1366px) {
  .layout {
    padding: 4.5rem 0;
  }
}
@media all and (min-width: 1366px) {
  .layout {
    padding: 6.25rem 0;
  }
}

.layout.layout-html {
  padding: 0 !important;
}

.theme-white {
  background: #fff;
}

.theme-lightgray,
.theme-gray {
  background: #ededed;
}

.layout.theme-white + .layout.theme-white,
.layout.theme-lightgray + .layout.theme-lightgray,
.layout.theme-gray + .layout.theme-gray {
  padding-top: 0;
}

.card {
  background: #fff;
  color: #231F20;
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .card {
    border-radius: 25px;
  }
}

body {
  font-family: "Raleway", sans-serif;
  color: #231F20;
}

.inverted {
  color: #fff;
}

.heading--hero {
  font-weight: 900;
  font-size: 2.81rem;
  line-height: 1.22;
}
@media all and (min-width: 1024px) {
  .heading--hero {
    font-size: 3.93rem;
    line-height: 1.19;
  }
}
@media all and (min-width: 1560px) {
  .heading--hero {
    font-size: 6.25rem;
    line-height: 1.1;
  }
}

.subheading--hero {
  font-weight: 600;
}

.page-title {
  margin: 0 0 1rem 0;
}
@media all and (min-width: 768px) {
  .page-title {
    margin: 0 0 1.5rem 0;
  }
}
@media all and (min-width: 1366px) {
  .page-title {
    margin: 0 0 2.25rem 0;
  }
}

.heading--primary,
.page-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.1;
}
@media all and (min-width: 1024px) {
  .heading--primary,
  .page-title {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .heading--primary,
  .page-title {
    font-size: 3.93rem;
    line-height: 1.19;
  }
}

.heading--secondary {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media all and (min-width: 1024px) {
  .heading--secondary {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 1366px) {
  .heading--secondary {
    font-size: 2.5rem;
  }
}

.heading--tertiary {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.24px;
}
@media all and (min-width: 1024px) {
  .heading--tertiary {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 1366px) {
  .heading--tertiary {
    font-size: 1.875rem;
    line-height: 1.27;
    letter-spacing: -0.3px;
  }
}

.heading--quaternary {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media all and (min-width: 1024px) {
  .heading--quaternary {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1366px) {
  .heading--quaternary {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
  }
}

a {
  cursor: pointer;
}

p,
.entry-content {
  font-size: 1rem;
  line-height: 1.5;
}
@media all and (min-width: 1024px) {
  p,
  .entry-content {
    font-size: 1.125rem;
  }
}

.preamble--page {
  margin-bottom: 1.5rem;
}

.preamble--page,
.preamble--page p {
  font-weight: 600;
  font-size: 1.125rem;
}
@media all and (min-width: 1024px) {
  .preamble--page,
  .preamble--page p {
    font-size: 1.25rem;
  }
}

.entry-content :last-child {
  margin-bottom: 0;
}
.entry-content p {
  margin-bottom: 1.5rem;
}
.entry-content h2 {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
}
@media all and (min-width: 1024px) {
  .entry-content h2 {
    font-size: 1.875rem;
  }
}
.entry-content h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
@media all and (min-width: 1024px) {
  .entry-content h3 {
    font-size: 1.375rem;
  }
}
.entry-content ol,
.entry-content ul {
  padding-left: 1em;
  margin-bottom: 1.5rem;
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 0.375rem;
}
.entry-content ol li:last-child,
.entry-content ul li:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 1366px) {
  .entry-content p + h2,
  .entry-content p + h3 {
    margin-top: 2.5rem;
  }
}
.entry-content a {
  color: inherit;
  text-decoration: underline;
}
.entry-content + .button-list {
  margin-top: 1.5rem;
}

.button {
  border-radius: 50px;
  padding: 0.875rem 1.5rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  background: #eee;
  transition: all 0.3s ease;
}
@media all and (min-width: 568px) {
  .button {
    text-align: left;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .button {
    font-size: 1.125rem;
    padding: 0.75rem 1.5rem;
  }
}

.button::after {
  margin-left: 1em;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 0.875em;
}
.button--down::after {
  content: "\f063";
}

.button__icon {
  margin: 0 0.5em 0 0;
}

.section-header {
  max-width: 950px;
}

.section-header__heading {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .section-header__heading {
    margin-bottom: 1.5rem;
  }
}

.section-header__intro-text,
.body-text__heading {
  margin-bottom: 2rem;
}
@media all and (min-width: 1366px) {
  .section-header__intro-text,
  .body-text__heading {
    margin-bottom: 3.5rem;
  }
}

.heading--line::before {
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  content: "";
  margin-bottom: 1rem;
  border-radius: 3px;
}

.preamble {
  font-weight: 700;
}
@media all and (min-width: 1024px) {
  .preamble {
    font-size: 1.875rem;
  }
}
.preamble p {
  font-size: inherit;
}

.social-media-button {
  border: 1px solid #231F20;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  display: block;
  color: #231F20;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.social-media-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (min-width: 1024px) {
  .layout__header {
    width: 50%;
    max-width: 700px;
  }
}

.layout__title {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .layout__title {
    margin-bottom: 1.5rem;
  }
}

.layout__description {
  margin-bottom: 2rem;
}
@media all and (min-width: 1366px) {
  .layout__description {
    margin-bottom: 5.5rem;
  }
}

.navbar {
  border-top: 5px solid #666;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.0705882353);
  width: 100%;
  height: calc(3.75rem + 5px);
  position: relative;
  z-index: 3;
}
@media all and (min-width: 1024px) {
  .navbar {
    height: calc(6.25rem + 5px);
  }
}

.navbar__container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (min-width: 1024px) {
  .navbar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.navbar__branding {
  display: flex;
  align-items: center;
  position: relative;
}
.navbar__branding img {
  width: 100%;
  height: auto;
}

.navbar__menu-wrapper {
  border-top: 5px solid #666;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 84%;
  max-width: 360px;
  background: #fff;
  padding: 1.875rem;
  transition: all 0.6s ease;
  overflow-y: scroll;
}
@media all and (min-width: 1024px) {
  .navbar__menu-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    max-width: none;
    padding: 0;
    margin-left: auto;
    background: none;
    overflow: initial;
  }
}

.navbar__menu-wrapper--open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navbar__menu-wrapper--mobile {
  z-index: 4;
}
@media all and (min-width: 1024px) {
  .navbar__menu-wrapper--mobile {
    display: none !important;
  }
}

body.menu-open {
  overflow: hidden;
}

.navbar__blocker {
  position: fixed;
  content: "";
  display: block;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  max-width: 100vw;
}
@media all and (min-width: 1024px) {
  .navbar__blocker {
    display: none;
  }
}

.menu-open .navbar__blocker {
  opacity: 0.69;
  pointer-events: all;
}

@media all and (max-width: 1023.9px) {
  .navbar__menu-wrapper--desktop {
    display: none !important;
  }
}

.navbar__menu {
  list-style: none;
}
@media all and (min-width: 1024px) {
  .navbar__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-hamburger.navbar__toggle {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem;
  z-index: 999;
}
@media all and (min-width: 1024px) {
  .c-hamburger.navbar__toggle {
    display: none;
  }
}

.menu-open .c-hamburger.navbar__toggle,
.is-sticky + .c-hamburger.navbar__toggle {
  position: fixed;
}

@media all and (max-width: 781px) {
  .admin-bar .c-hamburger.navbar__toggle {
    top: calc(1.5rem + 46px);
  }
}

@media all and (max-width: 781px) {
  .admin-bar .is-sticky + .c-hamburger.navbar__toggle {
    top: 1.5rem !important;
  }
}

.navbar__translate-link {
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}
@media all and (min-width: 1024px) {
  .navbar__translate-link {
    margin: auto 0 auto 1.5rem;
    padding-right: 1.25em;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1200px) {
  .navbar__translate-link {
    font-size: 1rem;
  }
}
@media all and (min-width: 1560px) {
  .navbar__translate-link {
    font-size: 1.25rem;
  }
}
.navbar__translate-link a {
  color: inherit;
  text-decoration: none;
}
.navbar__translate-link::after {
  margin-left: 2rem;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #333;
}
@media all and (min-width: 1024px) {
  .navbar__translate-link::after {
    font-size: 0.875rem;
  }
}

.navbar__menu .menu-item {
  padding: 0.375rem 0;
  position: relative;
}
@media all and (min-width: 1024px) {
  .navbar__menu .menu-item:first-of-type {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) {
  .navbar__menu .menu-item {
    margin: 0 0.375rem;
  }
}
@media all and (min-width: 1200px) {
  .navbar__menu .menu-item {
    margin: 0 0.75rem;
  }
}
@media all and (min-width: 1560px) {
  .navbar__menu .menu-item {
    margin: 0 1rem;
  }
}

.navbar__menu .menu-item a {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  transition: color 0.25s ease;
}
@media all and (min-width: 1024px) {
  .navbar__menu .menu-item a {
    font-size: 0.875rem;
    border-top: 3px solid transparent;
  }
}
@media all and (min-width: 1200px) {
  .navbar__menu .menu-item a {
    font-size: 1rem;
  }
}
@media all and (min-width: 1560px) {
  .navbar__menu .menu-item a {
    font-size: 1.25rem;
  }
}
.navbar__menu .menu-item a::after {
  height: 3px;
  width: 0;
  background: #fff;
  content: "";
  display: block;
  transition: width 0.5s ease;
}

@media all and (pointer: fine) and (min-width: 1024px) {
  .navbar__menu > .menu-item:hover > a::after {
    width: 100%;
  }
}

.navbar__menu .current-menu-item a::after {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .navbar__menu .current-menu-item.menu-item-has-children a::after {
    width: calc(100% + 1rem);
  }
}

@media all and (pointer: fine) and (min-width: 1024px) {
  .navbar__menu > .menu-item-has-children:hover > a::after {
    width: calc(100% + 1rem);
  }
}

.navbar__submenu-toggle {
  position: absolute;
  height: 2.5rem;
  margin: -0.375rem 0 0 0;
  padding: 0 1.875rem;
  right: 0;
  font-size: 0;
  cursor: pointer;
  text-align: center;
  background: transparent;
}
@media all and (min-width: 1024px) {
  .navbar__submenu-toggle {
    display: none;
  }
}
.navbar__submenu-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  content: "\f107";
  font-size: 1rem;
  line-height: 2.5rem;
}

.navbar__submenu-toggle--open::after {
  content: "\f106";
}

.navbar__menu .menu-item-has-children > a {
  position: relative;
  padding-right: 0.75rem;
}
@media all and (min-width: 1200px) {
  .navbar__menu .menu-item-has-children > a {
    padding-right: 0.875rem;
  }
}
@media all and (min-width: 1366px) {
  .navbar__menu .menu-item-has-children > a {
    padding-right: 1rem;
  }
}
.navbar__menu .menu-item-has-children > a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  order: 2;
  font-size: 1em;
  position: absolute;
  right: 0;
  margin-top: 1px;
}
@media all and (min-width: 1024px) {
  .navbar__menu .menu-item-has-children > a::before {
    content: "\f107";
  }
}

@media all and (min-width: 1024px) {
  .navbar__menu .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    white-space: nowrap;
  }
}

.navbar__menu .sub-menu {
  list-style: none;
  display: none;
  width: calc(100% + 1.875rem + 1.875rem);
  margin-left: -1.875rem;
}
@media all and (min-width: 1024px) {
  .navbar__menu .sub-menu {
    margin: 0 0 0 -1rem;
    width: auto;
    padding-top: 37px;
    min-width: 150px;
  }
}
@media all and (min-width: 1200px) {
  .navbar__menu .sub-menu {
    padding-top: 36px;
  }
}
@media all and (min-width: 1560px) {
  .navbar__menu .sub-menu {
    min-width: 200px;
    padding-top: 32px;
  }
}

.navbar__menu .sub-menu .menu-item {
  padding: 0;
}
@media all and (min-width: 1024px) {
  .navbar__menu .sub-menu .menu-item {
    white-space: nowrap;
    width: 100%;
    margin: 0;
  }
}

.navbar__menu .sub-menu .menu-item a {
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 1.875rem;
  background: #aaa;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: all 0.3s ease;
}
.navbar__menu .sub-menu .menu-item a::before, .navbar__menu .sub-menu .menu-item a::after {
  content: none;
}
@media all and (min-width: 1024px) {
  .navbar__menu .sub-menu .menu-item a {
    font-size: 0.875rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
@media all and (min-width: 1560px) {
  .navbar__menu .sub-menu .menu-item a {
    font-size: 1.125rem;
    padding: 0.375rem 2rem 0.375rem 1rem;
  }
}
.navbar__menu .sub-menu .menu-item a:hover {
  color: #fff;
}

.is-sticky {
  top: 0;
  position: fixed;
  z-index: 3;
  width: 100%;
}

#searchform {
  position: relative;
}
#searchform input[type=text] {
  width: 100%;
  border-radius: 50px;
  padding: 0.875rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  background: #eee;
  transition: all 0.3s ease;
  text-align: left;
}
#searchform input[type=text]:focus {
  border: 0;
}
#searchform::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f002";
  pointer-events: none;
  position: absolute;
  right: 0.875rem;
  top: 0.625rem;
}

.navbar__menu--mobile {
  margin-bottom: 1.5rem;
}

#searchsubmit {
  display: none;
}

.navbar__menu-wrapper--mobile #searchform {
  position: relative;
}

.navbar__menu-wrapper--desktop {
  padding-right: 4rem;
}
@media all and (min-width: 1366px) {
  .navbar__menu-wrapper--desktop {
    padding-right: 5rem;
  }
}
.navbar__menu-wrapper--desktop #searchform {
  position: absolute;
  right: 0;
}
.navbar__menu-wrapper--desktop #searchform input[type=text] {
  padding: 0.875rem 0;
  width: 2.75rem;
  height: 2.75rem;
  color: transparent;
  transition: all 0.5s ease;
}
.navbar__menu-wrapper--desktop #searchform input[type=text]:focus {
  width: 20rem;
  color: #231F20;
  padding: 0.875rem 1.5rem;
}

.skiptranslate iframe {
  display: none !important;
}

.translate-to-sv {
  display: none;
}

.translated-ltr .translate-to-en,
html[lang=en] .translate-to-en {
  display: none;
}

.translated-ltr .translate-to-sv,
html[lang=en] .translate-to-sv {
  display: block;
}

.translation-widget {
  position: fixed;
  bottom: 10px;
  left: 10px;
  white-space: nowrap;
  display: flex;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.translation-widget a {
  text-decoration: none;
  color: inherit;
}
.translation-widget::after {
  top: 2px;
  position: relative;
}

.hero {
  height: 100vw;
  max-height: 480px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}
@media all and (min-width: 1366px) {
  .hero {
    max-height: 30rem;
    padding: 4rem 0;
  }
}
@media all and (min-width: 1560px) {
  .hero {
    max-height: 40rem;
  }
}
.hero::before {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.3019607843) 0%, rgba(84, 84, 84, 0.6) 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.hero::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0.7;
  background-repeat: no-repeat;
}

.hero__container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1;
}
@media all and (min-width: 1560px) {
  .hero__container {
    align-items: center;
  }
}

.hero__heading {
  margin-bottom: 1rem;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 1024px) {
  .hero__heading {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1366px) {
  .hero__heading {
    width: 80%;
    max-width: 59rem;
  }
}
@media all and (min-width: 1560px) {
  .hero__heading {
    margin: 1rem 0 3rem 0;
  }
}

.hero__subheading {
  font-size: 1.125rem;
  font-weight: 600;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3019607843);
}
@media all and (min-width: 1024px) {
  .hero__subheading {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 1366px) {
  .hero__subheading {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.page-header {
  background-color: #818181;
}

.page-header--bkg {
  background-size: cover;
  overflow: hidden;
  background-image: var(--bkg-img);
  background-position: center center;
  height: 30vw;
  min-height: 10rem;
  max-height: 25rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .page-header--bkg {
    height: 20vw;
  }
}
.page-header--bkg::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.page-header--bkg::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0.7;
  background-repeat: no-repeat;
}
.page-header--bkg .breadcrumbs {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-header .breadcrumbs {
  padding: 1rem 0;
  font-size: 0.875rem;
}
@media all and (min-width: 1024px) {
  .page-header .breadcrumbs {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}
.page-header .breadcrumbs .trail-items li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
.page-header .breadcrumbs .trail-browse {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.page-header .breadcrumbs .trail-items li,
.page-header .breadcrumbs .trail-items a {
  color: #fff;
}
.page-header .breadcrumbs .trail-items li > span {
  font-weight: 700;
}

.page-intro__content {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1366px) {
  .page-intro__content {
    margin-bottom: 2rem;
  }
}
.page-intro__content:last-child {
  margin: 0;
}

.button-list {
  list-style: none;
  margin-left: -0.375rem;
}
@media all and (min-width: 568px) {
  .button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

.button-list__item {
  margin: 0 0 0.5rem 0.375rem;
}
@media all and (max-width: 567.9px) {
  .button-list__item .button {
    width: 100%;
  }
}

.site-footer {
  position: relative;
  color: #fff;
  padding: 2.5rem 0;
}
@media all and (min-width: 768px) {
  .site-footer {
    padding: 3.75rem 0;
  }
}
@media all and (min-width: 1366px) {
  .site-footer {
    padding: 5.75rem 0;
  }
}
.site-footer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.3019607843) 0%, #000000 56%, #000000 100%) 0% 0% no-repeat padding-box;
}

.site-footer__container {
  position: relative;
}
@media all and (min-width: 1024px) {
  .site-footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

.site-footer #sbi_mod_error {
  display: none !important;
}

/* Instagram */
.site-footer__instagram-container {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.site-footer__instagram-title {
  text-align: center;
  font-size: 1.375rem;
}
@media all and (min-width: 1024px) {
  .site-footer__instagram-title {
    font-size: 1.875rem;
    line-height: 1.3;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__instagram-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.site-footer__instagram-title-text {
  display: block;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .site-footer__instagram-title-text {
    margin: auto 2.5rem auto 0;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__instagram-title-text {
    margin-right: 3.25rem;
  }
}

.site-footer__instagram-button {
  font-size: 1rem;
  background: #fff;
  color: #231F20;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 1024px) {
  .site-footer__instagram-button {
    margin: auto 0;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__instagram-button {
    font-size: 1.125rem;
  }
}
.site-footer__instagram-button:hover {
  background: #ededed;
}

.site-footer__instagram-button-icon,
.button__icon.fa-instagram {
  font-size: 1.3em;
  position: relative;
  top: 0.1em;
}

/* Instagram feed */
@media all and (min-width: 1366px) {
  .site-footer__instagram-feed {
    margin-bottom: 1.5rem;
  }
}

.site-footer #sb_instagram #sbi_images {
  margin-left: -20px;
  width: calc(100% + 40px);
}
@media all and (min-width: 1024px) {
  .site-footer #sb_instagram #sbi_images {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
@media all and (min-width: 1366px) {
  .site-footer #sb_instagram #sbi_images {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
}

@media all and (min-width: 1024px) {
  .site-footer #sb_instagram #sbi_images .sbi_item {
    padding: 20px !important;
  }
}
@media all and (min-width: 1366px) {
  .site-footer #sb_instagram #sbi_images .sbi_item {
    padding: 30px !important;
  }
}
.site-footer .sbi_photo {
  border-radius: 1.25rem;
}

/* Kontakt */
.site-footer__contact-info {
  margin: 0 auto 2.5rem auto;
  text-align: center;
  line-height: 1.5;
  max-width: 600px;
}
@media all and (min-width: 1024px) {
  .site-footer__contact-info {
    margin: 0;
    text-align: left;
    -webkit-box-flex: 0 0 360px;
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    padding-right: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__contact-info {
    -webkit-box-flex: 0 0 calc(360px + 3rem);
    -webkit-flex: 0 0 calc(360px + 3rem);
    -ms-flex: 0 0 calc(360px + 3rem);
    flex: 0 0 calc(360px + 3rem);
  }
}
@media all and (min-width: 568px) {
  .site-footer__contact-info strong:first-child:last-child,
  .site-footer__contact-info h2,
  .site-footer__contact-info h3 {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .site-footer__contact-info strong:first-child:last-child,
  .site-footer__contact-info h2,
  .site-footer__contact-info h3 {
    font-size: 1.125rem;
  }
}
.site-footer__contact-info p {
  font-size: 0.875rem;
  margin-bottom: 1em;
}
@media all and (min-width: 1024px) {
  .site-footer__contact-info p {
    font-size: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__contact-info p {
    font-size: 1.125rem;
  }
}
.site-footer__contact-info .entry-content p + h3 {
  margin-top: 0;
}

/* Loggor */
.site-footer__logos-item--eu {
  margin-top: 1.5rem;
  padding: 10px 20px 15px 0;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-item--eu {
    margin-top: auto;
    flex: 0 0 auto;
  }
}

.site-footer__logos-title {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (min-width: 568px) {
  .site-footer__logos-title {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .site-footer__logos-title {
    text-align: left;
    font-size: 1.125rem;
  }
}

.site-footer__logos-wrapper {
  margin: 0 auto;
  width: 80%;
}
@media all and (min-width: 768px) {
  .site-footer__logos-wrapper {
    max-width: 600px;
  }
}
@media all and (min-width: 1024px) {
  .site-footer__logos-wrapper {
    margin: 0 0 0 auto;
    -webkit-box-flex: 0 0 calc(100% - 360px);
    -webkit-flex: 0 0 calc(100% - 360px);
    -ms-flex: 0 0 calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
  }
}
@media all and (min-width: 1366px) {
  .site-footer__logos-wrapper {
    -webkit-box-flex: 0 0 calc(100% - 360px - 3rem);
    -webkit-flex: 0 0 calc(100% - 360px - 3rem);
    -ms-flex: 0 0 calc(100% - 360px - 3rem);
    flex: 0 0 calc(100% - 360px - 3rem);
    max-width: 900px;
  }
}

.site-footer__logos-group {
  margin: 0 0 2.5rem 0;
}

.site-footer__logos-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-list {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

.site-footer__logos-item {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  text-align: center;
  padding: 10px;
}
@media all and (min-width: 568px) {
  .site-footer__logos-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media all and (min-width: 1024px) {
  .site-footer__logos-item {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 20px 10px 0;
    text-align: left;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__logos-item {
    padding-right: 30px;
  }
}
.site-footer__logos-item a {
  display: inline-block;
}

.site-footer__logos-group--owners {
  max-width: 670px;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-group--owners {
    margin-bottom: 0;
  }
}

.site-footer__logos-list--owners {
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-list--owners {
    justify-content: flex-start;
  }
}

@media all and (min-width: 1024px) {
  .site-footer__logos-item--owners {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    padding-right: 45px;
  }
}
.site-footer__logos-item--owners > a {
  display: inline-block;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-item--owners > a {
    display: block;
  }
}
.site-footer__logos-item--owners > a img {
  width: auto;
  height: 100%;
}

.site-footer__logos-item--karservice {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-item--karservice {
    -webkit-box-flex: 0 1 240px;
    -webkit-flex: 0 1 240px;
    -ms-flex: 0 1 240px;
    flex: 0 1 240px;
  }
}
.site-footer__logos-item--karservice > a {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media all and (min-width: 1024px) {
  .site-footer__logos-item--karservice > a {
    max-width: 240px;
  }
}

.site-footer__logos-item--consensus > a {
  height: 25px;
}

.site-footer__logos-item--lintek > a {
  height: 25px;
}

.site-footer__logos-item--stuff {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer__logos-item--stuff > a {
  height: 40px;
  margin: 0;
}

.copyright-footer {
  background: #231F20;
  padding: 1.5rem 0;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 568px) {
  .copyright-footer {
    text-align: left;
  }
}
@media all and (min-width: 1366px) {
  .copyright-footer {
    padding: 2.5rem 0;
  }
}

@media all and (min-width: 568px) {
  .copyright-footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.copyright-footer-text:first-child {
  margin-bottom: 0.5rem;
}
@media all and (min-width: 568px) {
  .copyright-footer-text:first-child {
    margin-bottom: 0;
  }
}

.copyright-footer-text a {
  color: inherit;
}

/* Header */
@media all and (min-width: 1024px) {
  .event__list-header {
    width: 50%;
    max-width: 700px;
  }
}

.event__list-title {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .event__list-title {
    margin-bottom: 1.5rem;
  }
}

.event__list-description {
  margin-bottom: 2rem;
}
@media all and (min-width: 1366px) {
  .event__list-description {
    margin-bottom: 3.5rem;
  }
}

/* Filter */
@media all and (min-width: 1024px) {
  .event__filtering-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1366px) {
  .event__filtering-wrapper {
    margin-bottom: 3.5rem;
  }
}

.event__filtering-group {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.875rem 1.875rem;
  margin: 0 -1.875rem 0.5rem -1.875rem;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .event__filtering-group {
    margin: 0 -2.5rem 0.5rem -2.5rem;
    padding: 0.875rem 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .event__filtering-group {
    margin: 0 0 0.75rem 0;
    padding: 0 1rem;
  }
}

@media all and (min-width: 1024px) {
  .event__filtering-group--cities {
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media all and (min-width: 1200px) {
  .event__filtering-group--cities {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 1366px) {
  .event__filtering-group--cities {
    padding-right: 2.5rem;
  }
}

@media all and (min-width: 1024px) {
  .event__filtering-group--location {
    margin-left: 0.75rem;
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media all and (min-width: 1024px) {
  .event__filtering-group--categories {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.event__filtering-group--categories .event__filters {
  flex-wrap: wrap;
}

.event__filter-toggle {
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
@media all and (min-width: 1024px) {
  .event__filter-toggle {
    display: none;
  }
}
.event__filter-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.event__filter-toggle--open::after {
  content: "\f106";
}

.event__filter-toggle::before {
  width: 1rem;
  height: 1rem;
  content: "";
  opacity: 1;
  vertical-align: top;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  border-radius: 5px;
  margin-right: 0.5em;
  top: 0.2rem;
}

.event__filters-wrapper {
  display: none;
}
@media all and (min-width: 1024px) {
  .event__filters-wrapper {
    display: block !important;
  }
}

.event__filters {
  padding-top: 1rem;
  list-style: none;
  max-width: 100%;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media all and (min-width: 412px) {
  .event__filters {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
}
@media all and (min-width: 768px) {
  .event__filters {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}
@media all and (min-width: 1024px) {
  .event__filters {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
  }
}
@media all and (min-width: 1024px) {
  .event__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.event__filter-item {
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 0.875rem;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 1024px) {
  .event__filter-item {
    padding-bottom: 0.75rem;
    margin: 0 0.625rem 0 0;
    width: auto;
  }
}
@media all and (min-width: 1200px) {
  .event__filter-item {
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .event__filter-item {
    margin-right: 0.875rem;
  }
}
@media all and (min-width: 1560px) {
  .event__filter-item {
    margin-right: 1.25rem;
  }
}
.event__filter-item:last-child {
  margin-right: 0;
}

.event__filter-checkbox {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.event__filter-label {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.625rem;
  vertical-align: top;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .event__filter-label {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1200px) {
  .event__filter-label {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .event__filter-label {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1560px) {
  .event__filter-label {
    font-size: 1rem;
  }
}

.event__filter-label::before {
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  opacity: 1;
  vertical-align: top;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  border-radius: 5px;
  margin-right: 0.5em;
  top: 0.05rem;
}
@media all and (min-width: 1560px) {
  .event__filter-label::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    top: 0.125rem;
  }
}

.event__filter-checkbox:checked + .event__filter-label::before {
  background: #000;
}

/* Listning */
.event__list {
  list-style: none;
  margin-top: 1.5rem;
  /*
  @media all and (min-width: $xxl-min) {
    margin-left: -3.5rem;
    width: calc(100% + 3.5rem);
  } */
}
@media all and (min-width: 768px) {
  .event__list {
    margin-left: -1rem;
    width: calc(100% + 1rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1366px) {
  .event__list {
    margin-left: -1.75rem;
  }
}

.event__list-item {
  margin-bottom: 1rem;
  width: 100%;
  /*
  @media all and (min-width: $xxl-min) {
    padding-left: 3.5rem;
    margin-bottom: 3.5rem;
  } */
}
@media all and (min-width: 768px) {
  .event__list-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 1rem;
    max-width: 50%;
    width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .event__list-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    width: 33.3%;
  }
}
@media all and (min-width: 1366px) {
  .event__list-item {
    padding-left: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

.hidden {
  display: none;
}

/* Event-kort */
.event-card {
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1607843137);
}

.event-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #231F20;
  text-decoration: none;
  width: 100%;
  min-height: 110px;
  height: 100%;
}
.event-card__date {
  text-align: center;
  -webkit-box-flex: 0 0 5.625rem;
  -webkit-flex: 0 0 5.625rem;
  -ms-flex: 0 0 5.625rem;
  flex: 0 0 5.625rem;
  padding: 0.5rem 0;
}
@media all and (min-width: 1366px) {
  .event-card__date {
    padding: 1rem 0;
    -webkit-box-flex: 0 0 6.5rem;
    -webkit-flex: 0 0 6.5rem;
    -ms-flex: 0 0 6.5rem;
    flex: 0 0 6.5rem;
  }
}

.event-card__date-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.event-card__date-day {
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .event-card__date-day {
    padding-top: 0.125rem;
  }
}
@media all and (min-width: 1366px) {
  .event-card__date-day {
    font-size: 2.25rem;
  }
}

.event-card__date-month {
  text-transform: uppercase;
  font-size: 0.675rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.85;
}
@media all and (min-width: 1366px) {
  .event-card__date-month {
    font-size: 0.875rem;
    margin: 0 0 0.375rem 0;
  }
}

.event-card__date-year {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.25);
  font-size: 0.875rem;
}

.event-card__info {
  background: #fff;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.75rem 1rem;
}
@media all and (min-width: 568px) {
  .event-card__info {
    padding: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .event-card__info {
    padding: 1.125rem 1.125rem 1rem 1.5rem;
  }
}
.event-card__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 1024px) {
  .event-card__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    /*  font-size: 1.5rem;
      line-height: 1.25;
      margin-bottom: 1.25rem; */
  }
}

.event-card__info-item {
  font-size: 0.75rem;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.25rem;
}
@media all and (min-width: 1024px) {
  .event-card__info-item {
    font-size: 0.875rem;
    /* font-size: 1.125rem;
     padding-left: 2rem;
     margin-bottom: .375rem; */
  }
}
@media all and (min-width: 1366px) {
  .event-card__info-item {
    font-size: 1rem;
  }
}
.event-card__info-item::before {
  position: absolute;
  left: 0;
}

.event-card__time::before,
.single-event__time::before {
  content: "\f017";
  font-size: 1.1em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}

.single-event__time {
  align-items: flex-start;
}

.event-card__location::before,
.single-event__location::before {
  font-size: 1.1em;
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  left: 0.125em;
  top: -0.1em;
}

.event-card__department::before,
.single-event__department::before {
  content: "\f007";
  font-size: 1em;
  left: 0.125em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}

.event-card__department {
  margin-bottom: 0;
}

.event__button-container {
  margin-top: 2rem;
  text-align: center;
}

.event__button {
  cursor: pointer;
}
@media all and (max-width: 567.9px) {
  .event__button {
    width: 100%;
  }
}

.event__result {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 1366px) {
  .event__result {
    font-size: 1.5rem;
  }
}
.event__result span {
  font-weight: 700;
}

/* Single */
.single-event__heading {
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .single-event__heading {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1366px) {
  .single-event__heading {
    margin-bottom: 2rem;
  }
}

.single-event__meta {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-right: 0;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 567.9px), (min-width: 768px) and (max-width: 1023.9px) {
  .single-event__meta {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1366px) {
  .single-event__meta {
    margin-bottom: 4.5rem;
    font-size: 1.125rem;
  }
}

.single-event__meta-item {
  position: relative;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-right: 1.5rem;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media all and (min-width: 768px) {
  .single-event__meta-item {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media all and (min-width: 1366px) {
  .single-event__meta-item {
    margin-right: 2.5rem;
  }
}
.single-event__meta-item:last-child {
  margin-right: 0;
}
.single-event__meta-item::before {
  top: 0;
  position: relative;
  margin-right: 0.5em;
}

.single-event__location::before {
  margin-right: 0.75em;
}

.single-event__date {
  position: relative;
}

@media all and (min-width: 1024px) {
  .job-list__header {
    width: 50%;
    max-width: 700px;
  }
}

.job-list__title {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .job-list__title {
    margin-bottom: 1.5rem;
  }
}

.job-list__description {
  margin-bottom: 2rem;
}
@media all and (min-width: 1366px) {
  .job-list__description {
    margin-bottom: 3.5rem;
  }
}

/* Jobblista */
.job-list {
  list-style: none;
}
@media all and (min-width: 1024px) {
  .job-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
    flex-wrap: wrap;
  }
}

.job-list__item {
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .job-list__item {
    margin-bottom: 2rem;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 2rem;
  }
}

@media all and (min-width: 768px) {
  .job-list--compact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .job-list--compact .job-list__item {
    margin-bottom: 2rem;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 2rem;
  }
}
@media all and (min-width: 1366px) {
  .job-list--compact .job-list__item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.job-card {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.job-card__title {
  background: #231F20;
  color: #fff;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (min-width: 568px) {
  .job-card__title {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1024px) {
  .job-card__title {
    padding: 1rem 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .job-card__title {
    padding: 1.375rem 2rem;
  }
}
@media all and (min-width: 1366px) {
  .job-card__title {
    font-size: 1.5rem;
  }
}

.job-card__details {
  padding: 1.25rem;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .job-card__details {
    width: 100%;
    padding: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .job-card__details {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .job-card__details {
    padding: 1.5rem 2rem;
  }
}

.job-card__description--excerpt {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (min-width: 568px) {
  .job-card__description--excerpt {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .job-card__description--excerpt {
    margin-bottom: 1.875rem;
  }
}
@media all and (min-width: 1366px) {
  .job-card__description--excerpt {
    font-size: 1.125rem;
  }
}
.job-card__description--excerpt p {
  font-size: inherit;
}

.job-card--compact .job-card__title {
  height: 100%;
  padding: 0.875rem 1.25rem;
}
@media all and (min-width: 568px) {
  .job-card--compact .job-card__title {
    font-size: 1rem;
  }
}
.job-card--compact .job-card__description--excerpt {
  display: none;
}
.job-card--compact .job-card__meta {
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .job-card--compact .job-card__apply-deadline {
    font-size: 0.875rem;
  }
}
.job-card--compact .job-card__details {
  padding: 1.25rem;
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .job-card--compact .job-card__details {
    padding: 0.875rem 1.25rem;
  }
}
.job-card--compact .job-card__button {
  font-size: 1rem;
}
@media all and (min-width: 768px) and (max-width: 1023.9px), (min-width: 1366px) {
  .job-card--compact .job-card__button {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .job-card--compact .job-card__date {
    display: inline-block;
  }
}

@media all and (min-width: 568px) {
  .job-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.job-card__apply-deadline {
  padding-left: 1.5em;
  position: relative;
  font-size: 0.75rem;
}
@media all and (min-width: 568px) {
  .job-card__apply-deadline {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .job-card__apply-deadline {
    padding-left: 1.75em;
  }
}
@media all and (min-width: 1366px) {
  .job-card__apply-deadline {
    font-size: 1.125rem;
    padding-left: 2rem;
  }
}

.job-card__button {
  width: 100%;
  margin-top: 0.75rem;
  font-size: 1.125rem;
}
@media all and (min-width: 568px) {
  .job-card__button {
    width: auto;
    margin-top: auto;
  }
}

.job-card__date {
  font-weight: 700;
  margin-left: 0.5em;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .job-card__date {
    display: block;
    margin-left: 0;
  }
}

.job-card__date::before,
.single-job__apply-deadline::before {
  position: absolute;
  content: "\f017";
  top: -0.1em;
  font-size: 1.1em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  left: 0;
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .job-card__date::before,
  .single-job__apply-deadline::before {
    top: -0.05em;
  }
}

.job-card__button {
  cursor: pointer;
}

.single-job__heading {
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .single-job__heading {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1366px) {
  .single-job__heading {
    margin-bottom: 2rem;
  }
}

.single-job__meta {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-right: 0;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
}
@media all and (min-width: 1366px) {
  .single-job__meta {
    padding: 1em 0;
    margin-bottom: 4.5rem;
  }
}

.single-job__apply-deadline {
  padding-left: 2em;
  position: relative;
}

.clubs__header-title {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1366px) {
  .clubs__header-title {
    margin-bottom: 2.5rem;
  }
}

.clubs__header-intro {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .clubs__header-intro {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .clubs__header-intro {
    width: 50%;
    max-width: 700px;
  }
}
.clubs__nav {
  border-bottom: 1px solid #231F20;
}
@media all and (min-width: 768px) {
  .clubs__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.clubs__nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -0.5rem;
}
@media all and (min-width: 768px) {
  .clubs__nav-menu {
    margin: auto 2.5rem auto -0.5rem;
  }
}
@media all and (min-width: 1366px) {
  .clubs__nav-menu {
    margin-left: -0.75rem;
  }
}

.clubs__nav-menu-item {
  margin: 0 0.5rem 0.25rem 0.5rem;
}
@media all and (min-width: 1366px) {
  .clubs__nav-menu-item {
    margin: 0 0.75rem;
  }
}

.clubs__nav-link {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media all and (min-width: 568px) {
  .clubs__nav-link {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1024px) {
  .clubs__nav-link {
    font-size: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .clubs__nav-link {
    font-size: 1.125rem;
  }
}

.clubs__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 0.875rem;
  padding: 1rem 0 1.25rem 0;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media all and (min-width: 768px) {
  .clubs__search {
    margin: 0;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 550px;
    font-size: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .clubs__search {
    font-size: 1.125rem;
    padding: 2rem 0;
  }
}
.clubs__search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  color: #fff;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  font-size: 1.375rem;
}
@media all and (min-width: 1366px) {
  .clubs__search::after {
    right: 1.75rem;
    font-size: 1.875rem;
  }
}

.clubs__search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3.125rem;
  line-height: 3.125rem;
  right: 0;
}
@media all and (min-width: 1366px) {
  .clubs__search-input {
    height: 4rem;
    line-height: 4rem;
  }
}

.clubs__search-box {
  border-radius: 40px;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 1.25rem;
  background: #231F20;
  font-size: inherit;
  color: #fff;
}
@media all and (min-width: 1366px) {
  .clubs__search-box {
    padding: 0 2.5rem;
  }
}

.clubs__search-submit {
  border-radius: 0 40px 40px 0;
  width: 3.5rem;
  color: transparent;
  background: transparent;
  position: absolute;
}

/* Listning */
.clubs__club {
  padding-top: 5rem;
  margin-top: -2.5rem;
}
@media all and (min-width: 1024px) {
  .clubs__club {
    padding-top: 7rem;
  }
}
.clubs__club:first-child {
  padding: 0;
}

.clubs__club-heading {
  margin-bottom: 1rem;
}
@media all and (min-width: 1366px) {
  .clubs__club-heading {
    margin-bottom: 1.5rem;
  }
}

.clubs__departments {
  list-style: none;
}

.clubs__departments-item {
  margin-bottom: 1.5rem;
}

.clubs__departments-item-card {
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 1024px) {
  .clubs__departments-item-card {
    padding: 1.5rem 2rem;
  }
}

.clubs__departments-item-details {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clubs__departments-item-description {
  margin-top: 0.75rem;
}

.clubs__departments-item-logo {
  -webkit-box-flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-left: 1.5rem;
}
@media all and (min-width: 1024px) {
  .clubs__departments-item-logo {
    -webkit-box-flex: 0 0 136px;
    -webkit-flex: 0 0 136px;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
    max-width: 136px;
  }
}

.clubs__social-media-buttons {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
h3 + .clubs__social-media-buttons {
  margin-top: auto;
}

.clubs__social-media-item {
  margin-right: 0.5rem;
}

.clubs__social-media-button {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .clubs__social-media-button {
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    align-items: center;
    padding: 0 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .clubs__social-media-button {
    font-size: 1.125rem;
  }
}
.clubs__social-media-button:hover {
  background: #ededed;
}
.clubs__social-media-button::after {
  margin-left: 1em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 0.875em;
}
@media all and (min-width: 768px) {
  .clubs__social-media-button::after {
    content: "\f061";
  }
}
@media all and (min-width: 768px) {
  .clubs__social-media-button i {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 768px) {
  .clubs__social-media-button .fa-external-link {
    displaY: none;
  }
}

.social-media__name {
  display: none;
}
@media all and (min-width: 768px) {
  .social-media__name {
    display: inline-block;
  }
}

@media all and (max-width: 1023.9px) {
  .front-page-intro {
    overflow: hidden;
  }
}
@media all and (min-width: 1366px) {
  .front-page-intro {
    padding: 5.25rem 0;
  }
}

@media all and (min-width: 768px) {
  .front-page-intro__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 768px) {
  .front-page-intro__container.is-style-contained {
    align-items: center;
  }
}

.front-page-intro__content {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .front-page-intro__content {
    margin-bottom: 0;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .front-page-intro__content {
    padding: 0 3rem;
    max-width: calc(630px + 3rem);
  }
}
@media all and (min-width: 1366px) {
  .front-page-intro__content {
    padding: 0 5rem;
    max-width: calc(630px + 5rem);
  }
}

.front-page-intro__content.has-img-pos-left {
  padding-right: 0;
}

.front-page-intro__content.has-img-pos-right {
  padding-left: 0;
}

@media all and (min-width: 768px) {
  .front-page-intro__content.has-img-pos-left.is-style-contained {
    margin-left: auto;
  }
}

@media all and (min-width: 768px) {
  .front-page-intro__content.has-img-pos-right.is-style-contained {
    margin-right: auto;
  }
}

.front-page-intro__heading {
  margin-bottom: 1.5rem;
}

.front-page-intro__image {
  display: inline-block;
  position: relative;
  width: auto;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .front-page-intro__image {
    align-self: center;
  }
}
.front-page-intro__image::before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("assets/img/blob-shape.svg");
  mask-image: url("assets/img/blob-shape.svg");
  content: "";
  width: 96%;
  height: 96%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  -moz-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
  box-shadow: 0 0 10px #000;
  z-index: 1;
}
.front-page-intro__image::after {
  content: "";
  display: block;
  width: 140%;
  height: 140%;
  background-image: url("assets/img/clip-path-shadow.svg");
  background-size: cover;
  top: 57%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.4;
}
.front-page-intro__image img {
  position: relative;
  z-index: 1;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("assets/img/clip-path-shape.svg");
  mask-image: url("assets/img/clip-path-shape.svg");
}

.front-page-intro__image.has-img-pos-left {
  order: -1;
}
@media all and (min-width: 768px) {
  .front-page-intro__image.has-img-pos-left {
    left: -1.5rem;
  }
}

@media all and (min-width: 768px) {
  .front-page-intro__image.is-style-default {
    align-self: center;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: -15% 0;
  }
}

@media all and (min-width: 768px) {
  .front-page-intro__image.has-img-pos-right {
    right: -1.5rem;
  }
}

@media all and (min-width: 1024px) {
  .front-page-intro__image.has-img-pos-right.is-style-default {
    margin: -10rem 0;
  }
}
@media all and (min-width: 1366px) {
  .front-page-intro__image.has-img-pos-right.is-style-default {
    margin: -15rem 0;
  }
}

@media all and (min-width: 768px) {
  .front-page-intro__image.is-style-contained {
    margin: -1rem auto 0 auto;
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    right: auto;
    left: auto;
  }
}
@media all and (min-width: 1024px) {
  .front-page-intro__image.is-style-contained {
    margin: -2rem auto -1rem auto;
  }
}
@media all and (min-width: 1366px) {
  .front-page-intro__image.is-style-contained {
    margin: -3rem auto -2rem auto;
  }
}

@media all and (min-width: 1560px) {
  .layout-full_width_blurb {
    padding: 4.5rem 0;
  }
}

.theme-white.layout-full_width_blurb + .theme-white.layout-full_width_blurb,
.theme-lightgray.layout-full_width_blurb + .theme-lightgray.layout-full_width_blurb {
  padding-top: 0;
  margin-top: -1rem;
}
@media all and (min-width: 1366px) {
  .theme-white.layout-full_width_blurb + .theme-white.layout-full_width_blurb,
  .theme-lightgray.layout-full_width_blurb + .theme-lightgray.layout-full_width_blurb {
    margin-top: -2rem;
  }
}

.blurb__container {
  padding: 1.875rem;
  border-radius: 25px;
}
@media all and (min-width: 768px) {
  .blurb__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .blurb__image-container {
    max-width: 380px;
    -webkit-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.blurb__image-container img {
  display: block;
  border-radius: 20px;
}

.blurb__image-container--shape {
  border-radius: 0;
  overflow: visible;
}
.blurb__image-container--shape img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("assets/img/clip-path-shape.svg");
  mask-image: url("assets/img/clip-path-shape.svg");
}

.blurb__content {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .blurb__content {
    margin: auto 0;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media all and (min-width: 1024px) {
  .blurb__content {
    max-width: 700px;
    padding: 0 1.875rem;
  }
}

.blurb__button {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 768px) {
  .blurb__button {
    width: auto;
    text-align: left;
  }
}
@media all and (min-width: 1366px) {
  .blurb__button {
    margin-top: 2rem;
  }
}

.blurb__heading {
  margin-bottom: 1rem;
}

@media all and (min-width: 1024px) {
  .blurb--layout-img-left .blurb__content {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .blurb--layout-img-left .blurb__image-container {
    order: -1;
    margin-right: 2rem;
  }
}

@media all and (min-width: 768px) {
  .blurb--layout-img-right .blurb__image-container {
    margin-left: 2rem;
  }
}

@media all and (min-width: 568px) {
  .blurb--layout-img-shape-left.blurb__container,
  .blurb--layout-img-shape-right.blurb__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 768px) {
  .blurb--layout-img-shape-left.blurb__container,
  .blurb--layout-img-shape-right.blurb__container {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.blurb--layout-img-shape-left .blurb__image-container,
.blurb--layout-img-shape-right .blurb__image-container {
  margin: -1rem -3rem -4rem -3rem;
}
@media all and (min-width: 568px) {
  .blurb--layout-img-shape-left .blurb__image-container,
  .blurb--layout-img-shape-right .blurb__image-container {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 768px) {
  .blurb--layout-img-shape-left .blurb__image-container,
  .blurb--layout-img-shape-right .blurb__image-container {
    position: relative;
    max-width: 60%;
    margin: -4rem 0;
  }
}
@media all and (min-width: 1024px) {
  .blurb--layout-img-shape-left .blurb__image-container,
  .blurb--layout-img-shape-right .blurb__image-container {
    margin: -10% 0;
    max-height: 500px;
  }
}
@media all and (min-width: 1366px) {
  .blurb--layout-img-shape-left .blurb__image-container,
  .blurb--layout-img-shape-right .blurb__image-container {
    height: 500px;
    margin-top: -50px;
    width: calc(60% + 60px);
  }
}

@media all and (min-width: 768px) {
  .blurb--layout-img-shape-left .blurb__content {
    margin-right: auto;
  }
}
.blurb--layout-img-shape-left .blurb__image-container {
  order: -1;
}
@media all and (min-width: 568px) {
  .blurb--layout-img-shape-left .blurb__image-container {
    margin: -4rem 2rem -4rem -4rem;
  }
}
@media all and (min-width: 1366px) {
  .blurb--layout-img-shape-left .blurb__image-container {
    margin: -5% 0 -5% -8%;
  }
}
@media all and (min-width: 1560px) {
  .blurb--layout-img-shape-left .blurb__image-container {
    margin: -5% 2rem -5% -10%;
  }
}

@media all and (min-width: 568px) {
  .blurb--layout-img-shape-right .blurb__image-container {
    margin: -4rem -4rem -4rem 2rem;
  }
}
@media all and (min-width: 1366px) {
  .blurb--layout-img-shape-right .blurb__image-container {
    margin: -5% -8% -5% 0;
  }
}
@media all and (min-width: 1560px) {
  .blurb--layout-img-shape-right .blurb__image-container {
    margin: -5% -10% -5% 2rem;
  }
}

@media all and (min-width: 768px) {
  .blurb__container.blurb--layout-no-img {
    padding: 2.5rem 1.875rem;
  }
}
@media all and (min-width: 1366px) {
  .blurb__container.blurb--layout-no-img {
    padding: 4.5rem 1.875rem;
  }
}

.layout-shortcuts {
  overflow: hidden;
}

@media all and (min-width: 1024px) {
  .shortcuts__header {
    width: 50%;
    max-width: 700px;
  }
}

.shortcuts__title {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .shortcuts__title {
    margin-bottom: 1.5rem;
  }
}

.shortcuts__description {
  margin-bottom: 2rem;
}
@media all and (min-width: 1366px) {
  .shortcuts__description {
    margin-bottom: 5.5rem;
  }
}

.shortcuts__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  width: calc(100% + 1.5rem);
}
@media all and (min-width: 1024px) {
  .shortcuts__list {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1200px) {
  .shortcuts__list {
    margin-left: -3.5rem;
    width: calc(100% + 3.5rem);
  }
}

.shortcuts__item {
  padding-left: 1.5rem;
}
@media all and (min-width: 1024px) {
  .shortcuts__item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .shortcuts__item {
    margin-bottom: 3.5rem;
    padding-left: 3.5rem;
  }
}

.shortcuts__item-link {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.shortcuts__item-container {
  width: 300px;
  height: 100%;
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .shortcuts__item-container {
    width: 100%;
    padding: 1.5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .shortcuts__item-container {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .shortcuts__item-container {
    padding: 2.25rem;
  }
}

.shortcuts__item-title {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 1200px) {
  .shortcuts__item-title {
    font-size: 1.5rem;
  }
}

.shortcuts__item-description {
  /*
  display: -webkit-box;
  line-clamp:4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  margin-bottom: 1rem;
  /*
  @media all and (min-width: $xl-min) {
    line-clamp:3;
    -webkit-line-clamp: 3;
    margin-bottom: 1.5rem;
  } */
}
.shortcuts__item-description > p {
  margin-bottom: 1rem;
}
.shortcuts__item-description > p:last-child {
  margin: 0;
}

.shortcuts__item-image {
  margin-top: auto;
}

/* Slick */
.shortcuts__list .slick-list {
  overflow: visible;
}

.contact-list__item {
  margin-bottom: 1rem;
}

@media all and (min-width: 568px) {
  .contact-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .contact-card {
    height: 260px;
  }
}

.contact-card__credentials-wrapper {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 568px) {
  .contact-card__credentials-wrapper {
    font-size: 1rem;
    padding: 2.5rem 2rem;
    height: auto;
  }
}

.contact-card__name {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media all and (min-width: 568px) {
  .contact-card__name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.contact-card__role {
  font-size: inherit;
  margin-bottom: 1.5rem;
}

.contact-card__link {
  display: block;
  color: inherit;
  margin-bottom: 0.125rem;
}

.contact-card__link--email {
  -webkit-hyphens: auto; /* Saf 5.1+ */
  -moz-hyphens: auto; /* Fx 6.0+ */
  -ms-hyphens: auto; /* IE 10+ */
  hyphens: auto; /* None yet */
  word-break: break-all;
}
@media all and (min-width: 568px) {
  .contact-card__link--email {
    margin-top: auto;
  }
}

.contact-card__link--tel {
  text-decoration: none;
}
@media all and (min-width: 568px) {
  .contact-card__link--tel {
    margin-bottom: 0;
  }
}

.contact-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0 1.5rem 1.5rem 1.5rem;
}
@media all and (min-width: 568px) and (max-width: 767.9px), (min-width: 1024px) {
  .contact-card__image {
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 0 0 0 auto;
    border-radius: 0 20px 20px 0;
  }
}
.contact-card__image::after {
  padding-bottom: 50%;
  content: "";
  display: block;
}
@media all and (max-width: 767.9px), (min-width: 1024px) {
  .contact-card__image::after {
    content: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .contact-card__image::after {
    padding-bottom: 100%;
  }
}
.contact-card__image img {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .contact-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px), (min-width: 1024px) {
  .contact-card__image img {
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .contact-card__image img {
    margin-left: auto;
  }
}
@media all and (min-width: 1024px) {
  .contact-card__image img {
    width: 100%;
    margin: 0 -2px 0 auto;
  }
}

.contact-list {
  list-style: none;
}
@media all and (min-width: 768px) {
  .contact-list {
    margin-left: -2.5rem;
    width: calc(100% + 2.5rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .contact-list .contact-list__item {
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.contact-list__item {
  width: 100%;
}

/* Full */
@media all and (min-width: 768px) {
  .contact-list--full .contact-list__item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .contact-card--full {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .contact-card--full {
    max-height: 320px;
  }
}
.contact-card--full .contact-card__credentials-wrapper {
  margin-bottom: 0;
}
@media all and (min-width: 568px) {
  .contact-card--full .contact-card__credentials-wrapper {
    -webkit-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .contact-card--full .contact-card__name {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}

/* Kompakt */
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .contact-list--compact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    width: calc(100% + 1rem);
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .contact-list--compact .contact-list__item {
    padding-left: 1rem;
  }
}
@media all and (min-width: 568px) {
  .contact-list--compact .contact-list__item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .contact-list--compact .contact-list__item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    width: 33.3%;
  }
}
@media all and (min-width: 1366px) {
  .contact-list--compact .contact-list__item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
}

.contact-card--compact .contact-card__credentials-wrapper {
  margin-bottom: 0;
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .contact-card--compact .contact-card__credentials-wrapper {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .contact-card--compact .contact-card__name {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}
.contact-card--compact .contact-card__image {
  display: none;
}

.content-columns__heading {
  margin-bottom: 1rem;
}

@media all and (min-width: 1366px) {
  .content-columns__heading.heading--primary {
    margin-bottom: 2.5rem;
  }
}

.content-columns__section-header :last-child {
  margin-bottom: 0;
}

.content-columns__section-header {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1366px) {
  .content-columns__section-header {
    margin-bottom: 2.5rem;
  }
}

@media all and (min-width: 768px) {
  .content-columns__columns-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .content-columns__column .content-columns__column {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .content-columns__column .content-columns__column {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .content-columns--30 .content-columns__column:first-child {
    -webkit-box-flex: 0 0 calc(30% - 1.25rem);
    -webkit-flex: 0 0 calc(30% - 1.25rem);
    -ms-flex: 0 0 calc(30% - 1.25rem);
    flex: 0 0 calc(30% - 1.25rem);
  }
}
@media all and (min-width: 768px) {
  .content-columns--30 .content-columns__column:last-child {
    -webkit-box-flex: 0 0 calc(70% - 1.25rem);
    -webkit-flex: 0 0 calc(70% - 1.25rem);
    -ms-flex: 0 0 calc(70% - 1.25rem);
    flex: 0 0 calc(70% - 1.25rem);
  }
}

@media all and (min-width: 768px) {
  .content-columns--50 .content-columns__column {
    -webkit-box-flex: 0 0 calc(50% - 1.25rem);
    -webkit-flex: 0 0 calc(50% - 1.25rem);
    -ms-flex: 0 0 calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
  }
}

@media all and (min-width: 768px) {
  .content-columns--70 .content-columns__column:first-child {
    -webkit-box-flex: 0 0 calc(70% - 1.25rem);
    -webkit-flex: 0 0 calc(70% - 1.25rem);
    -ms-flex: 0 0 calc(70% - 1.25rem);
    flex: 0 0 calc(70% - 1.25rem);
  }
}
@media all and (min-width: 768px) {
  .content-columns--70 .content-columns__column:last-child {
    -webkit-box-flex: 0 0 calc(30% - 1.25rem);
    -webkit-flex: 0 0 calc(30% - 1.25rem);
    -ms-flex: 0 0 calc(30% - 1.25rem);
    flex: 0 0 calc(30% - 1.25rem);
  }
}

.content-columns__item {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .content-columns__item:last-child {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1366px) {
  .content-columns__column:first-child .col-text,
  .content-columns__column:first-child .col-img {
    padding-right: 2.5rem;
  }
}

@media all and (min-width: 1366px) {
  .content-columns__column:last-child .col-text,
  .content-columns__column:last-child .col-intro,
  .content-columns__column:last-child .col-img {
    padding-left: 2.5rem;
  }
}

.contact-list.contact-list--halfcol.contact-list--full .contact-list__item {
  width: 100%;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media all and (min-width: 768px) {
  .contact-list.contact-list--halfcol.contact-list--compact .contact-list__item {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media all and (min-width: 1366px) {
  .contact-list.contact-list--halfcol.contact-list--compact .contact-list__item {
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

/*.gallery__list {
  list-style: none;
  @include d-flex;
  flex-wrap:wrap;
  @media all and (min-width: 480px) {
    margin-left: -1rem;
  }
}

.gallery__item {
  @include flex (0,0,100%);
  margin-bottom:1rem;
  @media all and (min-width: 480px) {
    @include flex(0,0,50%);
    padding: 0 0 0 1rem;
  }
  @media all and (min-width: $md-min) {
    @include flex(0,0,33.3%)
  }
  @media all and (min-width: $lg-min) {
    @include flex(0,0,25%);
  }
  a,
  img {
    display:block;
  }
}

#swipebox-overlay {
  background: black(.5) !important;
} */
@media all and (min-width: 1024px) {
  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.gallery img {
  display: block;
}

.gallery__main-img {
  list-style: none;
  margin-bottom: 1rem;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 1024px;
  margin-left: auto;
}
@media all and (min-width: 1024px) {
  .gallery__main-img {
    padding-left: 2.5rem;
    width: auto;
    -webkit-box-flex: 0 1 calc(100% - 140px);
    -webkit-flex: 0 1 calc(100% - 140px);
    -ms-flex: 0 1 calc(100% - 140px);
    flex: 0 1 calc(100% - 140px);
    max-width: calc(100% - 140px);
  }
}
@media all and (min-width: 1366px) {
  .gallery__main-img {
    -webkit-box-flex: 0 1 calc(100% - 180px);
    -webkit-flex: 0 1 calc(100% - 180px);
    -ms-flex: 0 1 calc(100% - 180px);
    flex: 0 1 calc(100% - 180px);
    max-width: calc(100% - 180px);
  }
}

.gallery__item {
  display: none;
}
.gallery__item:first-child, .slick-intialized .gallery__item {
  display: block;
}

.gallery__list {
  order: -1;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
@media all and (min-width: 1024px) {
  .gallery__list {
    max-width: calc(140px + 1rem);
    -webkit-box-flex: 0 0 calc(140px + 1rem);
    -webkit-flex: 0 0 calc(140px + 1rem);
    -ms-flex: 0 0 calc(140px + 1rem);
    flex: 0 0 calc(140px + 1rem);
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 1366px) {
  .gallery__list {
    max-width: calc(180px + 1rem);
    -webkit-box-flex: 0 0 calc(180px + 1rem);
    -webkit-flex: 0 0 calc(180px + 1rem);
    -ms-flex: 0 0 calc(180px + 1rem);
    flex: 0 0 calc(180px + 1rem);
  }
}

.gallery__navigation-link {
  opacity: 0.5;
}

.gallery__navigation-link--active {
  opacity: 1;
}

.gallery__thumbnail {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 568px) {
  .gallery__thumbnail {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media all and (min-width: 768px) {
  .gallery__thumbnail {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media all and (min-width: 1024px) {
  .gallery__thumbnail {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 1.5rem;
  }
}

.accordion__container {
  margin-bottom: 1rem;
  transform: translateZ(0);
}

.accordion__heading {
  padding: 0.5rem 0.75rem;
  background: #eee;
  border-radius: 25px;
}
@media all and (min-width: 1024px) {
  .accordion__heading {
    padding: 1rem 1.25rem;
  }
}

.accordion__content-area {
  display: none;
  background: #fff;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .accordion__content-area {
    padding: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .accordion__content-area {
    padding: 1.5rem 2rem;
  }
}

.accordion__heading {
  position: relative;
  cursor: pointer;
  background: #231F20;
  color: #fff;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (min-width: 568px) {
  .accordion__heading {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1024px) {
  .accordion__heading {
    padding: 1rem 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .accordion__heading {
    padding: 1.375rem 2rem;
  }
}
@media all and (min-width: 1366px) {
  .accordion__heading {
    font-size: 1.5rem;
  }
}
.accordion__heading::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  content: "\f107";
  right: 1.5rem;
}

.accordion__heading--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion__heading--open::after {
  content: "\f106";
}

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