:root {
  --fw-regular: 400;
  --fw-bold: 700;

  --br-button: 6px;
  --br-tag: 24px;
  --br-tag-ghost: 15px;

  --c-yellow: #ffb800;
  --c-white: #ffffff;
  --c-black: #000000;
  --c-dark-blue: #2e3641;
  --c-grey-darkest: #434343;
  --c-grey-dark: #7a7a7a;
  --c-grey-light: #ebebeb;

  --animation-time-normal: 0.3s;
  --animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Viga-Regular.woff2') format('woff2');
  font-family: 'Viga';
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-family: 'Lato';
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-family: 'Lato';
  font-display: swap;
}
/**
 * Layout
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  padding-top: 10rem;
  width: 100%;
  max-width: 960px;
  height: 100%;
  color: #434343;
  font-weight: var(--fw-regular);
  font-size: 1.8rem;
  line-height: normal;
  font-family: 'Lato', sans-serif, arial, helvetica;
  hyphens: auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

.container {
  display: flex;
  justify-content: center;
  padding: 5rem 1.6rem;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 8rem 1.6rem;
  }
  .container > * {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    padding: 11rem 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .container--lg > * {
    max-width: 1200px;
  }
}
.container--highlight {
  background-color: #f8f7f7;
}

.border-radius {
  border-radius: 0 1.6rem;
  overflow: hidden;
}

.text-box {
  margin-bottom: 4rem;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem 0;
}

ul li ul {
  margin-bottom: 0;
  margin-bottom: 0;
}

ol li ol {
  margin-bottom: 0;
}

ul,
ol {
  position: relative;
  padding-left: 3rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1.5rem 0;
  color: #434343;
  font-weight: var(--fw-regular);
  line-height: 1.2;
  font-family: 'Viga', sans-serif, arial, helvetica;
}

h1,
h2,
h3,
h4 {
  font-family: 'Viga', sans-serif, arial, helvetica;
}

h1 {
  font-size: 2.8rem;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

mark {
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

hr {
  border: 0;
  border-top: 1px solid #dedede;
  height: 0;
}

dt {
  font-weight: var(--fw-bold);
}

dd {
  margin-bottom: 0.5rem;
}

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

a {
  transition: all 0.2s ease-out;
  cursor: pointer;
  color: var(--c-black);
  font-weight: var(--fw-bold);
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

strong {
  font-weight: var(--fw-bold);
}

input {
  box-shadow: 0;
  border: 0;
  padding: 8px 16px;
}

*:focus {
  outline: none;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 5rem;
  box-shadow: 0px 4px 10px rgba(151, 151, 151, 0.24);
  background-color: #fff;
  width: 100vw;
}
.navbar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.6rem;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .navbar__wrapper {
    margin: 0 auto;
    padding: 1.5rem 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar__wrapper {
    max-width: 1200px;
  }
}
.navbar .navbar-brand img {
  width: auto;
  height: 5rem;
}
.navbar .navbar-toggler {
  display: flex;
  position: relative;
  align-items: center;
  border: 0;
  background: none;
  padding: 0;
  width: 3rem;
  height: 3rem;
}
.navbar .navbar-toggler__icon {
  border-radius: 1rem;
  background-color: #434343;
  width: 100%;
  height: 0.4rem;
}
.navbar .navbar-toggler__icon::before,
.navbar .navbar-toggler__icon::after {
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 1rem;
  background-color: #434343;
  width: 100%;
  height: 0.4rem;
  content: '';
}
.navbar .navbar-toggler__icon::before {
  top: 0;
}
.navbar .navbar-toggler__icon::after {
  bottom: 0;
}
.navbar .navbar-toggler__icon--close {
  background-color: transparent;
}
.navbar .navbar-toggler__icon--close::before {
  top: initial;
  transform: rotate(-45deg);
}
.navbar .navbar-toggler__icon--close::after {
  bottom: initial;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
.navbar .mobile__canvas {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(100%);
  z-index: 2;
  transition: all 0.1s ease-in-out;
  background-color: #fff;
  padding: 1.6rem;
  width: 100vw;
  height: 100vh;
}
.navbar .mobile__canvas.active {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .navbar .mobile__canvas {
    position: initial;
    flex-direction: row;
    transform: translateX(0);
    padding: 0;
    width: auto;
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .navbar .mobile__canvas {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .mobile__canvas {
    width: 40%;
  }
}
.navbar__menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.navbar__menu__item {
  display: flex;
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}
@media screen and (min-width: 768px) {
  .navbar__menu__item {
    border-bottom: 0;
  }
}
.navbar__menu__link {
  display: block;
  position: relative;
  transition: all 0.1s ease-in-out;
  padding: 2rem 0;
  width: 100%;
  font-size: 2.4rem;
}
.navbar__menu__link.active {
  padding-left: 2rem;
}
.navbar__menu__link.active::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4rem;
  border-radius: 50%;
  background-color: #000000;
  width: 0.8rem;
  height: 0.8rem;
  content: '';
}
@media screen and (min-width: 768px) {
  .navbar__menu__link.active {
    padding-left: 0;
  }
  .navbar__menu__link.active::before {
    top: initial;
    bottom: 0.75rem;
    left: 50%;
    margin-top: 0;
    margin-left: -0.4rem;
  }
}
.navbar__menu__link:not(.active) {
  color: #434343;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 768px) {
  .navbar__menu__link:not(.active):hover {
    transform: translateY(-0.3rem);
  }
}
@media screen and (min-width: 768px) {
  .navbar__menu {
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar__menu__link {
    font-size: 2rem;
  }
}

.stage {
  position: relative;
  text-align: center;
}
.stage__image {
  grid-area: stage-image;
  margin-left: -1.6rem;
  background: url('../images/versicherungsmuseum-stage-mobile_500px.webp') top
    left no-repeat;
  background-size: cover;
  padding-top: 100%;
  width: calc(100% + 3.2rem);
}
.stage__image img {
  display: none;
}
.stage__text {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .stage {
    display: grid;
    grid-template-columns: calc(50% - 1rem) 2rem calc(50% - 1rem);
    grid-template-areas: 'stage-image stage-gap stage-text';
    text-align: left;
  }
  .stage__image {
    position: absolute;
    top: 0;
    left: 50%;
    grid-area: unset;
    transform: translateX(-50%);
    z-index: -1;
    margin-left: 0;
    background: none;
    padding-top: 0;
    width: 100%;
  }
  .stage__image img {
    display: block;
  }
  .stage__text {
    display: flex;
    grid-area: stage-text;
    align-items: center;
    margin-top: 0;
  }
}
.stage .btn {
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .stage {
    min-height: 38rem;
  }
  .stage__image {
    top: -6rem;
  }
}

@media screen and (min-width: 960px) {
  .container--stage {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container--stage {
    padding-bottom: 3rem;
  }
}

.btn {
  display: inline-block;
  transition: all var(--animation-time-normal) var(--animation-easing-default);
  /* box-shadow: -2px 4px 10px rgba(198, 198, 198, 0.25),
    2px 8px 8px rgba(198, 198, 198, 0.25); */
  border-radius: 0 1.6rem;
  background-color: var(--c-yellow);
  padding: 2rem 4rem;
  width: 100%;
  color: var(--c-black);
  text-align: center;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: var(--c-black);
  /* transform: translateY(-0.5rem);
  box-shadow: -2px 6px 6px rgba(198, 198, 198, 0.25),
    2px 9px 6px rgba(198, 198, 198, 0.25); */
  color: var(--c-white);
}
@media screen and (min-width: 768px) {
  .btn {
    width: auto;
  }
}

.btn--outline {
  border: 3px solid var(--c-black);
  background-color: var(--c-white);
  color: var(--c-black);
  font-size: 2rem;
}

.readmore p {
  display: none;
  margin-top: 2rem;
}
.readmore .btn {
  margin-top: 2rem;
}
.readmore.open p {
  display: block;
}
.readmore.open .btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .readmore p {
    display: block !important;
  }
  .readmore .btn {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .image-slider {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .image-slider__item {
    border-radius: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .image-slider {
    display: grid;
    grid-template-columns: calc(50% - 1rem) 2rem calc(50% - 1rem);
    grid-template-areas:
      'img-1 . img-2'
      'img-3 . img-4';
  }
  .image-slider__item {
    overflow: hidden;
  }
  .image-slider__item.img-1 {
    grid-area: img-1;
  }
  .image-slider__item.img-2 {
    grid-area: img-2;
    border-radius: 0 1.6rem 0 0;
  }
  .image-slider__item.img-3 {
    grid-area: img-3;
    margin-top: 1.5rem;
    border-radius: 0 0 0 1.6rem;
  }
  .image-slider__item.img-4 {
    grid-area: img-4;
    margin-top: 1.5rem;
  }
}

.icon-box {
  display: flex;
  flex-wrap: wrap;
}
.icon-box__item {
  display: grid;
  grid-template-columns: 6.5rem 2.5rem auto;
  grid-template-areas: 'icon . text';
  margin: 2rem 0;
}
.icon-box__item__icon {
  grid-area: icon;
}
.icon-box__item__text {
  grid-area: text;
}
@media screen and (min-width: 768px) {
  .icon-box__item {
    margin-right: 2rem;
    max-width: calc(50% - 2rem);
  }
}

.card {
  box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25),
    -4px -4px 14px rgba(198, 198, 198, 0.25);
  border-radius: 1.6rem;
  background-color: #fff;
  padding: 4rem;
}
.card--ticket {
  display: grid;
}
.card--ticket .card__contact {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem auto;
  grid-template-areas: 'ticket-avatar ticket-avatar' 'ticket-name ticket-name' 'ticket-quote ticket-quote';
  margin-bottom: 0.8rem;
  border-radius: 1.6rem 1.6rem 0 0;
  text-align: center;
}
.card--ticket .card__contact .card__avatar {
  grid-area: ticket-avatar;
  margin: 0 auto 3rem;
  border-radius: 50%;
  background-size: cover;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
}
.card--ticket .card__contact .card__name {
  display: flex;
  grid-area: ticket-name;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}
.card--ticket .card__contact .card__name__subtext {
  font-size: 1.6rem;
}
.card--ticket .card__contact .card__name h3 {
  margin-bottom: 0.4rem;
}
.card--ticket .card__contact .card__quote {
  grid-area: ticket-quote;
  margin: 2.5rem 0 0;
  color: #434343;
  font-style: italic;
  font-size: 1.8rem;
}
.card--ticket .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 1.6rem 1.6rem;
  text-align: center;
}
.card--ticket .card__icon img {
  margin-bottom: 1rem;
  width: 5.5rem;
}
@media screen and (min-width: 768px) {
  .card--ticket {
    grid-template-columns:
      calc(25% - 0.8rem) calc(25% - 0.8rem) calc(25% - 0.8rem)
      calc(25% - 0.8rem);
    grid-template-areas: 'ticket-main ticket-main ticket-main ticket-icon';
    column-gap: 0.8rem;
  }
  .card--ticket .card__contact {
    grid-template-areas: 'ticket-avatar ticket-name' 'ticket-quote ticket-quote';
    grid-area: ticket-main;
    margin-bottom: 0;
    border-radius: 1.6rem 0 0 1.6rem;
    text-align: left;
  }
  .card--ticket .card__contact .card__avatar {
    margin: 0;
  }
  .card--ticket .card__icon {
    grid-area: ticket-icon;
    border-radius: 0 1.6rem 1.6rem 0;
  }
}

address {
  font-style: normal;
}

.contact-box > * {
  margin-bottom: 4rem;
}
.contact-box > *:last-child {
  margin-bottom: 0;
}
.contact-box .contact a {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: var(--fw-bold);
  word-break: break-all;
}
.contact-box .address a {
  display: inline-block;
  margin-top: 1rem;
}
.contact-box .opening ul {
    padding-left: 0;
    list-style: none;
  }

@media screen and (min-width: 768px) {
  .contact-box {
    display: grid;
    grid-template-columns: 25% auto 34% auto 25%;
    grid-template-areas: 'address . opening . contact';
  }
  .contact-box .address {
    grid-area: address;
  }
  .contact-box .opening {
    grid-area: opening;
  }
  .contact-box .contact {
    grid-area: contact;
  }
}

.link {
  position: relative;
}
.link::after {
  position: absolute;
  right: -2.5rem;
  transition: all 0.3s ease-in-out;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC45NSA2Ljk5OTM4QzE0LjkzODEgNi44NzAzOCAxNC44ODQ4IDYuNjk4NzcgMTQuNzk4NCA2LjYwMTczTDEwLjI0OTQgMS40NTExN0MxMC4wNTA0IDEuMTgyNTIgOS42NDE3NCAxLjE4MjUyIDkuMzkwNjEgMS40MDI2NUM5LjEzODI5IDEuNjIyNzggOS4xMTkzMyAyLjAxMzMyIDkuMzM5NjcgMi4yNDY0OUwxMy4wMDczIDYuMzkzNkgxLjYwNjUyQzEuMjcxMjcgNi4zOTM2IDEgNi42NjQ2MiAxIDYuOTk5NTRDMSA3LjMzNDQ4IDEuMjcxMjggNy42MDU0OSAxLjYwNjUyIDcuNjA1NDlIMTMuMDA3M0w5LjMzOTY3IDExLjc1MjZDOS4wOTkxOSAxMS45ODQ2IDkuMTY2NzIgMTIuMzgzNCA5LjQxOTA0IDEyLjYwMzVDOS42NzEzNiAxMi44MjM3IDEwLjA1MTYgMTIuODA4MyAxMC4yNDk1IDEyLjU0NzlMMTQuNzk4NCA3LjM5NzM1QzE0LjkyMDQgNy4yNjU5OSAxNC45NDI5IDcuMTIyNzggMTQuOTUgNi45OTk3TDE0Ljk1IDYuOTk5MzhaIiBmaWxsPSIjRjZDRjczIiBzdHJva2U9IiNGNkNGNzMiLz4KPC9zdmc+Cg==');
  background-position: center;
  background-repeat: no-repeat;
  width: 1.65rem;
  height: 100%;
  content: '';
}
.link:hover,
.link:active,
.link:focus {
  color: var(--c-black);
  text-decoration: underline;
}

footer {
  position: relative;
  flex-direction: column;
  background-color: var(--c-grey-darkest);
  color: var(--c-white);
}
footer ul {
  padding: 0;
  width: 100%;
  list-style: none;
}
footer ul li a {
  display: block;
  border-bottom: 1px solid var(--c-grey-light);
  padding: 2rem 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer ul li a {
    margin-right: 4rem;
    border: 0;

    &:hover {
      text-decoration: underline;
    }
  }
}
footer ul li:first-child a {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  footer ul li {
    display: inline-block;
  }
}
footer .copyright {
  display: block;
  padding: 2rem 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer {
    flex-direction: row;
  }
  footer.container {
    padding: 0 1.6rem;
  }
  footer.container > section {
    position: relative;
    padding: 7rem 0 6rem 0;
  }
  footer > * {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer ul {
    width: auto;
  }
  footer .copyright {
    display: inline-block;
    width: auto;
  }
}
footer .to-top {
  display: flex;
  position: absolute;
  top: -3.6rem;
  right: 1.6rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--c-yellow);
  width: 7.2rem;
  height: 7.2rem;
}

footer .to-top img {
  width: 2.6rem;
}
@media screen and (min-width: 768px) {
  footer .to-top {
    right: 0;
  }
}
