.header {
  background: #ffffff;
  padding: 15px 40px;
  height: 77px;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_inner .header_h1 {
  width: 200px;
}
.header .header_inner .global_nav_div {
  display: flex;
}
.header .header_inner .global_nav_div .global_nav {
  display: flex;
  list-style: none;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
}
.header .header_inner .global_nav_div .global_nav li {
  margin-left: 20px;
}
.header .header_inner .global_nav_div .global_nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #3C4D69;
}
.header .header_inner .global_nav_div .cta {
  display: flex;
  list-style: none;
  margin-left: 40px;
}
.header .header_inner .global_nav_div .cta li {
  height: 47px;
  width: 200px;
}
.header .header_inner .global_nav_div .cta li .trial_cta {
  color: white;
  background: linear-gradient(#FFC780 3%, #FF5C45);
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 16px;
}
.header .header_inner .global_nav_div .cta li .download_cta {
  height: 100%;
  background: linear-gradient(#FDF8AB 3%, #FFC746);
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  font-weight: 900;
  font-size: 16px;
  color: #505050;
}
.header .header_inner .global_nav_div .cta li .trial_cta.sk-cta {
  background-color: #3c4d69;
  color: white;
}
.header .header_inner .global_nav_div .cta li .download_cta.sk-cta {
  background-color: white;
  color: #3c4d69;
}
.header .header_inner .global_nav_div .cta li .trial_cta.karte-cta {
  background: #3c4d69;
  color: white;
}
.header .header_inner .global_nav_div .cta li .download_cta.karte-cta {
  background-color: #e7442b;
  color: white;
}
.header .header_inner .global_nav_div .cta li .trial_cta.motion-cta {
  background-color: #3c4d69;
  color: white;
}
.header .header_inner .global_nav_div .cta li .download_cta.motion-cta {
  background-color: white;
  color: #3c4d69;
}
.header .header_inner .global_nav_div .cta li .trial_cta.multi-karte-cta {
  background-color: #3c4d69;
  color: white;
}
.header .header_inner .global_nav_div .cta li .download_cta.multi-karte-cta {
  background-color: #e7442b;
  color: white;
}/*# sourceMappingURL=header_pc.css.map */