@charset "UTF-8";

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video-wrapper.ar219 {
  padding-bottom: 42.8571%;
}

.video-wrapper.ar1610 {
  padding-bottom: 62.5%;
}

.video-wrapper.ar43 {
  padding-bottom: 75%;
}

.video-wrapper.ar11 {
  padding-bottom: 100%;
}

.video-wrapper>* {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

legend {
  border: 0;
  display: block;
  font-weight: 700;
  width: 100%;
}

input:not([type]),
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px #eee;
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 6px;
  transition: all 0.15s linear;
  width: 100%;
}

input:not([type]):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fcfcfc;
  border-color: #bbb;
  outline: 0;
}

input[type="file"] {
  cursor: pointer;
}

input[type="file"],
select {
  display: block;
}

form button,
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width: auto;
}

select[multiple],
select[size],
textarea {
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 3px 0 0;
}

input[type="checkbox"],
input[type="radio"],
label {
  vertical-align: middle;
}

input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background: #eee;
  cursor: not-allowed;
}

input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][disabled],
input[type="radio"][readonly] {
  background: 0 0;
}

/* .button,
form button,
input[type=submit] {
  background-color: #ececec;
  background-image: linear-gradient(180deg, #fff, #ececec);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 4px 15px 4px 14px;
  text-align: center;
  transition: background .15s linear;
  vertical-align: middle
} */

.button:hover,
form button:hover,
input[type="submit"]:hover {
  background-position: 0 -15px !important;
  text-decoration: none;
}

.button:active,
form button:active,
input[type="submit"]:active {
  background-color: #e6e6e6;
  background-position: 0 -30px !important;
}

.button.blue,
form button.blue,
input[type="submit"].blue {
  background-color: #2f96b4;
  background-image: linear-gradient(180deg, #5bc0de, #2f96b4);
  border-color: #2f96b4;
  color: #fff;
}

.button.blue:active,
form button.blue:active,
input[type="submit"].blue:active {
  background-color: #2e95b3;
}

.button.green,
form button.green,
input[type="submit"].green {
  background-color: #51a351;
  background-image: linear-gradient(180deg, #62c462, #51a351);
  border-color: #51a351;
  color: #fff;
}

.button.green:active,
form button.green:active,
input[type="submit"].green:active {
  background-color: #4f9f4f;
}

.button.orange,
form button.orange,
input[type="submit"].orange {
  background-color: #f89406;
  background-image: linear-gradient(180deg, #fbb450, #f89406);
  border-color: #f89406;
  color: #fff;
}

.button.orange:active,
form button.orange:active,
input[type="submit"].orange:active {
  background-color: #f28f04;
}

.button.red,
form button.red,
input[type="submit"].red {
  background-color: #bd362f;
  background-image: linear-gradient(180deg, #ee5f5b, #bd362f);
  border-color: #bd362f;
  color: #fff;
}

.button.red:active,
form button.red:active,
input[type="submit"].red:active {
  background-color: #be322b;
}

.widget {
  margin-bottom: 12px;
}

.widget>label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.inline-form .widget {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.horizontal-form .widget:after {
  clear: both;
  content: "";
  display: table;
}

.horizontal-form .widget>label {
  float: left;
  padding: 3px 2% 0 0;
  text-align: right;
  width: 20%;
}

.horizontal-form .widget>input,
.horizontal-form .widget>textarea {
  float: left;
  width: 78%;
}

.horizontal-form .widget>fieldset {
  margin-left: 20%;
}

body,
figure,
form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

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

body {
  font-size: 100.01%;
}

input,
select,
textarea {
  font-size: 99%;
}

#container,
.inside {
  position: relative;
}

#left,
#main,
#right {
  float: left;
  position: relative;
}

#main {
  width: 100%;
}

#left {
  margin-left: -100%;
}

#right {
  margin-right: -100%;
}

#footer {
  clear: both;
}

#main .inside {
  min-height: 1px;
}

.ce_gallery>ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.ce_gallery>ul li {
  float: left;
}

.ce_gallery>ul li.col_first {
  clear: left;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.block {
  overflow: hidden;
}

#clear,
.clear {
  clear: both;
  font-size: 0.1px;
  height: 0.1px;
  line-height: 0.1px;
}

.invisible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom {
  display: block;
}

#container:after,
.custom:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 767px) {
  #wrapper {
    margin: 0;
    width: auto;
  }

  #container {
    padding-left: 0;
    padding-right: 0;
  }

  #left,
  #main,
  #right {
    float: none;
    width: auto;
  }

  #left {
    margin-left: 0;
    right: 0;
  }

  #right {
    margin-right: 0;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie8 img {
  width: auto;
}

.audio_container audio {
  max-width: 100%;
}

.video_container video {
  height: auto;
  max-width: 100%;
}

.responsive {
  height: 0;
  position: relative;
}

.responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.responsive.ratio-169 {
  padding-bottom: 56.25%;
}

.responsive.ratio-1610 {
  padding-bottom: 62.5%;
}

.responsive.ratio-219 {
  padding-bottom: 42.8571%;
}

.responsive.ratio-43 {
  padding-bottom: 75%;
}

.responsive.ratio-32 {
  padding-bottom: 66.6666%;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
}

[class*="grid"] {
  display: inline;
  float: left;
}

.mod_article [class*="ce_"],
.mod_article [class*="mod_"],
[class*="grid"] {
  margin-left: 10px;
  margin-right: 10px;
}

.mod_article .mod_eventreader,
.mod_article .mod_newsreader {
  margin-left: 0;
  margin-right: 0;
}

.mod_article [class*="event_"]>*,
.mod_article [class*="layout_"]>* {
  margin-left: 10px;
  margin-right: 10px;
}

.mod_article.grid1,
.mod_article.grid2,
.mod_article.grid3,
.mod_article.grid4,
.mod_article.grid5,
.mod_article.grid6,
.mod_article.grid7,
.mod_article.grid8,
.mod_article.grid9,
.mod_article.grid10,
.mod_article.grid11,
.mod_article.grid12 {
  margin-left: 0;
  margin-right: 0;
}

#main .inside {
  overflow: hidden;
}

.grid1 {
  width: 60px;
}

.grid2 {
  width: 140px;
}

.grid3 {
  width: 220px;
}

.grid4 {
  width: 300px;
}

.grid5 {
  width: 380px;
}

.grid6 {
  width: 460px;
}

.grid7 {
  width: 540px;
}

.grid8 {
  width: 620px;
}

.grid9 {
  width: 700px;
}

.grid10 {
  width: 780px;
}

.grid11 {
  width: 860px;
}

.grid12 {
  width: 940px;
}

.mod_article.grid1 {
  width: 80px;
}

.mod_article.grid2 {
  width: 160px;
}

.mod_article.grid3 {
  width: 240px;
}

.mod_article.grid4 {
  width: 320px;
}

.mod_article.grid5 {
  width: 400px;
}

.mod_article.grid6 {
  width: 480px;
}

.mod_article.grid7 {
  width: 560px;
}

.mod_article.grid8 {
  width: 640px;
}

.mod_article.grid9 {
  width: 720px;
}

.mod_article.grid10 {
  width: 800px;
}

.mod_article.grid11 {
  width: 880px;
}

.mod_article.grid12 {
  width: 960px;
}

.offset1 {
  margin-left: 90px !important;
}

.offset2 {
  margin-left: 170px !important;
}

.offset3 {
  margin-left: 250px !important;
}

.offset4 {
  margin-left: 330px !important;
}

.offset5 {
  margin-left: 410px !important;
}

.offset6 {
  margin-left: 490px !important;
}

.offset7 {
  margin-left: 570px !important;
}

.offset8 {
  margin-left: 650px !important;
}

.offset9 {
  margin-left: 730px !important;
}

.offset10 {
  margin-left: 810px !important;
}

.offset11 {
  margin-left: 890px !important;
}

.offset12 {
  margin-left: 970px !important;
}

.mod_article.offset1 {
  margin-left: 80px !important;
}

.mod_article.offset2 {
  margin-left: 160px !important;
}

.mod_article.offset3 {
  margin-left: 240px !important;
}

.mod_article.offset4 {
  margin-left: 320px !important;
}

.mod_article.offset5 {
  margin-left: 400px !important;
}

.mod_article.offset6 {
  margin-left: 480px !important;
}

.mod_article.offset7 {
  margin-left: 560px !important;
}

.mod_article.offset8 {
  margin-left: 640px !important;
}

.mod_article.offset9 {
  margin-left: 720px !important;
}

.mod_article.offset10 {
  margin-left: 800px !important;
}

.mod_article.offset11 {
  margin-left: 880px !important;
}

.mod_article.offset12 {
  margin-left: 960px !important;
}

@media (min-width: 767px) and (max-width: 979px) {
  #wrapper {
    width: 744px;
  }

  .grid1 {
    width: 42px;
  }

  .grid2 {
    width: 104px;
  }

  .grid3 {
    width: 166px;
  }

  .grid4 {
    width: 228px;
  }

  .grid5 {
    width: 290px;
  }

  .grid6 {
    width: 352px;
  }

  .grid7 {
    width: 414px;
  }

  .grid8 {
    width: 476px;
  }

  .grid9 {
    width: 538px;
  }

  .grid10 {
    width: 600px;
  }

  .grid11 {
    width: 662px;
  }

  .grid12 {
    width: 724px;
  }

  .mod_article.grid1 {
    width: 62px;
  }

  .mod_article.grid2 {
    width: 124px;
  }

  .mod_article.grid3 {
    width: 186px;
  }

  .mod_article.grid4 {
    width: 248px;
  }

  .mod_article.grid5 {
    width: 310px;
  }

  .mod_article.grid6 {
    width: 372px;
  }

  .mod_article.grid7 {
    width: 434px;
  }

  .mod_article.grid8 {
    width: 496px;
  }

  .mod_article.grid9 {
    width: 558px;
  }

  .mod_article.grid10 {
    width: 620px;
  }

  .mod_article.grid11 {
    width: 682px;
  }

  .mod_article.grid12 {
    width: 744px;
  }

  .offset1 {
    margin-left: 72px !important;
  }

  .offset2 {
    margin-left: 134px !important;
  }

  .offset3 {
    margin-left: 196px !important;
  }

  .offset4 {
    margin-left: 258px !important;
  }

  .offset5 {
    margin-left: 320px !important;
  }

  .offset6 {
    margin-left: 382px !important;
  }

  .offset7 {
    margin-left: 444px !important;
  }

  .offset8 {
    margin-left: 506px !important;
  }

  .offset9 {
    margin-left: 568px !important;
  }

  .offset10 {
    margin-left: 630px !important;
  }

  .offset11 {
    margin-left: 692px !important;
  }

  .offset12 {
    margin-left: 754px !important;
  }

  .mod_article.offset1 {
    margin-left: 62px !important;
  }

  .mod_article.offset2 {
    margin-left: 124px !important;
  }

  .mod_article.offset3 {
    margin-left: 186px !important;
  }

  .mod_article.offset4 {
    margin-left: 248px !important;
  }

  .mod_article.offset5 {
    margin-left: 310px !important;
  }

  .mod_article.offset6 {
    margin-left: 372px !important;
  }

  .mod_article.offset7 {
    margin-left: 434px !important;
  }

  .mod_article.offset8 {
    margin-left: 496px !important;
  }

  .mod_article.offset9 {
    margin-left: 558px !important;
  }

  .mod_article.offset10 {
    margin-left: 620px !important;
  }

  .mod_article.offset11 {
    margin-left: 682px !important;
  }

  .mod_article.offset12 {
    margin-left: 744px !important;
  }
}

@media (max-width: 766px) {
  #wrapper {
    width: auto;
  }

  [class*="grid"] {
    display: block !important;
    float: none !important;
    width: auto !important;
  }

  [class*="offset"] {
    margin-left: 10px !important;
  }
}

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

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

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

caption,
td,
th {
  text-align: left;
  text-align: start;
  vertical-align: top;
}

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

blockquote,
q {
  quotes: none;
}

fieldset,
iframe,
img {
  border: 0;
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

body {
  color: #000;
  font: 12px/1 Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}

code,
pre {
  font-family: Monaco, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

h1 {
  font-size: 1.8333em;
}

h2 {
  font-size: 1.6667em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3333em;
}

table {
  font-size: inherit;
}

caption,
th {
  font-weight: 700;
}

a {
  color: #00f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
}

blockquote,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul {
  margin-bottom: 12px;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.8ce5d552..eot);
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.8ce5d552..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.d9ac1f0a..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.6a4927c0..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.639d6040..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.bb3b405a..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.aa1161bf..eot);
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.aa1161bf..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.54b67536..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.72b8660c..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.69dd5b84..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.91dbf346..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.75444dbf..eot);
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.75444dbf..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.3bd5f5c5..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.4f2cda05..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.a509a050..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.1d0d8b66..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.e850697e..eot);
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.e850697e..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.8a6c1879..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.b2f7fa8b..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.e7ffad08..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.a80aff34..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.f697c62f..eot);
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.f697c62f..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.3c9c38b5..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.6dc56ac5..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.ee3a350b..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.099f4053..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.b2cb0c65..eot);
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.b2cb0c65..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.2f6dbcfa..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.46dadbd8..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.e3e926f5..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.13fa6db7..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.a5e0d3de..eot);
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.a5e0d3de..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.6264aa05..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.56a3dea4..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.07aedd3c..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.926388f0..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.18fe0c81..eot);
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.18fe0c81..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.dc4bab6c..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.d2f757dd..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.bf8cdb32..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.17fb3025..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.40d26148..eot);
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.40d26148..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.c2859e20..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.9acf8ec2..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.3edc9b36..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.a526f5fd..svg) format("svg");
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.5620334f..eot);
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.5620334f..eot) format("embedded-opentype"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.a6652fec..woff2) format("woff2"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.9bf21780..woff) format("woff"),
    url(../fonts/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.1fc316d6..ttf) format("truetype"),
    url(../img/open-sans-v17-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.03ed3375..svg) format("svg");
}

html {
  scroll-padding: 250px 0 0 0;
}

html:not([lang="ru"]) .mod_changelanguage .lang-ru {
  display: none;
}

body,
html {
  background-color: #fff;
  color: #4d4d4d;
  font: 16px Open Sans, Helvetica, Verdana, Arial, Geneva, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

a,
h1 {
  color: #0770b0;
}

#main .internContactForm .global,
#main .internContactForm .kontaktformular,
#main .internContactForm .subsidiary {
  display: none;
}

#main .internContactForm .global.active,
#main .internContactForm .kontaktformular.active,
#main .internContactForm .subsidiary.active {
  display: block;
}

#main .internContactForm .select,
#main .internContactForm .widget,
#main .internContactForm .widget-text label,
#main .internContactForm input.text,
#main .internContactForm textarea {
  width: 100%;
}

#main .internContactForm textarea {
  padding: 3px 6px;
}

#main .internContactForm .checkbox,
#main .internContactForm .textarea,
#main .internContactForm input.text,
#main .internContactForm select {
  background-color: #f8f8f8;
}

#main .internContactForm .widget-checkbox span {
  float: left;
  width: 50%;
}

#main .internContactForm .widget-checkbox legend {
  float: left;
  margin-top: 10px;
  width: 100%;
}

#main .internContactForm .widget-checkbox label {
  float: none;
  width: auto;
}

#main .internContactForm label,
#main .internContactForm legend {
  font-weight: 500;
}

#main .internContactForm span label {
  font-weight: 300;
}

#main .internContactForm .trenner {
  border-bottom: 1px solid #0770b0;
  border-top: 1px solid #0770b0;
  float: left;
  margin-bottom: 1%;
  margin-top: 2%;
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#main .internContactForm .submit_container {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#secondSliderContentHeader .sliderProductPicture figcaption {
  display: none;
}

.mm_select p.error {
  display: none !important;
}

.productTeaser {
  align-items: stretch;
  border: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
}

.productTeaser .ce_image {
  max-width: 50%;
}

.productTeaserText {
  background: #ccc;
  max-width: 50%;
  padding: 10px;
}

.productTeaserText .border-bottom {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.productTeaserText .price {
  color: red;
  font-size: 1.2em;
  font-weight: 700;
}

.productTeaserText .price p {
  margin-bottom: 0;
}

.productTeaserText .price del {
  color: #000;
  font-size: 0.7em;
  font-weight: 700;
}

.productTeaserWebinar {
  border: 1px solid #ccc;
  padding: 5px;
}

#main .productTeaserText .ce_hyperlink a {
  background-color: #e0e0e0;
  border: none;
  color: #4d4d4d;
}

.mod_changelanguage .lang-sr {
  display: none;
}

span.mandatory {
  color: red;
}

.contactBoxGlobal {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 2%;
}

.ce_downloads-icon {
  display: none;
}

.image_container a {
  display: block;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 980px) {
  .image_container figcaption {
    background-color: #f7f7f7;
    caption-side: bottom;
    display: table-caption;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 5px 10px;
  }

  .u-flexbox-container .widget {
    width: 50%;
  }

  .u-flexbox-container .widget input {
    width: 96% !important;
  }

  .field_100 {
    width: 98%;
  }

  .field_100 input {
    width: 100% !important;
  }

  .field_send button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  .field_send button:hover {
    background-color: #0770b0;
    color: #fff;
  }

  .ce_accessible_tabs .ce_accordion .toggler {
    background-color: #0770b0 !important;
    color: #fff !important;
  }

  .ce_accessible_tabs .ce_accordion .toggler.ui-state-active,
  .ce_accessible_tabs .ce_accordion .toggler:hover {
    background: #e0e0e0 !important;
    color: #4d4d4d !important;
  }

  #calibrationform .total-added-deivce {
    display: none !important;
  }

  #calibrationform .sum-price {
    margin-bottom: 10px;
  }

  #calibrationform .address_box {
    margin: 10px 0;
  }

  #calibrationform .total-sum-price {
    margin-top: 5px;
  }

  #calibrationform .shipping-info {
    font-size: 14px;
  }

  #calibrationform .kundendaten {
    margin-top: 40px;
  }

  #calibrationform .anzahl {
    width: 80px;
  }

  #calibrationform #template .delete_new_device {
    display: none;
  }

  #calibrationform select.kundendaten {
    margin-top: 0;
  }

  #calibrationform span.mandatory {
    margin-left: 2px;
  }

  #calibrationform .warranty input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  #calibrationform .warranty input[type="radio"]:checked+label {
    background-color: #0770b0;
    color: #fff;
  }

  #calibrationform .widget-text label {
    display: block;
  }

  #calibrationform .widget label,
  #calibrationform .widget legend,
  #calibrationform .widget p.legend {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
  }

  #calibrationform .widget input {
    display: inline-block;
    width: 100%;
  }

  #calibrationform .widget-select select {
    width: 100%;
  }

  #calibrationform #add_new_device,
  #calibrationform .warranty label {
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 5px 8px;
    text-align: center;
    width: 44%;
  }

  #calibrationform #add_new_device {
    font-size: 14px;
    width: auto;
  }

  #calibrationform .delete_new_device {
    background: red;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
  }

  #calibrationform #add_new_device {
    background: none;
    background-color: #49c569 !important;
    color: #fff;
    margin-top: 10px;
  }

  #calibrationform [id*="template"] {
    border-bottom: 1px solid #c3c2c2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #calibrationform .widget-checkbox label,
  #calibrationform .widget-radio label {
    font-weight: 300;
  }

  #calibrationform .widget-checkbox input,
  #calibrationform .widget-radio input {
    display: inline-block;
    width: auto;
  }

  #calibrationform .shipping_address span {
    display: block;
  }

  #calibrationform .widget span.mandatory {
    display: inline-block;
    font-size: 14px;
  }

  #calibrationform .warranty label:hover {
    background-color: #0770b0;
    color: #fff;
    cursor: pointer;
  }

  #calibrationform .widget textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }

  #calibrationform .firstname {
    margin-right: 9px;
  }

  #calibrationform .firstname,
  #calibrationform .lastname {
    display: inline-block;
    width: 203px;
  }

  #calibrationform .street {
    display: inline-block;
    margin-right: 9px;
    width: 303px;
  }

  #calibrationform .number,
  #calibrationform .postcode {
    display: inline-block;
    width: 103px;
  }

  #calibrationform .postcode {
    margin-right: 9px;
  }

  #calibrationform .place {
    display: inline-block;
    width: 303px;
  }

  #calibrationform .widget-submit button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  #calibrationform .widget-submit button:hover {
    background-color: #0770b0;
    color: #fff;
  }

  #calibrationform .widget-explanation.last {
    text-align: right;
  }

  #calibrationform {
    background-color: #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
  }

  #calibrationform .tab {
    background-color: #0770b0;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100%;
  }

  #calibrationform .tab:after {
    content: "+";
    float: right;
    font-weight: 700;
    margin-right: 5px;
  }

  #calibrationform .tab.spannungspruefer.active:after,
  #calibrationform .tab:hover:after {
    content: "−";
  }

  #calibrationform .tab:hover {
    cursor: pointer;
  }

  #calibrationform .ce_table.digital-multimeter,
  #calibrationform .ce_table.digital-stromzangen-multimeter,
  #calibrationform .ce_table.spannungspruefer,
  #calibrationform .ce_table.vde_0100_isolation,
  #calibrationform .ce_table.vde_0126_23_messgeraete,
  #calibrationform .ce_table.vde_0701_0702 {
    display: none;
  }

  #calibrationform .ce_table.digital-multimeter.active,
  #calibrationform .ce_table.digital-stromzangen-multimeter.active,
  #calibrationform .ce_table.spannungspruefer.active,
  #calibrationform .ce_table.vde_0100_isolation.active,
  #calibrationform .ce_table.vde_0126_23_messgeraete.active,
  #calibrationform .ce_table.vde_0701_0702.active {
    display: block;
  }

  #calibrationform .ce_table {
    background: #f7f7f7;
    border: 1px solid #4d4d4d;
    margin: -5px 0 5px;
    padding: 5px;
  }

  #calibrationform table {
    border-spacing: 1px;
    float: none;
    margin: 0;
    width: auto;
  }

  #calibrationform table .head_2,
  #calibrationform table .head_4 {
    width: 70px;
  }

  #calibrationform td,
  #calibrationform th {
    padding: 5px;
    vertical-align: middle;
  }

  #calibrationform table td {
    background: none;
    float: none;
    width: auto;
  }

  #calibrationform .widget input:focus {
    background: #eee;
  }

  .submit_online_seminar {
    display: inline-block;
  }

  .loader {
    animation: load5 1.1s ease infinite;
    border-radius: 50%;
    display: none;
    font-size: 6px;
    height: 1em;
    margin-left: 30px;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 1em;
  }

  @keyframes load5 {

    0%,
    to {
      box-shadow: 0 -2.6em 0 0 #0770b0,
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.5),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.7);
    }

    12.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.7),
        1.8em -1.8em 0 0 #0770b0, 2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.5);
    }

    25% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.5),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.7), 2.5em 0 0 0 #0770b0,
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    37.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.5),
        2.5em 0 0 0 rgba(7, 112, 176, 0.7), 1.75em 1.75em 0 0 #0770b0,
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    50% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.5),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.7), 0 2.5em 0 0 #0770b0,
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    62.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.5),
        0 2.5em 0 0 rgba(7, 112, 176, 0.7), -1.8em 1.8em 0 0 #0770b0,
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    75% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.5),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.7), -2.6em 0 0 0 #0770b0,
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    87.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.5),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.7), -1.8em -1.8em 0 0 #0770b0;
    }
  }

  .image_container.float_above {
    margin-bottom: 20px;
  }

  .china_login {
    float: left;
    margin-top: -20px;
  }

  .china_login .login_info,
  .china_login .widget-submit {
    float: left;
  }

  .china_login .widget-submit {
    margin-left: 20px;
  }

  #aboveHeader {
    background-color: #e6e6e6;
    height: 30px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }

  #aboveHeader .insideAboveHeader {
    margin: 0 auto;
    width: 980px;
  }

  #aboveHeader .social_media_icons {
    float: right;
    margin-top: 2px;
  }

  #aboveHeader .social_media_icons .linkedin,
  #aboveHeader .social_media_icons .youtube {
    float: left;
    margin-right: 4px;
  }

  #aboveHeader .social_media_icons img {
    height: 16px;
    width: auto;
  }

  #aboveHeader .mod_customnav {
    float: right;
    margin: 3px 25px 0 0;
  }

  #aboveHeader .mod_customnav a,
  #aboveHeader .mod_customnav strong {
    color: #4d4d4d;
    font-weight: 300;
    text-decoration: none;
  }

  #aboveHeader .mod_customnav li {
    float: left;
    font-size: 12px;
    line-height: 16px;
  }

  #aboveHeader .mod_customnav li.first {
    display: none;
  }

  #aboveHeader .mod_customnav li:nth-child(2) {
    border-left: 1px solid #4d4d4d;
    margin: 0 5px;
    padding-left: 5px;
  }

  #main .customer_request:nth-child(2n) {
    padding-left: 5px;
  }

  #main .customer_request:nth-child(odd) {
    padding-right: 5px;
  }

  #main .customer_request .image_container {
    margin-bottom: 10px;
    text-align: center;
  }

  #main .customer_request:nth-child(2n) p {
    margin-right: 10px;
  }

  #main .customer_request:nth-child(odd) p {
    margin-left: 10px;
  }

  .contactLanguages .button-group button img {
    height: 26px;
    width: auto;
  }

  .contactLanguages .button-group .is-checked,
  .contactLanguages .button-group button:hover {
    background: #0770b0;
    background-position: 0 0 !important;
    color: #fff;
  }

  .retourFormOverview h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .retourFormOverview p {
    font-size: 18px;
    font-style: italic;
  }

  .retourButton {
    margin-left: 10px;
    margin-top: 10px;
  }

  #retourform {
    background-color: #f7f7f7;
    padding: 10px 20px;
  }

  #retourform .mit_gewaehrleistung_infotext,
  #retourform .ohne_gewaehrleistung_infotext {
    font-weight: 700;
    margin-bottom: 5px;
  }

  #retourform .address_box {
    margin: 20px 0;
  }

  #retourform .firstname {
    margin-right: 9px;
  }

  #retourform .firstname,
  #retourform .lastname {
    display: inline-block;
    width: 203px;
  }

  #retourform .street {
    display: inline-block;
    margin-right: 9px;
    width: 303px;
  }

  #retourform .number,
  #retourform .postcode {
    display: inline-block;
    width: 103px;
  }

  #retourform .postcode {
    margin-right: 9px;
  }

  #retourform .place {
    display: inline-block;
    width: 303px;
  }

  #retourform .widget span.mandatory {
    display: inline-block;
    font-size: 14px;
  }

  #retourform .widget-explanation.last {
    text-align: right;
  }

  #retourform .widget textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }

  #retourform .shipping_address span {
    display: block;
  }

  #retourform .widget input {
    display: inline-block;
    width: 100%;
  }

  #retourform .widget label,
  #retourform .widget legend,
  #retourform .widget p.legend {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
  }

  #retourform .widget-checkbox label {
    display: inherit;
  }

  #retourform .widget-text label {
    display: block;
  }

  #retourform .widget-select select {
    width: 100%;
  }

  #retourform .widget-checkbox input,
  #retourform .widget-radio label {
    display: inline-block;
  }

  #retourform .widget-checkbox input,
  #retourform .widget-radio input {
    display: inline-block;
    width: auto;
  }

  #retourform .widget-checkbox label,
  #retourform .widget-radio label {
    font-weight: 300;
  }

  #retourform .delivered_with_second_part,
  #retourform .sending_reason_first_part {
    margin-top: 5px;
  }

  #retourform .delivered_with_second_part input,
  #retourform .sending_reason_first_part input {
    height: 22px;
    margin-left: 0;
    margin-top: -2px;
  }

  #retourform .submit_container input,
  #retourform .widget-pagebreak button {
    background: #0770b0 !important;
    background-image: none;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
  }

  #retourform .widget-pagebreak button {
    line-height: 16px;
    margin-top: 10px;
  }

  #retourform .submit_container input {
    margin-top: 20px;
  }

  #retourform .submit_container input:hover,
  #retourform .widget-pagebreak button:hover {
    background: #4d4d4d !important;
    background-image: none;
    color: #fff;
    cursor: pointer;
  }

  #retourform .repair_warranty input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  #retourform .repair_warranty label {
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 8px 10px;
  }

  #retourform .repair_warranty label:hover {
    background-color: #0770b0;
    color: #fff;
    cursor: pointer;
  }

  #retourform .repair_warranty input[type="radio"]:checked+label {
    background-color: #0770b0;
    color: #fff;
  }

  #retourform .widget-submit button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  #retourform .widget-submit button:hover {
    background-color: #0770b0;
    color: #fff;
  }

  .newsletter_mod #headerNavigation .mod_navigation,
  .newsletter_mod #headerNavigation .searchButton {
    margin-top: -10px !important;
  }

  .ce_youtube.grid6.rightvideo {
    float: right;
  }

  #main .ce_accordion h3.ce_headline.headline {
    font-size: 18px;
    margin: 10px 10px 0;
  }

  #main .download_accordion .ui-accordion-content div {
    padding: 0;
  }

  .download-element-box {
    background-color: #f7f7f7;
    float: left;
    margin-left: 10px;
    margin-top: -8px;
    width: 900px;
  }

  .download-element-box:first-of-type {
    margin-top: 0;
    padding-top: 10px !important;
  }

  .ce_accordion .download-element-box {
    margin-left: 0;
  }

  .download-element-box .ce_hyperlink a {
    border: 0;
    padding: 0;
  }

  .download-element-box .ce_hyperlink a:before {
    content: "";
  }

  .download-element-box h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 3px;
  }

  .download-element-box:first-of-type h3 {
    position: relative;
    right: 0;
    top: 0;
  }

  .download-element-box h3 {
    position: absolute;
    right: -999em;
    top: -999em;
  }

  .download-element-box .grid4 {
    width: 279px;
  }

  #main .download_accordion .toggler.ui-accordion-header-active,
  #main .download_accordion .toggler:hover {
    background-color: #6b6b6b;
    color: #fff;
  }

  .ce_accessible_tabs .ce_accordion .toggler {
    background-color: #c5c5c5;
    color: #4d4d4d;
  }

  .ce_accessible_tabs .ce_accordion .toggler:hover {
    background-color: #c5c5c5;
  }

  .ce_player video {
    vertical-align: bottom;
    width: 100%;
  }

  .cookiebar button {
    font-size: 1em;
    font-weight: lighter;
    height: auto;
    line-height: inherit;
  }

  .cookiebar,
  .cookiebar button {
    -webkit-text-size-adjust: none;
    padding: 0.3em;
  }

  .cookiebar {
    box-sizing: border-box;
    line-height: 1.3em;
    z-index: 33333;
  }

  .cookiebar__message,
  .cookiebar__text {
    -webkit-text-size-adjust: none;
    margin-right: 0 !important;
  }

  #main .specialContactboxSV {
    background-color: #0770b0;
    margin-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 235px;
  }

  #main .specialContactboxSV a {
    border: 0 !important;
    color: #fff;
    margin-bottom: 0 !important;
  }

  .groupLinkSWE {
    margin-top: 270px;
  }

  .html5-video-container {
    display: none !important;
  }

  .html5-video-player .video-click-tracking,
  .html5-video-player .video-stream {
    top: 0 !important;
  }

  .boxContact {
    float: left;
    width: 100%;
  }

  .boxBGgrey {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .boxBGgrey.grid6 {
    width: 440px;
  }

  .boxBGgrey.grid12 {
    width: 920px;
  }

  .marginTopMinus20 {
    margin-top: -20px;
  }

  .marginBottom {
    margin-bottom: 20px;
  }

  .smallPictureText {
    font-size: 10px;
  }

  .landingpageNaviSmaler .ce_image picture {
    border: 1px solid #f7f7f7;
    float: left;
  }

  .flagge {
    float: left;
    margin-right: 10px;
    width: 30px;
  }

  .abstandHalter {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .wrapperBoxContact {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
  }

  .wrapperBoxContact a {
    float: left;
  }

  .tabbody .ce_image.grid3 {
    line-height: 105px;
  }

  .tabbody .ce_image.grid3 img {
    display: inline;
    vertical-align: middle;
  }

  p.back {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  #main .information {
    color: #0089d2;
  }

  .bluebox,
  .bluebox h3,
  .bluebox p {
    color: #fff;
  }

  .bluebox {
    background-color: #065890;
    box-sizing: border-box;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .bluebox .grid4 {
    padding-right: 5px;
  }

  .bluebox .grid12 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .gelbeBox {
    background-color: #f4d374;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .gelbeBox .grid4,
  .gelbeBox .grid6 {
    padding-right: 5px;
  }

  .gelbeBox .grid12 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .lightBlueBox {
    background-color: #c6e6f6;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .lightBlueBox .grid12 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #main .pdfViewerContainer {
    float: left;
    margin-left: 10px;
    width: 450px;
  }

  #main .pdfViewerContainer img {
    height: 23px;
    margin-bottom: -5px;
    margin-right: 5px;
    width: auto;
  }

  #main .pdfViewerContainer a {
    line-height: 23px;
  }

  #mainDropdownComplete .mod_dlh_googlemaps a {
    color: #4d4d4d;
    text-decoration: none;
  }

  .ce_accordion .specialContactBox {
    float: none;
    margin-left: 0;
    margin-top: 0;
  }

  .ce_text.mitarbeiterBox p {
    background-color: #f7f7f7;
    float: left;
    margin-bottom: 0;
    padding: 10px;
    width: 210px;
  }

  .specialContactBox.Mitarbeiterbox {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 210px;
  }

  .subsidiariesBox .groupLink {
    left: 448px;
    padding-left: 10px;
    position: absolute;
    top: 20px;
  }

  .subsidiariesBox .groupLink a {
    color: #4d4d4d;
    text-decoration: none;
  }

  .subsidiariesBox .groupLink a:before {
    content: url(../img/icon_world.1fdb6d95..png);
    margin-top: 10px;
    padding-right: 7px;
    vertical-align: top;
  }

  .jobsAccordion a {
    font-size: 15px;
  }

  #main ol ul {
    margin-bottom: 0;
  }

  .ru_startpage_slider .sliderTeaser {
    float: left;
    width: 100% !important;
  }

  #footer .mod_newslist .onlyTeaser .readMoreBox p.more a:before,
  #main .mod_newslist .onlyTeaser p.more a:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    margin-right: 5px;
  }

  .jobsAccordion .toggler {
    background-color: #e6e6e6 !important;
    color: #4d4d4d !important;
  }

  .jobsAccordion .toggler br {
    display: none;
  }

  .jobsAccordion .toggler.ui-accordion-header-active,
  .jobsAccordion .toggler:hover {
    background-color: #0770b0 !important;
    color: #fff !important;
  }

  .jobsAccordion .toggler .headline {
    font-size: 1.2em !important;
    font-weight: 700;
  }

  .jobsAccordion .toggler:hover .headline {
    color: #fff !important;
  }

  .jobsAccordion .specialContactBox {
    float: unset !important;
    margin-left: 0 !important;
    margin-top: -20px;
    margin-top: -20px !important;
  }

  .ie8 .generalContacts img,
  .ie8 .mod_changelanguage img,
  .ie8 .productSelectorHeadline img,
  .ie8 .productSelectorInformations img,
  .ie8 .specialContactBox img {
    display: none;
  }

  .ie8 #footer img,
  .ie8 #outerWrapperBox img,
  .ie8 #secondSliderContentHeader img,
  .ie8 #sliderContentHeader img,
  .ie8 #specialApplicationsHeader img,
  .ie8 #specialContentHeader img {
    width: auto !important;
  }

  .ie8 #outerWrapperBox .newsletterBox img,
  .ie8 #outerWrapperBox .serviceBox img {
    width: 228px !important;
  }

  #main .servicePriceButton {
    background-color: #0770b0;
    float: left;
    text-align: center;
    width: 460px;
  }

  #main .servicePriceButton a {
    color: #fff;
    display: block;
    padding: 10px;
  }

  #main .servicePriceButton a:hover {
    background-color: #4d4d4d;
  }

  .generalContacts.grid6 {
    float: left;
    width: 100%;
  }

  .generalContacts img {
    float: left;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-top: 4px;
    width: 15px;
  }

  #main .galleria-theme-classic .galleria-info {
    display: none !important;
  }

  #main .contactGlobal2 {
    border: 1px solid #1b63b5;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    width: 208px;
  }

  #main .solar_logo {
    margin-top: 40px;
  }

  .ie10 .serviceTeaserBox .caption a,
  .ie10 .serviceTeaserBox .caption li {
    font-size: 12px;
    list-style-type: none;
  }

  .specialContactBox .contactBoxSubs .contact a {
    color: #004bb5;
  }

  .tabbody .specialContactBox a {
    text-decoration: none;
  }

  #main .contenttable {
    -webkit-overflow-scrolling: touch;
    float: left;
    overflow-x: scroll;
    width: 100%;
  }

  #main ul li ul {
    font-size: 14px;
    list-style-type: circle;
  }

  #main a {
    text-decoration: none;
  }

  .highlight {
    font-weight: 700;
  }

  .gridDestroy {
    float: left;
    width: 100%;
  }

  [class*="grid"] [class*="ce_"],
  [class*="grid"] [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  .completeSelectorLink a {
    background-color: #0770b0;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-decoration: none;
  }

  .completeSelectorLink a:hover {
    background-color: #4d4d4d;
  }

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

  .ce_text.centerText h3 {
    font-size: 42px;
  }

  #main .mod_dlh_googlemaps {
    display: block;
    float: left;
    height: 330px;
    width: 100%;
  }

  #main .mod_sitemap ul {
    list-style-type: none;
  }

  #main .mod_sitemap ul.level_1 li {
    float: left;
    line-height: 1.7em;
    width: 100%;
  }

  #main .mod_sitemap a {
    text-decoration: none;
  }

  #main .mod_sitemap .level_1 a.submenu {
    font-weight: 700;
  }

  #main .mod_sitemap .level_2 a.submenu {
    font-weight: 300;
  }

  #main .mod_sitemap li.submenu {
    margin-bottom: 20px;
  }

  #main .mod_sitemap .level_2 li.submenu {
    margin-bottom: 0;
    margin-top: 0;
  }

  #headerNavigation {
    background-image: url(../img/bg_nav_main_blue.b6a3b245..png);
    background-repeat: repeat;
    float: left;
    height: 50px;
    position: fixed;
    top: 99px;
    width: 100%;
    z-index: 150;
  }

  #headerNavigation .block {
    overflow: unset;
  }

  #headerNavigation .insideNavigation {
    margin-left: auto;
    margin-right: auto;
  }

  #headerNavigation .mod_navigation {
    float: left;
  }

  #headerNavigation .mod_navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #headerNavigation .mod_navigation>ul>li {
    float: left;
  }

  #headerNavigation .mod_navigation>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul a,
  #headerNavigation .mod_navigation>ul span {
    color: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
  }

  #headerNavigation .mod_navigation>ul>li>a,
  #headerNavigation .mod_navigation>ul>li>span {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  #headerNavigation .mod_navigation>ul.level_1 li:hover {
    background-color: #0770b0;
    color: #fff;
  }

  #headerNavigation .mod_navigation>ul>li>a.trail,
  #headerNavigation .mod_navigation>ul>li>span {
    border-bottom: 3px solid #fff;
    height: 47px;
  }

  #headerNavigation .mod_navigation>ul>li:hover>ul,
  #headerNavigation .mod_navigation>ul>li>ul.maintainHover {
    display: block;
    position: absolute;
  }

  #headerNavigation .mod_navigation .navigationProducts ul.level_2 {
    left: 50%;
    margin-left: -490px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li {
    position: relative;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a,
  #headerNavigation .mod_navigation>ul>li>ul>li span {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 20px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.navigationBorderTop,
  #headerNavigation .mod_navigation>ul>li>ul>li span.navigationBorderTop {
    border-top: 1px solid #fff;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    padding-right: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.fallbackGerman:before {
    content: url(../img/flagge_deutschland_navi.8fcdd24c..jpg);
    padding-right: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul,
  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul {
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.submenu,
  #headerNavigation .mod_navigation>ul>li>ul>li span.submenu {
    background-image: url(../img/icon_submenu.6a8fdb76..png);
    background-position: 100%;
    background-repeat: no-repeat;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.trail,
  #headerNavigation .mod_navigation>ul>li>ul>li a:hover,
  #headerNavigation .mod_navigation>ul>li>ul>li span {
    background-color: #0770b0;
    color: #fff;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li {
    position: relative;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li:hover>ul,
  #headerNavigation .mod_navigation>ul>li>ul>li ul.maintainHover_sub {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li:hover>ul,
  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul.maintainHover_sub_sub {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }

  #headerNavigation .searchButton {
    background-image: url(../img/icon_search.1fb2b510..png);
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 50px;
    margin-right: 20px;
    width: 27px;
  }

  #headerNavigation .searchBox {
    background-image: url(../img/bg_black_65.dc41b4de..png);
    background-repeat: repeat;
    display: none;
    float: right;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 10px 20px;
  }

  #headerNavigation .searchBox .widget-text,
  #main .mod_search .widget-text {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    width: 840px;
  }

  #main .mod_search .widget-text input[type="search"] {
    width: 100%;
  }

  #headerNavigation .searchBox .widget-submit,
  #main .mod_search .widget-submit {
    float: left;
    margin-bottom: 0;
    width: 90px;
  }

  #headerNavigation .searchBox .widget-submit button,
  #main .mod_search .widget-submit button {
    height: 30px;
    width: 100%;
  }

  #headerNavigation .searchBox.active {
    display: block;
  }

  #headerNavigation .searchBox a,
  #headerNavigation .searchBox span {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #headerNavigation .searchBox a:hover,
  #headerNavigation .searchBox span {
    text-decoration: underline;
  }

  #headerNavigation .searchBox input.text {
    height: 30px;
  }

  #headerNavigation .searchBox input.submit {
    float: right;
    height: 30px;
    width: 90px;
  }

  .sliderbox.mod_article [class*="ce_"],
  .sliderbox.mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #outerWrapperBox {
    float: left;
    margin-top: 174px;
    width: 100%;
  }

  #wrapper {
    background-color: #fff;
  }

  .mod_breadcrumb {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mod_breadcrumb li {
    color: #ccc;
    float: left;
    list-style-type: none;
  }

  .mod_breadcrumb p.youAreHere {
    color: #ccc;
    float: left;
    margin-bottom: 0;
  }

  .mod_breadcrumb li a,
  .mod_breadcrumb li span {
    color: #ccc;
  }

  .mod_breadcrumb li:before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
  }

  .mod_breadcrumb li.first {
    display: none;
  }

  .image_container {
    display: table;
  }

  .centerText .image_container {
    display: inline-block;
  }

  .image_container img {
    display: block;
    width: 100%;
  }

  .ce_table table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
  }

  .ce_table td,
  .ce_table th {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .ce_table.tableArrows td:before {
    content: "▶";
    float: left;
  }

  .ce_table th {
    background-color: #0770b0;
    color: #fff;
    font-weight: 400;
  }

  .ce_table tbody td,
  .ce_table thead th {
    text-align: center;
  }

  .ce_table thead th.col_first {
    text-align: left;
  }

  .ce_table tbody th {
    background-color: #ccc;
    color: #4d4d4d;
    width: 32%;
  }

  .ce_table.tableGreen th.head_1 {
    background-color: #00862d;
  }

  .ce_table.tableGreen td.col_1 {
    background-color: #d0efd3;
  }

  .galleria-theme-classic {
    background-color: #f7f7f7 !important;
  }

  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    background-color: #fff !important;
    border-color: #ccc !important;
  }

  .linkID,
  .noClick {
    cursor: default;
  }

  #header .mobile_logo,
  #header .mobile_logo_ru {
    display: none;
  }

  .boxBGblue .image_container figcaption {
    color: #4d4d4d;
    margin-left: 0;
  }

  .boxBGgrey p {
    font-size: 14px;
  }

  .boxBGblue {
    background-color: #0071a6;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
  }

  .boxBGblue.grid6 {
    width: 440px;
  }

  .boxBGblue.grid12 {
    width: 920px;
  }

  .boxBGgrey .image_container figcaption {
    margin-left: 0;
    padding-left: 0;
  }

  .boxBGblue p {
    font-size: 16px;
    padding-left: 10px;
  }

  .boxBGblue .image_container figcaption {
    margin-bottom: 0;
  }

  .ce_galerie {
    border-color: #4d4d4d;
    margin-bottom: 20px;
  }

  #main .layout_full .datum {
    display: none;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    padding-left: 2px;
    width: 100%;
  }

  .mod_article [class*="event_"]>*,
  .mod_article [class*="layout_"]>* {
    margin-left: 10px;
    margin-right: 10px;
  }

  #specialApplicationsHeader {
    float: left;
    margin-top: -630px;
    width: 100%;
  }

  #specialApplicationsHeader h1 {
    border: none;
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .ce_accordion {
    margin-bottom: 1px;
  }

  .ce_accordion .ui-accordion-content div {
    background-color: #f7f7f7;
    margin-bottom: 1px;
    padding: 5px 5px 0;
  }

  #mobileMenuHeader,
  .navigationButton {
    display: none;
  }

  .specialContactBox .contactButton.active h3:after,
  .specialContactBox .contactButton:hover h3:after {
    content: "▼";
  }

  .specialContactBox .contactButton h3,
  .specialContactBox .contactButton p {
    margin-bottom: 0;
    margin-top: 0;
  }

  .specialContactBox .contactLine a,
  .specialContactBox .contactLine p {
    width: 378px;
  }

  .ce_accordion .toggler {
    background-color: #0770b0;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
  }

  .ce_accordion .ui-accordion-content div .image_container {
    margin-bottom: 10px;
  }

  .ce_accordion .ui-accordion-content div .image_container figcaption {
    background-color: #ccc;
    margin-bottom: 0;
  }

  .ce_accordion .toggler.ui-accordion-header-active,
  .ce_accordion .toggler:hover {
    background-color: #4d4d4d;
  }

  .ce_accordion .toggler:after {
    content: "▸";
    float: right;
  }

  .ce_accordion .toggler.ui-accordion-header-active:after,
  .ce_accordion .toggler:hover:after {
    content: "▾";
  }

  #secondSliderContentHeader {
    float: left;
    height: 500px;
    width: 100%;
  }

  #main ul {
    list-style-type: disc;
    padding-left: 22px;
  }

  #main ul.blueDots {
    color: #0770b0;
  }

  #main ul.blueDots span.greyText {
    color: #4d4d4d;
  }

  #contentMain .contactBoxLeft,
  #main .contactBoxLeft {
    width: 680px;
  }

  #contentMain .contactBoxLeft p,
  #main .contactBoxLeft p {
    font-size: 18px;
    padding-left: 10px;
  }

  #main .contactGlobal {
    border: 1px solid #fff;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
    width: 208px;
  }

  #header .mobileMenuButtonClosed,
  #header .mobileMenuButtonOpened,
  #header .Subsidiaries_and_Language_Button,
  a.back-to-top {
    display: none;
  }

  #specialContentHeader {
    float: left;
    /* margin-top: -245px; */
    position: relative;
    width: 100%;
    z-index: 100;
  }

  img.lazy {
    display: block;
    height: 450px;
    width: 700px;
  }

  #headerPadding {
    float: left;
    height: 140px;
    width: 100%;
  }

  .tabelle_center {
    color: #0069cc;
    float: left;
    text-align: center;
    width: 100%;
  }

  #header {
    background-color: #fff;
    float: left;
    height: 70px;
    position: fixed;
    top: 29px;
    width: 100%;
    z-index: 150;
  }

  .ce_contentTeaserBox .ce_hyperlink {
    height: 165px;
    margin-top: -165px !important;
  }

  .ce_contentTeaserBox.grid3 .ce_hyperlink a {
    width: 180px;
  }

  .ce_contentTeaserBox.grid6 .ce_hyperlink a {
    width: 420px;
  }

  .ce_contentTeaserBox {
    float: left;
    margin-bottom: 15px !important;
  }

  .ce_contentTeaserBox [class*="ce_"],
  .ce_contentTeaserBox [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  .ce_contentTeaserBox .ce_hyperlink a {
    color: #fff;
    display: table-cell;
    height: 150px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    vertical-align: bottom;
  }

  #header .insideCenter {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #header #logoWrapper {
    float: left;
    height: 61px;
    /* padding-left: 10px; */
    padding-top: 10px;
    /* width: 221px */
  }

  #header #logoWrapper,
  #header #logoWrapper a,
  #header #logoWrapper img {
    float: left;
    height: 50px;
    margin-bottom: 2px;
    /* width: 221px */
  }

  #header #tagline,
  #header #tagline a,
  #header #tagline img {
    float: left;
    height: 9px;
    /* width: 221px */
  }

  #header #globalSettings {
    cursor: pointer;
    float: right;
    font-size: 12px;
    /* padding-right: 10px; */
    /* padding-top: 10px; */
    width: 125px;
  }

  #header #globalSettings .block {
    overflow: visible;
  }

  #header #globalSettings .subsidiariesBtn {
    background-image: url(../img/icon_world.1fdb6d95..png);
    background-position: 0;
    background-repeat: no-repeat;
    border-right: 1px solid;
    border-color: #ccc;
    float: right;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 10px;
  }

  #header #globalSettings .mod_changelanguage li {
    display: none;
  }

  #header #globalSettings .mod_changelanguage li.active {
    display: block;
  }

  #header #globalSettings .mod_changelanguage span {
    float: right;
    line-height: 15px;
    padding-top: 7px;
  }

  #header #globalSettings .mod_changelanguage span img {
    float: left;
    height: auto;
    padding-right: 5px;
    width: 30px;
  }

  #headerNavigation .insideNavigation {
    width: 980px;
  }

  #headerNavigation .mod_navigation {
    width: 1050px;
  }

  #headerNavigation .mod_navigation>ul>li>a,
  #headerNavigation .mod_navigation>ul>li>span {
    font-size: 18px;
  }

  .landingpageNaviSmaler #headerNavigation .mod_navigation>ul>li>a,
  .landingpageNaviSmaler #headerNavigation .mod_navigation>ul>li>span {
    font-size: 16px;
  }

  #headerNavigation .mod_navigation .navigationTopTesting ul.level_3 {
    margin-top: -206px;
  }

  #headerNavigation .mod_navigation .navigationTopPhotovoltaik ul.level_3 {
    margin-top: -150px;
  }

  #headerNavigation .searchBox {
    width: 950px;
  }

  #headerNavigation .searchBox input.text {
    width: 840px;
  }

  #specialContentHeader .tabs-list {
    background-image: url(../img/bg_nav_tab_menu.558b4125..png);
    background-position: top;
    background-repeat: repeat-x;
    float: left;
    height: 69px;
    position: relative;
    width: 980px;
    z-index: 10;
  }

  #specialContentHeader ul.tabs-list {
    margin-bottom: 0;
  }

  #specialContentHeader .tabs-list li a {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 69px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  #specialContentHeader .tabs-list li.current a,
  #specialContentHeader .tabs-list li a:hover {
    background-image: url(../img/icon_tab_active.93fc596a..png);
    background-position: bottom;
    background-repeat: no-repeat;
  }

  #specialContentHeader #tab-menu .content h4,
  #specialContentHeader .tabs-list li .current-info {
    display: none;
  }

  #specialContentHeader #tab-menu .content .tabbody {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    margin-top: -19px;
    min-height: 250px;
    padding: 0;
    padding: 30px 10px 0;
  }

  #specialContentHeader #tab-menu .content h1,
  #specialContentHeader #tab-menu .content h2,
  #specialContentHeader #tab-menu .content h3,
  #specialContentHeader #tab-menu .content h4,
  #specialContentHeader #tab-menu .content h5,
  #specialContentHeader #tab-menu .content h6 {
    margin-top: 0;
  }

  #main #tab-menu .content h4 {
    display: none;
  }

  #main #tab-menu .content {
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-top-color: #f7f7f7;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    margin-top: -19px;
    min-height: 250px;
    padding: 20px 10px;
    width: 100%;
  }

  #main #tab-menu .content h1,
  #main #tab-menu .content h2,
  #main #tab-menu .content h3,
  #main #tab-menu .content h4,
  #main #tab-menu .content h5,
  #main #tab-menu .content h6 {
    margin-top: 0;
  }

  #specialContentHeader .insideSpecial .ce_accessible_tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .ce_accordion.ce_accordionSingle .ui-accordion-content div {
    float: left;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #specialContentHeader .insideSpecial {
    left: 50%;
    margin-left: -490px;
    position: relative;
    width: 980px;
  }

  .sliderbox .sliderInnerContentWrapper {
    /* margin-top: 235px; */
    /* background-image: url(../img/bg_black_75.ce0b18d0..png); */
    /* background-repeat: repeat; */
    /* left: 50%; */
    /* margin-left: -490px; */
    /* margin-top: 470px; */
    background-color: #00000075;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    width: 990px;
    z-index: 50;
    border-radius: 5px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderInnerContentWrapperText {
    display: table-cell;
    height: 130px;
    vertical-align: middle;
  }

  .sliderbox .sliderInnerContentWrapper .sliderHeadline h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    width: 860px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderHeadline a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .sliderbox .sliderInnerContentWrapper .sliderTeaser {
    color: #fff;
    width: 670px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderTeaser p {
    margin-bottom: 0;
    color: #fff;
  }

  .sliderbox .sliderInnerContentWrapper .sliderTeaser a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .sliderbox .sliderInnerContentWrapper .sliderProductPicture {
    height: 300px;
    left: 50%;
    margin-left: 170px;
    position: absolute;
    top: -280px;
    width: 300px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderProductPicture img {
    height: 300px;
    width: 300px;
  }

  #specialApplicationsHeader .insideSpecialApplication {
    left: 50%;
    margin-left: -490px;
    position: relative;
    width: 980px;
    z-index: 50;
  }

  #specialApplicationsHeader .insideSpecialApplication .mod_article [class*="ce_"],
  #specialApplicationsHeader .insideSpecialApplication .mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #specialApplicationsHeader .insideSpecialApplication .headline {
    background-image: url(../img/bg_black_65.dc41b4de..png);
    background-repeat: repeat;
    display: table-cell;
    height: 130px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    width: 940px;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text h1 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
    width: 860px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    margin-bottom: 0;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text p {
    color: #fff;
    margin-bottom: 0;
    width: 860px;
  }

  #specialApplicationsHeader .applicationSlider {
    background-color: #0770b0;
    display: none;
    width: 980px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox {
    color: #fff;
    float: left;
    height: 240px;
    width: 980px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationPictureBox,
  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox {
    float: left;
    height: 200px;
    width: 490px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxInBottom .applicationTextBox {
    float: right;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxInBottom .applicationPictureBox {
    float: left;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxOnTop .applicationTextBox {
    position: relative;
    z-index: 10;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox {
    font-size: 15px;
    height: 200px;
    padding: 20px;
    width: 450px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox .applicationTextBox {
    padding: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox p {
    margin-bottom: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  #specialApplicationsHeader .applicationSlider .applicationIconBox {
    background-image: url(../img/icon_applications_middle.8ae85cc1..png);
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    height: 56px;
    margin-left: 439px;
    margin-top: 189px;
    position: absolute;
    width: 56px;
    z-index: 5;
  }

  #specialApplicationsHeader .applicationSlider.active {
    display: block;
  }

  #sliderContentHeader {
    float: left;
    padding-top: 75px;
    height: 500px;
    width: 100%;
  }

  .sliderbox .slides_dma {
    background: no-repeat 50%;
    background-size: cover;
    height: 694px;
    width: auto;
  }

  .sliderbox.sliderBoxSmall,
  .sliderbox.sliderBoxSmall .slides_dma {
    height: 500px;
  }

  .sliderbox.sliderBoxSmall .sliderInnerContentWrapper {
    margin-top: 370px;
  }

  .sliderbox {
    display: none;
    float: left;
    height: 700px;
    width: 100%;
  }

  .sliderbox.active {
    display: block;
  }

  .ce_accordion.ce_accordionSingle .ui-accordion-content div {
    width: 920px;
  }

  .ce_accordion .ce_table td {
    background-color: #fff;
  }

  .ce_metamodels_frontendfilter label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;
  }

  .serviceTeaserBox {
    position: relative;
    text-align: center;
  }

  .serviceTeaserBox .image_container {
    display: inline-block;
    text-align: center;
  }

  .serviceTeaserBox .caption {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    color: #fff;
    display: none;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    top: 0;
    width: 90%;
  }

  .serviceTeaserBox .caption li {
    list-style-position: inside;
    list-style-type: disc;
  }

  .serviceTeaserBox .caption a {
    color: #fff;
    padding: 130px 20px 30px;
    text-decoration: none;
  }

  .serviceTeaserBox.descriptionBigger .descriptionBox {
    font-size: 32px;
    font-weight: 500;
  }

  #main #tab-menu .content .grid6 {
    width: 439px;
  }

  #main #tab-menu .content .grid12 {
    width: 898px;
  }

  #footer {
    background-color: #4d4d4d;
    float: left;
    /* margin-top: 50px; */
    width: 100%;
  }

  #footer .footerNavigationBoxWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #footer .footerNavigationBox .firstFooterNavigationBox {
    border-bottom: 1px solid #fff;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 40px;
    width: 960px;
  }

  #footer .footerNavigationBox .mod_customnav {
    float: left;
    padding-top: 70px;
    width: 400px;
  }

  #footer .footerNavigationBox .mod_customnav li {
    float: left;
  }

  #footer .footerNavigationBox .mod_customnav a,
  #footer .footerNavigationBox .mod_customnav strong {
    border-right: 1px solid #fff;
    color: #fff;
    float: left;
    font-weight: 300;
    margin-right: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  #footer .footerNavigationBox .mod_customnav a.last,
  #footer .footerNavigationBox .mod_customnav span.last {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }

  #footer .footerNavigationBox .topLink {
    background-image: url(../img/icon_anker_top.4b973b3c..png);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    padding-top: 70px;
    text-align: center;
    width: 160px;
  }

  #footer .footerNavigationBox .certificatesBox {
    color: #fff;
    float: right;
    padding-top: 51px;
    text-align: right;
    width: 400px;
  }

  #footer .footerNewsBox {
    background: #ccc url(../img/bg_footer_grey_future.16978666..jpg) 50% no-repeat;
    background-size: cover;
    /* float: left; */
    /* width: 100%; */
  }

  #footer .footerNewsBox .footerNewsBoxWrapper {
    left: 50%;
    margin-left: -480px;
    position: relative;
    width: 960px;
  }

  #footer .footerNewsBox .newsBoxThree .image_container {
    background-image: url(../img/logo_benning_news_empty.d40b10f8..png);
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    min-height: 160px;
    padding-right: 20px;
    width: 220px;
  }

  #footer .footerNewsBox .newsBoxThree h3 {
    border-bottom: 1px solid;
    border-color: #4d4d4d;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .newsBoxThree .layout_latest {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  #footer .footerNewsBox .newsBoxThree .layout_latest.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #footer .footerNewsBox .newsBoxThree .image_container img {
    width: 220px;
  }

  #footer .footerNewsBox .newsBoxThree .teaserText {
    color: #4d4d4d;
    display: block;
    float: right;
    width: 220px;
  }

  #footer .footerNewsBox .newsBoxThree .teaserText a {
    color: #4d4d4d;
    text-decoration: none;
  }

  #footer .footerNewsBox .newsBoxThree .readMoreBox {
    float: right;
    width: 220px;
  }

  #footer .footerNewsBox .newsBoxThree .readMoreBox p.more {
    float: left;
  }

  #footer .footerNewsBox .newsBoxThree .readMoreBox p.more a {
    text-decoration: none;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist {
    margin-bottom: 20px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo h3 {
    border-bottom: 1px solid;
    border-color: #4d4d4d;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .image_container {
    margin-bottom: 20px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .mime_icon,
  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload img {
    float: left;
    padding-right: 10px;
    width: 18px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfViewerContainer {
    margin-top: 10px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv {
    border-color: currentcolor #ccc #ccc;
    border-top: 1px solid #ccc;
    float: left;
    padding-top: 10px;
    width: 220px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload a,
  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv a {
    text-decoration: none;
  }

  .powerNewsBoxTwofooter .footerNewsBox .readMoreBox p.info {
    float: left;
    font-weight: 400;
  }

  #footer .footerNewsBox .newsBoxThree p.info {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox {
    width: 220px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .powernewsBox a {
    background-color: #0770b0;
    background-image: url(../img/icon_powernews_cursor.9b394d6d..png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 20px 80px 20px 20px;
    text-decoration: none;
    width: 120px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .powernewsBox img {
    height: 160px;
    width: 220px;
  }

  #footer .footerNavigationBox {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive {
    background-color: #4d4d4d;
    color: #fff;
    min-height: 625px;
  }

  #footer .footerNewsBox .exhibitionBoxFive h4 {
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
  }

  #footer .footerNewsBox .exhibitionBoxFive h4 a {
    color: #fff;
    text-decoration: none;
  }

  #footer .footerNewsBox .exhibitionBoxFive p.location {
    font-size: 14px;
    margin-bottom: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive p.info {
    font-size: 14px;
    padding-bottom: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .exhibitionBoxFive .event {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .exhibitionBoxFive .moreExhibitions a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
  }

  #footer .pdfIconContainer {
    float: left;
    width: 150px;
  }

  #footer .pdfIconContainer img {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 2px;
  }

  .ie8 .pdfViewerContainer,
  .ie9 .pdfViewerContainer {
    display: none;
  }

  #footer .pdfViewerContainer {
    float: left;
    width: 220px;
  }

  #footer .pdfViewerContainer img {
    height: 23px;
    margin-bottom: -5px;
    margin-right: 7px;
    width: auto;
  }

  #footer .pdfViewerContainer a {
    line-height: 23px;
    text-decoration: none;
  }

  #footer .social_media_icons {
    display: none;
  }

  #footer .copyright {
    color: #fff;
    float: left;
    width: 960px;
  }

  #footer .copyright span,
  #footer .ru_startpage_copyright {
    color: #fff;
    float: right;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
  }

  #footer .webdesign a {
    color: #575757;
    float: right;
    padding-top: 20px;
    text-align: right;
    text-decoration: none;
    width: 960px;
  }

  #mainDropdownComplete .insideMainDropdownComplete {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #mainDropdownComplete {
    background-color: #f7f7f7;
    bottom: 0;
    height: 120px;
    left: 0;
    position: fixed;
    right: 0;
    top: -565px;
    width: 100%;
    z-index: 1000;
  }

  #mainDropdownComplete .mod_changelanguage a,
  #mainDropdownComplete .mod_changelanguage span {
    color: #4d4d4d;
    float: left;
    font-size: 14px;
    height: 35px;
    text-decoration: none;
    width: 110px;
  }

  #mainDropdownComplete .mod_changelanguage .lang-sg a,
  #mainDropdownComplete .mod_changelanguage .lang-sg span {
    width: 220px;
  }

  #mainDropdownComplete .mod_changelanguage img {
    font-size: 7px;
    height: auto;
    margin-bottom: -3px;
    position: relative;
    width: 22px;
  }

  #mainDropdownComplete .mod_changelanguage a:hover,
  #mainDropdownComplete .mod_changelanguage span {
    color: #0770b0;
  }

  #mainDropdownComplete .mod_changelanguage span.noLanguageTranslation {
    color: #ccc;
  }

  #mainDropdownComplete .mod_changelanguage span.noLanguageTranslation img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

  #mainDropdownComplete .mod_changelanguage .lang-ro {
    display: none;
  }

  #mainDropdownComplete .mod_dlh_googlemaps {
    display: block;
    float: left;
    height: 330px;
    margin-bottom: 20px;
    width: 100%;
  }

  #mainDropdownComplete .insideMainDropdownCompleteCloseBox {
    background-image: url(../img/btn_cross_40_40.0be42ad8..png);
    background-position: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
  }

  #mainDropdownComplete .insideMainDropdownComplete .fallbackMap {
    float: left;
    height: 330px;
    margin-bottom: 20px;
    width: 700px;
  }

  #mainDropdownComplete .subsidiariesBtn {
    background-color: #ccc;
    background-image: url(../img/icon_arrow_left_50_50.48f9ffd8..png);
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 680px;
  }

  #mainDropdownComplete .subsidiariesBox {
    background-color: #ccc;
    display: none;
    float: left;
    height: 310px;
    padding: 20px;
    position: absolute;
    width: 660px;
  }

  #mainDropdownComplete .subsidiariesBox .content li a,
  #mainDropdownComplete .subsidiariesBox .content li span {
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    width: 220px;
  }

  #mainDropdownComplete .subsidiariesBox.active {
    display: block;
  }

  #mainDropdownComplete .subsidiariesBox .content .tabhead,
  #mainDropdownComplete .subsidiariesBox .current-info {
    display: none;
  }

  #mainDropdownComplete .subsidiariesBox .tabs-list li a {
    border-right: 1px solid;
    border-color: #4d4d4d;
    color: #4d4d4d;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  #mainDropdownComplete .subsidiariesBox .tabs-list li.current a {
    color: #0770b0;
  }

  #mainDropdownComplete .subsidiariesBox .tabs-list li.last a {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }

  #main .tabs-list {
    background-color: #f7f7f7;
    float: left;
    height: 69px;
    margin-top: 20px;
    width: 100%;
  }

  #main ul.tabs-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  #main .tabs-list li {
    float: left;
    list-style-type: none;
  }

  #main .tabs-list-w25 .tabs-list li {
    text-align: center;
    width: 25%;
  }

  #main .tabs-list-w50 .tabs-list li {
    text-align: center;
    width: 50%;
  }

  #main .tabs-list-w25 li a,
  #main .tabs-list-w50 li a {
    display: block;
    float: none !important;
    padding: 0 !important;
  }

  #main .tabs-list-w25 .content,
  #main .tabs-list-w50 .content {
    background: #dbdbdb !important;
    border-color: #dbdbdb !important;
  }

  #main .tabs-list li a {
    color: #4d4d4d;
    float: left;
    font-size: 16px;
    height: 69px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  #main .tabs-list li.current a,
  #main .tabs-list li a:hover {
    background-image: url(../img/icon_tab_active_grey2.ef8bf145..png);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50;
  }

  #main .tabs-list li .current-info {
    display: none;
  }

  #mainDropdownComplete .subsidiariesBtn.active,
  #mainDropdownComplete .subsidiariesBtn:hover {
    background-color: #0770b0;
    background-image: url(../img/icon_arrow_top_50_50.c27409a2..png);
    color: #fff;
  }

  .float_right {
    margin-left: 20px;
  }

  .float_left {
    margin-right: 20px;
  }

  #main .newsletterBox .image_container,
  #main .serviceBox .image_container {
    border: 1px solid #ccc;
    float: right;
    width: 228px;
  }

  #main .newsletterBox.grid3,
  #main .serviceBox.grid3 {
    float: right;
  }

  #main .mod_newslist .layout_latest .image_container {
    background-image: url(../img/logo_benning_news_empty.d40b10f8..png);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    min-height: 130px;
    padding-bottom: 20px;
    width: 220px;
  }

  #main .mod_eventlist .layout_latest,
  #main .mod_newslist .layout_latest {
    border-color: currentcolor #ccc #ccc;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
  }

  #main .mod_eventlist .layout_latest p.info,
  #main .mod_newslist .layout_latest p.info {
    font-size: 12px;
    margin-bottom: 0;
  }

  #main .mod_eventlist .layout_latest h2,
  #main .mod_newslist .layout_latest h2 {
    margin-top: 0;
  }

  #main .mod_newslist h6 {
    background-color: #0770b0;
    color: #fff;
    margin-top: 0;
    padding: 5px 20px;
  }

  #main .mod_eventlist .layout_latest .image_container {
    padding-bottom: 20px;
  }

  #main .mod_eventlist .layout_latest h2 a {
    text-decoration: none;
  }

  #main .mod_eventlist .layout_latest h2 {
    margin-bottom: 0;
  }

  #main .ce_gallery ul {
    list-style-type: none;
    padding-left: 0;
  }

  #main .ce_gallery li {
    margin-right: 10px;
  }

  #main .ce_gallery li.col_last {
    margin-right: 0;
  }

  #main .ce_gallery.productIcons {
    margin-bottom: 20px;
  }

  #main .ce_gallery.productIcons li {
    margin-right: 5px;
    margin-top: 5px;
  }

  #main .ce_download a,
  #main .ce_downloads a,
  #main .ce_hyperlink a {
    margin-bottom: 10px;
  }

  #main .ce_hyperlink a {
    border: 1px solid #ccc;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }

  #main .ce_hyperlink a:before {
    content: "☍ ";
  }

  #main .ce_download a,
  #main .ce_downloads a {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 10px 20px 10px 14px;
    text-decoration: none;
  }

  #main .ce_download img,
  #main .ce_downloads img {
    float: left;
    padding-top: 2px;
  }

  #main .ce_download a:hover,
  #main .ce_downloads a:hover {
    background-color: #ccc;
  }

  #main .ce_downloads .date {
    color: red;
  }

  #main .ce_youtube {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #main ol {
    padding-left: 30px;
  }

  #main #prodctRegister table {
    float: left;
    width: 940px;
  }

  #main #prodctRegister .widget {
    margin-bottom: 10px;
  }

  #main #prodctRegister .field100,
  #main #prodctRegister .field100 input {
    float: left;
    width: 940px;
  }

  #main #prodctRegister .field50 {
    width: 460px;
  }

  #main #prodctRegister .explanation {
    clear: both;
  }

  #main #prodctRegister .fieldLeft {
    float: left;
    margin-right: 10px;
  }

  #main #prodctRegister .fieldRight {
    float: right;
    margin-left: 10px;
  }

  #main #prodctRegister .productGroup {
    float: left;
    width: 940px;
  }

  #main #prodctRegister .widget-pagebreak button {
    background-color: #0770b0;
    background-image: none;
    color: #fff;
    padding: 2px 5px;
  }

  .pagination {
    background-color: #f7f7f7;
    float: left;
    padding: 10px 20px 20px;
    width: 900px;
  }

  .pagination p {
    font-weight: 400;
  }

  .pagination ul {
    padding-left: 0 !important;
  }

  .pagination li {
    float: left;
    list-style-type: none;
  }

  .pagination a,
  .pagination strong {
    color: #fff;
    margin-right: 10px;
    padding: 3px 20px;
    text-decoration: none;
  }

  .pagination a {
    background-color: #0770b0;
  }

  .pagination strong {
    background-color: #ccc;
  }

  .pagination a:hover {
    background-color: #4d4d4d;
  }

  .tabbody {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  #main .figcaptionGrau {
    background-color: #f7f7f7;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  #main .figcaptionGrau p {
    margin-bottom: 0;
  }

  .warning {
    color: red;
  }

  #box_grey {
    background-color: #ebebeb;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
  }

  .ce_form table td {
    float: left;
    width: 100%;
  }

  .insideMainDropdownCompleteRightBox .languageNewsBox {
    display: none;
  }

  .insideMainDropdownCompleteRightBox .languageNormalBox,
  .newsPageLanguageFallback .insideMainDropdownCompleteRightBox .languageNewsBox {
    display: block;
  }

  .newsPageLanguageFallback .insideMainDropdownCompleteRightBox .languageNormalBox {
    display: none;
  }

  .badgesText {
    font-size: 10px;
  }

  .productTeaserText {
    font-size: 0.8em;
  }

  .productTeaserText h2 {
    margin-top: 0;
  }

  .productTeaserText .price+.ce_text p {
    font-size: 0.7em;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li a,
  .mobile_menu .ce_accessible_tabs .mod_navigation li span {
    border-bottom: 0;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation .level_1 a,
  .mobile_menu ce_accessible_tabs .mod_navigation .level_1 li span {
    padding-left: 0;
    text-indent: 2%;
  }

  .mobile_menu {
    background-color: #ccc;
    box-shadow: none !important;
    box-sizing: border-box;
    margin-top: 99px;
    padding: 2%;
    z-index: 9999 !important;
  }

  .mobile_menu .searchBox {
    overflow: hidden;
  }

  .mobile_menu .groupLink {
    display: none;
  }

  .mobile_menu>.inner {
    background-color: #ccc;
    height: 100%;
  }

  .mobile_menu .mod_search {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  .mobile_menu .mod_search h1 {
    display: none;
  }

  .mobile_menu .mod_search .widget-submit button {
    height: 41px;
    width: 100%;
  }

  .mobile_menu .mod_search .widget-text {
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    width: 80%;
  }

  .mobile_menu .mod_search .widget-text input {
    width: 100%;
  }

  .mobile_menu .mod_search .widget-submit {
    float: left;
    margin-bottom: 0;
    width: 18%;
  }

  .mobile_menu #globalSettingsMobile {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage {
    background-color: #f7f7f7;
    height: fit-content;
    margin-bottom: 2%;
    padding: 2%;
    width: calc(50% - 3rem);
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage a,
  .mobile_menu #globalSettingsMobile .mod_changelanguage span {
    color: #000;
    font-size: 1.1em;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage span:after {
    color: #000;
    content: "▾";
    float: right;
    font-size: 2.3rem;
    line-height: 20px;
    margin-right: 2%;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li {
    display: none;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li.active {
    display: block !important;
  }

  .mobile_menu .mod_changelanguage img {
    float: left;
    height: 28px;
    line-height: 25px;
    margin-right: 2%;
    width: auto;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage img {
    margin-right: 4%;
    margin-top: -2%;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation {
    margin-bottom: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li {
    text-indent: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation a {
    background-color: #f7f7f7 !important;
    color: #000;
    font-size: 1.2em !important;
    line-height: 1.7em !important;
    margin-bottom: 0;
    text-decoration: none !important;
  }

  .mobile_menu .mod_navigation {
    float: left;
    margin-bottom: 200px;
    width: 100%;
  }

  .mobile_menu .mod_navigation li {
    float: left;
    position: relative;
    width: 100%;
  }

  .mobile_menu .mod_navigation .level_1 li {
    background-color: #4d4d4d;
  }

  .mobile_menu .mod_navigation .level_2 li {
    background-color: #6b6b6b;
  }

  .mobile_menu .mod_navigation .level_3 li {
    background-color: #8f8b8b;
  }

  .mobile_menu .mod_navigation .level_4 li {
    background-color: #b8b2b2;
  }

  .mobile_menu .mod_navigation li.submenu_hide:after {
    color: #fff;
    content: "▸";
    font-size: 1.4em;
    padding-top: 1%;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
  }

  .mobile_menu .mod_navigation li.submenu_show:after {
    color: #fff;
    content: "▾";
    font-size: 1.4em;
    padding-top: 1%;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
  }

  .mobile_menu .mod_navigation li a,
  .mobile_menu .mod_navigation li span {
    border-bottom: 3px solid;
    border-color: #ccc;
    color: #fff;
    display: block;
    padding-bottom: 2%;
    padding-right: 10%;
    padding-top: 2%;
    text-decoration: none;
  }

  .mobile_menu .mod_navigation li a.trail,
  .mobile_menu .mod_navigation li span {
    background-color: #0770b0;
    color: #fff;
  }

  .mobile_menu .mod_navigation .level_1 a,
  .mobile_menu .mod_navigation .level_1 li span {
    padding-left: 2%;
  }

  .mobile_menu .mod_navigation .level_2 a,
  .mobile_menu .mod_navigation .level_2 li span {
    padding-left: 4%;
  }

  .mobile_menu .mod_navigation .level_3 a,
  .mobile_menu .mod_navigation .level_3 li span {
    padding-left: 6%;
  }

  .mobile_menu .mod_navigation .level_4 a,
  .mobile_menu .mod_navigation .level_4 li span {
    padding-left: 8%;
  }

  .mobile_menu .mobileChangeLanguage {
    background-color: #f7f7f7;
    display: none;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 2%;
  }

  .mobile_menu .mobileChangeLanguage.active {
    display: block;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul {
    display: flex;
    flex-wrap: wrap;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li {
    color: #cbcbcb;
    flex: 0 0 33%;
    line-height: 1.2em;
    padding-bottom: 3%;
    padding-top: 2%;
    width: 33%;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li a {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li.lang-ro {
    display: none !important;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn {
    background-color: #f7f7f7;
    color: #000;
    font-size: 1.1em;
    height: 25px;
    line-height: 28px;
    margin-bottom: 2%;
    padding: 2%;
    width: calc(50% - 1rem);
  }

  .mobile_menu .ce_accessible_tabs {
    background-color: #f7f7f7;
    color: #000;
    display: none;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 2%;
  }

  .mobile_menu .ce_accessible_tabs.active {
    display: block;
  }

  .mobile_menu .ce_accessible_tabs .content h4,
  .mobile_menu .ce_accessible_tabs span {
    display: none;
  }

  .mobile_menu .ce_accessible_tabs ul.tabs-list li {
    border-bottom: 1px solid #000;
    float: left;
    font-size: 1.2em;
    margin-bottom: 1%;
    padding-bottom: 2%;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody {
    display: block !important;
    float: left;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a,
  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a .mm-list>li>span {
    line-height: 1.5em;
    white-space: normal;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn:after {
    color: #000;
    content: "▾";
    float: right;
    font-size: 2.3rem;
    line-height: 20px;
    margin-right: 2%;
  }

  .boxWithImages {
    background-color: #f7f7f7;
    padding: 10px;
    width: 440px;
  }

  .boxWithImages p {
    margin-bottom: 0;
  }

  .boxWithImages ul {
    list-style-position: inside;
    list-style: none;
    padding-left: 96px !important;
  }

  .boxWithImages .image_container {
    margin-bottom: 20px;
  }

  .no-margin-top h3,
  h3.no-margin-top {
    margin-top: 0;
  }
}

@media screen {
  #translate-sitemap .toggler img {
    height: auto;
    width: 30px;
  }

  #translate-sitemap .icon {
    color: #01d300;
    float: left;
    font-size: 25px;
    margin-right: 10px;
  }

  #translate-sitemap .modificationGreen a:after {
    color: #04de00;
    content: "⚒";
    display: inline-block;
    font-size: 24px;
    margin-left: 5px;
  }

  #translate-sitemap .modificationBlack a:after {
    color: #000;
    content: "⚒";
    display: inline-block;
    font-size: 24px;
    margin-left: 5px;
  }

  #translate-sitemap .eins:after {
    content: "1/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap .zwei:after {
    content: "2/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap .drei:after {
    content: "3/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap .vier:after {
    content: "4/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap .fuenf:after {
    content: "5/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap .siebzehn:after {
    content: "17/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap .zweiundzwanzig:after {
    content: "22/";
    display: inline-block;
    margin-left: 5px;
  }

  #translate-sitemap a.translateOrange.fallbackEnglish:after,
  #translate-sitemap a.translateOrange.fallbackGerman:after {
    color: #fea500;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -3px;
    padding-right: 20px;
  }

  .mod_sitemap li.products_tab {
    font-size: 1em;
  }

  #translate-sitemap a.translateBlack:before {
    color: #000;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -3px;
    padding-right: 20px;
  }

  #translate-sitemap a.translateRed:before {
    color: #c50e20;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -3px;
    padding-right: 20px;
  }

  #translate-sitemap a.translateOrange:before {
    color: #fea500;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -3px;
    padding-right: 20px;
  }

  #translate-sitemap a.translateBlue:before {
    color: #057ec5 !important;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -3px;
    padding-right: 20px;
  }

  #translate-sitemap a.translateGreen:before {
    color: #04de00;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -3px;
    padding-right: 20px;
  }

  #translate-sitemap .layout_simple.translateBlack a:before {
    color: #000;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -14px;
    padding-right: 10px;
  }

  #translate-sitemap .layout_simple.translateRed a:before {
    color: #c50e20;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -14px;
    padding-right: 10px;
  }

  #translate-sitemap .layout_simple.translateOrange.fallbackEngiish a:before,
  #translate-sitemap .layout_simple.translateOrange a:before {
    color: #fea500;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -14px;
    padding-right: 10px;
  }

  #translate-sitemap .layout_simple.translateBlue a:before {
    color: #6fc0ff;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -14px;
    padding-right: 10px;
  }

  #translate-sitemap .layout_simple.translateGreen a:before {
    color: #04de00;
    content: "■";
    float: left;
    font-size: 30px;
    margin-top: -14px;
    padding-right: 10px;
  }

  #translate-sitemap .mod_sitemap a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
  }

  #translate-sitemap .mod_sitemap a.fallbackGerman:before {
    content: url(../img/flagge_deutschland_navi.8fcdd24c..jpg);
  }

  #main #translate-sitemap .ce_table td {
    padding: 5px;
  }

  input:not([type]),
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  textarea {
    width: 70%;
  }

  .contenttable {
    background-color: #e3e3e3;
  }

  .contenttable .device {
    background-color: #0770b0;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }

  .contenttable td {
    border: 1px solid #e1e1e1;
    text-align: center;
  }

  .mobile_menu {
    z-index: 999 !important;
  }

  .nav-main_homebutton_content {
    height: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 0;
  }

  #specialContentHeader .dontShow,
  #specialContentHeader .mod_navigation h1 {
    display: none;
  }

  #specialContentHeader .mod_navigation {
    float: left;
  }

  #specialContentHeader .mod_navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #specialContentHeader .mod_navigation>ul>li {
    float: left;
  }

  #specialContentHeader .mod_navigation>ul>li>ul {
    background-color: #fff;
  }

  #specialContentHeader .mod_navigation>ul a,
  #specialContentHeader .mod_navigation>ul span {
    display: block;
    text-decoration: none;
    white-space: nowrap;
  }

  #specialContentHeader .mod_navigation>ul>li>a,
  #specialContentHeader .mod_navigation>ul>li>span {
    font-size: 12px;
    height: 40px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    width: 270px;
  }

  #specialContentHeader .mod_navigation>ul>li:hover>ul {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    display: block;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li a {
    position: relative;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li a,
  #specialContentHeader .mod_navigation>ul>li>ul>li span {
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }

  #specialContentHeader .mod_navigation>ul>li>ul {
    float: left;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li>ul {
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    position: absolute;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li>ul>li>ul {
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li a.trail,
  #specialContentHeader .mod_navigation>ul>li>ul>li a:hover,
  #specialContentHeader .mod_navigation>ul>li>ul>li span {
    background-color: #0770b0;
    color: #fff;
    display: block;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li>ul {
    display: none;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li>ul>li {
    position: relative;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li:hover>ul {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    margin-left: 100px;
    padding-left: 0;
    padding-top: 0;
    z-index: 33333;
  }

  #specialContentHeader .mod_navigation>ul>li>ul>li>ul>li:hover>ul {
    background-color: #fff;
    display: block;
    float: left;
    left: 100%;
    top: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 979px) {
  .boxWithImages {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 10px;
  }

  .boxWithImages p {
    margin-bottom: 0;
  }

  .boxWithImages ul {
    list-style-position: inside;
    list-style: none;
    padding-left: 96px !important;
  }

  .boxWithImages .image_container {
    margin-bottom: 20px;
  }

  .no-margin-top h3,
  h3.no-margin-top {
    margin-top: 0;
  }

  .u-flexbox-container .widget {
    width: 50%;
  }

  .u-flexbox-container .widget input {
    width: 96% !important;
  }

  .field_100 {
    width: 98%;
  }

  .field_100 input {
    width: 100% !important;
  }

  .field_send button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  .field_send button:hover {
    background-color: #0770b0;
    color: #fff;
  }

  #calibrationform .total-added-deivce {
    display: none !important;
  }

  #calibrationform .sum-price {
    margin-bottom: 10px;
  }

  #calibrationform .address_box {
    margin: 10px 0;
  }

  #calibrationform .total-sum-price {
    margin-top: 5px;
  }

  #calibrationform .shipping-info {
    font-size: 14px;
  }

  #calibrationform .kundendaten {
    margin-top: 40px;
  }

  #calibrationform .anzahl {
    width: 80px;
  }

  #calibrationform #template .delete_new_device {
    display: none;
  }

  #calibrationform select.kundendaten {
    margin-top: 0;
  }

  #calibrationform span.mandatory {
    margin-left: 2px;
  }

  #calibrationform .warranty input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  #calibrationform .warranty input[type="radio"]:checked+label {
    background-color: #0770b0;
    color: #fff;
  }

  #calibrationform .widget-text label {
    display: block;
  }

  #calibrationform .widget label,
  #calibrationform .widget legend,
  #calibrationform .widget p.legend {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
  }

  #calibrationform .widget input {
    display: inline-block;
    width: 100%;
  }

  #calibrationform .widget-select select {
    width: 100%;
  }

  #calibrationform #add_new_device,
  #calibrationform .warranty label {
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 5px 0;
    text-align: center;
    width: 48%;
  }

  #calibrationform #add_new_device {
    font-size: 14px;
    width: auto;
  }

  #calibrationform .delete_new_device {
    background: red;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
  }

  #calibrationform #add_new_device {
    background: none;
    background-color: #49c569 !important;
    color: #fff;
    margin-top: 10px;
  }

  #calibrationform [id*="template"] {
    border-bottom: 1px solid #c3c2c2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #calibrationform .widget-checkbox label,
  #calibrationform .widget-radio label {
    font-weight: 300;
  }

  #calibrationform .widget-checkbox input,
  #calibrationform .widget-radio input {
    display: inline-block;
    width: auto;
  }

  #calibrationform .shipping_address span {
    display: block;
  }

  #calibrationform .widget span.mandatory {
    display: inline-block;
    font-size: 14px;
  }

  #calibrationform .warranty label:hover {
    background-color: #0770b0;
    color: #fff;
    cursor: pointer;
  }

  #calibrationform .widget textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }

  #calibrationform .firstname {
    margin-right: 9px;
  }

  #calibrationform .firstname,
  #calibrationform .lastname {
    display: inline-block;
    width: 149px;
  }

  #calibrationform .street {
    display: inline-block;
    margin-right: 9px;
    width: 238px;
  }

  #calibrationform .number {
    display: inline-block;
    width: 60px;
  }

  #calibrationform .postcode {
    display: inline-block;
    margin-right: 9px;
    width: 70px;
  }

  #calibrationform .place {
    display: inline-block;
    width: 228px;
  }

  #calibrationform .widget-submit button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  #calibrationform .widget-submit button:hover {
    background-color: #0770b0;
    color: #fff;
  }

  #calibrationform .widget-explanation.last {
    text-align: right;
  }

  #calibrationform {
    background-color: #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
  }

  #calibrationform .tab {
    background-color: #0770b0;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100%;
  }

  #calibrationform .tab:after {
    content: "+";
    float: right;
    font-weight: 700;
    margin-right: 5px;
  }

  #calibrationform .tab.spannungspruefer.active:after,
  #calibrationform .tab:hover:after {
    content: "−";
  }

  #calibrationform .tab:hover {
    cursor: pointer;
  }

  #calibrationform .ce_table.digital-multimeter,
  #calibrationform .ce_table.digital-stromzangen-multimeter,
  #calibrationform .ce_table.spannungspruefer,
  #calibrationform .ce_table.vde_0100_isolation,
  #calibrationform .ce_table.vde_0126_23_messgeraete,
  #calibrationform .ce_table.vde_0701_0702 {
    display: none;
  }

  #calibrationform .ce_table.digital-multimeter.active,
  #calibrationform .ce_table.digital-stromzangen-multimeter.active,
  #calibrationform .ce_table.spannungspruefer.active,
  #calibrationform .ce_table.vde_0100_isolation.active,
  #calibrationform .ce_table.vde_0126_23_messgeraete.active,
  #calibrationform .ce_table.vde_0701_0702.active {
    display: block;
  }

  #calibrationform .ce_table {
    background: #f7f7f7;
    border: 1px solid #4d4d4d;
    margin: -5px 0 5px;
    padding: 5px;
  }

  #calibrationform table {
    border-spacing: 1px;
    float: none;
    margin: 0;
    width: auto;
  }

  #calibrationform table .head_2,
  #calibrationform table .head_4 {
    width: 70px;
  }

  #calibrationform td,
  #calibrationform th {
    padding: 5px;
    vertical-align: middle;
  }

  #calibrationform table td {
    background: none;
    float: none;
    width: auto;
  }

  #calibrationform .widget input:focus {
    background: #eee;
  }

  .submit_online_seminar {
    display: inline-block;
  }

  .loader {
    animation: load5 1.1s ease infinite;
    border-radius: 50%;
    display: none;
    font-size: 6px;
    height: 1em;
    margin-left: 30px;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 1em;
  }

  @keyframes load5 {

    0%,
    to {
      box-shadow: 0 -2.6em 0 0 #0770b0,
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.5),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.7);
    }

    12.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.7),
        1.8em -1.8em 0 0 #0770b0, 2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.5);
    }

    25% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.5),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.7), 2.5em 0 0 0 #0770b0,
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    37.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.5),
        2.5em 0 0 0 rgba(7, 112, 176, 0.7), 1.75em 1.75em 0 0 #0770b0,
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    50% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.5),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.7), 0 2.5em 0 0 #0770b0,
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    62.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.5),
        0 2.5em 0 0 rgba(7, 112, 176, 0.7), -1.8em 1.8em 0 0 #0770b0,
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    75% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.5),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.7), -2.6em 0 0 0 #0770b0,
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    87.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.5),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.7), -1.8em -1.8em 0 0 #0770b0;
    }
  }

  .image_container.float_above {
    margin-bottom: 20px;
  }

  #aboveHeader {
    background-color: #e6e6e6;
    height: 30px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }

  #aboveHeader .insideAboveHeader {
    margin: 0 auto;
    width: 764px;
  }

  #aboveHeader .social_media_icons {
    float: right;
    margin-top: 6px;
  }

  #aboveHeader .social_media_icons .linkedin,
  #aboveHeader .social_media_icons .youtube {
    float: left;
    margin-right: 4px;
  }

  #aboveHeader .social_media_icons img {
    height: 16px;
    width: auto;
  }

  #aboveHeader .mod_customnav {
    float: right;
    margin: 4px 10px 0 0;
  }

  #aboveHeader .mod_customnav a,
  #aboveHeader .mod_customnav strong {
    color: #4d4d4d;
    font-weight: 300;
    text-decoration: none;
  }

  #aboveHeader .mod_customnav li {
    float: left;
    font-size: 12px;
    line-height: 16px;
  }

  #aboveHeader .mod_customnav li.first {
    display: none;
  }

  #aboveHeader .mod_customnav li:nth-child(2) {
    border-left: 1px solid #4d4d4d;
    margin: 0 5px;
    padding-left: 5px;
  }

  .boxBGblue .image_container figcaption {
    color: #4d4d4d;
    margin-left: 0;
  }

  .boxBGblue {
    background-color: #0071a6;
    color: #fff;
    padding: 10px;
  }

  .boxBGblue.grid6 {
    width: 332px;
  }

  .grid6.boxBGblue {
    margin-bottom: 20px;
  }

  .boxBGblue.grid12 {
    width: 704px;
  }

  .boxBGblue p {
    font-size: 14px;
    padding-left: 10px;
  }

  .boxBGblue .image_container figcaption {
    margin-bottom: 0;
  }

  .gelbeBox {
    background-color: #f4d374;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .gelbeBox .grid6 {
    padding-right: 5px;
  }

  #main .ce_accordion h3.ce_headline.headline {
    font-size: 18px;
    margin: 10px 5px 0;
  }

  .ce_player video {
    vertical-align: bottom;
    width: 100%;
  }

  .cookiebar button {
    font-size: 1em;
    font-weight: lighter;
    height: auto;
    line-height: inherit;
  }

  .cookiebar,
  .cookiebar button {
    -webkit-text-size-adjust: none;
    padding: 0.3em;
  }

  .cookiebar {
    box-sizing: border-box;
    line-height: 1.3em;
    z-index: 33333;
  }

  .cookiebar__message,
  .cookiebar__text {
    -webkit-text-size-adjust: none;
    margin-right: 0 !important;
  }

  .boxContact {
    float: left;
    width: 100%;
  }

  .boxBGgrey {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .boxBGgrey.grid6 {
    width: 332px;
  }

  .boxBGgrey.grid12 {
    width: 704px;
  }

  .marginTopMinus20 {
    margin-top: -20px;
  }

  .marginBottom {
    margin-bottom: 20px;
  }

  .smallPictureText {
    font-size: 9px;
  }

  .landingpageNaviSmaler .ce_image picture {
    border: 1px solid #f7f7f7;
    float: left;
  }

  .flagge {
    width: 30px;
  }

  .flagge,
  p.back {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .wrapperBoxContact {
    float: left;
    width: 100%;
  }

  .wrapperBoxContact a {
    float: left;
  }

  .abstandHalter {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .tabbody .ce_image.grid3 {
    line-height: 105px;
  }

  .tabbody .ce_image.grid3 img {
    display: inline;
    vertical-align: middle;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv {
    border-color: currentcolor #ccc #ccc;
    border-top: 1px solid #ccc;
    float: left;
    padding-top: 10px;
    width: 167px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv .mime_icon {
    float: left;
    margin-right: 11px;
  }

  #footer .pdfIconContainer {
    float: left;
    width: 150px;
  }

  #footer .pdfIconContainer img {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 2px;
  }

  #footer .pdfViewerContainer {
    float: left;
    padding-bottom: 10px;
    width: 167px;
  }

  #footer .pdfViewerContainer img {
    height: 23px;
    margin-bottom: -5px;
    margin-right: 2px;
    width: auto;
  }

  #footer .pdfViewerContainer a {
    line-height: 23px;
    text-decoration: none;
  }

  #main .pdfViewerContainer {
    float: left;
    margin-left: 10px;
    width: 450px;
  }

  #main .pdfViewerContainer img {
    height: 23px;
    margin-bottom: -5px;
    width: auto;
  }

  #main .pdfViewerContainer a {
    line-height: 23px;
  }

  .groupLink {
    margin-top: -3%;
  }

  .ce_accordion .specialContactBox {
    float: none;
    margin-left: 0;
    margin-top: 0 !important;
  }

  .ce_text.mitarbeiterBox p {
    background-color: #f7f7f7;
    float: left;
    margin-bottom: 0;
    padding: 10px;
    width: 146px;
  }

  .specialContactBox.Mitarbeiterbox {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 156px;
  }

  .groupLink {
    background-color: #f7f7f7;
    display: none;
    float: left;
    margin-top: -4%;
    padding-bottom: 2%;
    text-align: center;
    width: 100%;
  }

  .groupLink.active {
    display: block;
  }

  .groupLink a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2%;
    text-decoration: none;
    width: 92%;
  }

  #main ol ul {
    margin-bottom: 0;
  }

  .ru_startpage_slider .sliderTeaser {
    float: left;
    width: 100% !important;
  }

  .mod_navigation>ul>li>ul>li a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    margin-right: 10px;
  }

  .jobsAccordion .toggler {
    background-color: #e6e6e6 !important;
    color: #4d4d4d !important;
  }

  .jobsAccordion .toggler.ui-accordion-header-active,
  .jobsAccordion .toggler:hover {
    background-color: #0770b0 !important;
    color: #fff !important;
  }

  .jobsAccordion .toggler .headline {
    float: left;
    font-size: 1.2em !important;
    font-weight: 700;
    width: 100%;
  }

  .jobsAccordion .toggler:hover .headline {
    color: #fff !important;
    float: left;
    width: 100%;
  }

  .jobsAccordion .specialContactBox {
    float: unset !important;
    margin: 0 !important;
  }

  .ie8fallback {
    display: none;
  }

  .tabbody .specialContactBox a {
    text-decoration: none;
  }

  #main .servicePriceButton {
    background-color: #0770b0;
    float: left;
    text-align: center;
    width: 100%;
  }

  #main .servicePriceButton a {
    color: #fff;
    display: block;
    padding: 10px;
  }

  #main .servicePriceButton a:hover {
    background-color: #4d4d4d;
  }

  .generalContacts.grid6 {
    float: left;
    width: 100%;
  }

  .generalContacts img {
    margin-left: 0;
    margin-right: 0;
  }

  .generalContacts img,
  .specialStartpageTabServiceContactBox img {
    float: left;
    height: auto;
    padding-right: 10px;
    padding-top: 4px;
    width: 15px;
  }

  .specialStartpageTabServiceContactBox a {
    text-decoration: none;
  }

  #main .galleria-theme-classic .galleria-info {
    display: none !important;
  }

  .ce_table {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  #main .overflowClass {
    -webkit-overflow-scrolling: touch;
    float: left;
    overflow-x: scroll;
    width: 100%;
  }

  .grid12 .specialContactBox {
    margin: 2% 0 0;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li span.active {
    color: #000;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li.active {
    display: block !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton>a,
  .mobile_menu .mod_navigation .nav-main_homebutton_img {
    background-color: transparent !important;
    text-align: center !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton_img {
    border: none !important;
    padding: 0 !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton svg {
    /* height: 2rem !important; */
    position: relative !important;
    right: -0.5rem !important;
    top: 0.25rem !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton_content {
    background-color: transparent !important;
    border: none !important;
    height: 0 !important;
    padding: 0 !important;
    width: 0 !important;
  }

  #main .ce_gallery.productIcons {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery.productIcons ul li {
    float: left;
    margin-bottom: 2%;
    margin-right: 1%;
    width: 15.66%;
  }

  #main .ce_gallery.productIcons ul li.col_first {
    clear: none;
  }

  #main .ce_gallery.appstoreIcons {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #header .mobile_logo_ru {
    display: none;
  }

  #main .solar_logo {
    margin-top: 2em;
  }

  #main #tab-menu .content ul {
    margin-bottom: 10px;
  }

  .noLanguageTranslation img {
    opacity: 0.3;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxInBottom .applicationTextBox {
    float: right;
  }

  .mobile_menu .tabbody {
    padding-bottom: 0;
    padding-top: 0;
  }

  form,
  ul {
    margin-bottom: 0;
  }

  input[type="search"],
  input[type="submit"],
  input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
    height: 40px;
  }

  input:not([type]),
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  textarea {
    width: 70%;
  }

  .mod_search input.submit {
    float: right;
    height: 40px;
    margin-left: 2%;
    width: 28%;
  }

  .mod_search .widget-text {
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    width: 83%;
  }

  .mod_search .widget-text input[type="search"] {
    width: 100%;
  }

  .mod_search .widget-submit {
    float: left;
    margin-bottom: 0;
    width: 15%;
  }

  .mod_search .widget-submit button {
    height: 40px;
    width: 100%;
  }

  #header .mod_mobile_menu {
    float: right;
    height: 50px;
    padding-top: 10px;
    text-align: right;
    width: 100px;
  }

  #header .mod_mobile_menu span img {
    height: 40px;
    width: auto;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li a,
  .mobile_menu .ce_accessible_tabs .mod_navigation li span {
    border-bottom: 0;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation .level_1 a,
  .mobile_menu ce_accessible_tabs .mod_navigation .level_1 li span {
    padding-left: 0;
    text-indent: 2%;
  }

  .mobile_menu {
    background-color: #ccc;
    box-shadow: none !important;
    box-sizing: border-box;
    margin-top: 89px;
    padding: 2%;
    z-index: 9999;
  }

  .mobile_menu .searchBox {
    overflow: hidden;
  }

  .mobile_menu>.inner {
    background-color: #ccc;
    height: 100%;
  }

  .mobile_menu .mod_search {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  .mobile_menu .mod_search h1 {
    display: none;
  }

  .mobile_menu #globalSettingsMobile {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage {
    background-color: #f7f7f7;
    height: fit-content;
    margin-bottom: 2%;
    padding: 2%;
    width: calc(50% - 3rem);
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage a,
  .mobile_menu #globalSettingsMobile .mod_changelanguage span {
    color: #000;
    font-size: 1.1em;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage span:after {
    color: #000;
    content: "▾";
    float: right;
    font-size: 2.3rem;
    line-height: 20px;
    margin-right: 2%;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li {
    display: none;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li.active {
    display: block !important;
  }

  .mobile_menu .mod_changelanguage img {
    float: left;
    height: 28px;
    line-height: 25px;
    margin-right: 2%;
    width: auto;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage img {
    margin-right: 4%;
    margin-top: -2%;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation {
    margin-bottom: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li {
    text-indent: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation a {
    background-color: #f7f7f7 !important;
    color: #000;
    font-size: 1.2em !important;
    line-height: 1.7em !important;
    margin-bottom: 0;
    text-decoration: none !important;
  }

  .mobile_menu .mod_navigation {
    float: left;
    margin-bottom: 200px;
    width: 100%;
  }

  .mobile_menu .mod_navigation li {
    float: left;
    position: relative;
    width: 100%;
  }

  .mobile_menu .mod_navigation .level_1 li {
    background-color: #4d4d4d;
  }

  .mobile_menu .mod_navigation .level_2 li {
    background-color: #6b6b6b;
  }

  .mobile_menu .mod_navigation .level_3 li {
    background-color: #8f8b8b;
  }

  .mobile_menu .mod_navigation .level_4 li {
    background-color: #b8b2b2;
  }

  .mobile_menu .mod_navigation li.submenu_hide.subitem-visible:after {
    color: #fff;
    content: "▸";
    font-size: 1.4em;
    padding-top: 1%;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
  }

  .mobile_menu .mod_navigation li.submenu_show.subitem-visible:after {
    color: #fff;
    content: "▾";
    font-size: 1.4em;
    padding-top: 1%;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
  }

  .mobile_menu .mod_navigation li a,
  .mobile_menu .mod_navigation li span {
    border-bottom: 3px solid;
    border-color: #ccc;
    color: #fff;
    display: block;
    padding-bottom: 2%;
    padding-right: 10%;
    padding-top: 2%;
    text-decoration: none;
  }

  .mobile_menu .mod_navigation li a.trail,
  .mobile_menu .mod_navigation li span {
    background-color: #0770b0;
    color: #fff;
  }

  .mobile_menu .mod_navigation .level_1 a,
  .mobile_menu .mod_navigation .level_1 li span {
    padding-left: 2%;
  }

  .mobile_menu .mod_navigation .level_2 a,
  .mobile_menu .mod_navigation .level_2 li span {
    padding-left: 4%;
  }

  .mobile_menu .mod_navigation .level_3 a,
  .mobile_menu .mod_navigation .level_3 li span {
    padding-left: 6%;
  }

  .mobile_menu .mod_navigation .level_4 a,
  .mobile_menu .mod_navigation .level_4 li span {
    padding-left: 8%;
  }

  .mobile_menu .mobileChangeLanguage {
    background-color: #f7f7f7;
    display: none;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 2%;
  }

  .mobile_menu .mobileChangeLanguage.active {
    display: block;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul {
    display: flex;
    flex-wrap: wrap;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li {
    color: #cbcbcb;
    flex: 0 0 33%;
    line-height: 1.2em;
    padding-bottom: 3%;
    padding-top: 2%;
    width: 33%;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li a {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li.lang-ro {
    display: none !important;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn {
    background-color: #f7f7f7;
    color: #000;
    font-size: 1.1em;
    height: 25px;
    line-height: 28px;
    margin-bottom: 2%;
    padding: 2%;
    width: calc(50% - 2rem);
  }

  .mobile_menu .ce_accessible_tabs {
    background-color: #f7f7f7;
    color: #000;
    display: none;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 2%;
  }

  .mobile_menu .ce_accessible_tabs.active {
    display: block;
  }

  .mobile_menu .ce_accessible_tabs .content h4,
  .mobile_menu .ce_accessible_tabs span {
    display: none;
  }

  .mobile_menu .ce_accessible_tabs ul.tabs-list li {
    border-bottom: 1px solid #000;
    float: left;
    font-size: 1.2em;
    margin-bottom: 1%;
    padding-bottom: 2%;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody {
    display: block !important;
    float: left;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a,
  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a .mm-list>li>span {
    line-height: 1.5em;
    white-space: normal;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn:after {
    color: #000;
    content: "▾";
    float: right;
    font-size: 2.3rem;
    line-height: 20px;
    margin-right: 2%;
  }

  #header #globalSettings,
  #header .mobile_logo,
  #header .subsidiariesBtn,
  #mainDropdownComplete {
    display: none;
  }

  .specialContactBox .contactBoxSubs .contact a {
    color: #004bb5;
  }

  .specialContactBox .contact a {
    color: #004bb5;
    font-size: 13px;
  }

  #main a {
    text-decoration: none;
  }

  .mod_sitemap li.products_tab {
    color: #4d4d4d;
    float: left;
    font-size: 11px;
    height: auto;
    width: 233px;
  }

  .highlight {
    font-weight: 700;
  }

  .gridDestroy {
    float: left;
    width: 100%;
  }

  [class*="grid"] [class*="ce_"],
  [class*="grid"] [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

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

  .ce_text.centerText h3 {
    font-size: 42px;
  }

  #main .mod_dlh_googlemaps {
    display: block;
    float: left;
    height: 330px;
    width: 100%;
  }

  #main .mod_sitemap ul {
    list-style-type: none;
  }

  #main .mod_sitemap ul.level_1 li {
    float: left;
    line-height: 1.7em;
    width: 100%;
  }

  #main .mod_sitemap a {
    text-decoration: none;
  }

  #main .mod_sitemap .level_1 a.submenu {
    font-weight: 700;
  }

  #main .mod_sitemap .level_2 a.submenu {
    font-weight: 300;
  }

  #main .mod_sitemap li.submenu {
    margin-bottom: 20px;
  }

  #main .mod_sitemap .level_2 li.submenu {
    margin-bottom: 0;
    margin-top: 0;
  }

  #headerNavigation {
    background-image: url(../img/bg_nav_main_blue.b6a3b245..png);
    background-repeat: repeat;
    display: none;
    height: 50px;
    position: fixed;
    top: 99px;
    z-index: 150;
  }

  #headerNavigation,
  .ce_form table td {
    float: left;
    width: 100%;
  }

  .sliderbox.mod_article [class*="ce_"],
  .sliderbox.mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #outerWrapperBox {
    float: left;
    margin-top: 20px;
    width: 100%;
  }

  #wrapper {
    background-color: #fff;
  }

  .mod_breadcrumb {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mod_breadcrumb li {
    color: #ccc;
    float: left;
    list-style-type: none;
  }

  .mod_breadcrumb p.youAreHere {
    color: #ccc;
    float: left;
    margin-bottom: 0;
  }

  .mod_breadcrumb li a,
  .mod_breadcrumb li span {
    color: #ccc;
  }

  .mod_breadcrumb li:before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
  }

  .mod_breadcrumb li.first {
    display: none;
  }

  .image_container {
    display: table;
  }

  .centerText .image_container {
    display: inline-block;
  }

  .image_container img {
    display: block;
    width: 100%;
  }

  .ce_table table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
  }

  .ce_table td,
  .ce_table th {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .ce_table.tableArrows td:before {
    content: "▶";
    float: left;
  }

  .ce_table th {
    background-color: #0770b0;
    color: #fff;
    font-weight: 400;
  }

  .ce_table tbody td,
  .ce_table thead th {
    text-align: center;
  }

  .ce_table thead th.col_first {
    text-align: left;
  }

  .ce_table tbody th {
    background-color: #ccc;
    color: #4d4d4d;
  }

  .ce_table.tableGreen th.head_1 {
    background-color: #00862d;
  }

  .ce_table.tableGreen td.col_1 {
    background-color: #d0efd3;
  }

  .galleria-theme-classic {
    background-color: #f7f7f7 !important;
  }

  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    background-color: #fff !important;
    border-color: #ccc !important;
  }

  .linkID,
  .noClick {
    cursor: default;
  }

  .warning {
    color: red;
  }

  .ce_galerie {
    border-color: #4d4d4d;
    margin-bottom: 2% !important;
  }

  #main .layout_full .datum {
    display: none;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    padding-left: 2px;
    width: 100%;
  }

  .mod_article [class*="event_"]>*,
  .mod_article [class*="layout_"]>* {
    margin-left: 10px;
    margin-right: 10px;
  }

  #specialApplicationsHeader {
    float: left;
    margin-top: -630px;
    width: 100%;
  }

  .ce_accordion {
    margin-bottom: 1px;
  }

  .ce_accordion .ce_table td {
    background-color: #fff;
  }

  .ce_accordion .ui-accordion-content div {
    background-color: #f7f7f7;
    padding: 5px 5px 0;
  }

  .ce_accordion .ui-accordion-content div .image_container {
    margin-bottom: 10px;
  }

  .ce_accordion .ui-accordion-content div .image_container figcaption {
    background-color: #ccc;
    margin-bottom: 0;
  }

  .image_container figcaption {
    background-color: #f7f7f7;
    caption-side: bottom;
    display: table-caption;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 5px 10px;
  }

  #main .ce_gallery ul {
    list-style-type: none;
    padding-left: 0;
  }

  #main .ce_gallery li {
    margin-right: 10px;
  }

  #main .ce_gallery li.col_last {
    margin-right: 0;
  }

  .specialContactBox {
    background-color: #f7f7f7;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
    width: 715px;
  }

  .specialContactBox strong {
    float: left;
    font-size: 14px;
    margin-bottom: 2%;
    width: 100%;
  }

  .specialContactBox .contact {
    float: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 100px;
    padding-left: 1%;
    padding-right: 1%;
    width: 31.33%;
  }

  .specialContactBox .contactBoxSubs .contact {
    background-color: #fff;
    height: 175px;
    margin-left: 10px;
    margin-left: 10px !important;
    margin-top: 20px;
    padding: 20px;
    width: 298px;
  }

  .miniIcon img,
  .specialContactBox img {
    float: left;
    height: 12px;
    padding-right: 10px;
    padding-top: 4px;
    width: 12px;
  }

  .specialContactBox .contactBoxSubs .grid12 {
    width: 645px;
  }

  .specialContactBox .contactBoxGermany,
  .specialContactBox .contactBoxWorldwide {
    display: none;
  }

  .specialContactBox .contactBoxGermany.active,
  .specialContactBox .contactBoxWorldwide.active {
    display: block;
  }

  .specialContactBox .contactButton {
    background-color: #0770b0;
    color: #fff;
    margin-top: 1px;
    padding: 10px 20px;
  }

  .specialContactBox p.introText {
    float: left;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 20px;
    width: 674px;
  }

  .specialContactBox .contactButton.active {
    background-color: #4d4d4d;
  }

  .specialContactBox .contactButton:hover {
    background-color: #4d4d4d;
    cursor: pointer;
  }

  .specialContactBox .contactButton h3 {
    font-size: 14px;
  }

  .specialContactBox .contactButton h3:after {
    content: "►";
    float: right;
  }

  .specialContactBox .contactButton.active h3:after,
  .specialContactBox .contactButton:hover h3:after {
    content: "▼";
  }

  .specialContactBox .contactLine {
    float: left;
    width: 292px;
  }

  .specialContactBox .contactButton h3,
  .specialContactBox .contactButton p {
    margin-bottom: 0;
    margin-top: 0;
  }

  .specialContactBox .contactLine a,
  .specialContactBox .contactLine p {
    float: right;
    margin-bottom: 0;
    width: 269px;
  }

  #header .mobileMenuButtonClosed,
  #header .mobileMenuButtonOpened {
    display: none;
  }

  .ce_accordion .toggler {
    background-color: #0770b0;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
  }

  .ce_accordion .toggler.ui-accordion-header-active,
  .ce_accordion .toggler:hover {
    background-color: #4d4d4d;
  }

  .ce_accordion .toggler:after {
    content: "▸";
    float: right;
  }

  .ce_accordion .toggler.ui-accordion-header-active:after,
  .ce_accordion .toggler:hover:after {
    content: "▾";
  }

  #secondSliderContentHeader {
    float: left;
    height: 500px;
    width: 100%;
  }

  #main ul {
    list-style-type: disc;
    margin-bottom: 2%;
    padding-left: 20px;
  }

  #main ul.blueDots {
    color: #0770b0;
  }

  #main ul.blueDots span.greyText {
    color: #4d4d4d;
  }

  #main ul ul {
    list-style-type: disc;
    margin-bottom: 0;
    padding-left: 20px;
  }

  #contentMain .contactBoxLeft,
  #main .contactBoxLeft {
    width: 330px;
  }

  #contentMain .contactBoxLeft strong,
  #main .contactBoxLeft strong {
    font-weight: 700;
  }

  #contentMain .contactBoxLeft p,
  #main .contactBoxLeft p {
    float: left;
    font-size: 18px;
    padding-left: 10px;
  }

  #contentMain .contactGlobal,
  #main .contactGlobal {
    border: 1px solid #fff;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
    width: 208px;
  }

  a.back-to-top {
    display: none;
  }

  #specialContentHeader {
    float: left;
    /* margin-top: -245px; */
    position: relative;
    width: 100%;
    z-index: 100;
  }

  #headerPadding {
    float: left;
    height: 140px;
    width: 100%;
  }

  #header {
    background-color: #fff;
    border-bottom: 3px solid;
    border-color: #0770b0;
    float: left;
    height: 60px;
    position: fixed;
    top: 29px;
    width: 100%;
    z-index: 150;
  }

  .ce_contentTeaserBox .ce_hyperlink {
    height: 165px;
    margin-top: -165px !important;
  }

  .ce_contentTeaserBox.grid3 .ce_hyperlink {
    width: 166px;
  }

  #header .insideCenter {
    margin-left: auto;
    margin-right: auto;
    width: 744px;
  }

  #header #logoWrapper {
    float: left;
    height: 61px;
    /* padding-left: 10px; */
    padding-top: 10px;
    /* width: 221px */
  }

  #header #logoWrapper,
  #header #logoWrapper a,
  #header #logoWrapper img {
    float: left;
    height: 40px;
    margin-bottom: 2px;
    /* width: 221px */
  }

  #header #tagline,
  #header #tagline a,
  #header #tagline img {
    float: left;
    height: 9px;
    width: 221px;
  }

  #header #globalSettings .mod_changelanguage .lang-ro.active {
    background-image: url(../img/flagge_rumaenien.958bbaa1..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-hu.active {
    background-image: url(../img/flagge_magyar.d457c01b..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-nl.active {
    background-image: url(../img/flagge_holland.3021ea21..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-pl.active {
    background-image: url(../img/flagge_polen.6288ffb6..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-sv.active {
    background-image: url(../img/svk.0b8a59d6..svg);
  }

  #header #globalSettings .mod_changelanguage .lang-es.active {
    background-image: url(../img/flagge_spanien.b20772ce..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-zh.active {
    background-image: url(../img/flagge_china.d4607636..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-sk.active {
    background-image: url(../img/svk.0b8a59d6..svg);
  }

  #header #globalSettings .mod_changelanguage .lang-fr.active {
    background-image: url(../img/flagge_frankreich.37caa279..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-it.active {
    background-image: url(../img/flagge_italien.21634175..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-ru.active {
    background-image: url(../img/flagge_russland.2bb6f092..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-cs.active {
    background-image: url(../img/flagge_tschechien.3284b381..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-en.active {
    background-image: url(../img/flagge_england.8c5ccd8e..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-sv.active {
    background-image: url(../img/flagge_schweden.d2f876a2..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-sr.active {
    background-image: url(../img/flagge_serbien.bdd3a793..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-sk.active {
    background-image: url(../img/flagge_slowakai.8c2e212f..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-tr.active {
    background-image: url(../img/flagge_tuerkei.c6a74585..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-hr.active {
    background-image: url(../img/flagge_kroatisch.908c92b8..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings .mod_changelanguage .lang-pt.active {
    background-image: url(../img/flagge_portugal.efbbee75..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #header #globalSettings {
    cursor: pointer;
    float: right;
    font-size: 12px;
    /* padding-right: 10px; */
    /* padding-top: 10px; */
    width: 484px;
  }

  #header #globalSettings .block {
    overflow: visible;
  }

  #header #globalSettings .subsidiariesBtn {
    background-image: url(../img/icon_world.1fdb6d95..png);
    background-position: 0;
    background-repeat: no-repeat;
    border-right: 1px solid;
    border-color: #ccc;
    float: right;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 10px;
  }

  #header #globalSettings .mod_changelanguage li {
    display: none;
  }

  #header #globalSettings .mod_changelanguage li.active {
    display: block;
  }

  #header #globalSettings .mod_changelanguage .lang-de.active {
    background-image: url(../img/flagge_deutsch.d76bbeb6..png);
    background-position: 0;
    background-repeat: no-repeat;
    display: block;
  }

  #header #globalSettings .mod_changelanguage span {
    float: right;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
  }

  #header #globalSettings .mod_changelanguage span.lang-en {
    background-image: url(../img/icon_language_gb.50e578e9..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #specialContentHeader .tabs-list {
    background-image: url(../img/bg_nav_tab_menu.558b4125..png);
    background-position: top;
    background-repeat: repeat-x;
    float: left;
    height: 69px;
    position: relative;
    width: 764px;
    z-index: 10;
  }

  #specialContentHeader ul.tabs-list {
    margin-bottom: 0;
  }

  #specialContentHeader .tabs-list li a {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 69px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  #specialContentHeader .tabs-list li.current a,
  #specialContentHeader .tabs-list li a:hover {
    background-image: url(../img/icon_tab_active.93fc596a..png);
    background-position: bottom;
    background-repeat: no-repeat;
  }

  #specialContentHeader .tabs-list li .current-info {
    display: none;
  }

  #main .tabs-list {
    background-color: #f7f7f7;
    float: left;
    height: 69px;
    margin-top: 20px;
    width: 100%;
  }

  #main ul.tabs-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  #main .tabs-list-w25 .tabs-list li {
    text-align: center;
    width: 25%;
  }

  #main .tabs-list-w50 .tabs-list li {
    text-align: center;
    width: 50%;
  }

  #main .tabs-list-w25 li a,
  #main .tabs-list-w50 li a {
    display: block;
    float: none !important;
    padding: 0 !important;
  }

  #main .tabs-list-w25 .content,
  #main .tabs-list-w50 .content {
    background: #dbdbdb !important;
    border-color: #dbdbdb !important;
  }

  #main .tabs-list li {
    float: left;
    list-style-type: none;
  }

  #main .tabs-list li a {
    color: #4d4d4d;
    float: left;
    font-size: 16px;
    height: 69px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  #main .tabs-list li.current a,
  #main .tabs-list li a:hover {
    background-image: url(../img/icon_tab_active_grey2.ef8bf145..png);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50;
  }

  #main .tabs-list li .current-info,
  #specialContentHeader #tab-menu .content h4 {
    display: none;
  }

  #specialContentHeader #tab-menu .content .tabbody {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    margin-top: -19px;
    min-height: 250px;
    padding: 0;
    padding: 30px 10px 0;
  }

  #specialContentHeader #tab-menu .content h1,
  #specialContentHeader #tab-menu .content h2,
  #specialContentHeader #tab-menu .content h3,
  #specialContentHeader #tab-menu .content h4,
  #specialContentHeader #tab-menu .content h5,
  #specialContentHeader #tab-menu .content h6 {
    margin-top: 0;
  }

  #main #tab-menu .content h4 {
    display: none;
  }

  #main #tab-menu .content h3 {
    margin-left: 0 !important;
  }

  #main #tab-menu .content {
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-top-color: #f7f7f7;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    margin-top: -19px;
    min-height: 250px;
    padding: 2%;
    width: 100%;
  }

  #main #tab-menu .content h1,
  #main #tab-menu .content h2,
  #main #tab-menu .content h3,
  #main #tab-menu .content h4,
  #main #tab-menu .content h5,
  #main #tab-menu .content h6 {
    margin-top: 0;
  }

  #specialContentHeader .insideSpecial {
    left: 50%;
    margin-left: -382px;
    position: relative;
    width: 764px;
  }

  #specialContentHeader .insideSpecial .ce_accessible_tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .ce_contentTeaserBox.grid3 .ce_hyperlink a {
    width: 127px;
  }

  .ce_contentTeaserBox.grid6 .ce_hyperlink a {
    width: 312px;
  }

  .ce_contentTeaserBox {
    float: left;
    margin-bottom: 15px !important;
  }

  .ce_contentTeaserBox [class*="ce_"],
  .ce_contentTeaserBox [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  .ce_contentTeaserBox .ce_hyperlink a {
    color: #fff;
    display: table-cell;
    height: 150px;
    padding: 10px 20px;
    text-decoration: none;
    vertical-align: bottom;
  }

  .sliderbox .sliderInnerContentWrapper {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    height: 130px;
    left: 50%;
    /* margin-left: -382px; */
    margin-top: 135px;
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    z-index: 50;
  }

  .sliderbox .sliderInnerContentWrapper .sliderInnerContentWrapperText {
    display: table-cell;
    height: 130px;
    vertical-align: middle;
  }

  .sliderbox .sliderInnerContentWrapper .sliderHeadline h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: 645px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderHeadline a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .sliderbox .sliderInnerContentWrapper .sliderTeaser {
    color: #fff;
    width: 645px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderTeaser a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .sliderbox .sliderInnerContentWrapper .sliderTeaser p {
    margin-bottom: 0;
  }

  .sliderbox .sliderInnerContentWrapper .sliderProductPicture {
    height: 200px;
    left: 50%;
    margin-left: 162px;
    position: absolute;
    top: -190px;
    width: 200px;
  }

  .sliderbox .sliderInnerContentWrapper .sliderProductPicture img {
    height: 200px;
    width: 200px;
  }

  #specialApplicationsHeader h1 {
    border: none;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #specialApplicationsHeader .insideSpecialApplication {
    left: 50%;
    margin-left: -382px;
    position: relative;
    width: 764px;
    z-index: 50;
  }

  #specialApplicationsHeader .insideSpecialApplication .mod_article [class*="ce_"],
  #specialApplicationsHeader .insideSpecialApplication .mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #specialApplicationsHeader .insideSpecialApplication .headline {
    background-image: url(../img/bg_black_65.dc41b4de..png);
    background-repeat: repeat;
    display: table-cell;
    height: 130px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    width: 724px;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text h1 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
    width: 650px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    margin-bottom: 0;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text p {
    color: #fff;
    margin-bottom: 0;
    width: 650px;
  }

  #specialApplicationsHeader .applicationSlider {
    background-color: #0770b0;
    display: none;
    height: 480px;
    width: 764px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox {
    color: #fff;
    float: left;
    height: 240px;
    width: 764px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationPictureBox,
  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox {
    float: left;
    height: 200px;
    width: 382px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxOnTop .applicationTextBox {
    position: relative;
    z-index: 10;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox {
    height: 200px;
    padding: 20px;
    width: 342px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox .applicationTextBox {
    padding: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox h3 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox p {
    font-size: 14px;
    margin-bottom: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    list-style-type: disc;
    padding-left: 13px;
  }

  #specialApplicationsHeader .applicationSlider .applicationIconBox {
    background-image: url(../img/icon_applications_middle.8ae85cc1..png);
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    height: 56px;
    margin-left: 330px;
    margin-top: 189px;
    position: absolute;
    width: 56px;
    z-index: 5;
  }

  #specialApplicationsHeader .applicationSlider.active {
    display: block;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationPictureBox .image_container {
    margin-left: -50px;
    position: relative;
    width: 490px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox li {
    font-size: 14px;
  }

  #sliderContentHeader {
    float: left;
    height: 500px;
    width: 100%;
  }

  .sliderbox .slides_dma {
    background: no-repeat 50%;
    background-size: cover;
    height: 694px;
    width: auto;
  }

  .sliderbox.sliderBoxSmall,
  .sliderbox.sliderBoxSmall .slides_dma {
    height: 500px;
  }

  .sliderbox.sliderBoxSmall .sliderInnerContentWrapper {
    margin-top: 370px;
  }

  .sliderbox {
    display: none;
    float: left;
    height: 500px;
    width: 100%;
  }

  .sliderbox.active {
    display: block;
  }

  .ce_accordion.ce_accordionSingle .ui-accordion-content div {
    float: left;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 704px;
  }

  #main .newsletterBox.grid3,
  #main .serviceBox.grid3 {
    float: right;
  }

  .ce_metamodel_list .productSelectorHeadline h3,
  .mod_metamodel_list .productSelectorHeadline h3,
  .productSelectorHeadline-h {
    color: #4d4d4d;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 3px;
  }

  .productSelectorHeadline-h {
    font-size: 12px;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorInformations,
  .mod_metamodel_list .contactSelectorList .productSelectorInformations {
    font-size: 10px;
  }

  .contactLine .iconsSVG img {
    width: 15px;
  }

  #main #tab-menu .content .grid6 {
    margin: 0;
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 48%;
  }

  .tab-seminare a {
    font-size: 14px !important;
  }

  .tab-seminare .tabbody .grid6 {
    margin: 0 !important;
    width: 100% !important;
  }

  .seminare {
    width: 100% !important;
  }

  .seminare .grid6 {
    width: 98% !important;
  }

  .seminare .grid6 .accordion {
    margin-left: -2% !important;
  }

  #footer {
    background-color: #4d4d4d;
    float: left;
    /* margin-top: 50px; */
    width: 100%;
  }

  #footer .social_media_icons {
    display: none;
  }

  #footer .footerNavigationBoxWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 744px;
  }

  #footer .footerNewsBox .footerNewsBoxWrapper {
    left: 50%;
    margin-left: -372px;
    position: relative;
    width: 744px;
  }

  #footer .footerNewsBox {
    background-image: url(../img/bg_footer_grey_future.16978666..jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive {
    background-color: #4d4d4d;
    color: #fff;
    min-height: 1300px;
    padding-left: 20px;
    padding-right: 20px;
    width: 126px;
  }

  #footer .footerNewsBox .exhibitionBoxFive h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .exhibitionBoxFive .event {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .exhibitionBoxFive p.info {
    font-size: 11px;
    margin-bottom: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive h4 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive h4 a {
    color: #fff;
    text-decoration: none;
  }

  #footer .footerNewsBox .exhibitionBoxFive p.location {
    font-size: 10px;
    margin-bottom: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive .moreExhibitions a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: none;
  }

  #footer .footerNewsBox .newsBoxThree .image_container img {
    width: 352px;
  }

  #footer .footerNewsBox .newsBoxThree h3 {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .newsBoxThree .layout_latest {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  #footer .footerNewsBox .newsBoxThree .layout_latest.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #footer .footerNewsBox .newsBoxThree .readMoreBox p.more {
    float: left;
  }

  #footer .footerNewsBox .newsBoxThree .readMoreBox p.more a {
    text-decoration: none;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist {
    margin-bottom: 20px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo h3 {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .image_container {
    margin-bottom: 20px;
  }

  #footer .footerNewsBox .newsBoxThree .teaserText {
    color: #4d4d4d;
    display: block;
  }

  #footer .footerNewsBox .newsBoxThree .teaserText a {
    color: #4d4d4d;
    text-decoration: none;
  }

  #footer .footerNewsBox .newsBoxThree p.info {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .powernewsBox img {
    height: 120px;
    width: 166px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox p.more {
    float: left;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .powernewsBox a {
    background-color: #0770b0;
    background-image: url(../img/icon_powernews_cursor.9b394d6d..png);
    background-image: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    padding: 20px;
    text-decoration: none;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .mime_icon,
  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload img {
    margin-right: 5px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload {
    padding-bottom: 10px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload a,
  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv a {
    font-size: 14px;
    text-decoration: none;
  }

  powerNewsBoxTwofooter .footerNewsBox .readMoreBox p.info {
    float: left;
    font-weight: 400;
  }

  #footer .footerNavigationBox {
    float: left;
    width: 100%;
  }

  #footer .footerNavigationBox .mod_customnav a,
  #footer .footerNavigationBox .mod_customnav span {
    color: #fff;
    text-decoration: none;
  }

  #footer .footerNavigationBox .firstFooterNavigationBox {
    border-bottom: 1px solid #fff;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 40px;
    width: 744px;
  }

  #footer .footerNavigationBox .mod_customnav,
  #footer .footerNavigationBox .topLink {
    float: left;
    padding-top: 70px;
    text-align: center;
    width: 744px;
  }

  #footer .footerNavigationBox .topLink {
    background-image: url(../img/icon_anker_top.4b973b3c..png);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin-top: -30px;
  }

  #footer .footerNavigationBox .certificatesBox {
    color: #fff;
    float: right;
    text-align: center;
    width: 744px;
  }

  #footer .copyright {
    color: #fff;
    float: left;
    text-align: center;
    width: 744px;
  }

  #footer .copyright span {
    display: block;
    font-style: italic;
  }

  #footer .ru_startpage_copyright {
    color: #fff;
    display: block;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }

  #footer .webdesign a {
    color: #575757;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 744px;
  }

  #mainDropdownComplete .mod_changelanguage .lang-ro {
    background-image: url(../img/flagge_rumaenien.958bbaa1..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-tr {
    background-image: url(../img/flagge_tuerkei.c6a74585..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-hu {
    background-image: url(../img/flagge_magyar.d457c01b..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-nl {
    background-image: url(../img/flagge_holland.3021ea21..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-pl {
    background-image: url(../img/flagge_polen.6288ffb6..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-sv {
    background-image: url(../img/flagge_schweden.d2f876a2..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-es {
    background-image: url(../img/flagge_spanien.b20772ce..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-zh {
    background-image: url(../img/flagge_china.d4607636..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-sk {
    background-image: url(../img/flagge_slowakai.8c2e212f..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-fr {
    background-image: url(../img/flagge_frankreich.37caa279..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-it {
    background-image: url(../img/flagge_italien.21634175..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-ru {
    background-image: url(../img/flagge_russland.2bb6f092..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-cs {
    background-image: url(../img/flagge_tschechien.3284b381..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-de {
    background-image: url(../img/flagge_deutsch.d76bbeb6..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-hr {
    background-image: url(../img/flagge_kroatisch.908c92b8..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-sr {
    background-image: url(../img/flagge_serbien.bdd3a793..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_changelanguage .lang-pt {
    background-image: url(../img/flagge_portugal.efbbee75..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete {
    background-color: #f7f7f7;
    bottom: 0;
    height: 565px;
    left: 0;
    position: fixed;
    right: 0;
    top: -565px;
    width: 100%;
    z-index: 1000;
  }

  #mainDropdownComplete .insideMainDropdownComplete {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 744px;
  }

  #mainDropdownComplete .subsidiariesBtn {
    background-color: #ccc;
    background-image: url(../img/icon_arrow_left_50_50.48f9ffd8..png);
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 520px;
  }

  #mainDropdownComplete .subsidiariesBtn.active,
  #mainDropdownComplete .subsidiariesBtn:hover {
    background-color: #0770b0;
    background-image: url(../img/icon_arrow_top_50_50.c27409a2..png);
    color: #fff;
  }

  #mainDropdownComplete .subsidiariesBox {
    background-color: #ccc;
    display: none;
    float: left;
    height: 310px;
    padding: 20px;
    position: absolute;
    width: 500px;
  }

  #mainDropdownComplete .subsidiariesBox.active {
    display: block;
  }

  #mainDropdownComplete .subsidiariesBox .content li a,
  #mainDropdownComplete .subsidiariesBox .content li span {
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    width: 166px;
  }

  #mainDropdownComplete .mod_changelanguage a,
  #mainDropdownComplete .mod_changelanguage span {
    color: #4d4d4d;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    text-decoration: none;
    text-indent: -999em;
    width: 41px;
  }

  #mainDropdownComplete .mod_changelanguage a:hover,
  #mainDropdownComplete .mod_changelanguage span {
    color: #0770b0;
  }

  #mainDropdownComplete .mod_changelanguage a,
  #mainDropdownComplete .mod_changelanguage span {
    background-image: url(../img/icon_language_gb.50e578e9..png);
    background-position: 0;
    background-repeat: no-repeat;
  }

  #mainDropdownComplete .mod_dlh_googlemaps {
    display: block;
    float: left;
    height: 330px;
    margin-bottom: 20px;
    width: 100%;
  }

  #mainDropdownComplete .insideMainDropdownCompleteCloseBox {
    background-image: url(../img/btn_cross_40_40.0be42ad8..png);
    background-position: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
  }

  #mainDropdownComplete .insideMainDropdownComplete .fallbackMap {
    display: none;
  }

  .float_right {
    margin-left: 20px;
  }

  .float_left {
    margin-right: 20px;
  }

  .wrapperBoxContact {
    margin-left: 10px;
  }

  #main .newsletterBox .image_container,
  #main .serviceBox .image_container {
    border: 1px solid #ccc;
  }

  #main .information {
    color: #0089d2;
  }

  .bluebox .ce_text {
    float: left;
    margin-right: 30px;
    width: 100%;
  }

  .bluebox,
  .bluebox h3,
  .bluebox p {
    color: #fff;
  }

  .bluebox {
    background-color: #065890;
    box-sizing: border-box;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .bluebox .grid4 {
    padding-right: 5px;
  }

  .bluebox .grid12 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #main .figcaptionGrau {
    background-color: #f7f7f7;
    font-size: 14px;
    min-height: 40px;
    padding: 2%;
    width: 96%;
  }

  #main .mod_newslist .layout_latest .image_container {
    background-image: url(../img/logo_benning_news_empty.d40b10f8..png);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    min-height: 100px;
    width: 166px;
  }

  #main .mod_eventlist .layout_latest,
  #main .mod_newslist .layout_latest {
    border-color: currentcolor #ccc #ccc;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
  }

  #main .mod_eventlist .layout_latest p.info,
  #main .mod_newslist .layout_latest p.info {
    font-size: 12px;
    margin-bottom: 0;
  }

  #main .mod_eventlist .layout_latest h2,
  #main .mod_newslist .layout_latest h2 {
    margin-top: 0;
  }

  #main .mod_eventlist .layout_latest h2 a {
    text-decoration: none;
  }

  #main .mod_eventlist .layout_latest h2 {
    margin-bottom: 0;
  }

  #contentMain .contactLinkBox a,
  #main .contactLinkBox a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    width: 100%;
  }

  #contentMain .contactLinkBox a:hover,
  #main .contactLinkBox a:hover {
    background-color: #4d4d4d;
  }

  .noContactLink #contentMain .contactLinkBox,
  .noContactLink #main .contactLinkBox {
    display: none;
  }

  #contentMain,
  #contentMain #contactbox {
    float: left;
    width: 100%;
  }

  #contentMain #contactbox .headlineContactSelectorInside {
    color: #0770b0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .headlineContactSelectorInside {
    text-align: center;
  }

  #main .ce_download a,
  #main .ce_downloads a,
  #main .ce_hyperlink a {
    margin-bottom: 10px;
  }

  #main .ce_hyperlink a {
    border: 1px solid #ccc;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }

  #main .ce_hyperlink a:before {
    content: "☍ ";
  }

  #main .ce_download a,
  #main .ce_downloads a {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 10px 20px 10px 14px;
    text-decoration: none;
  }

  #main .ce_download img,
  #main .ce_downloads img {
    float: left;
    padding-top: 2px;
  }

  #main .ce_download a:hover,
  #main .ce_downloads a:hover {
    background-color: #ccc;
  }

  #main .ce_downloads .date {
    color: red;
  }

  #main .ce_youtube {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #main ol {
    padding-left: 30px;
  }

  .serviceTeaserBox {
    float: left;
    text-align: center;
    width: 47%;
  }

  .serviceTeaserBox .caption {
    display: block !important;
    float: left;
    text-align: center;
    width: 98%;
  }

  #tab-menu .serviceTeaserBox .ce_image {
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
  }

  .serviceTeaserBox .descriptionBox {
    display: none;
  }

  #tab-menu .serviceTeaserBox .caption p a {
    float: left;
    margin-top: 2%;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #tab-menu .grid3.mobile {
    width: 100% !important;
  }

  .serviceTeaserBox .caption li {
    list-style-position: inside;
    list-style-type: disc;
  }

  .serviceTeaserBox.descriptionBigger {
    float: left;
    width: 98%;
  }

  .serviceTeaserBox.descriptionBigger .ce_image {
    margin-left: 30% !important;
    margin-right: 30% !important;
    width: 40% !important;
  }

  .pagination {
    width: 684px;
  }

  .pagination p {
    font-weight: 400;
  }

  .pagination ul {
    padding-left: 0 !important;
  }

  .pagination li {
    float: left;
    list-style-type: none;
  }

  .pagination a,
  .pagination strong {
    color: #fff;
    margin-right: 10px;
    padding: 3px 20px;
    text-decoration: none;
  }

  .pagination a {
    background-color: #0770b0;
  }

  .pagination strong {
    background-color: #ccc;
  }

  .pagination a:hover {
    background-color: #4d4d4d;
  }

  .tabbody {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  #box_grey {
    background-color: #ccc;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 98%;
  }

  .mobileChangeLanguage .languageNewsBox {
    display: none;
  }

  .mobileChangeLanguage .languageNormalBox,
  .newsPageLanguageFallback .mobileChangeLanguage .languageNewsBox {
    display: block;
  }

  .newsPageLanguageFallback .mobileChangeLanguage .languageNormalBox {
    display: none;
  }

  .badgesText {
    float: left;
    font-size: 10px;
  }

  .productTeaser {
    flex-direction: column;
  }

  .productTeaser .ce_image,
  .productTeaserText {
    max-width: none;
  }

  #main .customer_request .image_container {
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
  }

  #main .customer_request:nth-child(2n) {
    padding-left: 5px;
  }

  #main .customer_request:nth-child(odd) {
    padding-right: 5px;
  }

  .retourFormOverview h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .retourFormOverview p {
    font-size: 18px;
    font-style: italic;
  }

  .retourButton {
    margin-left: 10px;
    margin-top: 10px;
  }

  #retourform {
    background-color: #f7f7f7;
    padding: 10px 20px;
  }

  #retourform .mit_gewaehrleistung_infotext,
  #retourform .ohne_gewaehrleistung_infotext {
    font-weight: 700;
    margin-bottom: 5px;
  }

  #retourform .address_box {
    margin: 20px 0;
  }

  #retourform .street {
    display: inline-block;
    width: 77%;
  }

  #retourform .number {
    display: inline-block;
    margin-left: 2%;
    width: 19%;
  }

  #retourform .number label {
    margin-left: 0;
    width: 100%;
  }

  #retourform .postcode {
    display: inline-block;
    margin-right: 2%;
    width: 31%;
  }

  #retourform .postcode label {
    margin-right: 0;
    width: 100%;
  }

  #retourform .place {
    display: inline-block;
    width: 65%;
  }

  #retourform .widget span.mandatory {
    display: inline-block;
    font-size: 14px;
  }

  #retourform .widget-explanation.last {
    text-align: right;
  }

  #retourform .widget textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }

  #retourform .shipping_address span {
    display: block;
  }

  #retourform .widget input {
    display: inline-block;
    width: 100%;
  }

  #retourform .widget label,
  #retourform .widget legend,
  #retourform .widget p.legend {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
  }

  #retourform .widget-checkbox label {
    display: inherit;
  }

  #retourform .widget-text label {
    display: block;
  }

  #retourform .widget-select select {
    width: 100%;
  }

  #retourform .widget-checkbox input,
  #retourform .widget-radio label {
    display: inline-block;
    width: 90%;
  }

  #retourform .widget-checkbox input,
  #retourform .widget-radio input {
    display: inline-block;
    width: auto;
  }

  #retourform .widget-checkbox label,
  #retourform .widget-radio label {
    font-weight: 300;
  }

  #retourform .delivered_with_second_part,
  #retourform .sending_reason_first_part {
    margin-top: 5px;
  }

  #retourform .delivered_with_second_part input,
  #retourform .sending_reason_first_part input {
    height: 22px;
    margin-left: 0;
    margin-top: -2px;
  }

  #retourform .submit_container input,
  #retourform .widget-pagebreak button {
    background: #0770b0 !important;
    background-image: none;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
  }

  #retourform .widget-pagebreak button {
    line-height: 16px;
    margin-top: 10px;
  }

  #retourform .submit_container input {
    margin-top: 20px;
  }

  #retourform .submit_container input:hover,
  #retourform .widget-pagebreak button:hover {
    background: #4d4d4d !important;
    background-image: none;
    color: #fff;
    cursor: pointer;
  }

  #retourform .repair_warranty input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  #retourform .repair_warranty label {
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 8px 10px;
  }

  #retourform .repair_warranty label:hover {
    background-color: #0770b0;
    color: #fff;
    cursor: pointer;
  }

  #retourform .repair_warranty input[type="radio"]:checked+label {
    background-color: #0770b0;
    color: #fff;
  }

  #retourform .widget-submit button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  #retourform .widget-submit button:hover {
    background-color: #0770b0;
    color: #fff;
  }
}

@media screen and (max-width: 766px) {
  .boxWithImages {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 10px;
  }

  .boxWithImages p {
    margin-bottom: 0;
  }

  .boxWithImages ul {
    list-style-position: inside;
    list-style: none;
  }

  .boxWithImages .image_container {
    float: none !important;
    margin-bottom: 2%;
    width: 25% !important;
  }

  .boxWithImages .ce_text {
    margin-bottom: 2%;
  }

  .boxWithImages h3 {
    margin-top: 0 !important;
  }

  .boxWithImages p {
    padding-bottom: 0 !important;
  }

  .no-margin-top h3,
  h3.no-margin-top {
    margin-top: 0;
  }

  #calibrationform .total-added-deivce {
    display: none !important;
  }

  #calibrationform input,
  #calibrationform textarea {
    background: #f1f1f1;
    padding: 1%;
    width: 99%;
  }

  #calibrationform .sum-price {
    margin-bottom: 2%;
  }

  #calibrationform .shipping_address span {
    display: inline-block;
    width: 100%;
  }

  #calibrationform .shipping_address input {
    width: auto;
  }

  #calibrationform .shipping_address legend span {
    display: inline-block;
    width: auto;
  }

  #calibrationform .widget-checkbox input {
    display: inline-block;
    margin-right: 1%;
    width: auto;
  }

  #calibrationform .widget-submit button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }

  #calibrationform .delete_new_device {
    background: red;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
  }

  #calibrationform select {
    width: 100%;
  }

  #calibrationform .widget label,
  #calibrationform .widget legend,
  #calibrationform .widget p.legend {
    font-weight: 400;
  }

  #calibrationform .warranty input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  #calibrationform .total-sum-price {
    margin-bottom: 2%;
  }

  #calibrationform .warranty input[type="radio"]:checked+label {
    background-color: #0770b0;
    color: #fff;
  }

  #calibrationform #add_new_device,
  #calibrationform .warranty label {
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: block;
    font-size: 16px;
    margin: 0 0 1%;
    padding: 1%;
    text-align: center;
  }

  #calibrationform .warranty span {
    display: block;
    padding: 1% 0;
    width: 60%;
  }

  #calibrationform .warranty legend span {
    display: inline-block;
    padding: 0;
    width: auto;
  }

  #calibrationform #add_new_device {
    background: none;
    background-color: #49c569 !important;
    color: #fff;
    font-size: 16px;
    margin: 2% 0;
  }

  .submit_online_seminar {
    display: inline-block;
  }

  .loader {
    animation: load5 1.1s ease infinite;
    border-radius: 50%;
    display: none;
    font-size: 6px;
    height: 1em;
    margin-left: 30px;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 1em;
  }

  #aboveHeader {
    background-color: #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    left: 0;
    padding-right: 2%;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 1001;
  }

  #aboveHeader .social_media_icons {
    display: none;
  }

  #aboveHeader .mod_customnav {
    float: right;
    margin: 4px 0 0;
  }

  #aboveHeader .mod_customnav a,
  #aboveHeader .mod_customnav strong {
    color: #4d4d4d;
    font-weight: 300;
    text-decoration: none;
  }

  #aboveHeader .mod_customnav li {
    float: left;
    font-size: 12px;
    line-height: 14px;
  }

  #aboveHeader .mod_customnav li.first {
    display: none;
  }

  #aboveHeader .mod_customnav li:nth-child(2) {
    border-right: 1px solid #4d4d4d;
    margin-right: 5px;
    padding-right: 5px;
  }

  .contactPageFilter.noContactItems .ce_metamodels_frontendfilter+.ce_metamodel_list,
  .noContactItems #contentMain .mod_metamodel_list,
  .noContactItems .ContactSelectorInside-FlagSelect,
  .noContactItems .headlineContactSelectorInside {
    display: none !important;
  }

  .ce_metamodel_list .contactSelectorList .pm_partner .productSelectorHeadline .flag {
    display: none;
  }

  .ce_metamodels_frontendfilter.showCountrys .widget.country {
    display: block;
  }

  .contactLanguages {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .contactLanguages .button-group {
    align-content: stretch;
    display: flex !important;
    flex-wrap: wrap;
  }

  .contactLanguages .button-group button {
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 1% 0;
    text-align: center;
    width: 77px;
  }

  .contactLanguages .button-group button img {
    height: 26px;
    width: auto;
  }

  .contactLanguages .button-group .is-checked,
  .contactLanguages .button-group button:hover {
    background: #0770b0;
    background-position: 0 0 !important;
    color: #fff;
  }

  .gelbeBox {
    background-color: #f4d374;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .gelbeBox .grid6 {
    padding-right: 5px;
  }

  #main .ce_accordion h3.ce_headline.headline {
    font-size: 18px;
    margin-top: 1%;
  }

  .ce_player video {
    vertical-align: bottom;
    width: 100%;
  }

  .cookiebar button {
    font-size: 1em;
    font-weight: lighter;
    height: auto;
    line-height: inherit;
  }

  .cookiebar,
  .cookiebar button {
    -webkit-text-size-adjust: none;
    padding: 0.3em;
  }

  .cookiebar {
    box-sizing: border-box;
    line-height: 1.3em;
    z-index: 33333;
  }

  .cookiebar__message,
  .cookiebar__text {
    -webkit-text-size-adjust: none;
    margin-right: 0 !important;
  }

  #main .mod_newslist {
    float: left;
  }

  #main .mainSlider {
    width: 100% !important;
  }

  #main .ce_sliderStart {
    float: left !important;
    margin-bottom: 2%;
    width: 100% !important;
  }

  #main .ce_sliderStart img {
    height: auto !important;
    width: 100% !important;
  }

  #main .ce_sliderStart .slider-next,
  #main .ce_sliderStart .slider-prev {
    display: none;
  }

  .boxContact {
    float: left;
    width: 100%;
  }

  .boxBGgrey {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .ce_text.boxBGgrey.marginBottom.block {
    width: 98% !important;
  }

  .boxBGblue {
    background-color: #0071a6;
    color: #fff;
    padding: 10px;
  }

  .marginBottom {
    margin-bottom: 2%;
  }

  .flagge {
    margin-right: 10px;
    width: 30px;
  }

  .flagge,
  .wrapperBoxContact {
    float: left;
    margin-left: 10px;
  }

  .wrapperBoxContact {
    width: 100%;
  }

  .wrapperBoxContact a {
    float: left;
  }

  .abstandHalter {
    float: left;
    margin-bottom: 5%;
    margin-top: 3%;
  }

  .tabbody .ce_image.grid3 {
    width: 22% !important;
  }

  .tabbody .ce_image.grid3,
  .tabbody .ce_image.grid6 {
    float: left;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .tabbody .ce_image.grid6 {
    width: 47% !important;
  }

  #main .information {
    color: #0089d2;
  }

  .bluebox .ce_text {
    float: left;
    margin-right: 30px;
    width: 100%;
  }

  .bluebox,
  .bluebox h3,
  .bluebox p {
    color: #fff;
  }

  .bluebox {
    background-color: #065890;
    box-sizing: border-box;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .bluebox .grid12 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #main .pdfViewerContainer {
    float: left;
    margin-top: 3%;
    width: 50%;
  }

  #main .pdfViewerContainer img {
    height: 23px;
    margin-bottom: -5px;
    width: auto;
  }

  #main .pdfViewerContainer a {
    line-height: 23px;
  }

  #footer .social_media_icons {
    float: left;
    margin-bottom: 4%;
    text-align: center;
    width: 100%;
  }

  #footer .social_media_icons .linkedin,
  #footer .social_media_icons .youtube {
    display: inline-block;
    width: 10%;
  }

  #footer .social_media_icons img {
    height: 30px;
    width: auto;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfViewerContainer {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfViewerContainer img {
    float: left;
    height: 1.3em;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0.35em;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfViewerContainer a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #mainDropdownComplete .insideMainDropdownComplete .fallbackMap {
    display: none;
  }

  .specialContactBox.Mitarbeiterbox {
    margin-bottom: 2%;
    margin-top: 0;
  }

  .ce_text.mitarbeiterBox p {
    background-color: #ccc;
    padding-bottom: 0 !important;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    width: 96%;
  }

  .groupLink {
    background-color: #f7f7f7;
    display: none;
    float: left;
    margin-top: -3%;
    padding-bottom: 2%;
    text-align: center;
    width: 100%;
  }

  .groupLink.active {
    display: block;
  }

  .groupLink a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2%;
    text-decoration: none;
    width: 92%;
  }

  .mod_navigation>ul>li>ul>li a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    margin-right: 10px;
  }

  .jobsAccordion .toggler {
    background-color: #e6e6e6 !important;
    color: #4d4d4d !important;
  }

  .jobsAccordion .toggler br {
    display: none !important;
  }

  .jobsAccordion .toggler.ui-accordion-header-active,
  .jobsAccordion .toggler:hover {
    background-color: #0770b0 !important;
    color: #fff !important;
  }

  .jobsAccordion .toggler .headline {
    font-weight: 700;
  }

  .jobsAccordion .specialContactBox {
    margin-left: 0 !important;
    margin-top: -20px !important;
    padding-left: 0 !important;
  }

  .ie8fallback {
    display: none;
  }

  #tab-menu .specialContactBox {
    background-color: #ccc;
    float: left;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #main .servicePriceButton {
    background-color: #0770b0;
    float: left;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  }

  #main .servicePriceButton a {
    color: #fff;
    display: block;
    padding: 1%;
  }

  .generalContacts.grid6 {
    float: left;
    margin-bottom: 2%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .generalContacts img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  #main .galleria-theme-classic .galleria-info {
    display: none !important;
  }

  #main .solar_logo {
    width: 25% !important;
  }

  .ce_table {
    float: left !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .specialContactBox .contactGlobal2 {
    border: 1px solid #0770b0;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100% !important;
  }

  .specialContactBox .contactGlobal2 p {
    font-size: 18px;
    font-weight: 700;
  }

  .sliderInnerContentWrapper {
    display: table;
    width: 100%;
  }

  .sliderInnerContentWrapperText {
    height: 100%;
  }

  #wrapper {
    background-color: #fff;
  }

  #cboxTitle {
    display: none !important;
  }

  #select_3731462 {
    margin-bottom: 4%;
  }

  .mod_newslist .teaser ul {
    margin-left: 7% !important;
  }

  .ce_accordion .ui-accordion-content div.ce_downloads {
    width: 100%;
  }

  .mod_navigation li.active {
    display: block !important;
  }

  li.active.first {
    display: none;
  }

  .noLanguageTranslation img {
    opacity: 0.3;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li span.active {
    color: #000;
  }

  #mainDropdownComplete .mod_changelanguage span.noLanguageTranslation {
    color: #ccc;
  }

  #mainDropdownComplete .mod_changelanguage span.noLanguageTranslation img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

  .specialContactBox .contactBoxSubs .contact a {
    color: #004bb5;
  }

  .mod_sitemap li.products_tab {
    color: #4d4d4d;
    float: left;
    font-size: 11px;
    height: auto;
    width: 233px;
  }

  .highlight {
    font-weight: 700;
  }

  .gridDestroy {
    float: left;
    width: 100%;
  }

  [class*="grid"] [class*="ce_"],
  [class*="grid"] [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  .completeSelectorLink a {
    background-color: #0770b0;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-decoration: none;
  }

  .completeSelectorLink a:hover {
    background-color: #4d4d4d;
  }

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

  .ce_text.centerText h3 {
    font-size: 42px;
  }

  #headerNavigation {
    background-image: url(../img/bg_nav_main_blue.b6a3b245..png);
    background-repeat: repeat;
    float: left;
    height: 50px;
    position: fixed;
    top: 137px;
    width: 100%;
    z-index: 150;
  }

  #headerNavigation .block {
    overflow: unset;
  }

  #headerNavigation .insideNavigation {
    margin-left: auto;
    margin-right: auto;
  }

  #headerNavigation .mod_navigation {
    float: left;
  }

  #headerNavigation .mod_navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #headerNavigation .mod_navigation>ul>li {
    float: left;
  }

  #headerNavigation .mod_navigation>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul a,
  #headerNavigation .mod_navigation>ul span {
    color: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
  }

  #headerNavigation .mod_navigation>ul>li>a,
  #headerNavigation .mod_navigation>ul>li>span {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #headerNavigation .mod_navigation>ul.level_1 li:hover {
    background-color: #0770b0;
    color: #fff;
  }

  #headerNavigation .mod_navigation>ul>li>a.trail,
  #headerNavigation .mod_navigation>ul>li>span {
    border-bottom: 3px solid #fff;
    height: 47px;
  }

  #headerNavigation .mod_navigation>ul>li:hover>ul {
    display: block;
    position: absolute;
  }

  #headerNavigation .mod_navigation .navigationProducts ul.level_2 {
    left: 50%;
    margin-left: -490px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li {
    position: relative;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a,
  #headerNavigation .mod_navigation>ul>li>ul>li span {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 20px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.navigationBorderTop,
  #headerNavigation .mod_navigation>ul>li>ul>li span.navigationBorderTop {
    border-top: 1px solid #fff;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    padding-right: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.fallbackGerman:before {
    content: url(../img/flagge_deutschland_navi.8fcdd24c..jpg);
    padding-right: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul,
  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul {
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.submenu,
  #headerNavigation .mod_navigation>ul>li>ul>li span.submenu {
    background-image: url(../img/icon_submenu.6a8fdb76..png);
    background-position: 100%;
    background-repeat: no-repeat;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.trail,
  #headerNavigation .mod_navigation>ul>li>ul>li a:hover,
  #headerNavigation .mod_navigation>ul>li>ul>li span {
    background-color: #0770b0;
    color: #fff;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li {
    position: relative;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li:hover>ul {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li:hover>ul {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }

  #headerNavigation .searchButton {
    background-image: url(../img/icon_search.1fb2b510..png);
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 50px;
    margin-right: 20px;
    width: 27px;
  }

  #headerNavigation .searchBox {
    background-image: url(../img/bg_black_65.dc41b4de..png);
    background-repeat: repeat;
    display: none;
    float: right;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  #headerNavigation .searchBox.active {
    display: block;
  }

  #headerNavigation .searchBox a,
  #headerNavigation .searchBox span {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #headerNavigation .searchBox a:hover,
  #headerNavigation .searchBox span {
    text-decoration: underline;
  }

  #headerNavigation .searchBox input.text {
    height: 30px;
  }

  #headerNavigation .searchBox input.submit {
    float: right;
    height: 30px;
    width: 90px;
  }

  .sliderbox.mod_article [class*="ce_"],
  .sliderbox.mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #outerWrapperBox {
    float: left;
    margin-top: 110px;
    width: 100%;
  }

  .mod_breadcrumb {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mod_breadcrumb li {
    color: #ccc;
    float: left;
    list-style-type: none;
  }

  .mod_breadcrumb p.youAreHere {
    color: #ccc;
    float: left;
    margin-bottom: 0;
  }

  .mod_breadcrumb li a,
  .mod_breadcrumb li span {
    color: #ccc;
  }

  .mod_breadcrumb li:before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
  }

  .mod_breadcrumb li.first {
    display: none;
  }

  .image_container {
    display: table;
    width: 100%;
  }

  .centerText .image_container {
    display: inline-block;
  }

  .image_container img {
    display: block;
    width: 100%;
  }

  .ce_table table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
  }

  .ce_table td,
  .ce_table th {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .ce_table.tableArrows td:before {
    content: "▶";
    float: left;
  }

  .ce_table th {
    background-color: #0770b0;
    color: #fff;
    font-weight: 400;
  }

  .ce_table tbody td,
  .ce_table thead th {
    text-align: center;
  }

  .ce_table thead th.col_first {
    text-align: left;
  }

  .ce_table tbody th {
    background-color: #ccc;
    color: #4d4d4d;
  }

  .ce_table.tableGreen th.head_1 {
    background-color: #00862d;
  }

  .ce_table.tableGreen td.col_1 {
    background-color: #d0efd3;
  }

  .galleria-theme-classic {
    background-color: #f7f7f7;
    width: 100% !important;
  }

  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    background-color: #fff;
    border-color: #ccc;
  }

  .linkID,
  .noClick {
    cursor: default;
  }

  .warning {
    color: red;
  }

  #main .ce_accessible_tabs .ce_image {
    float: left;
    width: 98% !important;
  }

  #main .ce_accessible_tabs .ce_image figcaption {
    background-color: #f7f7f7 !important;
  }

  .cr_button,
  .cr_ipe_item,
  .cr_page {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .cr_button {
    margin-bottom: 2% !important;
    margin-top: 4% !important;
  }

  #main .mod_eventlist .layout_latest h2 a,
  #main .mod_newslist .layout_latest h2 a {
    text-align: left;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li a,
  .mobile_menu .ce_accessible_tabs .mod_navigation li span {
    border-bottom: 0;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation .level_1 a,
  .mobile_menu ce_accessible_tabs .mod_navigation .level_1 li span {
    padding-left: 0;
  }

  .mod_search .even {
    margin-bottom: 2%;
  }

  .mod_search span.highlight {
    word-wrap: break-word;
  }

  .mod_search p.url {
    background-color: #ccc;
    color: #000;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 2%;
    width: 96%;
  }

  .mod_search input.submit {
    float: right;
    height: 31px;
    margin-left: 2%;
    width: 28%;
  }

  .mod_search .widget-text {
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    width: 78%;
  }

  .mod_search .widget-text input[type="search"] {
    font-size: 1em;
    width: 100%;
  }

  .mod_search .widget-submit button {
    height: 31px;
    width: 100%;
  }

  html {
    -webkit-text-size-adjust: 100%;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage {
    display: inline-block;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul {
    display: flex;
    flex-wrap: wrap;
  }

  #tab-menu .ce_text a {
    text-decoration: none;
  }

  .ce_galerie.grid6 {
    width: 98% !important;
  }

  #main .ce_text p a {
    text-decoration: none;
    word-break: break-all;
  }

  #main ol {
    float: left;
    margin-left: 4%;
    width: 96%;
  }

  #main .ce_youtube,
  #main .ce_youtube.grid12 {
    float: none;
    margin-bottom: 2em;
    margin-top: inherit;
    width: 100% !important;
  }

  #main .mejs-container embed,
  #main .mejs-container iframe,
  #main .mejs-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #main .ce_hyperlink {
    float: left;
    margin-bottom: 2%;
    width: 100% !important;
  }

  #main .specialContactboxSV {
    background-color: #0770b0;
    position: absolute;
    right: 0;
    width: 60% !important;
  }

  #main .specialContactboxSV a {
    border: 0 !important;
    color: #fff;
  }

  #contentMain .contactLinkBox,
  #main .contactLinkBox {
    float: left;
    width: 100% !important;
  }

  .ce_accordion .ui-accordion-content div .image_container figcaption {
    background-color: #4d4d4d;
    color: #fff;
    padding: 2%;
    width: 96%;
  }

  .sliderProductPicture {
    float: right;
    margin-right: 2%;
    margin-top: -128px;
  }

  .sliderProductPicture img {
    height: 100px;
    width: auto;
  }

  #main .ce_gallery {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }

  #main .mod_eventlist .image_container a,
  #main .mod_newslist .image_container a {
    background-color: transparent !important;
  }

  #main .layout_full .datum {
    display: none;
    float: left;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .mod_newsreader p.back {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100%;
  }

  #main .mod_newsreader p.back a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #main .layout_full h2 {
    float: left;
    font-size: 1em;
    margin-bottom: 2%;
    width: 100%;
  }

  .pagination {
    background-color: #f7f7f7;
    float: left;
    margin-top: 2%;
    padding: 2%;
    width: 98%;
  }

  .pagination ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .pagination p {
    font-weight: 400;
    margin-left: 1%;
  }

  .pagination li {
    background-color: #4d4d4d;
    float: left;
    line-height: 2em;
    list-style-type: none;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-top: 1%;
    text-align: center;
    width: 13.1%;
  }

  .pagination a,
  .pagination strong {
    display: block;
  }

  .pagination a {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
  }

  .pagination ul li.first,
  .pagination ul li.last,
  .pagination ul li.next,
  .pagination ul li.previous {
    background-color: #4d4d4d;
    float: left;
    line-height: 2em;
    width: 98%;
  }

  .pagination strong {
    background-color: #0770b0;
    color: #fff;
  }

  #main .mod_eventlist .layout_latest,
  #main .mod_newslist .layout_latest {
    background-color: transparent;
    margin-bottom: 2%;
    padding-bottom: 2%;
  }

  #main .mod_eventlist .layout_latest {
    border-color: currentcolor #0770b0 #0770b0;
    border-top: 1px dotted #0770b0;
  }

  #main .mod_eventlist .layout_latest .image_container {
    margin-top: 7%;
  }

  #main .mod_eventlist .layout_latest.current {
    border-top: 0;
  }

  #main .mod_eventlist .layout_latest.last,
  #main .mod_newslist .layout_latest.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #main .mod_eventlist .layout_latest .teaser,
  #main .mod_newslist .layout_latest .teaser {
    float: left;
    width: 100%;
  }

  #main ul {
    float: left;
    list-style-type: disc;
    margin-left: 2%;
    width: 93%;
  }

  #main ul.blueDots {
    color: #0770b0;
  }

  #main ul.blueDots span.greyText {
    color: #4d4d4d;
  }

  #main .mod_eventlist .layout_latest,
  #main .mod_newslist .layout_latest {
    float: left;
    padding-top: 2%;
    width: 100%;
  }

  #main .mod_eventlist .layout_latest.first,
  #main .mod_newslist .layout_latest.first {
    border-top: 0;
  }

  #main .mod_eventlist .layout_latest .image_container,
  #main .mod_newslist .layout_latest .image_container {
    float: right;
    padding-left: 2%;
    width: 38%;
  }

  #main .ce_text {
    float: left;
    width: 100%;
  }

  #main .ce_image {
    float: left;
    margin-top: 2%;
  }

  #main .mod_eventlist .layout_latest h2,
  #main .mod_newslist .layout_latest h2 {
    background-color: #f7f7f7;
    float: left;
    margin-top: 0.5%;
    padding: 2%;
    width: 56%;
  }

  #main .mod_eventlist .layout_latest p.more a,
  #main .mod_newslist .layout_latest p.more a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    line-height: 2em;
    margin-bottom: 2%;
    margin-top: 2%;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #main .mod_eventlist .layout_latest h2 a,
  #main .mod_newslist .layout_latest h2 a {
    background-color: #f7f7f7;
    color: #0770b0;
    font-size: 0.8em !important;
    line-height: 1.3em;
  }

  #main .mod_newslist .layout_latest p.info {
    float: left;
    font-weight: 700;
    width: 100%;
  }

  #main .mod_eventlist .layout_latest p.info {
    float: left;
    font-weight: 700;
    width: 60%;
  }

  #main .grid3.mobile50 {
    float: left;
    margin-bottom: 2%;
    width: 50% !important;
  }

  #main .ce_text.grid3.mobile50 {
    margin-top: 2%;
  }

  #main .grid3.mobile50 p {
    font-size: 0.8em;
    padding-bottom: 0 !important;
  }

  #main .grid3 {
    width: 100% !important;
  }

  #main .contactGlobal p {
    font-size: 18px;
    font-weight: 700;
  }

  #main .ce_text p {
    padding-bottom: 15px;
  }

  #main a {
    text-decoration: none;
  }

  #main .mod_dlh_googlemaps {
    display: block;
    float: left;
    height: 330px;
    width: 100%;
  }

  #main .mod_sitemap ul {
    list-style-type: none;
  }

  #main .mod_sitemap ul.level_1 li {
    float: left;
    line-height: 1.7em;
    width: 100%;
  }

  #main .mod_sitemap a {
    text-decoration: none;
  }

  #main .mod_sitemap .level_1 a.submenu {
    font-weight: 700;
  }

  #main .mod_sitemap .level_2 a.submenu {
    font-weight: 300;
  }

  #main .mod_sitemap li.submenu {
    margin-bottom: 20px;
  }

  #main .mod_sitemap .level_2 li.submenu {
    margin-bottom: 0;
    margin-top: 0;
  }

  .ce_metamodel_list a,
  .mod_metamodel_list a {
    text-decoration: none;
  }

  .ce_metamodel_list .contactSelectorList .block,
  .mod_metamodel_list .contactSelectorList .block {
    background-color: #f7f7f7;
  }

  #specialApplicationsHeader {
    float: left;
    width: 100%;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text {
    background-color: #000;
    font-size: 0.8em;
    height: 35px;
    line-height: 35px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    width: 98%;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text h1 {
    background-color: #000;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 100%;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text p {
    display: none;
  }

  #specialApplicationsHeader .applicationSlider {
    background-color: #0770b0;
    float: left;
    width: 100% !important;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox {
    color: #fff;
    float: left;
    width: 100%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox h3 {
    margin-top: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox {
    margin-bottom: 2%;
    padding: 2%;
    width: 96%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    float: left;
    list-style-type: disc;
    margin-bottom: 2%;
    padding-left: 6%;
    padding-right: 2%;
    width: 96%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationPictureBox {
    float: left;
    padding: 2%;
    width: 96%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxOnTop:after {
    content: url(../img/icon_arrow_bottom_50_50.a1e61cb8..png);
    float: left;
    text-align: center;
    width: 100%;
  }

  #main .completeSelectorLink,
  .applicationIconBox {
    display: none;
  }

  .specialContactBox {
    background-color: #ccc;
    float: left;
    margin-top: 2%;
    padding: 2%;
    width: 96%;
  }

  .specialContactBox .contact {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 2%;
    width: 96% !important;
  }

  .specialContactBox .contactBoxSubs .grid12 {
    float: left;
    padding: 2%;
    width: 96%;
  }

  .miniIcon img,
  .specialContactBox img,
  .specialStartpageTabServiceContactBox img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  .specialStartpageTabServiceContactBox .contact {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .specialStartpageTabServiceContactBox h3 {
    font-weight: 700;
  }

  .specialStartpageTabServiceContactBox a {
    text-decoration: none;
  }

  .specialContactBox .contactBoxGermany,
  .specialContactBox .contactBoxWorldwide {
    display: none;
  }

  .specialContactBox .contactBoxGermany.active,
  .specialContactBox .contactBoxWorldwide.active {
    display: block;
  }

  .specialContactBox .contactButton {
    background-color: #0770b0;
    color: #fff;
    float: left;
    font-size: 0.8em;
    margin-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
  }

  .specialContactBox .contactButton h3 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .specialContactBox p.introText {
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
  }

  .specialContactBox .contactButton.active {
    background-color: #4d4d4d;
  }

  .specialContactBox .contactButton h3:after {
    content: "►";
    float: right;
  }

  .specialContactBox .contactButton.active h3:after {
    content: "▼";
  }

  #main .ce_hyperlink a {
    border: 1px solid #ccc;
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 2%;
    text-decoration: none;
    word-break: normal;
  }

  #main .ce_hyperlink a:before {
    content: "☍ ";
    float: left;
    margin-right: 2%;
  }

  #main .ce_download.grid9,
  #main .ce_downloads.grid9 {
    float: left;
    margin-top: 2%;
    width: 75% !important;
  }

  #main .ce_download a,
  #main .ce_downloads a {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 2%;
    padding: 2%;
    text-decoration: none;
    width: 100%;
  }

  #main .ce_download img,
  #main .ce_downloads img {
    float: left;
    height: 11%;
    vertical-align: middle;
    width: 11%;
  }

  #main h3.ce_headline {
    float: left;
    margin-bottom: 2%;
    margin-top: 4%;
    width: 100% !important;
  }

  #main .newsletterBox,
  #main .serviceBox {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: right !important;
    margin-left: 2%;
    margin-top: 2%;
    width: 23% !important;
  }

  #main .ce_gallery.productIcons {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery.productIcons ul li {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 15.66%;
  }

  #main .ce_gallery.appstoreIcons {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery.appstoreIcons li {
    float: left;
    width: 50%;
  }

  .ce_gallery>ul li.col_first {
    clear: none;
  }

  #main tbody th {
    text-align: left;
  }

  #header #globalSettings,
  #header .subsidiariesBtn,
  #mainDropdownComplete {
    display: none;
  }

  .mobile_menu {
    background-color: #ccc;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 2%;
    z-index: 9999 !important;
  }

  .mobile_menu .searchBox {
    overflow: hidden;
  }

  .mobile_menu>.inner {
    background-color: #ccc;
    height: 100%;
  }

  #header .mod_mobile_menu {
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 2%;
    text-align: right;
    width: 23%;
  }

  #header .mod_mobile_menu span img {
    height: 40px;
    width: auto;
  }

  .mobile_menu .mod_search {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  .mobile_menu .mod_search h1 {
    display: none;
  }

  .mobile_menu #globalSettingsMobile {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage {
    background-color: #f7f7f7;
    margin-bottom: 2%;
    /* padding: 2% 0 2% 2%; */
    width: 100%;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage a,
  .mobile_menu #globalSettingsMobile .mod_changelanguage span {
    color: #000;
    font-size: 1em;
    line-height: 25px;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage span:after {
    color: #000;
    content: "▾";
    float: right;
    margin-right: 2%;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li {
    display: none;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li.active {
    display: block !important;
  }

  .mobile_menu .mod_changelanguage img {
    float: left;
    height: 18px;
    line-height: 25px;
    margin-right: 2%;
    margin-top: 2px;
    width: auto;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage img {
    margin-top: 0;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation {
    margin-bottom: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li {
    text-indent: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation a {
    background-color: #f7f7f7 !important;
    color: #000;
    font-size: 0.9em !important;
    line-height: 1.7em !important;
    margin-bottom: 0;
    text-decoration: none !important;
  }

  #tab-menu ul.tabs-list {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .mobile_menu .mod_navigation {
    float: left;
    margin-bottom: 200px;
    width: 100%;
  }

  .mobile_menu .mod_navigation li {
    float: left;
    position: relative;
    width: 100%;
  }

  .mobile_menu .mod_navigation .level_1 li {
    background-color: #4d4d4d;
  }

  .mobile_menu .mod_navigation .level_2 li {
    background-color: #6b6b6b;
  }

  .mobile_menu .mod_navigation .level_3 li {
    background-color: #8f8b8b;
  }

  .mobile_menu .mod_navigation .level_4 li {
    background-color: #b8b2b2;
  }

  .mobile_menu .mod_navigation li.submenu_hide.subitem-visible>a:after {
    color: #fff;
    content: "▸";
    font-size: 1.4em;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
  }
}

@media screen and (max-width: 766px) and (min-width: 540px) {
  .mobile_menu .mod_navigation li.submenu_hide.subitem-visible>a:after {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 766px) {

  .mobile_menu .mod_navigation li a,
  .mobile_menu .mod_navigation li span {
    border-bottom: 3px solid;
    border-color: #ccc;
    color: #fff;
    display: block;
    padding-bottom: 2%;
    padding-right: 10%;
    padding-top: 2%;
    text-decoration: none;
  }

  .mobile_menu .mod_navigation li a.trail,
  .mobile_menu .mod_navigation li span {
    background-color: #0770b0;
    color: #fff;
  }

  .mobile_menu .mod_navigation .level_1 a,
  .mobile_menu .mod_navigation .level_1 li span {
    padding-left: 2%;
  }

  .mobile_menu .mod_navigation .level_2 a,
  .mobile_menu .mod_navigation .level_2 li span {
    padding-left: 4%;
  }

  .mobile_menu .mod_navigation .level_3 a,
  .mobile_menu .mod_navigation .level_3 li span {
    padding-left: 6%;
  }

  .mobile_menu .mod_navigation .level_4 a,
  .mobile_menu .mod_navigation .level_4 li span {
    padding-left: 8%;
  }

  .mobile_menu .mobileChangeLanguage {
    background-color: #f7f7f7;
    display: none;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 2%;
  }

  .mobile_menu .mobileChangeLanguage.active {
    display: block;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul {
    display: flex;
    flex-wrap: wrap;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li {
    color: #cbcbcb;
    flex: 0 0 50%;
    line-height: 1.2em;
    padding-bottom: 3%;
    padding-top: 2%;
    width: 50%;
  }
}

@media screen and (max-width: 766px) and (min-width: 600px) {
  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li {
    flex: 0 0 33%;
    width: 33%;
  }
}

@media screen and (max-width: 766px) {
  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li.lang-ro {
    display: none !important;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn {
    background-color: #f7f7f7;
    color: #000;
    font-size: 0.9em;
    line-height: 25px;
    margin-bottom: 2%;
    padding: 2% 0 2% 2%;
    width: calc(50% - 1rem);
  }

  .mobile_menu .ce_accessible_tabs {
    background-color: #f7f7f7;
    color: #000;
    display: none;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 2%;
  }

  #main .ce_accessible_tabs .ce_galerie {
    margin-top: 2%;
  }

  .mobile_menu .ce_accessible_tabs.active {
    display: block;
  }

  .mobile_menu .ce_accessible_tabs .content h4,
  .mobile_menu .ce_accessible_tabs span {
    display: none;
  }

  .mobile_menu .ce_accessible_tabs ul.tabs-list li {
    border-bottom: 1px solid #000;
    float: left;
    font-size: 0.9em;
    margin-bottom: 1%;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody {
    display: block !important;
    float: left;
    width: 33.33%;
  }

  #specialContentHeader .ce_accessible_tabs .content .tabbody h3 {
    margin-bottom: 2%;
    margin-top: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a,
  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a .mm-list>li>span {
    line-height: 1.5em;
    white-space: normal;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn:after {
    color: #000;
    content: "▾";
    float: right;
    font-size: 1.2em;
    line-height: 20px;
    margin-right: 2%;
    margin-top: 2px;
  }

  input[type="search"],
  input[type="submit"],
  input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  #main .contenttable,
  #main .overflowClass {
    -webkit-overflow-scrolling: touch;
    float: left;
    overflow-x: scroll;
    width: 100%;
  }

  #main .ce_text ul {
    float: left;
    list-style-type: disc;
    margin-left: 7%;
    width: 93%;
  }

  #main .ce_text ul ul {
    float: right;
    font-size: 12px;
    list-style-type: circle;
  }

  #tab-menu .serviceTeaserBox {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    width: 96%;
  }

  #tab-menu .serviceTeaserBox .caption {
    display: block;
    display: block !important;
    float: left;
    text-align: center;
    width: 98%;
  }

  #tab-menu .serviceTeaserBox .caption ul {
    font-size: 0.9em;
    list-style-type: disc !important;
    margin-bottom: 2%;
    margin-top: 2%;
  }

  #tab-menu .serviceTeaserBox .caption p a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #tab-menu .serviceTeaserBox p.descriptionBox {
    display: none;
  }

  #tab-menu .serviceTeaserBox .ce_image {
    float: left;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }

  .tabbody .jobsAccordion {
    width: 100%;
  }

  #tab-menu.grid12 .content {
    float: left;
    width: 94%;
  }

  #tab-menu.grid12 ul.tabs-list li {
    width: 96%;
  }

  a.back-to-top {
    background-color: #ccc;
    background-image: url(../img/icon_anker_top.4b973b3c..png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #0770b0;
    height: 50px;
    text-indent: -999em;
    width: 50px;
  }

  #contentMain .contactLinkBox a,
  #main .contactLinkBox a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 2%;
    padding: 2%;
    text-align: center;
    text-decoration: none;
    width: 96% !important;
  }

  #contentMain .contactLinkBox a:hover,
  #main .contactLinkBox a:hover {
    background-color: #4d4d4d;
  }

  .noContactLink #contentMain .contactLinkBox,
  .noContactLink #main .contactLinkBox {
    display: none;
  }

  #contentMain .contactLinkBox .contactBoxLeft,
  #main .contactLinkBox .contactBoxLeft {
    float: left;
    text-align: center;
    width: 100% !important;
  }

  #contentMain .contactLinkBox .contactBoxLeft p,
  #main .contactLinkBox .contactBoxLeft p {
    float: left;
    text-align: center;
    width: 100%;
  }

  #contentMain .contactLinkBox .contactGlobal,
  #main .contactLinkBox .contactGlobal {
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    text-align: center;
    width: 100% !important;
  }

  h1 {
    font-size: 1.3em;
    margin-bottom: 2%;
  }

  h1,
  h2 {
    line-height: 1.2em;
    margin-top: 0;
  }

  h2 {
    font-size: 1.2em;
  }

  h2,
  h3 {
    margin-bottom: 1%;
  }

  h3 {
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 4%;
    width: 100%;
  }

  h4,
  h5,
  h6 {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
  }

  #headerNavigation {
    display: none;
  }

  blockquote,
  form,
  ol,
  p,
  pre,
  table,
  ul {
    margin-bottom: 0;
  }

  [class*="grid"] {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .mod_article [class*="ce_"],
  .mod_article [class*="event_"]>*,
  .mod_article [class*="layout_"]>*,
  .mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #header {
    /* border-bottom: 3px solid;
    border-color: #0770b0; */
    left: 0;
    top: 27px;
    width: 100%;
    z-index: 1000;
  }

  #header,
  #header .mobileMenuButtonOpened {
    background-color: #fff;
    height: 50px;
    position: fixed;
  }

  #header .mobileMenuButtonOpened {
    right: 0;
    text-align: center;
    top: 0;
    width: 20%;
  }

  #header .mobileMenuButtonOpened a {
    display: block;
  }

  #header .mobileMenuButtonOpened img {
    height: 50px;
    width: auto;
  }

  #header #logoWrapper {
    background-color: #fff;
    height: 50px;
    left: 0;
    padding-left: 2%;
    position: fixed;
    top: 27px;
    width: 58%;
    z-index: 500;
  }

  #header #logoWrapper #logo {
    height: 42px;
    padding-top: 8px;
    width: 100%;
  }

  #header #logoWrapper a {
    display: block;
  }

  #header #logoWrapper img {
    display: block;
    height: 34px;
    width: auto;
  }

  #header #logoWrapper #tagline {
    display: none;
  }

  #header .Subsidiaries_and_Language_Button {
    background-color: #ccc;
    float: right;
    width: 25%;
  }

  #headerPadding {
    height: 80px;
  }

  #sliderContentHeader {
    float: left;
    width: 100%;
  }

  #specialContentHeader {
    float: left;
    margin-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 98%;
  }

  #tab-menu {
    background-color: #ccc;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  #main #tab-menu {
    margin-top: 2%;
  }

  #tab-menu ul.tabs-list li {
    background-color: #4d4d4d;
    float: left;
    line-height: 2em;
    margin-bottom: 1%;
    text-align: center;
    width: 100%;
  }

  #tab-menu ul.tabs-list li.current {
    background-color: #0770b0;
  }

  #tab-menu ul.tabs-list li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #tab-menu ul.tabs-list li span {
    display: none;
  }

  #tab-menu .content {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  #tab-menu .content h4 {
    display: none;
  }

  #tab-menu .tabbody {
    float: left;
    width: 102%;
  }

  #tab-menu .tabbody h3 {
    margin-top: 0 !important;
  }

  #specialContentHeader .ce_contentTeaserBox {
    float: left;
    margin-bottom: 2% !important;
    margin-right: 2% !important;
    width: 48% !important;
  }

  #specialContentHeader .ce_contentTeaserBox .ce_hyperlink {
    background-color: #f7f7f7;
    float: left;
    font-size: 0.8em;
    line-height: 1.3em;
    min-height: 2.5em;
    padding: 1%;
    text-align: center;
    width: 98%;
  }

  #specialContentHeader .ce_contentTeaserBox .ce_hyperlink a {
    color: #000;
    display: block;
    line-height: 1.3em;
    text-decoration: none;
  }

  #secondSliderContentHeader {
    float: left;
    width: 100%;
  }

  #contentMain,
  #main {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  #contentMain #contactbox {
    float: left;
    width: 100%;
  }

  #contentMain #contactbox .headlineContactSelectorInside {
    color: #0770b0;
    float: left !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100% !important;
  }

  #main .mod_breadcrumb {
    display: none;
  }

  .ce_metamodels_frontendfilter {
    float: left;
    width: 100%;
  }

  .ce_metamodels_frontendfilter label {
    float: left;
    font-weight: 700;
    width: 100%;
  }

  .ce_metamodels_frontendfilter select {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter input {
    float: left;
    width: 100% !important;
  }

  .ce_metamodels_frontendfilter .widget.power_supply_systems,
  .ce_metamodels_frontendfilter .widget.service,
  .ce_metamodels_frontendfilter .widget.testing_measuring_safety_instruments {
    display: none;
  }

  #main .ce_metamodels_frontendfilter .widget.showThisBox {
    display: block;
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .text-before-country {
    border-color: #0770b0 #0770b0 currentcolor;
    border-top: 1px solid #0770b0;
    padding-top: 4%;
  }

  .ce_metamodels_frontendfilter .text-before-country,
  .ce_metamodels_frontendfilter .widget.country.active.unused {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused {
    border-bottom: 1px solid #0770b0;
    border-top-color: #0770b0;
  }

  .ce_metamodels_frontendfilter .text-after-country {
    border-color: #0770b0 #0770b0 currentcolor;
    border-top: 1px solid #0770b0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4%;
  }

  .ce_metamodels_frontendfilter .text-after-country,
  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    border-bottom: 1px solid #0770b0;
    border-top-color: #0770b0;
    padding: 2%;
  }

  .ce_metamodel_list,
  .mod_metamodel_list {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .ce_metamodel_list .block,
  .mod_metamodel_list .block {
    border: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
  }

  .ce_metamodel_list .productSelectorImage,
  .mod_metamodel_list .productSelectorImage {
    float: left;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 2%;
    width: 50%;
  }

  .ce_metamodel_list .productSelectorImage ul,
  .mod_metamodel_list .productSelectorImage ul {
    list-style-type: none !important;
    padding-left: 0 !important;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline img,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline img {
    display: block;
    height: auto;
    padding-top: 2%;
    width: 2em;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 a,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser a,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations {
    border-color: currentcolor #4d4d4d #4d4d4d;
    border-top: 1px solid #4d4d4d;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine {
    float: left;
    width: 100%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine p,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine p {
    float: left;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations img,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations ul,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations ul {
    list-style-type: disc;
    margin-left: 7% !important;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations ul ul,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations ul ul {
    margin-left: 0;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations p strong,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations p strong {
    font-weight: 400;
  }

  .ce_metamodel_list .productSelectorLink,
  .mod_metamodel_list .productSelectorLink {
    background-color: #0770b0;
    display: none;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100%;
  }

  #specialContentHeader #tab-menu .ce_metamodel_list .productSelectorTeaser h4,
  #specialContentHeader #tab-menu .mod_metamodel_list .productSelectorTeaser h4 {
    display: block;
  }

  #footer {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  #footer .social_media_icons {
    float: left;
    margin-bottom: 4%;
    text-align: center;
    width: 100%;
  }

  #footer .social_media_icons .linkedin,
  #footer .social_media_icons .youtube {
    display: inline-block;
    width: 10%;
  }

  #footer .social_media_icons img {
    height: 30px;
    width: auto;
  }

  #footer .footerNewsBox .footerNewsBoxWrapper {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree {
    background-color: #ccc;
    float: left;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist a {
    color: #4d4d4d;
    text-decoration: none;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .layout_latest {
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .layout_latest .image_container {
    float: left;
    margin-right: 1%;
    width: 49%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .layout_latest p.info {
    float: left;
    font-weight: 700;
    margin-left: 1%;
    width: 49%;
  }

  #main .figcaptionGrau {
    background-color: #ccc;
    display: table-caption;
    min-height: 40px;
    padding: 2%;
    width: 96%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist h3 {
    border-bottom: 2px solid;
    border-color: #4d4d4d;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .teaserText {
    float: left;
    margin-left: 1%;
    width: 49%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist p.more {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist p.more a {
    color: #fff;
    display: block;
  }

  #footer .footerNewsBox .exhibitionBoxFive {
    background-color: #4d4d4d;
    color: #fff;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
  }

  #footer .footerNewsBox .exhibitionBoxFive a {
    color: #fff;
    text-decoration: none;
  }

  #footer .footerNewsBox .exhibitionBoxFive h3 {
    border-bottom: 2px solid #fff;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .mod_eventlist {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .mod_eventlist .event {
    border-bottom: 1px solid #fff;
    float: left;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .mod_eventlist .event.last {
    border-bottom: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive .moreExhibitions {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    margin-bottom: 4%;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .moreExhibitions a {
    display: block;
  }

  #footer .footerNewsBox .powerNewsBoxTwo {
    background-color: #e4e4e4;
    background-color: #ccc;
    float: left;
    padding: 2%;
    width: 96% !important;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist h3 {
    border-bottom: 2px solid;
    border-color: #4d4d4d;
    float: left;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist .image_container {
    float: left;
    margin-right: 2%;
    width: 25%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist .layout_latest {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist .readMoreBox {
    float: left;
    width: 73%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfDownload {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    padding-left: 2%;
    width: 98%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfDownload img {
    float: left;
    height: 1.3em;
    margin-right: 1%;
    margin-top: 0.35em;
    width: auto;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload a,
  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .powerNewsArchiv {
    background-color: #0770b0;
    color: #fff;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    padding-left: 2%;
    width: 98%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .powerNewsArchiv .mime_icon {
    float: left;
    margin-right: 2%;
  }

  #footer .powernewsBox {
    background-color: #0770b0;
    float: left;
    font-size: 1em;
    line-height: 2em;
    padding-left: 2%;
    text-align: center;
    width: 98%;
  }

  #footer .powernewsBox a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #footer .footerNavigationBox {
    background-color: #4d4d4d;
    float: left;
    width: 100%;
  }

  #footer .footerNavigationBox .firstFooterNavigationBox {
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    position: relative;
    width: 96%;
  }

  #footer .footerNavigationBox .mod_customnav {
    color: #fff;
    float: left;
    margin-bottom: 4%;
    text-align: center;
    width: 100%;
  }

  #footer .footerNavigationBox .mod_customnav ul {
    list-style-type: none;
    text-align: center;
  }

  #footer .footerNavigationBox .mod_customnav ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    margin-left: 2%;
    padding-right: 3%;
  }

  #footer .footerNavigationBox .mod_customnav ul li.first {
    margin-left: 0;
  }

  #footer .footerNavigationBox .mod_customnav ul li.last {
    border-right: 0;
  }

  #footer .footerNavigationBox .mod_customnav a,
  #footer .footerNavigationBox .mod_customnav span {
    color: #fff;
    text-decoration: none;
  }

  #footer .certificatesBox {
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    width: 60%;
  }

  #footer .copyright,
  #footer .ru_startpage_copyright {
    color: #fff;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 4%;
    text-align: center;
    width: 96%;
  }

  #footer .copyright {
    border-top: 1px solid #fff;
  }

  #footer .copyright span {
    display: block;
    font-style: italic;
  }

  #footer .webdesign {
    padding-left: 2%;
    padding-right: 2%;
    text-align: right;
    width: 96%;
  }

  #footer .webdesign a {
    color: #f0f0f0;
    font-size: 0.7em;
    text-decoration: none;
  }

  #footer .footerNavigationBox .topLink {
    background-image: url(../img/icon_anker_top.4b973b3c..png);
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    height: 30px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  sup {
    font-size: 0.8em;
    line-height: 5px;
    vertical-align: 75%;
  }

  .ce_accordion {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 2%;
  }

  .ce_accordion.grid9 {
    width: 75% !important;
  }

  .ce_accordion.grid12 {
    width: 100% !important;
  }

  .ce_accordion .toggler {
    color: #fff;
    font-size: 1em;
    padding: 2%;
    width: 96%;
  }

  #main .ce_text .image_container {
    float: left;
    width: 100%;
  }

  #main .ce_image .image_container figcaption,
  #main .ce_text .image_container figcaption {
    background-color: #ccc;
    color: #4d4d4d;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 96%;
  }

  .ce_accordion .toggler:after {
    content: "▸";
    float: right;
  }

  .ce_accordion .ui-accordion-content div {
    background-color: #f7f7f7;
    color: #4d4d4d;
    float: left;
    overflow-x: scroll;
    padding: 2%;
    width: 96%;
  }

  .ce_accordion .ui-accordion-content div .ce_download,
  .ce_accordion .ui-accordion-content div .ce_downloads,
  .ce_accordion .ui-accordion-content div .ce_hyperlink {
    padding: 0 !important;
  }

  .ce_accordion .ui-accordion-content .ce_text {
    padding: 0;
    width: 100%;
  }

  .ce_accordion .toggler.ui-accordion-header-active {
    background-color: #4d4d4d;
  }

  .ce_accordion .toggler.ui-accordion-header-active:after {
    content: "▾";
    float: right;
  }

  #box_grey.ce_text {
    background-color: #ccc;
    float: left;
    margin-bottom: 2%;
    margin-top: 0;
    padding: 2%;
    width: 94% !important;
  }

  .ce_form table td {
    float: left;
    width: 100%;
  }

  .ce_form input {
    width: 100% !important;
  }

  .mobileChangeLanguage .languageNewsBox {
    display: none;
  }

  .mobileChangeLanguage .languageNormalBox,
  .newsPageLanguageFallback .mobileChangeLanguage .languageNewsBox {
    display: block;
  }

  .newsPageLanguageFallback .mobileChangeLanguage .languageNormalBox {
    display: none;
  }

  .badgesText {
    float: left;
    font-size: 10px;
  }

  .productTeaser {
    flex-direction: column;
  }

  .productTeaser .ce_image,
  .productTeaserText {
    max-width: none;
  }

  #main .productTeaser .ce_image {
    margin-top: 0;
  }

  #main .customer_request {
    margin-bottom: 2%;
  }

  #main .customer_request:nth-child(2n) {
    float: left !important;
    margin-left: 1% !important;
    width: 49% !important;
  }

  #main .customer_request:nth-child(odd) {
    float: left !important;
    margin-right: 1% !important;
    width: 49% !important;
  }

  #main .customer_request .image_container {
    float: left !important;
    margin-right: 2%;
    width: 18% !important;
  }

  #retourform input {
    width: 100%;
  }

  #retourform .address_box {
    margin-bottom: 2%;
  }

  #retourform .shipping_address input {
    width: auto;
  }

  #retourform .shipping_address legend span {
    display: inline-block;
    width: auto;
  }

  #retourform .shipping_address span {
    display: inline-block;
    width: 100%;
  }

  .submit_online_seminar {
    display: inline-block;
  }

  .loader {
    animation: load5 1.1s ease infinite;
    border-radius: 50%;
    display: none;
    font-size: 6px;
    height: 1em;
    margin-left: 30px;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 1em;
  }
}

@media screen and (max-width: 766px) {
  @keyframes load5 {

    0%,
    to {
      box-shadow: 0 -2.6em 0 0 #0770b0,
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.5),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.7);
    }

    12.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.7),
        1.8em -1.8em 0 0 #0770b0, 2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.5);
    }

    25% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.5),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.7), 2.5em 0 0 0 #0770b0,
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    37.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.5),
        2.5em 0 0 0 rgba(7, 112, 176, 0.7), 1.75em 1.75em 0 0 #0770b0,
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    50% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.5),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.7), 0 2.5em 0 0 #0770b0,
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.2),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    62.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.5),
        0 2.5em 0 0 rgba(7, 112, 176, 0.7), -1.8em 1.8em 0 0 #0770b0,
        -2.6em 0 0 0 rgba(7, 112, 176, 0.2),
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    75% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.5),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.7), -2.6em 0 0 0 #0770b0,
        -1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2);
    }

    87.5% {
      box-shadow: 0 -2.6em 0 0 rgba(7, 112, 176, 0.2),
        1.8em -1.8em 0 0 rgba(7, 112, 176, 0.2),
        2.5em 0 0 0 rgba(7, 112, 176, 0.2),
        1.75em 1.75em 0 0 rgba(7, 112, 176, 0.2),
        0 2.5em 0 0 rgba(7, 112, 176, 0.2),
        -1.8em 1.8em 0 0 rgba(7, 112, 176, 0.5),
        -2.6em 0 0 0 rgba(7, 112, 176, 0.7), -1.8em -1.8em 0 0 #0770b0;
    }
  }

  #aboveHeader {
    background-color: #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    left: 0;
    padding-right: 2%;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 1001;
  }

  #aboveHeader .mod_customnav {
    float: right;
    margin: 4px 0 0;
  }

  #aboveHeader .mod_customnav a,
  #aboveHeader .mod_customnav strong {
    color: #4d4d4d;
    font-weight: 300;
    text-decoration: none;
  }

  #aboveHeader .mod_customnav li {
    float: left;
    font-size: 12px;
    line-height: 14px;
  }

  #aboveHeader .mod_customnav li.first {
    display: none;
  }

  #aboveHeader .mod_customnav li:nth-child(2) {
    border-right: 1px solid #4d4d4d;
    margin-right: 5px;
    padding-right: 5px;
  }

  .contactPageFilter.noContactItems .ce_metamodels_frontendfilter+.ce_metamodel_list,
  .noContactItems #contentMain .mod_metamodel_list,
  .noContactItems .ContactSelectorInside-FlagSelect,
  .noContactItems .headlineContactSelectorInside {
    display: none !important;
  }

  .ce_metamodel_list .contactSelectorList .pm_partner .productSelectorHeadline .flag,
  .ce_metamodel_list .contactSelectorList .pm_partner h3 {
    display: none;
  }

  .ce_metamodel_list .contactSelectorList .pm_partner h4 {
    color: #4d4d4d !important;
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 1%;
    margin-top: 4%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter.showCountrys .widget.country {
    display: block;
  }

  .contactLanguages {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .contactLanguages .button-group {
    align-content: stretch;
    display: flex !important;
    flex-wrap: wrap;
  }

  .contactLanguages .button-group button {
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 1% 0;
    text-align: center;
    width: 77px;
  }

  .contactLanguages .button-group button img {
    height: 26px;
    width: auto;
  }

  .contactLanguages .button-group .is-checked,
  .contactLanguages .button-group button:hover {
    background: #0770b0;
    background-position: 0 0 !important;
    color: #fff;
  }

  .gelbeBox {
    background-color: #f4d374;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .gelbeBox .grid6 {
    padding-right: 5px;
  }

  #main .ce_accordion h3.ce_headline.headline {
    font-size: 18px;
    margin-top: 1%;
  }

  .ce_player video {
    vertical-align: bottom;
    width: 100%;
  }

  .cookiebar button {
    font-size: 1em;
    font-weight: lighter;
    height: auto;
    line-height: inherit;
  }

  .cookiebar,
  .cookiebar button {
    -webkit-text-size-adjust: none;
    padding: 0.3em;
  }

  .cookiebar {
    box-sizing: border-box;
    line-height: 1.3em;
    z-index: 33333;
  }

  .cookiebar__message,
  .cookiebar__text {
    -webkit-text-size-adjust: none;
    margin-right: 0 !important;
  }

  #main .mod_newslist {
    float: left;
  }

  #main .mainSlider {
    width: 100% !important;
  }

  #main .ce_sliderStart {
    float: left !important;
    margin-bottom: 2%;
    width: 100% !important;
  }

  #main .ce_sliderStart img {
    height: auto !important;
    width: 100% !important;
  }

  #main .ce_sliderStart .slider-next,
  #main .ce_sliderStart .slider-prev {
    display: none;
  }

  .boxContact {
    float: left;
    width: 100%;
  }

  .boxBGgrey {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .ce_text.boxBGgrey.marginBottom.block {
    width: 98% !important;
  }

  .boxBGblue {
    background-color: #0071a6;
    color: #fff;
    padding: 10px;
  }

  .marginBottom {
    margin-bottom: 2%;
  }

  .flagge {
    margin-right: 10px;
    width: 30px;
  }

  .flagge,
  .wrapperBoxContact {
    float: left;
    margin-left: 10px;
  }

  .wrapperBoxContact {
    width: 100%;
  }

  .wrapperBoxContact a {
    float: left;
  }

  .abstandHalter {
    float: left;
    margin-bottom: 5%;
    margin-top: 3%;
  }

  .tabbody .ce_image.grid3 {
    width: 22% !important;
  }

  .tabbody .ce_image.grid3,
  .tabbody .ce_image.grid6 {
    float: left;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .tabbody .ce_image.grid6 {
    width: 47% !important;
  }

  #main .information {
    color: #0089d2;
  }

  .bluebox .ce_text {
    float: left;
    margin-right: 30px;
    width: 100%;
  }

  .bluebox,
  .bluebox h3,
  .bluebox p {
    color: #fff;
  }

  .bluebox {
    background-color: #065890;
    box-sizing: border-box;
    display: table-caption;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .bluebox .grid12 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #main .pdfViewerContainer {
    float: left;
    margin-top: 3%;
    width: 50%;
  }

  #main .pdfViewerContainer img {
    height: 23px;
    margin-bottom: -5px;
    width: auto;
  }

  #main .pdfViewerContainer a {
    line-height: 23px;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfViewerContainer {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfViewerContainer img {
    float: left;
    height: 1.3em;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0.35em;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfViewerContainer a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #mainDropdownComplete .insideMainDropdownComplete .fallbackMap {
    display: none;
  }

  .specialContactBox.Mitarbeiterbox {
    margin-bottom: 2%;
    margin-top: 0;
  }

  .ce_text.mitarbeiterBox p {
    background-color: #ccc;
    padding-bottom: 0 !important;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    width: 96%;
  }

  .groupLink {
    background-color: #f7f7f7;
    display: none;
    float: left;
    margin-top: -3%;
    padding-bottom: 2%;
    text-align: center;
    width: 100%;
  }

  .groupLink.active {
    display: block;
  }

  .groupLink a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2%;
    text-decoration: none;
    width: 92%;
  }

  .mod_navigation>ul>li>ul>li a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    margin-right: 10px;
  }

  #footer .mod_newslist .onlyTeaser .readMoreBox p.more a:before,
  #main .mod_newslist .onlyTeaser p.more a:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    margin-right: 5px;
  }

  .jobsAccordion .toggler {
    background-color: #e6e6e6 !important;
    color: #4d4d4d !important;
  }

  .jobsAccordion .toggler br {
    display: none !important;
  }

  .jobsAccordion .toggler.ui-accordion-header-active,
  .jobsAccordion .toggler:hover {
    background-color: #0770b0 !important;
    color: #fff !important;
  }

  .jobsAccordion .toggler .headline {
    font-weight: 700;
  }

  .jobsAccordion .specialContactBox {
    margin-left: 0 !important;
    margin-top: -20px !important;
    padding-left: 0 !important;
  }

  .ie8fallback {
    display: none;
  }

  #tab-menu .specialContactBox {
    background-color: #ccc;
    float: left;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #main .servicePriceButton {
    background-color: #0770b0;
    float: left;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  }

  #main .servicePriceButton a {
    color: #fff;
    display: block;
    padding: 1%;
  }

  .generalContacts.grid6 {
    float: left;
    margin-bottom: 2%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .generalContacts img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  #main .galleria-theme-classic .galleria-info {
    display: none !important;
  }

  #main .solar_logo {
    width: 25% !important;
  }

  .ce_table {
    float: left !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .specialContactBox .contactGlobal2 {
    border: 1px solid #0770b0;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100% !important;
  }

  .specialContactBox .contactGlobal2 p {
    font-size: 18px;
    font-weight: 700;
  }

  .sliderInnerContentWrapper {
    display: table;
    width: 101%;
  }

  .sliderInnerContentWrapperText {
    height: 100%;
  }

  #wrapper {
    background-color: #fff;
  }

  #cboxTitle {
    display: none !important;
  }

  #select_3731462 {
    margin-bottom: 4%;
  }

  .mod_newslist .teaser ul {
    margin-left: 7% !important;
  }

  .ce_accordion .ui-accordion-content div.ce_downloads {
    width: 100%;
  }

  .mod_navigation li.active {
    display: block !important;
  }

  li.active.first {
    display: none;
  }

  .noLanguageTranslation img {
    opacity: 0.3;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li span.active {
    color: #000;
  }

  #mainDropdownComplete .mod_changelanguage span.noLanguageTranslation {
    color: #ccc;
  }

  #mainDropdownComplete .mod_changelanguage span.noLanguageTranslation img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

  .specialContactBox .contactBoxSubs .contact a {
    color: #004bb5;
  }

  .mod_sitemap li.products_tab {
    color: #4d4d4d;
    float: left;
    font-size: 11px;
    height: auto;
    width: 233px;
  }

  .highlight {
    font-weight: 700;
  }

  .gridDestroy {
    float: left;
    width: 100%;
  }

  [class*="grid"] [class*="ce_"],
  [class*="grid"] [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  .completeSelectorLink a {
    background-color: #0770b0;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-decoration: none;
  }

  .completeSelectorLink a:hover {
    background-color: #4d4d4d;
  }

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

  .ce_text.centerText h3 {
    font-size: 42px;
  }

  #headerNavigation {
    background-image: url(../img/bg_nav_main_blue.b6a3b245..png);
    background-repeat: repeat;
    float: left;
    height: 50px;
    position: fixed;
    top: 137px;
    width: 100%;
    z-index: 150;
  }

  #headerNavigation .block {
    overflow: unset;
  }

  #headerNavigation .insideNavigation {
    margin-left: auto;
    margin-right: auto;
  }

  #headerNavigation .mod_navigation {
    float: left;
  }

  #headerNavigation .mod_navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #headerNavigation .mod_navigation>ul>li {
    float: left;
  }

  #headerNavigation .mod_navigation>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul a,
  #headerNavigation .mod_navigation>ul span {
    color: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
  }

  #headerNavigation .mod_navigation>ul>li>a,
  #headerNavigation .mod_navigation>ul>li>span {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #headerNavigation .mod_navigation>ul.level_1 li:hover {
    background-color: #0770b0;
    color: #fff;
  }

  #headerNavigation .mod_navigation>ul>li>a.trail,
  #headerNavigation .mod_navigation>ul>li>span {
    border-bottom: 3px solid #fff;
    height: 47px;
  }

  #headerNavigation .mod_navigation>ul>li:hover>ul {
    display: block;
    position: absolute;
  }

  #headerNavigation .mod_navigation .navigationProducts ul.level_2 {
    left: 50%;
    margin-left: -490px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li {
    position: relative;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a,
  #headerNavigation .mod_navigation>ul>li>ul>li span {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 20px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.navigationBorderTop,
  #headerNavigation .mod_navigation>ul>li>ul>li span.navigationBorderTop {
    border-top: 1px solid #fff;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.fallbackEnglish:before {
    content: url(../img/flagge_england_navi.b346e3e9..jpg);
    padding-right: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.fallbackGerman:before {
    content: url(../img/flagge_deutschland_navi.8fcdd24c..jpg);
    padding-right: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul,
  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul {
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.submenu,
  #headerNavigation .mod_navigation>ul>li>ul>li span.submenu {
    background-image: url(../img/icon_submenu.6a8fdb76..png);
    background-position: 100%;
    background-repeat: no-repeat;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li a.trail,
  #headerNavigation .mod_navigation>ul>li>ul>li a:hover,
  #headerNavigation .mod_navigation>ul>li>ul>li span {
    background-color: #0770b0;
    color: #fff;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li {
    position: relative;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li:hover>ul {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li>ul {
    background-image: url(../img/bg_black_75.ce0b18d0..png);
    background-repeat: repeat;
    display: none;
  }

  #headerNavigation .mod_navigation>ul>li>ul>li>ul>li:hover>ul {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }

  #headerNavigation .searchButton {
    background-image: url(../img/icon_search.1fb2b510..png);
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 50px;
    margin-right: 20px;
    width: 27px;
  }

  #headerNavigation .searchBox.active {
    display: block;
  }

  #headerNavigation .searchBox a,
  #headerNavigation .searchBox span {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #headerNavigation .searchBox a:hover,
  #headerNavigation .searchBox span {
    text-decoration: underline;
  }

  #headerNavigation .searchBox input.text {
    height: 30px;
  }

  #headerNavigation .searchBox input.submit {
    float: right;
    height: 30px;
    width: 90px;
  }

  .sliderbox.mod_article [class*="ce_"],
  .sliderbox.mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #outerWrapperBox {
    float: left;
    margin-top: 20px;
    width: 100%;
  }

  .mod_breadcrumb {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mod_breadcrumb li {
    color: #ccc;
    float: left;
    list-style-type: none;
  }

  .mod_breadcrumb p.youAreHere {
    color: #ccc;
    float: left;
    margin-bottom: 0;
  }

  .mod_breadcrumb li a,
  .mod_breadcrumb li span {
    color: #ccc;
  }

  .mod_breadcrumb li:before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
  }

  .mod_breadcrumb li.first {
    display: none;
  }

  .image_container {
    display: table;
    width: 100%;
  }

  .centerText .image_container {
    display: inline-block;
  }

  .image_container img {
    display: block;
    width: 100%;
  }

  .ce_table table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
  }

  .ce_table td,
  .ce_table th {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .ce_table.tableArrows td:before {
    content: "▶";
    float: left;
  }

  .ce_table th {
    background-color: #0770b0;
    color: #fff;
    font-weight: 400;
  }

  .ce_table tbody td,
  .ce_table thead th {
    text-align: center;
  }

  .ce_table thead th.col_first {
    text-align: left;
  }

  .ce_table tbody th {
    background-color: #ccc;
    color: #4d4d4d;
  }

  .ce_table.tableGreen th.head_1 {
    background-color: #00862d;
  }

  .ce_table.tableGreen td.col_1 {
    background-color: #d0efd3;
  }

  .galleria-theme-classic {
    background-color: #f7f7f7;
    width: 100% !important;
  }

  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    background-color: #fff;
    border-color: #ccc;
  }

  .linkID,
  .noClick {
    cursor: default;
  }

  .warning {
    color: red;
  }

  #main .ce_accessible_tabs .ce_image {
    float: left;
    width: 98% !important;
  }

  #main .ce_accessible_tabs .ce_image figcaption {
    background-color: #f7f7f7 !important;
  }

  #main .mod_eventlist .layout_latest h2 a,
  #main .mod_newslist .layout_latest h2 a {
    text-align: left;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li a,
  .mobile_menu .ce_accessible_tabs .mod_navigation li span {
    border-bottom: 0;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation .level_1 a,
  .mobile_menu ce_accessible_tabs .mod_navigation .level_1 li span {
    padding-left: 0;
  }

  .mod_search .even {
    margin-bottom: 2%;
  }

  .mod_search span.highlight {
    word-wrap: break-word;
  }

  .mod_search p.url {
    background-color: #ccc;
    color: #000;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 2%;
    width: 96%;
  }

  .mod_search input.submit {
    float: right;
    height: 31px;
    margin-left: 2%;
    width: 28%;
  }

  .mod_search .widget-submit {
    float: left;
    margin-bottom: 0;
    width: 20%;
  }

  html {
    -webkit-text-size-adjust: 100%;
  }

  #tab-menu .ce_text a {
    text-decoration: none;
  }

  .ce_galerie.grid6 {
    width: 98% !important;
  }

  #main .ce_text p a {
    text-decoration: none;
    word-break: break-all;
  }

  #main ol {
    float: left;
    margin-left: 4%;
    width: 96%;
  }

  #main .mejs-container embed,
  #main .mejs-container iframe,
  #main .mejs-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #main .ce_hyperlink {
    float: left;
    margin-bottom: 2%;
    width: 100% !important;
  }

  #main .specialContactboxSV {
    background-color: #0770b0;
    position: absolute;
    right: 0;
    width: 60% !important;
  }

  #main .specialContactboxSV a {
    border: 0 !important;
    color: #fff;
  }

  #contentMain .contactLinkBox,
  #main .contactLinkBox {
    float: left;
    width: 100% !important;
  }

  .ce_accordion .ui-accordion-content div .image_container figcaption {
    background-color: #4d4d4d;
    color: #fff;
    padding: 2%;
    width: 96%;
  }

  .sliderProductPicture {
    float: right;
    margin-right: 2%;
    margin-top: -128px;
  }

  .sliderProductPicture img {
    height: 100px;
    width: auto;
  }

  #main .ce_gallery {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }

  #main .mod_eventlist .image_container a,
  #main .mod_newslist .image_container a {
    background-color: transparent !important;
  }

  #main .layout_full .datum {
    display: none;
    float: left;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .mod_newsreader p.back {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100%;
  }

  #main .mod_newsreader p.back a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #main .layout_full h2 {
    float: left;
    font-size: 1em;
    margin-bottom: 2%;
    width: 100%;
  }

  .pagination {
    background-color: #f7f7f7;
    float: left;
    margin-top: 2%;
    padding: 2%;
    width: 98%;
  }

  .pagination ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .pagination p {
    font-weight: 400;
    margin-left: 1%;
  }

  .pagination li {
    background-color: #4d4d4d;
    float: left;
    line-height: 2em;
    list-style-type: none;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-top: 1%;
    text-align: center;
    width: 13.1%;
  }

  .pagination a,
  .pagination strong {
    display: block;
  }

  .pagination a {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
  }

  .pagination ul li.first,
  .pagination ul li.last,
  .pagination ul li.next,
  .pagination ul li.previous {
    background-color: #4d4d4d;
    float: left;
    line-height: 2em;
    width: 98%;
  }

  .pagination strong {
    background-color: #0770b0;
    color: #fff;
  }

  #main .mod_eventlist .layout_latest,
  #main .mod_newslist .layout_latest {
    background-color: transparent;
    margin-bottom: 2%;
    padding-bottom: 2%;
  }

  #main .mod_eventlist .layout_latest {
    border-color: currentcolor #0770b0 #0770b0;
    border-top: 1px dotted #0770b0;
  }

  #main .mod_eventlist .layout_latest .image_container {
    margin-top: 7%;
  }

  #main .mod_eventlist .layout_latest.current {
    border-top: 0;
  }

  #main .mod_eventlist .layout_latest.last,
  #main .mod_newslist .layout_latest.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #main .mod_eventlist .layout_latest .teaser,
  #main .mod_newslist .layout_latest .teaser {
    float: left;
    width: 100%;
  }

  #main ul {
    float: left;
    list-style-type: disc;
    margin-left: 2%;
    width: 93%;
  }

  #main ul.blueDots {
    color: #0770b0;
  }

  #main ul.blueDots span.greyText {
    color: #4d4d4d;
  }

  #main .mod_eventlist .layout_latest,
  #main .mod_newslist .layout_latest {
    float: left;
    padding-top: 2%;
    width: 100%;
  }

  #main .mod_eventlist .layout_latest.first,
  #main .mod_newslist .layout_latest.first {
    border-top: 0;
  }

  #main .mod_eventlist .layout_latest .image_container,
  #main .mod_newslist .layout_latest .image_container {
    float: right;
    padding-left: 2%;
    width: 38%;
  }

  #main .ce_text {
    float: left;
    width: 100%;
  }

  #main .ce_image {
    float: left;
    margin-top: 2%;
  }

  #main .mod_eventlist .layout_latest h2,
  #main .mod_newslist .layout_latest h2 {
    background-color: #f7f7f7;
    float: left;
    margin-top: 0.5%;
    padding: 2%;
    width: 56%;
  }

  #main .mod_eventlist .layout_latest p.more a,
  #main .mod_newslist .layout_latest p.more a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    line-height: 2em;
    margin-bottom: 2%;
    margin-top: 2%;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #main .mod_eventlist .layout_latest h2 a,
  #main .mod_newslist .layout_latest h2 a {
    background-color: #f7f7f7;
    color: #0770b0;
    font-size: 0.8em !important;
    line-height: 1.3em;
  }

  #main .mod_newslist .layout_latest p.info {
    float: left;
    font-weight: 700;
    width: 100%;
  }

  #main .mod_eventlist .layout_latest p.info {
    float: left;
    font-weight: 700;
    width: 60%;
  }

  #main .grid3.mobile50 {
    float: left;
    margin-bottom: 2%;
    width: 50% !important;
  }

  #main .ce_text.grid3.mobile50 {
    margin-top: 2%;
  }

  #main .grid3.mobile50 p {
    font-size: 0.8em;
    padding-bottom: 0 !important;
  }

  #main .grid3 {
    width: 100% !important;
  }

  #main .contactGlobal p {
    font-size: 18px;
    font-weight: 700;
  }

  #main .ce_text p {
    padding-bottom: 15px;
  }

  #main a {
    text-decoration: none;
  }

  #main .mod_dlh_googlemaps {
    display: block;
    float: left;
    height: 330px;
    width: 100%;
  }

  #main .mod_sitemap ul {
    list-style-type: none;
  }

  #main .mod_sitemap ul.level_1 li {
    float: left;
    line-height: 1.7em;
    width: 100%;
  }

  #main .mod_sitemap a {
    text-decoration: none;
  }

  #main .mod_sitemap .level_1 a.submenu {
    font-weight: 700;
  }

  #main .mod_sitemap .level_2 a.submenu {
    font-weight: 300;
  }

  #main .mod_sitemap li.submenu {
    margin-bottom: 20px;
  }

  #main .mod_sitemap .level_2 li.submenu {
    margin-bottom: 0;
    margin-top: 0;
  }

  .ce_metamodel_list a,
  .mod_metamodel_list a {
    text-decoration: none;
  }

  .ce_metamodel_list .contactSelectorList .block,
  .mod_metamodel_list .contactSelectorList .block {
    background-color: #f7f7f7;
  }

  #specialApplicationsHeader {
    float: left;
    width: 100%;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text {
    background-color: #000;
    font-size: 0.8em;
    height: 35px;
    line-height: 35px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    width: 98%;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text h1 {
    background-color: #000;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 100%;
  }

  #specialApplicationsHeader .insideSpecialApplication .ce_text p {
    display: none;
  }

  #specialApplicationsHeader .applicationSlider {
    background-color: #0770b0;
    float: left;
    width: 100% !important;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox {
    color: #fff;
    float: left;
    width: 100%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox h3 {
    margin-top: 0;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox {
    margin-bottom: 2%;
    padding: 2%;
    width: 96%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    float: left;
    list-style-type: disc;
    margin-bottom: 2%;
    padding-left: 6%;
    padding-right: 2%;
    width: 96%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationPictureBox {
    float: left;
    padding: 2%;
    width: 96%;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox.boxOnTop:after {
    content: url(../img/icon_arrow_bottom_50_50.a1e61cb8..png);
    float: left;
    text-align: center;
    width: 100%;
  }

  #main .completeSelectorLink,
  .applicationIconBox {
    display: none;
  }

  .specialContactBox {
    background-color: #ccc;
    float: left;
    margin-top: 2%;
    padding: 2%;
    width: 96%;
  }

  .specialContactBox .contact {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 2%;
    width: 96% !important;
  }

  .specialContactBox .contactBoxSubs .grid12 {
    float: left;
    padding: 2%;
    width: 96%;
  }

  .miniIcon img,
  .specialContactBox img,
  .specialStartpageTabServiceContactBox img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  .specialStartpageTabServiceContactBox .contact {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .specialStartpageTabServiceContactBox h3 {
    font-weight: 700;
  }

  .specialStartpageTabServiceContactBox a {
    text-decoration: none;
  }

  .specialContactBox .contactBoxGermany,
  .specialContactBox .contactBoxWorldwide {
    display: none;
  }

  .specialContactBox .contactBoxGermany.active,
  .specialContactBox .contactBoxWorldwide.active {
    display: block;
  }

  .specialContactBox .contactButton {
    background-color: #0770b0;
    color: #fff;
    float: left;
    font-size: 0.8em;
    margin-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
  }

  .specialContactBox .contactButton h3 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .specialContactBox p.introText {
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
  }

  .specialContactBox .contactButton.active {
    background-color: #4d4d4d;
  }

  .specialContactBox .contactButton h3:after {
    content: "►";
    float: right;
  }

  .specialContactBox .contactButton.active h3:after {
    content: "▼";
  }

  #main .ce_hyperlink a {
    border: 1px solid #ccc;
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 2%;
    text-decoration: none;
    word-break: normal;
  }

  #main .ce_hyperlink a:before {
    content: "☍ ";
    float: left;
    margin-right: 2%;
  }

  #main .ce_download.grid9,
  #main .ce_downloads.grid9 {
    float: left;
    margin-top: 2%;
    width: 75% !important;
  }

  #main h3.ce_headline {
    float: left;
    margin-bottom: 2%;
    margin-top: 4%;
    width: 100% !important;
  }

  #main .newsletterBox,
  #main .serviceBox {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: right !important;
    margin-left: 2%;
    margin-top: 2%;
    width: 23% !important;
  }

  #main .ce_gallery.productIcons {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery.productIcons ul li {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 15.66%;
  }

  #main .ce_gallery.appstoreIcons {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #main .ce_gallery.appstoreIcons li {
    float: left;
    width: 50%;
  }

  .ce_gallery>ul li.col_first {
    clear: none;
  }

  #main tbody th {
    text-align: left;
  }

  #header #globalSettings,
  #header .subsidiariesBtn,
  #mainDropdownComplete {
    display: none;
  }

  #header .mod_mobile_menu {
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 2%;
    text-align: right;
    width: 23%;
  }

  #header .mod_mobile_menu span img {
    height: 40px;
    width: auto;
  }

  .mobile_menu .mod_search {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  .mobile_menu .mod_search h1 {
    display: none;
  }

  .mobile_menu #globalSettingsMobile {
    display: flex;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage a,
  .mobile_menu #globalSettingsMobile .mod_changelanguage span {
    color: #000;
    font-size: 1em;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li {
    display: none;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li.active {
    display: block !important;
  }

  .mobile_menu .mod_changelanguage img {
    float: left;
    height: 18px;
    line-height: 25px;
    margin-right: 2%;
    margin-top: 2px;
    width: auto;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage img {
    margin-top: 0;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation {
    margin-bottom: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li {
    text-indent: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation a {
    background-color: #f7f7f7 !important;
    color: #000;
    font-size: 0.9em !important;
    line-height: 1.7em !important;
    margin-bottom: 0;
    text-decoration: none !important;
  }

  #tab-menu ul.tabs-list {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .mobile_menu .mod_navigation {
    float: left;
    margin-bottom: 200px;
    width: 100%;
  }

  .mobile_menu .mod_navigation li {
    float: left;
    position: relative;
    width: 100%;
  }

  .mobile_menu .mod_navigation .level_1 li {
    background-color: #4d4d4d;
  }

  .mobile_menu .mod_navigation .level_2 li {
    background-color: #6b6b6b;
  }

  .mobile_menu .mod_navigation .level_3 li {
    background-color: #8f8b8b;
  }

  .mobile_menu .mod_navigation .level_4 li {
    background-color: #b8b2b2;
  }

  .mobile_menu .mod_navigation li.submenu_show>a,
  .mobile_menu .mod_navigation li.submenu_show>span {
    position: relative;
  }

  .mobile_menu .mod_navigation li.submenu_show.subitem-visible>a:after,
  .mobile_menu .mod_navigation li.submenu_show.subitem-visible>span:after {
    color: #fff;
    content: "▾";
    font-size: 1.4em;
    line-height: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
  }

  .mobile_menu .mod_navigation li a,
  .mobile_menu .mod_navigation li span {
    border-bottom: 3px solid;
    border-color: #ccc;
    color: #fff;
    display: block;
    padding-bottom: 2%;
    padding-right: 10%;
    padding-top: 2%;
    text-decoration: none;
  }

  .mobile_menu .mod_navigation li a.trail,
  .mobile_menu .mod_navigation li span {
    background-color: #0770b0;
    color: #fff;
  }

  .mobile_menu .mod_navigation .level_1 a,
  .mobile_menu .mod_navigation .level_1 li span {
    padding-left: 2%;
  }

  .mobile_menu .mod_navigation .level_2 a,
  .mobile_menu .mod_navigation .level_2 li span {
    padding-left: 4%;
  }

  .mobile_menu .mod_navigation .level_3 a,
  .mobile_menu .mod_navigation .level_3 li span {
    padding-left: 6%;
  }

  .mobile_menu .mod_navigation .level_4 a,
  .mobile_menu .mod_navigation .level_4 li span {
    padding-left: 8%;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton>a,
  .mobile_menu .mod_navigation .nav-main_homebutton_img {
    background-color: transparent !important;
    text-align: center !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton_img {
    border: none !important;
    padding: 0 !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton svg {
    /* height: 2rem !important; */
    position: relative !important;
    right: -0.5rem !important;
    top: 0.25rem !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton_content {
    background-color: transparent !important;
    border: none !important;
    height: 0 !important;
    padding: 0 !important;
    width: 0 !important;
  }

  .mobile_menu .mobileChangeLanguage.active {
    display: block;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li.lang-ro {
    display: none !important;
  }

  #main .ce_accessible_tabs .ce_galerie {
    margin-top: 2%;
  }

  .mobile_menu .ce_accessible_tabs .content h4,
  .mobile_menu .ce_accessible_tabs span {
    display: none;
  }

  .mobile_menu .ce_accessible_tabs ul.tabs-list li {
    border-bottom: 1px solid #000;
    float: left;
    font-size: 0.9em;
    margin-bottom: 1%;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody {
    display: block !important;
    float: left;
    width: 33.33%;
  }

  #specialContentHeader .ce_accessible_tabs .content .tabbody h3 {
    margin-bottom: 2%;
    margin-top: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a,
  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a .mm-list>li>span {
    line-height: 1.5em;
    white-space: normal;
  }

  input[type="search"],
  input[type="submit"],
  input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  #main .contenttable,
  #main .overflowClass {
    -webkit-overflow-scrolling: touch;
    float: left;
    overflow-x: scroll;
    width: 100%;
  }

  #main .ce_text ul {
    float: left;
    list-style-type: disc;
    margin-left: 7%;
    width: 93%;
  }

  #main .ce_text ul ul {
    float: right;
    font-size: 12px;
    list-style-type: circle;
  }

  #tab-menu .serviceTeaserBox {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    width: 96%;
  }

  #tab-menu .serviceTeaserBox .caption {
    display: block;
    display: block !important;
    float: left;
    text-align: center;
    width: 98%;
  }

  #tab-menu .serviceTeaserBox .caption ul {
    font-size: 0.9em;
    list-style-type: disc !important;
    margin-bottom: 2%;
    margin-top: 2%;
  }

  #tab-menu .serviceTeaserBox .caption p a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #tab-menu .serviceTeaserBox p.descriptionBox {
    display: none;
  }

  #tab-menu .serviceTeaserBox .ce_image {
    float: left;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }

  a.back-to-top {
    background-color: #ccc;
    background-image: url(../img/icon_anker_top.4b973b3c..png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #0770b0;
    height: 50px;
    text-indent: -999em;
    width: 50px;
  }

  #contentMain .contactLinkBox a,
  #main .contactLinkBox a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 2%;
    padding: 2%;
    text-align: center;
    text-decoration: none;
    width: 96% !important;
  }

  #contentMain .contactLinkBox a:hover,
  #main .contactLinkBox a:hover {
    background-color: #4d4d4d;
  }

  .noContactLink #contentMain .contactLinkBox,
  .noContactLink #main .contactLinkBox {
    display: none;
  }

  #contentMain .contactLinkBox .contactBoxLeft,
  #main .contactLinkBox .contactBoxLeft {
    float: left;
    text-align: center;
    width: 100% !important;
  }

  #contentMain .contactLinkBox .contactBoxLeft p,
  #main .contactLinkBox .contactBoxLeft p {
    float: left;
    text-align: center;
    width: 100%;
  }

  #contentMain .contactLinkBox .contactGlobal,
  #main .contactLinkBox .contactGlobal {
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    text-align: center;
    width: 100% !important;
  }

  h1 {
    font-size: 1.3em;
    margin-bottom: 2%;
  }

  h1,
  h2 {
    line-height: 1.2em;
    margin-top: 0;
  }

  h2 {
    font-size: 1.2em;
  }

  h2,
  h3 {
    margin-bottom: 1%;
  }

  h3 {
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 4%;
    width: 100%;
  }

  h4,
  h5,
  h6 {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
  }

  #headerNavigation {
    display: none;
  }

  blockquote,
  form,
  ol,
  p,
  pre,
  table,
  ul {
    margin-bottom: 0;
  }

  [class*="grid"] {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .mod_article [class*="ce_"],
  .mod_article [class*="event_"]>*,
  .mod_article [class*="layout_"]>*,
  .mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
  }

  #header {
    /* border-bottom: 3px solid;
    border-color: #0770b0; */
    left: 0;
    top: 27px;
    width: 100%;
    z-index: 1000;
  }

  #header,
  #header .mobileMenuButtonOpened {
    background-color: #fff;
    height: 50px;
    position: fixed;
  }

  #header .mobileMenuButtonOpened {
    right: 0;
    text-align: center;
    top: 0;
    width: 20%;
  }

  #header .mobileMenuButtonOpened a {
    display: block;
  }

  #header .mobileMenuButtonOpened img {
    height: 50px;
    width: auto;
  }

  #header #logoWrapper {
    background-color: #fff;
    height: 50px;
    left: 0;
    padding-left: 2%;
    position: fixed;
    top: 27px;
    width: 58%;
    z-index: 500;
  }

  #header #logoWrapper #logo {
    height: 42px;
    padding-top: 8px;
    width: 100%;
  }

  #header #logoWrapper a {
    display: block;
  }

  #header #logoWrapper img {
    display: block;
    height: 34px;
    width: auto;
  }

  #header #logoWrapper #tagline {
    display: none;
  }

  #header .Subsidiaries_and_Language_Button {
    background-color: #ccc;
    float: right;
    width: 25%;
  }

  #headerPadding {
    height: 80px;
  }

  #sliderContentHeader {
    margin-top: 50px;
    float: left;
    width: 100%;
  }

  #specialContentHeader {
    float: left;
    margin-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 98%;
  }

  #tab-menu {
    background-color: #ccc;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  #main #tab-menu {
    margin-top: 2%;
  }

  #tab-menu ul.tabs-list li {
    background-color: #4d4d4d;
    float: left;
    line-height: 2em;
    margin-bottom: 1%;
    text-align: center;
    width: 100%;
  }

  #tab-menu ul.tabs-list li.current {
    background-color: #0770b0;
  }

  #tab-menu ul.tabs-list li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #tab-menu ul.tabs-list li span {
    display: none;
  }

  #tab-menu .content {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  #tab-menu .content h4 {
    display: none;
  }

  #tab-menu .tabbody {
    float: left;
    width: 102%;
  }

  #tab-menu .tabbody h3 {
    margin-top: 0 !important;
  }

  #specialContentHeader .ce_contentTeaserBox {
    float: left;
    margin-bottom: 2% !important;
    margin-right: 2% !important;
    width: 48% !important;
  }

  #specialContentHeader .ce_contentTeaserBox:nth-of-type(2n + 3) {
    clear: both;
  }

  #specialContentHeader .ce_contentTeaserBox .ce_hyperlink {
    background-color: #f7f7f7;
    float: left;
    font-size: 0.8em;
    line-height: 1.3em;
    min-height: 2.5em;
    padding: 1%;
    text-align: center;
    width: 98%;
  }

  #specialContentHeader .ce_contentTeaserBox .ce_hyperlink a {
    color: #000;
    display: block;
    line-height: 1.3em;
    text-decoration: none;
  }

  #secondSliderContentHeader {
    float: left;
    width: 100%;
  }

  #contentMain,
  #main {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  #contentMain #contactbox {
    float: left;
    width: 100%;
  }

  #contentMain #contactbox .headlineContactSelectorInside {
    color: #0770b0;
    float: left !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100% !important;
  }

  #main .mod_breadcrumb {
    display: none;
  }

  .ce_metamodels_frontendfilter {
    float: left;
    width: 100%;
  }

  .ce_metamodels_frontendfilter label {
    float: left;
    font-weight: 700;
    width: 100%;
  }

  .ce_metamodels_frontendfilter select {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter input {
    float: left;
    width: 100% !important;
  }

  .ce_metamodels_frontendfilter .widget.power_supply_systems,
  .ce_metamodels_frontendfilter .widget.service,
  .ce_metamodels_frontendfilter .widget.testing_measuring_safety_instruments {
    display: none;
  }

  #main .ce_metamodels_frontendfilter .widget.showThisBox {
    display: block;
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .text-before-country {
    border-color: #0770b0 #0770b0 currentcolor;
    border-top: 1px solid #0770b0;
    padding-top: 4%;
  }

  .ce_metamodels_frontendfilter .text-before-country,
  .ce_metamodels_frontendfilter .widget.country.active.unused {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused {
    border-bottom: 1px solid #0770b0;
    border-top-color: #0770b0;
  }

  .ce_metamodels_frontendfilter .text-after-country {
    border-color: #0770b0 #0770b0 currentcolor;
    border-top: 1px solid #0770b0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4%;
  }

  .ce_metamodels_frontendfilter .text-after-country,
  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    border-bottom: 1px solid #0770b0;
    border-top-color: #0770b0;
    padding: 2%;
  }

  .ce_metamodel_list,
  .mod_metamodel_list {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .ce_metamodel_list .block,
  .mod_metamodel_list .block {
    border: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
  }

  .ce_metamodel_list .productSelectorImage,
  .mod_metamodel_list .productSelectorImage {
    float: left;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 2%;
    width: 50%;
  }

  .ce_metamodel_list .productSelectorImage ul,
  .mod_metamodel_list .productSelectorImage ul {
    list-style-type: none !important;
    padding-left: 0 !important;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline h3,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 {
    text-align: left;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline img,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline img {
    display: block;
    height: auto;
    padding-top: 2%;
    width: 2em;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 a,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser h4,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser h4 {
    color: #0770b0;
    margin-top: 2%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser a,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations {
    border-color: currentcolor #4d4d4d #4d4d4d;
    border-top: 1px solid #4d4d4d;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine {
    float: left;
    width: 100%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine p,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine p {
    float: left;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations img,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations ul,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations ul {
    list-style-type: disc;
    margin-left: 7% !important;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations ul ul,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations ul ul {
    margin-left: 0;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations p strong,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations p strong {
    font-weight: 400;
  }

  .ce_metamodel_list .productSelectorLink,
  .mod_metamodel_list .productSelectorLink {
    background-color: #0770b0;
    display: none;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100%;
  }

  #specialContentHeader #tab-menu .ce_metamodel_list .productSelectorTeaser h4,
  #specialContentHeader #tab-menu .mod_metamodel_list .productSelectorTeaser h4 {
    display: block;
  }

  #footer {
    margin-top: 2%;
  }

  #footer,
  #footer .footerNewsBox .footerNewsBoxWrapper {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree {
    background-color: #ccc;
    float: left;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist a {
    color: #4d4d4d;
    text-decoration: none;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .layout_latest {
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .layout_latest .image_container {
    float: left;
    margin-right: 1%;
    width: 49%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .layout_latest p.info {
    float: left;
    font-weight: 700;
    margin-left: 1%;
    width: 49%;
  }

  #main .figcaptionGrau {
    background-color: #ccc;
    display: table-caption;
    min-height: 40px;
    padding: 2%;
    width: 96%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist h3 {
    border-bottom: 2px solid;
    border-color: #4d4d4d;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist .teaserText {
    float: left;
    margin-left: 1%;
    width: 49%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist p.more {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  }

  #footer .footerNewsBox .newsBoxThree .mod_newslist p.more a {
    color: #fff;
    display: block;
  }

  #footer .footerNewsBox .exhibitionBoxFive {
    background-color: #4d4d4d;
    color: #fff;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
  }

  #footer .footerNewsBox .exhibitionBoxFive a {
    color: #fff;
    text-decoration: none;
  }

  #footer .footerNewsBox .exhibitionBoxFive h3 {
    border-bottom: 2px solid #fff;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .mod_eventlist {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .mod_eventlist .event {
    border-bottom: 1px solid #fff;
    float: left;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .mod_eventlist .event.last {
    border-bottom: 0;
  }

  #footer .footerNewsBox .exhibitionBoxFive .moreExhibitions {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    margin-bottom: 4%;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  }

  #footer .footerNewsBox .exhibitionBoxFive .moreExhibitions a {
    display: block;
  }

  #footer .footerNewsBox .powerNewsBoxTwo {
    background-color: #e4e4e4;
    background-color: #ccc;
    float: left;
    padding: 2%;
    width: 96% !important;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist {
    float: left;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist h3 {
    border-bottom: 2px solid;
    border-color: #4d4d4d;
    float: left;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist .image_container {
    float: left;
    margin-right: 2%;
    width: 25%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist .layout_latest {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .mod_newslist .readMoreBox {
    float: left;
    width: 73%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfDownload {
    background-color: #0770b0;
    float: left;
    line-height: 2em;
    padding-left: 2%;
    width: 98%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .pdfDownload img {
    float: left;
    height: 1.3em;
    margin-right: 1%;
    margin-top: 0.35em;
    width: auto;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .pdfDownload a,
  #footer .footerNewsBox .powerNewsBoxTwo .layout_latest .powerNewsArchiv a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .powerNewsArchiv {
    background-color: #0770b0;
    color: #fff;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    padding-left: 2%;
    width: 98%;
  }

  #footer .footerNewsBox .powerNewsBoxTwo .readMoreBox .powerNewsArchiv .mime_icon {
    float: left;
    margin-right: 2%;
  }

  #footer .powernewsBox {
    background-color: #0770b0;
    float: left;
    font-size: 1em;
    line-height: 2em;
    padding-left: 2%;
    text-align: center;
    width: 98%;
  }

  #footer .powernewsBox a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  #footer .footerNavigationBox {
    background-color: #4d4d4d;
    float: left;
    width: 100%;
  }

  #footer .footerNavigationBox .firstFooterNavigationBox {
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    position: relative;
    width: 96%;
  }

  #footer .footerNavigationBox .mod_customnav {
    color: #fff;
    float: left;
    margin-bottom: 4%;
    text-align: center;
    width: 100%;
  }

  #footer .footerNavigationBox .mod_customnav ul {
    list-style-type: none;
    text-align: center;
  }

  #footer .footerNavigationBox .mod_customnav ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    margin-left: 2%;
    padding-right: 3%;
  }

  #footer .footerNavigationBox .mod_customnav ul li.first {
    margin-left: 0;
  }

  #footer .footerNavigationBox .mod_customnav ul li.last {
    border-right: 0;
  }

  #footer .footerNavigationBox .mod_customnav a,
  #footer .footerNavigationBox .mod_customnav span {
    color: #fff;
    text-decoration: none;
  }

  #footer .certificatesBox {
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    width: 60%;
  }

  #footer .copyright,
  #footer .ru_startpage_copyright {
    color: #fff;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 4%;
    text-align: center;
    width: 96%;
  }

  #footer .copyright {
    border-top: 1px solid #fff;
  }

  #footer .copyright span {
    display: block;
    font-style: italic;
  }

  #footer .webdesign {
    padding-left: 2%;
    padding-right: 2%;
    text-align: right;
    width: 96%;
  }

  #footer .webdesign a {
    color: #f0f0f0;
    font-size: 0.7em;
    text-decoration: none;
  }

  #footer .footerNavigationBox .topLink {
    background-image: url(../img/icon_anker_top.4b973b3c..png);
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    height: 30px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  sup {
    font-size: 0.8em;
    line-height: 5px;
    vertical-align: 75%;
  }

  .ce_accordion {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 2%;
  }

  .ce_accordion.grid9 {
    width: 75% !important;
  }

  .ce_accordion.grid12 {
    width: 100% !important;
  }

  #main .ce_text .image_container {
    float: left;
    width: 100%;
  }

  #main .ce_image .image_container figcaption,
  #main .ce_text .image_container figcaption {
    background-color: #ccc;
    color: #4d4d4d;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 96%;
  }

  .ce_form table td {
    float: left;
    width: 100%;
  }

  .mobileChangeLanguage .languageNewsBox {
    display: none;
  }

  .mobileChangeLanguage .languageNormalBox,
  .newsPageLanguageFallback .mobileChangeLanguage .languageNewsBox {
    display: block;
  }

  .newsPageLanguageFallback .mobileChangeLanguage .languageNormalBox {
    display: none;
  }

  .badgesText {
    float: left;
    font-size: 10px;
  }

  .productTeaser {
    flex-direction: column;
  }

  .productTeaser .ce_image,
  .productTeaserText {
    max-width: none;
  }

  #main .productTeaser .ce_image {
    margin-top: 0;
  }

  #main .customer_request:nth-child(2n) {
    float: left !important;
    margin-left: 1% !important;
    width: 49% !important;
  }

  #main .customer_request:nth-child(odd) {
    float: left !important;
    margin-right: 1% !important;
    width: 49% !important;
  }

  #main .customer_request .image_container {
    float: left !important;
    margin-right: 2%;
    width: 18% !important;
  }

  #retourform input,
  #retourform textarea {
    background: #f1f1f1;
    padding: 1%;
    width: 99%;
  }

  #retourform .address_box {
    margin-bottom: 2%;
  }

  #retourform .shipping_address input {
    width: auto;
  }

  #retourform .shipping_address legend span {
    display: inline-block;
    width: auto;
  }

  #retourform .shipping_address span {
    display: inline-block;
    width: 100%;
  }

  #retourform .repair_warranty input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  #retourform .repair_warranty label {
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 8px 10px;
  }

  #retourform .mit_gewaehrleistung_infotext,
  #retourform .ohne_gewaehrleistung_infotext {
    font-weight: 700;
    margin-bottom: 2%;
  }

  #retourform .widget-checkbox input {
    display: inline-block;
    margin-right: 1%;
    width: auto;
  }

  #retourform .widget-checkbox label {
    display: inline-block;
    width: auto;
  }

  #retourform .widget-submit button {
    background: none;
    background-color: #eaeaea;
    border: 1px solid #444;
    border-radius: 4px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 12px 10px;
  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile_menu .mod_navigation .nav-main_homebutton_img {
    border: none !important;
    padding: 0 !important;
  }

  .mobile_menu .mod_navigation .nav-main_homebutton>a,
  .mobile_menu .mod_navigation .nav-main_homebutton_img {
    background-color: transparent !important;
    text-align: center !important;
  }

  .ce_metamodels_frontendfilter option[value="china"],
  .ce_metamodels_frontendfilter option[value="taiwan"],
  .contactBoxWorldwide .china,
  .subsidiariesBox li.first {
    display: none;
  }

  /* #header { */
  /* border-bottom: 3px solid;
    border-color: #0770b0 */
  /* } */

  #header #globalSettings,
  #headerNavigation {
    display: none;
  }

  .mod_mobile_menu {
    float: right;
    height: 50px;
    padding-top: 10px;
    text-align: right;
    width: 100px;
  }

  .mod_mobile_menu span img {
    height: 40px;
    width: auto;
  }

  .mod_mobile_menu .mobile_menu_trigger {
    display: block !important;
  }

  .mobile_menu .noLanguageTranslation img {
    opacity: 0.3;
  }

  .mobile_menu .tabbody {
    padding-bottom: 0;
    padding-top: 0;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li span.active {
    color: #000;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li a,
  .mobile_menu .ce_accessible_tabs .mod_navigation li span {
    border-bottom: 0;
  }

  form,
  ul {
    margin-bottom: 0;
  }

  .completeSelectorLink a {
    margin-top: 104px;
  }

  input[type="search"],
  input[type="submit"],
  input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
    height: 41px;
  }

  .mod_search input.submit {
    float: right;
    height: 41px;
    margin-left: 2%;
    width: 28%;
  }

  #main ul {
    padding-left: 20px;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation .level_1 a,
  .mobile_menu ce_accessible_tabs .mod_navigation .level_1 li span {
    padding-left: 0;
    text-indent: 2%;
  }

  .mobile_menu>.inner {
    background-color: #ccc;
    height: 100%;
  }

  .mobile_menu .mod_search {
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    padding: 2%;
    width: 100%;
  }

  .mobile_menu .mod_search h1 {
    display: none;
  }

  .mobile_menu #globalSettingsMobile {
    float: left;
    width: 100%;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage {
    width: 100%;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li {
    display: none;
  }

  .mobile_menu #globalSettingsMobile .mod_changelanguage li.active {
    display: block !important;
  }

  .mobile_menu .mod_changelanguage img {
    float: left;
    height: 28px;
    line-height: 25px;
    margin-right: 2%;
    width: auto;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage img {
    margin-right: 4%;
    margin-top: -2%;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation {
    margin-bottom: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation li {
    text-indent: 0 !important;
  }

  .mobile_menu .ce_accessible_tabs .mod_navigation a {
    background-color: #f7f7f7 !important;
    color: #000;
    font-size: 1.2em !important;
    line-height: 1.7em !important;
    margin-bottom: 0;
    text-decoration: none !important;
  }

  .mobile_menu .mod_navigation {
    float: left;
    margin-bottom: 200px;
    width: 100%;
  }

  .mobile_menu .mod_navigation li {
    float: left;
    position: relative;
    width: 100%;
  }

  .mobile_menu .mod_navigation .level_1 li {
    background-color: #4d4d4d;
  }

  .mobile_menu .mod_navigation .level_2 li {
    background-color: #6b6b6b;
  }

  .mobile_menu .mod_navigation .level_3 li {
    background-color: #8f8b8b;
  }

  .mobile_menu .mod_navigation .level_4 li {
    background-color: #b8b2b2;
  }

  .mobile_menu .mod_navigation li a.trail,
  .mobile_menu .mod_navigation li span {
    background-color: #0770b0;
    color: #fff;
  }

  .mobile_menu .mod_navigation .level_1 a,
  .mobile_menu .mod_navigation .level_1 li span {
    padding-left: 2%;
  }

  .mobile_menu .mod_navigation .level_2 a,
  .mobile_menu .mod_navigation .level_2 li span {
    padding-left: 4%;
  }

  .mobile_menu .mod_navigation .level_3 a,
  .mobile_menu .mod_navigation .level_3 li span {
    padding-left: 6%;
  }

  .mobile_menu .mod_navigation .level_4 a,
  .mobile_menu .mod_navigation .level_4 li span {
    padding-left: 8%;
  }

  .mobile_menu .mobileChangeLanguage.active {
    display: block;
  }

  .mobile_menu .mobileChangeLanguage .mod_changelanguage ul li a {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
  }

  .mobile_menu #globalSettingsMobile .subsidiariesBtn {
    font-size: inherit;
    line-height: inherit;
    width: calc(50% - 3rem);
  }

  .mobile_menu .ce_accessible_tabs {
    background-color: #f7f7f7;
    color: #000;
    display: none;
    margin-bottom: 2%;
    padding: 2%;
  }

  .mobile_menu .ce_accessible_tabs.active {
    display: block;
  }

  .mobile_menu .ce_accessible_tabs .content h4,
  .mobile_menu .ce_accessible_tabs span {
    display: none;
  }

  .mobile_menu .ce_accessible_tabs ul.tabs-list li {
    border-bottom: 1px solid #000;
    float: left;
    font-size: 1.2em;
    margin-bottom: 1%;
    padding-bottom: 2%;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody {
    display: block !important;
    float: left;
    width: 33.33%;
  }

  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a,
  .mobile_menu .ce_accessible_tabs .content .tabbody .mm-list>li>a .mm-list>li>span {
    line-height: 1.5em;
    white-space: normal;
  }
}

@media print {
  .mainSlider h3 {
    display: inline-block !important;
    font-size: 20px;
    width: 100% !important;
  }

  #main .ce_sliderStart .ce_image {
    left: 0 !important;
    transform: none !important;
  }

  #main .ce_sliderStart .ce_image,
  #main .ce_sliderStart .ce_image img {
    page-break-inside: avoid !important;
  }

  .ce_metamodel_list .contactSelectorList .grid3,
  .mod_metamodel_list .contactSelectorList .grid3 {
    background-color: #f7f7f7;
    box-sizing: border-box;
    margin-bottom: 5px !important;
    min-height: 440px;
    padding: 10px;
  }

  .productSelectorHeadline span {
    display: inline-block;
  }

  .productSelectorInformations .contactLine p {
    width: auto;
  }

  .productSelectorHeadline img {
    height: auto;
    width: 30px;
  }

  .ce_metamodel_list .contactSelectorList h4,
  .mod_metamodel_list .contactSelectorList h4 {
    font-size: 14px;
  }

  .ce_metamodel_list .productSelectorTeaser,
  .mod_metamodel_list .productSelectorTeaser {
    border-bottom: 1px solid #000;
  }

  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations img {
    display: inline;
    height: auto;
    width: 25px;
  }

  .productSelectorHeadline h3 {
    font-size: 16px;
    margin-top: 0;
  }

  #main h1 {
    font-size: 16px;
  }

  #main .ce_table.grid12,
  #main .ce_text.grid12,
  .ce_text.grid6,
  .grid6 .ce_text.block,
  .grid6 .ce_text.grid6.block {
    display: inline !important;
  }

  .ce_youtube .mejs-video {
    display: none;
  }

  #main ul li ul {
    list-style-type: circle;
  }

  * {
    float: none !important;
  }

  ul {
    list-style-type: disc;
  }

  li {
    margin-left: 20px !important;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox ul {
    font-size: 9px;
  }

  #specialApplicationsHeader .applicationSlider .applicationBox .applicationTextBox h3 {
    font-size: 11px;
    margin: 0 !important;
  }

  #specialApplicationsHeader .insideSpecialApplication .mod_article [class*="ce_"],
  #specialApplicationsHeader .insideSpecialApplication .mod_article [class*="mod_"] {
    display: inline-block !important;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 1em;
    margin: 0 !important;
    width: 100%;
  }

  .specialContactBox .contactLine a,
  .specialContactBox .contactLine p {
    width: 200px;
  }

  .specialContactBox .contactBoxSubs {
    display: none;
    width: 800px !important;
  }

  .contactButton.buttonGermany {
    display: inline-block !important;
    width: 700px;
  }

  .contactLine {
    display: inline-block;
    width: 100%;
  }

  .galleria-stage .galleria-image img {
    display: inline-block;
    height: 310px !important;
    text-align: center;
    width: 310px !important;
  }

  .ce_galerie {
    display: inline-block;
    width: 500px;
  }

  #main .contactGlobal {
    display: none !important;
  }

  .specialContactBox strong {
    background-color: #d9d9d9;
    display: inline-block !important;
    font-weight: 700;
    width: 200px !important;
  }

  .contactBoxGermany .contactLine a,
  .contactBoxGermany .contactLine p,
  .contactLine a,
  .contactLine p {
    display: inline-block !important;
    font-size: 12px;
    width: 200px;
  }

  .specialContactBox p.introText {
    padding-top: 20px;
    width: 94%;
  }

  #main .contactButton h3 {
    display: inline-block !important;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    width: 100%;
  }

  #main .contactButton.buttonGermany,
  #main .specialContactBox .contactButton {
    background-color: #0770b0;
    color: #fff;
    display: inline-block !important;
    font-size: 11px;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 94%;
  }

  #main .specialContactBox .contactButton {
    height: 42px;
    line-height: 1em;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorContentBox .productSelectorHeadline img,
  .contactLine .iconsSVG img,
  .generalContacts img,
  .specialContactBox img,
  .specialStartpageTabServiceContactBox img {
    display: inline-block;
    height: 33px;
    margin-right: 5px;
    margin-top: 5px;
    width: 33px;
  }

  .specialContactBox p {
    display: inline-block !important;
    font-size: 11px;
    width: 100%;
  }

  #main .contactBoxLeft,
  #main .contactBoxLeft p {
    display: inline-block;
    width: 350px;
  }

  #aboveHeader,
  #footer,
  #header,
  #headerNavigation,
  #main .mod_breadcrumb,
  #mobileMenu,
  #tab-menu .current-info,
  #tab-menu h3.ce_headline,
  .applicationPictureBox,
  .ce_metamodels_frontendfilter .widget.power_supply_systems,
  .ce_metamodels_frontendfilter .widget.testing_measuring_safety_instruments,
  .contactLanguages,
  .descriptionBox,
  .filter-widget-isotope,
  .serviceBox,
  .serviceBox img,
  .swiper-navigations-wrapper {
    display: none;
  }

  #mainDropdownComplete .insideMainDropdownCompleteLeftBox {
    display: none !important;
  }

  #mainDropdownComplete .mod_changelanguage img {
    height: 30px;
    width: 30px;
  }

  #mainDropdownComplete .mod_changelanguage ul li a {
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
  }

  #mainDropdownComplete .insideMainDropdownComplete {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #mainDropdownComplete .insideMainDropdownCompleteRightBox .languageNewsBox,
  #mainDropdownComplete .insideMainDropdownCompleteRightBox .noLanguageTranslation {
    display: none;
  }

  #mainDropdownComplete .insideMainDropdownCompleteRightBox .mod_changelanguage {
    background-color: #e7e7e7;
    width: 960px;
  }

  #mainDropdownComplete .insideMainDropdownCompleteRightBox .mod_changelanguage ul li {
    display: inline-block;
  }

  #mainDropdownComplete .insideMainDropdownComplete .fallbackMap,
  .insideMainDropdownCompleteCloseBox,
  .productSelectorLink {
    display: none;
  }

  #wrapper {
    page-break-before: always;
  }

  a:link,
  a:visited {
    background: transparent;
    color: #006fb2;
    font-weight: 700;
    text-decoration: underline;
  }

  #main .ce_downloads span,
  #main .serviceContactBox a,
  #main .serviceContactBox span,
  .applicationIconBox,
  .ce_accessible_tabs .tabs-list,
  .ce_metamodel_list .productSelectorLink {
    display: none;
  }

  #main .ce_hyperlink a:before {
    content: "☍ ";
  }

  .swiperSlider-ce-wrapper .slides_dma {
    background-repeat: no-repeat;
    background-size: 300px !important;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }

  .ui-accordion-content {
    display: block !important;
  }

  .ce_accessible_tabs h3 {
    display: inline-block;
    height: 40px;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  .completeSelectorLink a {
    background-color: #0770b0;
    color: #fff;
    display: inline-block !important;
    font-size: 12pt;
    margin-bottom: 1% !important;
    margin-top: 1% !important;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    text-decoration: none;
    text-indent: 1%;
    width: 100%;
  }

  .serviceContactBox {
    background-color: #f7f7f7;
    padding: 2%;
    width: 96%;
  }

  #main .contactLinkBox {
    display: inline-block !important;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2%;
    width: 700px;
  }

  #contentMain {
    page-break-before: always;
  }

  #contentMain .ContactSelectorInside-FlagSelect {
    margin-top: 12px !important;
  }

  #contentMain .contactLanguages .button-group button {
    font-size: 9px;
    height: 80px;
    line-height: 1em;
    padding: 0;
    width: 70px;
  }

  #contentMain .contactLanguages .button-group button img {
    height: auto;
    margin: 5px 10px;
    width: 40px;
  }

  #contentMain .contactSelectorList {
    margin-top: 12px !important;
  }

  #contentMain .kontaktCard {
    display: inline-block;
    height: 310px;
    margin-right: 1%;
    width: 32%;
  }

  #contentMain .contactLinkBox {
    background-color: #0770b0;
    display: inline-block !important;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 2%;
    width: 922px;
  }

  #contentMain .contactLinkBox a {
    color: #fff;
  }

  .serviceContactBox img {
    height: 22px;
    padding: 2%;
    width: 22px;
  }

  .mod_article [class*="ce_"],
  .mod_article [class*="mod_"],
  [class*="grid"] {
    margin: 0 !important;
  }

  [class*="grid"] {
    display: inline-block !important;
    vertical-align: top !important;
  }

  .ce_accessible_tabs {
    display: inline !important;
    margin: 10px !important;
    vertical-align: unset !important;
  }

  .ce_accessible_tabs_separator,
  .ce_accessible_tabs h4 {
    background-color: #0770b0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
    padding-right: 2%;
    page-break-before: always;
    width: 96%;
  }

  .tabbody {
    display: block !important;
    margin-top: 2%;
    width: 100%;
  }

  .tabbody .ce_contentTeaserBox .ce_hyperlink a {
    text-decoration: none;
  }

  .sliderInnerContentWrapper {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 110px;
    margin-left: 300px;
    padding-left: 1%;
    width: 100%;
  }

  .swiperSlider-ce-wrapper .sliderHeadline {
    color: #fff;
    display: inline-block;
    font-size: 7pt;
    line-height: 30px;
    width: 500px;
  }

  .swiperSlider-ce-wrapper .sliderTeaser {
    color: #fff;
    font-size: 7pt;
    height: 30px;
    line-height: 12px;
    width: 420px;
  }

  .swiperSlider-ce-wrapper a {
    color: #000;
    text-decoration: none;
  }

  .swiperSlider-ce-wrapper .sliderProductPicture {
    height: 100px;
    width: 100px;
  }

  .swiperSlider-ce-wrapper .sliderProductPicture img {
    display: none;
    height: 120px;
    width: 120px;
  }

  #secondSliderContentHeader {
    height: 300px;
  }

  .insideSpecialApplication .ce_text {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 120px;
    padding-left: 1%;
    padding-right: 2%;
    width: 97%;
  }

  .insideSpecialApplication .ce_text a,
  .insideSpecialApplication .ce_text h1 {
    color: #fff;
  }

  .applicationBox.boxInBottom,
  .applicationBox.boxOnTop {
    display: block;
    height: 100%;
    width: 100%;
  }

  .applicationTextBox {
    background-color: #0770b0;
    color: #fff;
    display: block;
    page-break-inside: avoid;
    text-indent: 20px;
    vertical-align: top;
  }

  .serviceTeaserBox {
    text-align: center;
  }

  #main ul {
    display: inline-block !important;
    list-style-type: disc;
    margin-left: 2%;
  }

  #main ul ul {
    display: block !important;
  }

  #main .tabs-list li {
    display: none !important;
  }

  #main .ce_galerie .galleria-theme-classic {
    background-color: #e8e8e8;
  }

  #main .galleria-theme-classic .galleria-info,
  .galleria-theme-classic .galleria-counter {
    display: none !important;
  }

  #main .ce_text .image_container {
    border: 1px solid #dedede;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  #main .image_container figcaption {
    border-top: 1px solid #dedede;
    text-align: center;
  }

  #main .ce_downloads {
    display: table !important;
    width: 100%;
  }

  #main .ce_text .ce_table {
    margin-top: 10px !important;
    page-break-before: always;
  }

  #main table td {
    text-align: center;
  }

  #main table td,
  #main table th {
    border: 1px solid #dedede;
    border-collapse: separate;
  }

  #main table th {
    text-align: left;
  }

  #main .ce_gallery.productIcons {
    margin-top: 4%;
  }

  #main .ce_gallery.productIcons li {
    display: inline-block !important;
    margin-right: 5px;
    width: 10%;
  }

  .galleria-thumbnails-container {
    display: inline-block !important;
  }

  .galleria-thumbnails-container img {
    display: inline-block !important;
    overflow: visible !important;
  }

  .galleria-thumbnails-container .galleria-image {
    display: block !important;
    float: left !important;
    overflow: visible !important;
  }

  #main .toggler {
    background-color: #0770b0;
    color: #fff;
    display: inline-block !important;
    line-height: 40px;
    text-indent: 2%;
    width: 700px;
  }

  #main .ce_accordion {
    page-break-inside: avoid !important;
    width: 96%;
  }

  #main .ce_accordion .accordion {
    display: inline-block;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
  }

  #main .ce_accordion a {
    color: #000;
    display: inline-block !important;
    text-decoration: none;
    width: 100%;
  }

  #main .contactLinkBox {
    background-color: #0770b0;
  }

  #main .contactLinkBox p {
    color: #fff;
    padding-left: 10px;
    padding-top: 5px;
  }

  .ce_metamodel_list .grid6 .productSelectorImage {
    display: inline-block !important;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    text-align: center;
    vertical-align: text-bottom;
    width: 40%;
  }

  .ce_metamodels_frontendfilter select {
    width: 100%;
  }

  .ce_metamodel_list .grid6 .productSelectorInformations ul {
    padding-left: 2% !important;
  }

  .ce_metamodel_list .grid6 .productSelectorImage ul {
    list-style-type: none !important;
  }

  .ce_metamodel_list a {
    color: #000;
    display: inline-block !important;
    text-decoration: none;
    vertical-align: top;
  }

  .ce_metamodel_list .grid6 .productSelectorContentBox {
    background-color: #dedede;
    display: inline-block !important;
    height: 100%;
    padding: 1% 2%;
    vertical-align: top;
    width: 55.5%;
  }

  .ce_metamodel_list .grid6 {
    border: 1px solid #dedede;
    box-sizing: border-box;
    margin-top: 2% !important;
    width: 100%;
  }

  .ce_metamodel_list .productSelectorTeaser {
    border-bottom: 1px solid #000;
    margin-bottom: 2%;
  }

  .ce_metamodels_frontendfilter label {
    font-weight: 700;
    margin-bottom: 1%;
  }

  .ce_metamodel_list .productSelectorInformations ul {
    margin-right: 4%;
  }

  .ce_metamodel_list .grid6 .productSelectorImage img {
    height: 170px;
    width: 170px;
  }

  #cookiebar {
    display: none;
  }

  .swiperSlider-wrapper {
    display: block;
    height: inherit !important;
    position: relative;
    transform: none !important;
  }

  .swiperSlider-item {
    display: block;
    transform: none !important;
    width: 100% !important;
  }

  #secondSliderContentHeader {
    height: inherit;
  }

  .sliderInnerContentWrapper {
    background-color: transparent;
    color: #000;
  }

  .swiperSlider-ce-wrapper .sliderHeadline,
  .swiperSlider-ce-wrapper .sliderTeaser {
    color: #000;
  }
}

.contactLinieEmail {
  word-break: break-word;
}

@media screen and (min-width: 767px) {
  .kontaktCard {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 325px;
    width: 161px;
  }

  .kontaktCard p {
    line-height: 1.1 !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 979px) {
  .ce_metamodel_list .contactSelectorList .pm_partner .productSelectorHeadline .flag {
    display: none;
  }

  .ce_metamodels_frontendfilter.showCountrys .widget.country {
    display: block;
  }

  .contactLanguages {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .contactLanguages .button-group {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
  }

  .contactLanguages .button-group button {
    float: left;
    font-size: 9px;
    font-weight: 500;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 1% 0;
    text-align: center;
    width: 86px;
  }

  .contactPageFilter.noContactItems .ce_metamodels_frontendfilter+.ce_metamodel_list,
  .noContactItems #contentMain .mod_metamodel_list,
  .noContactItems .ContactSelectorInside-FlagSelect,
  .noContactItems .headlineContactSelectorInside {
    display: none !important;
  }

  .contactSelectorList {
    margin-left: 0;
    margin-right: 0;
  }

  .contactLanguages .button-group button img {
    height: 26px;
    width: auto;
  }

  .contactLanguages .button-group .is-checked,
  .contactLanguages .button-group button:hover {
    background: #0770b0;
    background-position: 0 0 !important;
    color: #fff;
  }

  #main .specialContactboxSV {
    background-color: #0770b0;
    margin-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 235px;
  }

  #main .specialContactboxSV a {
    border: 0;
    color: #fff;
    margin-bottom: 0 !important;
  }

  .ce_metamodel_list .contactSelectorList h4 span,
  .mod_metamodel_list .contactSelectorList h4 span {
    color: #4d4d4d;
    font-size: 10px;
  }

  .ce_metamodels_frontendfilter {
    padding-bottom: 20px;
  }

  .ce_metamodels_frontendfilter label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;
  }

  .ce_metamodels_frontendfilter .widget {
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 342px;
  }

  .ce_metamodels_frontendfilter .widget.power_supply_systems,
  .ce_metamodels_frontendfilter .widget.service,
  .ce_metamodels_frontendfilter .widget.testing_measuring_safety_instruments {
    display: none;
    width: 702px;
  }

  .ce_metamodels_frontendfilter .widget.showThisBox {
    display: block;
  }

  .ce_metamodels_frontendfilter select {
    width: 342px;
  }

  .ce_metamodels_frontendfilter .power_supply_systems select,
  .ce_metamodels_frontendfilter .service select,
  .ce_metamodels_frontendfilter .testing_measuring_safety_instruments select {
    width: 702px;
  }

  .ce_metamodels_frontendfilter input {
    font-size: 12px;
    height: 24px;
    width: 342px !important;
  }

  .contactPageFilter .ce_metamodels_frontendfilter input {
    width: 344px !important;
  }

  .ce_metamodels_frontendfilter .text-before-country {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-color: #0770b0 #0770b0 currentcolor;
    border-right: 1px solid #0770b0;
    border-top: 1px solid #0770b0;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    width: 702px;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused {
    background-color: #f7f7f7;
    border-bottom: 1px solid #0770b0;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    border-top-color: #0770b0;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused select,
  .ce_metamodels_frontendfilter .widget.country select {
    width: 694px;
  }

  .ce_metamodels_frontendfilter .widget.country {
    width: 712px;
  }

  .ce_metamodels_frontendfilter .text-after-country {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-color: #0770b0 #0770b0 currentcolor;
    border-right: 1px solid #0770b0;
    border-top: 1px solid #0770b0;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    width: 702px;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    background-color: #f7f7f7;
    border-bottom: 1px solid #0770b0;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    border-top-color: #0770b0;
    float: left;
    padding: 10px 0;
    width: 722px;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets .widget {
    width: 351px;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets input {
    width: 340px !important;
  }

  .ce_metamodel_list .grid6,
  .mod_metamodel_list .grid6 {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    width: 342px;
  }

  .titlePosition {
    color: #4d4d4d;
    font-size: 10px;
  }

  .ce_metamodel_list .productSelectorImage,
  .mod_metamodel_list .productSelectorImage {
    background-color: #fff;
    float: left;
    height: 200px;
    margin: 2px;
    text-align: center;
    width: 338px;
  }

  .ce_metamodel_list .productSelectorImage ul,
  .mod_metamodel_list .productSelectorImage ul {
    list-style-type: none !important;
    padding-left: 0 !important;
  }

  .ce_metamodel_list .productSelectorImage img,
  .mod_metamodel_list .productSelectorImage img {
    height: 180px;
    padding-top: 10px;
    width: 180px;
  }

  .ce_metamodel_list .productSelectorContentBox,
  .mod_metamodel_list .productSelectorContentBox {
    float: right;
    height: 130px;
    padding: 20px;
    width: 301px;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorContentBox,
  .mod_metamodel_list .contactSelectorList .productSelectorContentBox {
    height: 250px;
    width: 121px;
  }

  .productSelectorTeaser-h {
    color: #0770b0;
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
  }

  .ce_metamodel_list .productSelectorHeadline h3,
  .mod_metamodel_list .productSelectorHeadline h3,
  .productSelectorHeadline-h {
    color: #4d4d4d;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 3px;
  }

  .productSelectorHeadline-h {
    font-size: 12px;
  }

  .ce_metamodel_list .productSelectorHeadline h3 a,
  .mod_metamodel_list .productSelectorHeadline h3 a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorTeaser,
  .mod_metamodel_list .productSelectorTeaser {
    border-bottom: 1px solid;
    border-color: #4d4d4d;
  }

  .ce_metamodel_list .productSelectorTeaser p,
  .mod_metamodel_list .productSelectorTeaser p {
    color: #4d4d4d;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .ce_metamodel_list .productSelectorTeaser p a,
  .mod_metamodel_list .productSelectorTeaser p a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  #specialContentHeader #tab-menu .ce_metamodel_list .productSelectorTeaser h4,
  #specialContentHeader #tab-menu .mod_metamodel_list .productSelectorTeaser h4 {
    display: block;
  }

  .ce_metamodel_list .productSelectorInformations,
  .mod_metamodel_list .productSelectorInformations {
    font-size: 12px;
    padding-top: 2px;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorInformations,
  .mod_metamodel_list .contactSelectorList .productSelectorInformations {
    font-size: 10px;
  }

  .ce_metamodel_list .productSelectorInformations .contactLine,
  .mod_metamodel_list .productSelectorInformations .contactLine {
    float: left;
    width: 100%;
  }

  .contactLine a,
  .contactLine p {
    float: left;
    width: 101px;
  }

  .ce_metamodel_list .productSelectorInformations p,
  .mod_metamodel_list .productSelectorInformations p {
    margin-bottom: 0;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorInformations a {
    word-break: break-word;
  }

  .ce_metamodel_list .productSelectorLink a,
  .mod_metamodel_list .productSelectorLink a {
    background-image: url(../img/icon_product_selector_more_blue.1dd27bea..png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 35px;
    text-indent: -999em;
    width: 100%;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorContentBox .productSelectorHeadline img,
  .mod_metamodel_list .contactSelectorList .productSelectorContentBox .productSelectorHeadline img {
    height: auto;
    width: 25px;
  }

  .contactSelectorList .grid3 {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    min-height: 325px;
    width: 161px;
  }

  .contactLine .iconsSVG {
    float: left;
    margin-right: 5px;
    width: 15px;
  }

  .contactLine .iconsSVG img {
    width: 15px;
  }

  .completeSelectorLink a {
    background-color: #0770b0;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 22px;
    margin-left: 381px;
    margin-top: 104px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-decoration: none;
    width: 323px;
  }

  .completeSelectorLink a:hover {
    background-color: #4d4d4d;
  }

  #contentMain,
  #contentMain #contactbox {
    float: left;
    width: 100%;
  }

  #contentMain #contactbox .headlineContactSelectorInside {
    color: #0770b0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .headlineContactSelectorInside {
    text-align: center;
  }
}

@media screen and (max-width: 766px) {

  .contactPageFilter.noContactItems .ce_metamodels_frontendfilter+.ce_metamodel_list,
  .noContactItems #contentMain .mod_metamodel_list,
  .noContactItems .ContactSelectorInside-FlagSelect,
  .noContactItems .headlineContactSelectorInside {
    display: none !important;
  }

  .ce_metamodel_list .contactSelectorList .pm_partner .productSelectorHeadline .flag {
    display: none;
  }

  .ce_metamodels_frontendfilter.showCountrys .widget.country {
    display: block;
  }

  .contactLanguages {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .contactLanguages .button-group {
    align-content: stretch;
    display: flex !important;
    flex-wrap: wrap;
  }

  .contactLanguages .button-group button {
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 1% 0;
    text-align: center;
    width: 77px;
  }

  .contactLanguages .button-group button img {
    height: 26px;
    width: auto;
  }

  .contactLanguages .button-group .is-checked,
  .contactLanguages .button-group button:hover {
    background: #0770b0;
    background-position: 0 0 !important;
    color: #fff;
  }

  .flagge {
    margin-right: 10px;
    width: 30px;
  }

  .flagge,
  .wrapperBoxContact {
    float: left;
    margin-left: 10px;
  }

  .wrapperBoxContact {
    width: 100%;
  }

  .wrapperBoxContact a {
    float: left;
  }

  #contentMain .contactLinkBox,
  #main .contactLinkBox {
    float: left;
    width: 100% !important;
  }

  .ce_metamodel_list a,
  .mod_metamodel_list a {
    text-decoration: none;
  }

  .ce_metamodel_list .contactSelectorList .block,
  .mod_metamodel_list .contactSelectorList .block {
    background-color: #f7f7f7;
  }

  #contentMain .contactLinkBox a,
  #main .contactLinkBox a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 2%;
    padding: 2%;
    text-align: center;
    text-decoration: none;
    width: 96% !important;
  }

  #contentMain .contactLinkBox a:hover,
  #main .contactLinkBox a:hover {
    background-color: #4d4d4d;
  }

  .noContactLink #contentMain .contactLinkBox,
  .noContactLink #main .contactLinkBox {
    display: none;
  }

  #contentMain .contactLinkBox .contactBoxLeft,
  #main .contactLinkBox .contactBoxLeft {
    float: left;
    text-align: center;
    width: 100% !important;
  }

  #contentMain .contactLinkBox .contactBoxLeft p,
  #main .contactLinkBox .contactBoxLeft p {
    float: left;
    text-align: center;
    width: 100%;
  }

  #contentMain .contactLinkBox .contactGlobal,
  #main .contactLinkBox .contactGlobal {
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    line-height: 2em;
    margin-top: 2%;
    text-align: center;
    width: 100% !important;
  }

  #contentMain,
  #main {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  #contentMain #contactbox {
    float: left;
    width: 100%;
  }

  #contentMain #contactbox .headlineContactSelectorInside {
    color: #0770b0;
    float: left !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100% !important;
  }

  .ce_metamodels_frontendfilter {
    float: left;
    width: 100%;
  }

  .ce_metamodels_frontendfilter label {
    float: left;
    font-weight: 700;
    width: 100%;
  }

  .ce_metamodels_frontendfilter select {
    float: left;
    margin-bottom: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter input {
    float: left;
    width: 100% !important;
  }

  .ce_metamodels_frontendfilter .widget.power_supply_systems,
  .ce_metamodels_frontendfilter .widget.service,
  .ce_metamodels_frontendfilter .widget.testing_measuring_safety_instruments {
    display: none;
  }

  #main .ce_metamodels_frontendfilter .widget.showThisBox {
    display: block;
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .text-before-country {
    border-color: #0770b0 #0770b0 currentcolor;
    border-top: 1px solid #0770b0;
    padding-top: 4%;
  }

  .ce_metamodels_frontendfilter .text-before-country,
  .ce_metamodels_frontendfilter .widget.country.active.unused {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused {
    border-bottom: 1px solid #0770b0;
    border-top-color: #0770b0;
  }

  .ce_metamodels_frontendfilter .text-after-country {
    border-color: #0770b0 #0770b0 currentcolor;
    border-top: 1px solid #0770b0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4%;
  }

  .ce_metamodels_frontendfilter .text-after-country,
  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    width: 100%;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    border-bottom: 1px solid #0770b0;
    border-top-color: #0770b0;
    padding: 2%;
  }

  .ce_metamodel_list,
  .mod_metamodel_list {
    float: left;
    margin-top: 2%;
    width: 100%;
  }

  .ce_metamodel_list .block,
  .mod_metamodel_list .block {
    border: 1px solid #0770b0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
  }

  .ce_metamodel_list .productSelectorImage,
  .mod_metamodel_list .productSelectorImage {
    float: left;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 2%;
    width: 50%;
  }

  .ce_metamodel_list .productSelectorImage ul,
  .mod_metamodel_list .productSelectorImage ul {
    list-style-type: none !important;
    padding-left: 0 !important;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    width: 96%;
  }

  .productSelectorHeadline-h {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 1%;
    margin-top: 4%;
    width: 100%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline h3,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline h3,
  .productSelectorHeadline-h {
    text-align: left;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline img,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline img {
    display: block;
    height: auto;
    padding-top: 2%;
    width: 2em;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 a,
  .mod_metamodel_list .productSelectorContentBox .productSelectorHeadline h3 a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    width: 96%;
  }

  .productSelectorTeaser-h {
    display: block;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser h4,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser h4,
  .productSelectorTeaser-h {
    color: #0770b0;
    margin-top: 2%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorTeaser a,
  .mod_metamodel_list .productSelectorContentBox .productSelectorTeaser a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations {
    border-color: currentcolor #4d4d4d #4d4d4d;
    border-top: 1px solid #4d4d4d;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 96%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine {
    float: left;
    width: 100%;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine p,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations .contactLine p {
    float: left;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations img,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations img {
    float: left;
    height: 1em;
    padding-right: 2%;
    padding-top: 1%;
    width: auto;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations ul,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations ul {
    list-style-type: disc;
    margin-left: 7% !important;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations ul ul,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations ul ul {
    margin-left: 0;
  }

  .ce_metamodel_list .productSelectorContentBox .productSelectorInformations p strong,
  .mod_metamodel_list .productSelectorContentBox .productSelectorInformations p strong {
    font-weight: 400;
  }

  .ce_metamodel_list .productSelectorLink,
  .mod_metamodel_list .productSelectorLink {
    background-color: #0770b0;
    display: none;
    float: left;
    line-height: 2em;
    text-align: center;
    width: 100%;
  }

  #specialContentHeader #tab-menu .ce_metamodel_list .productSelectorTeaser h4,
  #specialContentHeader #tab-menu .mod_metamodel_list .productSelectorTeaser h4 {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .kontaktCard {
    width: 210px;
  }

  .contactPageFilter.noContactItems .ce_metamodels_frontendfilter+.ce_metamodel_list,
  .noContactItems #contentMain .mod_metamodel_list,
  .noContactItems .ContactSelectorInside-FlagSelect,
  .noContactItems .headlineContactSelectorInside {
    display: none !important;
  }

  .contactSelectorList {
    margin-left: 0;
    margin-right: 0;
  }

  .contactLanguages {
    float: left;
    margin-bottom: 20px;
    margin-left: 5px;
    width: 955px;
  }

  .contactLanguages .button-group {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
  }

  .contactLanguages .button-group button {
    float: left;
    font-size: 8px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0;
    padding: 5px 0 0;
    text-align: center;
    width: 77px;
  }

  .contactLanguages .button-group button img {
    height: 26px;
    width: auto;
  }

  .contactLanguages .button-group .is-checked,
  .contactLanguages .button-group button:hover {
    background: #0770b0;
    background-position: 0 0 !important;
    color: #fff;
  }

  .boxContact {
    float: left;
    width: 100%;
  }

  .flagge {
    float: left;
    margin-right: 10px;
    width: 30px;
  }

  .specialContactBox.Mitarbeiterbox {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 210px;
  }

  .ie8 .generalContacts img,
  .ie8 .mod_changelanguage img,
  .ie8 .productSelectorHeadline img,
  .ie8 .productSelectorInformations img,
  .ie8 .specialContactBox img {
    display: none;
  }

  .specialContactBox {
    background-color: #f7f7f7;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
    width: 930px;
  }

  .specialContactBox strong {
    font-size: 16px;
  }

  .specialContactBox .contact {
    min-height: 110px;
    width: 210px;
  }

  .specialContactBox .contactBoxSubs .contact {
    background-color: #fff;
    height: 200px;
    margin-top: 20px;
    padding: 20px;
    width: 400px;
  }

  .specialContactBox .contactBoxSubs .grid12 {
    width: 860px;
  }

  .miniIcon img,
  .specialContactBox img {
    float: left;
    height: auto;
    padding-right: 10px;
    padding-top: 4px;
    width: 12px;
  }

  .specialStartpageTabServiceContactBox img {
    float: left;
    height: auto;
    padding-right: 10px;
    padding-top: 4px;
    width: 15px;
  }

  .specialStartpageTabServiceContactBox a {
    text-decoration: none;
  }

  .specialContactBox .contactBoxGermany,
  .specialContactBox .contactBoxWorldwide {
    display: none;
  }

  .specialContactBox .contactBoxGermany.active,
  .specialContactBox .contactBoxWorldwide.active {
    display: block;
  }

  .specialContactBox .contactButton {
    background-color: #0770b0;
    color: #fff;
    margin-top: 1px;
    padding: 10px 20px;
  }

  .specialContactBox p.introText {
    float: left;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    width: 850px;
  }

  .specialContactBox .contactButton.active {
    background-color: #4d4d4d;
  }

  .specialContactBox .contactButton:hover {
    background-color: #4d4d4d;
    cursor: pointer;
  }

  .specialContactBox .contactButton h3 {
    font-size: 18px;
  }

  .specialContactBox .contactButton h3:after {
    content: "►";
    float: right;
  }

  .specialContactBox .contactButton.active h3:after,
  .specialContactBox .contactButton:hover h3:after {
    content: "▼";
  }

  .specialContactBox .contactButton h3,
  .specialContactBox .contactButton p {
    margin-bottom: 0;
    margin-top: 0;
  }

  .specialContactBox .contactLine a,
  .specialContactBox .contactLine p {
    width: 378px;
  }

  .contactLine {
    float: left;
    line-height: 1;
    padding-top: 5px;
    width: 100%;
  }

  .ce_metamodels_frontendfilter {
    padding-bottom: 20px;
  }

  .ce_metamodels_frontendfilter .widget {
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 460px;
  }

  .ce_metamodels_frontendfilter .widget.power_supply_systems,
  .ce_metamodels_frontendfilter .widget.service,
  .ce_metamodels_frontendfilter .widget.testing_measuring_safety_instruments {
    display: none;
    width: 920px;
  }

  .ce_metamodels_frontendfilter .widget.country {
    width: 920px;
  }

  .ce_metamodels_frontendfilter.showCountrys .widget.country,
  .ce_metamodels_frontendfilter .widget.showThisBox {
    display: block;
  }

  .ce_metamodels_frontendfilter select {
    width: 450px;
  }

  .ce_metamodels_frontendfilter .country select,
  .ce_metamodels_frontendfilter .power_supply_systems select,
  .ce_metamodels_frontendfilter .service,
  .ce_metamodels_frontendfilter .service select,
  .ce_metamodels_frontendfilter .testing_measuring_safety_instruments select {
    width: 920px;
  }

  .ce_metamodels_frontendfilter input {
    font-size: 12px;
    height: 24px;
    width: 450px !important;
  }

  .ce_metamodels_frontendfilter .text-before-country {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-color: #0770b0 #0770b0 currentcolor;
    border-right: 1px solid #0770b0;
    border-top: 1px solid #0770b0;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    width: 910px;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused {
    background-color: #f7f7f7;
    border-bottom: 1px solid #0770b0;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    border-top-color: #0770b0;
  }

  .ce_metamodels_frontendfilter .widget.country.active.unused select {
    width: 900px;
  }

  .ce_metamodels_frontendfilter .text-after-country {
    background-color: #f7f7f7;
    border-left: 1px solid #0770b0;
    border-color: #0770b0 #0770b0 currentcolor;
    border-right: 1px solid #0770b0;
    border-top: 1px solid #0770b0;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    width: 910px;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets {
    background-color: #f7f7f7;
    border-bottom: 1px solid #0770b0;
    border-left: 1px solid #0770b0;
    border-right: 1px solid #0770b0;
    border-top-color: #0770b0;
    float: left;
    padding: 10px 0;
    width: 930px;
  }

  .ce_metamodels_frontendfilter .wrap-sub-widgets .widget {
    width: 450px;
  }

  .ce_metamodel_list .productSelectorList .grid6,
  .mod_metamodel_list .productSelectorList .grid6 {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    width: 450px;
  }

  .ce_metamodel_list .contactSelectorList .grid3,
  .mod_metamodel_list .contactSelectorList .grid3 {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    min-height: 325px;
    width: 215px;
  }

  .ce_metamodel_list .contactSelectorList .pm_partner .productSelectorHeadline .flag {
    display: none;
  }

  .titlePosition {
    color: #4d4d4d;
    font-size: 12px;
  }

  .ce_metamodel_list .productSelectorImage,
  .mod_metamodel_list .productSelectorImage {
    background-color: #fff;
    float: left;
    height: 216px;
    margin: 2px;
    width: 216px;
  }

  .ce_metamodel_list .productSelectorImage ul,
  .mod_metamodel_list .productSelectorImage ul {
    list-style-type: none !important;
    padding-left: 0 !important;
  }

  .ce_metamodel_list .productSelectorList .productSelectorContentBox,
  .mod_metamodel_list .productSelectorList .productSelectorContentBox {
    float: right;
    height: 145px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 200px;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorContentBox,
  .mod_metamodel_list .contactSelectorList .productSelectorContentBox {
    float: right;
    height: 250px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 176px;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorContentBox .productSelectorHeadline img,
  .mod_metamodel_list .contactSelectorList .productSelectorContentBox .productSelectorHeadline img {
    height: auto;
    width: 25px;
  }

  .ce_metamodel_list .productSelectorHeadline h3,
  .mod_metamodel_list .productSelectorHeadline h3,
  .productSelectorHeadline-h {
    color: #4d4d4d;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 3px;
  }

  .ce_metamodel_list .productSelectorHeadline h3 a,
  .mod_metamodel_list .productSelectorHeadline h3 a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  .ce_metamodel_list .productSelectorTeaser,
  .mod_metamodel_list .productSelectorTeaser {
    border-bottom: 1px solid;
    border-color: #4d4d4d;
  }

  .ce_metamodel_list .productSelectorTeaser p,
  .mod_metamodel_list .productSelectorTeaser p {
    color: #4d4d4d;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .ce_metamodel_list .productSelectorTeaser p a,
  .mod_metamodel_list .productSelectorTeaser p a {
    color: #4d4d4d;
    display: block;
    text-decoration: none;
  }

  #specialContentHeader #tab-menu .ce_metamodel_list .productSelectorTeaser h4,
  #specialContentHeader #tab-menu .mod_metamodel_list .productSelectorTeaser h4,
  .productSelectorTeaser-h {
    color: #0770b0;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
  }

  .ce_metamodel_list .productSelectorInformations,
  .mod_metamodel_list .productSelectorInformations {
    font-size: 10px;
    padding-top: 2px;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorInformations,
  .mod_metamodel_list .contactSelectorList .productSelectorInformations {
    font-size: 12px;
  }

  .ce_metamodel_list .productSelectorInformations p,
  .mod_metamodel_list .productSelectorInformations p {
    margin-bottom: 0;
  }

  .ce_metamodel_list .contactSelectorList .productSelectorInformations a {
    word-break: break-word;
  }

  .ce_metamodel_list .productSelectorInformations ul,
  .mod_metamodel_list .productSelectorInformations ul {
    font-size: 10px !important;
  }

  .ce_metamodel_list .productSelectorLink a,
  .mod_metamodel_list .productSelectorLink a {
    background-image: url(../img/icon_product_selector_more_blue.1dd27bea..png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 35px;
    text-indent: -999em;
    width: 210px;
  }

  .completeSelectorLink a {
    margin-left: 490px;
    margin-top: 94px;
    width: 430px;
  }

  .ie .completeSelectorLink a {
    margin-top: 93px;
  }

  #contentMain .contactLinkBox a,
  #main .contactLinkBox a {
    background-color: #0770b0;
    color: #fff;
    float: left;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  #contentMain .contactGlobal2,
  #main .contactGlobal2 {
    border: 1px solid #1b63b5;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    width: 208px;
  }

  #contentMain .contactGlobal,
  #main .contactGlobal {
    border: 1px solid #fff;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
    width: 208px;
  }

  #contentMain .contactLinkBox strong,
  #main .contactLinkBox strong {
    font-weight: 700;
  }

  #contentMain .contactLinkBox a:hover,
  #main .contactLinkBox a:hover {
    background-color: #4d4d4d;
  }

  .noContactLink #contentMain .contactLinkBox,
  .noContactLink #main .contactLinkBox {
    display: none;
  }

  #contentMain,
  #contentMain #contactbox {
    float: left;
    width: 100%;
  }

  #contentMain #contactbox .headlineContactSelectorInside {
    color: #0770b0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .headlineContactSelectorInside {
    text-align: center;
  }

  .headlineContactSelectorInside h3 {
    font-size: 2.4rem;
  }

  .contactLine .iconsSVG {
    float: left;
    margin-right: 5px;
    width: 15px;
  }

  .contactLine .iconsSVG img {
    width: 15px;
  }

  .contactLine a,
  .contactLine p {
    color: #4d4d4d;
    float: left;
    margin-bottom: 0;
    text-decoration: none;
    width: 150px;
  }

  .contactBoxGermany .contactLine a,
  .contactBoxGermany .contactLine p {
    width: 378px;
  }

  .noMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@font-face {
  font-display: block;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icomoon.c7cf0019..eot);
  src: url(../fonts/icomoon.c7cf0019..eot) format("embedded-opentype"),
    url(../fonts/icomoon.573800df..ttf) format("truetype"),
    url(../fonts/icomoon.e85fd52b..woff) format("woff"),
    url(../img/icomoon.44c0290f..svg) format("svg");
}

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

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

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

.benning-icon-antenna .u-hideme,
.benning-icon-lamp .u-hideme {
  display: inline-block;
  height: 0;
  overflow: hidden;
  text-indent: -100em;
  white-space: nowrap;
  width: 0;
}

@media print {
  .swiper-wrapper {
    display: block;
  }
}

.sliderBoxSmall {
  overflow: visible !important;
}

.sliderBoxSmall>* {
  overflow: hidden;
  width: 100%;
}

.swiperSlider {
  overflow: visible !important;
}

.swiperSlider-container {
  overflow: hidden;
  position: static !important;
}

@media screen and (max-width: 766px) {
  .variant-swiperApplications .swiperSlider-container {
    overflow: visible;
  }

  .swiperSlider-container.swiper-initialized {
    padding-bottom: 18px;
  }
}

.swiperSlider-item {
  width: 100% !important;
}

.variant-swiperHeight700 .swiperSlider-item {
  height: 600px;
}

@media print {
  .variant-swiperHeight700 .swiperSlider-item {
    height: inherit;
  }
}

@media screen and (max-width: 766px) {
  .swiperSlider-item {
    background-size: cover;
  }

  .sliderBoxSmall .swiperSlider-item,
  .variant-swiperHeight500 .swiperSlider-item,
  .variant-swiperHeight700 .swiperSlider-item {
    height: 250px;
  }
}

.swiper-navigations-wrapper {
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 980px;
  overflow: visible;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 125;
}

@media screen and (max-width: 979px) {
  .swiper-navigations-wrapper {
    max-width: 764px;
  }
}

@media screen and (max-width: 766px) {
  .swiper-navigations-wrapper {
    max-width: 100%;
  }
}

.swiper-navigations-wrapper.variant-swiperHeight700 {
  left: 0;
  top: 470px;
}

@media screen and (max-width: 766px) {
  .swiper-navigations-wrapper.variant-swiperHeight700 {
    top: 50px;
  }
}

.swiper-navigations-wrapper.variant-swiperHeight500 {
  top: -110px;
}

.sliderBoxSmall .swiper-navigations-wrapper {
  top: 392px;
}

@media screen and (max-width: 766px) {
  .sliderBoxSmall .swiper-navigations-wrapper {
    top: 50px;
  }
}

.swiper-navigations-wrapper.variant-swiperApplications {
  top: -110px;
}

@media screen and (max-width: 766px) {
  .swiper-navigations-wrapper.variant-swiperApplications {
    position: static;
    transform: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  height: 52px;
  width: 22px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  height: 52px;
  overflow: hidden;
  text-indent: 100%;
  width: 22px;
}

.swiper-button-prev:after {
  background: url(../img/icon_anker_left.f28a432e..png) no-repeat 50%;
}

.swiper-button-next:after {
  background: url(../img/icon_anker_right.d2c75b20..png) no-repeat 50%;
}

.swiper-navigation-wrapper {
  display: none;
  height: 110px;
  position: absolute;
  right: 10px;
  width: 80px;
}

.swiperInit .swiper-navigation-wrapper {
  display: block;
}

@media screen and (max-width: 766px) {
  .swiperInit .swiper-navigation-wrapper {
    display: none;
  }
}

.swiper-pagination-bullet-points {
  box-sizing: border-box;
  display: none;
  line-height: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}

.swiperInit .swiper-pagination-bullet-points {
  display: block;
}

.variant-swiperHeight500 .swiper-pagination-bullet-points,
.variant-swiperHeight700 .swiper-pagination-bullet-points {
  top: 122px;
}

@media screen and (max-width: 766px) {
  .swiper-pagination-bullet-points {
    background-color: #000;
    bottom: 0 !important;
    float: left;
    padding-bottom: calc(1% + 3px);
    /* padding-left: 10% !important; */
    padding-top: 1%;
    text-align: center;
  }

  .variant-swiperHeight500 .swiper-pagination-bullet-points,
  .variant-swiperHeight700 .swiper-pagination-bullet-points {
    top: 210px;
  }
}

.variant-swiperApplications .swiper-pagination-bullet-points {
  box-sizing: border-box;
  left: 0;
  padding-left: 20px;
  text-align: left;
  top: 565px;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .variant-swiperApplications .swiper-pagination-bullet-points {
    padding-bottom: 0.5%;
    position: static;
    top: 0;
    width: 100%;
  }
}

.swiper-pagination-bullet {
  opacity: 1 !important;
}

.variant-swiperHeight500 .swiper-pagination-bullet,
.variant-swiperHeight700 .swiper-pagination-bullet {
  background-color: #0770b0;
  border-radius: 0;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  width: 17px;
}

@media screen and (max-width: 766px) {

  .variant-swiperHeight500 .swiper-pagination-bullet,
  .variant-swiperHeight700 .swiper-pagination-bullet {
    height: 3px;
    position: relative;
    top: -3px;
    width: 9%;
  }
}

.variant-swiperApplications .swiper-pagination-bullet {
  background-color: #fff;
  box-shadow: 0 0 10px #000;
  height: 13px;
  width: 13px;
}

@media screen and (max-width: 766px) {
  .variant-swiperApplications .swiper-pagination-bullet {
    background-color: #0770b0;
    border-radius: 0;
    height: 3px;
    margin: 0 4px;
    opacity: 1;
    position: relative;
    top: -3px;
    width: 9%;
  }
}

.variant-swiperHeight500 .swiper-pagination-bullet-active,
.variant-swiperHeight700 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.variant-swiperApplications .swiper-pagination-bullet-active {
  background-color: #0770b0;
}

@media screen and (max-width: 766px) {
  .variant-swiperApplications .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .sliderHeadline {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    display: table;
    font-size: 0.7em;
    height: 40px;
    margin-top: 210px;
    padding-top: 5px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    text-align: center;
    width: 100%;
  }

  .sliderHeadline h3 {
    color: #fff;
    display: table-cell;
    float: none !important;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
  }

  .sliderHeadline h3 a {
    color: #fff;
    text-decoration: none;
  }

  .sliderProductPicture {
    margin-top: -128px !important;
  }

  .sliderTeaser {
    display: none;
  }
}

.ce_gwt {
  background-color: #f7f7f7;
  display: blocK;
}

.ce_gwt .swiper-container {
  display: block;
  position: relative;
}

.ce_gwt_navigation {
  height: 0;
  line-height: 0;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: calc(100% - 20px);
  z-index: 100;
}

.ce_gwt_navigation-swiper-button-next,
.ce_gwt_navigation-swiper-button-prev {
  background-image: url(../img/classic-map.04cc527e..png);
  background-repeat: no-repeat;
  display: block;
  height: 124px;
  opacity: 0.3;
  position: absolute;
  top: -62px;
  width: 62px;
}

.ce_gwt_navigation-swiper-button-next:active,
.ce_gwt_navigation-swiper-button-next:focus,
.ce_gwt_navigation-swiper-button-next:hover,
.ce_gwt_navigation-swiper-button-prev:active,
.ce_gwt_navigation-swiper-button-prev:focus,
.ce_gwt_navigation-swiper-button-prev:hover {
  cursor: pointer;
  opacity: 1;
}

.ce_gwt .ce_gwt_navigation-swiper-button-next {
  background-position: -254px 46px;
  right: 0;
}

.ce_gwt .ce_gwt_navigation-swiper-button-prev {
  background-position: 0 46px;
  left: 0;
}

.ce_gwt .swiper-button-disabled {
  opacity: 0;
  overflow: hidden;
  width: 0;
}

.ce_gwt .swiper-container-big {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
  z-index: 50;
}

.ce_gwt .swiper-container-big .swiper-wrapper {
  align-items: center;
  display: flex;
}

.ce_gwt .swiper-container-big .swiper-slide {
  background-color: #f7f7f7;
}

.ce_gwt .swiper-container-big figure {
  margin: 0 auto;
}

.ce_gwt .swiper-container-big img {
  display: block;
  line-height: 0;
}

.ce_gwt .swiper-container-thumbnails {
  display: block;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
  z-index: 50;
}

.ce_gwt .swiper-container-thumbnails .swiper-wrapper {
  align-items: center;
  display: flex;
}

.ce_gwt .swiper-container-thumbnails .swiper-slide {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  width: 10%;
}

.ce_gwt .swiper-container-thumbnails img {
  display: block;
  line-height: 0;
  margin: 0 auto;
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}

.ce_gwt .swiper-container-thumbnails .swiper-slide-thumb-active img,
.ce_gwt .swiper-container-thumbnails .swiper-slide:active img,
.ce_gwt .swiper-container-thumbnails .swiper-slide:focus img,
.ce_gwt .swiper-container-thumbnails .swiper-slide:hover img {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.ce_gwt .swiper-slide {
  display: inline-block;
}

#main .pdfIconContainer,
#main .pdfViewerContainer {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 760px) {

  #main .pdfIconContainer,
  #main .pdfViewerContainer {
    margin-top: 3%;
  }
}

#main .pdfIconContainer {
  align-items: center;
  display: flex;
  float: left;
  margin-bottom: 12px;
  width: 150px;
}

#main .pdfIconContainer .more {
  margin-bottom: 0;
  padding-left: 2px;
}

@media screen and (max-width: 980px) {
  #main .pdfViewerContainer img {
    margin-right: 5px;
  }
}

.icon-fix {
  position: fixed;
  z-index: 9999;
}

.icon-fix-left {
  left: 10px;
  top: calc(50% - 290px / 2);
}

.icon-fix-left .item {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 10px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
}

.icon-fix-left .item-image {
  height: 100%;
}

.icon-fix-left .item-image a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.5px;
}

.icon-fix-left .item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 45px;
  height: 45px;
  border-radius: 50px;
}

.icon-fix-left .item:hover .item-tooltip {
  opacity: 1;
  visibility: inherit;
  transition: 0.5s;
}

.icon-fix-left .item-tooltip {
  display: block;
  position: absolute;
  left: 55px;
  top: 0;
  width: 160px;
  font-size: 12px;
  background: #ebebeb;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

.icon-fix-left .item-tooltip:after {
  bottom: 100%;
  left: -8px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-color: transparent;
  border-right-color: #ebebeb;
  border-width: 9px;
  margin-left: -9px;
}

.icon-fix-left .item:last-child {
  margin-bottom: 0;
}

.icon-fix-right {
  right: 10px;
  bottom: 20px;
}

.icon-fix-right .item {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-bottom: 10px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
}

.icon-fix-right .item-image {
  height: 100%;
}

.icon-fix-right .item-image a {
  padding: 7px;
  display: block;
  width: 100%;
  height: 100%;
}

.icon-fix-right .item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

.icon-fix-right .item:hover .item-tooltip {
  opacity: 1;
  visibility: inherit;
  transition: 0.5s;
}

.icon-fix-right .item-tooltip {
  display: block;
  position: absolute;
  right: 55px;
  top: 0;
  width: 150px;
  font-size: 12px;
  background: #ebebeb;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

.icon-fix-right .item-tooltip:after {
  bottom: 100%;
  right: -18px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-color: transparent;
  border-left-color: #ebebeb;
  border-width: 9px;
  margin-left: -9px;
}

.icon-fix-right .item:last-child {
  margin-bottom: 0;
}

.footer-custom {
  background-color: #1186c7 !important;
}

@media screen and (max-width: 767px) {
  #news-background {
    background-color: #ccc;
  }
}

@media screen and (min-width: 1440px) {
  .variant-swiperHeight700 .swiperSlider-item {
    height: 700px;
  }

  /* .sliderbox .sliderInnerContentWrapper { */
  /* margin-top: 285px; */
  /* } */

  #outerWrapperBox {
    margin-top: 350px;
  }

  .swiper-navigations-wrapper.variant-swiperHeight700 {
    top: 285px;
  }
}

#home {
  height: 1.5em;
}

.text-on-image {
  background-image: url(../img/bg_application_teaser_box_960px.e7df42c0..png);
  background-size: cover;
}

.product-hover-show {
  width: 95%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  /* Use rgba for transparency */
  opacity: 0;
  transition: opacity 1.5s ease;
  /* Smooth transition for opacity */
}

.position-relative:hover .product-hover-show {
  display: flex;
  /* Show the element */
  opacity: 1;
  /* Fully opaque */
}

.flipbox {
  zoom: 1;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 3rem !important;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media screen and (min-width: 992px) {
  .flipbox {
    margin-bottom: 0;
  }
}

.flipbox:active .flipbox-cover-wrapper,
.flipbox:focus .flipbox-cover-wrapper,
.flipbox:hover .flipbox-cover-wrapper {
  transform: rotateX(0) rotateY(-180deg);
}

.flipbox:active .flipbox-backside-wrapper,
.flipbox:focus .flipbox-backside-wrapper,
.flipbox:hover .flipbox-backside-wrapper {
  transform: none;
}

.flipbox img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.flipbox ul li {
  margin-bottom: 0 !important;
}

.flipbox-cover-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transform: none;
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out;
  width: 100%;
}

.flipbox-cover-wrapper .flipbox-text-wrapper:after {
  background: #000;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.3) 30%,
      hsla(0, 0%, 100%, 0) 46%);
  border-radius: 10px;
  bottom: 1rem;
  content: "";
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: calc(100% - 3rem);
  z-index: -1;
}

.flipbox-cover-background img {
  display: block;
  height: 350px;
  width: 100%;
}

.flipbox-cover-headline {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: auto;
}

.flipbox-backside-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #0770b0;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotateX(0) rotateY(180deg);
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out;
  width: 100%;
}

.flipbox-backside-background {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.flipbox-backside-background:before {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flipbox-backside-headline {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 480px) {
  .flipbox-backside-headline {
    font-size: inherit;
  }
}

@media screen and (min-width: 992px) {
  .flipbox-backside-headline {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1300px) {
  .flipbox-backside-headline {
    font-size: inherit;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .flipbox-backside-headline {
    margin-bottom: 0.5rem;
  }
}

.flipbox-backside-copytext>* {
  font-size: 1.2rem;
}

@media screen and (min-width: 480px) {
  .flipbox-backside-copytext>* {
    font-size: inherit;
  }
}

@media screen and (min-width: 768px) {
  .flipbox-backside-copytext>* {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .flipbox-backside-copytext>* {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1300px) {
  .flipbox-backside-copytext>* {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1400px) {
  .flipbox-backside-copytext>* {
    font-size: inherit;
  }
}

.flipbox-backside-copytext>* p {
  margin-bottom: 0;
}

.flipbox-backside-text-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .flipbox-backside-text-wrapper {
    padding: 5rem;
  }
}

.flipbox-backside-text-wrapper ul ul li {
  margin-bottom: 0;
}

.flipbox-backside-linkwrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
}

.flipbox-backside-linkwrapper a {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  display: flex;
  /* font-size: 1.8rem;
  font-size: 1.2rem; */
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  /* padding: .5rem 1.5rem; */
  padding: 0.1rem 0.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

/* @media screen and (max-width:425px) {
  .flipbox-backside-linkwrapper a {
    padding: .2rem 0.8rem;
  }
} */

@media screen and (min-width: 1440px) {
  .flipbox-backside-linkwrapper a {
    padding: 0.5rem 1.5rem;
  }
}

.flipbox-backside-linkwrapper a:after {
  background-color: #0770b0;
  border-radius: 0.5rem;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.flipbox-backside-linkwrapper a:before {
  background-color: #05517f;
  border-radius: 0.5rem;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 0;
  z-index: -1;
}

.flipbox-backside-linkwrapper a:active,
.flipbox-backside-linkwrapper a:focus,
.flipbox-backside-linkwrapper a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.flipbox-backside-linkwrapper a:active:before,
.flipbox-backside-linkwrapper a:focus:before,
.flipbox-backside-linkwrapper a:hover:before {
  width: 100%;
}

.flipbox-backside-linkwrapper a:visited {
  color: #fff;
}

@media screen and (min-width: 480px) {
  .flipbox-backside-linkwrapper a {
    font-size: inherit;
  }
}

/* @media screen and (min-width:992px) {
  .flipbox-backside-linkwrapper a {
      font-size: 1.2rem
  }
}

@media screen and (min-width:1300px) {
  .flipbox-backside-linkwrapper a {
      font-size: 1.6rem
  }
} */

.flipbox-backside-link-icon {
  height: 1.2rem;
  margin-right: 1rem;
  max-width: 20px;
}

@media screen and (min-width: 480px) {
  .flipbox-backside-link-icon {
    height: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .flipbox-backside-link-icon {
    height: 1.2rem;
  }
}

@media screen and (min-width: 1300px) {
  .flipbox-backside-link-icon {
    height: 1.6rem;
  }
}

.flipbox-backside-link-icon img {
  border-radius: 0;
  width: auto;
}

.flipbox-text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 3rem;
  perspective: 1000px;
  position: absolute;
  transform: translateZ(90px);
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 480px) {
  .flipbox-text-wrapper {
    padding: 4rem;
  }

  .service-product-img-slider {
    height: 225px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .flipbox-text-wrapper {
    padding: 3rem;
  }

  .service-product-img-slider {
    height: 325px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1200px) {
  .flipbox-text-wrapper {
    padding: 3.5rem;
  }

  .service-product-img-slider {
    height: 425px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  #outerWrapperBoxContact {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1024px) {
  #outerWrapperBoxContact {
    margin-top: 150px;
  }
}


/* 04-10-2024 */
.zoom-img {
  transition: transform 0.3s ease;
}

.zoom-img:hover {
  transform: scale(1.2);
}

.background-blue {
  background-color: rgb(38, 148, 206);
  /* background: transparent; */
}

.background-white {
  background-color: rgb(255, 255, 255);
}

.inverted-shadow {
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.2);
}

.text-align-justify-custom {
  text-align: justify;
  text-justify: inter-word;
  /* Căn lề chữ đều hai bên */
}