tr>.spanactive>.active {
  color: green;
}

tr>.spanactive>span {
  color: red;
}

.msg {
  float: left;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  margin-top: 1em;
  border: 1px solid;
  border-radius: 0.5em;
}

.msg.padding {
  padding: 1em;
}

.notice-red {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.notice-yellow {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.notice-blue {
  background: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.notice-green {
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.msg-red {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}

.msg-blue {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
}

.msg-green {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}

.msg-yellow {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}

.transition {
  transition: all 0.2s ease-in-out 0s;
}

.transition-smooth {
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}

.transition-bounce {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

body .h1,
body h1 {
  color: #005da4;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0.5em 0;
  font-weight: 300;
}

body .h2,
body h2 {
  color: #005da4;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  margin: 0.5em 0;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
}

body .h3,
body h3 {
  color: #005da4;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  margin: 0.5em 0;
  padding: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
}

body .h4,
body h4 {
  color: #5b99c8;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  margin: 0.5em 0;
  padding: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
}

a {
  color: #005da4;
}

a:hover {
  color: #4a4a4a;
  text-decoration: none;
}

body,
html {
  height: 100%;
  margin: 0;
  position: relative;
}

body {
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1em;
}

p,
pre {
  width: 100%;
  display: block;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

html.touch * {
  text-rendering: optimizeSpeed;
}

#mainContainer {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* Buttons */
.btn {
  color: #005da4;
  background: transparent;
  text-decoration: none;
  line-height: 1em;
  padding: 1em 1.5em;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  border: 1px solid #fff;
  border-radius: 2em;
}

.btn:before {
  font-family: "fontello";
  position: absolute;
  font-size: 1em;
  right: 0;
  line-height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  opacity: 1;
  color: #fff;
  background: transparent;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}

.btn:hover {
  background: #00adef;
  color: #fff;
}

.btn.right {
  padding-right: 3em;
}

.btn.right:before {
  left: auto;
  right: 1em;
}

.btn.left {
  padding-left: 3em;
  padding-right: 2em;
  box-sizing: border-box;
  margin-right: 0;
}

.btn.left:before {
  right: auto;
  left: 1em;
}

.btn.white {
  color: #fff;
}

.btn.blue {
  color: #444;
  border-color: #00adef;
}

.btn.blue:hover {
  color: #fff;
}

.btn.blue:hover:before {
  color: #fff;
}

.btn.blue.dark {
  color: #fff;
  background: #005da4;
  border-color: #005da4;
}

.btn.blue.dark:hover {
  background: #00adef;
  border-color: #00adef;
}

.btn.blue:before {
  color: #00adef;
}

.btn.wide {
  width: 100%;
}

.btn.fill {
  background: #00adef;
  border-color: #00adef;
}

.btn.fill:hover {
  background: #005da4;
  border-color: #005da4;
}

.btn.fill.white {
  background: #fff;
  border-color: #fff;
  color: #005da4;
}

.btn.fill.white:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.fill.white:before {
  color: #00adef;
}

.btn.blue.loc {
  pointer-events: none;
  border-color: #70d7ff;
  color: #8a8a8a;
}

.btn.blue.loc:before {
  color: #70d7ff;
}

.btn.loc:after {
  content: "\e80e";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  text-align: center;
  line-height: 3em;
  color: #005da4;
}

.btn .size {
  float: left;
  width: 100%;
  font-size: 0.8em;
  color: #bfbfbf;
  transition: all 0.2s ease-in-out 0s;
}

.btn .size.wide {
  float: right;
  width: 100%;
  font-size: 0.8em;
  margin-top: 0.5em;
  color: #808080;
}

.btn:hover .size {
  color: #fff;
}

.btn.up:before {
  content: "\e804";
}

.btn.more:before {
  content: "\e807";
}

.btn.down:before {
  content: "\e805";
}

.btn.back:before {
  content: "\e806";
}

.btn.mail:before {
  content: "\e810";
}

.btn.check:before {
  content: "\e808";
}

.btn.pdf:before {
  content: "\e813";
}

.btn.log:before {
  content: "\e81d";
}

.btn.setx:before {
  content: "\e825";
  font-size: 1.3em;
  right: 0.5em;
}

.btn.ico46:before {
  content: "\e827";
}

.btn.ico47:before {
  content: "\e828";
}

.btn.ico48:before {
  content: "\e80d";
}

.btn.ico50:before {
  content: "\e824";
}

.btn.ico51:before {
  content: "\e81b";
}

.btn.powr:before {
  content: "\e815";
  color: red;
}

/* Generic */
#tabs .wrap.wide,
footer>.wrap.wide,
header>.wrap.wide,
section>.wrap.wide {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

#tabs .wrap.normal,
footer>.wrap.normal,
header>.wrap.normal,
section>.wrap.normal {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

footer>.wrap.wide>.inner,
header>.wrap.wide>.inner,
section>.wrap.wide>.inner {
  width: 100%;
  float: left;
}

/* Header */
#top {
  float: left;
  width: 100%;
  position: relative;
}

#banner {
  position: relative;
}

#banner.sub img {
  display: block;
  width: 100%;
  height: auto;
}

#banner .csc-textpic-imagewrap div,
#banner .csc-textpic-imagewrap figure,
#banner .csc-textpic-imagewrap picture {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  left: auto;
  right: auto;
  position: relative;
}

#banner .csc-textpic-imagewrap img {
  float: left;
  width: 100%;
  height: auto;
}

#header {
  position: absolute;
  z-index: 3;
}

#header .inner {
  margin-top: 1em;
  background: #fff;
}

#header .middle {
  float: left;
  width: 100%;
  overflow: hidden;
  background: #fafafa;
  height: 0;
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}

#header .top {
  float: left;
  width: 100%;
  background: #f8f8f8 url("../Images/bg-header-top.jpg") top left repeat;
  background-size: 33px 33px;
  min-height: 1em;
  border-bottom: 1px solid #e7eaea;
  font-size: 0.9em;
}

#header .top .left,
#header .top .right {
  float: left;
  width: 50%;
}

#header .top a.lang {
  position: relative;
  display: block;
  float: left;
  padding: 0.5em 3em 0.5em 1em;
  text-decoration: none;
  color: #868a89;
  line-height: 1.5em;
  transition: all 0.2s ease-in-out 0s;
}

#header .top a.lang:after {
  display: block;
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  right: 1em;
  top: 0.5em;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0s;
}

#header .top a.lang:hover {
  color: #000;
  background: #fff;
}

#header .top .act a.lang:after {
  transform: rotate(-90deg);
}

#header .top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#header .top ul.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-top: 0.4em;
}

#header .top li {
  display: inline-block;
  float: left;
}

#header .top a.ico {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  float: left;
  background: transparent;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  color: #868a89;
  font-size: 1.3em;
}

#header .top a.ico:hover {
  background: #fff;
  color: #000;
}

#header .top a.ico:after {
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  text-align: center;
  line-height: 2.5em;
  text-indent: 0;
}

#header .top a.hide,
#header .top a.hid {
  display: none;
}

#header .top a.hid.show {
  display: block;
}

#header .top a.hid:after {
  content: "\e809";
}

#header .top a.tel:after {
  content: "\e80c";
}

#header .top a.pro:after {
  content: "\e81d";
}

#header .top a.src:after {
  content: "\e811";
}

#header .top a.home:after {
  content: "\e80f";
}

#header .top a.logout,
#header .top a.log {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  color: #fff;
  background: #2dafe6;
  line-height: 2.3em;
  transition: all 0.2s ease-in-out 0s;
}

#header .top a.logout:hover,
#header .top a.log:hover {
  background: #005da4;
}

#header .top a.logout {
  padding-left: 42px;
  background: #c01818;
  padding-right: 16px;
}

#header .top a.logout:after {
  content: "\e815";
  font-family: "fontello";
  position: absolute;
  left: 12px;
  top: 0;
  width: auto;
  text-align: center;
  line-height: 1.8em;
  height: 100%;
  text-indent: 0;
  background: transparent;
  font-size: 24px;
}

#header .top a.logout:hover {
  background: #c01818;
}

#header .bottom {
  float: left;
  width: 100%;
}

#header .logo {
  float: left;
  width: 25%;
}

#header .logo img {
  display: block;
  width: auto;
  height: 3.25em;
  padding: 2.5em 1em;
}

.rel #header {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7eaea;
}

.rel {
  position: relative;
  float: left;
  width: 100%;
  background: #f8f8f8 url("../Images/bg-header-top.jpg") top left repeat;
  background-size: 33px 33px;
}

.rel #header .wide {
  max-width: none;
}

.rel .center {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

.rel #header .inner {
  margin-top: 0em;
}

.rel #header .top {
  padding-bottom: 0em;
}

/*.rel:before { content: ""; width: 100%; z-index: 1; left: 0; right: 0; bottom: 0; height: 7em; background: #fff; display: block; position: absolute; border-top: 1px solid @border-color; }*/
/* Languages */
.languages {
  float: left;
  overflow: hidden;
  position: relative;
}

.languages .hide {
  left: -100%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}

.act .languages .hide {
  left: 0;
  position: relative;
}

.languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.languages li {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  float: left;
}

.languages li>span {
  opacity: 0.5;
}

.languages li>span,
.languages a {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0.25em;
  border: 0.25em solid #f9f9f9;
  background-size: 1.5em 1.5em;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  transition: all 0.2s ease-in-out 0s;
}

.languages a:hover {
  border-color: #00adef;
}

.spr .de,
.languages .de {
  background-image: url("../Images/icons/flags/square-flag-de@2x.png");
}

.spr .en,
.languages .en {
  background-image: url("../Images/icons/flags/square-flag-en@2x.png");
}

.spr .cn,
.languages .cn {
  background-image: url("../Images/icons/flags/square-flag-cn@2x.png");
}

.spr .es,
.languages .es {
  background-image: url("../Images/icons/flags/square-flag-es@2x.png");
}

/* Search */
#header .search {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
  top: -4em;
  transition: all 0.2s ease-in-out 0s;
}

#header .search input[type="text"] {
  padding: 1em;
  border: none;
  background: transparent;
  line-height: 2em;
  width: 75%;
  outline: none;
}

#header .search button {
  width: 4em;
  height: 4em;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  position: relative;
  background: transparent;
  float: right;
  transition: all 0.2s ease-in-out 0s;
}

#header .search button:after {
  content: "\e811";
  position: absolute;
  left: 0;
  top: 0;
  color: #00adef;
  text-indent: 0;
  font-family: "fontello";
  font-size: 1.5em;
  width: 2.7em;
  text-align: center;
  line-height: 2.7em;
  transition: all 0.2s ease-in-out 0s;
}

#header .search button:hover {
  background: #005da4;
}

#header .search button:hover:after {
  color: #fff;
}

#header .call {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 0.6em;
  padding: 1em;
  position: relative;
  top: -4em;
  transition: all 0.2s ease-in-out 0s;
}

#header .call b {
  font-weight: 400;
  color: #005da4;
}

#header .middle .container.tools {
  height: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#header .middle.act .container.tools {
  height: 100%;
  border-bottom: 1px solid #e7eaea;
}

#header .middle.act .container.tools:after {
  background: #e7eaea;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  display: block;
  position: relative;
}

#header .middle.act {
  height: 4em;
}

#header .middle.act .search {
  top: 0;
  transition: all 0.2s ease-in-out 0.2s;
}

#header .middle .search {
  background: #fafafa;
}

#header .search.src {
  background: #ededed;
}

#header .middle.act .call {
  top: 0;
  transition: all 0.2s ease-in-out 0.3s;
}

/* Login */
#header .middle.log .container.logcon {
  eight: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#header .middle.log .container.logcon {
  height: 100%;
  border-bottom: 1px solid #e7eaea;
}

#header .middle.log {
  height: 5em;
}

#header .logcon {
  width: 100%;
  background: #fafafa;
  float: left;
  box-sizing: border-box;
  position: relative;
  top: -15em;
  transition: all 0.2s ease-in-out 0s;
}

#header .log .logcon {
  top: 0em;
}

#header .login {
  float: left;
  width: 100%;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

#header .login.log {
  top: 0;
  height: 100%;
  transition: all 0.2s ease-in-out 0.2s;
}

#header .login .text {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3em;
  top: -5em;
  position: relative;
}

#header .log .login .text {
  top: 0;
  transition: all 0.2s ease-in-out 0.2s;
}

#header .login .text p {
  margin: 0;
  padding: 0;
}

#header .login .text b {
  color: #005da4;
}

#header .login:before {
  background: #e7eaea;
  content: "";
  width: 1px;
  height: 100%;
  left: 25%;
  top: 0;
  display: block;
  position: absolute;
}

#header .login:after {
  background: #e7eaea;
  content: "";
  width: 1px;
  height: 100%;
  left: 75%;
  top: 0;
  display: block;
  position: absolute;
}

#header .login fieldset {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#header .login .tx-felogin-pi1 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0.75em 1em;
  top: -5em;
  position: relative;
}

#header .login .tx-felogin-pi1>.error {
  display: none;
}

#header .log .tx-felogin-pi1 {
  top: 0;
  transition: all 0.2s ease-in-out 0.3s;
}

#header .log .tx-felogin-pi1 h3 {
  display: none;
}

#header .tx-felogin-pi1 input[type="text"],
#header .tx-felogin-pi1 input[type="password"] {
  line-height: 1.5em;
  border: 1px solid #e7eaea;
  padding: 1em;
  width: 37%;
  float: left;
  box-sizing: border-box;
  margin-right: 0.5%;
  font-size: 1em;
}

#header .tx-felogin-pi1 input[type="text"]:focus,
#header .tx-felogin-pi1 input[type="password"]:focus {
  border-color: #00adef;
}

#header .tx-felogin-pi1 button[type="submit"] {
  border: none;
  background: #00adef;
  color: #fff;
  padding: 1em 2em;
  line-height: 1.5em;
  transition: all 0.2s ease-in-out 0s;
  width: 25%;
  font-size: 1em;
}

#header .tx-felogin-pi1 button[type="submit"]:hover {
  background: #005da4;
}

#header .login .tx-felogin-pi1.error input[type="text"],
#header .login .tx-felogin-pi1.error input[type="password"] {
  border-color: #ff4800;
  background: #fff8f5;
}

#header .register {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0.75em 1em;
  position: relative;
  top: -5em;
  transition: all 0.2s ease-in-out 0s;
}

#header .log .register {
  top: 0;
  transition: all 0.2s ease-in-out 0.4s;
}

#header .register p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

#header .register a {
  display: inline-block;
  padding: 1em;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  background: #00adef;
  margin-left: 1em;
  transition: all 0.2s ease-in-out 0s;
}

#header .register a:hover {
  background: #005da4;
}

#page53 .msg.notice-green {
  display: none;
}

/* Menu */
#menu {
  float: right;
  width: 75%;
}

#menu .sf-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  float: right;
  width: auto;
  background: transparent;
  display: inline-block;
}

#menu .sf-menu li {
  background: transparent;
}

#menu .sf-menu>li {
  margin: 0;
  display: inline-block;
  float: left;
}

#menu .sf-menu>li>a {
  display: inline-block;
  color: #4a4a4a;
  text-decoration: none;
  padding: 3em 1em 2.5em;
  font-size: 1em;
  margin: 0;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  border-bottom: 0.5em solid #fff;
  text-transform: uppercase;
  line-height: 1em;
}

#menu .sf-menu>li.sfHover>a,
#menu .sf-menu>li>a:hover {
  background: #f9f9f9;
  border-bottom-color: #00adef;
}

#menu .sf-menu a {
  color: #4a4a4a;
}

#menu .sf-menu ul:before {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  position: absolute;
  top: -1em;
}

#menu .sf-menu ul {
  background: #fff;
  padding: 0;
  box-shadow: none;
  border: none;
  min-width: 16em;
  padding: 1em;
  border-left: 1px solid #00adef;
  border-bottom: 1px solid #00adef;
  border-right: 1px solid #00adef;
}

#page1 #menu .sf-menu .sf2>a:hover,
#page1 #menu .sf-menu .sf2>a,
#menu .sf-menu>li.act>a {
  border-bottom-color: #005da4;
}

#menu .sf-menu ul li a {
  display: block;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  height: 3em;
  line-height: 1em;
}

#menu .sf-menu ul li a:hover {
  background: #f9f9f9;
  color: #00adef;
}

#menu .sf-menu ul>li {
  background: transparent;
  border: none;
}

#menu .sf-menu ul.sub {
  background: #fff;
}

#menu .sf-menu ul.sub ul {
  margin: -1em 0 0 1em;
  border-top: 1px solid #005da4;
}

#menu .sf-menu ul.sub li>a {
  border: none;
}

#menu .sf-menu ul.sub li>a:hover {
  background: #f9f9f9;
  color: #00adef;
  text-shadow: none;
  border: none;
}

#menu .sf-menu ul.sub li>a.sf-with-ul:after {
  display: block;
  content: "\e807";
  font-family: "fontello";
  right: 0.5em;
  top: 1em;
  position: absolute;
}

#menu .sf-menu ul>li {
  border-bottom: 1px solid #c7c7c7;
}

#menu .sf-menu ul>li:last-child {
  border: none;
}

#menu .sf-menu ul>li a {
  border: none;
}

#menu .sf-menu>li:last-child>ul {
  left: auto;
  right: 0;
}

@media (max-width: 2200px) {
  #menu .sf6>ul {
    left: auto;
    right: 0;
  }

  #menu .sf6>ul>li>ul {
    left: auto;
    right: 100%;
    margin: -1em 0 0 0em;
  }
}

/* Slider */
#slider {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

#slider img {
  display: block;
  width: 100%;
  height: auto;
}

#slider .wrap {
  max-width: 1500px;
  z-index: 10;
  display: block;
  width: 100%;
}

#slider li {
  position: relative;
  transition: opacity 1s ease 0s;
}

#slider .flex {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider .wrap.left .inner {
  float: left;
  text-align: left;
}

#slider .wrap.right .inner {
  float: right;
  text-align: right;
}

#slider .inner {
  width: 100%;
  max-width: 30em;
  display: block;
}

#slider .name {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  left: -1em;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

#slider .name.blue {
  color: #005da4;
}

#slider .name .key {
  line-height: 1em;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
}

#slider .bttn {
  font-size: 0.5em;
  margin-top: 0.5em;
}

#slider .bttn a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}

#slider .bttn a:hover {
  color: #fff;
  background: #2dafe6;
}

#slider .blue .bttn a {
  color: #fff;
  background: #005da4;
}

#slider .blue .bttn a:hover {
  background: #00adef;
}

#slider .name.go {
  left: 0;
  opacity: 1;
}

#slider .flex-control-nav {
  position: absolute;
  bottom: 2em;
  right: 2em;
  z-index: 10;
  text-align: right;
  width: 20%;
}

#slider .flex-control-nav li {
  display: inline-block;
}

#slider .flex-control-nav a {
  display: block;
  float: left;
  width: 4em;
  height: 0.5em;
  background: #fff;
  border-radius: 0;
  text-indent: 9999px;
  overflow: hidden;
}

#slider .flex-control-nav a.flex-active {
  background: #2dafe6;
}

#slider picture {
  float: left;
  width: 100%;
}

.flexslider .slides>li {
  -ms-transition: all 0.8s ease-out;
}

/* Spotlight */
#spotlight {
  position: relative;
  z-index: 3;
  background: #f2f2f2;
}

#spotlight ul {
  margin: 0;
  padding: 0;
  list-style: none;
  top: -6em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#spotlight li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  display: flex;
}

#spotlight li:nth-child(even) .item {
  background: #005da4;
}

#spotlight h3 {
  color: #fff;
}

#spotlight .item {
  float: left;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  background: #5f798d;
}

#spotlight .item>.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 20em;
  padding-bottom: 3em;
}

#spotlight .icon {
  float: left;
  width: 100%;
  height: 6em;
  font-family: "SETEX";
  position: relative;
  margin: 1em 0;
}

#spotlight .icon:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1em;
  text-align: center;
  margin: 0 auto;
  font-size: 6em;
  line-height: 1em;
}

#spotlight li:nth-child(1) .icon:after {
  content: "a";
}

#spotlight li:nth-child(2) .icon:after {
  content: "c";
}

#spotlight li:nth-child(3) .icon:after {
  content: "b";
}

#spotlight li:nth-child(4) .icon:after {
  content: "d";
}

#spotlight .btn {
  text-transform: uppercase;
}

/* Intro */
#intro {
  text-align: center;
  background: #f2f2f2;
}

#intro h1 {
  border: 0.1em solid #00adef;
  padding: 0.5em;
  display: inline-block;
  color: #000;
}

#intro .collapse {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* Teasers */
#teasers:before {
  content: "";
  background: #f2f2f2;
  height: 10em;
  transform: rotate(-2deg);
  display: block;
  position: absolute;
  top: -3em;
  width: 110%;
  left: -5%;
}

#teasers:after {
  content: "";
  background: #005da4;
  height: 10em;
  transform: rotate(2deg);
  display: block;
  position: absolute;
  bottom: -7em;
  width: 110%;
  left: -5%;
}

#teasers {
  text-align: center;
  padding-bottom: 13em;
  position: relative;
  overflow: hidden;
}

#teasers .toggle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 4.5em;
  width: 3em;
  margin: 0 auto;
}

#teasers .toggle a {
  display: inline-block;
  position: relative;
  width: 4em;
  height: 4em;
  border: 1px solid #5f798d;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}

#teasers .toggle a:after {
  content: "\e809";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-size: 1.5em;
  width: 2.7em;
  line-height: 2.7em;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out 0s;
}

#teasers .toggle a:hover {
  color: #fff;
  background: #00adef;
}

#teasers .toggle a.open:after {
  transform: rotate(0deg);
}

#teasers .content {
  float: left;
  width: 100%;
  padding-top: 15em;
}

#teasers canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  height: 100%;
}

#teasers #output:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 93, 164, 0.3);
  z-index: -1;
}

#teasers h2 {
  color: #fff;
}

#teasers .row {
  float: left;
  width: 100%;
  padding: 0.5em 0;
}

#teasers .row:nth-child(2) {
  padding-top: 3em;
}

#teasers .row .btn .name {
  position: relative;
  bottom: 0;
}

#teasers .row .btn .icon45:after {
  content: "";
}

#teasers ul {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#teasers li {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0.5em;
}

#teasers.default li a {
  background: #fff;
  display: block;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-decoration: none;
  color: #5f5f5f;
  text-align: left;
  height: 10em;
  position: relative;
  overflow: hidden;
}

#teasers.sub a {
  background: #fff;
  display: block;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-decoration: none;
  color: #5f5f5f;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
}

#teasers.sub .image {
  float: left;
  width: 100%;
  background: #005da4;
  transition: all 0.2s ease-in-out 0s;
}

#teasers.sub .image img {
  display: block;
  width: 100%;
  height: auto;
}

#teasers.sub a:hover .image {
  background: #00adef;
}

#teasers.sub .ico img {
  opacity: 0;
}

#teasers.sub .ico:before {
  font-family: "fontello";
  left: 0;
  right: 0;
  margin: auto;
  top: 1em;
  font-size: 3em;
  width: 3em;
  text-align: center;
  position: absolute;
  line-height: 1em;
  color: #fff;
}

#teasers.sub .ico.down:before {
  content: "\e826";
}

#teasers.sub .ico.learn:before {
  content: "\e80d";
}

#teasers.sub .ico.help:before {
  content: "\e827";
}

#teasers.sub a.btn>span {
  line-height: 1.5em;
  display: block;
  padding-left: 1em;
}

#teasers.sub a.btn:before {
  font-size: 1.5em;
  width: 1em;
  line-height: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
}

#teasers.sub a.btn.act {
  color: #fff;
  background: #00adef;
  pointer-events: none;
}

#teasers.sub a.btn:hover {
  color: #fff;
  background: #005da4;
}

#teasers.sub a.btn.act:before,
#teasers.sub a.btn:hover:before {
  color: #fff;
}

#teasers.default h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1em;
  margin: auto;
  transition: all 0.2s ease-in-out 0s;
  max-width: calc(100% - 3.5em);
}

#teasers.default .single h3 {
  height: 1em;
  font-size: 1.75em;
}

#teasers.default .single .hide {
  top: 2.5em;
}

#teasers.default .double h3 {
  height: 2em;
}

#teasers.default .double .hide {
  top: 3.5em;
}

#teasers.default .hide {
  position: relative;
  float: left;
  width: 75%;
  opacity: 0;
  transition: all 0.1s ease-in-out 0s;
}

#teasers.default li a:hover h3 {
  top: -2em;
}

#teasers.default li a:hover .hide {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.2s;
}

#teasers.default li a:after {
  content: "\e807";
  font-family: "fontello";
  font-size: 1.5em;
  width: 2.5em;
  text-align: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e5e5e5;
  color: #fff;
  display: block;
  line-height: 6.5em;
  transition: all 0.2s ease-in-out 0s;
}

#teasers.default li a:hover:after {
  background-color: #00adef;
}

#teasers.sub li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#teasers.sub:before {
  background: #fff;
}

#teasers.sub .name {
  position: absolute;
  bottom: 1em;
  padding: 0 1em 0 0;
  background: #fff;
  left: 1em;
  line-height: 1.5em;
  font-size: 1em;
  margin: auto;
  transition: all 0.2s ease-in-out 0s;
  max-width: 75%;
  font-weight: 300;
}

#teasers.sub a:hover {
  background: #f9f9f9;
}

#teasers.sub a:hover .name {
  background: #f9f9f9;
}

#teasers.sub h3 {
  transition: all 0.2s ease-in-out 0s;
}

#teasers.sub a:hover h3 {
  background: #f9f9f9;
  color: #00adef;
}

#teasers .mobile {
  display: none;
}

/* Product */
#teasers.product {
  padding: 3em 0;
}

#teasers.product .content {
  padding: 0;
}

#teasers.product:before,
#teasers.product:after {
  display: none;
}

/* Newsletter */
#newsletter {
  background: #005da4;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#newsletter.hidden {
  background: #005697;
  overflow: hidden;
  height: 0;
}

#newsletter .inner {
  padding: 0 0 3em 0;
  float: left;
  width: 100%;
}

#newsletter.sub .inner {
  padding: 3em 0;
}

#newsletter h3 {
  color: #fff;
  position: relative;
}

#newsletter h3:before {
  content: "\e810";
  font-family: "fontello";
  position: absolute;
  left: -1.5em;
  top: -0.15em;
}

#newsletter .inner>.left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 0.5em;
}

#newsletter .inner>.right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 0.5em;
  margin-top: 2em;
}

#newsletter select,
#newsletter input[type="text"] {
  background: #004f8b;
  border: 1px solid #00adef;
  padding: 0em 1em;
  line-height: 3em;
  border-radius: 2em;
  box-sizing: border-box;
  float: left;
  width: 50%;
  outline: none;
  min-height: 45px;
}

#newsletter select option {
  background: #fff;
  color: #000;
  border: none;
}

#newsletter button {
  margin-left: 0.5em;
}

#newsletter .base {
  float: left;
  width: 100%;
}

#newsletter .collapse {
  height: 0em;
  overflow: hidden;
  float: left;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
}

#newsletter .collapse.out {
  height: 4em;
}

#newsletter .collapse>div {
  float: left;
  width: 33.33%;
  margin: 0.25em 0;
  padding-right: 0.5em;
  box-sizing: border-box;
  height: auto;
}

#newsletter .collapse select,
#newsletter .collapse input {
  width: 100%;
  height: 3em;
}

#newsletter ::-webkit-input-placeholder {
  color: #ffffff;
}

#newsletter ::-moz-placeholder {
  color: #ffffff;
}

#newsletter :-ms-input-placeholder {
  color: #ffffff;
}

#newsletter :-moz-placeholder {
  color: #ffffff;
}

#newsletter ::placeholder {
  color: #ffffff;
}

body #newsletter .clever_form_error {
  border-color: #efc000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 5;
  box-sizing: border-box;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #00adef;
  overflow: hidden;
  border-radius: 1em;
}

.ui-selectmenu-menu .ui-menu-item {
  line-height: 3em;
  color: #fff;
  padding: 0 1em;
  box-sizing: border-box;
  background: #004f8b;
  transition: all 0.2s ease-in-out 0s;
}

.ui-selectmenu-menu .ui-menu-item:hover {
  background: #004071;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-menu .ui-state-disabled {
  display: none;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  background: #004f8b;
  border: 1px solid #00adef;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  width: 100% !important;
  box-sizing: border-box;
  float: left;
  border-radius: 2em;
}

.ui-selectmenu-button:after {
  position: absolute;
  right: 1em;
  top: 0;
  line-height: 3em;
  content: "\e805";
  font-family: "fontello";
  color: #fff;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  display: block;
  padding: 0 3em 0 1em;
  box-sizing: border-box;
  line-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease-in-out 0s;
  height: 3em;
  color: #fff;
}

.ui-selectmenu-button.ui-state-hover span.ui-selectmenu-text {
  background: #d6d6d6;
}

#newslow {
  background: #005da4;
  color: #fff;
  text-align: left;
}

#newslow h3 {
  color: #fff;
  padding-bottom: 0.5em;
}

#newslow h4 {
  color: #fff;
}

#newslow .inner {
  padding: 3em 0;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#newslow .col {
  float: left;
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 0 0.5em;
}

#newslow .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #004f8b;
  position: relative;
}

#newslow .item h4 {
  margin-top: 0;
  text-transform: none;
}

#newslow .item .a,
#newslow .item a {
  color: inherit;
  text-decoration: none;
  padding: 1em;
  box-sizing: border-box;
  background: #006bbe;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  bottom: 0;
  flex-wrap: wrap;
}

#newslow .item .a:before,
#newslow .item a:before {
  content: "";
  display: block;
  width: 10em;
  height: 3em;
  position: absolute;
  left: -1.5em;
  top: -1.5em;
  background: #0064b1;
  transform: rotate(-25deg);
  transition: all 0.2s ease-in-out 0s;
}

#newslow .item a:hover {
  background: #0073ca;
  bottom: 0.1em;
}

#newslow .item a:hover:before {
  background: #006bbe;
  left: -3em;
}

#newslow .item p {
  margin-bottom: 0;
}

#newslow .item .left {
  float: left;
  width: 25%;
  display: block;
  position: relative;
  z-index: 1;
}

#newslow .item .left.wide {
  width: 100%;
}

#newslow .item .right {
  float: left;
  width: 75%;
  padding-left: 1em;
  box-sizing: border-box;
  display: block;
}

#newslow .item img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 2px #004071;
}

#newslow .item .date {
  color: #a4d8ff;
  position: relative;
  padding-left: 1.5em;
  float: left;
  width: 100%;
}

#newslow .item .date:before {
  content: "\e82f";
  font-family: "fontello";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#newslow .item .stand {
  color: #a4d8ff;
  position: relative;
  padding-left: 1.5em;
  float: left;
  width: 100%;
}

#newslow .item .stand:before {
  content: "\e80b";
  font-family: "fontello";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#newslow .item .author {
  color: #a4d8ff;
  position: relative;
  padding-left: 1.5em;
  float: left;
  width: 100%;
}

#newslow .item .author:before {
  content: "\e824";
  font-family: "fontello";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#newslow .item.lh {
  line-height: 1.4em;
}

#newslow .all {
  margin-top: 1em;
  float: left;
  width: 100%;
}

#newslow .all a {
  color: inherit;
}

/* Member */
#member {
  background: #f8f8f8 url("../Images/bg-header-top.jpg") top left repeat;
  background-size: 33px 33px;
  border-bottom: 1px solid #e7eaea;
}

#member .inner {
  padding: 3em 0;
  text-align: center;
  float: left;
  width: 100%;
}

#member ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 2em 0 0 0;
}

#member li {
  width: 33%;
  box-sizing: border-box;
  padding: 0.5em;
  display: inline-block;
}

#member a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
  border: 0.1em solid #fff;
  padding: 1em;
  text-align: left;
  transition: all 0.2s ease-in-out 0s;
}

#member a:hover {
  border-color: #00adef;
}

#member .right {
  float: right;
  width: 70%;
}

#member .image {
  float: left;
  width: 25%;
}

#member img {
  display: block;
  width: 100%;
  height: auto;
}

#member .name {
  float: left;
  width: 100%;
  font-size: 1.5em;
  color: #000;
  line-height: 2em;
}

/* Lower */
#lower .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}

#lower .col {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

#lower .col:nth-child(2) {
  padding: 0 1em;
}

#lower .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#lower .social li {
  float: left;
  margin-right: 0.5em;
}

#lower .social a {
  display: block;
  text-indent: -9999px;
  width: 3em;
  height: 3em;
  overflow: hidden;
  text-decoration: none;
  background: #e1e1e1;
  color: #005da4;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

#lower .social a:after {
  font-family: "fontello";
  font-size: 1.5em;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 2em;
}

#lower .social a.fb:hover {
  background: #3b5998;
  color: #fff;
}

#lower .social a.fb:after {
  content: "\e801";
}

#lower .social a.li:hover {
  background: #0177b5;
  color: #fff;
}

#lower .social a.li:after {
  content: "\e826";
}

#lower .social a.xi:hover {
  background: #cfdc00;
  color: #fff;
}

#lower .social a.xi:after {
  content: "\e800";
}

#lower .social a.yt:hover {
  background: #ff0000;
  color: #fff;
}

#lower .social a.yt:after {
  content: "\e816";
}

#lower .col.navi ul {
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

#lower .col.navi li {
  border-bottom: 1px solid #e7eaea;
}

#lower .col.navi li:last-child {
  border: none;
}

#lower .col.navi a {
  padding: 0.5em 1em;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out 0s;
}

#lower .col.navi a:hover {
  background: #f9f9f9;
  color: #005da4;
}

/* Location */
#lower .location .map {
  float: left;
  width: 100%;
  max-width: 20em;
  padding: 1em 0;
  position: relative;
}

#lower .location .map img {
  display: block;
  width: 100%;
  height: auto;
}

#lower .location .pip {
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: #005da4;
  transform: rotate(0.01deg);
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
}

#lower .location .pip.us {
  left: 23%;
  top: 31%;
}

#lower .location .pip.de {
  left: 49%;
  top: 26%;
}

#lower .location .pip.cn {
  left: 86%;
  top: 41%;
}

#lower .location .pip.jp {
  left: 90%;
  top: 35%;
}

#lower .location .pip.za {
  left: 54%;
  top: 75%;
}

#lower .location .pip.sa {
  left: 16%;
  top: 44%;
}

#footer {
  border-top: 1px solid #e6e6e6;
  color: #6e6e6e;
}

#footer .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}

#footer .left,
#footer .right {
  float: left;
  width: 50%;
}

#footer b {
  font-weight: 400;
  color: #004d95;
}

#footer .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#footer .right li {
  float: left;
  padding-left: 0.5em;
}

#footer .right a {
  color: #6e6e6e;
}

/* Content */
section.content {
  overflow: hidden;
  line-height: 1.5em;
}

section.content .wrap>.inner {
  padding: 3em 0;
  float: left;
  width: 100%;
}

section.content .inner>.left {
  float: left;
  width: 65%;
}

section.content .inner>.right {
  float: right;
  width: 30%;
}

section.content h2 {
  font-weight: 300;
  font-size: 1.5em;
  text-transform: none;
  color: #003e56;
}

section.content h3 {
  font-weight: 300;
  font-size: 1.25em;
  text-transform: none;
  color: #003e56;
}

section.content.below {
  background: #f8f8f8 url("../Images/bg-header-top.jpg") top left repeat;
  background-size: 33px 33px;
}

section.content b,
section.content strong {
  font-weight: 400;
  color: #000;
}

/* Side Kontakt */
.side.kontakt {
  background: #f9f9f9;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #e7eaea;
}

/* Ansprechpartner */
.side.contactPerson {
  float: left;
  width: 100%;
}

.side.contactPerson .image {
  float: left;
  width: 25%;
}

.side.contactPerson .image img {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  height: auto;
}

.side.contactPerson .text {
  float: right;
  width: 70%;
}

.side.contactPerson .h4 {
  margin: 0;
  font-size: 1.2em;
}

.side.contactPerson .mail {
  float: left;
  width: 100%;
  margin-top: 0.5em;
}

.side.contactPerson .top {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.side.contactPerson .name {
  padding-left: 1em;
}

.side.cta {
  overflow: auto;
  clear: both;
  float: none;
}

.side.cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side.cta li {
  overflow: auto;
  clear: both;
  width: 100%;
  padding: 0.1em 0;
}

.side.cta li a {
  float: left;
  width: 100%;
  margin: 0;
}

/* Gallery */
.side.img {
  margin-bottom: 2em;
  padding: 0.5em;
  background: #fff;
}

.side.img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.side.img li {
  width: 50%;
}

.side.img a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  text-decoration: none;
  color: #808080;
  transition: all 0.2s ease-in-out 0s;
}

.side.img a:hover {
  background: #005da4;
  color: #fff;
}

.side.img img {
  display: block;
  width: 100%;
  height: auto;
}

.side.img .description {
  font-size: 0.9em;
  display: block;
  box-sizing: border-box;
  padding: 0.5em;
  line-height: 1em;
  font-style: italic;
}

/* Register */
.form-style {
  width: calc(100% - 2em);
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0.5em 1em;
  border: 1px solid #a3aeae;
  background: #fff;
}

.tx-femanager .control-label {
  float: left;
  width: 30%;
  text-align: right;
  line-height: 3.5em;
  min-height: 1em;
}

.tx-femanager legend {
  display: none;
}

.tx-femanager fieldset {
  border: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e7eaea;
  padding: 1em;
  margin: 1em 0;
}

.tx-femanager .col-sm-10 {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-left: 1em;
}

.tx-femanager .alert {
  display: none;
}

.tx-femanager .femanager_fieldset {
  float: left;
  width: 100%;
}

.tx-femanager input[type="password"],
.tx-femanager input[type="text"] {
  height: 2.5em;
  width: calc(100% - 2em);
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0.5em 1em;
  border: 1px solid #a3aeae;
  background: #fff;
}

.tx-femanager .form-group .error {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.tx-femanager .femanager_agb {
  padding: 1em 0;
}

.tx-femanager .femanager_image img {
  height: auto;
  margin: 0 0 1em 0;
}

.tx-femanager textarea {
  width: calc(100% - 2em);
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0.5em 1em;
  border: 1px solid #a3aeae;
  background: #fff;
  resize: vertical;
}

.tx-femanager select {
  width: calc(100% - 2em);
  box-sizing: border-box;
  margin: 0.5em 1em;
  border: 1px solid #a3aeae;
  background: #fff;
  padding: 0.5em;
}

.tx-femanager .femanager_submit .col-sm-10 {
  width: 100%;
  padding: 0;
  text-align: center;
  background: #f2f2f2;
  margin-top: 1em;
  padding: 1em 0;
}

.tx-femanager .btn {
  background: #00adef;
  border-color: #00adef;
  color: #fff;
  opacity: 1;
}

.tx-femanager .btn:hover {
  background: #005da4;
  border-color: #005da4;
}

.tx-femanager .btn.disable {
  opacity: 0.5;
  pointer-events: none;
}

.tx-femanager .required {
  position: relative;
}

.tx-femanager .required span {
  display: none;
}

.tx-femanager .required:after {
  content: "\e812";
  font-family: "fontello";
  color: #005da4;
  font-size: 0.6em;
  opacity: 1;
  position: absolute;
  left: 1em;
}

.tx-femanager .qq-uploader {
  padding: 0 1em;
}

.tx-femanager .qq-upload-button {
  padding: 0;
  margin: 0;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
}

.tx-femanager .qq-upload-button:before {
  font-family: "fontello";
  content: "\e809";
  transform: rotate(-45deg);
  color: #fff;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 3em;
}

.tx-femanager .qq-progress-bar {
  height: 1px;
  background: #005da4;
  box-sizing: border-box;
}

.tx-femanager .qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.tx-femanager .qq-upload-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e7eaea;
  margin: 1em 0 0 0;
  padding: 1em;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.tx-femanager .qq-upload-list li>img {
  width: 100%;
  max-width: 10em;
  padding-top: 1em;
  margin: 0 auto;
}

.tx-femanager .qq-upload-list .img {
  float: left;
  width: 100%;
}

.tx-femanager .qq-upload-list .img img {
  width: 100%;
  max-width: 10em;
  padding-top: 1em;
  margin: 0 auto;
  height: auto;
}

.tx-femanager .qq-upload-retry {
  display: none;
}

.tx-femanager .qq-upload-file {
  display: none;
}

.tx-femanager .qq-upload-size {
  display: block !important;
  width: 50%;
  float: left;
}

.tx-femanager .qq-upload-delete {
  display: block !important;
  width: 2em;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  color: red;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}

.tx-femanager .qq-upload-delete:after {
  content: "\e809";
  font-family: "fontello";
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: center;
}

.tx-femanager .qq-upload-delete:hover {
  opacity: 0.5;
}

.tx-femanager #femanager_field_preview-image {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  float: left;
}

.tx-femanager .radio {
  padding: 0 1em;
  line-height: 3em;
  float: left;
}

.tx-femanager input[type="file"] {
  padding: 1em;
  cursor: pointer;
}

#femanager_field_submit.disabled {
  background: #d9d9d9;
  pointer-events: none;
  color: #808080;
  border-color: #ccc;
}

#loggedin {
  background: #005da4;
  color: #fff;
}

#loggedin .inner {
  padding: 1em 0;
  float: left;
  width: 100%;
}

#loggedin .user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#loggedin .user .photo {
  float: left;
  width: 5em;
}

#loggedin .user .photo img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #005da4;
}

#loggedin .user .text {
  float: left;
  padding-left: 1em;
  line-height: 2em;
}

#loggedin .user .text .name {
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
}

#loggedin .user .text .username {
  color: #a4d8ff;
}

#loggedin .nav {
  float: right;
}

#loggedin .left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#loggedin .right .btn {
  margin-left: 0.5em;
}

.rel #loggedin .wrap,
#loggedin .wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.rel #loggedin .wrap .inner,
#loggedin .wrap .inner {
  margin: 0;
  background: transparent;
  padding: 1em;
  box-sizing: border-box;
}

#loggedin .sf-menu {
  margin: 0;
}

#loggedin .sf-menu li {
  background: transparent;
}

#loggedin .sf-menu ul {
  left: auto;
  right: 0;
  border-radius: 1em;
  overflow: hidden;
  padding: 1em;
  background: #fff;
}

#loggedin .sf-menu ul .btn {
  margin-left: 0;
  border-radius: 0;
  color: #4a4a4a;
}

#loggedin .sf-menu ul .btn:before {
  line-height: 2.5em;
}

#loggedin .sf-menu ul .btn.powr:before {
  color: #e62d47;
}

#loggedin .sf-menu ul .btn:before {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}

/* Loading */
.loading {
  width: 3em;
  height: 3em;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-indent: -9999px;
  margin: 3em auto 0;
}

.loading:before {
  border-radius: 50%;
  content: " ";
  width: 3em;
  height: 3em;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 0.5em #f2f2f2;
  border-right: solid 0.5em #f2f2f2;
  border-bottom: solid 0.5em #f2f2f2;
  border-left: solid 0.5em #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
}

.loading:after {
  border-radius: 50%;
  content: " ";
  width: 3em;
  height: 3em;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 0.5em #00adef;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em transparent;
  border-left: solid 0.5em transparent;
  position: absolute;
  top: 0;
  left: 0;
  animation: loading-animate 1s ease-in-out infinite;
}

@keyframes loading-animate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* DownloadCenter */
#downloadcenter .left_column {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  margin: 1em 0 0 0;
  background: #f9f9f9;
  border: 1px solid #e7eaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#downloadcenter .right_column {
  float: left;
  width: 100%;
  margin-top: 1em;
}

.content .collapse {
  width: 33.33333333%;
  padding-right: 1px;
  box-sizing: border-box;
}

.content .collapse>div {
  overflow: hidden;
  width: 100%;
  float: left;
  height: 0;
}

.content .collapse>a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  background: #005da4;
  color: #fff;
  box-sizing: border-box;
  padding: 1em;
  float: left;
  width: 100%;
  position: relative;
  line-height: 1em;
  margin-top: 1px;
  transition: all 0.2s ease-in-out 0s;
}

.content .collapse>a:hover {
  background: #004f8b;
}

.content .collapse>a:after {
  content: "\e807";
  font-family: "fontello";
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  transform: rotate(0deg);
}

.content .collapse>a.open:after {
  transform: rotate(90deg);
}

.content .collapse li,
.content .collapse ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.content .collapse li {
  background: #fff;
}

.content .collapse>div>ul>li>a:after {
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  line-height: 2.5em;
}

.content .collapse>div>ul>li>a:hover {
  background: #00adef;
  color: #fff;
}

.content .collapse>div>ul>li>a,
.content .collapse>div>ul>li>span {
  font-weight: bold;
  position: relative;
}

.content .collapse>div>ul>ul>li:first-child span {
  font-weight: bold;
  color: #fff;
  background: #00477e;
}

.content .collapse>div>ul>li>a,
.content .collapse>div>ul>li>span,
.content .collapse>div>ul>li>label,
.content .collapse>div>ul>li {
  background: #ececec;
  color: #005da4;
  float: left;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}

.content .collapse>div {
  float: left;
  width: 100%;
}

.content .collapse>div a,
.content .collapse>div span {
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}

.content .collapse>div a:hover,
.content .collapse>div span:hover {
  background: #ececec;
}

.content .collapse label span:hover,
.content .collapse label span {
  padding: 0;
  width: auto;
  float: none;
  display: inline-block;
  background: transparent;
}

.content .collapse>a.toggle-reset:after {
  content: "\e809";
}

.datatype_filter ul ul,
.language_filter ul ul {
  padding: 1em;
  background: #fff;
}

.year_filter .wrap {
  float: left;
  width: 100%;
  padding: 1em;
  background: #fff;
  box-sizing: border-box;
}

.VueTables>.row {
  float: left;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e7eaea;
}

.VueTables>.row p {
  margin: 0;
}

.VueTables>.row>div:first-child {
  float: left;
}

.VueTables>.row>div:last-child {
  float: right;
}

.VueTables>.row>div:last-child>div {
  float: left;
}

.VueTables>.VueTables__table-wrapper {
  float: left;
  width: 100%;
  margin-top: 1em;
}

.VueTables thead {
  background: #808080;
  color: #fff;
}

.insta-search {
  margin-right: 1em;
}

/*#downloadcenter th:nth-child(4),
#downloadcenter td:nth-child(4),*/
#downloadcenter th:last-child>span {
  display: none;
}

#downloadcenter td>span>a {
  display: block;
  width: 1.5em;
  height: 1.5em;
  text-indent: -9999px;
  overflow: hidden;
  background: #005da4;
  position: relative;
}

#downloadcenter td>span>a:before {
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.9em;
  line-height: 1.9em;
  text-align: center;
  color: #fff;
  text-indent: 0;
  font-size: 0.8em;
}

.VuePagination {
  float: left;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.VuePagination__pagination-item-prev-chunk a {
  text-indent: -9999px;
  position: relative;
}

.VuePagination__pagination-item-prev-chunk a:after {
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  left: -3px;
  top: 0;
  display: block;
  line-height: 2em;
  width: 2em;
  text-align: center;
  text-indent: 0;
}

.VuePagination__pagination-item-prev-chunk a:before {
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  left: 3px;
  top: 0;
  display: block;
  line-height: 2em;
  width: 2em;
  text-align: center;
  text-indent: 0;
}

.VuePagination__pagination-item-prev-page a {
  text-indent: -9999px;
  position: relative;
}

.VuePagination__pagination-item-prev-page a:after {
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 2em;
  width: 2em;
  text-align: center;
  text-indent: 0;
}

.VuePagination__pagination-item-next-chunk a {
  text-indent: -9999px;
  position: relative;
}

.VuePagination__pagination-item-next-chunk a:after {
  content: "\e807";
  font-family: "fontello";
  position: absolute;
  left: -3px;
  top: 0;
  display: block;
  line-height: 2em;
  width: 2em;
  text-align: center;
  text-indent: 0;
}

.VuePagination__pagination-item-next-chunk a:before {
  content: "\e807";
  font-family: "fontello";
  position: absolute;
  left: 3px;
  top: 0;
  display: block;
  line-height: 2em;
  width: 2em;
  text-align: center;
  text-indent: 0;
}

.VuePagination__pagination-item-next-page a {
  text-indent: -9999px;
  position: relative;
}

.VuePagination__pagination-item-next-page a:after {
  content: "\e807";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 2em;
  width: 2em;
  text-align: center;
  text-indent: 0;
}

.VueTables__table-wrapper {
  float: left;
  width: 100%;
}

.VueTables th {
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  background: #808080;
  padding-right: 2em;
}

.VueTables .VueTables__sortable {
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  background: #808080;
  padding-right: 2em;
  font-family: "Open Sans";
}

.VueTables .VueTables__sortable:hover {
  cursor: pointer;
  background: #005da4;
}

.VueTables .VueTables__sortable .glyphicon {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.VueTables .VueTables__sortable .glyphicon:after {
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

.VueTables .VueTables__sortable .glyphicon:after {
  content: "\e805";
}

.VueTables .VueTables__sortable .glyphicon-chevron-down:after {
  content: "\e804";
}

/* Table */
.table .hide {
  display: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  width: 100%;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #dddddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

/* Pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-left: -1px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e7eaea;
  transition: all 0.2s ease-in-out 0s;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #fff;
  background-color: #005da4;
  border-color: #005da4;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  cursor: default;
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* Knowledgebase */
.tx-setex form {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e7eaea;
  padding: 1em;
  margin-top: 1em;
}

.tx-setex .filterfield {
  display: flex;
  flex-wrap: wrap;
}

.tx-setex .three .col {
  width: 33.33333333%;
  box-sizing: border-box;
}

.tx-setex .three .col:nth-child(2) {
  padding: 0 0.25em;
}

.tx-setex .three span {
  float: left;
  width: 100%;
  padding-bottom: 0.5em;
}

.tx-setex .one .col {
  width: 100%;
  padding-top: 1em;
}

.tx-setex .one span {
  float: left;
  width: 25%;
  line-height: 2.5em;
}

.tx-setex select {
  padding: 0.5em;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #a3aeae;
}

.tx-setex input[type="text"] {
  padding: 0.5em;
  box-sizing: border-box;
  width: 75%;
  float: right;
  border: 1px solid #a3aeae;
}

body .nodownloads,
.tx-setex .notice-yellow {
  float: left;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  margin-top: 1em;
}

/* All Downloads */
.copyTarget {
  display: none;
}

.copyButton {
  float: left;
  width: 3em;
  text-indent: -9999px;
  height: 3em;
  border: none;
  background: #005da4;
  position: relative;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.copyButton:after {
  content: "\e828";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  text-indent: 0;
}

.copyButton:hover {
  background: #004071;
}

.copyButton.act {
  background: #00adef;
}

.copyButton.act:after {
  content: "\e829";
}

.copyButton.act:hover {
  background: #0088bc;
}

.instant {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e7eaea;
  padding: 1em;
  margin-top: 1em;
}

.instant span {
  float: left;
  line-height: 2.5em;
  margin-right: 1em;
}

.instant input[type="text"] {
  padding: 0.5em;
  box-sizing: border-box;
  width: 100%;
  max-width: 25em;
  float: left;
  border: 1px solid #a3aeae;
}

/* Login */
.content .tx-felogin-pi1 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e7eaea;
  padding: 1em;
  margin-top: 1em;
}

.content .tx-felogin-pi1 h3 {
  display: none;
}

.content .tx-felogin-pi1 fieldset {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  width: 100%;
}

.content .tx-felogin-pi1 input[type="password"],
.content .tx-felogin-pi1 input[type="text"] {
  float: left;
  width: calc(33.3333% - 0.5em);
  padding: 1em;
  box-sizing: border-box;
  margin: 0 0.25em;
  border: 1px solid #a3aeae;
}

.content .tx-felogin-pi1 button {
  background: #00adef;
  float: left;
  width: calc(33.3333% - 0.5em);
  padding: 1em;
  box-sizing: border-box;
  margin: 0 0.25em;
  color: #fff;
  border: none;
  transition: all 0.2s ease-in-out 0s;
}

.content .tx-felogin-pi1 button:hover {
  background: #005da4;
}

.content .tx-felogin-pi1 p {
  border-top: 1px solid #e7eaea;
  margin: 1em 0 0 0;
  padding-top: 1em;
  display: block;
  float: left;
  width: 100%;
}

.content .tx-felogin-pi1 a {
  color: #005da4;
  background: transparent;
  text-decoration: none;
  line-height: 1em;
  padding: 1em 1.5em;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  border: 1px solid #fff;
  border-radius: 2em;
  color: #444;
  border-color: #00adef;
}

.content .tx-felogin-pi1 a:hover {
  background: #00adef;
  color: #fff;
}

.content .tx-felogin-pi1 .reset input {
  width: calc(50% - 0.5em);
}

.content .tx-felogin-pi1 .reset button {
  width: calc(50% - 0.5em);
}

.content .tx-felogin-pi1 label {
  width: calc(50% - 0.5em);
  float: left;
  box-sizing: border-box;
}

.content .tx-felogin-pi1 legend {
  font-weight: bold;
}

.content .tx-felogin-pi1 #tx_felogin_pi1-newpassword1,
.content .tx-felogin-pi1 #tx_felogin_pi1-newpassword2 {
  width: calc(50% - 0.5em);
  margin: 0.25em 0 0 0;
  box-sizing: border-box;
}

/* News */
.news-item {
  float: left;
  width: 100%;
  padding: 1em 0;
}

.news-item .image {
  float: left;
  width: 20%;
}

.news-item img {
  width: 100%;
  height: auto;
  display: block;
}

.news-item .text {
  float: right;
  width: 75%;
}

.right .news-img-wrap {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.right .news-img-wrap>div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 0.9em;
  text-align: center;
}

.right .news-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/* Icons */
.iconHeaderBefore {
  font-family: "fontello";
  display: block;
  font-size: 1.5em;
  padding-right: 0.25em;
  color: #00adef;
}

#page56 h1,
#page57 h1,
#page58 h1,
#page59 h1 {
  display: flex;
  align-items: center;
}

#page56 h1:before {
  content: "\e831";
  font-family: "fontello";
  display: block;
  font-size: 1.5em;
  padding-right: 0.25em;
  color: #00adef;
}

#page57 h1:before {
  content: "\e83a";
  font-family: "fontello";
  display: block;
  font-size: 1.5em;
  padding-right: 0.25em;
  color: #00adef;
}

#page58 h1:before {
  content: "\e83b";
  font-family: "fontello";
  display: block;
  font-size: 1.5em;
  padding-right: 0.25em;
  color: #00adef;
}

#page59 h1:before {
  content: "\e83c";
  font-family: "fontello";
  display: block;
  font-size: 1.5em;
  padding-right: 0.25em;
  color: #00adef;
}

/* Mobile Table */
.table-wrapper .pinned {
  display: none;
}

div.table-wrapper div.scrollable table {
  margin-left: 0;
}

#tabs,
#tabs>div {
  float: left;
  width: 100%;
  line-height: 1.5em;
}

#tabs .panel {
  display: none;
}

#tabs .ui-tabs-panel {
  display: block;
}

#tab.sub {
  float: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

#tabs .nav {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
}

#tabs .nav ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs .nav li {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.25em;
  text-align: left;
  float: left;
}

#tabs .nav li:first-child {
  padding-left: 0;
}

#tabs .nav li:last-child {
  padding-right: 0;
}

#tabs .nav a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 1em;
  text-transform: uppercase;
  background: #3e5567;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  text-align: left;
  line-height: 1em;
  outline: none;
  /*padding-right: 3em;*/
}

#tabs .nav a:hover {
  background: #005da4;
}

#tabs .nav .ui-state-active a {
  background: #00adef;
}

#tabs .nav .ui-state-active a:after {
  transform: rotate(90deg);
}

#tabs .ui-tabs-panel .inner {
  padding: 3em 0;
  float: left;
  width: 100%;
}

#tabs .nav .inner {
  padding: 0;
}

.check ul,
#tabs .overview ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.check li,
#tabs .overview li {
  position: relative;
  padding: 0 0 0.5em 3em;
}

.check li:before,
#tabs .overview li:before {
  content: "\e808";
  font-family: "fontello";
  color: #00adef;
  position: absolute;
  left: 1em;
}

#tab.sub .inner>.left {
  float: left;
  width: 65%;
  box-sizing: border-box;
  padding: 0 1em;
  background: #fff;
}

#tab.sub .inner>.right {
  float: right;
  width: 30%;
}

.content ol,
#usp ol,
#tabs ol {
  list-style: none;
}

.content ol li,
#usp ol li,
#tabs ol li {
  position: relative;
}

.content ol li:before,
#usp ol li:before,
#tabs ol li:before {
  content: "\e808";
  font-family: "fontello";
  color: #00adef;
  position: absolute;
  left: -2em;
}

#tabs .row {
  float: left;
  width: 100%;
}

#tabs .row>.left {
  float: left;
  width: 65%;
}

#tabs .row>.right {
  float: right;
  width: 30%;
}

#tabs .row .img {
  float: left;
  width: 10em;
  padding: 0em 1em 1em 0;
}

#tabs .row .img img {
  display: block;
  width: 100%;
  height: auto;
}

#tabs .row .txt {
  float: right;
  width: calc(100% - 11em);
}

#usp {
  background: #f9f9f9;
  border-bottom: 1px solid #e7eaea;
}

#usp h3 {
  margin: 0;
}

#usp .inner {
  padding: 3em 0;
  float: left;
  width: 100%;
}

#usp .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1em;
}

.countrySelect {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33.33333333%;
  float: left;
}

.countrySelect li {
  border-bottom: 1px solid #e7eaea;
  float: left;
  width: 100%;
}

.countrySelect .wrap {
  display: flex;
  align-items: center;
}

.countrySelect .country {
  display: block;
  padding: 1em;
  box-sizing: border-box;
  width: calc(100% - 2em);
}

.countrySelect .flag {
  display: block;
  width: 2em;
  float: left;
}

.countrySelect .flag img {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  overflow: hidden;
}

.countrySelect a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  box-sizing: border-box;
  padding: 0 1em;
}

.countrySelect a:hover {
  background: #f9f9f9;
}

.addressWrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7eaea;
}

.addressWrapper>div:nth-child(1) {
  display: flex;
}

.addressWrapper .address {
  float: left;
  width: 100%;
  border-top: 1px solid #e7eaea;
  padding: 1em 0;
  display: flex;
  align-items: center;
}

.addressWrapper .address>.left {
  float: left;
  width: 65%;
}

.addressWrapper .address>.right {
  float: right;
  width: 35%;
}

.addressWrapper .country {
  display: flex;
  align-items: center;
}

.addressWrapper .flag {
  margin-right: 1em;
  width: 1.75em;
}

.addressWrapper .flag img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.addressWrapper h4 {
  text-transform: none;
  color: #29587b;
}

.addressWrapper .company {
  float: left;
  width: 100%;
}

.addressWrapper .company ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.addressWrapper li {
  padding-left: 2em;
  position: relative;
}

.addressWrapper li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  color: #005da4;
  font-family: "fontello";
}

.addressWrapper .add:before {
  content: "\e80b";
}

.addressWrapper .tel:before {
  content: "\e80c";
}

.addressWrapper .fax:before {
  content: "\e803";
}

.addressWrapper .eml:before {
  content: "\e810";
}

.addressWrapper .mob:before {
  content: "\e836";
}

.addressWrapper .marker {
  width: 3em;
  height: 3em;
  background: #005da4;
  display: block;
  float: right;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

.addressWrapper .marker:before {
  content: "\e80b";
  font-family: "fontello";
  font-size: 2em;
  width: 1.5em;
  display: block;
  line-height: 1.5em;
  text-align: center;
}

.addressWrapper .marker:hover {
  background: #00adef;
}

.mapWrapper {
  display: flex;
  box-sizing: border-box;
}

.mapWrapper .wrap {
  display: flex;
  position: relative;
}

.mapWrapper .inner {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mapWrapper #world-map {
  position: absolute;
  left: 0;
  top: 3em;
  bottom: 3em;
  width: 100%;
  height: calc(100% - 6em);
}

.banner {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.banner li {
  float: left;
  width: 100%;
}

.banner img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.banner .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1500px;
  width: 100%;
  box-sizing: border-box;
  padding: 3em 0;
  display: flex;
}

.banner .lt {
  justify-content: flex-start;
  align-items: flex-start;
}

.banner .mt {
  justify-content: center;
  align-items: flex-start;
}

.banner .rt {
  justify-content: flex-end;
  align-items: flex-start;
}

.banner .lc {
  justify-content: flex-start;
  align-items: center;
}

.banner .mc {
  justify-content: center;
  align-items: center;
}

.banner .rc {
  justify-content: flex-end;
  align-items: center;
}

.banner .lb {
  justify-content: flex-start;
  align-items: flex-end;
}

.banner .mb {
  justify-content: center;
  align-items: flex-end;
}

.banner .rb {
  justify-content: flex-end;
  align-items: flex-end;
}

.banner .pos {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
}

.banner .colw {
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}

.banner .colb {
  color: #005da4;
  text-shadow: 0px 0px 1px #fff;
}

#banner.sub .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1500px;
  width: 100%;
  box-sizing: border-box;
  padding: 3em 0;
  display: flex;
}

#banner.sub .inner {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner.sub .inner .pos {
  font-size: 3em;
  position: relative;
  top: 60%;
  font-weight: 700;
  text-transform: uppercase;
}

#banner.sub .inner .colw {
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}

.tx-setex .buttons {
  display: flex;
  justify-content: flex-end;
}

.tx-setex .codesys .description {
  padding: 1em;
  box-sizing: border-box;
  font-size: 0.8em;
  float: left;
  width: 100%;
  font-style: italic;
}

.tx-setex .codesys .copy {
  background: #f9f9f9;
  padding: 1em;
  box-sizing: border-box;
  font-family: monospace;
  margin: 1em 0 0;
  position: relative;
}

.tx-setex .codesys .copy:after {
  content: "\e829";
  font-family: "fontello";
  position: absolute;
  right: 1em;
  bottom: 0;
  top: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: #d9d9d9;
  margin: auto;
}

.tx-setex .table-mono {
  font-family: monospace;
}

.tx-setex .time {
  color: #000;
  background: #f2f2f2;
  font-weight: 400;
}

.tx-setex .serial {
  font-size: 0.9em;
  border-top: 1px solid #e7eaea;
  margin-top: 0.5em;
  float: left;
  padding-top: 0.5em;
  font-family: monospace;
}

.side.cont figure {
  margin: 0;
}

.side.cont img {
  display: block;
  width: 100%;
  height: auto;
}

.VuePagination {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

#accept_cookie_marketing {
  position: relative;
  width: 70%;
  margin-top: -300px;
  margin-left: 11%;
  padding: 20px;
  background-color: #095ea4;
  color: white;
  z-index: 1;
}

@media (min-width: 0px) and (max-width: 1023px) {
  #accept_cookie_marketing {
    margin-top: 0px;
  }
}

@media (min-width: 1023px) and (max-width: 1700px) {
  #accept_cookie_marketing {
    margin-top: -150px;
  }
}

#accept_cookie_marketing>h4 {
  color: white;
}

#accept_cookie_marketing>button {
  background-color: #29abe3;
  border: 1px solid #29abe3;
  font-weight: 500;
  padding: 10px;
}

#accept_cookie_marketing>button:hover {
  background-color: #4fd1ff;
}

/*

Modules.less Contains:
 - News
 - Fancybox
 - Powermail
 - Sitemap
 - Right Menu
 - Mobile Menu
 - Mobile Phone
 - Breadcrumbs
 - Maps
 - Progress
 - Search
*/
/* ===== MODULES ===== */
/* Mobile */
#mobile {
  float: left;
  width: 100%;
  display: none;
}

#dl-menu {
  background: #005da4;
}

#dl-menu .dl-menu {
  margin: 0;
}

.dl-menuwrapper button.dl-trigger:after {
  background: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  height: 2px;
  top: 14px;
}

.dl-menuwrapper button.dl-trigger:hover:after,
.dl-menuwrapper button.dl-trigger.dl-active:after {
  background: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper button {
  background: #005da4;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #005da4;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:after {
  color: rgba(255, 255, 255, 0.5);
}

.dl-menuwrapper li.dl-back::after,
.dl-menuwrapper li>a:not(:only-child):after {
  content: "\e807";
}

/* Tools */
#mobile .tools {
  position: absolute;
  top: 0.75em;
  right: 1em;
  z-index: 100;
}

/* Mobile Phone */
#mobile .phone {
  width: 2em;
  height: 2em;
  display: block;
  position: relative;
  float: left;
  margin-right: 1em;
}

#mobile .phone a {
  width: 2em;
  height: 2em;
  display: block;
  text-indent: -9999px;
}

#mobile .phone a:after {
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-family: "fontello";
  content: "\e80c";
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  font-size: 1.3em;
}

/* Mobile Language */
.spr {
  float: left;
}

.spr .sf-menu {
  margin: 0;
}

.spr .sf-menu li {
  background: #fff;
}

.spr .sf-menu>li {
  background: transparent;
}

.spr .sf-menu>li>a {
  width: 2em;
  height: 2em;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  background-size: 2em 2em;
}

.spr .sf-menu>li a {
  padding: 0;
  border: none;
}

.spr .sf-menu abbr,
.spr .sf-menu span {
  display: block;
  width: 2em;
  height: 2em;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
  border: none;
  background-size: 2em 2em;
}

.spr .sf-menu span {
  opacity: 0.5;
  margin: 0.5em;
}

.spr .sf-menu>li>a>abbr {
  width: 1.5em;
  height: 1.5em;
  background-size: 1.5em 1.5em;
}

.spr .sf-menu>li>ul {
  min-width: 10em;
  padding: 0.5em;
  background: #fff;
  margin-top: 0.5em;
  left: auto;
  right: 0;
  box-sizing: border-box;
}

.spr .sf-menu>li>ul>li {
  display: block;
  float: left;
}

.spr .sf-menu>li>ul>li a {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-indent: -9999px;
  position: relative;
  padding: 0.5em;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.spr .sf-menu>li>ul>li a:hover {
  background: #efefef;
}

.spr .sf-arrows {
  padding-right: 2em;
  margin-top: 0.25em;
}

.spr .sf-arrows .sf-with-ul:after {
  display: block;
  content: "\e801";
  font-family: "fontello";
  width: 2em;
  height: 2em;
  right: -2em;
  color: #444;
  top: 0;
  border: none;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
}

.sitemap>ul {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  margin: 0 !important;
}

.sitemap ul {
  list-style: none;
  margin-left: 1.5em;
  padding: 0;
}

.left>.sitemap>ul>li:first-child:before {
  background-image: url("/typo3conf/ext/setex_theme/Resources/Public/Icons/joinbottom.gif");
  background-size: 1em;
}

.sitemap li {
  background: url("/typo3conf/ext/setex_theme/Resources/Public/Icons/line.gif") repeat-y scroll left top transparent;
  padding-left: 1.5em;
  position: relative;
  background-size: 1em;
}

.sitemap li:before {
  content: "";
  background: url("/typo3conf/ext/setex_theme/Resources/Public/Icons/join.gif") left top no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 1em;
}

.sitemap li:last-child:before,
.sitemap li li:last-child:before,
.sitemap li li li:last-child:before {
  background-color: #fff;
  background-image: url("/typo3conf/ext/setex_theme/Resources/Public/Icons/joinbottom.gif");
}

.sitemap li:last-child {
  background: none;
}

/* Breadcrumbs */
#breadcrumbs {
  color: #868a89;
  text-transform: uppercase;
  font-size: 0.9em;
  z-index: 1;
  background: #f9f9f9;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e7eaea;
}

#breadcrumbs a {
  color: #868a89;
  display: inline-block;
  padding: 1em 0.5em;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}

#breadcrumbs a:hover {
  background: #00adef;
  color: #fff;
}

#breadcrumbs a:hover:after {
  color: #fff;
}

#breadcrumbs a:after {
  content: "\e807";
  font-family: "fontello";
  display: inline-block;
  padding-left: 1.5em;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li:nth-child(1) {
  padding: 1em 0.5em 1em 0em;
}

#breadcrumbs li:last-child {
  padding: 1em 0.5em;
  font-weight: 400;
}

/* Right Menu */
.side {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
}

.side h3 {
  font-size: 1.25em;
  margin: 1em 0;
}

.side.menu {
  background: #fff;
  padding: 1em 0;
  box-sizing: border-box;
}

.side.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.side.menu li {
  padding: 1px 0;
  float: left;
  width: 100%;
}

.side.menu a {
  color: #000;
  background: #f2f2f2;
  text-decoration: none;
  display: block;
  padding: 2.5%;
  width: 95%;
  transition: all ease-in-out 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
}

.side.menu .sub a.act,
.side.menu a.act {
  background: #00adef;
  color: #fff;
}

.side.menu .sub a:hover,
.side.menu a:hover {
  background: #005da4;
  color: #fff;
}

.side.menu .sub a {
  width: 100%;
  padding-left: 7.5%;
  background: #fff;
  border-left: 2px solid #00adef;
}

.side.menu .ce-menu-2 li {
  padding: 0;
  margin-top: 2px;
}

.side.menu .ce-menu-2 li a {
  background: #f7f7f7;
  padding-left: 7.5%;
}

/* Powermail Generic Reset */
.powermail_fieldset,
.powermail_fieldset fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.powermail_legend {
  display: none;
}

.powermail_form h3 {
  display: none;
}

.powermail_fieldwrap {
  width: 100%;
  float: left;
  margin-top: 5px;
  position: relative;
}

.powermail_fieldwrap .powermail_label {
  width: 45%;
  float: left;
  margin-right: 1em;
  text-align: right;
  padding: 0.8em 0 0 0;
  min-height: 1px;
}

.powermail_fieldset,
.powermail_fieldset fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.powermail_legend {
  display: none;
}

.powermail_form h3 {
  display: none;
}

.powermail_fieldwrap .powermail_date,
.powermail_fieldwrap .powermail_input {
  width: 45%;
  float: left;
  border: 1px solid #b5bcc3;
  padding: 0.5em 1em;
  color: #000000;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: inherit;
  box-sizing: border-box;
}

.powermail_fieldwrap select {
  width: 45%;
  float: left;
  border: 1px solid #b5bcc3;
  padding: 0.5em 1em;
  color: #666;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

.powermail_fieldwrap .powermail_submit_alt,
.powermail_fieldwrap .powermail_submit,
.powermail_confirmation_form,
.powermail_confirmation_submit {
  transition: all 0.2s ease-in-out 0s;
  border: none;
  background: #005da4;
  color: #fff;
  padding: 1em 2em;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  border-radius: 2em;
}

.powermail_fieldwrap .powermail_submit_alt:hover,
.powermail_fieldwrap .powermail_submit:hover,
.powermail_confirmation_form:hover,
.powermail_confirmation_submit:hover {
  background: #00adef;
  color: #fff;
}

.powermail_fieldwrap .mandatory {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  left: auto;
  right: 1.5em;
  line-height: 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1em;
  text-indent: -9999px;
}

.powermail_fieldwrap .mandatory:before {
  content: "\e812";
  font-family: "fontello";
  color: #005da4;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 0.5em;
}

.powermail_confirmation_form {
  margin: 1em 0 0;
}

.powermail_fieldwrap .formError {
  background: none repeat scroll 0 0 #bc290a;
  float: left;
  font-size: 10px;
  height: 31px;
  left: auto !important;
  margin: 0 !important;
  position: relative !important;
  text-indent: -99999px;
  text-transform: uppercase;
  width: 5px;
  display: none;
}

.powermail_fieldwrap .powermail_textarea {
  font-size: 1em;
  border: 1px solid #c3c3c3;
  background: #fff;
  color: #bbb;
  padding: 1em;
  margin: 0px;
  display: block;
  width: 45%;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  resize: vertical;
}

.powermail_fieldwrap .formErrorContent {
  display: none;
}

.powermail_fieldwrap.error .powermail_label {
  color: #000;
}

.powermail_fieldwrap.error .mandatory {
  color: #ff0000;
}

.powermail_fieldwrap_text {
  color: #000000;
  float: left;
  line-height: 30px;
  margin-right: 20px;
  text-align: left;
  width: 200px;
  margin-left: 220px;
}

.powermail_radio_inner {
  float: left;
  width: 100%;
  display: block;
  padding: 1px 0;
}

.powermail_radio_inner label {
  cursor: pointer;
  padding-left: 5px;
}

.powermail_check_outer {
  float: left;
  width: 75%;
  max-width: 200px;
  display: block;
  padding: 5px 0;
}

.parsley-errors-list {
  display: none;
}

.powermail-errors-list {
  display: none;
}

.powermail_fieldwrap.error .powermail_input,
.powermail_fieldwrap .parsley-error,
.powermail_fieldwrap .powermail_field_error {
  border-color: #FFD324;
  background: #FFF6BF;
  box-shadow: none;
}

.powermail_fieldwrap_type_radio .powermail_field,
.powermail_fieldwrap_type_check .powermail_field {
  float: left;
  width: 50%;
  padding: 1em 0;
}

/* Progress */
.progress {
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.progress .indeterminate {
  background-color: #005da4;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.8149999999999999, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.8149999999999999, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/* Fancybox */
body .fancybox-overlay {
  background: rgba(0, 25, 35, 0.8);
}

body .fancybox-skin {
  height: 100% !important;
  position: relative;
  padding: 0 !important;
}

body .fancybox-outer {
  position: relative;
  height: 100%;
}

body .fancybox-opened .fancybox-skin {
  box-shadow: none;
}

body .fancybox-title {
  background: #000;
  padding: 1em;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.7em;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}

body .fancybox-title-float-wrap .child {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
}

body a.fancybox-nav {
  z-index: 1;
}

body a.fancybox-nav span {
  background: #005da4;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}

body a.fancybox-prev span {
  left: 0;
}

body a.fancybox-next span {
  right: 0;
}

body .fancybox-nav span:after {
  font-family: "fontello";
  display: block;
  text-indent: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}

body .fancybox-nav:hover span {
  opacity: 1;
}

body .fancybox-nav:hover span:after {
  opacity: 1;
}

body .fancybox-prev span:after {
  content: "\e806";
}

body .fancybox-next span:after {
  content: "\e807";
}

body a.fancybox-close {
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background: #005da4 !important;
  opacity: 1;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

body a.fancybox-close:after {
  font-family: "fontello";
  content: "\e809";
  display: block;
  text-indent: 0;
  width: 3em;
  height: 2em;
  text-align: center;
  line-height: 3em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  transition: all 0.2s ease-in-out 0s;
}

body .fancybox-close:hover {
  background: #000;
}

body .fancybox-default a.fancybox-close,
body .fancybox-default a.fancybox-expand,
body .fancybox-default a.fancybox-nav span {
  background-image: none;
}

body .fancybox-title-outside-wrap {
  margin: 0;
}

/* Maps */
.mapWrapper,
#map_canvas {
  position: relative;
  width: 100%;
  height: 25vw;
  min-height: 35em;
}

#map_canvas img {
  max-width: none;
}

/* Custom Map Marker */
.gm-style-iw-arrow {
  width: 100%;
}

.gm-style-iw-arrow>div:first-child {
  border-top-color: transparent !important;
}

.gm-style-iw-arrow>div:nth-child(2) {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px !important;
}

.gm-style-iw-arrow>div:nth-child(3) {
  transform: rotate(180deg);
  right: calc(50% - 10px) !important;
  left: 50% !important;
  margin: auto;
  top: 10px !important;
}

.gm-style-iw-arrow>div:nth-child(4) {
  background: #005da4 !important;
}

.gm-style-iw-arrow>div:nth-child(3)>div>div {
  background: #005da4 !important;
  box-shadow: none !important;
}

.gm-style-iw,
.gm-style-iw a {
  color: #fff !important;
}

.gm-ui-hover-effect img {
  display: none !important;
}

.gm-ui-hover-effect:after {
  font-family: "fontello";
  content: "\e809";
  color: #fff;
  top: 0.5em !important;
  right: 0.5em !important;
  font-size: 0.7em;
}

.gm-style .gm-style-iw-c {
  background: #005da4 !important;
  padding: 1em 1.5em !important;
}

.gm-style-iw-t:before,
.gm-style-iw-t:after {
  display: none !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

/* Search (Fluid) */
body .tx-kesearch-pi1 {
  font-size: 1em;
  font-family: Sans-Serif;
}

body .tx-kesearch-pi1 .msg {
  border-radius: 0;
  padding: 1em;
  border: none;
}

body .tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
  font-size: 0.9em;
}

body .tx-kesearch-pi1 form {
  margin: 0;
  padding: 1em;
  background: #f9f9f9;
}

.tx-indexedsearch-searchbox {
  background: #f2f2f2;
  padding: 1em;
  box-sizing: border-box;
}

.tx-indexedsearch-searchbox fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.tx-indexedsearch-searchbox legend {
  display: none;
}

.tx-indexedsearch-searchbox label {
  display: none;
}

.tx-indexedsearch-searchbox #ke_search_sword,
.tx-indexedsearch-searchbox input {
  box-sizing: border-box;
  border: none;
  padding: 1em;
  line-height: 1em;
  width: 100%;
  height: 3em;
  position: relative;
  top: 0;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form {
  float: left;
  width: calc(100% - 3em);
}

.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  float: left;
  width: 3em;
}

.tx-indexedsearch-searchbox button {
  border: none;
  display: block;
  width: 3em;
  text-indent: -9999px;
  overflow: hidden;
  background: #005da4;
  height: 3em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

.tx-indexedsearch-searchbox button:hover {
  background: #004f8b;
}

.tx-indexedsearch-searchbox button:after {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  text-align: center;
  line-height: 3em;
  color: #fff;
  text-indent: 0;
}

body #kesearch_results {
  float: left;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  margin-top: 0em;
  border: 0px solid;
  border-radius: 0.5em;
  background: transparent;
  color: #4a4a4a;
  border-color: transparent;
  padding: 0em;
}

#kesearch_results .result-list-item.result-list-item-type-page:nth-child(odd) {
  background: #f9f9f9;
}

#kesearch_results .result-list-item.result-list-item-type-page {
  padding: 1em;
}

#kesearch_results .result-list-item.result-list-item-type-page span.teaser_icon {
  display: none;
}

#kesearch_results .result-list-item.result-list-item-type-page span.result-number {
  display: none;
}

.tx-indexedsearch-browsebox {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.tx-indexedsearch-res {
  float: left;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
}

.tx-indexedsearch-res:nth-child(odd) {
  background: #f9f9f9;
}

body .tx-indexedsearch-browsebox {
  padding-left: 0;
  margin: 1em 0;
  list-style: none;
}

body .tx-indexedsearch-browsebox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .tx-indexedsearch-browsebox li {
  float: left;
}

body .tx-indexedsearch-browsebox li+li {
  margin-left: 0.5em;
}

body .tx-indexedsearch-browsebox li a.next,
body .tx-indexedsearch-browsebox li a.prev,
body .tx-indexedsearch-browsebox li a {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  color: #000;
  padding: 0 !important;
  text-decoration: none;
  background: #f9f9f9;
  transition: all 0.2s ease-in-out 0s;
}

body .tx-indexedsearch-browsebox li a:hover {
  background: #00adef;
  color: #fff;
}

body .tx-indexedsearch-browsebox li a.current {
  color: #fff !important;
  cursor: default;
  background-color: #005da4;
}

body .tx-indexedsearch-browsebox li a.next,
body .tx-indexedsearch-browsebox li a.prev {
  text-indent: -9999px;
}

body .tx-indexedsearch-browsebox li a.next:after,
body .tx-indexedsearch-browsebox li a.prev:after {
  font-family: "fontello";
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-indent: 0;
}

body .tx-indexedsearch-browsebox li a.next:after {
  content: "\e807";
}

body .tx-indexedsearch-browsebox li a.prev:after {
  content: "\e806";
}

/* Search Pagination */
.browsebox {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}

.browsebox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.browsebox li {
  display: inline-block !important;
  float: left;
  margin-right: 2px !important;
}

.browsebox li:before {
  display: none;
}

.browsebox a {
  display: block;
  padding: 5px 10px;
  background: #f2f2f2;
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

.browsebox .tx-indexedsearch-browselist-currentPage a {
  background: #005da4;
  color: #fff;
}

.browsebox .tx-indexedsearch-browselist-currentPage a:hover {
  background: #004071;
  color: #fff;
}

.browsebox a:hover {
  background: #c3c3c3;
  color: #fff;
}

/* Notice */
.notice {
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0em 1em;
  border-left: 2px solid #57c0f8;
  background: #eaf7fe;
  color: #0774af;
  margin-top: 1em;
}

.notice-yellow {
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0em 1em;
  border-left: 2px solid #ffd324;
  background: #fff6bf;
  color: #514721;
  margin-top: 1em;
}

.right>ul>.spr>.sf-menu>li>a {
  margin: 3px 7px;
}

.right>ul>.spr>.sf-menu>li>ul>li {
  float: right;
}

#header .top .sf-menu li {
  float: right;
}

@media (max-width: 500px) {
  body {
    font-size: 0.9em;
  }

  body h1 {
    font-size: 2em;
  }

  body h2 {
    font-size: 1.7em;
  }

  nav#mobile {
    display: block;
  }

  section {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #spotlight,
  #top,
  #teasers,
  #banner,
  #slider {
    width: 100%;
    padding: 0;
  }

  /* Hide */
  #menu,
  #breadcrumbs,
  #header .top .left,
  #header .top a.tel,
  #header .middle.act .call {
    display: none;
  }

  /* Logo */
  #header .logo {
    width: 100%;
    text-align: center;
  }

  #header .logo a {
    display: inline-block;
  }

  /* Header */
  #header {
    position: relative;
  }

  #header .inner {
    margin: 0;
  }

  #header .top .right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
  }

  #header .middle.act {
    height: auto;
  }

  #header .middle {
    font-size: 0.9em;
  }

  #header .login:after,
  #header .login:before {
    display: none;
  }

  #header .login .register,
  #header .login .form,
  #header .login .text,
  #header .search {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  #header .login .text {
    text-align: center;
  }

  #header .search input[type="text"] {
    width: 70%;
  }

  #header .middle.log {
    height: auto;
  }

  #header .log .login .register,
  #header .log .login .form,
  #header .log .login .text {
    transition: all 0.2s ease-in-out 0s;
  }

  #header .login .form input[type="text"],
  #header .login .form input[type="password"],
  #header .login .form button[type="submit"] {
    width: 100%;
    margin: 0.1em 0;
  }

  #header .logcon {
    height: 0;
    overflow: hidden;
  }

  #header .log .logcon {
    height: auto;
  }

  #header .search {
    height: 0;
    overflow: hidden;
  }

  #header .act .search {
    height: auto;
  }

  /* Slider */
  #slider .wrap {
    font-size: 0.4em;
    bottom: 1em;
    padding: 0 2em;
    box-sizing: border-box;
  }

  #slider .flex-control-nav {
    display: none;
  }

  #slider .bttn {
    font-size: 1em;
  }

  /* Spotlight */
  #spotlight ul {
    top: 0;
  }

  #spotlight li {
    width: 100%;
    padding: 0;
  }

  /* Intro */
  #intro .inner {
    padding-top: 3em;
  }

  /* Produkte */
  #teasers .item1 li,
  #teasers .item2 li,
  #teasers .item3 li,
  #teasers .item6 li {
    width: 100%;
    padding-top: 1em;
  }

  #teasers li:first-child {
    padding-top: 0 !important;
  }

  #teasers.default .single h3 {
    font-size: 1.5em;
  }

  #teasers .content {
    padding-bottom: 7em;
  }

  #teasers.default .hide {
    opacity: 1;
  }

  #teasers.default .desktop {
    display: none;
  }

  #teasers.default .mobile {
    display: block;
  }

  #teasers.default h3 {
    top: -4em;
  }

  #teasers.sub .ico h3 {
    font-size: 1.5em;
  }

  #teasers.sub .ico:before {
    top: 0.55em;
  }

  #teasers li {
    width: 100%;
  }

  #teasers .row:nth-child(2) {
    padding-top: 0;
  }

  #teasers .row {
    padding: 1em 0;
  }

  /* Newsletter */
  #newsletter h3:before {
    display: none;
  }

  #newsletter .inner>.left,
  #newsletter .inner>.right {
    padding: 0;
    width: 100%;
  }

  #newsletter .inner>.right div {
    float: left;
    width: 100%;
  }

  #newsletter select,
  #newsletter input[type="text"] {
    width: 100%;
  }

  #newsletter .collapse.out {
    height: auto;
  }

  #newsletter button {
    width: 100%;
    margin: 0.25em 0;
  }

  /* Members */
  #member li {
    width: 100%;
  }

  /* Lower */
  #lower .col {
    width: 100%;
  }

  #lower .col:nth-child(2) {
    padding: 1em 0;
    margin: 1em 0;
    border-top: 1px solid #e7eaea;
    border-bottom: 1px solid #e7eaea;
  }

  /* Form */
  .powermail_fieldwrap,
  .tx-powermail .powermail_fieldset_1 .powermail_fieldwrap {
    width: 100%;
  }

  .tx-powermail>.container-fluid {
    left: 0;
  }

  .tx-powermail {
    float: left;
  }

  .powermail_fieldwrap .mandatory {
    right: 0;
  }

  .powermail_fieldset .powermail_fieldwrap .powermail_country,
  .powermail_fieldset .powermail_fieldwrap .powermail_select {
    width: 100%;
  }

  .powermail_fieldwrap .powermail_label {
    margin: 0;
    width: 90%;
    padding-right: 10%;
    text-align: left;
  }

  .powermail_fieldwrap_text {
    margin-left: 0;
  }

  .powermail_fieldwrap .powermail_country,
  .powermail_fieldwrap .powermail_textarea,
  .powermail_fieldwrap .powermail_input,
  .powermail_fieldwrap .powermail_select {
    padding: 0.5em;
    width: 100%;
  }

  .powermail_fieldwrap .powermail_submit {
    padding: 1em 0;
    width: 100%;
    margin-bottom: 1em;
  }

  .powermail_fieldset_4 {
    width: calc(98%);
    padding-left: 1em;
    padding-right: 1em;
  }

  .powermail_fieldwrap_type_radio .powermail_field,
  .powermail_fieldwrap_type_check .powermail_field {
    width: 80%;
  }

  /* Footer */
  #footer {
    text-align: center;
  }

  #footer ul,
  #footer .left li {
    width: 100%;
    margin: 0;
  }

  #footer .right {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }

  #footer .right li {
    margin: 0 0.25em;
    padding: 0;
    display: inline-block;
    float: none;
  }

  #footer .left {
    width: 100%;
  }

  #footer .meta {
    float: left;
    width: 100%;
    text-align: center;
  }

  #footer .meta {
    padding-top: 2em;
  }

  /* Content */
  section.content .inner>.left,
  section.content .inner>.right {
    width: 100%;
  }

  .side.kontakt {
    margin-top: 1em;
  }

  .content .collapse {
    width: 100%;
  }

  /* Login */
  #header .login .tx-felogin-pi1 {
    width: 100%;
  }

  #header .tx-felogin-pi1 button[type="submit"],
  #header .tx-felogin-pi1 input[type="text"],
  #header .tx-felogin-pi1 input[type="password"] {
    width: 100%;
    margin: 0.1em 0;
  }

  #header .register a {
    float: right;
  }

  #header .register span {
    line-height: 3em;
  }

  .content .tx-felogin-pi1 fieldset>* {
    width: 100% !important;
    margin-top: 0.25em !important;
  }

  .content .tx-felogin-pi1 label,
  .content .tx-felogin-pi1 input,
  .content .tx-felogin-pi1 button {
    width: 100% !important;
    margin-top: 0.25em !important;
    margin-left: 0;
  }

  /* Loggedin */
  #loggedin .user .text {
    margin-top: 1em;
    float: left;
    clear: both;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #loggedin .user .photo {
    margin: 0 auto;
  }

  #loggedin .left {
    width: 100%;
  }

  #loggedin .right {
    margin: 0.5em auto 0;
    max-width: 20em;
    width: 100%;
  }

  #loggedin .right div,
  #loggedin .right ul,
  #loggedin .right li {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }

  #loggedin .right .btn {
    width: 100%;
    margin-left: 0;
  }

  /* Maps */
  #map_canvas {
    min-height: 15em;
  }

  /* MyProfile */
  .tx-femanager .femanager_fieldset label,
  .tx-femanager .femanager_fieldset .controls {
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .tx-femanager .femanager_fieldset .controls>* {
    width: 100%;
    margin: 0;
  }

  /* Tabs */
  #usp .col {
    width: 100%;
  }

  #tabs .nav {
    background: #fff;
    padding-top: 1em;
  }

  #tabs .nav li {
    width: 100%;
    margin: 0.1em 0;
    padding: 0;
  }

  #tabs .row>.left,
  #tabs .row>.right,
  #tab.sub .inner>.left,
  #tab.sub .inner>.right {
    width: 100%;
  }

  /* News Lower */
  #newslow .col {
    width: 100%;
  }

  /* Country Select */
  .mapWrapper {
    min-height: 20em;
  }

  .countrySelect {
    width: 100%;
  }

  .VueTables>.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .VueTables>.row>div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1em;
  }

  .VueTables .insta-search {
    margin: 0;
  }

  .VueTables .VueTables__limit {
    padding-top: 1em;
  }

  #header .right .spr {
    display: none;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  body {
    font-size: 0.9em;
  }

  body h1 {
    font-size: 2em;
  }

  body h2 {
    font-size: 1.7em;
  }

  nav#mobile {
    display: block;
  }

  section {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #spotlight,
  #top,
  #teasers,
  #banner,
  #slider {
    width: 100%;
    padding: 0;
  }

  /* Hide */
  #menu,
  #breadcrumbs,
  #header .top .left,
  #header .top a.tel,
  #header .middle.act .call {
    display: none;
  }

  /* Logo */
  #header .logo {
    width: 100%;
    text-align: center;
  }

  #header .logo a {
    display: inline-block;
  }

  /* Header */
  #header {
    position: relative;
  }

  #header .inner {
    margin: 0;
  }

  #header .top .right {
    width: 100%;
  }

  #header .middle.act {
    height: auto;
  }

  #header .middle {
    font-size: 0.9em;
  }

  #header .login:after,
  #header .login:before {
    display: none;
  }

  #header .login .register,
  #header .login .form,
  #header .login .text,
  #header .search {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  #header .login .text {
    text-align: center;
  }

  #header .search input[type="text"] {
    width: 70%;
  }

  #header .middle.log {
    height: auto;
  }

  #header .log .login .register,
  #header .log .login .form,
  #header .log .login .text {
    transition: all 0.2s ease-in-out 0s;
  }

  #header .login .form input[type="text"],
  #header .login .form input[type="password"],
  #header .login .form button[type="submit"] {
    width: 100%;
    margin: 0.1em 0;
  }

  #header .logcon {
    height: 0;
    overflow: hidden;
  }

  #header .log .logcon {
    height: auto;
  }

  #header .search {
    height: 0;
    overflow: hidden;
  }

  #header .act .search {
    height: auto;
  }

  /* Slider */
  #slider .wrap {
    font-size: 0.6em;
    bottom: 1em;
    padding: 0 2em;
    box-sizing: border-box;
  }

  #slider .flex-control-nav {
    display: none;
  }

  #slider .bttn {
    font-size: 1em;
  }

  /* Spotlight */
  #spotlight ul {
    top: 0;
  }

  #spotlight li {
    width: 50%;
    padding: 0;
  }

  #spotlight li:nth-child(3) .item {
    background: #005da4;
  }

  #spotlight li:nth-child(4) .item {
    background: #5f798d;
  }

  /* Intro */
  #intro .inner {
    padding-top: 3em;
  }

  /* Produkte */
  #teasers .item1 li,
  #teasers .item2 li,
  #teasers .item3 li,
  #teasers .item6 li {
    width: 100%;
    padding-top: 1em;
  }

  #teasers.default .single h3 {
    font-size: 1.5em;
  }

  #teasers .content {
    padding-bottom: 7em;
  }

  #teasers.default .hide {
    opacity: 1;
  }

  #teasers.default h3 {
    top: -4em;
  }

  #teasers.sub .ico h3 {
    font-size: 1.5em;
  }

  #teasers.sub .ico:before {
    top: 0.55em;
  }

  #teasers li {
    width: 50%;
  }

  /* Newsletter */
  #newsletter h3:before {
    display: none;
  }

  #newsletter .inner>.left,
  #newsletter .inner>.right {
    padding: 0;
  }

  #newsletter .inner>.right div {
    float: left;
    width: 100%;
  }

  #newsletter select,
  #newsletter input[type="text"] {
    width: 100%;
  }

  #newsletter .collapse.out {
    height: auto;
  }

  #newsletter button {
    width: 100%;
    margin: 0.25em 0;
  }

  /* Members */
  #member li {
    width: 49%;
  }

  /* Form */
  .powermail_fieldwrap,
  .tx-powermail .powermail_fieldset_1 .powermail_fieldwrap {
    width: 100%;
  }

  .tx-powermail>.container-fluid {
    left: 0;
  }

  .tx-powermail {
    float: left;
  }

  .powermail_fieldwrap .mandatory {
    right: 0;
  }

  .powermail_fieldset .powermail_fieldwrap .powermail_country,
  .powermail_fieldset .powermail_fieldwrap .powermail_select {
    width: 100%;
  }

  .powermail_fieldwrap .powermail_label {
    margin: 0;
    width: 90%;
    padding-right: 10%;
    text-align: left;
  }

  .powermail_fieldwrap_text {
    margin-left: 0;
  }

  .powermail_fieldwrap .powermail_country,
  .powermail_fieldwrap .powermail_textarea,
  .powermail_fieldwrap .powermail_input,
  .powermail_fieldwrap .powermail_select {
    padding: 0.5em;
    width: 100%;
  }

  .powermail_fieldwrap .powermail_submit {
    padding: 1em 0;
    width: 100%;
    margin-bottom: 1em;
  }

  .powermail_fieldset_4 {
    width: calc(98%);
    padding-left: 1em;
    padding-right: 1em;
  }

  .powermail_fieldwrap_type_radio .powermail_field,
  .powermail_fieldwrap_type_check .powermail_field {
    width: 80%;
  }

  /* Lower */
  #lower .inner {
    display: flex;
    flex-wrap: wrap;
  }

  #lower .col:nth-child(2),
  #lower .col {
    width: 50%;
    padding: 0.5em;
  }

  /* Footer */
  #footer {
    text-align: center;
  }

  #footer ul,
  #footer .left li {
    width: 100%;
    margin: 0;
  }

  #footer .right {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }

  #footer .right li {
    margin: 0 0.25em;
    padding: 0;
    display: inline-block;
    float: none;
  }

  #footer .left {
    width: 100%;
  }

  #footer .meta {
    float: left;
    width: 100%;
    text-align: center;
  }

  #footer .meta {
    padding-top: 2em;
  }

  /* Content */
  section.content .inner>.left,
  section.content .inner>.right {
    width: 100%;
  }

  .side.kontakt {
    margin-top: 1em;
  }

  .content .collapse {
    width: 50%;
  }

  /* Login */
  #header .login .tx-felogin-pi1 {
    width: 100%;
  }

  #header .tx-felogin-pi1 button[type="submit"],
  #header .tx-felogin-pi1 input[type="text"],
  #header .tx-felogin-pi1 input[type="password"] {
    width: 100%;
    margin: 0.1em 0;
  }

  #header .register a {
    float: right;
  }

  #header .register span {
    line-height: 3em;
  }

  /* LoggedIn */
  #loggedin .user {
    justify-content: center;
  }

  #loggedin .right {
    width: 100%;
  }

  #loggedin .right {
    margin: 0.5em auto 0;
    max-width: 20em;
    width: 100%;
  }

  #loggedin .right div,
  #loggedin .right ul,
  #loggedin .right li {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }

  #loggedin .right .btn {
    width: 100%;
    margin-left: 0;
  }

  /* Maps */
  #map_canvas {
    min-height: 15em;
  }

  /* Tabs */
  #usp .col {
    width: 100%;
  }

  #tabs .nav {
    background: #fff;
    padding-top: 1em;
  }

  #tabs .nav li {
    width: 100%;
    margin: 0.1em 0;
    padding: 0;
  }

  #tabs .row>.left,
  #tabs .row>.right,
  #tab.sub .inner>.left,
  #tab.sub .inner>.right {
    width: 100%;
  }

  #tab .side.img li {
    width: 33.33333333%;
  }

  /* News Lower */
  #newslow .col {
    width: 100%;
  }

  /* Country Select */
  .mapWrapper {
    min-height: 20em;
  }

  .countrySelect {
    width: 50%;
  }

  #header .right .spr {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 0.9em;
  }

  body h1 {
    font-size: 2em;
  }

  body h2 {
    font-size: 1.7em;
  }

  #lower-footer {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  footer,
  section {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #spotlight,
  #top,
  #teasers,
  #banner,
  #slider {
    width: 100%;
    padding: 0;
  }

  /* Logo */
  #header .logo {
    width: 100%;
    text-align: center;
  }

  #header .logo a {
    display: inline-block;
  }

  #header .logo img {
    padding-bottom: 0;
  }

  /* Header */
  #header {
    position: relative;
  }

  #header .inner {
    margin: 0;
  }

  #header .middle {
    font-size: 0.9em;
  }

  #header .login .text {
    font-size: 1em;
    line-height: 3em;
  }

  #header .register a {
    background: transparent;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #005da4;
  }

  #header .register p {
    line-height: 1.5em;
  }

  #menu {
    width: 100%;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
  }

  #menu .sf-menu>li>a {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }

  #menu .sf-menu {
    float: left;
  }

  /* Slider */
  #slider .wrap {
    font-size: 0.6em;
    bottom: 1em;
    padding: 0 2em;
    box-sizing: border-box;
  }

  #slider .flex-control-nav {
    display: none;
  }

  /* Spotlight */
  #spotlight ul {
    top: 0;
  }

  #spotlight li {
    width: 50%;
    padding: 0;
  }

  #spotlight li:nth-child(3) .item {
    background: #005da4;
  }

  #spotlight li:nth-child(4) .item {
    background: #5f798d;
  }

  /* Intro */
  #intro .inner {
    padding-top: 3em;
  }

  /* Produkte */
  #teasers.default .single h3 {
    font-size: 1.5em;
  }

  #teasers .content {
    padding-bottom: 7em;
    padding-top: 11em;
  }

  #teasers .desktop {
    display: none;
  }

  #teasers .mobile {
    display: block;
  }

  #teasers.default li a:after {
    width: 2em;
  }

  #teasers.default .single .hide {
    top: 3.5em;
  }

  /* Teasers */
  #teasers.sub .ico h3 {
    font-size: 1em;
  }

  #teasers.sub .ico:before {
    top: 0.85em;
    font-size: 2em;
  }

  /* Newsletter */
  #newsletter h3:before {
    display: none;
  }

  #newsletter .inner>.left,
  #newsletter .inner>.right {
    padding: 0;
  }

  #newsletter .inner>.right div {
    float: left;
    width: 100%;
  }

  #newsletter select,
  #newsletter input[type="text"] {
    width: 100%;
  }

  #newsletter .collapse.out {
    height: auto;
  }

  #newsletter button {
    width: 100%;
    margin: 0.25em 0;
  }

  /* Members */
  #member li {
    width: 49%;
  }

  /* Form */
  .powermail_fieldwrap,
  .tx-powermail .powermail_fieldset_1 .powermail_fieldwrap {
    width: 100%;
  }

  .tx-powermail>.container-fluid {
    left: 0;
  }

  .tx-powermail {
    float: left;
  }

  .powermail_fieldwrap .mandatory {
    right: 0;
  }

  .powermail_fieldset .powermail_fieldwrap .powermail_country,
  .powermail_fieldset .powermail_fieldwrap .powermail_select {
    width: 100%;
  }

  .powermail_fieldwrap .powermail_label {
    margin: 0;
    width: 90%;
    padding-right: 10%;
    text-align: left;
  }

  .powermail_fieldwrap_text {
    margin-left: 0;
  }

  .powermail_fieldwrap .powermail_country,
  .powermail_fieldwrap .powermail_textarea,
  .powermail_fieldwrap .powermail_input,
  .powermail_fieldwrap .powermail_select {
    padding: 0.5em;
    width: 100%;
  }

  .powermail_fieldwrap .powermail_submit {
    padding: 1em 0;
    width: 100%;
  }

  .powermail_fieldset_4 {
    width: calc(98%);
    padding-left: 1em;
    padding-right: 1em;
  }

  .powermail_fieldwrap_type_radio .powermail_field,
  .powermail_fieldwrap_type_check .powermail_field {
    width: 80%;
  }

  /* Lower + Footer */
  #lower,
  #footer {
    font-size: 0.9em;
  }

  /* Loggedin */
  #loggedin .left {
    width: 75%;
    justify-content: flex-start;
  }

  #loggedin .right {
    width: 25%;
  }

  #loggedin .user>.right {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.9em;
  }

  #loggedin .right .btn {
    width: calc(99.8%);
    text-align: left;
    margin: 0.1em;
  }

  /* Maps */
  #map_canvas {
    min-height: 15em;
  }

  /* Tabs */
  #tabs .nav {
    background: #fff;
    padding-top: 1em;
  }

  #tabs .nav li {
    padding: 0.25em !important;
  }

  /* NewsLow */
  #newslow .item .left,
  #newslow .item .right {
    width: 100%;
  }

  #newslow .item .right {
    padding: 1em 0 0 0;
  }

  #newslow .item .left {
    width: 60%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  body {
    font-size: 0.9em;
  }

  body h1 {
    font-size: 2em;
  }

  body h2 {
    font-size: 1.7em;
  }

  footer,
  section {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  #lower-footer {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #spotlight,
  #top,
  #teasers,
  #banner,
  #slider {
    width: 100%;
    padding: 0;
  }

  /* Header */
  #header {
    position: relative;
  }

  #header .inner {
    margin: 0;
  }

  #header .middle {
    font-size: 0.9em;
  }

  #header .login .text {
    font-size: 1em;
    line-height: 3em;
  }

  #header .register a {
    background: transparent;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #005da4;
  }

  #header .register p {
    line-height: 3em;
  }

  #header .bottom {
    display: flex;
  }

  #header .center {
    display: flex;
    width: 100%;
  }

  #header .logo {
    width: 20%;
  }

  #header #menu {
    width: 80%;
  }

  #menu {
    font-size: 0.9em;
    display: flex;
  }

  #menu>.sf-menu,
  #menu>.sf-menu>li {
    display: flex;
  }

  /* Slider */
  #slider .wrap {
    font-size: 0.8em;
    bottom: 3em;
    padding: 0 2em;
    box-sizing: border-box;
  }

  /* Spotlight */
  #spotlight ul {
    top: 0;
  }

  #spotlight li {
    /*width: 100%;*/
    padding: 0;
  }

  #spotlight h3 {
    font-size: 1.5em;
  }

  #spotlight .btn {
    font-size: 0.9em;
  }

  /* Intro */
  #intro .inner {
    padding-top: 3em;
  }

  /* Produkte */
  #teasers.default .single h3 {
    font-size: 1.5em;
  }

  #teasers .content {
    padding-bottom: 7em;
    padding-top: 11em;
  }

  /* Newsletter */
  #newsletter h3:before {
    display: none;
  }

  /* Teasers */
  #teasers.sub h3 {
    font-size: 1em;
  }

  /* Lower + Footer */
  #lower,
  #footer {
    font-size: 0.9em;
  }

  /* Maps */
  #map_canvas {
    min-height: 20em;
  }

  /* Tabs */
  #tabs .nav {
    background: #fff;
    padding-top: 1em;
  }
}

@media (min-width: 1201px) and (max-width: 1700px) {
  body {
    font-size: 0.9em;
  }

  /* Header */
  #header {
    position: relative;
  }

  #header .inner {
    margin: 0;
  }

  /* Spotlight */
  #spotlight ul {
    top: 0;
  }

  #spotlight li {
    /*width: 100%;*/
    padding: 0;
  }

  #spotlight h3 {
    font-size: 1.5em;
  }

  #spotlight .btn {
    font-size: 0.9em;
  }

  /* Lower */
  #breadcrumbs,
  #footer,
  #lower {
    padding: 0 2em;
    box-sizing: border-box;
  }

  /* Slider */
  #slider .wrap {
    font-size: 1em;
    bottom: 3em;
    padding: 0 2em;
    box-sizing: border-box;
  }

  body {
    font-size: 0.9em;
  }

  /* Maps */
  #map_canvas {
    min-height: 20em;
  }
}

@media (min-width: 1701px) and (max-width: 1900px) {
  #slider .flex-control-nav {
    bottom: 7em;
  }
}

#breadcrumbs li:last-child a:after {
  display: none;
}

#breadcrumbs li:last-child a {
  pointer-events: none;
  padding: 0;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox .kesearchbox .clearer {
  display: none;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox .kesearchbox input#ke_search_sword {
  border-radius: 2px;
  color: #2b2b2b;
  box-sizing: border-box;
  border: none;
  padding: 1em;
  line-height: 1em;
  width: 100%;
  height: 3em;
  position: relative;
  top: 0;
  font-weight: 500;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox span.resetbutt {
  display: none;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox .kesearchbox {
  border: 1px solid #c0c0c0;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox span.submitbutt {
  position: absolute;
  right: 0;
  top: 1px;
  cursor: pointer;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox span.submitbutt input {
  border: none;
  display: block;
  width: 3em;
  overflow: hidden;
  background: #005da4;
  height: 3em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  color: #005da4;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox span.submitbutt:after {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  text-align: center;
  line-height: 3em;
  color: #fff;
  z-index: 1;
}

body .tx-kesearch-pi1 form fieldset.kesearch_searchbox span.submitbutt input:hover {
  background: #004f8b;
}

div#kesearch_num_results {
  border-radius: 0;
  padding: 1em;
  border: none;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1em;
  font-weight: 500;
}

div#kesearch_pagebrowser_bottom .pages_total .result_txt {
  border-radius: 0;
  padding: 1em;
  border: none;
  background: #d5edf8;
  color: #205791;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1em;
  text-align: center;
  font-weight: 500;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser {
  padding-left: 0;
  margin: 1em 0;
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li {
  float: left;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li+li {
  margin-left: 0.5em;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a {
  cursor: default;
  background-color: #f9f9f9;
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  padding: 0 !important;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a.current {
  background-color: #005da4 !important;
  color: #fff !important;
  text-decoration: none;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a:hover {
  background: #00adef;
  color: #fff;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a.next:after,
div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a.prev:after {
  font-family: "fontello";
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-indent: 0;
  content: "\e807";
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a.prev:after {
  content: "\e806";
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a.next,
div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a.prev {
  text-indent: -9999px;
}

li.sf125.act>a {
  border: none !important;
}

.noResultsText.msg.msg-blue {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1em;
  border: 1px solid;
  border-radius: 0.5em;
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
  padding: 1em;
}

.cc-revoke.dp--revoke {
  text-decoration: none;
}

.cc-revoke.dp--revoke span.dp--hover {
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
}

.cc-window .cc-message .cc-link:active {
  color: #fff;
}

.cc-window .cc-message .cc-link:hover {
  text-decoration: none;
}

.accordion-wrapper {
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #d7d7d7;
  margin-bottom: 60px;
}

.accordion-wrapper .accordion-item h2.accordion-header {
  color: #000000;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding: 20px 23px 20px;
  cursor: pointer;
}

.accordion-wrapper .accordion-item h2.accordion-header::after {
  content: "";
  background: url(../Images/acc_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  transition: 0.5s all ease;
}

.accordion-wrapper .accordion-collapse .accordion-body p {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.accordion-wrapper .accordion-item:not(:last-child) {
  border-bottom: 2px solid #d7d7d7;
}

.accordion-wrapper .accordion-item .accordion-collapse {
  display: none;
  padding: 5px 23px 20px;
}

.accordion-wrapper .accordion-item.open .accordion-collapse {
  display: block;
}

.accordion-wrapper .accordion-item.open h2.accordion-header::after {
  transform: translateY(-50%) scaleY(1);
}

.slider-wrapper {
  max-width: 448px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.slider-wrapper .slick-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 20px;
  z-index: 100;
}

.slider-wrapper .slick-arrow:after {
  content: "";
  background: url(../Images/slider-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
}

.slider-wrapper button.slick-next.slick-arrow {
  left: auto;
  right: 15px;
}

.slider-wrapper .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}

.slider-wrapper ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-wrapper ul.slick-dots li button {
  border: none;
  background: rgba(255, 255, 255, 0.49);
  font-size: 0px;
  padding: 0;
  width: 41px;
  height: 3px;
}

.slider-wrapper ul.slick-dots li.slick-active button {
  background: #ffffff;
}

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

.slider-wrapper .slider-item img {
  width: 100%;
  height: auto;
}

.slider-wrapper .slider-item span.description {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 18px 0px;
}

.side.img ul.slick-slider {
  display: block;
}

.side.img ul.slick-slider .slick-arrow {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 20px;
  z-index: 100;
}

.side.img ul.slick-slider .slick-arrow:after {
  content: "";
  background: url(../Images/slider-arrow-black.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
}

.side.img ul.slick-slider button.slick-next.slick-arrow {
  left: auto;
  right: -25px;
}

.side.img ul.slick-slider .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}

.side.img ul.slick-slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: nowrap;
}

.side.img ul.slick-slider ul.slick-dots li button {
  border: none;
  background: rgb(255 255 255 / 60%);
  font-size: 0px;
  padding: 0;
  width: 41px;
  height: 3px;
}

.side.img ul.slick-slider ul.slick-dots li.slick-active button {
  background: #ffffff;
}

.side.img ul.slick-slider li a.lightbox {
  padding: 0;
}

.side.img ul.slick-slider li a.lightbox span.description {
  position: absolute;
  bottom: 7px;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  font-style: initial;
  line-height: 22px;
  color: #fff;
  background: #00000099;
  padding: 15px 0px;
}

.side.img ul.slick-slider li {
  position: relative;
}

ul.btn-icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.btn-icon-list li a.btn-icon {
  background: #e0ecf5;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #005da4;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  padding: 9px 10px;
}

ul.btn-icon-list li a.btn-icon img {
  width: 100%;
  height: auto;
  max-width: 32px;
}

ul.btn-icon-list li a.btn-icon span {
  margin-left: 13px;
}

ul.btn-icon-list li:not(:last-child) {
  margin-bottom: 10px;
}

section.content.page-product .inner article.left header h1 {
  color: #085ea4;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 2em;
}

section.content.page-product .inner article.left .ce-textpic .ce-bodytext h2 {
  color: #085ea4;
  font-weight: 400;
}

section.content.page-product .inner article.left .ce-textpic .ce-bodytext h2 {
  color: #085ea4;
  font-weight: 400;
  margin-bottom: 2rem;
}

section.content.page-product .inner .right {
  margin-top: 7rem;
}

section.sub.page-product .ui-tabs .nav ul.ui-tabs-nav {
  background: #eff6fb;
}

section.sub.page-product .ui-tabs .nav ul.ui-tabs-nav li a {
  color: #005da4;
  background: transparent;
}

section.sub.page-product .ui-tabs .nav ul.ui-tabs-nav li a {
  color: #005da4 !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 500;
  font-size: 13px !important;
  padding: 10px 15px !important;
}

section.sub.page-product .ui-tabs .nav ul.ui-tabs-nav li.ui-state-active a {
  background: #00adef !important;
  color: #fff !important;
  font-weight: 600 !important;
}

section.sub.page-product .ui-tabs .nav ul.ui-tabs-nav li {
  padding: 0 !important;
}

section.sub.page-product .ui-tabs .nav ul.ui-tabs-nav li.ui-state-active a:after {
  content: "";
  background: url(../Images/Polygon_tab.svg);
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 16px;
  height: 10px;
  transform: translateX(-50%) !important;
}

section.sub.page-product .ui-tabs .ui-tabs-panel .left h3 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

section.sub.page-product .ui-tabs .ui-tabs-panel .left p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

section.sub.page-product .ui-tabs .ui-tabs-panel .left ol {
  margin: 0;
  padding: 0;
}

section.sub.page-product .ui-tabs .ui-tabs-panel .left ol li {
  color: #000;
  padding-left: 32px;
  font-size: 14px;
}

section.sub.page-product .ui-tabs .ui-tabs-panel .left ol li:before {
  content: "" !important;
  background: url(../Images/ticksquare.svg);
  height: 20px;
  width: 20px;
  position: absolute !important;
  left: 0px !important;
  top: 2px;
  border-radius: 0px;
}

section.sub.page-product .ui-tabs .ui-tabs-panel .left ol li:not(:last-child) {
  margin-bottom: 10px;
}

section.content.page-product .wrap.normal .content .left h2 {
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.content.page-product .wrap.normal .content .left .ce-textpic .ce-bodytext p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

section#usp .wrap.normal h3 {
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

section#usp .wrap.normal ol {
  margin: 0;
  padding: 0;
}

section#usp .wrap.normal ol li {
  color: #000;
  padding-left: 32px;
  font-size: 14px;
}

section#usp .wrap.normal ol li:before {
  content: "" !important;
  background: url(../Images/ticksquare.svg);
  height: 20px;
  width: 20px;
  position: absolute !important;
  left: 0px !important;
  top: 2px;
  border-radius: 0px;
}

section#usp .wrap.normal ol li:not(:last-child) {
  margin-bottom: 10px;
}

section#usp .wrap.normal .inner {
  padding: 66px 0px;
}

section#usp .wrap.normal .col.right {
  margin-top: 0px;
}

section#usp .wrap.normal .col {
  padding: 0px;
}

header#header #menu .sf-menu>li>a span {
  display: block;
  font-size: 0.75em;
  color: #4a4a4a;
  margin-top: 5px;
  font-weight: 300;
}

header#header #menu .sf-menu>li>a {
  color: #085ea4;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.card-wrapper .row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.card-wrapper .row .col-6 {
  flex: 0 0 auto;
  width: 370px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.card-product .card-body .title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 10px;
}

.card-product .card-body {
  background: #f9f9f9;
  padding: 25px 27px 20px;
}

.card-product .card-body a.read-more,
.card-product .card-body a.show-less {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 600;
  color: rgba(0, 93, 164, 1);
  display: block;
  margin-top: 15px;
}

.card-product .card-body p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

.card-product .card-body p:first-child {
  margin-top: 1rem;
}

.card-product.card-horizontal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.card-product.card-horizontal .card-img {
  flex: 0 0 auto;
  width: 370px;
}

.card-product.card-horizontal:not(:last-child) {
  margin-bottom: 52px;
}

.card-product.card-horizontal .card-body {
  flex: 0 0 auto;
  width: 316px;
  height: 100%;
}

.card-product.card-horizontal.right-img {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.card-product .card-body .card-body-content {
  height: 124px;
  overflow: hidden;
}

#header .top a.log:before {
  content: "";
  background: url(../Images/login_user.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#header .top a.log {
  padding-left: 50px;
  margin-left: 15px;
}

section.content.page-product .inner article.left .ce-textpic .ce-bodytext p {
  font-size: 14px;
  line-height: 22px;
}

.Digital-production-section *,
.Digital-production-section *::before,
.Digital-production-section *::after {
  box-sizing: border-box;
}

.Digital-production-section {
  float: left;
  width: 100%;
}

.Digital-production-section .container {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.Digital-production-section .row {
  --prd-gutter-x: 22px;
  --prd-gutter-y: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--prd-gutter-y) * -1);
  margin-right: calc(var(--prd-gutter-x) * -.5);
  margin-left: calc(var(--prd-gutter-x) * -.5);
}

.Digital-production-section .row .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--prd-gutter-x) * .5);
  padding-left: calc(var(--prd-gutter-x) * .5);
  margin-top: var(--prd-gutter-y);
}

.Digital-production-section .card.card-overlay {
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.Digital-production-section .card.card-overlay .card-img img {
  width: 100%;
  height: auto;
}

.Digital-production-section .card.card-overlay .card-body {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFFB2;
  height: 100%;
  width: auto;
  transform: translateY(calc(100% - 73px));
  transition: .5s all;
  padding: 0px 30px;
  margin-top: 0;
  width: 100%;
}

.Digital-production-section .card.card-overlay .card-body .card-icon-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Digital-production-section .card.card-overlay .card-body h3,
.Digital-production-section .card.card-overlay .card-body .h3,
.Digital-production-section .card.card-overlay .card-body h4,
.Digital-production-section .card.card-overlay .card-body .h4 {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 21px 0px;
  text-transform: initial;
}

.Digital-production-section .card.card-overlay .card-body p {
  color: #000000;
  margin-top: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.Digital-production-section .card.card-overlay .card-body p strong {
  font-weight: 400;
}

.Digital-production-section .card.card-overlay:hover .card-body .card-content {
  max-height: 46%;
  overflow: auto;
  margin-bottom: 20px;
}

.Digital-production-section {
  margin-bottom: 22px;
}

.Digital-production-section .card.card-overlay .card-body .btn.btn-primary {
  font-weight: bold !important;
  border: none;
  color: #000000;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}

.Digital-production-section .card.card-overlay .card-body .btn.btn-primary:hover {
  background: transparent;
}

.Digital-production-section .card.card-overlay:hover .card-body {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #ffffffe6;
}

.Digital-production-section .card.card-overlay:hover .card-body h3 {
  margin: 0px 0px 24px;
}

section.content.page-product.page-product-inner header h1 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

section.content.page-product.page-product-inner h2 {
  font-size: 18px;
  line-height: 26px;
  color: #085EA4;
  font-weight: 400;
  margin-bottom: 20px;
}

section.content.page-product.page-product-inner .inner {
  max-width: 746px;
  padding: 4em 0px;
}

section.content.page-product.page-product-inner .wrap.normal {
  max-width: 914px;
}

section.content.page-product.page-product-inner p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1099px) {
  .Digital-production-section .card.card-overlay .card-body p {
    max-height: 130px;
  }
}

@media (max-width: 991px) {

  .Digital-production-section .card.card-overlay .card-body h3,
  .Digital-production-section .card.card-overlay .card-body .h3,
  .Digital-production-section .card.card-overlay .card-body h4,
  .Digital-production-section .card.card-overlay .card-body .h4 {
    margin: 14px 0px;
  }

  .Digital-production-section .card.card-overlay .card-body {
    transform: translateY(calc(100% - 58px));
    padding: 0px 25px;
  }

  .Digital-production-section .row {
    --prd-gutter-x: 15px;
    --prd-gutter-y: 15px;
  }

  .Digital-production-section .card.card-overlay:hover .card-body h3 {
    margin: 0px 0px 10px;
  }
}

@media (max-width: 767px) {
  .Digital-production-section .row .col-md-6 {
    width: 100%;
  }

  .Digital-production-section .row {
    --prd-gutter-x: 0px;
    --prd-gutter-y: 10px;
  }

  .Digital-production-section .card.card-overlay .card-body h3,
  .Digital-production-section .card.card-overlay .card-body .h3,
  .Digital-production-section .card.card-overlay .card-body h4,
  .Digital-production-section .card.card-overlay .card-body .h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0px;
  }

  .Digital-production-section .card.card-overlay .card-body {
    transform: translateY(calc(100% - 48px));
    padding: 0px 14px;
  }

  section.content.page-product.page-product-inner .wrap.normal {
    max-width: 100%;
  }

  section.content.page-product.page-product-inner .inner {
    max-width: 100%;
    padding: 3em 0px;
  }

  .Digital-production-section .card.card-overlay:hover .card-body a.btn.left.blue.dark.more {
    padding: 0.8em 1.6em 0.8em 2.5em;
  }
}

#lower-footer {
  background: #00345D;
}

#lower-footer .center {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#lower-footer .center p {
  width: auto;
}

#lower-footer .center img {
  width: 68px;
  padding-bottom: 7px;
}

#lower-footer .center a {
  color: #fff;
}

.sf6 span {
  font-size: 0.8em !important;
  font-weight: bold !important;
}


div#cookieconsent\:window div#cookieconsent\:body .powered-by {
  display: none;
}

div#cookieconsent\:window div#cookieconsent\:body .cc-compliance.cc-highlight button.cc-btn.cc-allow-all {
  background-color: rgb(41, 171, 227);
  color: rgb(255, 255, 255);
}

section#member .wrap.normal section.content ul li {
  padding-bottom: 6px;
}

section#member .wrap.normal section.content ul {
  display: flex;
  gap: 4px;
  margin-bottom: 7px;
}

#breadcrumbs ul li {
  margin-right: 3px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field {
  float: none;
  width: 100%;
  padding: 0px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .form-check.powermail_checkwrap {
  display: block;
  width: 47%;
  float: left;
  padding: 1em 0;
}

.news article.list.news-item .text span[itemprop="description"] {
  margin: 5px 0px 14px;
  display: inline-block;
}

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

section.content .news.news-single .article>.right {
  float: right;
  width: 30%;
}

section.content .news.news-single .article>.right .news-img-wrap {
  float: left;
  width: 100%;
  margin: 0px 0 0 0px;
}

section.content .news.news-single .article>.right .news-img-wrap a {
  padding: 0px;
  border: none;
}


section.content #kesearch_results .result-list-item .result-number,
section.content #kesearch_results .result-list-item .result-title {
  font-size: 1em;
}

section.content #kesearch_results .result-list-item.result-list-item-type-page {
  margin: 0em 0 0em;
}

section.content #kesearch_results .result-list-item .result-teaser {
  color: #4a4a4a;
}

section.content #kesearch_pagebrowser_top .pages_total,
section.content #kesearch_pagebrowser_bottom .pages_total {
  padding: 0em 0;
  margin-bottom: 0em;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}

body section#member .wrap.normal section.content ul {
  display: block;
  gap: 0px;
  margin-bottom: 0px;
}

body section#member .wrap.normal section.content ul li {
  padding-bottom: 0.5em;
}

section#member .wrap.normal .inner section.content {
  width: 100%;
  padding: 0;
}

section.sub.page-product div#tabs .panel.ui-tabs-panel.ui-corner-bottom.ui-widget-content .wrap.normal .right .side.img {
  padding: 0.5em 0;
}

.accordion-wrapper .accordion-item h2.accordion-header .accordion-button {
  padding-right: 35px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .Digital-production-section .container {
    margin: 0 -2.5%;
  }
}

@media (max-width: 1023px) {
  .Digital-production-section .container {
    margin: 0 -5.5%;
  }
}

@media (max-width: 420px) {
  body.dp--cookie-consent .cc-type-opt-in.cc-window {
    max-width: calc(100% - 2rem);
    left: 1rem;
  }
}

.page-item.disabled a {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li.page-item.active span.page-link {
  background-color: #005da4 !important;
  color: #fff !important;
  border-color: #005da4 !important;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a {
  color: #005da4 !important;
}

div#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li a:hover {
  color: #fff !important;
  border: 1px solid #e7eaea;
}

.news.news-single .article .teaser-text {
  margin: 0 0 10px 0;
  font-size: 1em;
  color: #4a4a4a;
}

.news article.list.news-item .text span[itemprop="description"] {
  margin: 0.43em 0px 1em 0px;
  display: inline-block;
}

.news.news-single .news-related-wrap .news-related.news-related-files ul {
  padding-left: 18px;
}

.news.news-single .news-related-wrap .news-related.news-related-files ul li span.news-related-files-link {
  word-break: break-word;
  line-height: 20px;
  margin-bottom: 5px;
}

.login-form .link-login a {
  margin-top: 20px;
}

.VuePagination .pagination>.active>a,
.VuePagination .pagination>.active>a:focus,
.VuePagination .pagination>.active>a:hover,
.VuePagination .pagination>.active>span,
.VuePagination .pagination>.active>span:focus,
.VuePagination .pagination>.active>span:hover {
  z-index: 3;
  cursor: default;
  color: #fff;
  background-color: #005da4;
  border-color: #005da4;
}

@media (max-width: 767px) {
  .login-form {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .side.img ul.slick-slider button.slick-next.slick-arrow {
    right: -15px;
  }

  .side.img ul.slick-slider .slick-arrow {
    left: -15px;
  }

  section.content .news.news-single .article>article.left {
    width: 100%;
  }

  section.content .news.news-single .article>.right {
    float: right;
    width: 100%;
    margin-top: 40px;
  }

  section.content .news.news-single .article>.right .news-img-wrap {
    margin-bottom: 20px;
  }

  .Digital-production-section .card.card-overlay:hover .card-body {
    padding-bottom: 10px;
  }
}