/* Core Stuff */
/* SCSS Mixins */
/* SCSS Mixins */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: #606d6e;
}

@media (min-width: 60em) {
  #body {
    margin-top: 120px;
  }
}

.container.grid-xl {
  max-width: 1156px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

a, a:visited, a:focus {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

pre {
  background: #F0F0F0;
  margin: 1rem 0;
  border-radius: 2px;
}

blockquote {
  border-left: 10px solid #eee;
  margin: 0;
  padding: 0 2rem;
}

/* Utility Classes */
.wrapper {
  margin: 0 3rem;
}

.padding {
  padding: 3rem 1rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.logo {
  float: left;
}

/* Content Styling */
.header .padding {
  padding: 1rem 0;
}

@media (min-width: 60em) {
  .header {
    height: 117px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 101;
  }
}

.header a {
  color: #333333;
}

.header .logo {
  font-size: 1.7rem;
  text-transform: uppercase;
}

a.back_to_jobs_link {
  color: #fff;
  top: 70px;
  position: relative;
  margin-left: 40px;
}

a.back_to_jobs_link:before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: -30px;
  top: 2px;
  background-image: url("../images/left_arrow.svg");
}

.footer {
  background-color: #eee;
}

/* Menu Settings */
.main-nav ul {
  text-align: center;
  letter-spacing: -1em;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  display: inline-block;
  letter-spacing: normal;
}

.main-nav ul li a {
  position: relative;
  display: block;
  line-height: 45px;
  color: #333;
  padding: 0 20px;
  white-space: nowrap;
  font-weight: 700;
}

.main-nav > ul > li > a {
  border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
  /*background-color: #175E91;*/
  text-decoration: underline;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
  /*background-color: #fff;
    color: #175E91;*/
  color: #10D7B3;
}

/* Dropdown CSS */
.main-nav ul li {
  position: relative;
}

.main-nav ul li ul {
  position: absolute;
  background-color: #1F8DD6;
  min-width: 100%;
  text-align: left;
  z-index: 999;
  display: none;
}

.main-nav ul li ul li {
  display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
  left: 100%;
  top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
  display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
  padding-right: 30px;
}

.main-nav .has-children > a:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 0;
}

.main-nav .has-children .has-children > a:after {
  content: '\f105';
}

/* Added CSS */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 17px;
}

section.padding {
  padding: 40px 0;
}

section.no_top {
  padding-top: 0px;
  padding-bottom: 60px;
}

section.no_bottom {
  padding-top: 40px;
  padding-bottom: 0px;
}

section.no_both {
  padding-top: 0px;
  padding-bottom: 0px;
}

sectionjob_ad {
  padding-top: 00px;
}

section.large_company_figures {
  padding-top: 0px;
  padding-bottom: 0px;
}

section.about_metrohm_hp {
  padding-top: 40px;
  padding-bottom: 80px;
}

section.benefits {
  padding-top: 20px;
  padding-bottom: 50px;
}

section.instagram_feed {
  padding-top: 30px;
  padding-bottom: 40px;
}

section.recruiting_process {
  padding-top: 40px;
  padding-bottom: 80px;
}

section.join_metrohm_form {
  padding-top: 50px;
  padding-bottom: 40px;
}

section.about_metrohm_about_page {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.hardware_omnis {
  padding-top: 80px;
  padding-bottom: 50px;
}

section.software_omnis {
  padding-top: 50px;
  padding-bottom: 80px;
}

section.scrum_structure {
  padding-top: 30px;
  padding-bottom: 90px;
}

section.metrohm_switzerland {
  padding-top: 60px;
  padding-bottom: 40px;
}

.header-nav .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 0px 10px 20px;
  text-decoration: none;
}

.hp_grey_bg {
  background: #F8F8F8;
  z-index: 10;
}

.hp_grey_bg:before {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  background: #F8F8F8;
  position: relative;
  top: -70px;
}

.grey_bg {
  background: #F2F2F2;
  width: 100%;
}

footer {
  background: #F8F8F8;
  color: #707070;
}

footer p {
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
}

h1 {
  font-weight: 800;
  font-size: 64px;
}

h1.page_headline {
  margin-top: 100px;
  position: relative;
  z-index: 20;
}

h2 {
  font-size: 36px;
  font-weight: 800;
  margin-top: 36px;
}

h2.small_margin {
  margin-top: 15px;
}

h2 .no_margin {
  margin-top: 0px;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}

.job_position_figures {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.job_position_figures ul {
  list-style-image: none;
  list-style-type: none;
  padding: 20px 20px 0px 20px;
}

ul li .figure_label {
  font-size: 17px;
  color: #707070;
  display: block;
  line-height: 1.35em;
  margin-bottom: 3px;
}

ul li .figure_value {
  font-size: 17px;
  font-weight: 800;
  color: #10D7B3;
  display: block;
  line-height: 1.35em;
  margin-bottom: 15px;
}

.job_position_figures .button_background {
  background: #FBFBFB;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.primary-button {
  padding: 12px 45px;
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 72px;
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#10D7D1), color-stop(51%, #10D795), to(#10D7D1));
  background-image: linear-gradient(to right, #10D7D1 0%, #10D795 51%, #10D7D1 100%);
}

.primary-button:hover {
  text-decoration: none;
  background-position: right center;
}

.buttons button {
  padding: 12px 45px;
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 72px;
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  border: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#10D7D1), color-stop(51%, #10D795), to(#10D7D1));
  background-image: linear-gradient(to right, #10D7D1 0%, #10D795 51%, #10D7D1 100%);
}

.buttons button:hover {
  text-decoration: none;
  background-position: right center;
}

a.primary-button {
  color: #fff;
}

a.secondary-button {
  padding: 12px 45px;
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 72px;
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #CFCFCF;
  color: #7E7E7E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.floating-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#10D7D1), color-stop(51%, #10D795), to(#10D7D1));
  background-image: linear-gradient(to right, #10D7D1 0%, #10D795 51%, #10D7D1 100%);
  border: 0;
  color: #FFF;
  z-index: 101;
  background-size: 200% auto;
  padding: 12px 45px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 72px;
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.floating-button:hover {
  text-decoration: none;
  background-position: right center;
}

.secondary-button:hover {
  text-decoration: none;
  background: #F0F0F0;
}

.content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-responsive img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.scrum-team {
  margin: 0 auto;
}

.metrohm-ag-image {
  max-width: 50%;
  margin: 0 0 15px 15px;
}

@media (max-width: 960px) {
  .metrohm-ag-image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.content ul {
  list-style: none;
  padding-left: 0;
}

.content ul li {
  position: relative;
  padding-left: 20px;
}

.content ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("../images/bullet.svg");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_bg {
  background: url("../images/header_bg.svg") no-repeat center;
  background-size: cover;
  height: 520px;
  z-index: 999;
  position: relative;
  z-index: 100;
  margin-top: 50px;
}

.video_embeded {
  z-index: 20;
  position: relative;
  padding-top: 50px;
}

.video_embeded iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media (max-width: 960px) {
  .video_embeded {
    padding-top: 20px;
  }
}

.video_embeded video {
  max-width: 100%;
}

.video-consent-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/video_placeholder.png") no-repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/video_placeholder.png") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.video-consent-placeholder__inner {
  text-align: center;
  max-width: 430px;
}

.video-consent-placeholder__inner p {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}

.element_wrapper {
  position: relative;
}

.circle {
  background-image: url("../images/circle.svg");
  width: 233px;
  height: 233px;
  display: inline-block;
  position: absolute;
  right: 340px;
  top: 120px;
  z-index: 10;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
}

.circle2 {
  background-image: url("../images/circle.svg");
  width: 233px;
  height: 233px;
  display: inline-block;
  position: absolute;
  right: -80px;
  top: 0;
  z-index: 10;
}

.polygon {
  background-image: url("../images/polygon.svg");
  width: 203px;
  height: 176px;
  display: inline-block;
  position: absolute;
  right: -80px;
  bottom: -60px;
  z-index: 10;
}

@media (max-width: 1180px) {
  .header_bg {
    height: 400px;
  }
  h1 {
    font-size: 48px;
  }
  .circle, .circle2, .polygon {
    display: none;
  }
}

@media (max-width: 960px) {
  .column {
    padding-left: .7rem;
    padding-right: .7rem;
  }
  .header-nav .logo {
    padding: 10px 0px 10px 0px;
  }
  .header-nav .logo img {
    max-width: 100%;
  }
  h1.page_headline {
    font-size: 30px;
    padding-top: 100px;
    margin-top: 0px;
  }
  .header_bg {
    height: auto;
    margin-top: -30px;
    background: url("../images/header_bg.svg") no-repeat center top;
  }
  .hp_grey_bg:before {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    background: #F8F8F8;
    position: relative;
    top: -120px;
    margin-bottom: -90px;
  }
  .circle, .circle2, .polygon {
    display: none;
  }
  a.back_to_jobs_link {
    top: 90px;
    z-index: 999;
  }
  section.padding {
    padding: 20px 0;
  }
  .main-nav ul li a {
    font-size: 20px;
  }
}

/*
span.video_placeholder {
   background: url('../images/video_placeholder.png') no-repeat center;
   max-width: 645px;
   width: 100%;
   height: 342px;
   display: inline-block;
}*/
.benefits_bg {
  background: #10D7D1;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.34%, #10D7D1), color-stop(-0.33%, #1BC7C2), color-stop(96.02%, #01C776));
  background: linear-gradient(90deg, #10D7D1 -0.34%, #1BC7C2 -0.33%, #01C776 96.02%);
}

.benefits .featured_benefits {
  margin-bottom: 30px;
}

.benefits .featured_benefits .tile-title.green {
  color: #10D7B3;
  margin-bottom: 0px;
  padding-top: 10px;
}

.benefits .tile {
  padding-right: 10px;
}

.benefits .tile-title {
  font-size: 18px;
  padding-top: 5px;
  min-height: 50px;
}

.scrum_team_bg {
  background: #10D7D1;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.34%, #10D7D1), color-stop(-0.33%, #1BC7C2), color-stop(96.02%, #01C776));
  background: linear-gradient(90deg, #10D7D1 -0.34%, #1BC7C2 -0.33%, #01C776 96.02%);
}

.benefit_item_featured {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #10D7B3;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.benefit_item {
  color: #fff;
  line-height: 40px;
}

.benefit_item .benefit_icon {
  float: left;
  width: 40px;
  text-align: center;
  height: 100%;
  font-size: 0;
}

.benefit_item span.benefit_text {
  display: inline;
  float: left;
}

.avatar {
  background: none;
  width: 40px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.avatar img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.company_figures {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 50px;
}

.company_figures .figure_label {
  font-size: 17px;
  display: block;
  color: #707070;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 960px) {
  .company_figures .figure_label {
    padding-top: 10px;
    font-size: 15px;
  }
}

.company_figures .figure_value {
  font-size: 48px;
  display: block;
  color: #10D7B3;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 960px) {
  .company_figures .figure_value {
    font-size: 30px;
    padding-bottom: 0;
  }
}

.job_listing {
  margin-top: 40px;
}

.job_listing_row {
  display: block;
  width: 100%;
  margin: 12px 0;
}

.job_listing_row a.job_listing_title {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  width: 100%;
  display: block;
  text-align: left;
}

@media (max-width: 640px) {
  .job_listing_row a.job_listing_title {
    font-size: 20px;
  }
}

.job_listing_row a.job_listing_title > span {
  line-height: 54px;
}

.job_listing_row .salary {
  float: right;
  font-size: 13px;
  font-weight: 400;
}

.job_listing_row .salary span {
  color: #10D7B3;
  border: 1px solid #10D7B3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 4px 15px;
  display: block;
  text-align: center;
}

@media (max-width: 640px) {
  .job_listing_row .salary {
    float: none;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #DCDCDC;
  margin: 0;
  padding: 0;
}

.instagram_feed {
  max-width: auto;
  overflow: hidden;
}

.instagram_feed#metrohm_instagram_feed .owl-prev, .instagram_feed#metrohm_instagram_feed .owl-next {
  position: absolute;
  top: 50%;
  display: block !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px !important;
  color: #FFF !important;
  padding: 0 15px !important;
}

.instagram_feed#metrohm_instagram_feed .owl-prev:hover, .instagram_feed#metrohm_instagram_feed .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.instagram_feed#metrohm_instagram_feed .owl-prev {
  left: 0;
}

.instagram_feed#metrohm_instagram_feed .owl-next {
  right: 0;
}

.owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 388px;
}

.benefits .tile .tile-subtitle, .benefits .tile .tile-title {
  color: #fff;
}

/* Responsive navigation */
/* header */
.header-nav {
  z-index: 3;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header-nav li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header-nav li a:hover,
.header-nav .menu-btn:hover {
  background-color: #f4f4f4;
}

.main-nav {
  margin-top: 20px;
}

/* menu */
.header-nav .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* menu icon */
.header-nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header-nav .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 18px;
}

.header-nav .menu-icon .navicon:before,
.header-nav .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.header-nav .menu-icon .navicon:before {
  top: 5px;
}

.header-nav .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header-nav .menu-btn {
  display: none;
}

.header-nav .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header-nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header-nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-nav .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 60em) {
  .header-nav li {
    float: left;
  }
  .header-nav li a {
    padding: 20px 30px;
  }
  .header-nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header-nav .menu-icon {
    display: none;
  }
}

.main-nav ul li.social_link {
  display: inline-block;
  float: left;
}

.main-nav ul li.social_link a {
  padding: 0 3px;
  margin-right: 0px;
}

.main-nav ul li.social_link a img {
  position: relative;
  top: -8px;
  width: 32px;
}

.main-nav ul li {
  text-align: left !important;
  display: block !important;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .main-nav ul li {
    margin-bottom: 10px;
  }
}

.main-nav ul li.social_link:first-child a {
  margin-left: 200px;
}

.main-nav ul li.social_link a:hover {
  background: none;
}

.main-nav ul li a {
  padding: 0;
  line-height: 1em;
  margin-right: 20px;
  margin-top: 20px;
}

.main-nav ul li a:hover {
  background: none;
}

.recruiting span {
  display: block;
}

.recruiting span.recruiter_position {
  margin-bottom: 10px;
}

.recruiting .recruitment_linkedin_link {
  position: relative;
  top: 8px;
  margin-left: 8px;
}

.form-input-wrapper input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: 0px 2px 0px rgba(199, 199, 199, 0.25);
          box-shadow: 0px 2px 0px rgba(199, 199, 199, 0.25);
  padding: 5px 8px;
  width: 300px;
}

.form-input-wrapper input[type="checkbox"] {
  width: 20px;
}

.buttons {
  margin-top: 30px;
}

.form-textarea-wrapper textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: 0px 2px 0px rgba(199, 199, 199, 0.25);
          box-shadow: 0px 2px 0px rgba(199, 199, 199, 0.25);
  padding: 5px 8px;
  width: 300px;
}

.form-input-wrapper.dropzone {
  width: 300px;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message {
  padding: 5px;
}

.social_share_text {
  margin-top: 20px;
  text-align: center;
}

.social_share_buttons {
  text-align: center;
}

.social_share_buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}

.social_share_buttons ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

@media (max-width: 840px) {
  .form-input-wrapper input {
    width: 100%;
  }
  .form-textarea-wrapper textarea {
    width: 100%;
  }
  .form-input-file.dropzone {
    width: 100%;
  }
  a.secondary-button {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  a.secondary-button.floating-button {
    margin: 0;
  }
  section.hardware_omnis {
    padding-bottom: 20px;
  }
  section.software_omnis {
    padding-top: 20px;
  }
}

@media (max-width: 600px) {
  .header-nav .logo {
    padding: 0px;
  }
  .benefit_item_featured {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 25px;
  }
  .benefits .tile-title {
    min-height: 40px;
  }
  .company_figures {
    margin-top: 30px;
  }
  section.benefits {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  section.instagram_feed {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  section.about_metrohm_hp {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  section.recruiting_process {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  section.join_metrohm_form {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  section.about_metrohm_about_page {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  section.hardware_omnis {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  section.software_omnis {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  section.metrohm_switzerland {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  section.scrum_structure {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.checkboxes label {
  padding-left: 25px !important;
}

.checkboxes label:before {
  margin-top: 3px !important;
}

.cookie-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.cookie-consent__inner {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  max-width: 940px;
  margin: 0 auto;
  padding: 18px 20px;
}

.cookie-consent__inner h3 {
  margin: 0 0 8px 0;
  font-size: 22px;
}

.cookie-consent__inner p {
  margin: 0 0 8px 0;
  color: #404040;
  line-height: 1.4;
}

.cookie-consent__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cookie-consent__button {
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  background: #ffffff;
  color: #3a3a3a;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 20px;
  cursor: pointer;
}

.cookie-consent__button--primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#10D7D1), color-stop(51%, #10D795), to(#10D7D1));
  background-image: linear-gradient(to right, #10D7D1 0%, #10D795 51%, #10D7D1 100%);
  color: #ffffff;
  border-color: #10d7b3;
}

.cookie-consent__button--reject {
  background: #ffffff;
  color: #3a3a3a;
}

.cookie-consent__inner p.cookie-consent__link-line {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

.cookie-consent__link-line a {
  color: #0a8f86;
  text-decoration: underline;
}

.cookie-consent-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1300;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cookie-consent-modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.cookie-consent-modal__dialog {
  position: relative;
  max-width: 760px;
  margin: 40px auto;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  z-index: 1;
}

.cookie-consent-modal__dialog h3 {
  margin: 0 0 14px 0;
}

.cookie-consent-modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ececec;
  padding: 16px 0;
}

.cookie-consent-modal__copy strong {
  display: block;
  margin-bottom: 6px;
}

.cookie-consent-modal__copy p {
  margin: 0;
  color: #505050;
}

.cookie-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.cookie-switch input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.cookie-switch--disabled {
  opacity: 0.7;
}

.cookie-consent-modal__actions {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cookie-settings-trigger {
  margin-left: 14px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  color: #5d5d5d;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  cursor: pointer;
}

@media (max-width: 720px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-consent__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cookie-consent__button {
    width: 100%;
  }

  .cookie-consent-modal__dialog {
    margin: 16px;
    max-height: calc(100vh - 32px);
    padding: 18px;
  }

  .cookie-consent-modal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .cookie-consent-modal__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cookie-settings-trigger {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=metrohm.css.map */
