html {
  min-height: 100%;
  overflow-y: scroll;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
a:focus,
a:active,
button:focus,
button:active {
  box-shadow: none;
  outline: 0 none;
}
@media only screen and (max-width: 767px) {
  .flex-col.row-inner {
    margin-left: -5px;
    margin-right: -5px;
  }
  .flex-col.content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .flex-col .col {
    padding-right: 5px;
    padding-left: 5px;
  }
  h1 {
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 15px;
  }
  h4,
  h5,
  h6 {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 15px;
  }
  .flex-col.row-inner {
    margin-left: -5px;
    margin-right: -5px;
  }
  .flex-col.content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .flex-col .col {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.pimcore_area_content {
  width: 100%;
}
.accordion-teaser {
  padding: 0;
}
.accordion-teaser .headline-wrapper {
  text-align: center;
  padding: 0 20px 0 20px;
}
.accordion-teaser .headline-wrapper h4 {
  text-transform: none;
  margin-top: 18px;
}
.accordion-teaser .headline-wrapper h4:empty {
  margin: 0;
}
.accordion-wrapper {
  padding: 0;
}
.accordion-wrapper .accordion-container {
  padding: 0 0 0 0;
}
.accordion-wrapper .accordion-container .accordion-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 0 0;
}
.accordion-wrapper .accordion-container .accordion-item .tab-head {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 20px 15px 20px;
}
.accordion-wrapper .accordion-container .accordion-item .tab-head .label {
  color: #042357;
  font-weight: 700;
  text-transform: none;
  width: 100%;
}
.accordion-wrapper .accordion-container .accordion-item .tab-head .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url("../img/icons/accordion-open.svg") no-repeat center center transparent;
  display: block;
  height: 18px;
  width: 10px;
}
.accordion-wrapper .accordion-container .accordion-item .tab-head.open .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-wrapper .accordion-container .accordion-item .tab-content {
  display: none;
  padding: 0 20px 20px 20px;
}
.accordion-wrapper .accordion-container .accordion-item .tab-content .col {
  padding: 0;
}
.accordion-wrapper .accordion-container .accordion-item .tab-content .form-list-item {
  padding-left: 0;
  padding-right: 0;
}
.tab-content-list li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px 20px 15px;
}
.tab-content-list li:nth-child(even) {
  background-color: #d8d9d9;
}
.tab-content-list li:nth-child(odd) {
  background-color: #ffffff;
}
.tab-content-list .pimcore_area_wysiwyg-editor li {
  display: list-item;
  padding: 0 0 5px 0;
  background-color: #fff;
}
.download-list-item .download-label {
  color: #042357;
  font-weight: 700;
  width: 80%;
}
.download-list-item .download-icon {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}
.download-list-item .download-icon .download-link {
  color: transparent;
  display: block;
  height: 37px;
  width: 37px;
}
.link-list-item .link-label {
  color: #757575;
}
.link-list-item .link-label a {
  color: #042357;
  font-weight: 700;
  text-decoration: none;
}
body {
  position: relative;
}
body:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
  content: '';
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
body.open:before {
  opacity: 1;
  visibility: visible;
  z-index: 90;
}
header {
  background: #042357;
  padding: 15px 0;
  position: relative;
}
.navigation-toggle {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.navigation-toggle > div {
  align-content: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.navigation-toggle span {
  background: #ffffff;
  content: '';
  display: flex;
  height: 3px;
  margin-bottom: 6px;
  width: 35px;
}
.navigation-toggle span:last-child {
  margin-bottom: 0;
}
.menu-wrapper {
  background: #042357;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  position: fixed;
  top: 0;
  right: -350px;
  max-width: 350px;
  width: 85%;
  z-index: 95;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  overflow-x: scroll;
}
.menu-wrapper .menu-top-row {
  padding: 15px 0 15px 5px;
  width: 100%;
}
.menu-wrapper .menu-close {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.menu-wrapper .menu-close .menu-icon {
  content: '';
  cursor: pointer;
  height: 50px;
  width: 50px;
}
.menu-wrapper .menu-container {
  padding: 25px 0 0 0;
  width: 100%;
}
.menu-wrapper .menu-container li {
  padding: 5px 5px 5px 5px;
}
.menu-wrapper .menu-container a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-transform: none;
}
.menu-wrapper .menu-container a.nav-anatomy-link.disabled {
  color: grey;
  cursor: not-allowed;
}
.menu-wrapper .menu-container a.product-registration-link.disabled {
  color: grey;
  cursor: not-allowed;
}
.menu-wrapper .menu-logo-wrapper {
  align-self: flex-end;
  text-align: center;
  padding: 0 0 25px;
  width: 100%;
}
.menu-wrapper .menu-logo-wrapper img {
  display: inline-flex;
}
.navigation-wrapper.open .menu-wrapper {
  right: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
/* The Modal (background) */
.rnfc-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.rnfc-modal li {
  padding-top: 20px;
}
/* Modal Content */
.rnfc-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.rnfc-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}
.rnfc-modal-close:hover,
.rnfc-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
footer {
  background-color: #042357;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  width: 100%;
  line-height: 150%;
}
.footer-item {
  text-align: center;
  padding: 0 0 0 0;
}
.footer-item p {
  color: #ffffff;
  padding-bottom: 0;
}
.footer-item a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0;
}
.footer-link-row {
  background-color: #ffffff;
  padding: 0 15px 30px 15px;
}
.footer-link-row ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.footer-link-row ul li {
  padding: 0 0 0 5px;
}
.footer-link-row ul li:after {
  color: #ffffff;
  content: '|';
}
.footer-link-row ul li:last-child:after {
  content: '';
}
.footer-link-row ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 5px 0 5px;
}
.footer-link-row ul li a:hover {
  font-weight: bold;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Dots */
.slick-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  width: 100%;
  z-index: 10;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  border-radius: 50%;
  background: #6e7e98;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 10px;
}
.slick-dots li.slick-active button {
  background: #042357;
}
.simple-slider-container {
  background-color: #d8d9d9;
}
.slick-slide {
  position: relative;
}
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-start {
  justify-content: flex-start;
}
.box-end {
  justify-content: flex-end;
}
.box-center {
  justify-content: center;
}
.box-align-center {
  align-items: center;
}
.box-align-start {
  align-items: flex-start;
}
.box-align-end {
  align-items: flex-end;
}
.offset {
  padding-top: 25px;
  padding-bottom: 25px;
}
.offset-top {
  padding-top: 10px;
}
.offset-bottom {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1px) {
  .xs-1 {
    width: 8.33333333%;
  }
  .xs-2 {
    width: 16.66666667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333333%;
  }
  .xs-5 {
    width: 41.66666667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333333%;
  }
  .xs-8 {
    width: 66.66666667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333333%;
  }
  .xs-11 {
    width: 91.66666667%;
  }
  .xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) {
  .s-1 {
    width: 8.33333333%;
  }
  .s-2 {
    width: 16.66666667%;
  }
  .s-3 {
    width: 25%;
  }
  .s-4 {
    width: 33.33333333%;
  }
  .s-5 {
    width: 41.66666667%;
  }
  .s-6 {
    width: 50%;
  }
  .s-7 {
    width: 58.33333333%;
  }
  .s-8 {
    width: 66.66666667%;
  }
  .s-9 {
    width: 75%;
  }
  .s-10 {
    width: 83.33333333%;
  }
  .s-11 {
    width: 91.66666667%;
  }
  .s-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .sm-1 {
    width: 8.33333333%;
  }
  .sm-2 {
    width: 16.66666667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333333%;
  }
  .sm-5 {
    width: 41.66666667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333333%;
  }
  .sm-8 {
    width: 66.66666667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333333%;
  }
  .sm-11 {
    width: 91.66666667%;
  }
  .sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .m-1 {
    width: 8.33333333%;
  }
  .m-2 {
    width: 16.66666667%;
  }
  .m-3 {
    width: 25%;
  }
  .m-4 {
    width: 33.33333333%;
  }
  .m-5 {
    width: 41.66666667%;
  }
  .m-6 {
    width: 50%;
  }
  .m-7 {
    width: 58.33333333%;
  }
  .m-8 {
    width: 66.66666667%;
  }
  .m-9 {
    width: 75%;
  }
  .m-10 {
    width: 83.33333333%;
  }
  .m-11 {
    width: 91.66666667%;
  }
  .m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .l-1 {
    width: 8.33333333%;
  }
  .l-2 {
    width: 16.66666667%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.33333333%;
  }
  .l-5 {
    width: 41.66666667%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.33333333%;
  }
  .l-8 {
    width: 66.66666667%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.33333333%;
  }
  .l-11 {
    width: 91.66666667%;
  }
  .l-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1220px) {
  .xl-1 {
    width: 8.33333333%;
  }
  .xl-2 {
    width: 16.66666667%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-4 {
    width: 33.33333333%;
  }
  .xl-5 {
    width: 41.66666667%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-7 {
    width: 58.33333333%;
  }
  .xl-8 {
    width: 66.66666667%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-10 {
    width: 83.33333333%;
  }
  .xl-11 {
    width: 91.66666667%;
  }
  .xl-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .xxl-1 {
    width: 8.33333333%;
  }
  .xxl-2 {
    width: 16.66666667%;
  }
  .xxl-3 {
    width: 25%;
  }
  .xxl-4 {
    width: 33.33333333%;
  }
  .xxl-5 {
    width: 41.66666667%;
  }
  .xxl-6 {
    width: 50%;
  }
  .xxl-7 {
    width: 58.33333333%;
  }
  .xxl-8 {
    width: 66.66666667%;
  }
  .xxl-9 {
    width: 75%;
  }
  .xxl-10 {
    width: 83.33333333%;
  }
  .xxl-11 {
    width: 91.66666667%;
  }
  .xxl-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1660px) {
  .l-xs-1 {
    width: 8.33333333%;
  }
  .l-xs-2 {
    width: 16.66666667%;
  }
  .l-xs-3 {
    width: 25%;
  }
  .l-xs-4 {
    width: 33.33333333%;
  }
  .l-xs-5 {
    width: 41.66666667%;
  }
  .l-xs-6 {
    width: 50%;
  }
  .l-xs-7 {
    width: 58.33333333%;
  }
  .l-xs-8 {
    width: 66.66666667%;
  }
  .l-xs-9 {
    width: 75%;
  }
  .l-xs-10 {
    width: 83.33333333%;
  }
  .l-xs-11 {
    width: 91.66666667%;
  }
  .l-xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1900px) {
  .l-s-1 {
    width: 8.33333333%;
  }
  .l-s-2 {
    width: 16.66666667%;
  }
  .l-s-3 {
    width: 25%;
  }
  .l-s-4 {
    width: 33.33333333%;
  }
  .l-s-5 {
    width: 41.66666667%;
  }
  .l-s-6 {
    width: 50%;
  }
  .l-s-7 {
    width: 58.33333333%;
  }
  .l-s-8 {
    width: 66.66666667%;
  }
  .l-s-9 {
    width: 75%;
  }
  .l-s-10 {
    width: 83.33333333%;
  }
  .l-s-11 {
    width: 91.66666667%;
  }
  .l-s-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 2500px) {
  .l-sm-1 {
    width: 8.33333333%;
  }
  .l-sm-2 {
    width: 16.66666667%;
  }
  .l-sm-3 {
    width: 25%;
  }
  .l-sm-4 {
    width: 33.33333333%;
  }
  .l-sm-5 {
    width: 41.66666667%;
  }
  .l-sm-6 {
    width: 50%;
  }
  .l-sm-7 {
    width: 58.33333333%;
  }
  .l-sm-8 {
    width: 66.66666667%;
  }
  .l-sm-9 {
    width: 75%;
  }
  .l-sm-10 {
    width: 83.33333333%;
  }
  .l-sm-11 {
    width: 91.66666667%;
  }
  .l-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 3500px) {
  .l-m-1 {
    width: 8.33333333%;
  }
  .l-m-2 {
    width: 16.66666667%;
  }
  .l-m-3 {
    width: 25%;
  }
  .l-m-4 {
    width: 33.33333333%;
  }
  .l-m-5 {
    width: 41.66666667%;
  }
  .l-m-6 {
    width: 50%;
  }
  .l-m-7 {
    width: 58.33333333%;
  }
  .l-m-8 {
    width: 66.66666667%;
  }
  .l-m-9 {
    width: 75%;
  }
  .l-m-10 {
    width: 83.33333333%;
  }
  .l-m-11 {
    width: 91.66666667%;
  }
  .l-m-12 {
    width: 100%;
  }
}
a {
  color: #757575;
  text-decoration: underline;
}
a:hover {
  color: #616161;
  text-decoration: none;
}
a:focus {
  outline: none;
}
p {
  color: #757575;
  padding-bottom: 10px;
}
h1 {
  color: #000000;
  font-weight: 400;
}
h2 {
  color: #000000;
  font-weight: 400;
}
h3 {
  color: #000000;
  font-weight: 400;
}
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
.form-list-wrapper {
  padding: 0 0 0 0;
}
.form-list-wrapper .form-list-container {
  padding: 0 0 0 0;
}
.form-list-wrapper .form-list-container .form-list-item {
  padding: 15px 20px 15px 20px;
}
.form-list-wrapper .form-list-container .form-list-item label {
  color: #042357;
  display: block;
  padding: 0 0 7px 0;
  text-align: center;
  text-transform: none;
  width: 100%;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  background-color: #d8d9d9;
  border: 1px solid transparent;
  padding: 15px 15px 15px 15px;
  width: 100%;
}
textarea {
  background-color: #d8d9d9;
  border: 1px solid transparent;
  max-width: 100%;
  min-height: 150px;
  padding: 15px 15px 15px 15px;
  width: 100%;
  resize: vertical;
}
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #042357;
  border: 2px solid #d8d9d9;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 15px 25px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #d8d9d9;
  border: 2px solid #d8d9d9;
  color: #ffffff;
}
button:hover {
  background: #d8d9d9;
  border: 2px solid #042357;
  color: #042357;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action-bar {
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  width: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #757575;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  background: #ffffff;
  height: 100%;
  min-width: 320px;
}
.logo-wrapper a {
  display: inline-flex;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1660px;
}
.video-wrapper {
  padding: 20px 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-image-teaser {
  padding: 20px 0 20px 0;
}
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-start {
  justify-content: flex-start;
}
.box-end {
  justify-content: flex-end;
}
.box-center {
  justify-content: center;
}
.box-align-center {
  align-items: center;
}
.box-align-start {
  align-items: flex-start;
}
.box-align-end {
  align-items: flex-end;
}
@media only screen and (min-width: 1px) {
  .xs-1 {
    width: 8.33333333%;
  }
  .xs-2 {
    width: 16.66666667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333333%;
  }
  .xs-5 {
    width: 41.66666667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333333%;
  }
  .xs-8 {
    width: 66.66666667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333333%;
  }
  .xs-11 {
    width: 91.66666667%;
  }
  .xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) {
  .s-1 {
    width: 8.33333333%;
  }
  .s-2 {
    width: 16.66666667%;
  }
  .s-3 {
    width: 25%;
  }
  .s-4 {
    width: 33.33333333%;
  }
  .s-5 {
    width: 41.66666667%;
  }
  .s-6 {
    width: 50%;
  }
  .s-7 {
    width: 58.33333333%;
  }
  .s-8 {
    width: 66.66666667%;
  }
  .s-9 {
    width: 75%;
  }
  .s-10 {
    width: 83.33333333%;
  }
  .s-11 {
    width: 91.66666667%;
  }
  .s-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .sm-1 {
    width: 8.33333333%;
  }
  .sm-2 {
    width: 16.66666667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333333%;
  }
  .sm-5 {
    width: 41.66666667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333333%;
  }
  .sm-8 {
    width: 66.66666667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333333%;
  }
  .sm-11 {
    width: 91.66666667%;
  }
  .sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .m-1 {
    width: 8.33333333%;
  }
  .m-2 {
    width: 16.66666667%;
  }
  .m-3 {
    width: 25%;
  }
  .m-4 {
    width: 33.33333333%;
  }
  .m-5 {
    width: 41.66666667%;
  }
  .m-6 {
    width: 50%;
  }
  .m-7 {
    width: 58.33333333%;
  }
  .m-8 {
    width: 66.66666667%;
  }
  .m-9 {
    width: 75%;
  }
  .m-10 {
    width: 83.33333333%;
  }
  .m-11 {
    width: 91.66666667%;
  }
  .m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .l-1 {
    width: 8.33333333%;
  }
  .l-2 {
    width: 16.66666667%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.33333333%;
  }
  .l-5 {
    width: 41.66666667%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.33333333%;
  }
  .l-8 {
    width: 66.66666667%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.33333333%;
  }
  .l-11 {
    width: 91.66666667%;
  }
  .l-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1220px) {
  .xl-1 {
    width: 8.33333333%;
  }
  .xl-2 {
    width: 16.66666667%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-4 {
    width: 33.33333333%;
  }
  .xl-5 {
    width: 41.66666667%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-7 {
    width: 58.33333333%;
  }
  .xl-8 {
    width: 66.66666667%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-10 {
    width: 83.33333333%;
  }
  .xl-11 {
    width: 91.66666667%;
  }
  .xl-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .xxl-1 {
    width: 8.33333333%;
  }
  .xxl-2 {
    width: 16.66666667%;
  }
  .xxl-3 {
    width: 25%;
  }
  .xxl-4 {
    width: 33.33333333%;
  }
  .xxl-5 {
    width: 41.66666667%;
  }
  .xxl-6 {
    width: 50%;
  }
  .xxl-7 {
    width: 58.33333333%;
  }
  .xxl-8 {
    width: 66.66666667%;
  }
  .xxl-9 {
    width: 75%;
  }
  .xxl-10 {
    width: 83.33333333%;
  }
  .xxl-11 {
    width: 91.66666667%;
  }
  .xxl-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1660px) {
  .l-xs-1 {
    width: 8.33333333%;
  }
  .l-xs-2 {
    width: 16.66666667%;
  }
  .l-xs-3 {
    width: 25%;
  }
  .l-xs-4 {
    width: 33.33333333%;
  }
  .l-xs-5 {
    width: 41.66666667%;
  }
  .l-xs-6 {
    width: 50%;
  }
  .l-xs-7 {
    width: 58.33333333%;
  }
  .l-xs-8 {
    width: 66.66666667%;
  }
  .l-xs-9 {
    width: 75%;
  }
  .l-xs-10 {
    width: 83.33333333%;
  }
  .l-xs-11 {
    width: 91.66666667%;
  }
  .l-xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1900px) {
  .l-s-1 {
    width: 8.33333333%;
  }
  .l-s-2 {
    width: 16.66666667%;
  }
  .l-s-3 {
    width: 25%;
  }
  .l-s-4 {
    width: 33.33333333%;
  }
  .l-s-5 {
    width: 41.66666667%;
  }
  .l-s-6 {
    width: 50%;
  }
  .l-s-7 {
    width: 58.33333333%;
  }
  .l-s-8 {
    width: 66.66666667%;
  }
  .l-s-9 {
    width: 75%;
  }
  .l-s-10 {
    width: 83.33333333%;
  }
  .l-s-11 {
    width: 91.66666667%;
  }
  .l-s-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 2500px) {
  .l-sm-1 {
    width: 8.33333333%;
  }
  .l-sm-2 {
    width: 16.66666667%;
  }
  .l-sm-3 {
    width: 25%;
  }
  .l-sm-4 {
    width: 33.33333333%;
  }
  .l-sm-5 {
    width: 41.66666667%;
  }
  .l-sm-6 {
    width: 50%;
  }
  .l-sm-7 {
    width: 58.33333333%;
  }
  .l-sm-8 {
    width: 66.66666667%;
  }
  .l-sm-9 {
    width: 75%;
  }
  .l-sm-10 {
    width: 83.33333333%;
  }
  .l-sm-11 {
    width: 91.66666667%;
  }
  .l-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 3500px) {
  .l-m-1 {
    width: 8.33333333%;
  }
  .l-m-2 {
    width: 16.66666667%;
  }
  .l-m-3 {
    width: 25%;
  }
  .l-m-4 {
    width: 33.33333333%;
  }
  .l-m-5 {
    width: 41.66666667%;
  }
  .l-m-6 {
    width: 50%;
  }
  .l-m-7 {
    width: 58.33333333%;
  }
  .l-m-8 {
    width: 66.66666667%;
  }
  .l-m-9 {
    width: 75%;
  }
  .l-m-10 {
    width: 83.33333333%;
  }
  .l-m-11 {
    width: 91.66666667%;
  }
  .l-m-12 {
    width: 100%;
  }
}
input,
select,
textarea {
  background-color: #fff;
}
.form-wrapper {
  padding: 5px;
}
.form-wrapper .form-field {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-wrapper .form-field.button-pos {
  display: flex;
  width: 100%;
}
.form-wrapper .form-field.button-pos.center {
  justify-content: center;
}
.form-wrapper .form-field.button-pos.right {
  justify-content: flex-end;
}
.form-wrapper label {
  display: block;
  padding: 0 0 5px 0;
  width: 100%;
}
.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  margin-bottom: 5px;
  background-color: #fff;
}
.form-wrapper .submit-button,
.form-wrapper .success-buttons {
  text-align: right;
  color: #fff;
}
.form-wrapper .submit-button input,
.form-wrapper .success-buttons input,
.form-wrapper .submit-button button,
.form-wrapper .success-buttons button,
.form-wrapper .submit-button .button,
.form-wrapper .success-buttons .button {
  margin: 0;
}
.form-wrapper > div {
  margin-bottom: 25px;
}
.form-wrapper .form-checkbox-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.form-wrapper .form-checkbox-wrapper input[type=checkbox] {
  margin-top: 10px;
  cursor: pointer;
}
.form-wrapper .form-checkbox-wrapper label {
  margin-left: 15px;
  cursor: pointer;
}
.form-wrapper select {
  cursor: pointer;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #757575;
  border: 1px solid #2d2d2d;
  padding: 10px 15px;
  width: 100%;
}
select {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #757575;
  border: 1px solid #2d2d2d;
  padding: 10px 15px;
  width: 100%;
}
textarea {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #757575;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  min-height: 150px;
  padding: 10px 15px;
  width: 100%;
  resize: vertical;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="submit"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url('../img/icons/arrow-down-grey.svg');
  background-size: auto 11px ;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
input,
select,
textarea {
  outline: 0;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2d2d;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #2d2d2d;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #2d2d2d;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: transparent !important;
}
.checkbox-row > div {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.checkbox-row > div input {
  margin-right: 10px;
}
.newsletter-confirm {
  width: 100%;
}
.product-registration {
  width: 100%;
}
.product-registration #registration_form {
  margin-bottom: 0;
}
.product-registration .registration-text {
  margin-bottom: 10px;
}
.product-registration form {
  font-size: 1.4rem;
}
.product-registration form label.required:after {
  content: "*";
}
.product-registration .submit-button {
  text-align: center;
}
.product-registration .form-error {
  color: darkred;
  font-size: 70%;
}
.product-registration .registration-title {
  margin-top: 20px;
}
.product-registration .form-end-labels {
  margin-bottom: 0;
}
.product-registration .form-end-labels p {
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}
.product-registration .three-b-scientific-form-row {
  margin-bottom: 10px;
  width: 100%;
}
.product-registration .three-b-scientific-form-row input[type=text].bold,
.product-registration .three-b-scientific-form-row input[type=email].bold,
.product-registration .three-b-scientific-form-row input[type=date].bold,
.product-registration .three-b-scientific-form-row select.bold {
  font-weight: bold;
  color: #000;
}
.product-registration .three-b-scientific-form-row.disabled {
  display: none;
}
.product-registration .three-b-scientific-form-row.border {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #757575;
  border: 1px solid #2d2d2d;
  padding: 10px 15px;
}
.product-registration .three-b-scientific-form-row.border.form-row-error {
  border-color: darkred;
}
.product-registration .three-b-scientific-form-row.border input[type=text],
.product-registration .three-b-scientific-form-row.border input[type=email],
.product-registration .three-b-scientific-form-row.border input[type=date],
.product-registration .three-b-scientific-form-row.border select {
  outline: none;
  border: none;
  display: block;
  width: 100%;
  padding: 0 15px 0 0;
}
.product-registration .three-b-scientific-form-row.border label {
  display: block;
  font-size: 70%;
  color: #2d2d2d;
  width: 100%;
}
.product-registration .three-b-scientific-form-row.border .form-error-list {
  padding-bottom: 5px;
}
.product-registration .three-b-scientific-form-row.form-row-error .form-checkbox-wrapper label,
.product-registration .three-b-scientific-form-row.form-row-error .form-checkbox-wrapper a {
  color: darkred;
}
.form-success {
  font-size: 1.8rem;
  text-align: center;
}
.button-link a {
  padding: 0px;
  color: #fff;
  text-decoration: none;
}
.button-link:hover a {
  color: unset;
}
.text-centered {
  text-align: center;
}
body {
  font-size: 1.8rem;
}
a.button,
button.button,
input[type="submit"].button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  border: 0 none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 18px;
  text-decoration: none;
  padding: 15px 25px;
}
.menu-wrapper .menu-close {
  padding-right: 15px;
}
.menu-wrapper .menu-close .menu-icon {
  display: flex;
  align-items: center;
}
.menu-wrapper .menu-close .menu-icon:after {
  content: "\00d7";
  display: flex;
  font-size: 3em;
  color: #fff;
}
.menu-wrapper .menu-container a {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 9px;
  margin-bottom: 28px;
}
.certificate-teaser {
  padding: 0;
  position: relative;
}
.certificate-teaser .text-wrapper {
  background: #042357;
  color: #ffffff;
  display: flex;
  padding: 20px;
  margin-top: 40px;
}
.certificate-teaser .text-wrapper .content {
  width: 100%;
}
.certificate-teaser .text-wrapper .content .title {
  font-weight: 700;
  text-transform: none;
}
.certificate-teaser .text-wrapper .icon-wrapper {
  margin-top: -30px;
}
.certificate-teaser.not-certified .text-wrapper .content .title {
  color: #ff0000;
}
.cms-wrapper {
  padding: 20px 0;
}
.cms-wrapper ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 20px;
}
.cms-wrapper ul li {
  padding-bottom: 5px;
}
.cms-wrapper ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 20px;
}
a.nav-anatomy-link {
  color: #174F92;
  text-decoration: underline;
}
a.nav-anatomy-link.disabled {
  color: #6494CD;
  cursor: not-allowed;
  text-decoration: none;
}
a.product-registration-link {
  color: #174F92;
  text-decoration: underline;
}
a.product-registration-link.disabled {
  color: #6494CD;
  cursor: not-allowed;
  text-decoration: none;
}
blockquote {
  text-align: center;
  padding: 20px 0;
}
blockquote h4 {
  font-size: 2.2rem;
  color: #042357;
  font-weight: 700;
  text-transform: none;
  line-height: 26px;
}
blockquote .quote,
blockquote .author {
  font-style: italic;
  font-weight: 300;
}
blockquote .author {
  padding-top: 20px;
}
.simple-slider-wrapper {
  padding: 15px 0 35px 0;
}
.slider-image-container {
  border-top: 3px solid #042357;
  position: relative;
  overflow: hidden;
}
.slider-image-container .slider-step-count {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 4rem;
  align-items: center;
  background: #042357;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  height: 72px;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: -15px 0 0 -10px;
  width: 72px;
  z-index: 5;
}
.slider-content-container {
  padding: 20px;
}
.slider-content-container .slider-slide-count {
  color: #042357;
  text-transform: none;
}
.slider-content-container .slider-slide-headline {
  color: #042357;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: none;
}
.slider-content-container .cms-wrapper {
  color: #042357;
  font-weight: 300;
  padding: 20px 0 0 0;
}
.slick-prev {
  display: none !important;
}
button.slick-next {
  background: transparent;
  bottom: -35px;
  border: 0 none;
  height: 70px;
  position: absolute;
  right: 15px;
  width: 70px;
  padding: 0;
}
button.slick-next svg {
  position: relative;
  top: 0;
  left: 0;
}
.error-404 .headline {
  color: #042357;
  font-size: 40px;
}
.error-404 .sub-headline {
  color: #042357;
  font-size: 50px;
}
.error-404 .description {
  color: #042357;
  font-size: 22px;
}
.thing-data > li {
  padding-bottom: 20px;
}
