/* typography */

h3 {
  font-size: 16px;
}

.u-headline-big {
  font-size: 24px;
}

@media (min-width: 768px), print {
  .u-headline-big {
    font-size: 32px;
  }
}

.u-text-dark {
  color: #333333;
}

.u-text-soft-dark {
  color: #3d3d3d;
}

/* utilit: color */

.u-background-dark-grey {
  background-color: rgb(96, 96, 96);
}

.u-text-white {
  color: whitesmoke;
}

/* misc */

body {
  padding-top: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

/* styles from swiss life select theme */
.c-button {
  background-color: #d82034;
}

.c-button:focus:not(.c-button--disabled):not([disabled]),
.c-button:hover:not(.c-button--disabled):not([disabled]) {
  background-color: #a11c36;
  color: #fff;
}

.c-header-main {
  position: relative;
}

.c-icon {
  color: #000;
}

.c-icon--circle {
  border-radius: 50%;
  padding: 0;
}

.u-smaller {
  font-size: 16px;
}

.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.c-header-main__logo {
  height: inherit;
  width: 3.75rem;
}

.c-cta-label {
  margin-top: 20px;
  margin-bottom: 0px;
}

.c-main-logo {
  height: 74px;
}

@media (min-width: 480px), print {
  .c-cta-label {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
}

@media (min-width: 768px), print {
  .c-cta-label {
    margin-right: 20px;
  }
}

@media (min-width: 768px), print {
  .c-icon--circle {
    padding: 0;
  }
}

@media (min-width: 768px), print {
  .c-header-main__logo {
    width: 5rem;
  }

  .c-img-resize {
    height: 114px;
  }
}

.c-footer-main {
  background-color: #f5f5f5;
  width: 100%;
}
