.header .header__nav.is-active {
  padding-bottom: 0 !important;
}
.header .header__nav-inner {
  padding-bottom: 8rem;
}

.footer__content.wide {
  max-width: none !important;
}

.accordion__head.no-content {
  cursor: default;
}
.accordion__body ul {
  list-style-type: none;
}

.ico-swisscom {
  width: 50%;
}
.ico-solar {
  width: 12.1rem;
}
.ico-fleet {
  width: 12.1rem;
}
@media (max-width: 1023px) {
  .ico-solar {
    width: 8.9rem;
  }
  .ico-fleet {
    width: 7.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-solar {
    width: 5.9rem;
  }
  .ico-fleet {
    width: 6.9rem;
  }
}

.footer .footer__content {
  max-width: 49rem;
}

.superscript {
  vertical-align: super;
  font-size: 80%;
}

.shell {
  padding-left: calc(3.1% - 0.2rem);
  padding-right: calc(3.1% - 0.2rem);
}
.hero .hero__content-inner,
.hero .hero__head p {
  max-width: 42rem;
  hyphens: none;
}
.hero .hero__head p .introduction {
  display: inline;
}
.hero .hero__actions {
  max-width: 32rem;
}
.hero .hero__actions a.btn {
  min-width: 8.6rem;
}
.hero .hero__actions a:nth-last-child(2) {
  margin-right: 0;
}

#cookies-dialog.cookie {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.section-partners .partner {
  box-shadow: 2px 2px 17px -10px black;
  border: 1px solid #2A7CC7;
  background-color: inherit;
}
.section-partners .partner[onclick] {
  cursor: pointer;
}

.section__testimonials {
  margin-bottom: 5rem;
}
.section__testimonials p {
  font-size: 2.2rem;
  text-align: center;
  color: #3267e5;
  margin-bottom: 1.2rem;
}
.section__testimonials .author {
  text-align: center;
}
.section__testimonials .author span {
  text-align: right;
  color: #3267e5;
}
.testimonial-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;

  background: #fff;
  border-radius: 18px;
  padding: 36px 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-modal .section__testimonials {
  margin: 0;
}

.hide {
  display: none;
}

.features .features__image {
  top: -19rem;
  left: 52.5%;
}
.features .feature__image {
  width: 100%;
}
.features .features__item:nth-child(1) {
  margin-bottom: 24rem;
}
.features .features__item:nth-child(2) {
  margin-bottom: 20rem;
}
.features .features__item:nth-child(3) {
  margin-bottom: 23rem;
}
.features .features__item:nth-child(4) {
  margin-bottom: 19rem;
}

.card__content-head .role {
  font-family: "Futura PT", sans-serif;
  font-weight: 300;

  margin-bottom: 0;
}

.section-callout .btn {
  min-width: 0;
}

.section-terms .company-info {
  margin-top: 2rem;
}

.section-terms .license-info {
  margin-top: 6rem;
}

.card .card__image img {
  aspect-ratio: 580/775;
}

.section--alt .hiring-link {
  text-decoration: none;
}
.header__nav-bottom {
  background: #fff;
  transition: top 0.4s;
}
.section--alt .hiring-link .header__bar, .header__nav-bottom {
  position: sticky;
  top: 58px;
  z-index: 2;
}
.section--alt .hiring-link .header__bar p {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__image.no-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.g-recaptcha {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 2.8rem;
}
#captcha-error {
  color: #CB3468;
  margin-top: 1rem;
}

.section__actions p {
  font-size: 2.2rem;
  font-weight: bold;
}
.section__actions a {
  font-size: 2rem;
}

/* skills table */
.ritz table tbody tr:first-of-type {
  height: 60px !important;
}
.ritz table tbody tr:first-of-type td div {
  transform: rotate(-90deg);
  overflow: inherit;
}
.ritz table tbody tr:first-of-type td:nth-of-type(3) div {
  margin-left: 12px;
  margin-bottom: 5px;
}

.strengths-accordion {
  padding-top: 3rem;
}

@media screen and (min-width: 600px) {
  .nav {
    flex-direction: row;
  }
  .nav ul + ul {
    margin-left: 6.8rem;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav {
    padding: 4.5rem 0 8rem;
  }
  .header .header__nav.is-active {
    padding-bottom: 1rem !important;
  }
  .header .header__nav-inner {
    padding-bottom: 0;
  }

  .section--alt .hiring-link .header__bar, .header__nav-bottom{
    top: 43px;
  }
  .feature .feature__image {
    max-width: none;
  }
  .hero .hero__content {
    margin-top: 43px !important;
  }
  .hero .hero__actions {
    flex-direction: row;
  }
  .hero .hero__actions a:first-child {
    margin-right: 1rem;
  }
  .hero .hero__actions a:nth-last-child(2) {
    margin-left: 0;
  }

  .g-recaptcha {
    margin-left: 1.4rem !important;
  }

  .section__testimonials p {
    font-size: 1.8rem;
  }

  .section__actions p {
    font-size: 2rem;
  }
  .section__actions a {
    font-size: 1.9rem;
  }

  .accordion .accordion__section.mobile-borders {
    border-bottom: solid 0.2rem #ccdaf9;
    border-top: none;
  }
}

@media (min-width: 410px) and (max-width: 812px) {
  .hero .hero__content-inner {
    height: inherit;
    padding: 6.5rem 4rem;
  }
}

@media (max-width: 352px) {
  .g-recaptcha {
    margin-left: 0 !important;
  }
}

@media (max-width: 1023px) {
  .header .header__nav-inner {
    padding-bottom: 1rem;
  }
  .features .features__item {
    margin-bottom: 0 !important;
  }
  .feature .feature__aside {
    padding-top: 1rem;
  }
  .hero .hero__content {
    margin-top: 58px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .hero .hero__content-inner {
    background-color: rgba(255, 255, 255, 0.98);
  }
  .hero .hero__actions {
    padding-left: 0;
  }
  .hero .hero__actions a:nth-of-type(2) {
    margin-right: 0;
  }
}

@media (max-width: 1099px) {
  .contacts--alt {
    max-width: 33rem;
  }
  .header .header__contacts {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .section--alt .hiring-link .header__bar, .header__nav-bottom {
    margin-bottom: 24px;
  }
  .grid__col.center-vertically {
    margin: 0;
  }
  .grid__col.center-vertically .card__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .grid__col.center-vertically .card__content .card__content-head {
    margin-bottom: 0;
  }

  .content-with-offset div.grid__col:first-of-type {
    align-self: flex-start;
  }
  .content-with-offset div.grid__col:last-of-type {
    padding-top: 33.5%;
  }
  .content-with-offset div.grid__col:last-of-type .card__content {
    padding-top: 0;
  }
}

/* GALLERY */
.gallery a {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
}
@media (max-width: 1023px) {
  .gallery a {
    margin-top: 1.15rem;
    margin-bottom: 1.15rem;
  }
  .hero .hero__head p .introduction {
    display: block !important;
  }
}
@media (max-width: 812px) {
  .gallery a {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }
}
@media (max-width: 575px) {
  .gallery a {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
}

/* card--big */
@media (max-width: 1099px) {
  .card--big .card__content {
    padding: 4rem 2rem 1rem;
    margin-right: -0.4rem;
  }
}
@media (max-width: 1023px) {
  .card--big .card__content {
    padding: 4.2rem 2rem 6rem;
    margin: -14rem auto 0;
  }
  .card--big h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 812px) {
  .card--big .card__content {
    padding: 4.4rem 4.2rem 6rem;
  }
  .card--big h2 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--big .card__content {
    width: 92%;
    max-width: 92%;
    margin: -11.7rem auto 0;
    padding: 3.5rem 4rem;
  }
}
@media (max-width: 575px) {
  .card--big .card__content {
    padding: 3.5rem 1.6rem;
    width: 91.5%;
    max-width: 47.8rem;
  }
}

/* Contact */
button.form__btn.disabled, button.form__btn.disabled:hover {
  background-color: #DBE4FB;
  border: #DBE4FB;
  color: #fff;
}

.form__row.invalid label,
.form__row.invalid input,
.form__row.invalid .field::-webkit-input-placeholder,
.form__row.invalid .field::placeholder {
  color: #CB3468;
}

.form__row--file .file__label {
  margin-bottom: 0 !important;
}
.file__label span {
  position: relative;
}
.filename {
  position: absolute;
  left: calc(100% + 16px);
  min-width: 300px;

  word-break: break-all;
  text-transform: none;
  pointer-events: none;
  color: #3267e5 !important;
}
.filename.invalid {
  color: #CB3468 !important;
}
@media (max-width: 410px) {
  .filename {
    left: 0;
    bottom: calc(-100% - 16px);
    min-width: 250px;
  }
}

body > .wrapper.blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);

  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mail-sent {
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;

  color: #3267e5;
  background: #fff;
  border-radius: 18px;
  padding: 36px 0;

  display: flex;
  flex-direction: column;
  align-items: center;
}
#mail-sent h2 {
  margin-bottom: 16px;
}

/* justify content */
@media (max-width: 717px) {
  .section--alt .hiring-link .header__bar {
    width: 106.6% !important;
  }
}
@media (max-width: 1023px) {
  .shell {
    padding-left: calc(3.1% - 0.1rem) !important;
    padding-right: 3% !important;
  }
  .section__content {
    margin-right: -0.5px !important;
  }
  .section--alt .hiring-link .header__bar {
    width: calc(106.6% - 0.5px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px){
  .section__content {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important;
  }
}
@media (min-width: 1200px) {
  .section__content {
    margin-left: -3.5px;
    margin-right: -3.5px;
  }
}

.section-terms .section__content.company-info {
  margin-bottom: 48px;
}
.section-terms .section__content.license-info {
  margin-bottom: 48px;
}
