@charset "UTF-8";
/*!
Theme Name:  Dimetix Theme
Theme URI:   http://zweidesign.ch
Description: This is a child theme of zweidesign-theme (Framework by zweidesign)
Author:      Thierry Hinder
Author URI:  http://zweidesign.ch
Template:    zweidesign-theme
Version:     1.0.0
License:
License URI:
Tags:        responsive-layout
Text Domain: dimetix-theme
*/
@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700);
*, *:before, *:after {
  box-sizing: border-box;
}

a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}

.compact-link {
  display: none;
}

ul ul, ul ul ul {
  list-style-type: disc;
}

html {
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

body {
  margin: 0;
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

hr {
  border: 0;
  height: 1px;
  background-color: red;
}

blockquote {
  margin-top: 0;
  margin-bottom: 0.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}

ul {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 20px;
}

figure {
  margin-top: 0;
  margin-bottom: 0.5em;
}

a {
  text-decoration: none;
  transition: color 0.3s;
}
a:link {
  color: #666;
}
a:visited {
  color: #666;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.85rem;
}

i {
  font-style: italic;
}

b {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

table {
  margin-top: 0;
  margin-bottom: 0.5em;
  border-collapse: collapse;
}

td {
  padding: 0.5em 1em;
  border-width: 0 0;
  border-style: solid;
  border-color: red;
}

th {
  padding: 0.5em 1em;
  border-width: 0 0;
  border-style: solid;
  border-color: red;
  color: #FFF;
  background-color: red;
  text-align: left;
}

form > fieldset > div, form > div {
  margin-bottom: 1em;
}

fieldset {
  margin: 0;
  border: 1px solid #666;
}

legend {
  color: #666;
}

label {
  display: block;
}

input, select, textarea {
  -webkit-appearance: none;
  display: block;
  vertical-align: middle;
  font-family: "Istok Web", sans-serif;
  font-size: 15px;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  width: 300px;
  height: 2.5em;
  max-width: 100%;
  background-color: #FFF;
}
input[type=file], input[type=radio], input[type=checkbox], select[type=file], select[type=radio], select[type=checkbox], textarea[type=file], textarea[type=radio], textarea[type=checkbox] {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
}
input[type=radio], input[type=checkbox], select[type=radio], select[type=checkbox], textarea[type=radio], textarea[type=checkbox] {
  display: inline-block;
}
input[type=radio] + label, input[type=checkbox] + label, select[type=radio] + label, select[type=checkbox] + label, textarea[type=radio] + label, textarea[type=checkbox] + label {
  display: inline-block;
}
input[type=range], select[type=range], textarea[type=range] {
  margin: 0;
  padding: 0;
  border: none;
}
input:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: #666;
}
input[type=radio]:focus, input[type=checkbox]:focus, select[type=radio]:focus, select[type=checkbox]:focus, textarea[type=radio]:focus, textarea[type=checkbox]:focus {
  outline: 1px auto black;
}
input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
  color: red;
  border-color: red;
}
input[type=file]:focus:invalid:focus, input[type=radio]:focus:invalid:focus, input[type=checkbox]:focus:invalid:focus, select[type=file]:focus:invalid:focus, select[type=radio]:focus:invalid:focus, select[type=checkbox]:focus:invalid:focus, textarea[type=file]:focus:invalid:focus, textarea[type=radio]:focus:invalid:focus, textarea[type=checkbox]:focus:invalid:focus {
  outline: red;
}
input[disabled], select[disabled], textarea[disabled] {
  cursor: not-allowed;
  background-color: #e5e5e5;
  color: #FFF;
}
input[readonly], select[readonly], textarea[readonly] {
  background-color: #FFF;
  color: #666;
  border-color: #666;
}

button, input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: none;
  font-family: "Istok Web", sans-serif;
  font-size: 15px;
  padding: 0 1em;
  color: #FFF;
  background-color: #666;
  transition: background-color 0.3s;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 300px;
  height: 2.5em;
  max-width: 100%;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus {
  background-color: black;
}
button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus {
  outline: 0;
}
button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  position: relative;
  top: 1px;
}
button[disabled], input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] {
  background-color: #e5e5e5;
  cursor: not-allowed;
}

select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select[multiple] {
  height: auto;
}

textarea {
  height: auto;
}

.footer-content-3 ul, .nav-lang, .frm-menu ul, .component-accordion, .application-content ul.related-products, .accessory-content ul.related-products, .knowledgebase-content ul.related-products, ul.triangle, .widget_events_maker_list ul, .widget_recent_entries ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  transition: fill 0.3s;
  position: relative;
  top: -0.0625em;
}

.application-content ul.related-products, .accessory-content ul.related-products, .knowledgebase-content ul.related-products, ul.triangle, .widget_events_maker_list ul, .widget_recent_entries ul {
  position: relative;
  list-style-type: none;
}
.application-content ul.related-products li, .accessory-content ul.related-products li, .knowledgebase-content ul.related-products li, ul.triangle li, .widget_events_maker_list ul li, .widget_recent_entries ul li {
  padding-left: 1em;
  margin-bottom: 0.3em;
}
.application-content ul.related-products li:before, .accessory-content ul.related-products li:before, .knowledgebase-content ul.related-products li:before, ul.triangle li:before, .widget_events_maker_list ul li:before, .widget_recent_entries ul li:before {
  content: "";
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  background-image: url("favicon.png");
  background-size: contain;
  position: absolute;
  left: 0;
  margin-top: 0.3em;
}

.frm-nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99997;
}
.sticky-fixed.is-sticky.frm-nav {
  position: fixed;
  backface-visibility: hidden;
}
.sticky-fixed.is-absolute.frm-nav {
  position: absolute;
}

.component-accordion input[type=checkbox],
.component-accordion input[type=radio] {
  display: none;
}

.component-accordion label {
  width: 100%;
  cursor: pointer;
}

.component-accordion input[type=checkbox] + label + div,
.component-accordion input[type=radio] + label + div {
  max-height: 0;
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  overflow: hidden;
}

.component-accordion input[type=checkbox]:checked ~ div,
.component-accordion input[type=radio]:checked ~ div {
  max-height: 10000px;
  transition: max-height 1s linear;
  overflow: visible;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
}

.wp-caption-text {
  font-size: 0.85rem;
  padding-top: 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky {
  /*!*/
}

.gallery-caption {
  /*!*/
}

.bypostauthor {
  /*!*/
}

article .alignleft, article .alignright,
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

@media all and (max-width: 29.9375em) {
  .alignleft, .alignright {
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.widget {
  margin-bottom: 2em;
}

.title_archive + hr {
  margin: 0 0 3.125% 0;
}

@media all and (min-width: 60em) {
  .frm-page .frm-header {
    order: 0;
  }
}

.frm-page {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.frm-main {
  flex: 1 0 auto;
}

.frm-header, .frm-nav, .frm-footer {
  flex-shrink: 0;
}

@media all and (max-width: 59.9375em) {
  .compact-link {
    display: block;
  }

  .compact-link-icon {
    align-self: flex-start;
  }

  .compact-page {
    position: relative;
  }
  .compact-page, .compact-page > .frm-page > *, .compact-page .sticky-fixed {
    right: 0;
    transition: right 0.3s;
  }
  .compact-page .frm-logo {
    flex: 1;
  }
  .compact-page .frm-menu {
    js-display: flex;
    display: flex;
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    right: -250px;
    transition: right 0.3s;
    overflow: scroll;
    padding: 10px 3.125% 0;
    background-color: transparent;
  }
  .compact-page .frm-menu > ul {
    flex: 1;
    order: -1;
  }
  .compact-page .frm-menu, .compact-page .frm-menu a {
    color: #666;
  }
  .compact-page .frm-menu:hover, .compact-page .frm-menu a:hover {
    color: black;
  }
  .compact-page .frm-menu li.current-menu-item > a, .compact-page .frm-menu li.current_page_item > a {
    color: red;
  }
  .compact-page .frm-menu > ul > li {
    padding: 0.3em 0;
  }
  .compact-page .frm-menu > ul > li li {
    padding: 0.3em 1em 0;
  }
  .compact-page .compact-overlay {
    height: 0;
    width: 0;
    background-color: rgba(102, 102, 102, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .compact-page.compact-open {
    min-height: 100vh;
  }
  .compact-page.compact-open, .compact-page.compact-open > .frm-page > *, .compact-page.compact-open .sticky-fixed {
    right: 250px;
  }
  .compact-page.compact-open .frm-menu {
    right: 0;
  }
  .compact-page.compact-open .compact-overlay {
    height: auto;
    width: auto;
    z-index: 99998;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
}
.icon-Yes {
  width: 1em;
  height: 1em;
}

.main-search .icon, .compact-search .icon {
  width: 1.5em;
  height: 1.5em;
  transform: scaleX(-1);
}

.header-image {
  height: 0;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 80em) {
  .header-image {
    padding-bottom: 128px;
  }
}

.frm-nav {
  background-color: #FFF;
}

.frm-nav-inner {
  max-width: none;
  margin: auto;
}

.frm-nav-block {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  padding: 10px 3.125% 0;
}
.frm-nav-block, .frm-nav-block a {
  color: #666;
}
.frm-nav-block a:hover {
  color: black;
}

@media screen and (min-width: 960px) {
  .frm-menu > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .frm-menu > ul > li {
    position: relative;
    float: left;
    background-color: transparent;
  }
  .frm-menu > ul > li:hover, .frm-menu > ul > li.current-menu-item, .frm-menu > ul > li.current-menu-ancestor, .frm-menu > ul > li.current_page_item, .frm-menu > ul > li.current_page_ancestor {
    background-color: transparent;
  }
  .frm-menu > ul > li.current-menu-item > a, .frm-menu > ul > li.current_page_item > a {
    color: red;
    cursor: default;
  }
  .frm-menu > ul > li > a {
    display: block;
    padding: 0.2em 0;
  }
  .frm-menu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99997;
    background-color: transparent;
  }
  .frm-menu ul.sub-menu-depth-1 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .frm-menu ul.sub-menu-depth-1 li a {
    display: block;
    padding: 0.3em 0.6em;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .frm-menu ul.sub-menu-depth-1 li a:hover, .frm-menu ul.sub-menu-depth-1 li.current-menu-item > a, .frm-menu ul.sub-menu-depth-1 li.current_page_item > a {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .frm-menu ul.sub-menu-depth-1 li.current-menu-item > a, .frm-menu ul.sub-menu-depth-1 li.current_page_item > a {
    color: red;
    cursor: default;
  }
  .frm-menu ul.sub-menu-depth-1 > li > a {
    padding-left: 0.6em;
  }
  .frm-menu ul.sub-menu-depth-2 > li > a {
    padding-left: 1.2em;
  }
  .frm-menu ul.sub-menu-depth-3 > li > a {
    padding-left: 1.8em;
  }
  .frm-menu ul.sub-menu-depth-4 > li > a {
    padding-left: 2.4em;
  }
  .frm-menu ul.sub-menu-depth-5 > li > a {
    padding-left: 3em;
  }
  .frm-menu ul.sub-menu-depth-6 > li > a {
    padding-left: 3.6em;
  }
  .frm-menu ul.sub-menu-depth-7 > li > a {
    padding-left: 4.2em;
  }
  .frm-menu ul.sub-menu-depth-8 > li > a {
    padding-left: 4.8em;
  }
  .frm-menu ul.sub-menu-depth-9 > li > a {
    padding-left: 5.4em;
  }
  .frm-menu ul.sub-menu-depth-10 > li > a {
    padding-left: 6em;
  }
}
.frm-menu a[href="#"] {
  cursor: default;
}

.frm-main {
  word-wrap: break-word;
}

.frm-main-inner {
  max-width: none;
  margin: auto;
}

.frm-loop {
  max-width: 100%;
  padding: 1.5625vw 3.125%;
}

.loop-pagination {
  overflow: hidden;
  clear: both;
}

.frm-aside {
  padding: 1.5625vw 3.125%;
}

.frm-article {
  padding: 0 0 3.125% 0;
}

.frm-footer {
  background-color: transparent;
}

.frm-footer-inner {
  max-width: none;
  margin: auto;
}

.frm-footer-block {
  padding: 1.5625vw 3.125%;
}
.frm-footer-block, .frm-footer-block a {
  color: #666;
}
.frm-footer-block a:hover {
  color: black;
}

.header-slides {
  position: relative;
}

.header-image {
  position: relative;
}

body.home .header-image {
  padding-bottom: 30%;
}

.header-slides-text {
  color: #FFF;
  font-size: 5.6vw;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
}

.slidesjs-pagination {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  top: 62%;
  transform: translateY(-50%);
  height: 24px;
}

.slidesjs-pagination-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 50%;
  margin: 4px;
}
.slidesjs-pagination-item a {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  border-radius: 50%;
  color: transparent;
  transition: all 2.5s;
}
.slidesjs-pagination-item a.active {
  background-color: red;
}

.frm-nav {
  border-bottom: 2px solid red;
}

.frm-nav-block {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.frm-logo {
  display: inline-block;
  width: 16%;
  padding: 10px 3.125% 0;
  padding-right: 0;
  padding-bottom: 18px;
}
.frm-logo img {
  width: 140px;
}

.frm-menu {
  display: inline-block;
  width: 60%;
  padding: 10px 3.125% 0;
  padding-right: 0;
  padding-bottom: 0;
}

.compact-link-open {
  padding: 10px 3.125% 0;
  padding-top: 27px;
}

.nav-aside {
  display: inline-block;
  width: 24%;
  padding: 10px 3.125% 0;
  padding-bottom: 18px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 59.9375em) {
  .nav-aside {
    display: none;
  }
}

.nav-label {
  line-height: 1;
  display: inline-block;
  width: 50%;
}
.nav-label img {
  position: relative;
  bottom: 1px;
  width: 110px;
  max-width: 100%;
}

.nav-lang {
  display: inline-block;
  width: 50%;
  text-align: right;
  margin: 0;
  line-height: 1;
}

li.lang-item {
  display: inline-block;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
li.lang-item.current-lang a {
  pointer-events: none;
  cursor: default;
  color: red;
}

.frm-menu > ul > li > a {
  font-weight: 700;
}
.frm-menu ul.sub-menu-depth-1 {
  visibility: visible;
  opacity: 1;
  display: none;
}
body.compact .current_page_ancestor .sub-menu-depth-1 {
  display: block;
}

@media all and (max-width: 59.9375em) {
  .compact-page .frm-menu {
    padding-top: 27px;
    padding-left: 1.5em;
  }
}
@media all and (min-width: 60em) {
  .frm-menu {
    position: relative;
    right: 0.6em;
  }
  .frm-menu > ul > li {
    margin-left: 1%;
    padding-left: 0;
    padding-right: 0.6em;
    border-bottom: 8px solid transparent;
    transition: border 0.3s;
  }
  .frm-menu > ul > li:first-child {
    margin-left: 0;
  }
  .frm-menu > ul > li:hover, .frm-menu > ul > li.current-menu-item, .frm-menu > ul > li.current-menu-ancestor, .frm-menu > ul > li.current_page_item, .frm-menu > ul > li.current_page_ancestor {
    border-bottom: 8px solid red;
  }
  .frm-menu ul.sub-menu-depth-1 {
    top: calc(100% + 8px + 2px);
    width: 160px;
    border: 1px solid #b2b2b2;
  }
  .frm-menu ul.sub-menu-depth-1 > li > a {
    font-weight: 700;
  }
  .frm-menu ul.sub-menu-depth-2 li a {
    padding-top: 0;
    padding-bottom: 0.3em;
  }
  .frm-menu .lang-item {
    display: none;
  }
}
@media all and (min-width: 80em) {
  .frm-menu > ul > li {
    margin-left: 3%;
  }
  .frm-menu > ul > li:first-child {
    margin-left: 0;
  }
}
.frm-main-inner {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.main-white {
  display: none;
}
@media all and (min-width: 60em) {
  .main-white {
    display: block;
    display: inline-block;
    width: 16%;
  }
}

.frm-loop {
  display: inline-block;
  width: 100%;
  display: inline-block;
  width: 84%;
}
body.home .frm-loop {
  padding-top: 3.125vw;
  display: inline-block;
  width: 60%;
}

.breadcrumbs {
  margin-bottom: 3em;
  font-size: 0.85rem;
}
.breadcrumbs img {
  height: 0.7em;
  position: relative;
  top: -0.0625em;
}

.main-search input, .compact-search input {
  display: inline-block;
  border: none;
  width: 0;
  transition: width 0.3s;
  padding: 0;
}
.main-search input.visible, .compact-search input.visible {
  width: 140px;
  padding: 0.5em;
}

.main-search {
  display: none;
  position: absolute;
  top: -10px;
  right: 0;
  margin: 1.5625vw 3.125%;
  padding-left: 0.5em;
}
.main-search form {
  padding: 0.2em;
}
@media all and (min-width: 60em) {
  .main-search {
    display: block;
  }
}

.compact-search {
  display: block;
  margin-top: 20px;
}
.compact-search form {
  padding: 0;
}
@media all and (min-width: 60em) {
  .compact-search {
    display: none;
  }
}

.frm-aside {
  display: inline-block;
  width: 100%;
  display: inline-block;
  width: 24%;
  padding-top: 3.625vw;
  margin-top: 44px;
}

.frm-aside .widget {
  padding: 10px;
  background-color: #e5e5e5;
  border-top: 1px solid red;
}

.widget_search .search-submit {
  display: none;
}

.widget_events_maker_list ul li:before {
  margin-top: 0.36em;
}
.widget_events_maker_list li {
  margin-bottom: 0.4em;
}
.widget_events_maker_list .entry-date {
   font-size: 0.85rem;
}

.widget_my_recent_entries ul, .widget_events_maker_list ul {
  list-style-type: none;
  padding: 0;
}
.widget_my_recent_entries li.widget-news-list-item, .widget_events_maker_list li.widget-news-list-item {
  display: flex;
  margin-bottom: 20px;
  padding-left: 0;
}
.widget_my_recent_entries li.widget-news-list-item:before, .widget_events_maker_list li.widget-news-list-item:before {
  display: none;
}
.widget_my_recent_entries .post-thumbnail, .widget_events_maker_list .post-thumbnail {
  margin-top: 3px;
  width: 75px;
  height: 75px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  flex-shrink: 0;
}
.widget_my_recent_entries .post-text, .widget_events_maker_list .post-text {
  margin-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-grow: 1;
}
.widget_my_recent_entries .post-date, .widget_events_maker_list .post-date {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-bottom: 5px;
}
.widget_my_recent_entries .post-title, .widget_events_maker_list .post-title {
  font-weight: 700;
  line-height: 1.2;
}

.frm-aside .widget_my_recent_entries li, .frm-aside .widget_events_maker_list li {
  margin-bottom: 10px;
}
.frm-aside .widget_my_recent_entries .post-thumbnail, .frm-aside .widget_events_maker_list .post-thumbnail {
  width: 50px;
  height: 50px;
  padding: 0;
}
.frm-aside .widget_my_recent_entries .post-text, .frm-aside .widget_events_maker_list .post-text {
  margin-left: 10px;
}
.frm-aside .widget_my_recent_entries .post-date, .frm-aside .widget_events_maker_list .post-date {
  margin-bottom: 0;
}

.frm-article {
  max-width: 800px;
}

.frm-article#comparison, .frm-article#vergleich, .frm-article#comparison-ru, .frm-article#comparison-zh, .frm-article#comparison-ja {
  max-width: 1200px;
}

.img-readmore {
  height: 0.7em;
  position: relative;
  top: -0.0625em;
  left: -0.15em;
}

article.event .event-info, article.event .event-exhibitors {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 2em;
}
article.event .event-info-text, article.event .event-exhibitors-text {
  width: 100%;
}
@media all and (min-width: 60em) {
  article.event .event-info-text, article.event .event-exhibitors-text {
    width: 60%;
  }
}
article.event .event-info-logo, article.event .event-exhibitors-logo {
  width: 100%;
}
@media all and (min-width: 60em) {
  article.event .event-info-logo, article.event .event-exhibitors-logo {
    width: 35%;
    order: -1;
  }
}
article.event .event-info-text h1 {
  text-transform: uppercase;
}
article.event .event-info-logo img {
  width: 100%;
  max-width: 300px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
article.event .event-exhibitors-text h2, article.event .event-exhibitors-logo h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
article.event .event-exhibitors-logo img {
  height: 75px;
  width: auto;
  padding: 5px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media all and (min-width: 60em) {
  article.event .event-exhibitors-logo {
    margin-left: 10px;
    text-align: right;
  }
}

.frm-footer {
  font-size: 0.85rem;
}

.frm-footer-inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.frm-footer-block {
  padding-top: 0;
}

.footer-laser-block {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 10px;
  margin: 1.5625vw 3.125%;
  margin-bottom: 20px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-image: linear-gradient(to right, red 0%, red 70%, white 100%);
}

.footer-laser {
  position: absolute;
  left: -7px;
  top: -11px;
}
.footer-laser img {
  display: block;
  width: 22px;
}

.footer-white {
  display: none;
}
@media all and (min-width: 60em) {
  .footer-white {
    display: block;
    display: inline-block;
  }
}

.footer-content-1 {
  display: inline-block;
  display: inline-block;
  display: inline-block;
}

.footer-content-2 {
  display: inline-block;
  display: inline-block;
  display: inline-block;
}

.footer-content-3 {
  display: inline-block;
  display: inline-block;
  display: inline-block;
}
.footer-content-3 ul {
  margin-bottom: 0.5em;
}

.footer-content-4 {
  display: inline-block;
  display: inline-block;
  display: inline-block;
}

.component-accordion {
  margin-bottom: 20px;
}
.component-accordion > li {
  margin-bottom: 10px;
}

@media all and (min-width: 60em) {
  .postid-3131 .component-accordion,
.postid-3105 .component-accordion,
.postid-5468 .component-accordion {
    width: 77.75vw;
  }
}
.accordion-label {
  padding: 6px 10px 4px;
  background-color: #e5e5e5;
  border-top: 1px solid red;
  font-size: 1rem;
  font-weight: 700;
}

.accordion-content {
  background-color: #e5e5e5;
  padding-left: calc(10px + 1em + 10px);
  padding-right: calc(10px + 1em + 10px);
}
.accordion-content > *:first-child {
  padding-top: 1em;
}

input[type=checkbox] + .accordion-label .icon {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  fill: red;
  transition: all 0.5s;
}

input[type=checkbox]:checked + .accordion-label .icon {
  fill: #666;
  transform: rotate(90deg);
}

.spec-label, .spec-value, .spec-group, .spec-filter, .spec-filter-label {
  display: none;
}

html[lang|=en] .spec-lang-en, html[lang|=de] .spec-lang-de, html[lang|=ru] .spec-lang-ru, html[lang|=zh] .spec-lang-zh, html[lang|=ja] .spec-lang-ja {
  display: table-cell;
}

html[lang|=en] .spec-filter-label-lang-en, html[lang|=de] .spec-filter-label-lang-de, html[lang|=ru] .spec-filter-label-lang-ru, html[lang|=zh] .spec-filter-label-lang-zh, html[lang|=ja] .spec-filter-label-lang-ja {
  display: inline;
}

@media screen and (max-width: 959px) {
  .spec-mobile-select-0, .spec-mobile-column-0 {
    display: table-cell;
  }

  body.page .spec-wrapper {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .spec-desktop, .spec-comparison {
    display: table-cell;
  }

  body.page .spec-filter {
    display: block;
  }

  .mobile-only, .spec-mobile {
    display: none !important;
  }
}
@media print {
  .spec-desktop, .spec-comparison {
    display: table-cell;
  }

  body.page .spec-filter {
    display: block;
  }

  .mobile-only, .spec-mobile {
    display: none !important;
  }
}
.spec-filter  {
  margin: 1em 0;
}

.spec-select, .spec-filter-select {
  display: inline-block;
  -webkit-appearance: menulist;
  width: auto;
  height: 2em;
  padding: 0.2em;
}

.spec-wrapper {
  border: 1px solid #666;
  overflow: auto;
}

.spec-table {
  width: 100%;
  margin-bottom: 0;
  background-color: #FFF;
  font-size: 11px;
}
.spec-table tbody tr:nth-child(odd) {
  background-color: #FFF;
}
.spec-table tbody tr:nth-child(even) {
  background-color: rgba(255, 0, 0, 0.1);
}
.spec-table td {
  height: 3em;
  padding: 5px;
}

.spec-head td {
  background-color: #666;
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
}

.spec-head {
  /*
   @at-root {
       body.admin-bar .specs-head {
           top: $header-height + 32px;
  @media (max-width: 782px) {
  	top: $header-height + 46px;
  }
  @media (max-width: 600px) {
  	top: $header-height;
  }
       }
   }

   &.sticky-fixed.is-sticky {
       position: fixed;
       backface-visibility: hidden;
   }

   &.sticky-fixed.is-absolute {
       position: absolute;
   }
   */
}

.spec-group, .spec-group-dummy {
  background-color: #e5e5e5;
  font-weight: 700;
  font-size: 13px;
}

.spec-label, .spec-group {
  border-right: 1px dashed #b2b2b2;
}

.spec-value {
  text-align: center;
  min-width: 80px;
}

.spec-value.spec-desktop, .spec-value.spec-mobile, body.single-product .spec-group-dummy {
  border-left: 1px dashed #b2b2b2;
}

.specs-wrapper {
  padding-bottom: 1em;
}

.specs {
  display: flex;
  max-width: 1000px;
  border: 1px solid #666;
  font-size: 11px;
  background-color: #FFF;
  overflow-x: scroll;
  overflow-y: hidden;
}

.specs-labels {
  flex: 1;
  display: none;
}
.specs-labels .specs-head {
  width: 100%;
  max-width: 700px;
}

.specs-category {
  display: flex;
}
.specs-category:first-of-type {
  flex: 1;
}
.specs-category .specs-content:nth-of-type(3) .specs-cell {
  border-left: 1px dashed #b2b2b2;
}
html[lang|=en] .specs-category:first-of-type .specs-labels.lang-en:nth-of-type(1) {
  display: block;
}

html[lang|=de] .specs-category:first-of-type .specs-labels.lang-de:nth-of-type(2) {
  display: block;
}

html[lang|=ru] .specs-category:first-of-type .specs-labels.lang-ru:nth-of-type(3) {
  display: block;
}

html[lang|=zh] .specs-category:first-of-type .specs-labels.lang-zh:nth-of-type(4) {
  display: block;
}

html[lang|=ja] .specs-category:first-of-type .specs-labels.lang-ja:nth-of-type(4) {
  display: block;
}

.specs-content {
  text-align: center;
}
.specs-content .specs-cell {
  align-items: center;
}

.specs-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  line-height: 1;
  min-width: 73px;
  height: 3rem;
}
.specs-cell:nth-child(odd) {
  background-color: #FFF;
}
.specs-cell:nth-child(even) {
  background-color: rgba(255, 0, 0, 0.1);
}
.specs-cell.specs-group-head {
  font-size: 13px;
  font-weight: 700;
  background-color: #e5e5e5;
}
.specs-cell .icon-No {
  display: none;
}
@media (min-width: 792px) {
  .specs-cell {
    min-width: 73px;
    height: 3rem;
  }
}
@media (min-width: 1110px) {
  .specs-cell {
    min-width: 80px;
    height: 2.5rem;
  }
}

.specs-head {
  border-bottom: 2px solid #666;
  font-weight: 700;
  color: #FFF;
  background-color: #666 !important;
}
@media (min-width: 1110px) {
  .specs-head {
    font-size: 13px;
  }
}

@media (min-width: 1025px) {
  .specs-head {
    position: sticky;
    top: 86px;
    width: auto;
    z-index: 1;
  }
  body.admin-bar .specs-head {
    top: 118px;
  }
}
@media (min-width: 1025px) and (max-width: 782px) {
  body.admin-bar .specs-head {
    top: 132px;
  }
}
@media (min-width: 1025px) and (max-width: 600px) {
  body.admin-bar .specs-head {
    top: 86px;
  }
}
@media (min-width: 1025px) {
  .specs-head.sticky-fixed.is-sticky {
    position: fixed;
    backface-visibility: hidden;
  }
}
@media (min-width: 1025px) {
  .specs-head.sticky-fixed.is-absolute {
    position: absolute;
  }
}
article.type-product .related-products {
  display: none;
}

.product-block {
  margin-bottom: 2em;
}

.product-entry, .product-info {
  width: 100%;
}

/*
.product-content {
    @include grid-unit(1_1);
    @include grid-unit(3_5, md);
    margin-bottom: 2em;
    padding-right: 2em;
}

.product-image {
    @include grid-unit(1_1);
    @include grid-unit(2_5, md);
    margin-bottom: 2em;
}

.product-highlights {
    @include grid-unit(1_1);
    @include grid-unit(3_5, sm);
    margin-bottom: 2em;
}

.product-buy {
    @include grid-unit(1_1);
    @include grid-unit(2_5, sm);
    margin-bottom: 2em;
    ul { @extend %triangle-list; }
}
*/
.product-application, .product-accessory {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5em;
}

.product-accessories {
  background-color: #FFF;
  padding: 1em;
}

.application-image, .accessory-image, .knowledgebase-image {
  min-width: 150px;
  text-align: center;
  padding-bottom: 1.5em;
}
.application-image img, .accessory-image img, .knowledgebase-image img {
  border: 1px solid #e5e5e5;
}
@media all and (max-width: 29.9375em) {
  .application-image, .accessory-image, .knowledgebase-image {
    width: 100%;
    text-align: left;
  }
}
@media all and (min-width: 30em) {
  .application-image, .accessory-image, .knowledgebase-image {
    padding-right: 1.5em;
  }
}

.application-content, .accessory-content, .knowledgebase-content {
  flex: 1;
  padding-right: 1.5em;
}
.application-files, .accessory-files, .knowledgebase-files {
  padding-top: 1.7em;
}
.application-files .dashicons, .accessory-files .dashicons, .knowledgebase-files .dashicons {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.product-download {
  padding: 5px 0;
}

.knowledgebase-wrapper {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #FFF;
}
.knowledgebase-wrapper:last-child {
  border-bottom: none;
}

.knowledgebase {
  display: flex;
  flex-wrap: wrap;
}

.knowledgebase-files {
  padding-top: 0;
}

.knowledgebase-anchor, .application-anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}

body.admin-bar .knowledgebase-anchor, body.admin-bar .application-anchor {
  top: -150px;
}

body.admin-bar .frm-nav {
  top: 32px !important;
}
@media (max-width: 782px) {
  body.admin-bar .frm-nav {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  body.admin-bar .frm-nav {
    top: 0 !important;
  }
}
@media all and (max-width: 59.9375em) {
  body.admin-bar .frm-menu {
    top: 32px !important;
  }
}
@media (max-width: 59.9375em) and (max-width: 782px) {
  body.admin-bar .frm-menu {
    top: 46px !important;
  }
}
#tinymce {
  padding: 8px !important;
}

li.lang-item-ru {
  display: none;
}

li.lang-item-ja {
  display: none;
}

#cboxLoadedContent {
  white-space: nowrap;
}

#cboxClose:active {
  top: auto;
}

.google-visualization-tooltip {
  white-space: nowrap;
}

input#accordion-specs:not(:checked) + .accordion-label + .accordion-content .tableFloatingHeaderOriginal {
  display: none !important;
}

.frm-menu li.lang-item {
  margin-left: 0;
  margin-right: 10px;
  margin-top: 15px;
}

.wp-tiles-byline a {
  color: red;
}

@media (max-width: 960px) {
  .wp-tiles-byline {
    transform: translateY(0) !important;
  }
}
@media print {
  .frm-nav, .frm-header, .frm-footer, .main-white, .frm-aside {
    display: none;
  }

  .frm-loop, .frm-main-inner, .frm-page {
    display: block;
  }

  input[type=checkbox] + .accordion-label + div {
    max-height: none;
    overflow: visible;
    display: none;
  }

  input[type=checkbox]:checked + .accordion-label + div {
    max-height: none;
    overflow: visible;
    display: block;
  }

  .spec-wrapper {
    width: 100%;
    overflow: visible;
  }
}
.fancybox-button--fullscreen, .fancybox-button--share {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
