@charset "UTF-8";


#content-wrap, #footer {
  width: 100%;
  min-width: 100%; }

#footer.home-page {
  min-width: 100%; }

.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block; }


#content-homebox-wrap {
  width: 100%;
  float: left; }

.content-homebox-bottom-transp {
  width: 100%;
  height: 15px;
  margin-top: -7px;
  z-index: 5; }

.content-homebox-top-transp {
  width: 100%;
  height: 10px;
  margin-bottom: -10px;
  z-index: 2; }

#content-homebox-middle {
  width: 100%; }

#content-box-wrap {
  width: calc(100% - 244px);
  float: left; }
  #content-box-wrap.layout-full {
    width: 100%; }

#content-box-top {
  width: 100%; }

#content-box-middle {
  width: 100%;
  min-height: 450px; }

#content-box-top-transp {
  width: 100%;
  height: 10px;
  margin-bottom: -10px;
  z-index: 2; }

#content-do.layout-full {
  float: right;
  width: auto; }

#content-col-left.layout-full {
  width: 100%; }


#content-col-wide {
  width: 100%; }

.bg-gray {
  background-color: #f3f3f3; }

@media screen and (max-width: 991px) {
  #content-box-wrap {
    width: 100%;
    float: left; }
    #content-box-wrap.layout-full {
      width: 100%; } }

@media screen and (max-width: 767px) {
  #content-box-wrap {
    width: 100%;
    float: left; }
    #content-box-wrap.layout-full {
      width: 100%; }
  #content-homebox-wrap {
    padding-bottom: 34px; } }

#content-wrap.home-page {
  margin-bottom: 54px;
  width: 100%;
  min-width: 100%; }

html {
  overflow-y: scroll; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #151515;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #151515;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #808080;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

#news {
  margin-top: 0px; }

#news .news-part {
  padding: 3px 5px 3px 15px;
  border-bottom: 1px solid #b8b8b8;
  border-top: 1px solid #fff; }

#news b {
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  color: #cc1800;
  margin-bottom: 10px; }

#news a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background: url(../Gfx/arrow_M_right_red.gif) no-repeat 0px 5px;
  color: #cc1800;
  padding-left: 10px;
  display: inline !important; }

.tx-hypressenews-pi1 td .single-image {
  width: 50px; }



div {
  position: relative; }

h1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 33px;
  color: #cc1800;
  margin-bottom: 10px; }

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #cc1800;
  margin-bottom: 12px; }

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #cc1800;
  margin-bottom: 8px; }

h4 {
  font-size: 12px;
  font-weight: bold;
  color: #cc1800;
  margin-bottom: 8px; }

p {
  line-height: 15px;
  margin-bottom: 12px; }

.clear {
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }


div.csc-textpic-imagewrap,
.csc-textpic div.csc-textpic-text {
  position: static; }


.leaflet-popup-content-wrapper {
  border-radius: 0; }

.leaflet-popup-content-wrapper h2 {
  margin: 8px 0 3px; }

.osm-address-wrap {
  margin-bottom: 5px; }

.osm-link-wrap {
  margin-bottom: 5px; }

#quickboxSearchButton {
  width: 20px;
  height: 19px;
  background: url(../Gfx/searchfield_button.png) no-repeat;
  border: none;
  cursor: pointer; }

#quickboxSearchInput {
  width: 183px;
  height: 19px;
  background: url(../Gfx/searchfield_input.png) no-repeat;
  border: none;
  color: #555;
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
  vertical-align: top;
  background-color: transparent; }


.content-nav-title {
  width: 434px;
  height: 70px;
  float: left; }

#act-level {
  color: #808080;
  font-size: 18px;
  padding: 10px 0px 0px 19px;
  z-index: 5; }

#act-level-bg {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 11px;
  left: 20px;
  z-index: 4; }


#nav-homesec-top {
  height: 28px;
  width: 1140px;
  padding-top: 4px; }


#content-do {
  width: 325px;
  height: 23px;
  float: left;
  text-align: right;
  padding: 17px 8px 0 0; }

.content-dos {
  margin-right: 25px;
  position: relative; }

.content-dos-grey {
  color: #808080;
  left: 21px;
  position: absolute;
  top: -1px; }

.content-dos-white {
  color: #fff; }

.inquiry {
  background: url(../Gfx/icon_anfrageliste_sprite.png) no-repeat 0 -31px;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  padding-top: 1px; }

.full .content-dos-grey,
.full .content-dos-grey a {
  color: #cc1800 !important; }

.full .content-dos-white {
  background-position: 0 0; }

.content-dos-grey a {
  color: #808080;
  text-decoration: none;
  cursor: pointer; }

.content-dos-white a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.content-dos-grey a:hover {
  color: #cc1800; }


#content-col-left {
  float: left;
  width: calc(100% - 220px);
  margin-right: 19px;
  font-size: 12px;
  line-height: 1.5;
  color: #151515; }

.content-header-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

.content-header {
  padding-right: 10px;
  position: relative;
  z-index: 1;
  background-color: #fff; }

.content-header-line {
  display: none; }


.intro-item {
  width: 50%;
  min-height: 420px;
  float: left;
  border-right: 2px solid #c4c4c4; }

.intro-item a {
  color: #555555; }

.intro-item h1 a {
  color: #cc1800 !important;
  text-decoration: none; }

.intro-item-border {
  border-left: 2px solid #c4c4c4;
  border-right: none !important;
  left: -2px; }

.intro-text {
  width: 210px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0; }

.intro-text-wrap {
  padding: 10px; }

.intro-text ul {
  list-style: none; }

.intro-text ul li {
  margin: 5px 0;
  padding-left: 15px;
  background: url(../Gfx/bulletpoint_01_red.png) no-repeat 0 5px; }

.intro-text a {
  color: #555555; }

.intro-text a:hover {
  color: #cc1800; }


.home-item a {
  color: #555555; }

.inner-text-wrap {
  padding: 10px 0; }

.home-text ul {
  list-style: none; }

.home-text ul li {
  margin: 5px 0;
  padding-left: 15px;
  background: url(../Gfx/bulletpoint_01_red.png) no-repeat 0 5px; }

.home-text a {
  color: #555555; }

.home-text a:hover {
  color: #cc1800; }

.home-layer {
  background-color: #FFFFFF;
  bottom: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 8px 0 8px 12px;
  position: absolute;
  width: 316px;
  z-index: 5;
  height: 15px; }

.home-layer a:hover {
  color: #cc1800; }


.button-left {
  background: url(../Gfx/btn_arrow.png) no-repeat;
  height: 20px;
  padding: 0 0 0 18px;
  display: inline-block; }

.button-right {
  background: url(../Gfx/btn_2.png) no-repeat;
  display: inline-block;
  height: 20px;
  width: 7px; }

.button-left a {
  text-decoration: none;
  color: #333 !important;
  background: url(../Gfx/btn_2.png) no-repeat top right;
  border: 0;
  font-size: 12px;
  padding: 3px 10px 5px 2px;
  cursor: pointer;
  display: inline-block;
  line-height: 1; }

.button-left a:hover {
  color: #333 !important; }


#content-col-left .image-gallery-wrap {
  width: calc(88% - 20px);
  padding: 10px 0;
  margin: 15px 0; }

#content-col-left .image-gallery-items {
  width: 3000px;
  height: 74px;
  position: relative; }

#content-col-left .image-gallery-items li {
  overflow: hidden;
  width: 96px;
  height: 72px;
  padding: 0 !important;
  background: none !important;
  float: left;
  margin-bottom: 4px;
  margin-top: 0 !important;
  border: 1px solid #CDCDCD;
  margin-right: 10px !important; }

#content-col-left .image-gallery-items img {
  position: relative;
  cursor: pointer; }

#content-col-left .image-gallery-items-wrap {
  float: left;
  width: 422px;
  overflow: hidden;
  height: 74px; }

#content-col-left .slide-left {
  float: left;
  width: 39px;
  height: 74px;
  background: url(../Gfx/breadcrumb_inactive_left.png) no-repeat center center;
  cursor: pointer; }

#content-col-left .slide-right {
  float: left;
  width: 39px;
  height: 74px;
  background: url(../Gfx/breadcrumb_inactive_right.png) no-repeat center center;
  cursor: pointer; }

#content-col-left .gallery-header {
  padding-left: 39px;
  margin-bottom: 5px;
  height: 20px;
  font-weight: bold; }

#content-col-left .img-title {
  padding-left: 39px;
  margin-top: 5px;
  height: 20px; }


#content-col-right .image-gallery-items {
  width: 346px; }

#content-col-right .news-single-img .image-gallery-items li {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: none !important;
  float: left;
  margin-bottom: 4px;
  margin-top: 0 !important;
  border: 1px solid #CDCDCD; }

#content-col-right .news-single-img .image-gallery-items li a {
  height: 100%; }

#content-col-right .image-gallery-items li {
  overflow: hidden;
  width: 96px;
  height: 72px;
  padding: 0 !important;
  background: none !important;
  float: left;
  margin-bottom: 4px;
  margin-top: 0 !important;
  border: 1px solid #CDCDCD; }

#content-col-right .image-gallery-items img {
  position: relative;
  cursor: pointer; }

#content-col-right .li_odd {
  margin-right: 4px !important; }

#content-col-right .slide-left {
  display: none;
  float: left;
  width: 39px;
  height: 74px;
  background: url(../Gfx/breadcrumb_inactive_left.png) no-repeat center center;
  cursor: pointer; }

#content-col-right .slide-right {
  display: none;
  float: left;
  width: 39px;
  height: 74px;
  background: url(../Gfx/breadcrumb_inactive_right.png) no-repeat center center;
  cursor: pointer; }

#content-col-right .gallery-header {
  font-weight: bold; }

#content-col-left .img-title {
  visibility: hidden;
  height: 25px; }

#fancybox-outer .slider {
  display: none;
  z-index: 1103; }

.image-gallery-items li a,
.image-gallery-items li {
  position: relative;
  height: 72px;
  overflow: hidden;
  text-align: center; }

.form-group .form-control {
  width: 75%; }


.tx-srfeuserregister-pi1 a {
  background: url("../Gfx/arrow_S_right_inactive.gif") no-repeat scroll 0 5px !important;
  padding-left: 8px; }

.tx-srfeuserregister-pi1 a:hover {
  background: url("../Gfx/arrow_S_right_inactive.gif") no-repeat scroll 0 -95px; }

.tx-srfeuserregister-pi1 p {
  line-height: 20px; }

.tx-srfeuserregister-pi1 fieldset {
  border: none; }

.tx-srfeuserregister-pi1 input {
  background: url("../Gfx/inputfield_gradient.png") repeat-x scroll 0 1px;
  border: 1px solid #CECECE;
  color: #666666;
  display: block;
  height: 23px;
  position: relative;
  float: left;
  width: 309px; }

.tx-srfeuserregister-pi1-submit {
  margin-bottom: 25px !important;
  width: auto !important;
  cursor: pointer; }

.tx-srfeuserregister-pi1 label {
  color: #333333;
  height: 25px;
  vertical-align: top;
  padding: 0 10px 0 0;
  float: left;
  line-height: 25px; }

#tx-srfeuserregister-pi1-static_info_country {
  background: url("../Gfx/inputfield_gradient.png") repeat-x scroll 0 1px;
  border: 1px solid #CECECE;
  color: #666666;
  width: 318px; }

.tx-srfeuserregister-pi1 dl {
  padding: 0; }

.tx-srfeuserregister-pi1 dt {
  width: 100%; }

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
  padding: 0;
  text-align: left; }

.tx-srfeuserregister-pi1-gender-item input {
  width: 25px; }

.tx-srfeuserregister-pi1-gender-item label {
  padding: 0 !important; }

#tx-srfeuserregister-pi1-fe_users_form dl {
  margin-top: 10px; }


.tx-felogin-pi1 > div {
  margin-bottom: 8px; }

.tx-felogin-pi1 fieldset {
  border: none; }

.tx-felogin-pi1 fieldset div {
  margin: 10px 0; }

.tx-felogin-pi1 legend {
  display: none; }

.tx-felogin-pi1 label {
  float: left;
  width: 96px; }

.tx-felogin-pi1 input {
  background: rgba(0, 0, 0, 0) url("../Gfx/inputfield_gradient.png") repeat scroll 0 0;
  border: 1px solid #dadada;
  padding: 4px; }


.sitemap-header {
  padding: 0 0 5px 0; }

.sitemap-header h3 {
  margin: 0; }

#content-box-middle .sitemap-matrix-4cols-wrap ul {
  margin: 0;
  padding: 0; }

#content-box-middle .sitemap-matrix-4cols-wrap li {
  position: relative;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 4px 4px 0;
  background: none;
  overflow: hidden;
  height: 95px;
  width: 176px; }

.sitemap-matrix-4cols-wrap a {
  position: relative;
  display: block;
  width: 176px;
  height: 95px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  color: #555555; }

.sitemap-matrix-4cols-wrap a:hover {
  background-position: 0 -100px;
  color: #cc1800; }

.sitemap-matrix-4cols-wrap img {
  position: relative; }

#content-box-middle .sitemap-matrix-1col-wrap ul {
  margin: 0;
  padding: 0; }

#content-box-middle .sitemap-matrix-1col-wrap li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
  background: none; }

.sitemap-matrix-1col-wrap a {
  position: relative;
  display: block;
  width: 200px;
  height: 66px;
  text-decoration: none;
  overflow: hidden; }

.sitemap-matrix-1col-wrap img {
  position: relative; }

.sitemap-matrix-1col-wrap a span {
  position: absolute;
  left: 10px;
  bottom: 7px;
  width: 150px;
  font-weight: bold; }

.csc-textpic-imagewrap ul {
  margin-bottom: 0 !important; }

span.tab {
  display: inline-block;
  height: 20px;
  background: url(../Gfx/content_tab_active_left.png) no-repeat;
  padding: 5px 0 0 5px;
  cursor: default;
  font-weight: bold; }

span.tab span {
  background: url(../Gfx/content_tab_active_right.png) no-repeat top right;
  border: 0;
  font-size: 12px;
  padding: 5px 10px 5px 5px;
  height: 23px;
  color: #fff;
  cursor: default; }

.hover {
  cursor: pointer; }

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  opacity: 0.5;
  filter: alpha(opacity=60);
  background-color: #cccccc; }

.loading-gfx {
  display: none;
  position: absolute;
  top: 0;
  background: url(../Gfx/loading.gif) no-repeat center center;
  background-color: #ffffff;
  border: 2px solid #b8b8b8;
  width: 200px;
  height: 50px;
  z-index: 50001; }

.tslink td.first {
  background: url(../Gfx/accordion_plus.gif) no-repeat 3px 7px;
  padding-left: 15px; }

ul.ce-uploads {
  list-style: none; }

ul.ce-uploads .ce-uploads-element {
  padding: 3px 0 !important;
  background: none !important; }

ul.ce-uploads .ce-uploads-element img {
  margin-right: 2px; }

ul.ce-uploads .ce-uploads-element > * {
  display: inline-block;
  vertical-align: top; }

ul.ce-uploads .ce-uploads-element .ce-uploads-filesize {
  padding-left: 10px; }

.news-single-files dd {
  padding-top: 5px;
  margin-left: 0; }

.news-single-files dd img {
  position: relative;
  top: 4px; }

.news-single-files dd a {
  padding-right: 10px; }

#content-box-middle .no-decoration {
  text-decoration: none;
  color: #151515; }

#content-box-middle .no-decoration:hover {
  text-decoration: none;
  color: #151515; }

.button-disable {
  background-color: #FFFFFF;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%; }

.cc-btn {
  border: 1.5px solid white !important;
  padding: 3px 20px 3px 20px !important;
  font-weight: normal !important; }

.cc-allow {
  color: black !important; }

.cc-deny {
  color: white !important; }

.cc-btn:hover {
  -o-transition: all 0.1s !important;
  transition: all 0.1s !important;
  -webkit-transition: all 0.1s !important;
  -moz-transition: all 0.1s !important;
  opacity: 0.6 !important;
  font-weight: normal !important; }

.cc-link, .cc-message {
  font-size: 14px !important;
  text-align: left !important;
  line-height: normal !important;
  font-weight: normal !important; }

.cc-close {
  position: absolute;
  top: 1 !important;
  right: 1 !important;
  cursor: pointer; }

.cc-message {
  margin: 0.5em 3em 0.5em 0em !important;
  margin-left: 0 !important;
  padding: 5px 0px 5px 0px; }

.cc-btn + .cc-btn {
  margin-right: 0.8em !important;
  margin-left: 0 !important; }

.new-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0 !important;
  margin: 0 auto !important; }

@media (max-width: 991.98px) {
  #content-col-right .image-gallery-items img {
    cursor: default; } }

.hhp-legacy-box-wrap {
  padding: 0; }

@-webkit-keyframes pulse {
  0% {
    background: #c8cccc;
    -webkit-transform: translateZ(0) scale(0.95) perspective(1px);
            transform: translateZ(0) scale(0.95) perspective(1px); }
  25% {
    background: #c8cccc;
    -webkit-transform: translateZ(0) scale(0.9) perspective(1px);
            transform: translateZ(0) scale(0.9) perspective(1px); }
  100% {
    background: #d6d8d8;
    -webkit-transform: translateZ(0) scale(1) perspective(1px);
            transform: translateZ(0) scale(1) perspective(1px); } }

@keyframes pulse {
  0% {
    background: #c8cccc;
    -webkit-transform: translateZ(0) scale(0.95) perspective(1px);
            transform: translateZ(0) scale(0.95) perspective(1px); }
  25% {
    background: #c8cccc;
    -webkit-transform: translateZ(0) scale(0.9) perspective(1px);
            transform: translateZ(0) scale(0.9) perspective(1px); }
  100% {
    background: #d6d8d8;
    -webkit-transform: translateZ(0) scale(1) perspective(1px);
            transform: translateZ(0) scale(1) perspective(1px); } }

.slick-dots {
  list-style-type: none;
  left: 0; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li:only-child {
  display: none; }

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #151515;
  -webkit-font-smoothing: antialiased; }

.slick-dots .slick-active button:before {
  color: #cc1800;
  opacity: 1; }


#content-col-wide .divider {
  padding: 0 19px; }

#content-col-wide hr {
  color: #CDCDCD;
  background-color: #CDCDCD;
  border: 0;
  height: 1px; }

#content-box-middle.home {
  padding: 0 !important; }
  #content-box-middle.home #content-col-wide {
    width: 100% !important; }

#content-box-middle.products, #content-box-middle.intro, #content-box-middle.search {
  padding: 0 !important; }

#content-box-middle .bodytext a, #content-box-middle .text a, #content-box-middle .user-hysoftware-pi1 a, #content-box-middle .csc-menu a {
  color: #151515;
  text-decoration: underline; }
  #content-box-middle .bodytext a:hover, #content-box-middle .text a:hover, #content-box-middle .user-hysoftware-pi1 a:hover, #content-box-middle .csc-menu a:hover {
    color: #cc1800; }
  #content-box-middle .bodytext a.button-primary, #content-box-middle .text a.button-primary, #content-box-middle .user-hysoftware-pi1 a.button-primary, #content-box-middle .csc-menu a.button-primary {
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #cc1800;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px 10px 25px;
    font-size: 16px;
    width: auto; }
    #content-box-middle .bodytext a.button-primary:hover, #content-box-middle .text a.button-primary:hover, #content-box-middle .user-hysoftware-pi1 a.button-primary:hover, #content-box-middle .csc-menu a.button-primary:hover {
      color: #ffffff; }
    #content-box-middle .bodytext a.button-primary.arrow-next:after, #content-box-middle .text a.button-primary.arrow-next:after, #content-box-middle .user-hysoftware-pi1 a.button-primary.arrow-next:after, #content-box-middle .csc-menu a.button-primary.arrow-next:after {
      font-family: 'Material Icons';
      font-style: normal;
      font-size: 18px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      content: '\e5c8';
      vertical-align: bottom;
      margin-left: 4px;
      margin-right: 2px;
      font-weight: normal;
      color: #ffffff; }

#content-box-middle ul {
  list-style: none;
  padding-left: 15px; }
  #content-box-middle ul li {
    margin: 5px 0;
    line-height: 1.5; }
    #content-box-middle ul li li {
      margin: 2px 0; }
      #content-box-middle ul li li li {
        padding-left: 13px; }

#content-box-middle .csc-textpic-image {
  background: 0;
  margin: 0 5px 12px 0;
  padding: 0; }
  #content-box-middle .csc-textpic-image a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#content-box-middle .csc-frame ul li:before, #content-box-middle .accordion-item .csc-textpic-text ul li:before, #content-box-middle .pdb-text-wrap ul li:before, #content-box-middle .pdb-subtext-wrap ul li:before {
  content: "•";
  color: #cc1800;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

#content-box-middle .pdb-content-tabs ul li:before, #content-box-middle .pdb-images ul li:before {
  display: none; }

#content-box-middle #content-col-left ul.ce-uploads {
  padding-left: 0; }

#content-box-middle #content-col-left ul.ce-uploads li::before {
  display: none; }

#content-box-middle ol {
  list-style-position: outside;
  margin: 0 0 12px 25px;
  padding-left: 0; }

#content-box-middle ol li {
  margin: 5px 0;
  display: list-item; }

#content-box-middle ol ol {
  padding: 3px 0 5px;
  margin-bottom: 0; }


#content-col-right {
  float: right;
  width: 200px;
  text-align: left; }

#content-col-right hr {
  color: #CDCDCD;
  background-color: #CDCDCD;
  border: 0;
  height: 1px;
  width: 200px; }

#content-col-right .first-acc-item {
  margin-top: 24px; }

#content-col-right .accordion-item {
  width: 200px; }

#content-box-middle {
  padding: 0 0 0 8px; }

#content-box-middle a {
  color: #151515;
  text-decoration: none; }

#content-col-left {
  margin: 0;
  padding: 0; }

#content-col-left,
#content-col-right,
#content-box-middle #content-col-right .image-gallery-wrap .image-gallery-items-wrap .image-gallery-items {
  padding-left: 0 !important; }

#content-col-right .image-gallery-items {
  width: auto;
  height: auto; }

#content-col-right .image-gallery-items li {
  float: left;
  margin-right: 4px; }

#content-col-right .csc-frame .image-gallery-items li:before {
  display: none; }

#content-col-left .image-gallery-wrap {
  width: auto; }

#content-col-left .image-gallery-items {
  width: auto; }

#content-col-left .image-gallery-items-wrap {
  width: auto;
  height: auto; }

#content-banner {
  position: relative;
  left: 658px;
  top: -30px;
  height: 120px;
  width: 120px;
  margin-top: -15px;
  margin-left: 0;
  margin-bottom: 35px; }
  #content-banner img {
    width: 120px;
    height: 120px; }

@media (max-width: 767.98px) {
  div.csc-textpic-intext-left-nowrap-260 .csc-textpic-text, div.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0; } }


#breadcrumbs {
  height: 31px;
  padding-top: 4px;
  color: #151515;
  margin-bottom: 10px; }

.breadcrumbs-left {
  width: 20px;
  height: 19px;
  float: left;
  margin: 4px 6px 0 0; }

.breadcrumbs-left-active {
  width: 20px;
  height: 19px;
  float: left;
  cursor: pointer;
  margin: 4px 6px 0 0; }

#breadcrumbs-mid {
  width: 708px;
  height: 26px;
  float: left;
  font-size: 12px;
  overflow: hidden; }

#breadcrumbs-mid ul {
  height: 26px;
  list-style: none;
  padding-top: 4px;
  padding-left: 10px; }

#breadcrumbs-mid li {
  float: left;
  padding: 0;
  white-space: nowrap; }

#breadcrumbs-mid li:after {
  font-family: 'hydac-hhp' !important;
  content: "\e906";
  margin-left: 8px; }

#breadcrumbs-mid li.last {
  padding-left: 8px;
  border: none; }

#breadcrumbs-mid li.last:after {
  content: "";
  margin-left: 0; }

#breadcrumbs-mid li:first-child:before {
  font-family: 'hydac-hhp' !important;
  content: "\e906";
  margin-left: 8px; }

#breadcrumbs-mid li.last:only-child:before {
  margin-right: 10px;
  margin-left: 5px; }

#breadcrumbs-mid a {
  text-decoration: none;
  color: #151515;
  padding-left: 8px; }

#breadcrumbs-mid a:hover {
  color: #cc1800; }

.breadcrumbs-right {
  width: 20px;
  height: 19px;
  float: left;
  margin: 4px 0 0 6px; }

.breadcrumbs-right-active {
  width: 20px;
  height: 19px;
  float: left;
  cursor: pointer;
  margin: 4px 0 0 6px; }

#breadcrumbs-mid .linestart {
  z-index: 10; }

#breadcrumbs-mid .linestart ul {
  width: auto !important;
  float: left; }

#breadcrumbs-mid .linemid {
  float: left;
  font-size: 18px;
  padding: 0 5px 0 5px; }

#breadcrumbs-mid .homeIcon {
  float: left;
  padding-top: 2px;
  width: auto; }

#breadcrumbs-mid .homeIcon a {
  width: 20px;
  height: 20px;
  padding-left: 0 !important;
  font-size: 20px;
  color: #808080; }


.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.btn i:before {
  margin-right: 10px; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.btn:hover, .btn:focus {
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn, button.btn, span.btn {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

a.btn i:before, button i:before, span.btn i:before, .btn i:before {
  font-size: 16px; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #151515;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }

.btn-primary:hover {
  color: #151515;
  background-color: silver;
  border-color: silver; }

.btn-primary.express {
  background-color: transparent;
  border-color: transparent; }

.btn-primary.express i {
  color: #cc1800; }

.btn-primary.express:hover {
  color: #cc1800; }

.btn-primary.print {
  position: absolute;
  background-color: transparent;
  border-color: transparent;
  right: 0;
  padding-top: 0.5em;
  padding-right: 0; }

.btn-primary.print:hover {
  color: #cc1800; }

.btn-primary.worldmap i:before {
  margin-right: 0; }

.btn-primary.worldmap {
  background-color: transparent;
  border-color: transparent;
  padding: 0 0 0 6px;
  color: #808080; }

.btn-primary.worldmap i:before {
  font-size: 20px; }

.btn-primary.worldmap:hover {
  color: #cc1800; }

#content-box-middle a.btn, a.btn:hover, a.btn:focus {
  color: inherit;
  text-decoration: none; }

#content-box-middle a.btn:hover {
  color: #151515; }

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-primary.disabled, .btn-primary:disabled {
  color: #151515;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #151515;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }


.teaser-download .teaser-download-inner a, .teaser-productsearch .teaser-productsearch-inner a, .teaser-btn span.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }


.filter-icon-inner a.btn, .teaser-asp-inner a.btn, .teaser-charge-it-inner a.btn, .teaser-p0calculator-inner a.btn, .teaser-accumount-inner a.btn, .teaser-betterfit-inner a.btn, .teaser-p0calculator-inner a.btn, .teaser-bellhousing-inner a.btn, .teaser-ekat-inner a.btn {
  width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  border: none; }

.filter-icon-inner a.btn:hover i, .teaser-asp-inner a.btn:hover i, .teaser-charge-it-inner a.btn:hover i, .teaser-accumount-inner a.btn:hover i, .teaser-p0calculator-inner a.btn:hover i, .teaser-betterfit-inner a.btn:hover i, .teaser-p0calculator-inner a.btn:hover i, .teaser-bellhousing-inner a.btn:hover i, .teaser-ekat-inner a.btn:hover i {
  background-color: #660c00; }

.filter-icon-inner a.btn i, .teaser-asp-inner a.asp-button i, .teaser-charge-it-inner a.charge-it-button i, .teaser-accumount-inner a.btn i, .teaser-p0calculator-inner a.btn i, .teaser-betterfit-inner a.btn i, .teaser-p0calculator-inner a.btn i, .teaser-bellhousing-inner a.btn i, .teaser-bellhousing-inner a.btn:hover i, .teaser-ekat-inner a.btn i {
  margin-left: -12px;
  padding-left: 12px;
  background-color: #cc1800;
  color: white;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px; }

.filter-icon-inner a.btn i:before {
  width: 40px;
  font-size: 40px; }

.teaser-bellhousing-inner a.btn {
  width: 100%; }

.teaser-bellhousing-inner a.btn i {
  margin-right: 15px; }

.teaser-bellhousing-inner a.btn i:before {
  font-size: 40px;
  padding: 0 10px; }

.teaser-betterfit-inner a.btn {
  width: 100%; }

.teaser-betterfit-inner a.btn i:before {
  font-size: 40px;
  padding: 0 5px; }

.teaser-p0calculator-inner a.btn {
  width: 100%; }

.teaser-p0calculator-inner a.btn i:before {
  font-size: 30px;
  padding: 0 5px; }

.teaser-accumount-inner a.btn {
  width: 100%; }

.teaser-accumount-inner a.btn i:before {
  font-size: 40px;
  padding: 0 10px; }

.teaser-asp-inner a.btn {
  width: 100%; }

.teaser-charge-it-inner a.btn {
  width: 100%; }

.teaser-asp-inner a.asp-button i:before {
  font-size: 40px;
  padding: 0 5px; }

.teaser-charge-it-inner a.charge-it-button i:before {
  font-size: 40px;
  padding: 0 5px; }

.teaser-ekat-inner a.btn {
  width: 100%; }

.teaser-ekat-inner a.btn i:before {
  font-size: 41px;
  padding: 0 5px; }

#backToTopBtn {
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #cc1800;
  color: white;
  cursor: pointer;
  padding: 4px 10px 5px 10px;
  border-radius: 0;
  font-size: 30px; }
  #backToTopBtn:hover {
    background-color: #cc1800; }

button:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent; }

.btn.btn-secondary {
  color: #efefef;
  background-color: #555555; }
  .btn.btn-secondary:hover {
    background-color: #838383 !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.btn-dark {
  color: #fff !important;
  background-color: #555555;
  border-color: #555555; }
  .btn-dark:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }


input[type=text], input[type=password], input[type=number], input[type=email] {
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  border: 1px solid #CDCDCD; }

textarea {
  padding-left: 5px;
  padding-right: 5px;
  height: 60px;
  border: 1px solid #CDCDCD; }

select {
  height: 30px;
  border: 1px solid #CDCDCD;
  background: #fff; }

input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, textarea:focus, select:focus, #bf-content .bf-textbox:focus {
  border: 1px solid #b8b8b8;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none !important; }


.form-group {
  clear: both;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px; }
  .form-group label {
    display: inline; }
  .form-group label.control-label {
    float: left;
    margin-right: 10px;
    width: 20%;
    font-weight: bold;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-group div.input {
    float: left;
    width: calc(65% - 15px); }
    .form-group div.input input, .form-group div.input textarea {
      width: 100%; }
  .form-group .form-check {
    width: 85%; }
    .form-group .form-check span {
      display: block;
      padding-left: 20px; }
      .form-group .form-check span span {
        display: inline;
        padding-left: 10px; }
  .form-group .input.checkbox {
    width: 100%; }
    .form-group .input.checkbox label {
      width: 100%;
      line-height: 1.5;
      height: auto;
      float: none; }
      .form-group .input.checkbox label input[type="checkbox"] {
        width: auto;
        height: auto;
        display: inline;
        float: left;
        position: absolute;
        top: 4px; }
  .form-group .required {
    color: #cc1800;
    padding-left: 10px; }

.form-wrap .label {
  font-weight: bold; }

.form-wrap .required {
  color: #cc1800;
  padding-left: 10px; }

@media (max-width: 767.98px) {
  .form-group {
    padding: 0; }
    .form-group label.control-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: auto;
      margin: 0 0 10px 0; }
    .form-group div.input {
      width: 100%;
      margin-bottom: 20px; }
    .form-group input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .form-group .form-check {
      width: 100%; }
  .user-matag-pi1-form .user-matag-pi1-form-field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0; }
  .user-matag-pi1-form .user-matag-pi1-form-field input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .user-matag-pi1-form .user-matag-pi1-form-field textarea {
    width: 100%; }
  .user-matag-pi1-form .user-matag-pi1-form-field select {
    width: 100%; }
  .actions {
    margin-top: 20px; } }


#footer {
  border-top: 1px solid #b8b8b8;
  padding-top: 20px;
  margin: 20px 0 40px 0;
  float: left; }

#footer .container.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#footer .meta-nav {
  margin-left: auto;
  margin-right: auto; }

#footer .meta-nav .last {
  border: none; }

#footerhome {
  padding-bottom: 15px; }

@media (max-width: 767.98px) {
  #footer {
    min-width: unset; }
  .meta-nav li {
    margin-bottom: 10px; } }

#header {
  border-bottom: 1px solid #b8b8b8;
  z-index: 1202;
  background-color: white;
  width: 100%;
  position: fixed;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
  height: 105px; }
  #header.header--inactive {
    height: 0;
    -webkit-transition: height .2s linear;
    -o-transition: height .2s linear;
    transition: height .2s linear;
    border: none;
    overflow: hidden; }

.logo {
  display: inline-block;
  margin: 1rem 1rem; }

#nav-main {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  #nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #nav-main li {
    display: inline-block;
    margin: 0 1rem;
    vertical-align: middle;
    line-height: 28px; }
    #nav-main li:last-child {
      margin: 0; }
  #nav-main a {
    font-size: 17px;
    font-weight: bold;
    color: #555555;
    text-decoration: none; }
    #nav-main a:hover, #nav-main a.active {
      color: #cc1800; }
  #nav-main i {
    font-size: 28px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    #nav-main i.icon-close {
      font-size: 20px;
      line-height: 20px;
      width: 20px;
      height: 20px; }

#nav-meta-top {
  background-color: #f3f3f3;
  min-height: 26px; }
  #nav-meta-top .container {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #nav-meta-top .container > div {
      display: inline-block;
      font-size: 10px;
      padding: 0 1rem; }
      #nav-meta-top .container > div:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        background: #555555;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      #nav-meta-top .container > div:last-child {
        padding-right: 1rem; }
        #nav-meta-top .container > div:last-child:after {
          content: none; }
    #nav-meta-top .container div.meta-nav {
      padding: 0; }
      #nav-meta-top .container div.meta-nav li a:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        background: #555555;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    #nav-meta-top .container div.express--hide {
      display: none; }
  #nav-meta-top a {
    color: #555555;
    text-decoration: none;
    line-height: 26px; }
    #nav-meta-top a:hover {
      color: #cc1800; }
  #nav-meta-top .icon-express {
    font-size: 22px;
    line-height: 24px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #cc1800; }
  #nav-meta-top .language img {
    margin-right: 10px; }
  #nav-meta-top .icon-worldmap {
    font-size: 26px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    vertical-align: middle; }

#header-search {
  display: none;
  position: absolute;
  right: 33px;
  top: -65px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 70%;
  background-color: #fff;
  z-index: 1000;
  height: auto; }
  #header-search.open {
    display: block;
    -webkit-animation: header-search .5s ease-out;
            animation: header-search .5s ease-out; }
  #header-search .tx-solr {
    margin: 0 30px;
    height: 60px;
    margin-top: 11px; }
  #header-search .tx-solr-search-q {
    width: 100%;
    height: auto;
    background: none;
    font-size: 17px;
    font-weight: normal;
    padding: 0.5rem 3rem 0.5rem 1rem;
    color: #555555;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #header-search .tx-solr-search-q:after {
      
      font-family: 'hydac-hhp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e916"; }
  #header-search ::-webkit-input-placeholder {
    
    color: #CDCDCD; }
  #header-search ::-moz-placeholder {
    
    color: #CDCDCD; }
  #header-search :-ms-input-placeholder {
    
    color: #CDCDCD; }
  #header-search :-moz-placeholder {
    
    color: #CDCDCD; }
  #header-search button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    border: none;
    outline: 0;
    display: block;
    width: 28px;
    height: 28px; }
    @media (min-width: 992px) {
      #header-search button:after {
        content: ' ';
        margin-left: 10px;
        border-right: 1px solid #b8b8b8;
        position: absolute;
        top: 0;
        width: 20px;
        height: 30px; } }
    #header-search button i:before {
      font-size: 28px; }
  #header-search .query-suggest-box-search {
    width: 100%;
    top: auto; }
    #header-search .query-suggest-box-search .ui-autocomplete {
      margin: 0;
      padding: 0;
      border-color: #b8b8b8; }
    #header-search .query-suggest-box-search li a {
      padding: 0.5rem 1rem;
      font-size: 17px;
      color: #555555; }

@-webkit-keyframes header-search {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes header-search {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#header-desktop {
  width: 100vw;
  top: 0;
  z-index: 1201;
  background: white;
  position: fixed;
  border-bottom: 1px solid #b8b8b8;
  display: none; }
  #header-desktop.header-desktop--active {
    display: block; }
  #header-desktop #header-search {
    height: 42px; }

.header-desktop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header-desktop__wrapper .logo {
    margin: .8rem; }
    .header-desktop__wrapper .logo img {
      height: 30px; }
  .header-desktop__wrapper #header-search {
    top: -37px;
    right: 47px;
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    width: 70%; }
    .header-desktop__wrapper #header-search .tx-solr {
      height: auto;
      margin-top: 0; }

.header-desktop__icon-bar {
  display: inline-block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: auto; }
  .header-desktop__icon-bar i {
    font-size: 40px;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer; }

#header-desktop__nav-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 9999;
  background-color: #F1F1F1;
  overflow-y: scroll;
  -webkit-transition: width .4s ease-in-out, padding .4s ease-in-out;
  -o-transition: width .4s ease-in-out, padding .4s ease-in-out;
  transition: width .4s ease-in-out, padding .4s ease-in-out;
  width: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.4);
  -ms-overflow-style: none;
  scrollbar-width: none; }
  #header-desktop__nav-wrapper::-webkit-scrollbar {
    display: none; }
  #header-desktop__nav-wrapper.header-desktop__nav-wrapper--active {
    width: 40%;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9999;
    -webkit-transition: width .4s ease-in-out, padding .4s ease-in-out;
    -o-transition: width .4s ease-in-out, padding .4s ease-in-out;
    transition: width .4s ease-in-out, padding .4s ease-in-out; }
  #header-desktop__nav-wrapper ul {
    list-style: none;
    padding: 0; }
  #header-desktop__nav-wrapper #header-search {
    top: -38px;
    left: 23px;
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    width: 75%; }

.header-desktop__top-bar {
  text-align: right;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 25px; }
  .header-desktop__top-bar i {
    font-size: 24px;
    font-weight: bolder;
    cursor: pointer; }
  .header-desktop__top-bar #header-search {
    background-color: #f8f9fa;
    top: -38px;
    left: 9px;
    margin: 0;
    width: 80%;
    text-align: left; }
    .header-desktop__top-bar #header-search .tx-solr {
      margin: 0; }
    .header-desktop__top-bar #header-search .tx-solr-searchbox {
      background: none; }
      .header-desktop__top-bar #header-search .tx-solr-searchbox .tx-solr-search-q {
        border-bottom: none;
        padding: 0.6rem 3rem 0.6rem 1rem; }
      .header-desktop__top-bar #header-search .tx-solr-searchbox button {
        right: 15px; }

.header-desktop__main-menu {
  display: block;
  padding-right: 25px;
  padding-left: 40px; }
  .header-desktop__main-menu-item {
    border-bottom: 1px solid #808080;
    padding: 18px 0; }
    .header-desktop__main-menu-item:first-child {
      border-top: 1px solid #808080; }
    .header-desktop__main-menu-item > a {
      font-size: 20px;
      font-weight: bold; }

#nav-meta-top-desktop {
  background-color: white;
  margin-left: 40px;
  margin-right: 25px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #nav-meta-top-desktop .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0; }
    #nav-meta-top-desktop .container div {
      width: 100%; }
      #nav-meta-top-desktop .container div a i {
        width: 26px;
        font-size: 24px;
        line-height: 24px;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #nav-meta-top-desktop .container div a i.icon-worldmap {
          width: 24px;
          margin-left: 2px; }
      #nav-meta-top-desktop .container div a img {
        margin-right: 6px;
        margin-left: 5px; }
      #nav-meta-top-desktop .container div a span {
        margin-left: 2px; }
    #nav-meta-top-desktop .container .nav-meta-top-desktop__item--iconless {
      margin-top: 2px;
      margin-bottom: 4px; }
    #nav-meta-top-desktop .container .language {
      padding-top: 3px;
      top: 0;
      height: 24px; }
    #nav-meta-top-desktop .container > div::after {
      content: none; }
  #nav-meta-top-desktop .icon-career {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  #nav-meta-top-desktop .icon-express {
    color: #cc1800; }

#header-desktop__background {
  position: absolute;
  width: 0;
  height: 100vh;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.7); }
  #header-desktop__background.header-desktop__background--active {
    z-index: 9998;
    width: 100vw; }

#nav-sec-meta-mobile {
  margin-top: 24px;
  font-size: 12px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 10px;
  width: 75%; }
  #nav-sec-meta-mobile a {
    text-decoration: none; }
    #nav-sec-meta-mobile a:hover {
      color: #cc1800; }
  #nav-sec-meta-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    #nav-sec-meta-mobile ul li {
      margin-left: -20px;
      margin-right: 34px;
      white-space: nowrap;
      display: inline-block; }
      #nav-sec-meta-mobile ul li::before {
        display: inline-block;
        content: "  |  ";
        width: 20px; }
      #nav-sec-meta-mobile ul li:first-child {
        margin-left: 0; }
        #nav-sec-meta-mobile ul li:first-child::before {
          content: none; }
      #nav-sec-meta-mobile ul li:last-child::after {
        content: none; }

#content-wrap {
  padding-top: 105px; }

.content-container:first-of-type {
  padding-top: 100px; }

html.no-overflow {
  overflow: hidden;
  height: 100%; }


@font-face {
  font-family: 'hydac-hhp';
  src: url("../../Common/Fonts/hydac-hhp.eot?scdky");
  src: url("../../Common/Fonts/hydac-hhp.eot?scdky#iefix") format("embedded-opentype"), url("../../Common/Fonts/hydac-hhp.ttf?scdky") format("truetype"), url("../../Common/Fonts/hydac-hhp.woff?scdky") format("woff"), url("../../Common/Fonts/hydac-hhp.svg?scdky#hydac-hhp") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  
  font-family: 'hydac-hhp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-accordeon_close:before {
  content: "\e900"; }

.icon-accordeon_more:before {
  content: "\e901"; }

.icon-account:before {
  content: "\e902"; }

.icon-anfrageliste:before {
  content: "\e903"; }

.icon-arrow_full_down:before {
  content: "\e904"; }

.icon-arrow_full_left:before {
  content: "\e905"; }

.icon-arrow_full_right:before {
  content: "\e906"; }

.icon-arrow_full_up:before {
  content: "\e907"; }

.icon-arrow_line_down:before {
  content: "\e908"; }

.icon-arrow_line_left:before {
  content: "\e909"; }

.icon-arrow_line_right:before {
  content: "\e90a"; }

.icon-arrow_line_up:before {
  content: "\e90b"; }

.icon-bullet_point:before {
  content: "\e90c"; }

.icon-close:before {
  content: "\e90d"; }

.icon-download:before {
  content: "\e90e"; }

.icon-express:before {
  content: "\e90f"; }

.icon-filter:before {
  content: "\e936"; }

.icon-grid:before {
  content: "\e910"; }

.icon-home:before {
  content: "\e911"; }

.icon-menu:before {
  content: "\e912"; }

.icon-pdf:before {
  content: "\e913"; }

.icon-play:before {
  content: "\e914"; }

.icon-print:before {
  content: "\e915"; }

.icon-search:before {
  content: "\e916"; }

.icon-settings:before {
  content: "\e917"; }

.icon-tool_accu-mount:before {
  content: "\e918"; }

.icon-tool_betterfit:before {
  content: "\e919"; }

.icon-tool_pt_weblight:before {
  content: "\e91a"; }

.icon-worldmap:before {
  content: "\e91b"; }

.icon-tool_asp-light:before {
  content: "\e92d"; }

.icon-tool_customize-it:before {
  content: "\e91d"; }

.icon-tool_filter-it:before {
  content: "\e91e"; }

.icon-tool_pt_weblight_tanksets:before {
  content: "\e91f"; }

.icon-tool_pt_weblight_zubehoer:before {
  content: "\e920"; }

.icon-tool_size-it:before {
  content: "\e921"; }

.icon-tool_seelct-it-anzeige:before {
  content: "\e922"; }

.icon-tool_select-it:before {
  content: "\e923"; }

.icon-tool_seelct-it-filterelement:before {
  content: "\e924"; }

.icon-tool_seelct-it-komplettfilter:before {
  content: "\e925"; }

.icon-secondary_menu:before {
  content: "\e926"; }

.icon-worldmap:before {
  content: "\e91b"; }

.icon-globe:before {
  content: "\e927";
  color: #cc1800; }

.icon-table-switch:before {
  content: "\e928"; }

.icon-to_first:before {
  content: "\e929"; }

.icon-to_last:before {
  content: "\e92a"; }

.icon-preview:before {
  content: "\e92b"; }

.icon-cart:before {
  content: "\e92c"; }

.icon-tool_asp-light-ic:before {
  content: "\e92d"; }

.icon-tool_p0:before {
  content: "\e92e"; }

.icon-tool_dva-kit:before {
  content: "\e937"; }

.icon-tool_charge-it:before {
  content: "\e938"; }

.icon-career:before {
  content: "\e92f"; }

.icon-mail:before {
  content: "\e939"; }

.icon-phone:before {
  content: "\e93a"; }

.icon-mobil:before {
  content: "\e93b"; }


.icon-tool_25001246:before {
  content: "\e92d"; }


.icon-tool_25002881:before {
  content: "\e91e"; }


.icon-tool_25005681:before {
  content: "\e918"; }


.icon-tool_25001272:before {
  content: "\e919"; }


.icon-tool_25002887:before {
  content: "\e91a"; }


.icon-tool_25005913:before {
  content: "\e92e"; }


.icon-tool_25005889:before {
  content: "\e92e"; }


.icon-tool_25005883:before {
  content: "\e92e"; }


.icon-tool_25006109:before {
  content: "\e937"; }

.icon-tool_25006188:before {
  content: "\e937"; }


.icon-tool_25006110:before {
  content: "\e938"; }

.icon-tool_25006190:before {
  content: "\e938"; }


.inquiry-sticky-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  background-color: #cc1800;
  color: #ffffff;
  width: 40px;
  height: 40px;
  z-index: 1199;
  padding: 10px;
  top: 146px; }

.inquiry-sticky {
  font-size: 30px;
  text-align: center; }

.inquiry-sticky:before {
  font-family: 'hydac-hhp' !important;
  content: '\e903'; }

.inquiry-sticky-list-count {
  font-size: 12px;
  padding: 2px; }

@media (max-width: 991.98px) {
  .inquiry-sticky-wrap {
    position: absolute;
    top: 118px; } }

@media (max-width: 767.98px) {
  .inquiry-sticky-wrap {
    position: fixed;
    top: 70px;
    z-index: 2000; } }

#back-button {
  font-size: 15px;
  color: #808080;
  font-weight: bold; }

#back-button a {
  text-decoration: none;
  color: #808080;
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px; }

#back-button a:hover {
  color: #cc1800;
  background-position: 0 -92px; }

#footer .meta-nav li {
  border: 1px solid #151515;
  border-style: none solid none none;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px; }

#footer .meta-nav a {
  color: #151515; }

#footer .meta-nav a:hover, #footer .meta-nav a.active {
  color: #cc1800; }

.meta-nav {
  float: left; }

.meta-nav ul {
  padding-left: 0; }

.meta-nav li {
  position: relative;
  list-style: none;
  padding: 0 1rem;
  float: left; }

.meta-nav a, .meta-nav cookieSet a {
  text-decoration: none; }

.meta-nav-express {
  float: left;
  font-size: 10px;
  margin-bottom: 1px; }

.meta-nav-express a.btn {
  padding-right: 0;
  color: #808080;
  font-size: 10px;
  font-weight: 400;
  border-right: 1px solid #808080;
  padding: 0 8px 0 0;
  line-height: 9px; }

.meta-nav-express a.btn i {
  line-height: 9px; }

#nav-sec-wrap {
  float: left;
  width: 230px;
  margin: 0 14px 24px 0;
  font-size: 14px; }

#nav-sec {
  border: 1px solid #f3f3f3; }
  #nav-sec .top-level {
    padding: 12px 24px 12px 12px;
    border-bottom: 1px solid #f3f3f3;
    color: #cc1800;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase; }
    #nav-sec .top-level.hover-box-icon {
      cursor: pointer; }
      #nav-sec .top-level.hover-box-icon:after {
        
        font-family: 'hydac-hhp' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e926";
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 25px; }
  #nav-sec .second-level a {
    display: block;
    padding: 6px 12px 0;
    word-wrap: break-word;
    color: #cc1800;
    text-decoration: none; }
  #nav-sec ul {
    list-style: none;
    margin: 0;
    padding: 6px 0; }
    #nav-sec ul a {
      position: relative;
      display: block;
      padding: 6px 12px 6px 24px;
      word-wrap: break-word;
      color: #555555;
      text-decoration: none; }
      #nav-sec ul a:before {
        position: absolute;
        top: 12px;
        left: 12px;
        content: " ";
        display: block;
        width: 5px;
        height: 5px;
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid; }
      #nav-sec ul a.active, #nav-sec ul a:hover {
        color: #cc1800; }
    #nav-sec ul li.subs > a:before {
      top: 14px;
      left: 10px;
      border: none;
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    #nav-sec ul ul {
      font-size: 12px;
      padding: 0 0 0 12px; }
      #nav-sec ul ul a {
        padding: 3px 12px 3px 24px; }
        #nav-sec ul ul a:before {
          top: 8px; }
  #nav-sec .back-button {
    border-top: 1px solid #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0; }
    #nav-sec .back-button a {
      position: relative;
      display: block;
      padding: 6px 12px 6px 24px;
      word-wrap: break-word;
      color: #555555;
      text-decoration: none; }
      #nav-sec .back-button a:before {
        position: absolute;
        top: 12px;
        left: 12px;
        content: " ";
        display: block;
        width: 5px;
        height: 5px;
        border-top: 0.3em solid transparent;
        border-right: 0.3em solid;
        border-bottom: 0.3em solid transparent; }
      #nav-sec .back-button a:hover {
        color: #cc1800; }
  #nav-sec .hover-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    z-index: 1000; }
    #nav-sec .hover-box .top-level {
      background: #cc1800;
      color: #fff;
      cursor: pointer; }
      #nav-sec .hover-box .top-level:after {
        
        font-family: 'hydac-hhp' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90d";
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 16px; }

#nav-sec-meta {
  margin-top: 24px;
  font-size: 12px;
  border: 1px solid #f3f3f3;
  padding: 15px; }
  #nav-sec-meta ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #nav-sec-meta a {
    text-decoration: none; }
    #nav-sec-meta a:hover {
      color: #cc1800; }

@media (max-width: 991.98px) {
  #nav-sec-wrap {
    display: none; } }



#nav-sec-news {
  width: 100%; }

.news-module {
  min-height: 262px; }
  .news-module .slick-prev, .news-module .slick-next {
    top: 60% !important; }

#news-home-wrap {
  width: 100%; }

#news-home-wrap .slick-slider {
  padding: 20px 30px; }

.news-home {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 0 11px 0 33px;
  width: 100%;
  height: 97px; }

.news-home .news-image {
  width: 95px;
  height: 95px;
  border: 1px solid #CDCDCD; }

.news-home .news-image img {
  display: block;
  margin: auto; }

.news-overview {
  padding: 0 35px;
  position: absolute;
  right: 0;
  top: 186px; }

.news-slider-wrap .slick-prev:before {
  
  font-family: 'hydac-hhp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 0;
  color: #555555; }

.news-slider-wrap .slick-next {
  font-size: 0; }
  .news-slider-wrap .slick-next:before {
    
    font-family: 'hydac-hhp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0;
    color: #555555; }

.news-slider-wrap .slick-prev {
  left: 0;
  font-size: 0; }
  .news-slider-wrap .slick-prev:before {
    font-size: 25px; }

.news-slider-wrap .slick-next {
  right: 0;
  padding-left: 2px; }
  .news-slider-wrap .slick-next:before {
    font-size: 25px; }

.news-slider-wrap .slick-arrow {
  background-color: #CDCDCD;
  width: 20px;
  height: 30px;
  font-size: 0; }

.news-slider-wrap .slick-arrow:before {
  color: #fff; }

.news-slider-wrap .slick-dots {
  padding-top: 10px; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none; }

.news-latest-date {
  color: #555555;
  margin-bottom: 3px; }

.news-image {
  width: 70px;
  float: left; }
  .news-image img {
    width: 100%;
    max-width: 70px; }

.news-body {
  padding: 0 0 0 20px;
  overflow: hidden; }

.news-content-wrap {
  min-height: 83px;
  max-height: 83px;
  margin-bottom: 5px; }

.news-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 17px;
  overflow: hidden; }

.news-header a {
  text-decoration: none;
  color: #cc1800; }

.news-text {
  overflow: hidden; }
  .news-text p {
    margin: 0; }
  .news-text a {
    text-decoration: none; }

.news-more {
  padding-top: 10px; }

.news-more a, .news-overview a {
  color: #555555;
  text-decoration: none; }
  .news-more a:before, .news-overview a:before {
    
    font-family: 'hydac-hhp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 8px;
    color: #cc1800; }

.news-more a:hover {
  color: #cc1800; }

.news-slider-wrap .slick-prev, .news-slider-wrap .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1000; }


.pdb-banner-wrap #news-home-wrap {
  overflow: hidden;
  padding: 0;
  height: 170px; }

.pdb-banner-wrap .news-slider-wrap {
  width: 70%; }

.pdb-banner-wrap .slick-dots {
  padding-top: 0; }


.news-overview a {
  color: #555; }

.news-overview a:hover {
  color: news-part-first #cc1800; }

.news-sec {
  clear: both;
  background: none;
  height: auto;
  width: 100%; }

.banner-news-sec .news-sec-dots .news-dot {
  margin-right: 6px; }

.news-sec-dots {
  left: 118px;
  padding: 11px 20px;
  width: 345px; }

.banner-news-sec .news-sec {
  background: none;
  height: auto; }

.banner-news-sec .news-dot {
  background: none; }

.banner-news-sec .news-dot i {
  font-size: 1.3em;
  color: rgba(21, 21, 21, 0.3); }

.banner-news-sec .news-dot.active i {
  color: #cc1800; }

.banner-news-dot {
  display: inline-block;
  height: 10px;
  padding: 10px;
  width: 10px; }

.home .news-sec-dots {
  width: 981px; }

.news-sec-dots {
  text-align: center;
  padding-top: 10px; }

.news-dot {
  background: url("../Gfx/slider_nav_grey.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 9px;
  margin-right: 11px;
  width: 9px;
  cursor: pointer; }

.news-dot.active {
  background: url(../Gfx/slider_nav_red.png) no-repeat 0 0; }


.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.news-list-image {
  border: 1px solid #CDCDCD;
  float: left;
  height: 160px;
  margin-right: 30px;
  width: 160px;
  overflow: hidden; }

.news-list-image img {
  border: medium none;
  display: block;
  float: none;
  margin: 0 auto; }

.news-list-body {
  float: left;
  width: calc(100% - 160px); }

.news-list-body a {
  text-decoration: none; }

.news-list-content {
  min-height: 100px;
  overflow: hidden; }

.news-list-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 8px;
  overflow: hidden; }

.news-list-header a {
  color: #cc1800 !important; }

.news-list-more {
  background-color: #fff;
  height: 21px;
  line-height: 21px;
  margin-top: 42px; }

.news-list-more a {
  color: #555555;
  text-decoration: none; }

.news-list-more a:before {
  font-family: 'hydac-hhp';
  content: "\e906";
  margin-right: 8px;
  color: #cc1800; }

.showResultsWrap {
  color: #666666;
  float: left;
  font-weight: bold;
  margin-top: 5px;
  font-size: 12px; }

.news-list-browser-top {
  border-bottom: 1px solid #CDCDCD;
  text-align: center;
  margin-bottom: 15px; }

.tt_news-browseresults_first {
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  cursor: pointer;
  margin-right: 2px; }

.tt_news-browseresults_first.inactive {
  cursor: default; }

.tt_news-browseresults_prev {
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  cursor: pointer;
  margin-right: 5px; }

.tt_news-browseresults_prev.inactive {
  cursor: default; }

.tt_news-browseresults_last {
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  cursor: pointer;
  margin-left: 2px; }

.tt_news-browseresults_last.inactive {
  cursor: default; }

.tt_news-browseresults_next {
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  cursor: pointer;
  margin-left: 5px; }

.tt_news-browseresults_next.inactive {
  cursor: default; }

.news-list-browser-bottom {
  margin-top: 5px; }
  .news-list-browser-bottom.themes-list {
    border-top: 1px solid #CDCDCD;
    padding-top: 18px; }

.news-list-browser-top table, .news-list-browser-bottom table {
  width: auto;
  margin: 0 0 0 auto; }

.tt_news-browseresults_next a, .tt_news-browseresults_first a, .tt_news-browseresults_prev a, .tt_news-browseresults_last a {
  display: block;
  width: 22px;
  height: 21px; }


.news-single-item #content-col-right {
  z-index: 1; }

.news-single-item #content-col-right .image-gallery-items {
  width: 100%; }

.news-single-item hr, .clearer {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
  color: #b8b8b8;
  background-color: #b8b8b8;
  height: 1px;
  border: none; }

.news-single-image {
  width: 35%;
  float: right; }

.news-single-content {
  width: 65%;
  float: left; }

.news-single-item h1 {
  line-height: 27px; }

.news-single-content {
  margin-top: 12px; }

.news-single-additional-info {
  clear: both;
  margin-top: 15px;
  padding: 0; }

.news-single-related, .news-single-files, .news-single-links {
  margin: 0;
  padding: 0; }

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  font-weight: bold;
  margin-left: 0; }

.news-single-files dd a:before {
  font-family: 'hydac-hhp';
  content: '\e90e';
  font-size: 16px;
  margin-right: 8px; }

.news-single-files dd a:hover::before {
  text-decoration: none; }

.news-single-backlink {
  padding: 15px 0; }

.news-single-backlink a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #151515;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  text-decoration: none; }

.news-single-backlink a:hover {
  color: #151515;
  background-color: silver;
  border-color: silver; }

.news-single-backlink a:before {
  font-family: 'hydac-hhp';
  content: '\e906';
  margin-right: 10px; }

.pressenews-backlink {
  display: inline-block;
  margin: 10px 0; }

.pressenews-table .single-image {
  width: auto !important; }

.pressenews-image-link {
  float: right;
  font-size: 25px;
  color: #cc1800; }

.pressenews-file-size {
  text-align: right; }

.pressenews-file {
  padding: 5px 0; }

.file-size-content {
  padding: 5px 0; }


.tx-ttnews-browsebox table td {
  border-right: none; }

.news-module {
  min-height: 262px; }
  .news-module .news-slider-wrap {
    min-height: 178px; }
  .news-module #nav-sec-news {
    height: 262px;
    position: relative; }
    .news-module #nav-sec-news #news-home-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff;
      height: 178px;
      width: 100%; }

.news-single-image ul.image-gallery-items li:before {
  display: none !important; }

.news-single-image ul.image-gallery-items li.one-image-gallery:before {
  display: none !important; }


@media (max-width: 991.98px) {
  .news-body .news-header {
    max-height: 50px; }
  .news-body .news-text {
    display: none; }
  .news-overview {
    margin-top: 45px; }
  .news-single-image {
    display: block;
    width: 100%; }
    .news-single-image .image-gallery-wrap .img-title {
      display: none; }
  .news-list-browser-top, .news-list-browser-bottom {
    overflow-x: auto;
    overflow-y: hidden; }
  .news-single-content {
    display: block;
    width: 100%; } }

#fancybox-wrap {
  padding: 0 !important;
   }
  #fancybox-wrap #fancybox-outer {
    padding: 0; }
    #fancybox-wrap #fancybox-outer .image-layer {
      left: 0; }
    #fancybox-wrap #fancybox-outer #fancybox-left, #fancybox-wrap #fancybox-outer #fancybox-right {
      cursor: default; }
    #fancybox-wrap #fancybox-outer #fancy-bg-n {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-ne {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-e {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-se {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-s {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-sw {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-w {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancy-bg-nw {
      background-image: none;
      background: #fff; }
    #fancybox-wrap #fancybox-outer #fancybox-close {
      background-image: none;
      background-color: #fff;
      font-size: 15px;
      top: 0;
      right: 0;
      width: 15px;
      height: 15px;
      padding: 1px 1px 2px 2px; }
      #fancybox-wrap #fancybox-outer #fancybox-close:before {
        
        font-family: 'hydac-hhp' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-right: 0;
        color: #151515; }
    #fancybox-wrap #fancybox-outer #fancybox-right-ico {
      display: none; }
    #fancybox-wrap #fancybox-outer #fancybox-left-ico {
      display: none; }
  #fancybox-wrap .slider {
    width: 500px;
    background-color: #fff;
    position: absolute;
    bottom: 8px;
    left: 0; }
    #fancybox-wrap .slider .image-gallery-wrap {
      width: 500px;
      padding: 10px 0;
      margin: 15px 0; }
    #fancybox-wrap .slider .image-gallery-items {
      width: 3000px;
      height: 74px;
      position: relative;
      left: 0; }
      #fancybox-wrap .slider .image-gallery-items li {
        overflow: hidden;
        width: 96px;
        height: 72px;
        padding: 0 !important;
        background: none !important;
        float: left;
        margin-bottom: 4px !important;
        margin-top: 0 !important;
        border: 1px solid #CDCDCD;
        margin-right: 10px !important; }
        #fancybox-wrap .slider .image-gallery-items li.active {
          border: 1px solid #cc1800 !important; }
        #fancybox-wrap .slider .image-gallery-items li a {
          position: relative;
          height: 72px;
          display: block;
          overflow: hidden;
          text-align: center; }
      #fancybox-wrap .slider .image-gallery-items img {
        position: relative;
        cursor: pointer; }
    #fancybox-wrap .slider .image-gallery-items-wrap {
      float: left;
      width: 422px;
      overflow: hidden;
      height: 74px;
      margin: 0 !important; }
    #fancybox-wrap .slider .slide-left {
      float: left;
      width: 39px;
      height: 74px;
      background: none;
      cursor: pointer; }
      #fancybox-wrap .slider .slide-left button {
        background-color: #CDCDCD;
        width: 20px;
        height: 32px;
        padding: 0;
        font-size: 30px;
        border: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        #fancybox-wrap .slider .slide-left button:before {
          
          font-family: 'hydac-hhp' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          padding-right: 0;
          color: #fff; }
    #fancybox-wrap .slider .slide-right {
      float: left;
      width: 39px;
      height: 74px;
      background: none;
      cursor: pointer; }
      #fancybox-wrap .slider .slide-right button {
        background-color: #CDCDCD;
        width: 20px;
        height: 32px;
        padding: 0;
        font-size: 30px;
        border: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        #fancybox-wrap .slider .slide-right button:before {
          
          font-family: 'hydac-hhp' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          padding-right: 0;
          color: #fff; }
    #fancybox-wrap .slider .gallery-header {
      padding-left: 39px;
      margin-bottom: 5px;
      height: 20px; }
    #fancybox-wrap .slider .img_title {
      padding-left: 39px;
      margin-top: 5px;
      height: 20px; }
    #fancybox-wrap .slider .activeLeft {
      background: none;
      cursor: pointer;
      font-size: 30px; }
      #fancybox-wrap .slider .activeLeft button {
        background-color: #CDCDCD;
        width: 20px;
        height: 32px;
        font-size: 30px;
        border: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        #fancybox-wrap .slider .activeLeft button:before {
          
          font-family: 'hydac-hhp' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          padding-right: 0;
          color: #fff; }
    #fancybox-wrap .slider .activeRight {
      background: none;
      cursor: pointer;
      font-size: 30px;
      padding-left: 20px; }
      #fancybox-wrap .slider .activeRight button {
        background-color: #CDCDCD;
        width: 20px;
        height: 32px;
        font-size: 30px;
        border: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        #fancybox-wrap .slider .activeRight button:before {
          
          font-family: 'hydac-hhp' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          padding-right: 0;
          color: #fff; }

.fancybox-innerWrap {
  width: 100%;
  height: 100%; }

.accordion-item {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 26px;
  min-height: 15px;
  width: 100%;
  border: none !important;
  background-color: #f3f3f3;
  margin-bottom: 5px; }

.accordion-title-active h2 {
  font-size: 12px;
  font-weight: 700;
  color: #cc1800;
  cursor: pointer;
  margin-bottom: 0;
  padding: 6px 12px 6px 45px;
  line-height: 1.0rem; }
  .accordion-title-active h2::before {
    content: '\e900';
    font-family: 'hydac-hhp' !important;
    font-size: 2em;
    position: absolute;
    left: 15px;
    font-weight: normal; }

.accordion-title h2 {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  cursor: pointer;
  margin-bottom: 0;
  padding: 6px 12px 6px 45px;
  line-height: 1.0rem; }
  .accordion-title h2:hover {
    color: #cc1800; }
  .accordion-title h2::before {
    content: '\e901';
    font-family: 'hydac-hhp' !important;
    font-size: 2em;
    position: absolute;
    left: 15px;
    color: #cc1800; }

.accordion-content {
  padding: 10px 0px 5px 15px;
  font-size: 12px;
  color: #151515;
  background-color: #fff; }
  .accordion-content ul {
    padding: 2px 0px 10px 0px; }
  .accordion-content li {
    margin-left: 15px; }

.accordion-button {
  margin: 0px 0px 24px 0px;
  cursor: pointer; }

#content-col-right .accordion-item {
  width: 200px; }

.tabs-banner-spacer {
  top: 120px;
  z-index: 1; }

.show-for-mobile {
  display: none; }

.content-tabs {
  width: 100%;
  height: 30px;
  left: 8px;
  border-bottom: 1px solid #CDCDCD; }

.content-tabs ul {
  list-style: none;
  font-size: 16px;
  margin: 0 !important;
  padding-left: 0; }

.content-tabs li {
  height: 30px;
  float: left;
  position: relative;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important; }

.content-tabs li.active {
  border-bottom: 1px solid #cc1800; }

.content-tabs li.active::after {
  content: '\e904';
  font-family: 'hydac-hhp' !important;
  font-size: 1.7em;
  color: #cc1800;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: 17px; }

.content-tabs li:hover {
  border-bottom: 1px solid #cc1800; }

.content-tabs li.inactive:hover::after {
  content: '\e904';
  font-family: 'hydac-hhp' !important;
  font-size: 1.7em;
  color: #cc1800;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: 17px; }

.content-tabs ul li.hide-tab {
  display: unset; }

.content-tabs span.inactive {
  width: 5px;
  height: 30px;
  margin-right: 1px;
  float: left;
  position: relative; }

.content-tabs span.inactive-hover {
  width: 5px;
  height: 30px;
  margin-right: 1px;
  float: left;
  position: relative; }

.content-tabs span.active {
  width: 10px;
  height: 30px;
  position: relative;
  z-index: 2; }

.content-tabs a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  cursor: pointer;
  position: relative;
  padding: 5px 14px 2px 24px;
  color: #555555; }

.content-tabs a.inactive {
  z-index: 1; }

.content-tabs a.inactive-hover {
  color: #cc1800; }

.content-tabs a.active {
  color: #cc1800 !important; }

.content-tabs a:hover {
  color: #cc1800; }

.content-tabs li.active a {
  font-size: 15px;
  font-weight: bold;
  color: #cc1800;
  text-decoration: none; }

@media (max-width: 767.98px) {
  .tabs-banner-spacer {
    top: unset; }
  .show-for-mobile {
    display: unset; }
  .content-tabs {
    height: auto;
    left: unset;
    display: block;
    border: none; }
    .content-tabs ul {
      padding: 0;
      margin: 0; }
      .content-tabs ul li {
        margin: 0;
        padding: 10px 0 !important;
        border-top: 1px solid #151515;
        float: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        line-height: 1.5 !important; }
        .content-tabs ul li.hide-tab {
          display: none; }
        .content-tabs ul li:first-child {
          margin-top: 5px !important; }
        .content-tabs ul li:last-child {
          border-bottom: 1px solid #151515; }
        .content-tabs ul li:before {
          font-family: 'hydac-hhp' !important;
          font-size: 18px;
          content: "\e906";
          margin-right: 10px; }
        .content-tabs ul li.active {
          border-bottom: none; }
          .content-tabs ul li.active a {
            font-size: 18px;
            font-weight: normal; }
          .content-tabs ul li.active:before {
            font-family: 'hydac-hhp' !important;
            color: #cc1800;
            content: "\e904"; }
          .content-tabs ul li.active:after {
            display: none; }
        .content-tabs ul li.inactive:hover {
          border-bottom: none; }
          .content-tabs ul li.inactive:hover:after {
            display: none; }
        .content-tabs ul li a {
          font-size: 18px;
          font-weight: normal;
          padding: 0;
          float: unset;
          color: #151515; }
          .content-tabs ul li a.active {
            color: #cc1800; }
    .content-tabs.bottom ul li:first-child {
      margin-top: 20px; } }

table {
  border-collapse: collapse;
  width: 100%; }

thead {
  background-color: #f8f9fa;
  border: 1px solid #707070; }

tbody {
  border: 1px solid #707070 !important; }

#searchAndSort th {
  cursor: pointer; }

th {
  padding: 4px 8px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: left;
  vertical-align: top;
  white-space: nowrap; }

th.last {
  border-style: solid none; }

td {
  padding: 4px 8px;
  height: 42px;
  vertical-align: middle;
  border-right: 1px solid #707070; }

td.nowrap {
  white-space: nowrap; }

td a:hover {
  color: #cc1800; }

td p, td ul {
  margin: 0; }

tr.odd > td {
  background-color: #f8f9fa; }

tr.odd:hover > td {
  background-color: #dae0e5; }

tr:nth-child(odd) {
  background: #f8f9fa; }

tr:nth-child(odd):hover {
  background: #dae0e5; }

tr:nth-child(even) {
  background: #fff; }

tr:nth-child(even):hover {
  background: #e6e6e6; }

tr.even > td {
  background-color: #fff; }

tr.even:hover > td {
  background-color: #e6e6e6; }

tr:hover > th {
  background-color: inherit; }

tr.pdb-document-download:nth-child(even):hover {
  background: #fff; }

tr.pdb-document-download:nth-child(odd):hover {
  background: #f8f9fa; }

.pdb-material-info-head tr:hover {
  background: #fff; }

tr.first {
  border-top: 1px solid #707070; }

.document-title {
  cursor: pointer; }

.document-title,
.document-text {
  text-decoration: none; }

.document-title:hover,
.document-text:hover {
  text-decoration: none; }

.document-title a {
  text-decoration: none; }

.searchAndSortGroup {
  background-color: #555555 !important; }

.searchAndSortGroup td {
  padding: 4px 8px;
  height: inherit; }

table.dataTable thead .sorting:after, thead .header:after {
  
  font-family: 'hydac-hhp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e928';
  cursor: pointer;
  color: #7F7F7F; }

thead .last .sorting {
  background-image: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: right center;
  background-repeat: no-repeat; }

table.dataTable thead .sorting_asc:after, .headerSortUp:after {
  
  font-family: 'hydac-hhp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
  cursor: pointer;
  color: #cc1800; }

table.dataTable thead .sorting_desc:after, .headerSortDown:after {
  
  font-family: 'hydac-hhp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e907';
  cursor: pointer;
  color: #cc1800; }

table.dataTable thead th, table.dataTable tbody td, #bf-results-table tbody td {
  border-right: 1px solid #707070; }

table.product_search_results th {
  border-right: none; }

table.product_search_results td i {
  margin-left: 8px;
  margin-right: 8px; }

table.product_search_results td i:first-child {
  margin-left: 0; }


#materialTable td.last {
  width: 50px; }


.tx-ttnews-browsebox tr:nth-child(odd) {
  background: none; }

.add-to-inquirylist, .added-to-inquirylist, .cad-preview {
  cursor: pointer;
  position: relative;
  font-size: 30px; }

.add-to-inquirylist-link-contact {
  cursor: pointer;
  position: relative;
  background: url(../Images/icon_anfrageliste_hinzu.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px; }

.no-cad {
  display: none;
  width: 150px;
  padding: 10px;
  border: 1px solid #bbb;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: auto; }

.cad-position {
  position: relative;
  float: left;
  right: 25px; }

.pdb-mousetrap {
  cursor: pointer;
  text-decoration: none; }

.pdb-mousetrap:hover {
  text-decoration: none; }

.cad-preview {
  color: #cc1800;
  text-decoration: none; }

.pdb-material-row {
  padding: 4px 8px; }

.pdb-material-info {
  display: none; }

.pdb-material-info-head {
  border-right: hidden;
  border-left: hidden;
  border-top: hidden;
  border-right: none; }

.pdb-material-info-head th {
  border-right: none; }

.pdb-material-info-image {
  cursor: pointer;
  font-size: 20px;
  color: #cc1800; }

.pdb-material-info-number {
  cursor: pointer; }

.pdb-material-info-head tr {
  background-color: #fff; }

.pdb-material-info th {
  margin: 0;
  padding: 4px 12px 4px 8px; }

.pdb-material-info h3 {
  margin: 0; }

.pdb-material-download {
  text-align: right;
  text-decoration: underline;
  float: right;
  width: auto;
  cursor: pointer; }

.pdb-material-download-button {
  background: url(../Images/fileIcon/pfeil_dl.png) no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer; }

.pdb-material-info-number:hover, .pdb-material-title:hover, .pdb-material-download:hover {
  color: #cc1800; }

.hy-ext-table {
  width: 100%;
  border-collapse: collapse; }

.hy-ext-table td {
  border-right: 1px solid #707070; }

.contenttable th, .contenttable td {
  border-top: none !important;
  vertical-align: middle !important; }

.contenttable th {
  padding: 0 !important; }

.contenttable td {
  padding: 4px 8px !important; }


.sitemap-button {
  margin: 15px 0;
  cursor: pointer; }

#content-box-middle #content-col-left ul.sitemap-filter-content {
  display: inline-block;
  padding-left: 0; }
  #content-box-middle #content-col-left ul.sitemap-filter-content .last {
    margin-right: 0 !important; }
  #content-box-middle #content-col-left ul.sitemap-filter-content li {
    float: left;
    padding: 0 !important;
    width: 220px;
    background: none !important;
    margin: 0 30px 20px 0 !important; }
    #content-box-middle #content-col-left ul.sitemap-filter-content li:before {
      display: none; }

.filter-icon-wrap {
  margin: 0;
  width: 100%; }

.filter-icon-inner {
  width: 100%; }

.filter-icon-inner img {
  padding: 15px 0; }

.filter-icon-inner a {
  display: block;
  left: 1px;
  overflow: hidden;
  position: relative; }


#content-box-middle #content-col-left .overview-language-wrap {
  background: url("../Gfx/hydac_worldmap.jpg") no-repeat top left;
  min-height: 480px; }

#content-box-middle #content-col-left .overview-language-items-wrap > ul {
  width: 33%;
  float: left;
  margin-bottom: 15px; }

#content-box-middle #content-col-left .overview-language-items-wrap li {
  padding: 4px 0 !important;
  width: 100%;
  background: none !important; }
  #content-box-middle #content-col-left .overview-language-items-wrap li:before {
    display: none; }

#content-box-middle #content-col-left .overview-language-items-wrap li a {
  text-decoration: none; }

#content-box-middle #content-col-left .country-language-wrap {
  cursor: pointer; }

#content-box-middle #content-col-left .country-language-wrap:hover {
  color: #b8b8b8; }

#content-box-middle #content-col-left .country-language-wrap.active {
  color: #b8b8b8; }

#content-box-middle #content-col-left .language-wrap {
  display: none; }

#content-box-middle #content-col-left .language-wrap a.active {
  color: #cc1800 !important; }

#content-box-middle #content-col-left .group-country-name {
  line-height: 1; }

#content-box-middle #content-col-left .group-langauge-name {
  line-height: 1;
  padding-left: 46px; }

#content-box-middle #content-col-left .group-language-link {
  color: #cc1800 !important; }

#content-box-middle #content-col-left .group-language-image {
  display: inline;
  float: left;
  padding-right: 10px;
  width: auto; }

#content-box-middle #content-col-left .overview-language-header h1 {
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 3px;
  margin: 7px 0 !important; }

#content-box-middle #content-col-left .overview-language-header:after {
  clear: both;
  display: table;
  content: ""; }

@media (max-width: 991.98px) {
  #content-box-middle #content-col-left .overview-language-wrap {
    width: calc(100% - 30px); } }

@media (max-width: 767.98px) {
  #content-box-middle #content-col-left .overview-language-wrap {
    width: 100%;
    background: none; }
  #content-box-middle #content-col-left .overview-language-header h1 {
    border-bottom: none; }
  #content-box-middle #content-col-left .overview-language-header:after {
    clear: both;
    display: table;
    content: ""; }
  #content-box-middle #content-col-left .overview-language-items-wrap:after {
    clear: both;
    display: table;
    content: ""; }
  #content-box-middle #content-col-left .overview-language-items-wrap {
    border: 1px solid #C8C8C8;
    display: block;
    border-radius: 0; }
  #content-box-middle #content-col-left .overview-language-items-wrap > ul {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
  #content-box-middle #content-col-left .overview-language-items-wrap > ul + ul {
    margin-top: -6px; }
  #content-box-middle #content-col-left .overview-language-items-wrap > ul > li {
    padding: 4px 0 !important;
    width: 100%;
    background: none !important;
    border-bottom: 1px solid #C8C8C8; }
  #content-box-middle #content-col-left .overview-language-items-wrap ul:last-child li:last-child {
    border: none; }
  #content-box-middle #content-col-left .overview-language-items-wrap li a {
    text-decoration: none; }
  #content-box-middle #content-col-left .country-language-wrap {
    cursor: pointer;
    padding: 3px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px; }
  #content-box-middle #content-col-left .country-language-wrap:hover {
    color: #b8b8b8; }
  #content-box-middle #content-col-left .country-language-wrap.active {
    color: #b8b8b8; }
  #content-box-middle #content-col-left .language-wrap {
    display: none; }
  #content-box-middle #content-col-left .language-wrap li {
    padding: 8px 0 !important; }
  #content-box-middle #content-col-left .language-wrap a.active {
    color: #cc1800 !important; }
  #content-box-middle #content-col-left .group-country-name {
    line-height: 1; }
  #content-box-middle #content-col-left .group-langauge-name {
    line-height: 1;
    padding-left: 40px; }
  #content-box-middle #content-col-left .group-language-image {
    display: inline;
    float: left;
    padding-right: 10px;
    width: auto; }
  #content-box-middle #content-col-left #quickboxLang {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  #content-box-middle #content-col-left .lang-mid {
    display: inline-block;
    text-align: left;
    border: 1px solid #C8C8C8;
    background-color: white;
    padding-top: 0;
    
    
    border-radius: 5px; }
  #content-box-middle #content-col-left .lang-mid ul {
    list-style: none; }
  #content-box-middle #content-col-left .lang-mid li {
    margin-top: 0;
    padding: 8px;
    border-top: 1px solid #C8C8C8; }
  #content-box-middle #content-col-left .lang-mid li.first {
    border: none !important; }
  #content-box-middle #content-col-left .lang-mid li.last {
    border-top: 1px solid #C8C8C8;
    border-bottom: none !important; }
  #content-box-middle #content-col-left .lang-mid li.no-border {
    border: none !important; }
  #content-box-middle #content-col-left .lang-mid li a {
    text-decoration: none; }
  #content-box-middle #content-col-left .lang-mid li img {
    margin-right: 5px; } }

div#onetrust-banner-sdk.otFloatingRoundedIcon {
  margin: 0 auto;
  right: 0;
  left: 0; }

div#onetrust-banner-sdk button#onetrust-accept-btn-handler,
div#onetrust-banner-sdk #onetrust-reject-all-handler,
div#onetrust-banner-sdk button#onetrust-pc-btn-handler {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%; }

div#onetrust-banner-sdk #onetrust-cookie-btn-container {
  display: none; }

div#onetrust-consent-sdk #onetrust-banner-sdk a[href]:focus {
  outline: none; }

li#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  color: #151515;
  line-height: unset;
  padding: 0 1rem;
  border: none; }
  li#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #cc1800;
    background-color: unset; }

div#ot-sdk-cookie-policy {
  margin-bottom: 15px; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc, div #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  color: #151515; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3#cookie-policy-title.ot-sdk-cookie-policy-title {
  font-size: 13px;
  font-weight: bold;
  color: #151515;
  margin-bottom: 8px; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
  font-size: 12px;
  font-weight: bold;
  color: #151515;
  margin-bottom: 8px; }

div#ot-sdk-cookie-policy-v2 section:last-child {
  margin-bottom: 0; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
  border-radius: 0;
  border-color: #707070; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
  background-color: #f8f9fa; }

div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th, div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
  border: none; }

@media (min-width: 992px) {
  div#onetrust-banner-sdk:not(.vertical-align-content) #onetrust-button-group-parent {
    margin-left: 75%; } }

#header-mobile {
  display: none; }

@media (max-width: 991.98px) {
  #header {
    display: none !important;
    height: 0 !important; }
  #header-desktop {
    display: none !important;
    height: 0 !important; }
  #nav-meta-top {
    display: none; }
  #nav-meta-wrap {
    display: none; }
  #nav-sec-wrap {
    display: none; }
  #breadcrumbs {
    display: none; }
  #content-wrap {
    padding-top: 115px; }
  #header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1201;
    background: white; }
    #header-mobile .logo {
      margin: 1rem 1rem; }
  .header-mobile__icon-bar {
    display: inline-block;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto; }
    .header-mobile__icon-bar i {
      font-size: 45px;
      vertical-align: middle;
      padding-left: 16px;
      padding-right: 16px;
      cursor: pointer; }
      .header-mobile__icon-bar i.icon-close {
        font-size: 35px; }
  .header-mobile__breadcrumb {
    padding-left: 1rem;
    padding-bottom: 1rem; }
  #header-mobile__nav-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 9999;
    background-color: #f1f1f1;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: width .4s ease-in-out, padding .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: width .4s ease-in-out, padding .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out, width .4s ease-in-out, padding .4s ease-in-out;
    transition: transform .4s ease-in-out, width .4s ease-in-out, padding .4s ease-in-out;
    transition: transform .4s ease-in-out, width .4s ease-in-out, padding .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 0;
    min-width: 0;
    padding: 0;
    -webkit-box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.4);
            box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.4);
    -ms-overflow-style: none;
    scrollbar-width: none; }
    #header-mobile__nav-wrapper::-webkit-scrollbar {
      display: none; }
    #header-mobile__nav-wrapper.header-mobile__nav-wrapper--active {
      width: 90%;
      min-width: 325px;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      z-index: 9999;
      -webkit-transition: width .4s ease-in-out, padding .4s ease-in-out, -webkit-transform .4s ease-in-out;
      transition: width .4s ease-in-out, padding .4s ease-in-out, -webkit-transform .4s ease-in-out;
      -o-transition: width .4s ease-in-out, padding .4s ease-in-out, transform .4s ease-in-out;
      transition: width .4s ease-in-out, padding .4s ease-in-out, transform .4s ease-in-out;
      transition: width .4s ease-in-out, padding .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
  #header-mobile__background {
    position: absolute;
    width: 0;
    height: 100vh;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.7); }
    #header-mobile__background.header-mobile__background--active {
      z-index: 9998;
      width: 100vw; }
  #header-search {
    background-color: #f3f3f3;
    top: -26px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%; }
    #header-search .tx-solr {
      height: auto;
      margin: 30px; }
    #header-search .tx-solr-searchbox {
      background-color: #fff; }
      #header-search .tx-solr-searchbox button {
        right: 10px; }
  .header-mobile__top-bar {
    text-align: right;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 25px; }
    .header-mobile__top-bar i {
      font-size: 24px;
      font-weight: bolder;
      cursor: pointer; }
    .header-mobile__top-bar #header-search {
      background-color: #f8f9fa;
      top: -38px;
      left: 9px;
      margin: 0;
      width: 80%;
      text-align: left;
      height: 42px; }
      .header-mobile__top-bar #header-search .tx-solr {
        margin: 0; }
      .header-mobile__top-bar #header-search .tx-solr-searchbox {
        background: none; }
        .header-mobile__top-bar #header-search .tx-solr-searchbox .tx-solr-search-q {
          border-bottom: none;
          padding: 0.6rem 3rem 0.6rem 1rem; }
        .header-mobile__top-bar #header-search .tx-solr-searchbox button {
          right: 15px; }
  #nav-sec-mobile {
    border: none;
    margin-bottom: 10px;
    padding-left: 10px; }
    #nav-sec-mobile .top-level {
      border-color: #808080;
      border-style: solid;
      border-width: 1px 0px 1px 0px;
      padding: 12px 24px 12px 0;
      color: #555555;
      font-size: 20px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #nav-sec-mobile .top-level .icon-menu {
        font-size: 25px;
        padding-right: 15px;
        margin-top: 3px; }
      #nav-sec-mobile .top-level.hover-box-icon {
        cursor: pointer; }
    #nav-sec-mobile ul {
      list-style: none;
      margin: 0;
      padding: 0;
      cursor: pointer; }
      #nav-sec-mobile ul a {
        position: relative;
        display: block;
        padding: 6px 0px 0 0px;
        word-wrap: break-word;
        color: #555555;
        text-decoration: none; }
        #nav-sec-mobile ul a:before {
          content: " ";
          display: inline-block;
          width: 5px;
          height: 5px;
          border: none;
          margin-right: 5px;
          margin-top: 1px;
          margin-left: 4px;
          border-top: 0.3em solid transparent;
          border-right: 0;
          border-bottom: 0.3em solid transparent;
          border-left: 0.3em solid; }
        #nav-sec-mobile ul a.active {
          color: #cc1800; }
          #nav-sec-mobile ul a.active:before {
            margin-bottom: 2px;
            margin-left: 0;
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent; }
    #nav-sec-mobile .back-button {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      border: 1px solid #555555;
      padding: 0;
      margin-left: 0px;
      margin-top: 10px; }
      #nav-sec-mobile .back-button a {
        position: relative;
        display: block;
        padding: 6px 12px 6px 24px;
        word-wrap: break-word;
        color: #555555;
        text-decoration: none; }
        #nav-sec-mobile .back-button a:before {
          position: absolute;
          top: 12px;
          left: 12px;
          content: " ";
          display: block;
          width: 5px;
          height: 5px;
          border-top: 0.3em solid transparent;
          border-right: 0.3em solid;
          border-bottom: 0.3em solid transparent; }
  #mobile-navigation .dynamicNavigationRootline {
    display: none; }
  #mobile-navigation .mobile-nav__is-home-flag {
    display: none; }
  #mobile-navigation .mobile-nav__main-menu {
    display: none; }
    #mobile-navigation .mobile-nav__main-menu--active {
      display: block; }
    #mobile-navigation .mobile-nav__main-menu-item {
      border-bottom: 1px solid #808080;
      padding: 18px 0; }
      #mobile-navigation .mobile-nav__main-menu-item > a {
        font-size: 20px;
        font-weight: bold; }
  #mobile-navigation .dynamicNavigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #mobile-navigation .dynamicNavigation ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
    #mobile-navigation .dynamicNavigation ul li:not(.mobile-nav__parent-item) > a {
      display: none; }
    #mobile-navigation .dynamicNavigation ul li.mobile-nav__parent-item > a {
      display: block;
      font-size: 20px; }
      #mobile-navigation .dynamicNavigation ul li.mobile-nav__parent-item > a:before {
        margin-bottom: 2px;
        margin-left: 0;
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
    #mobile-navigation .dynamicNavigation ul li.mobile-nav__current-item {
      margin-left: 20px; }
      #mobile-navigation .dynamicNavigation ul li.mobile-nav__current-item > a {
        display: block;
        font-size: 17px; }
        #mobile-navigation .dynamicNavigation ul li.mobile-nav__current-item > a:before {
          margin-bottom: 2px;
          margin-left: 0;
          border-top: 0.3em solid;
          border-right: 0.3em solid transparent;
          border-bottom: 0;
          border-left: 0.3em solid transparent; }
      #mobile-navigation .dynamicNavigation ul li.mobile-nav__current-item.mobile-nav__top-item {
        margin-left: 0; }
        #mobile-navigation .dynamicNavigation ul li.mobile-nav__current-item.mobile-nav__top-item > a {
          display: block;
          font-size: 20px; }
        #mobile-navigation .dynamicNavigation ul li.mobile-nav__current-item.mobile-nav__top-item > ul > li > a {
          font-size: 17px; }
    #mobile-navigation .dynamicNavigation ul li.mobile-nav__child-item {
      margin-left: 20px; }
      #mobile-navigation .dynamicNavigation ul li.mobile-nav__child-item > a {
        display: block;
        font-size: 14px; }
  #nav-meta-top-mobile {
    background-color: white;
    margin-left: 10px;
    margin-right: 25px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #nav-meta-top-mobile .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: left;
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 0; }
      #nav-meta-top-mobile .container div {
        width: 100%;
        white-space: nowrap; }
        #nav-meta-top-mobile .container div a i {
          width: 26px;
          font-size: 24px;
          line-height: 24px;
          vertical-align: middle;
          text-align: center;
          display: inline-block;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          #nav-meta-top-mobile .container div a i.icon-worldmap {
            width: 24px;
            margin-left: 2px; }
        #nav-meta-top-mobile .container div a img {
          margin-right: 6px;
          margin-left: 5px; }
        #nav-meta-top-mobile .container div a span {
          margin-left: 2px; }
      #nav-meta-top-mobile .container .meta-top-mobile__item--iconless {
        margin-top: 2px;
        margin-bottom: 4px; }
      #nav-meta-top-mobile .container .language {
        padding-top: 3px;
        top: 0;
        height: 24px; }
      #nav-meta-top-mobile .container > div::after {
        content: none; }
    #nav-meta-top-mobile .icon-career {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); }
    #nav-meta-top-mobile .icon-express {
      color: #cc1800; }
  #nav-sec-meta-mobile {
    margin-top: 24px;
    font-size: 12px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 10px;
    width: 75%; }
    #nav-sec-meta-mobile a {
      text-decoration: none; }
      #nav-sec-meta-mobile a:hover {
        color: #cc1800; }
    #nav-sec-meta-mobile ul {
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
      #nav-sec-meta-mobile ul li {
        margin-left: -20px;
        margin-right: 34px;
        white-space: nowrap;
        display: inline-block; }
        #nav-sec-meta-mobile ul li::before {
          display: inline-block;
          content: "  |  ";
          width: 20px; }
        #nav-sec-meta-mobile ul li:first-child {
          margin-left: 0; }
          #nav-sec-meta-mobile ul li:first-child::before {
            content: none; }
        #nav-sec-meta-mobile ul li:last-child::after {
          content: none; }
  #content-wrap.overlay {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -ms-filter: "Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -moz-opacity: 0.5;
    opacity: 0.5; } }

@media (max-width: 991.98px) {
  .header-mobile__breadcrumb {
    width: 100%; }
    .header-mobile__breadcrumb #breadcrumbs-mid {
      width: 100%; } }

.tx-ttaddress-pi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -.5em;
  margin-right: -.5em; }

.vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: .5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .vcard-image img {
    width: 100%;
    display: block;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover; }
  .vcard-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px;
    font-size: 12px;
    background-color: #f1f1f1; }
  .vcard-name {
    font-weight: bold;
    color: #555555; }

#content-box-middle .vcard-email {
  word-wrap: break-word; }
  #content-box-middle .vcard-email a.email {
    text-decoration: underline;
    padding-left: 15px; }
    #content-box-middle .vcard-email a.email:before {
      content: '\e939';
      font-family: 'hydac-hhp' !important;
      font-size: 15px;
      position: absolute;
      left: 0;
      top: 0; }
      #content-box-middle .vcard-email a.email:before:hover {
        color: #cc1800; }
    #content-box-middle .vcard-email a.email:hover {
      color: #cc1800; }

#content-box-middle .vcard-phone {
  word-wrap: break-word; }
  #content-box-middle .vcard-phone a.phone {
    text-decoration: underline;
    padding-left: 15px; }
    #content-box-middle .vcard-phone a.phone:before {
      content: '\e93a';
      font-family: 'hydac-hhp' !important;
      font-size: 12px;
      position: absolute;
      left: 0;
      top: 0; }
      #content-box-middle .vcard-phone a.phone:before:hover {
        color: #cc1800; }
    #content-box-middle .vcard-phone a.phone:hover {
      color: #cc1800; }

@media (max-width: 991.98px) {
  .vcard {
    width: 33.333%; } }

@media (max-width: 767.98px) {
  .vcard {
    width: 50%; } }

.image-header-container {
  position: relative;
  margin-bottom: 32px; }
  .image-header-container img {
    max-width: 100%;
    height: auto; }

@media (min-width: 768px) {
  .image-header-box {
    position: absolute;
    width: 450px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 1; }
    .image-header-box--top {
      top: 32px; }
    .image-header-box--middle {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .image-header-box--bottom {
      bottom: 32px; }
    .image-header-box--left {
      left: 32px; }
    .image-header-box--center {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .image-header-box--center.image-header-box--middle {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .image-header-box--right {
      right: 32px; }
    .image-header-box h1, .image-header-box h2, .image-header-box h3, .image-header-box h4, .image-header-box h5 {
      color: #fff; }
    .image-header-box a {
      color: #fff !important; }
      .image-header-box a:hover {
        color: #cc1800 !important; } }

.tx-solr .tx-pagebrowse, .tx-ttnews-browsebox {
  height: 50px; }
  .tx-solr .tx-pagebrowse tbody, .tx-ttnews-browsebox tbody {
    border: none !important; }
  .tx-solr .tx-pagebrowse td, .tx-ttnews-browsebox td {
    background-image: none;
    width: 45px;
    height: 36px;
    padding: 0; }
    .tx-solr .tx-pagebrowse td a, .tx-ttnews-browsebox td a {
      display: table-cell;
      vertical-align: middle;
      background: #fff;
      height: 36px;
      width: 36px;
      color: #808080;
      border: 1px solid #7F7F7F;
      text-align: center;
      font-weight: bold;
      text-decoration: none; }
      .tx-solr .tx-pagebrowse td a:hover, .tx-ttnews-browsebox td a:hover {
        background-color: #F0F1F1;
        border: 1px solid #F0F1F1;
        color: #525252 !important;
        -webkit-transition: background-color, color 500ms linear;
        -o-transition: background-color, color 500ms linear;
        transition: background-color, color 500ms linear; }
    .tx-solr .tx-pagebrowse td.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
      background-color: #cc1800;
      text-decoration: none;
      color: #fff !important;
      font-weight: bold;
      border: none; }
  .tx-solr .tx-pagebrowse td[class*="_prev"], .tx-solr .tx-pagebrowse td[class*="_first"], .tx-solr .tx-pagebrowse td[class*="_last"], .tx-solr .tx-pagebrowse td[class*="_next"], .tx-ttnews-browsebox td[class*="_prev"], .tx-ttnews-browsebox td[class*="_first"], .tx-ttnews-browsebox td[class*="_last"], .tx-ttnews-browsebox td[class*="_next"] {
    background-image: none;
    width: 45px;
    height: 36px;
    padding: 0; }
    .tx-solr .tx-pagebrowse td[class*="_prev"] a, .tx-solr .tx-pagebrowse td[class*="_prev"].inactive, .tx-solr .tx-pagebrowse td[class*="_first"] a, .tx-solr .tx-pagebrowse td[class*="_first"].inactive, .tx-solr .tx-pagebrowse td[class*="_last"] a, .tx-solr .tx-pagebrowse td[class*="_last"].inactive, .tx-solr .tx-pagebrowse td[class*="_next"] a, .tx-solr .tx-pagebrowse td[class*="_next"].inactive, .tx-ttnews-browsebox td[class*="_prev"] a, .tx-ttnews-browsebox td[class*="_prev"].inactive, .tx-ttnews-browsebox td[class*="_first"] a, .tx-ttnews-browsebox td[class*="_first"].inactive, .tx-ttnews-browsebox td[class*="_last"] a, .tx-ttnews-browsebox td[class*="_last"].inactive, .tx-ttnews-browsebox td[class*="_next"] a, .tx-ttnews-browsebox td[class*="_next"].inactive {
      display: table-cell;
      vertical-align: middle;
      background: #F0F1F1;
      height: 36px;
      width: 36px;
      color: #808080;
      border: 1px solid #7F7F7F;
      text-align: center;
      font-weight: bold;
      text-decoration: none; }
      .tx-solr .tx-pagebrowse td[class*="_prev"] a:hover, .tx-solr .tx-pagebrowse td[class*="_prev"].inactive:hover, .tx-solr .tx-pagebrowse td[class*="_first"] a:hover, .tx-solr .tx-pagebrowse td[class*="_first"].inactive:hover, .tx-solr .tx-pagebrowse td[class*="_last"] a:hover, .tx-solr .tx-pagebrowse td[class*="_last"].inactive:hover, .tx-solr .tx-pagebrowse td[class*="_next"] a:hover, .tx-solr .tx-pagebrowse td[class*="_next"].inactive:hover, .tx-ttnews-browsebox td[class*="_prev"] a:hover, .tx-ttnews-browsebox td[class*="_prev"].inactive:hover, .tx-ttnews-browsebox td[class*="_first"] a:hover, .tx-ttnews-browsebox td[class*="_first"].inactive:hover, .tx-ttnews-browsebox td[class*="_last"] a:hover, .tx-ttnews-browsebox td[class*="_last"].inactive:hover, .tx-ttnews-browsebox td[class*="_next"] a:hover, .tx-ttnews-browsebox td[class*="_next"].inactive:hover {
        background-color: #707070;
        border: 1px solid #707070;
        color: #fff !important;
        -webkit-transition: background-color, color 500ms linear;
        -o-transition: background-color, color 500ms linear;
        transition: background-color, color 500ms linear; }
        .tx-solr .tx-pagebrowse td[class*="_prev"] a:hover:before, .tx-solr .tx-pagebrowse td[class*="_prev"].inactive:hover:before, .tx-solr .tx-pagebrowse td[class*="_first"] a:hover:before, .tx-solr .tx-pagebrowse td[class*="_first"].inactive:hover:before, .tx-solr .tx-pagebrowse td[class*="_last"] a:hover:before, .tx-solr .tx-pagebrowse td[class*="_last"].inactive:hover:before, .tx-solr .tx-pagebrowse td[class*="_next"] a:hover:before, .tx-solr .tx-pagebrowse td[class*="_next"].inactive:hover:before, .tx-ttnews-browsebox td[class*="_prev"] a:hover:before, .tx-ttnews-browsebox td[class*="_prev"].inactive:hover:before, .tx-ttnews-browsebox td[class*="_first"] a:hover:before, .tx-ttnews-browsebox td[class*="_first"].inactive:hover:before, .tx-ttnews-browsebox td[class*="_last"] a:hover:before, .tx-ttnews-browsebox td[class*="_last"].inactive:hover:before, .tx-ttnews-browsebox td[class*="_next"] a:hover:before, .tx-ttnews-browsebox td[class*="_next"].inactive:hover:before {
          color: #fff !important;
          -webkit-transition: background-color, color 500ms linear;
          -o-transition: background-color, color 500ms linear;
          transition: background-color, color 500ms linear; }
    .tx-solr .tx-pagebrowse td[class*="_prev"].inactive, .tx-solr .tx-pagebrowse td[class*="_first"].inactive, .tx-solr .tx-pagebrowse td[class*="_last"].inactive, .tx-solr .tx-pagebrowse td[class*="_next"].inactive, .tx-ttnews-browsebox td[class*="_prev"].inactive, .tx-ttnews-browsebox td[class*="_first"].inactive, .tx-ttnews-browsebox td[class*="_last"].inactive, .tx-ttnews-browsebox td[class*="_next"].inactive {
      margin-right: 8px; }
  .tx-solr .tx-pagebrowse span[class*="-prev"], .tx-solr .tx-pagebrowse span[class*="-next"], .tx-solr .tx-pagebrowse span[class*="-first"],
  .tx-solr .tx-pagebrowse span[class*="-last"], .tx-solr .tx-pagebrowse .tx-pagebrowse-current, .tx-solr .tx-pagebrowse .tx-pagebrowse-max, .tx-ttnews-browsebox span[class*="-prev"], .tx-ttnews-browsebox span[class*="-next"], .tx-ttnews-browsebox span[class*="-first"],
  .tx-ttnews-browsebox span[class*="-last"], .tx-ttnews-browsebox .tx-pagebrowse-current, .tx-ttnews-browsebox .tx-pagebrowse-max {
    margin-right: 8px;
    background: #F0F1F1 0% 0% no-repeat padding-box;
    height: 36px;
    width: 36px;
    border: none;
    color: #808080; }
    .tx-solr .tx-pagebrowse span[class*="-prev"]:hover, .tx-solr .tx-pagebrowse span[class*="-next"]:hover, .tx-solr .tx-pagebrowse span[class*="-first"]:hover,
    .tx-solr .tx-pagebrowse span[class*="-last"]:hover, .tx-solr .tx-pagebrowse .tx-pagebrowse-current:hover, .tx-solr .tx-pagebrowse .tx-pagebrowse-max:hover, .tx-ttnews-browsebox span[class*="-prev"]:hover, .tx-ttnews-browsebox span[class*="-next"]:hover, .tx-ttnews-browsebox span[class*="-first"]:hover,
    .tx-ttnews-browsebox span[class*="-last"]:hover, .tx-ttnews-browsebox .tx-pagebrowse-current:hover, .tx-ttnews-browsebox .tx-pagebrowse-max:hover {
      background-color: #707070;
      border: 1px solid #707070;
      color: #fff !important;
      -webkit-transition: background-color, color 500ms linear;
      -o-transition: background-color, color 500ms linear;
      transition: background-color, color 500ms linear; }
      .tx-solr .tx-pagebrowse span[class*="-prev"]:hover:before, .tx-solr .tx-pagebrowse span[class*="-next"]:hover:before, .tx-solr .tx-pagebrowse span[class*="-first"]:hover:before,
      .tx-solr .tx-pagebrowse span[class*="-last"]:hover:before, .tx-solr .tx-pagebrowse .tx-pagebrowse-current:hover:before, .tx-solr .tx-pagebrowse .tx-pagebrowse-max:hover:before, .tx-ttnews-browsebox span[class*="-prev"]:hover:before, .tx-ttnews-browsebox span[class*="-next"]:hover:before, .tx-ttnews-browsebox span[class*="-first"]:hover:before,
      .tx-ttnews-browsebox span[class*="-last"]:hover:before, .tx-ttnews-browsebox .tx-pagebrowse-current:hover:before, .tx-ttnews-browsebox .tx-pagebrowse-max:hover:before {
        color: #fff !important;
        -webkit-transition: background-color, color 500ms linear;
        -o-transition: background-color, color 500ms linear;
        transition: background-color, color 500ms linear; }
  .tx-solr .tx-pagebrowse .tx-pagebrowse-current, .tx-ttnews-browsebox .tx-pagebrowse-current {
    float: left; }
    .tx-solr .tx-pagebrowse .tx-pagebrowse-current input, .tx-ttnews-browsebox .tx-pagebrowse-current input {
      width: 100%;
      height: 100%;
      border: 1px solid #7F7F7F; }
  .tx-solr .tx-pagebrowse .tx-pagebrowse-max, .tx-ttnews-browsebox .tx-pagebrowse-max {
    float: left;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    background: none; }
  .tx-solr .tx-pagebrowse span[class*="-inactive"], .tx-solr .tx-pagebrowse td[class*="tt_news-browseresults"].inactive, .tx-ttnews-browsebox span[class*="-inactive"], .tx-ttnews-browsebox td[class*="tt_news-browseresults"].inactive {
    pointer-events: none; }
    .tx-solr .tx-pagebrowse span[class*="-inactive"]:before, .tx-solr .tx-pagebrowse td[class*="tt_news-browseresults"].inactive:before, .tx-ttnews-browsebox span[class*="-inactive"]:before, .tx-ttnews-browsebox td[class*="tt_news-browseresults"].inactive:before {
      color: #CDCDCD !important; }

span[class*="-prev"], td[class*="_prev"] a, td[class*="_prev"].inactive {
  border: none !important; }
  span[class*="-prev"].page-link, span[class*="-prev"], td[class*="_prev"] a.page-link, td[class*="_prev"] a, td[class*="_prev"].inactive.page-link, td[class*="_prev"].inactive {
    float: left;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    span[class*="-prev"].page-link:before, span[class*="-prev"]:before, td[class*="_prev"] a.page-link:before, td[class*="_prev"] a:before, td[class*="_prev"].inactive.page-link:before, td[class*="_prev"].inactive:before {
      
      font-family: 'hydac-hhp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding-right: 0;
      color: #555555;
      font-size: 17px;
      color: #525252; }

span[class*="-next"], td[class*="_next"] a, td[class*="_next"].inactive {
  border: none !important; }
  span[class*="-next"].page-link, span[class*="-next"], td[class*="_next"] a.page-link, td[class*="_next"] a, td[class*="_next"].inactive.page-link, td[class*="_next"].inactive {
    float: left;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    span[class*="-next"].page-link:before, span[class*="-next"]:before, td[class*="_next"] a.page-link:before, td[class*="_next"] a:before, td[class*="_next"].inactive.page-link:before, td[class*="_next"].inactive:before {
      
      font-family: 'hydac-hhp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding-right: 0;
      color: #555555;
      font-size: 17px;
      color: #525252; }

span[class*="-first"], td[class*="_first"] a, td[class*="_first"].inactive {
  border: none !important; }
  span[class*="-first"].page-link, span[class*="-first"], td[class*="_first"] a.page-link, td[class*="_first"] a, td[class*="_first"].inactive.page-link, td[class*="_first"].inactive {
    float: left;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    span[class*="-first"].page-link:before, span[class*="-first"]:before, td[class*="_first"] a.page-link:before, td[class*="_first"] a:before, td[class*="_first"].inactive.page-link:before, td[class*="_first"].inactive:before {
      
      font-family: 'hydac-hhp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding-right: 0;
      color: #555555;
      font-size: 17px;
      color: #525252; }

span[class*="-last"], td[class*="_last"] a, td[class*="_last"].inactive {
  border: none !important; }
  span[class*="-last"].page-link, span[class*="-last"], td[class*="_last"] a.page-link, td[class*="_last"] a, td[class*="_last"].inactive.page-link, td[class*="_last"].inactive {
    float: left;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    span[class*="-last"].page-link:before, span[class*="-last"]:before, td[class*="_last"] a.page-link:before, td[class*="_last"] a:before, td[class*="_last"].inactive.page-link:before, td[class*="_last"].inactive:before {
      
      font-family: 'hydac-hhp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding-right: 0;
      color: #555555;
      font-size: 17px;
      color: #525252; }

.tx-ttnews-browsebox {
  padding-top: 5px;
  margin-bottom: 15px; }

@media (max-width: 991.98px) {
  td[class*="_first"].inactive, td[class*="_prev"].inactive {
    float: unset;
    display: table-cell !important;
    margin-right: 8px !important;
    width: 38px !important;
    border-right: 10px solid white !important; } }

@media (max-width: 767.98px) {
  td[class*="_first"].inactive, td[class*="_prev"].inactive {
    width: 42px !important;
    border-right: 8px solid white !important; } }

.tx-solr .results-per-page {
  height: 36px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tx-solr .select-box-option-list {
  width: 40px;
  border: 1px solid #B8B8B8;
  background-color: #FFF;
  position: relative; }

.tx-solr .select-box-replica {
  display: inline-block;
  border: 1px solid #B8B8B8; }


.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#ui-datepicker-div .ui-datepicker-calendar thead, #ui-datepicker-div .ui-datepicker-calendar tbody {
  border: none !important; }

#ui-datepicker-div .ui-datepicker-calendar tr:nth-child(odd), #ui-datepicker-div .ui-datepicker-calendar tr:nth-child(even) {
  background: #fff; }

#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar .ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #cc1800; }

#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default {
  text-align: center; }

@media (max-width: 767.98px) {
  #ui-datepicker-div {
    margin-left: auto !important;
    margin-right: auto !important; } }

.sitemap-matrix-4cols-wrap .matrix-container {
  width: 870px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .sitemap-matrix-4cols-wrap .matrix-container div.item {
    float: left;
    padding-right: 9px;
    margin-bottom: 9px;
    width: 25%;
    overflow: hidden; }
    .sitemap-matrix-4cols-wrap .matrix-container div.item a {
      background-color: #F0F1F1;
      overflow: hidden;
      width: 100%;
      height: 88px; }
      .sitemap-matrix-4cols-wrap .matrix-container div.item a:hover {
        background: #d6d8d8; }
        .sitemap-matrix-4cols-wrap .matrix-container div.item a:hover span.title-text {
          color: #cc1800; }
        .sitemap-matrix-4cols-wrap .matrix-container div.item a:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
  .sitemap-matrix-4cols-wrap .matrix-container img {
    width: auto;
    height: 88px;
    position: absolute;
    right: 0;
    top: 0 !important; }
  .sitemap-matrix-4cols-wrap .matrix-container span.title-text {
    position: absolute;
    width: calc(100% - 100px);
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    left: 10px;
    top: 12px;
    max-width: 93px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #555555; }

.sitemap-matrix-1col-wrap .matrix-container {
  width: 200px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .sitemap-matrix-1col-wrap .matrix-container div.item {
    float: left;
    padding-right: 9px;
    margin-bottom: 9px;
    width: 100%; }
    .sitemap-matrix-1col-wrap .matrix-container div.item a {
      background-color: #F0F1F1;
      width: 100%;
      height: 88px; }
      .sitemap-matrix-1col-wrap .matrix-container div.item a:hover {
        background: #d6d8d8; }
        .sitemap-matrix-1col-wrap .matrix-container div.item a:hover span.title-text {
          color: #cc1800; }
        .sitemap-matrix-1col-wrap .matrix-container div.item a:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
  .sitemap-matrix-1col-wrap .matrix-container img {
    width: auto;
    height: 88px;
    position: absolute;
    top: 0 !important;
    right: 0; }
  .sitemap-matrix-1col-wrap .matrix-container span.title-text {
    position: absolute;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    left: 10px;
    top: 12px;
    max-width: 93px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #555555;
    word-wrap: break-word;
    hyphens: auto; }

@media (max-width: 1199.98px) {
  .sitemap-matrix-4cols-wrap .matrix-container {
    width: 100%; }
  .sitemap-matrix-4cols-wrap div.item {
    min-width: 180px;
    padding-right: 1%;
    margin-bottom: 1%; } }

@media (max-width: 991.98px) {
  .sitemap-matrix-4cols-wrap .matrix-container {
    width: 750px; } }

.main-slider .home-item, .main-slider .layout-full.slick-slide {
  width: 100%;
  float: left; }
  .main-slider .home-item .home-image-bg img, .main-slider .layout-full.slick-slide .home-image-bg img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover; }
  .main-slider .home-item .home-text-wrap, .main-slider .layout-full.slick-slide .home-text-wrap {
    position: absolute;
    width: 31.2%;
    top: 25%;
    left: 11%;
    background-color: rgba(0, 0, 0, 0.4);
    
    background: #15151589 0 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    height: auto;
    font-size: 16px;
    line-height: 25px;
    max-height: 305px;
    padding: 32px;
    min-width: 430px; }
    .main-slider .home-item .home-text-wrap p, .main-slider .layout-full.slick-slide .home-text-wrap p {
      line-height: 25px; }
    .main-slider .home-item .home-text-wrap h1, .main-slider .layout-full.slick-slide .home-text-wrap h1 {
      color: #fff; }
  .main-slider .home-item .mmfsc-button, .main-slider .layout-full.slick-slide .mmfsc-button {
    float: left; }
    .main-slider .home-item .mmfsc-button a, .main-slider .layout-full.slick-slide .mmfsc-button a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      background-color: #cc1800;
      font-weight: 700;
      padding: 10px 20px 10px 25px;
      font-size: 16px; }
      .main-slider .home-item .mmfsc-button a:focus, .main-slider .layout-full.slick-slide .mmfsc-button a:focus {
        outline: none; }
      .main-slider .home-item .mmfsc-button a:hover, .main-slider .layout-full.slick-slide .mmfsc-button a:hover {
        text-decoration: none; }
      .main-slider .home-item .mmfsc-button a i:focus, .main-slider .layout-full.slick-slide .mmfsc-button a i:focus {
        outline: none; }
      .main-slider .home-item .mmfsc-button a i:hover, .main-slider .layout-full.slick-slide .mmfsc-button a i:hover {
        text-decoration: none; }

.main-slider .inner-text-wrap {
  padding: 0 10px 10px 0; }
  .main-slider .inner-text-wrap p.bodytext {
    max-height: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.main-slider .slick-dots {
  bottom: 12px;
  z-index: 20;
  padding: 8px 0; }
  .main-slider .slick-dots button::before {
    font-size: 58px;
    width: 21px;
    height: 14px; }
  .main-slider .slick-dots li {
    margin: 0 6px 0 0;
    width: 16px;
    height: 16px; }

.main-slider .main-slider-slick-prev, .main-slider .main-slider-slick-next {
  top: 44%;
  position: absolute;
  width: 47px;
  height: 66px;
  background-color: #000;
  opacity: 0.32;
  z-index: 2;
  cursor: pointer; }
  .main-slider .main-slider-slick-prev:before, .main-slider .main-slider-slick-next:before {
    font-family: 'hydac-hhp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0;
    color: #fff;
    font-size: 53px;
    position: absolute;
    left: 15px;
    top: 9px; }

.main-slider .main-slider-slick-next {
  right: 0; }
  .main-slider .main-slider-slick-next:before {
    
    font-family: 'hydac-hhp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 8px;
    color: #555555;
    color: #fff; }

.main-slider .main-slider-slick-prev {
  left: 0; }
  .main-slider .main-slider-slick-prev:before {
    
    font-family: 'hydac-hhp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 8px;
    color: #555555;
    left: 11px;
    color: #fff; }

@media screen and (max-width: 767px) {
  .main-slider .home-item .home-text-wrap, .main-slider .layout-full.slick-slide .home-text-wrap {
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    height: 48%;
    min-width: auto; }
  .main-slider .main-slider-slick-next, .main-slider .main-slider-slick-prev {
    top: 25%; }
  .main-slider .slick-dots {
    bottom: -32px; }
    .main-slider .slick-dots button:before {
      font-size: 41px !important; } }

img.compat-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center; }

.navigation-boxes {
  clear: both;
  width: calc(100% + 20px);
  margin-top: 35px; }
  .navigation-boxes div[class^="box-"] {
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    height: 245px;
    overflow: hidden; }
    .navigation-boxes div[class^="box-"]:after {
      content: '';
      height: 56px;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), to(#00000010)) 0% 0% no-repeat padding-box;
      background: transparent -o-linear-gradient(top, #00000096 0%, #00000010 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(180deg, #00000096 0%, #00000010 100%) 0% 0% no-repeat padding-box;
      -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
          -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
              transform: matrix(-1, 0, 0, -1, 0, 0); }
    .navigation-boxes div[class^="box-"] img {
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      max-width: 100%; }
    .navigation-boxes div[class^="box-"] .box-header {
      position: absolute;
      bottom: 0;
      left: 24px;
      z-index: 2;
      color: #fff;
      margin-bottom: 16px;
      margin-top: 16px;
      font-size: 23px;
      font-weight: bold;
      line-height: 33px; }
    .navigation-boxes div[class^="box-"]:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .navigation-boxes div[class^="box-"]:hover .box-header {
      color: #cc1800; }
  .navigation-boxes div.box-33:hover img {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06); }
  .navigation-boxes div.box-100:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  .navigation-boxes .box-50 {
    width: calc(50% - 20px); }
  .navigation-boxes .box-33 {
    width: calc(33.333333% - 20px); }
    .navigation-boxes .box-33:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .navigation-boxes .box-100 {
    width: calc(100% - 20px); }
    .navigation-boxes .box-100:hover img {
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04); }
    .navigation-boxes .box-100 div {
      float: none;
      right: 0;
      width: 100%; }
    .navigation-boxes .box-100 img {
      width: 100%;
      height: 100%; }
  .navigation-boxes .csc-header {
    margin-right: 20px; }
    .navigation-boxes .csc-header h1, .navigation-boxes .csc-header h2, .navigation-boxes .csc-header h3, .navigation-boxes .csc-header h4, .navigation-boxes .csc-header h5, .navigation-boxes .csc-header h6 {
      color: #555555; }

@media (max-width: 1199.98px) {
  .navigation-boxes div[class^="box-"] {
    height: auto; }
  .navigation-boxes img {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    height: auto; } }

@media (max-width: 767.98px) {
  .navigation-boxes {
    width: calc(100% + 10px); }
    .navigation-boxes div[class^="box-"] {
      margin-right: 10px;
      margin-bottom: 10px;
      font-size: 12px;
      height: auto; }
      .navigation-boxes div[class^="box-"]:after {
        height: 29px;
        font-size: 16px;
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), to(#00000010)) 0% 0% no-repeat padding-box;
        background: transparent -o-linear-gradient(top, #00000096 0%, #00000010 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(180deg, #00000096 0%, #00000010 100%) 0% 0% no-repeat padding-box;
        -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
            -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
                transform: matrix(-1, 0, 0, -1, 0, 0); }
      .navigation-boxes div[class^="box-"] .box-header {
        width: 100%;
        line-height: 1rem;
        margin-bottom: 10px;
        font-size: 12px; }
    .navigation-boxes .box-33 {
      width: calc(33.333333% - 10px); }
    .navigation-boxes .box-50 {
      width: calc(50% - 10px); }
    .navigation-boxes .box-100 {
      width: calc(100% - 10px); }
    .navigation-boxes img {
      width: 100%;
      -o-object-fit: fill;
         object-fit: fill;
      height: auto; }
    .navigation-boxes .csc-header {
      margin-right: 10px; } }

@media (max-width: 575.98px) {
  .navigation-boxes div[class^="box-"] {
    height: auto; }
    .navigation-boxes div[class^="box-"] img {
      -o-object-fit: fill;
         object-fit: fill;
      height: auto; }
    .navigation-boxes div[class^="box-"] .box-header {
      width: 100%;
      line-height: 1rem;
      margin-bottom: 10px;
      font-size: 12px;
      left: 10px; } }

.theme-boxes {
  clear: both;
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .theme-boxes div[class^="box-"] {
    margin-right: 20px;
    float: left;
    margin-bottom: 30px;
    position: relative;
    height: auto;
    overflow: hidden; }
    .theme-boxes div[class^="box-"] img {
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      max-width: 100%;
      height: 180px; }
      .theme-boxes div[class^="box-"] img:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .theme-boxes div[class^="box-"] .box-image {
      margin: 0;
      max-width: 100%;
      height: 180px;
      overflow: hidden; }
    .theme-boxes div[class^="box-"] .box-header {
      color: #cc1800;
      width: 100%;
      height: auto;
      margin: 16px 0;
      font-size: 23px;
      font-weight: bold;
      line-height: 33px; }
    .theme-boxes div[class^="box-"] .box-text {
      margin: 0;
      height: auto; }
      .theme-boxes div[class^="box-"] .box-text a:before {
        font-family: 'hydac-hhp';
        content: "\e906";
        margin-right: 8px;
        color: #cc1800; }
    .theme-boxes div[class^="box-"] .link--no-arrow:before {
      content: none !important; }
  .theme-boxes div.box-33 img:hover {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06); }
  .theme-boxes div.box-100 img:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  .theme-boxes .box-50 {
    width: calc(50% - 20px); }
  .theme-boxes .box-33 {
    width: calc(33.333333% - 20px); }
    .theme-boxes .box-33:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .theme-boxes .box-100 {
    width: calc(100% - 20px); }
    .theme-boxes .box-100:hover img {
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04); }
    .theme-boxes .box-100 div {
      float: none;
      right: 0;
      width: 100%; }
    .theme-boxes .box-100 img {
      width: 100%;
      height: 100%; }

@media (max-width: 575.98px) {
  .theme-boxes div[class^="box-"] {
    margin-right: 0;
    margin-bottom: 20px;
    height: auto; }
  .theme-boxes .box-33, .theme-boxes .box-50, .theme-boxes .box-100 {
    width: calc(100% - 20px); } }

.themes-slider-item {
  position: relative; }

.themes-slider-img img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover; }

.themes-slider-box {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  height: 85%;
  padding: 32px 32px 50px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  line-height: 25px; }

.themes-slider-header {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px; }

.themes-slider-subheader {
  line-height: 1.2;
  margin-bottom: 12px; }
  .themes-slider-subheader p {
    line-height: inherit;
    margin: inherit; }

.themes-slider-link {
  float: left; }
  .themes-slider-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff !important;
    background-color: #cc1800;
    font-weight: 700;
    padding: 8px 10px 8px 15px;
    font-size: 14px; }
    .themes-slider-link a:focus {
      outline: none; }
    .themes-slider-link a:hover {
      text-decoration: none; }
    .themes-slider-link a i:focus {
      outline: none; }
    .themes-slider-link a i:hover {
      text-decoration: none; }

.themes-slider.slick-dotted {
  margin-bottom: 64px; }

.themes-slider .slick-dots {
  bottom: -32px;
  z-index: 20;
  padding: 0 !important; }
  .themes-slider .slick-dots button::before {
    font-size: 58px; }
  .themes-slider .slick-dots li {
    margin: 0 3px !important; }
    .themes-slider .slick-dots li:before {
      content: none !important; }

.themes-slider-slick-prev, .themes-slider-slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 54px;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
  cursor: pointer; }
  .themes-slider-slick-prev:before, .themes-slider-slick-next:before {
    
    font-family: 'hydac-hhp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 53px;
    line-height: 57px;
    display: block;
    width: 28px;
    height: 54px;
    text-align: center; }

.themes-slider-slick-next {
  right: 0; }
  .themes-slider-slick-next:before {
    content: ""; }

.themes-slider-slick-prev {
  left: 0; }
  .themes-slider-slick-prev:before {
    content: ""; }

@media screen and (max-width: 767px) {
  .themes-slider {
    background-color: rgba(0, 0, 0, 0.4); }
    .themes-slider-box {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      height: auto;
      padding: 32px 32px 50px;
      background-color: transparent; } }

.user-matag-pi1 {
  width: 100%; }

.user-matag-pi1-form {
  border: none; }

.user-matag-pi1-form-field-error {
  color: red;
  font-weight: bold;
  margin-bottom: 10px; }

.user-matag-pi1-form-field-required {
  color: red;
  padding-left: 10px; }

.user-matag-pi1-form-field-submit-span {
  margin-top: 20px;
  display: inline-block;
  padding-right: 7px;
  height: 21px;
  cursor: pointer; }

.user-matag-pi1-form-field {
  clear: both;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px; }
  .user-matag-pi1-form-field label {
    display: inline; }
  .user-matag-pi1-form-field label {
    float: left;
    margin-right: 10px;
    width: 40%;
    font-weight: bold;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .user-matag-pi1-form-field label span {
      display: block;
      padding-left: 20px; }
      .user-matag-pi1-form-field label span span {
        display: inline; }
      .user-matag-pi1-form-field label span.user-matag-pi1-form-field-required {
        padding-left: 10px; }
  .user-matag-pi1-form-field input, .user-matag-pi1-form-field textarea, .user-matag-pi1-form-field select {
    float: left;
    width: calc(60% - 15px); }
  .user-matag-pi1-form-field .form-check {
    width: 85%; }
  .user-matag-pi1-form-field .form-check-label {
    width: 100%;
    line-height: 1.5;
    height: auto;
    float: none;
    font-weight: normal; }
    .user-matag-pi1-form-field .form-check-label input[type="checkbox"] {
      width: auto;
      height: auto;
      display: inline;
      margin-right: 10px;
      position: absolute;
      top: 4px; }

.pdb-material-info-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pdb-material-info-number .icon-express {
    color: #cc1800;
    text-align: right;
    font-size: 25px; }

#content-col-left .tx-solr .query-suggest-box-search ul {
  padding-left: 0; }
  #content-col-left .tx-solr .query-suggest-box-search ul li:before {
    content: none !important; }

#content-col-left .tx-solr-results-rootline li {
  margin-left: 2px !important; }

#content-col-left .tx-solr-result-infotable {
  width: auto; }
  #content-col-left .tx-solr-result-infotable tbody, #content-col-left .tx-solr-result-infotable td {
    border: none !important; }
  #content-col-left .tx-solr-result-infotable tr {
    background: none; }
  #content-col-left .tx-solr-result-infotable td {
    padding: 0;
    height: 20px; }

#header-search .tx-solr-searchbox a {
  text-decoration: none; }

#tx-solr-lastsearches ul li.facet-list-item a {
  padding-left: 25px; }

#easykat-app #suchkriterien div select {
  height: 30px; }

#easykat-app table tbody {
  border: none !important; }
  #easykat-app table tbody tr {
    background: none; }
  #easykat-app table tbody td {
    height: auto;
    border: none; }

#easykat-app #easykat-app-content input[type="text"] {
  height: 30px;
  min-width: 220px; }

#easykat-app #easykat-app-content .btn {
  font-weight: normal; }

#easykat-app form input[type="text"] {
  height: 30px; }

#easykat-app form .btn {
  font-weight: normal; }

#easykat-app form .input-append .add-on, #easykat-app form .input-prepend .add-on {
  height: 30px; }

#easykat-app .accordion-group .hydac-accordion-icon {
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px; }

#easykat-app .form-horizontal .uneditable-input {
  height: 30px; }

#RFrame {
  margin-top: 30px; }

#content-box-middle .accf-textbox {
  background: none; }

#content-box-middle .accf-clear::after {
  font-family: 'hydac-hhp' !important;
  content: "\e90d"; }

#content-box-middle .accf-feature-reset .btn {
  margin-top: 10px; }

#content-box-middle .accf-features-button::after {
  top: 0; }

#content-box-middle .accf-search-button {
  width: auto;
  color: #151515;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  border: none;
  border-radius: unset;
  height: auto; }

#content-box-middle .accf-search-button:before {
  display: none; }

#asp-temperature li:before {
  display: none; }

@media (max-width: 991.98px) {
  #content-box-middle {
    padding: 0;
    width: 100%; }
    #content-box-middle ul {
      padding-left: 15px; }
  #breadcrumbs-mid {
    overflow: unset; }
  #content-banner {
    left: 618px; }
  #content-col-left {
    width: 100%; }
  #content-col-right {
    width: 100%; }
    #content-col-right .single-image {
      width: 100%;
      height: auto;
      margin-top: 20px; }
    #content-col-right .csc-textpic-image a img {
      width: 100%;
      height: auto; } }

@media (max-width: 767.98px) {
  .main-slider .home-item .home-image-bg img {
    height: 150px; }
  .main-slider .home-item .home-text-wrap {
    position: relative;
    height: 305px; }
  .main-slider .layout-full.slick-slide .home-image-bg img {
    height: 150px; }
  .main-slider .layout-full.slick-slide .home-text-wrap {
    position: relative;
    height: 305px; }
  #content-wrap {
    min-width: unset; }
    #content-wrap .container {
      max-width: unset; }
    #content-wrap nav + #content-box-middle {
      padding: 0 20px; }
    #content-wrap #breadcrumbs-mid {
      width: 100%; }
    #content-wrap #content-box-wrap {
      width: 100%;
      float: unset; }
    #content-wrap #content-banner {
      display: none; }
    #content-wrap #content-box-middle {
      min-width: unset;
      
      
      
      
       }
      #content-wrap #content-box-middle #content-col-left {
        width: 100%;
        float: unset; }
      #content-wrap #content-box-middle #content-col-right {
        width: 100%;
        float: unset;
        margin-top: 20px; }
        #content-wrap #content-box-middle #content-col-right .single-image {
          width: 100%; }
          #content-wrap #content-box-middle #content-col-right .single-image img {
            height: auto; }
        #content-wrap #content-box-middle #content-col-right .image-gallery-items li {
          width: 100%;
          height: auto;
          margin-right: 0;
          margin-bottom: 8px; }
          #content-wrap #content-box-middle #content-col-right .image-gallery-items li img {
            width: 100%;
            height: auto;
            left: 0 !important;
            top: 0 !important; }
        #content-wrap #content-box-middle #content-col-right .accordion-item {
          width: 100%; }
      #content-wrap #content-box-middle .csc-textpic-image img {
        width: 100%;
        height: auto; }
      #content-wrap #content-box-middle .sitemap-matrix-4cols-wrap .matrix-container {
        width: 100%; }
        #content-wrap #content-box-middle .sitemap-matrix-4cols-wrap .matrix-container div.item {
          padding-right: 0;
          width: 100%;
          min-width: unset; }
          #content-wrap #content-box-middle .sitemap-matrix-4cols-wrap .matrix-container div.item span.title-text {
            width: calc(100% - 120px);
            max-width: unset;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 16px;
            line-height: 1.5em;
            left: 20px; }
      #content-wrap #content-box-middle ul.sitemap-filter-content {
        width: 100%; }
        #content-wrap #content-box-middle ul.sitemap-filter-content li {
          width: 100%; }
          #content-wrap #content-box-middle ul.sitemap-filter-content li a {
            width: 100%;
            font-size: 16px; }
      #content-wrap #content-box-middle .leaflet-container {
        width: 100% !important;
        max-height: 450px !important; }
      #content-wrap #content-box-middle .hy-ext-table .icon-pdf {
        font-size: 30px; }
      #content-wrap #content-box-middle form label, #content-wrap #content-box-middle form .he-input-label, #content-wrap #content-box-middle form .he-input {
        width: 100%; }
      #content-wrap #content-box-middle form .he-input input {
        width: 100%; }
      #content-wrap #content-box-middle form .he-checkbox-wrap {
        margin-top: 10px; }
      #content-wrap #content-box-middle form div.input {
        width: 100%; }
        #content-wrap #content-box-middle form div.input.checkbox {
          padding-top: 10px; }
      #content-wrap #content-box-middle form .form-check {
        width: 100%; }
      #content-wrap #content-box-middle form .actions {
        padding-top: 10px; } }

@media (max-width: 575.98px) {
  #header-mobile .logo img {
    max-width: 150px; }
  .header-mobile__icon-bar {
    margin-right: 0; } }
