/*  =========================================================
basic config
========================================================= */
@import url("./fonts/GTWalsheim/fonts.css");
@import url("./fonts/NoeDisplay/fonts.css");
@import url("./fonts/Icomoon/style.css");

/*  =========================================================
button
========================================================= */
@media (min-width: 700.1px) {
  .button.button-cta {
    padding: 16px 25px;
  }

  .button.button-default {
    padding: 10px 15px;
  }
}

@media (max-width: 700px) {
  .button.button-cta {
    padding: 15px 20px;
  }

  .button.button-default {
    padding: 10px;
  }
}

/*  =========================================================
pageHeader
========================================================= */
.pageHeader {
  --local-pageHeader-logo: "\e90a";
  box-shadow: none;
  column-gap: 14px !important;
}

.pageHeader__mainLogo {
  z-index: 0;
}

/* burger icon */
.pageHeader__mainLogo::before {
  color: rgb(var(--color_sidebar_burger_icon));
}

@media (max-width: 700px) {
  .pageHeader__mainLogo::before {
    font: 400 normal 24px/1 "icomoon";
    width: 69px;
  }
}

@media (min-width: 700.1px) {
  .pageHeader__mainLogo::before {
    font: 400 normal 30px/1 "icomoon";
    width: 80px;
  }
}

/* triangle background */
.pageHeader__mainLogo::after {
  background: rgb(var(--color_sidebar_burger_background));
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 700px) {
  .pageHeader__mainLogo::after {
    height: 144px;
    width: 107px;
  }
}

@media (min-width: 700.1px) {
  .pageHeader__mainLogo::after {
    height: 183px;
    width: 94px;
  }
}

/*  =========================================================
abstract selector - background
========================================================= */
@media (min-width: 700.1px) {
  .app--image {
    background-image: url("/assets/default/images/background.svg");
    background-position: top right;
    background-size: max(1500px, 100vw);
  }
}

@media (min-width: 700.1px) {
  .app--color {
    background-color: rgba(var(--color_cd_light_blue_30));
  }
}

.app--super {
  background-image: url("/assets/default/images/background.super.svg");
  background-position: left 0;
  background-repeat: no-repeat;
}

@media (max-width: 700.1px) {
  .app--super {
    background-size: 120vw;
  }
}

@media (min-width: 700.1px) {
  .app--super {
    background-size: 100vw;
  }
}
