/* fonts */
/* colors */
/* functions */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

/* body */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #fff; }

/* typo */
h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 2rem;
  color: #0C0C0C;
  width: 56vw;
  max-width: 60rem; }

h2 {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  line-height: 1.9;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  color: #0C0C0C; }

h3 {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  color: #0C0C0C;
  margin: 3.375rem 0 0.5rem 0; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.5rem;
  color: #0C0C0C; }

a {
  color: #0C0C0C; }

.link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.5rem;
  color: #0C0C0C;
  text-decoration: none;
  padding: 0 0.1rem 0.75rem 0.1rem;
  background: linear-gradient(to bottom, #B6B6B6 0%, #B6B6B6 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0.2rem 0.2rem;
  transition: background-size 300ms; }

.link:hover {
  background-size: 0.2rem 60%;
  transition: background-size 300ms; }

.title__bold {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-size: 2.125rem;
  letter-spacing: 0.01em; }

.emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"; }

/* navigation */
.navigation__left,
.navigation__right {
  height: 100vh;
  position: fixed;
  display: flex;
  align-items: center; }
  .navigation__left a,
  .navigation__right a {
    font-weight: 500;
    font-size: 1.25rem;
    color: #B6B6B6;
    white-space: nowrap;
    text-decoration: none;
    transition: color 250ms ease-in; }
  .navigation__left a:hover,
  .navigation__right a:hover {
    color: #0C0C0C;
    transition: color 350ms ease-in; }
  .navigation__left a:active,
  .navigation__right a:active {
    color: #0C0C0C;
    transition: color 350ms ease-in; }

.navigation__left {
  left: 0;
  margin: 0 0 0 1.5rem; }
  .navigation__left a {
    left: 0;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%); }

.navigation__right {
  right: 0;
  margin: 0 1.5rem 0 0; }
  .navigation__right a {
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -moz-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    -o-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%); }

/* header */
header {
  height: 92vh;
  min-height: 768px;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

/* main content */
.maincontent {
  height: auto;
  width: 80vw;
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden; }
  .maincontent p {
    font-size: 1.375rem; }
  .maincontent .maincontent__wide {
    height: auto;
    width: 38vw;
    max-width: 548px; }
    .maincontent .maincontent__wide #wide__car-insurance {
      height: calc(563 * 38vw/548);
      max-height: 563px;
      background-image: url(../images/car-insurance-comparison.jpg); }
    .maincontent .maincontent__wide #wide__swisscom-tv {
      height: calc(467 * 38vw/548);
      max-height: 467px;
      background-image: url(../images/swisscom-tv.jpg); }
  .maincontent .maincontent__narrow {
    height: auto;
    width: 30vw;
    max-width: 432px; }
    .maincontent .maincontent__narrow #narrow__aila {
      height: calc(349 * 30vw/432);
      max-height: 349px;
      background-image: url(../images/aila.jpg); }
    .maincontent .maincontent__narrow #narrow__chatbot {
      height: calc(489 * 30vw/432);
      max-height: 489px;
      background-image: url(../images/chatbot.jpg); }
    .maincontent .maincontent__narrow #narrow__amati {
      height: calc(541 * 30vw/432);
      max-height: 541px;
      background-image: url(../images/amati.jpg); }
    .maincontent .maincontent__narrow #narrow__reka {
      height: calc(285 * 30vw/432);
      max-height: 285px;
      background-image: url(../images/reka.jpg); }
  .maincontent #maincontent__car-insurance {
    margin: 0 0 10rem 0; }
  .maincontent #maincontent__aila {
    margin: 4rem 0 0 0; }
  .maincontent #maincontent__chatbot {
    margin: 7.5rem 0 17.5rem 0; }
  .maincontent #maincontent__reka {
    margin: 4rem 0 0 0; }
  .maincontent .maincontent__imgs {
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    transition: -webkit-background-size 500ms;
    transition: -moz-background-size 500ms;
    transition: -o-background-size 500ms;
    transition: background-size 500ms; }
  .maincontent .maincontent__imgs:hover {
    cursor: pointer;
    -webkit-background-size: 108%;
    -moz-background-size: 108%;
    -o-background-size: 108%;
    background-size: 108%;
    transition: -webkit-background-size 650ms;
    transition: -moz-background-size 650ms;
    transition: -o-background-size 650ms;
    transition: background-size 650ms; }

/* contact */
.contact {
  width: 80vw;
  max-width: 1152px;
  margin: 20rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start; }
  .contact div {
    width: auto; }
  .contact p {
    margin: 1.5rem 0 3rem 0; }

/* footer */
footer {
  width: 80vw;
  max-width: 1152px;
  margin: 22rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  footer div p {
    font-weight: 500;
    margin: 0 0 0.625rem 0; }
  footer div:nth-child(2) {
    margin: 0 4.25rem 4rem 4.25rem; }
  footer div:last-child {
    margin: 0 0 6rem 0; }

/* 1440 */
@media only screen and (max-width: 1440px) {
  /* typography */
  h1 {
    font-size: 1.75rem;
    line-height: 1.9;
    width: 56vw; }

  .title__bold {
    font-size: 1.8125rem; } }
/* 1024 */
@media only screen and (max-width: 1023px) {
  /* typography */
  h1 {
    width: 70vw;
    font-size: 1.75rem; }

  .title__bold {
    font-size: 1.8125rem; }

  /* navigation */
  .navigation__left,
  .navigation__right {
    align-items: flex-end; }

  .navigation__left a {
    -webkit-transform: rotate(-90deg) translate(25%, 50%);
    -moz-transform: rotate(-90deg) translate(25%, 50%);
    -ms-transform: rotate(-90deg) translate(25%, 50%);
    -o-transform: rotate(-90deg) translate(25%, 50%);
    transform: rotate(-90deg) translate(25%, 50%); }

  .navigation__right a {
    -webkit-transform: rotate(-90deg) translate(125%, -50%);
    -moz-transform: rotate(-90deg) translate(125%, -50%);
    -ms-transform: rotate(-90deg) translate(125%, -50%);
    -o-transform: rotate(-90deg) translate(125%, -50%);
    transform: rotate(-90deg) translate(126%, -50%); }

  /* main content */
  .maincontent {
    width: 70vw;
    flex-direction: column;
    justify-content: flex-start; }
    .maincontent .maincontent__wide {
      width: auto; }
      .maincontent .maincontent__wide #wide__car-insurance {
        height: calc(385 * 50vw/400); }
      .maincontent .maincontent__wide #wide__swisscom-tv {
        height: calc(460 * 70vw/538); }
    .maincontent .maincontent__narrow {
      width: auto; }
      .maincontent .maincontent__narrow #narrow__aila {
        height: calc(278 * 45vw/345); }
      .maincontent .maincontent__narrow #narrow__chatbot {
        height: calc(479 * 55vw/423); }
      .maincontent .maincontent__narrow #narrow__amati {
        height: calc(433 * 45vw/345); }
      .maincontent .maincontent__narrow #narrow__reka {
        height: calc(303 * 60vw/460); }
    .maincontent #maincontent__car-insurance,
    .maincontent #maincontent__aila,
    .maincontent #maincontent__chatbot,
    .maincontent #maincontent__amati,
    .maincontent #maincontent__reka {
      margin: 0 0 10.5rem 0; }
    .maincontent #maincontent__car-insurance {
      width: 50vw; }
    .maincontent #maincontent__aila {
      width: 45vw;
      align-self: flex-end; }
    .maincontent #maincontent__chatbot {
      width: 55vw; }
    .maincontent #maincontent__amati {
      width: 45vw;
      align-self: center; }
    .maincontent #maincontent__reka {
      width: 60vw;
      align-self: flex-end; }
    .maincontent #maincontent__swisscom-tv {
      width: 70vw;
      margin: 0; }

  /* footer */
  footer {
    width: 70vw; }
    footer div:first-child {
      margin: 0 4.25rem 4rem 0; }
    footer div:nth-child(2) {
      margin: 0; } }
/* 768 */
@media only screen and (max-width: 767px) {
  /* contact */
  .contact {
    padding: 0 2rem 0 2rem; }

  /* footer */
  footer {
    flex-direction: column; }
    footer div:first-child {
      margin: 0 2rem 4rem 0; }
    footer div:nth-child(2) {
      margin: 0 2rem 4rem 0; } }
/* 480 */
@media only screen and (max-width: 480px) {
  /* typo */
  h1 {
    line-height: 1.8;
    font-size: 1.125rem;
    width: 100vw;
    padding: 0 2rem 0 2rem; }

  h2 {
    line-height: 1.8;
    font-size: 1.375rem; }

  h3 {
    line-height: 1.5;
    font-size: 1.1875rem;
    margin: 2rem 0 0.5rem 0; }

  p {
    font-size: 1.125rem; }

  .link {
    font-size: 1.125rem;
    padding: 0 0.1rem 0.75rem 0.1rem; }

  .title__bold {
    font-size: 1.1875rem; }

  /* navigation */
  .navigation__left,
  .navigation__right {
    height: 96vh;
    position: absolute;
    align-items: flex-start; }
    .navigation__left a,
    .navigation__right a {
      font-size: 1.125rem; }
    .navigation__left a:active,
    .navigation__right a:active {
      font-color: #B6B6B6; }

  .navigation__left {
    margin: 2rem 0 0 2rem; }
    .navigation__left a {
      -webkit-transform-origin: none;
      -moz-transform-origin: none;
      -ms-transform-origin: none;
      -o-transform-origin: none;
      transform-origin: none;
      -webkit-transform: rotate(0) translate(0);
      -moz-transform: rotate(0) translate(0);
      -ms-transform: rotate(0) translate(0);
      -o-transform: rotate(0) translate(0);
      transform: rotate(0) translate(0); }

  .navigation__right {
    margin: 0 2rem 0 0; }
    .navigation__right a {
      align-self: flex-end;
      -webkit-transform-origin: none;
      -moz-transform-origin: none;
      -ms-transform-origin: none;
      -o-transform-origin: none;
      transform-origin: none;
      -webkit-transform: rotate(0) translate(0);
      -moz-transform: rotate(0) translate(0);
      -ms-transform: rotate(0) translate(0);
      -o-transform: rotate(0) translate(0);
      transform: rotate(0) translate(0); }

  /* header */
  header {
    height: 72vh;
    min-height: calc(568px * 0.72);
    align-items: flex-end;
    margin: 0 0 28vh 0;
    overflow: hidden; }

  /* main content */
  .maincontent {
    width: 100vw;
    padding: 6.5rem 2rem 0 2rem;
    overflow: hidden; }
    .maincontent p {
      font-size: 1.125rem; }
    .maincontent .maincontent__wide #wide__car-insurance {
      height: calc(323 * (100vw - 4rem)/311); }
    .maincontent .maincontent__wide #wide__swisscom-tv {
      height: calc(266 * (100vw - 4rem)/311); }
    .maincontent .maincontent__narrow {
      width: auto; }
      .maincontent .maincontent__narrow #narrow__aila {
        height: calc(212 * 70vw/262); }
      .maincontent .maincontent__narrow #narrow__chatbot {
        height: calc(352 * (100vw - 4rem)/311); }
      .maincontent .maincontent__narrow #narrow__amati {
        height: calc(329 * 70vw/262); }
      .maincontent .maincontent__narrow #narrow__reka {
        height: calc(173 * 70vw/262); }
    .maincontent #maincontent__car-insurance,
    .maincontent #maincontent__aila,
    .maincontent #maincontent__chatbot,
    .maincontent #maincontent__amati,
    .maincontent #maincontent__reka {
      margin: 0 0 6rem 0; }
    .maincontent #maincontent__car-insurance,
    .maincontent #maincontent__chatbot,
    .maincontent #maincontent__swisscom-tv {
      width: calc(100vw - 4rem); }
    .maincontent #maincontent__aila,
    .maincontent #maincontent__amati,
    .maincontent #maincontent__reka {
      width: 70vw; }
    .maincontent #maincontent__amati {
      align-self: flex-start; }
    .maincontent .maincontent__imgs:hover {
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%; }

  /* contact */
  .contact {
    width: 100vw;
    margin: 10rem auto 0;
    padding: 0 2rem 0 2rem;
    display: block; }
    .contact p {
      margin: 0.5rem 0 2.5rem 0; }
      .contact p br {
        display: none; }

  /* footer */
  footer {
    width: 100vw;
    margin: 10.5rem auto 0;
    padding: 0 2rem 0 2rem;
    display: block; }
    footer div:first-child {
      margin: 0 0 2.5rem 0; }
    footer div:nth-child(2) {
      margin: 0 0 2.5rem 0; }
    footer div:last-child {
      margin: 0 0 4rem 0; } }
/* 320 */
@media only screen and (max-width: 320px) {
  /* typo */
  h1 {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; } }

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