/*!
Theme Name: hydac-infocenter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hydac-infocenter
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hydac-infocenter is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breaktpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Product slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

html, html a {
  -webkit-font-smoothing: antialiased !important;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

@media screen and (min-width: 800px) {
  .anchor-window[id]:before {
    display: block;
    content: " ";
    height: 248px;
    margin-top: -248px;
    visibility: hidden;
  }
}
/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f8f8f8; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.crayon-pre, .crayon-code {
  word-wrap: break-word;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.redmine-tickets-table.dataTable {
  border-collapse: collapse;
}
.redmine-tickets-table.dataTable tr {
  background-color: #e6e6e6;
}
.redmine-tickets-table.dataTable tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.redmine-tickets-table.dataTable th, .redmine-tickets-table.dataTable td {
  text-align: left;
  padding: 3px 6px;
  border: 1px solid #414141;
}
.redmine-tickets-table.dataTable th:nth-last-of-type(-n+2), .redmine-tickets-table.dataTable td:nth-last-of-type(-n+2) {
  white-space: nowrap;
}
.redmine-tickets-table.dataTable thead th {
  padding-right: 20px;
  white-space: nowrap;
}

.dataTables_length,
.dataTables_filter {
  margin-bottom: 10px;
}

.dataTables_wrapper {
  background-color: #414141;
}
.dataTables_wrapper select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  margin: 0 5px;
  border-radius: 4px;
  padding: 3px;
  height: 32px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info {
  padding: 0 10px;
  margin: 2px 0 0;
  color: white;
  line-height: 52px;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 0 10px;
  margin: 0;
  color: white;
  line-height: 52px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
  color: #fff !important;
  padding: 0 10px;
  border: 0 none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:active, .dataTables_wrapper .dataTables_paginate a.paginate_button:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button:focus, .dataTables_wrapper .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
  color: #fff !important;
  border: 0 none;
  background: none;
  text-decoration: underline !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled, .dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:active {
  color: #949494 !important;
}

svg use {
  fill: #ffffff;
}

.svg-fill-color {
  fill: inherit;
}

.svg-grey-color {
  fill: #343434;
}

.svg-red-color {
  fill: #e00e36;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #343434;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  width: 100%;
  background-color: #ffffff;
}

.submit-question-form input, .submit-question-form select, .submit-question-form textarea,
.submit-ticket-form input,
.submit-ticket-form select,
.submit-ticket-form textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 6px 12px !important;
  width: 100% !important;
}
.submit-question-form .textarea.medium,
.submit-ticket-form .textarea.medium {
  height: 150px;
}
.submit-question-form .textarea.large,
.submit-ticket-form .textarea.large {
  height: 100px;
}
.submit-question-form .gfield_label,
.submit-ticket-form .gfield_label {
  color: #e00e36;
}
.submit-question-form .gfield_required,
.submit-ticket-form .gfield_required {
  display: none;
}
.submit-question-form .gfield_select,
.submit-ticket-form .gfield_select {
  background-image: radial-gradient(#414141 63%, transparent 76%), linear-gradient(to right, #e6e6e6, #e6e6e6);
  background-position: calc(100% - 15px) 16px, calc(100% - 40px) 0;
  background-size: 10px 10px, 3px 40px;
  background-repeat: no-repeat;
}
.submit-question-form .gform_body,
.submit-ticket-form .gform_body {
  margin-bottom: 30px;
}
.submit-question-form .gform_footer,
.submit-ticket-form .gform_footer {
  margin-top: -10px !important;
  padding-top: 0 !important;
  padding-right: 16px !important;
  text-align: center;
}
.submit-question-form .gform_footer input[type=submit],
.submit-ticket-form .gform_footer input[type=submit] {
  min-width: 300px;
  background-color: #a3a3a3;
  color: #ffffff;
}
.submit-question-form .gform_heading,
.submit-ticket-form .gform_heading {
  margin-bottom: 0 !important;
}
.submit-question-form .gform_heading .gform_description,
.submit-ticket-form .gform_heading .gform_description {
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.submit-question-form .gform_confirmation_message,
.submit-ticket-form .gform_confirmation_message {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.submit-ticket-form .gfield_contains_required label::after {
  content: " (required)";
}
html[lang=de-DE] .submit-ticket-form .gfield_contains_required label::after {
  content: " (erforderlich)";
}

body.login {
  background: rgba(0, 0, 0, 0) url("images/kugel-mob-stat.png") no-repeat fixed center center/85% auto;
  height: 100%;
  width: 100%;
}
body.login h1 {
  background-color: #fff;
  border-top: 4px solid #ed1c24;
}
body.login h1 a {
  background-image: url("images/hydac_international_quader.svg");
  background-size: 130px auto;
  height: 130px;
  width: 130px;
  margin-bottom: 0;
}
body.login .login-header-message {
  text-align: center;
  background: #fff;
}
body.login #backtoblog,
body.login #nav {
  background-color: #fff;
  padding: 10px 24px;
}

#login {
  width: 280px;
}

#loginform {
  margin-top: 0;
  box-shadow: none;
  padding-top: 10px;
}
#loginform input[type=text],
#loginform input[type=password] {
  font-size: 16px;
  margin: 2px 6px 10px 0;
  background-color: #f0f0f0;
}

#wp-submit {
  background-color: #ed1c24;
  border-radius: 4px;
  color: #ffffff;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  margin-bottom: 0;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
}

#nav {
  border-top: 4px solid #ed1c24;
}

#backtoblog {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e00e36;
  text-decoration: underline;
}
a:visited {
  color: #e00e36;
}
a:hover, a:focus, a:active {
  color: #404040;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# The complete header for mobile
--------------------------------------------------------------*/
#masthead {
  width: 100%;
  z-index: 99;
}

/*--------------------------------------------------------------
# The upper navigation bar for mobile
--------------------------------------------------------------*/
#primaryhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #343434;
}
#primaryhead .site-branding {
  margin-left: 10px;
}
#primaryhead .site-branding a, #primaryhead .site-branding a:visited {
  color: transparent;
  text-decoration: none;
}
#primaryhead .site-branding svg {
  vertical-align: middle;
  width: 132px;
  height: 32px;
}
#primaryhead .mobile-matchi {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#primaryhead .mobile-matchi a, #primaryhead .mobile-matchi a:visited, #primaryhead .mobile-matchi a:hover, #primaryhead .mobile-matchi a:focus {
  text-decoration: none;
}
#primaryhead .mobile-matchi svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
#primaryhead .mobile-search {
  margin-left: 10px;
  margin-right: 15px;
}
#primaryhead .mobile-search svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
#primaryhead .mobile-search.toggled use {
  fill: #e00e36;
}
#primaryhead .user-menu {
  display: none;
}
#primaryhead .menu-toggle {
  display: block;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  position: relative;
  padding: 14px 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#primaryhead .menu-toggle svg {
  width: 20px;
  height: 20px;
}
#primaryhead .menu-toggle svg:last-child {
  display: none;
}
#primaryhead .menu-toggle svg:last-child use {
  fill: #e00e36;
}

/*--------------------------------------------------------------
# The secondary navigation bar for mobile
--------------------------------------------------------------*/
#secondaryhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #343434;
}
#secondaryhead .site-branding {
  display: none;
}
#secondaryhead .language-select {
  color: #ffffff;
  background-color: #414141;
  padding: 10px;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 10px;
}
#secondaryhead .language-select .widget-area {
  display: inline-block;
  width: 100%;
}
#secondaryhead .language-select .explain {
  display: none;
}
#secondaryhead .language-select .widget {
  margin: 0 10px;
}
#secondaryhead .language-select select {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  background-image: radial-gradient(#ffffff 40%, transparent 70%);
  background-position: calc(100% - 10px) 8px;
  background-size: 9px 9px;
  background-repeat: no-repeat;
}
#secondaryhead .language-select select option {
  background-color: #414141;
  color: #ffffff;
}
#secondaryhead .profile-buttons span {
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
#secondaryhead .profile-buttons a,
#secondaryhead .profile-buttons a:visited {
  text-decoration: none;
}
#secondaryhead .profile-buttons .profile {
  padding: 5px 8px;
}
#secondaryhead .profile-buttons .logout {
  padding: 5px 10px;
}
#secondaryhead .profile-buttons .login {
  padding: 6px 4px;
}
#secondaryhead .profile-buttons .profile-button-text {
  display: none;
}
#secondaryhead .profile-buttons svg {
  width: 15px;
  height: 15px;
}

/*--------------------------------------------------------------
# The real navigation element for mobile
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  overflow: auto;
}
.main-navigation .hide-desktop {
  display: none;
}
.main-navigation > div {
  overflow: visible;
  background-color: #414141;
}
.main-navigation ul {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-navigation ul ul {
  z-index: 99999;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.main-navigation .logos > .sub-menu > li {
  padding-left: 0;
}
.main-navigation a, .main-navigation a:visited {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 0;
}
.main-navigation a svg, .main-navigation a:visited svg {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 7px;
}
.main-navigation a span, .main-navigation a:visited span {
  padding-left: 30px;
}
.main-navigation .nav-menu .home {
  display: none;
}
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #e00e36;
}
.main-navigation .current_page_ancestor > a use,
.main-navigation .current_page_item > a use,
.main-navigation .current-menu-item > a use {
  fill: #e00e36;
}

.main-navigation.toggled ul {
  display: block;
}
.main-navigation.toggled ul.product-sub-menu {
  display: none;
}

.menu-search {
  display: none;
  width: 100%;
  background-color: #343434;
  padding: 6px;
}
.menu-search .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 48px;
  border-radius: 4px;
  background-color: #ffffff;
}
.menu-search .input-container {
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
}
.menu-search .input-container input {
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  border: none;
  font-size: 22px;
}
.menu-search .submit-container {
  display: none;
}
.menu-search .submit-container button {
  width: 1px;
  height: 1px;
}
.menu-search .submit-container svg {
  width: 1px;
  height: 1px;
}
.menu-search .close-container {
  padding: 12px 12px 0 12px;
}
.menu-search .close-container svg {
  width: 24px;
  height: 24px;
}
.menu-search .close-container svg use {
  fill: #858585;
}

.menu-search.toggled {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.hydac-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

#wp-admin-bar-top-secondary {
  display: none;
}

/*--------------------------------------------------------------
# Begin of the desktopn styles
--------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  /*--------------------------------------------------------------
  # The complete header
  --------------------------------------------------------------*/
  #masthead {
    position: fixed;
  }
  /*--------------------------------------------------------------
  # The upper navigation bar
  --------------------------------------------------------------*/
  #primaryhead {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100px;
  }
  #primaryhead .menu-toggle, #primaryhead .mobile-matchi, #primaryhead .mobile-search {
    display: none;
  }
  #primaryhead .site-branding {
    margin-left: 40px;
  }
  #primaryhead .user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    text-align: right;
    margin-right: 25px;
    height: 100%;
  }
  #primaryhead .user-menu .profile-info {
    display: block;
    margin-right: 15px;
  }
  #primaryhead .user-menu .profile-info span {
    display: block;
  }
  #primaryhead .user-menu .profile-info span.username {
    font-size: 16px;
    line-height: 16px;
  }
  #primaryhead .user-menu .profile-info span.userinfo {
    font-size: 13px;
    line-height: 13px;
  }
  #primaryhead .user-menu .profile-buttons {
    display: block;
    text-align: left;
  }
  #primaryhead .user-menu .profile-buttons span {
    display: inline-block;
    margin-right: 6px;
    background-color: #414141;
    border-radius: 100px;
    width: 30px;
    height: 30px;
  }
  #primaryhead .user-menu .profile-buttons a, #primaryhead .user-menu .profile-buttons a:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
  }
  #primaryhead .user-menu .profile-buttons a:hover {
    color: #e00e36;
  }
  #primaryhead .user-menu .profile-buttons a:hover svg use {
    fill: #e00e36;
  }
  #primaryhead .user-menu .profile-buttons .profile {
    padding: 5px 8px;
  }
  #primaryhead .user-menu .profile-buttons .login {
    padding: 5px;
  }
  #primaryhead .user-menu .profile-buttons .logout {
    padding: 5px 10px;
  }
  #primaryhead .user-menu .profile-buttons svg {
    width: 15px;
    height: 15px;
  }
  #primaryhead .user-menu .profile-buttons .profile-link {
    margin-bottom: 10px;
  }
  #primaryhead.scrolled {
    height: 60px;
  }
  #primaryhead.scrolled .user-menu .profile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  #primaryhead.scrolled .user-menu .profile-buttons a {
    margin: 0;
  }
  #primaryhead.scrolled .user-menu .profile-buttons a + a {
    margin-left: 10px;
  }
  /*--------------------------------------------------------------
  # The real navigation element
  --------------------------------------------------------------*/
  .main-navigation {
    position: absolute;
    width: 100%;
    max-height: 100px;
    margin-top: -100px;
    pointer-events: none;
    overflow: visible;
  }
  .main-navigation > div {
    background-color: transparent;
    margin-right: 250px;
    margin-left: 250px;
    pointer-events: auto;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: inline-flex;
    margin: 0;
  }
  .main-navigation ul ul {
    position: absolute;
    left: -999em;
    float: none;
    flex-direction: column;
    background-color: #414141;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation li {
    padding: 0;
  }
  .main-navigation a, .main-navigation a:visited {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-navigation a:hover, .main-navigation a:visited:hover {
    text-decoration: underline;
    text-decoration-color: #e00e36;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
  .main-navigation a svg, .main-navigation a:visited svg {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 25px 26px 25px;
  }
  .main-navigation a span, .main-navigation a:visited span {
    padding-left: 0;
  }
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #e00e36;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
  .main-navigation .current_page_ancestor > a use,
  .main-navigation .current_page_item > a use,
  .main-navigation .current-menu-item > a use {
    fill: #ffffff;
  }
  body:not(.home) .main-navigation .current_page_ancestor.icon-home > a,
  body:not(.home) .main-navigation .current_page_item.icon-home > a,
  body:not(.home) .main-navigation .current-menu-item.icon-home > a {
    text-decoration: none;
  }
  .main-navigation.scrolled {
    margin-top: -52;
  }
  .main-navigation.scrolled .nav-menu {
    overflow: hidden;
  }
  .main-navigation.scrolled li span {
    display: none;
  }
  .main-navigation .nav-menu .home {
    display: unset;
  }
  .main-navigation .nav-menu .logos .sub-menu a {
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 41px;
  }
  .main-navigation .nav-menu .logos .product-menu .sub-menu a {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  .main-navigation .nav-menu .logos .product-menu .sub-menu a svg {
    margin: 0 10px 0;
    width: 15px;
    display: inline;
    position: static;
    height: 15px;
  }
  .main-navigation .logos .menu-match > a {
    background-image: url("images/menu-logos/match.svg");
  }
  .main-navigation .logos .menu-subsystem > a {
    background-image: url("images/menu-logos/subsystems.png");
  }
  .main-navigation .logos .menu-technion > a {
    background-image: url("images/menu-logos/technion.svg");
  }
  .main-navigation .logos .menu-academy > a {
    background-image: url("images/menu-logos/academy.png");
  }
  .menu-search {
    display: none;
  }
  /*--------------------------------------------------------------
  # The secondary navigation bar
  --------------------------------------------------------------*/
  #secondaryhead {
    background-color: #414141;
    padding: 5px 0;
  }
  #secondaryhead .site-branding {
    display: block;
    margin-left: 40px;
    color: #ffffff;
  }
  #secondaryhead .language-select {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    background-color: transparent;
    margin-right: 10px;
    padding: 0;
  }
  #secondaryhead .language-select .explain {
    display: inline-block;
    cursor: default;
  }
  #secondaryhead .language-select .widget-area {
    width: auto;
  }
  #secondaryhead .language-select select {
    width: 140px;
  }
  #secondaryhead .profile-buttons {
    display: none;
  }
}
/*--------------------------------------------------------------
# Begin of the desktopn styles
--------------------------------------------------------------*/
@media screen and (min-width: 1400px) {
  .main-navigation a svg, .main-navigation a:visited svg {
    margin: 0 40px 26px 40px;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: #ffffff;
}
.breadcrumb a:hover {
  color: #e00e36;
}
.breadcrumb:before {
  content: "";
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 50px;
  height: 30px;
  width: 30px;
}
body.product-match .breadcrumb:before {
  background-image: url("images/menu-logos/match.svg");
}
body.product-subsystems .breadcrumb:before {
  background-image: url("images/menu-logos/subsystems.png");
}
body.product-academy .breadcrumb:before {
  background-image: url("images/menu-logos/academy.png");
}
body.product-technion .breadcrumb:before {
  background-image: url("images/menu-logos/technion.svg");
}
.breadcrumb > span {
  margin: 0 5px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: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: 14px;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Cookie PopUp
--------------------------------------------------------------*/
#onetrust-banner-sdk #onetrust-cookie-btn-container {
  display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Sidebar Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# The sidebar + content arrangement for mobiles
--------------------------------------------------------------*/
.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 100vh;
}

.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}

body.has-product-slider .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.content-area {
  margin: 0 10px;
}

.widget-area {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.site-search {
  display: none;
}

.site-footer {
  -webkit-flex: 1;
  flex: 1;
  background-color: #e6e6e6;
  width: 100%;
}
.site-footer .foot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  clear: both;
  height: 100%;
}
.site-footer #footer-sidebar {
  display: none;
}
.site-footer .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.site-footer .terms ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.site-footer .terms ul li {
  width: 100%;
  text-align: center;
}
.site-footer .terms ul a, .site-footer .terms ul a:visited {
  display: block;
  padding: 4px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #343434;
  font-size: 14px;
}
.site-footer .terms .copyright {
  text-align: center;
  font-weight: bold;
}

/*--------------------------------------------------------------
# The sidebar + content arrangement for tablets
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  .site-search {
    display: block;
    width: 100%;
    height: 45px;
    background-color: #e6e6e6;
  }
  .site-search form {
    padding: 6px;
  }
  .site-search .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 32px;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .site-search .input-container {
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
  }
  .site-search .input-container input {
    width: 100%;
    height: 100%;
    padding: 4px 12px;
    border: none;
    font-size: 18px;
  }
  .site-search .submit-container button {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 4px 15px;
  }
  .site-search .submit-container svg {
    width: 22px;
    height: 23px;
  }
  .site-search .submit-container svg use {
    fill: #e00e36;
  }
  .site-search .close-container {
    padding: 5px 12px;
  }
  .site-search .close-container svg {
    width: 22px;
    height: 22px;
  }
  .site-search .close-container svg use {
    fill: #858585;
  }
  .site-content {
    display: block;
    margin-top: 228px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-content.wide-content-area .site-main {
    margin: 0;
  }
  body.has-product-slider .site-content {
    display: block;
  }
  .site-footer .foot-wrapper {
    margin: 0 20px;
  }
  .content-area {
    float: right;
    margin: 0 0 0 -25%;
    width: 100%;
  }
  .widget-area {
    padding-left: 0;
    padding-right: 0;
  }
  .site-main {
    margin: 0 0 0 25%;
  }
  .site-content .widget-area {
    float: left;
    overflow: hidden;
    width: 25%;
  }
  .site-footer #footer-sidebar {
    display: block;
    width: 100%;
  }
  .site-footer .terms {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .site-footer .terms ul {
    clear: both;
  }
  .site-footer .terms ul li {
    float: left;
    width: auto;
  }
  .site-footer .terms .copyright {
    order: -1;
    padding: 3px 10px;
  }
}
/*--------------------------------------------------------------
# The sidebar + content arrangement for desktops
--------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  .site-search {
    height: 56px;
  }
  .site-search form {
    padding: 10px 6px;
  }
  .site-search .search-wrapper {
    width: 1100px;
    height: 36px;
    padding: 0;
    margin: 0 auto;
  }
  .site-search .submit-container button {
    padding: 6px 15px;
  }
  .site-search .submit-container svg {
    width: 20px;
    height: 22px;
  }
  .site-search .close-container {
    padding: 7px 12px 0 12px;
  }
  .site-search .close-container svg {
    width: 24px;
    height: 24px;
  }
  .site-content {
    width: 1100px;
    margin-top: 248px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .foot-wrapper {
    width: 1100px;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-product-logo .wp-block-group__inner-container .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15em;
  margin: 0;
}
.home-product-logo .wp-block-group__inner-container .wp-block-image img {
  object-fit: contain;
}

/*--------------------------------------------------------------
# The post and page styles for mobiles
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

body.home #main article:first-child .entry-header {
  display: none;
}
body.home #main article:first-child .entry-content {
  margin-top: 0;
}

.page-template-template-full-width .site-main {
  margin: 0;
}

/*--------------------------------------------------------------
# The post and page styles for desktops
--------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  body.home #main article:first-child {
    background-color: #ffffff;
    padding: 20px;
  }
}
/*--------------------------------------------------------------
## Hydac CPTs
--------------------------------------------------------------*/
.faq-site-main article:not(:first-of-type) {
  border-top: 1px solid #E6E6E6;
}
.faq-site-main article .entry-header a, .faq-site-main article .entry-header a:visited {
  display: block;
  text-decoration: none;
  color: #404040;
}
.faq-site-main article .entry-title {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.faq-site-main article .entry-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.faq-site-main article .entry-subtitle .post-ratings {
  display: none;
}
.faq-site-main article .entry-subtitle .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -moz-box;
  background-color: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 16px;
  padding: 0 10px;
  cursor: pointer;
  height: 24px;
}
.faq-site-main article .entry-subtitle .rating.disabled {
  background-color: #E6E6E6;
  cursor: default;
}
.faq-site-main article .entry-subtitle .counter {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700;
  font-size: 14px;
}
.faq-site-main article .entry-subtitle .times {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 3px 0 3px;
}
.faq-site-main article .entry-subtitle .thumbs-up {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 14px;
  height: 14px;
}
.faq-site-main article .entry-subtitle .thumbs-up use {
  fill: #000000;
}
.faq-site-main article .entry-subtitle .info span {
  display: block;
  text-align: right;
  color: #d1d1d1;
  font-size: 13px;
}
.faq-site-main article .entry-subtitle .info .version, .faq-site-main article .entry-subtitle .info .tags {
  display: none;
}
.faq-site-main article .entry-content {
  margin-top: 0;
}
.faq-site-main article .entry-content p {
  margin: 0.5em 0;
}
.faq-site-main article .entry-content .more-link {
  display: none;
}
.faq-site-main article .entry-footer {
  display: none;
}
.faq-site-main .pagination {
  margin-top: -1em;
  margin-bottom: 1.5em;
  border-top: 1px solid #E6E6E6;
}
.faq-site-main .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.faq-site-main .pagination .nav-links a, .faq-site-main .pagination .nav-links a:visited, .faq-site-main .pagination .nav-links span {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: #404040;
}
.faq-site-main .pagination .nav-links .current {
  background-color: #e6e6e6;
}

.widget_faq_filter_widget {
  padding-right: 20px;
}
.widget_faq_filter_widget .filter-select {
  width: 100%;
  padding: 4px 12px;
  border: none;
  background-image: radial-gradient(#000000 35%, transparent 60%), linear-gradient(to right, #e6e6e6, #e6e6e6);
  background-position: calc(100% - 15px) 12px, calc(100% - 40px) 0;
  background-size: 8px 8px, 2px 32px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {
  .faq-site-main article {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 20px;
    border-top: none !important;
  }
  .faq-site-main article:not(:first-of-type) .entry-header {
    border-top: 1px solid #E6E6E6;
  }
  .faq-site-main article:first-of-type .entry-header p {
    margin-top: 0;
  }
  .faq-site-main article:last-of-type {
    margin-bottom: 1.5em;
  }
  .faq-site-main article .entry-title {
    font-size: 26px;
  }
  .faq-site-main article .entry-subtitle .info .tags, .faq-site-main article .entry-subtitle .info .version {
    display: block;
  }
  .faq-site-main article .entry-content {
    margin-top: 1em;
  }
  .faq-site-main article .entry-content .more-link {
    display: block;
    padding: 6px 20px;
    width: 260px;
    text-align: center;
    text-decoration: none;
    color: #404040;
    font-weight: 600;
    background-color: #e6e6e6;
    margin-top: 1.5em;
  }
  .faq-site-main article .entry-footer {
    display: block;
    text-align: right;
  }
  .faq-site-main .pagination {
    margin-top: -1.5em;
    border-top: none;
  }
  .faq-site-main .pagination .nav-links a, .faq-site-main .pagination .nav-links a:visited, .faq-site-main .pagination .nav-links span {
    color: #a3a3a3;
  }
  .faq-site-main .pagination .nav-links .current {
    background-color: #ffffff;
  }
}
.ticket-site-main article:not(:first-of-type) {
  border-top: 1px solid #E6E6E6;
}
.ticket-site-main article .entry-header a, .ticket-site-main article .entry-header a:visited {
  display: block;
  text-decoration: none;
  color: #404040;
}
.ticket-site-main article .entry-title {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.ticket-site-main article .entry-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.ticket-site-main article .entry-subtitle .info .meta {
  display: block;
  text-align: left;
  color: #d1d1d1;
  font-size: 13px;
}
.ticket-site-main article .entry-content {
  margin-top: 0;
}
.ticket-site-main article .entry-content p {
  margin: 0.5em 0;
}
.ticket-site-main article .entry-content .more-link {
  display: none;
}
.ticket-site-main article .entry-footer {
  display: none;
}
.ticket-site-main .pagination {
  margin-top: -1em;
  margin-bottom: 1.5em;
  border-top: 1px solid #E6E6E6;
}
.ticket-site-main .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.ticket-site-main .pagination .nav-links a, .ticket-site-main .pagination .nav-links a:visited, .ticket-site-main .pagination .nav-links span {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: #404040;
}
.ticket-site-main .pagination .nav-links .current {
  background-color: #e6e6e6;
}

.ticket-comments,
.ticket-attachments {
  border-top: 2px solid #858585;
  margin-top: 20px;
}

@media screen and (min-width: 800px) {
  .ticket-site-main article {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 20px;
    border-top: none !important;
  }
  .ticket-site-main article:not(:first-of-type) .entry-header {
    border-top: 1px solid #E6E6E6;
  }
  .ticket-site-main article:first-of-type .entry-header p {
    margin-top: 0;
  }
  .ticket-site-main article:last-of-type {
    margin-bottom: 1.5em;
  }
  .ticket-site-main article .entry-title {
    font-size: 26px;
  }
  .ticket-site-main article .entry-content {
    margin-top: 1em;
  }
  .ticket-site-main article .entry-content .more-link {
    display: block;
    padding: 6px 20px;
    width: 260px;
    text-align: center;
    text-decoration: none;
    color: #404040;
    font-weight: 600;
    background-color: #e6e6e6;
    margin-top: 1.5em;
  }
  .ticket-site-main article .entry-footer {
    display: block;
  }
  .ticket-site-main article .entry-footer ul {
    margin: 0;
  }
  .ticket-site-main .pagination {
    margin-top: -1.5em;
    border-top: none;
  }
  .ticket-site-main .pagination .nav-links a, .ticket-site-main .pagination .nav-links a:visited, .ticket-site-main .pagination .nav-links span {
    color: #a3a3a3;
  }
  .ticket-site-main .pagination .nav-links .current {
    background-color: #ffffff;
  }
}
/*--------------------------------------------------------------
## Product slider
--------------------------------------------------------------*/
#product-sidebar {
  position: relative;
  width: 100%;
  overflow: inherit;
}

#product-slider {
  position: relative;
  margin-bottom: 20px;
}
#product-slider .slider-wrapper {
  position: relative;
  margin: 20px 6px 0 6px;
  overflow: hidden;
  height: 90px;
}
#product-slider .product-main {
  position: absolute;
  clear: both;
  top: 0;
  left: 0;
}
#product-slider .hentry {
  margin: 0;
}
#product-slider .hydac_product {
  position: relative;
  height: 90px;
  width: 300px;
  float: left;
  margin-left: 4px;
  margin-right: 4px;
}
#product-slider .hydac_product a, #product-slider .hydac_product a:visited {
  display: block;
  text-decoration: none;
  color: #404040;
}
#product-slider .hydac_product .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  background-color: #e6e6e6;
  padding-right: 56px;
}
#product-slider .hydac_product .entry-header p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
}
#product-slider .hydac_product .entry-header .thumb {
  display: none;
}
#product-slider .hydac_product.has-post-thumbnail .entry-header p {
  padding-left: 0;
}
#product-slider .hydac_product.has-post-thumbnail .entry-header .thumb {
  display: block;
  padding: 10px;
}
#product-slider .hydac_product.has-post-thumbnail .entry-header .thumb img {
  display: block;
  height: 70px;
  width: auto;
  max-width: none;
}
#product-slider .hydac_product .entry-footer {
  display: none;
}
#product-slider .hydac_product.current-product:after {
  position: absolute;
  display: block;
  content: " ";
  border: 2px solid #e00e36;
  bottom: 0;
  width: 100%;
}
#product-slider .poduct-slider-navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 90px;
  pointer-events: none;
  top: 0;
}
#product-slider .poduct-slider-navigation .image-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#product-slider .poduct-slider-navigation .image-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  background-image: none;
  pointer-events: auto;
  cursor: pointer;
}
#product-slider .poduct-slider-navigation .wrapper-left {
  display: none;
}
#product-slider .poduct-slider-navigation .arrow-right {
  margin-top: 8px;
}
#product-slider .poduct-slider-navigation svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

@media screen and (min-width: 800px) {
  #product-slider .slider-wrapper {
    height: 120px;
    margin: 0;
  }
  #product-slider .hydac_product {
    height: 120px;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #product-slider .hydac_product .entry-header {
    height: 120px;
  }
  #product-slider .hydac_product.has-post-thumbnail .entry-header .thumb img {
    height: 100px;
  }
  #product-slider .hydac_product .entry-footer {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
  }
  #product-slider .poduct-slider-navigation {
    height: 120px;
  }
  #product-slider .poduct-slider-navigation .image-wrapper {
    width: 56px;
    height: 56px;
    display: inline-block;
    background-image: radial-gradient(#f8f8f8 69%, transparent 72%);
    background-size: 56px 56px;
    background-repeat: no-repeat;
  }
  #product-slider .poduct-slider-navigation .wrapper-left {
    margin-left: -28px;
  }
  #product-slider .poduct-slider-navigation .wrapper-right {
    margin-right: -28px;
  }
  #product-slider .poduct-slider-navigation svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 8px;
  }
}
/*--------------------------------------------------------------
## Downloads
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Overwrite the layout the table in downloads
--------------------------------------------------------------*/
#hydac_releases .download-well {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
#hydac_releases .download-well .dl-icon {
  text-align: center;
}
#hydac_releases .download-well .dl-icon .wpdm_icon {
  height: 21px;
  width: auto;
  margin-right: 10px;
}
#hydac_releases .download-well .dl-name {
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
}
#hydac_releases .download-well .dl-name a, #hydac_releases .download-well .dl-name a:visited {
  font-weight: 700;
}
#hydac_releases .download-well .dl-meta {
  width: 120px;
  text-align: right;
  font-weight: 700;
  font-size: 10px;
}
#hydac_releases .download-well .dl-link {
  width: 100px;
  text-align: right;
}
#hydac_releases .download-well a, #hydac_releases .download-well a:visited {
  color: #414141;
}
#hydac_releases .download-well a:hover {
  color: #e00e36;
  text-decoration: underline;
}
#hydac_releases .w3eden .row > div + div .download-well {
  border-top: 1px solid #000000;
}

@media screen and (min-width: 800px) {
  #hydac_releases .download-well.more-meta .dl-meta {
    width: 200px;
  }
}
.wpdm-download-link:not(:first-of-type) {
  margin-left: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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