.msg {
  float: left;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  margin-top: 1em;
}
.msg.no-padding {
  padding: 0 1em;
}
.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;
}
.centerIcon {
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-indent: 0;
  font-family: "fontello";
}
body h1 {
  color: #006eb8;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
body h2 {
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
}
body h3 {
  color: #3f3e3e;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  padding: 0;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
}
a {
  color: #e5007d;
}
a:hover {
  color: #b60063;
  text-decoration: none;
}
body,
html {
  height: 100%;
  margin: 0;
}
body {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1em;
}
p,
pre {
  width: 100%;
  display: block;
}
section,
footer {
  float: left;
  width: 100%;
}
header {
  width: 100%;
}
b,
strong {
  font-weight: 700;
}
img {
  border: none;
  max-width: 100%;
  display: block;
}
section {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
video {
  width: 100%;
  height: auto;
  display: block !important;
}
html.touch * {
  text-rendering: optimizeSpeed;
}
#mainContainer {
  width: 100%;
  float: left;
}
#mainContainer .wrapper {
  margin: 0 auto;
  width: 100%;
  float: left;
}
footer > [class*="wide"],
header [class*="wide"],
section > [class*="wide"],
section > div > [class*="wide"] {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
footer > [class*="middle"],
header [class*="middle"],
section > [class*="middle"],
section > div > [class*="middle"] {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
footer > [class*="normal"],
header > [class*="normal"],
section > [class*="normal"],
section > div > [class*="normal"] {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
header > [class*="small"],
section > [class*="small"],
section > div > [class*="small"] {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
[class*="bgd"] {
  background: #e5007d;
  color: #fff;
}
[class*="bgd"] h2:not(.cs) {
  color: #fff;
}
[class*="bgd"] h3:not(.cs) {
  color: #fff;
}
[class*="bgd"] a {
  color: #fff;
}
[class*="bgd"] .btn.more {
  background: #fff;
  color: #e5007d;
}
[class*="bgd"] .btn.more:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.bg-image {
  position: relative;
}
.frame-background-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ce-headline-center,
.text-center,
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
[class*="pt3"] {
  padding-top: 3em;
}
[class*="pb3"] {
  padding-bottom: 3em;
}
/* Buttons */
a.btn {
  color: #555;
  text-shadow: 0px 1px 0px #efefef;
  background: #ccc;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  box-sizing: border-box;
  font-size: 1em;
  max-width: calc(100% - 45px);
}
a.btn:hover {
  background: #efefef;
}
a.btn:hover:after {
  color: #fff;
  background: #e5007d;
  right: -50px;
}
a.btn:after {
  font-family: "fontello";
  position: absolute;
  right: -45px;
  top: 0px;
  line-height: 45px;
  width: 45px;
  height: 100%;
  opacity: 1;
  color: #e5007d;
  background: #efefef;
  font-size: 1em;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
a.btn.light {
  background: #efefef;
}
a.btn.light:hover {
  background: #ccc;
}
a.btn.pink {
  background: #e5007d;
  color: #fff;
  text-shadow: 0px 1px 0px #750040;
}
a.btn.pink:hover {
  background: #e5007d;
}
a.btn.pink:hover:after {
  background: #555;
}
a.btn.up:after {
  content: "\e803";
}
a.btn.more:after {
  content: "\e803";
}
a.btn.down:after {
  content: "\e803";
}
a.btn.left:after {
  content: "\e803";
}
a.btn.chat:after {
  content: "\e806";
}
a.btn.contact:after {
  content: "\e806";
}
.btn.dark {
  background: #787878;
  color: #fff;
  text-shadow: none;
}
.btn.dark:after {
  background: #ccc;
}
.btn.dark:hover {
  background: #efefef;
  color: #555;
}
.btn.dark:hover:after {
  background: #006eb8;
}
#content .btn:after {
  width: 40px;
  right: -40px;
  line-height: 40px;
}
#content .chat.online {
  display: none;
}
/* Server Notice */
#server_notice {
  background: #e5007d;
  color: #fff;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#server_notice span,
#server_notice a {
  color: #fff;
}
/* Header */
#header {
  width: 100%;
  background: #fff;
  border-top: 15px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#header .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#header .inner {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header .logo {
  margin-top: 30px;
  padding-bottom: 30px;
  float: left;
  width: 20%;
  max-width: 160px;
}
#header .logo a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #e5007d;
  height: 2.5em;
}
#header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header .logo .static {
  width: 100%;
  float: left;
}
#header .arrow {
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#header .arrow:after {
  content: "\e815";
  font-family: "fontello";
  position: absolute;
  top: 12px;
  font-size: 30px;
  transition: all 0.3s ease-in-out 0s;
}
#header .static {
  display: none;
}
#header .arrow.one:after {
  right: 17px;
  opacity: 1;
}
#header .arrow.two:after {
  right: 0px;
  opacity: 1;
}
#header .arrow.three:after {
  right: 17px;
  opacity: 0;
}
#header .logo a:hover .one:after {
  right: 17px;
  opacity: 0.5;
}
#header .logo a:hover .two:after {
  right: 17px;
}
#header .logo a:hover .three:after {
  right: 17px;
  opacity: 0.2;
}
#header .logo a.go:hover .one:after {
  right: -4px;
  opacity: 0.5;
  transition: all 0.1s ease-in-out 0s;
}
#header .logo a.go:hover .two:after {
  right: -23px;
  transition: all 0.1s ease-in-out 0s;
}
#header .logo a.go:hover .three:after {
  right: 15px;
  opacity: 0.2;
  transition: all 0.1s ease-in-out 0s;
}
#header .logo a.go.rubber:hover .one:after {
  right: 0px;
  opacity: 0.5;
  transition: all 0.1s ease-in-out 0s;
}
#header .logo a.go.rubber:hover .two:after {
  right: -17px;
  transition: all 0.1s ease-in-out 0s;
}
#header .logo a.go.rubber:hover .three:after {
  right: 17px;
  opacity: 0.2;
  transition: all 0.1s ease-in-out 0s;
}
#header .logo .static {
  float: left;
  width: 100%;
  text-align: center;
}
#header .logo .static a {
  display: block;
  width: 100%;
}
/* Menu */
#header nav {
  float: right;
  width: 80%;
  transition: all 0.1s ease-in-out 0s;
  font-family: "Roboto";
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .menu .sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: auto;
}
#header .menu .sf-menu li {
  background: transparent;
}
#header .menu .sf-menu > li {
  margin: 0 2px;
  display: inline-block;
  float: left;
}
#header .menu .sf-menu > li > a {
  display: inline-block;
  color: #525e63;
  text-decoration: none;
  padding: 10px 10px;
  font-size: 1em;
  margin-right: 5px;
  transition: all 0.1s ease-in-out 0s;
  border: none;
  text-transform: uppercase;
}
#header .menu .sf-menu ul > li {
  background: transparent;
  border: none;
}
#header .menu .sf-menu li > a:hover {
  background: #efefef;
}
#header .menu .sf-menu ul {
  background: transparent;
  box-shadow: none;
  border: none;
  min-width: 16em;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#page1 #header .menu .sf-menu .sf2 > a:hover,
#page1 #header .menu .sf-menu .sf2 > a,
#header .menu .sf-menu > li.act > a {
  color: #006eb8;
  background: #fff;
}
#page1 #header .menu .sf-menu .sf2 a:hover,
#header .menu .sf-menu > li.act > a:hover {
  color: #006eb8;
  background: #efefef;
}
#page1 #header .menu .sf-menu .sf2 a:after,
#header .menu .sf-menu > li.act > a:after {
  content: ".";
  color: #e5007d;
  font-weight: 700;
}
#header .menu .sf-menu > li > ul.sub {
  padding-top: 2em;
  text-shadow: 0px -1px 0px #ffffff;
}
#header .menu .sf-menu ul.sub li > a {
  background: #efefef;
  border: none;
  color: #525e63;
  position: relative;
  font-size: 0.9em;
  padding: 12px;
  transition: all 0.1s ease-in-out 0s;
}
#header .menu .sf-menu ul.sub li > a:hover {
  background: #ccc;
  text-shadow: none;
}
#header .menu .sf-menu ul.sub li > a.sf-with-ul:after {
  display: block;
  content: "\e803";
  font-family: "fontello";
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  color: #e83181;
  background: #efefef;
  transition: all 0.1s ease-in-out 0s;
}
#header .menu .sf-menu ul.sub li.sfHover > a.sf-with-ul:after,
#header .menu .sf-menu ul.sub li > a.sf-with-ul:hover:after {
  background: #e83181;
  color: #fff;
}
#header .menu .sf-menu > li:last-child > ul {
  left: auto;
  right: 0;
}
#header .menu .sf-menu > li.sf29 > a {
  color: #e53481;
}
/* Hero */
#hero {
  float: left;
  width: 100%;
  background: #fff;
  font-family: "Roboto";
  min-height: 60px;
}
#hero img {
  display: block;
  width: 100%;
  height: auto;
}
#hero .background {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
}
#hero .overlay {
  position: absolute;
  right: 0;
  top: 150px;
  text-shadow: 0px 1px 0px #fff;
}
#hero b {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em;
}
#hero .text {
  line-height: 2em;
}
#hero .background.sm {
  max-width: 100%;
}
#hero .middleText {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5%;
  top: auto;
}
#hero .flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
#hero .flexslider img {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
  transition-duration: 5s;
}
#hero .flexslider .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 3em 5%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-2em);
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}
#hero .flexslider .center .btn {
  white-space: nowrap;
  max-width: none;
}
#hero .flexslider .center .btn.more {
  margin-right: 4em;
}
#hero .flexslider .flex-control-nav {
  bottom: 0;
  z-index: 10;
  height: 1em;
  padding-bottom: 1em;
}
#hero .flex-active-slide .wrap {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
#hero .flex-active-slide img {
  transform: scale(1);
}
#hero .slide-item--padding,
.fancy-slider .slide-item--padding {
  padding: 0 5em;
  box-sizing: border-box;
}
#hero .flex-control-paging li,
.fancy-slider .flex-control-paging li {
  margin: 0 0.25em;
}
#hero .flex-control-paging li a,
.fancy-slider .flex-control-paging li a {
  background: rgba(229, 0, 125, 0.25);
  border: 0.2em solid #fff;
  width: 1em;
  height: 1em;
  transition: all 0.2s ease-in-out 0s;
}
#hero .flex-control-paging li a:hover,
.fancy-slider .flex-control-paging li a:hover {
  background: #fff;
}
#hero .flex-control-paging li a.flex-active,
.fancy-slider .flex-control-paging li a.flex-active {
  background: #e5007d;
}
#hero .flex-direction-nav,
.fancy-slider .flex-direction-nav {
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  margin: auto;
}
#hero .flex-direction-nav li,
.fancy-slider .flex-direction-nav li {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
#hero .flex-direction-nav a,
.fancy-slider .flex-direction-nav a {
  position: absolute;
}
#hero .flex-direction-nav .flex-prev,
.fancy-slider .flex-direction-nav .flex-prev,
#hero .flex-direction-nav .flex-next,
.fancy-slider .flex-direction-nav .flex-next {
  height: 2em;
  width: 2em;
  background: #fff;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  text-align: left;
  color: #e5007d;
  font-size: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
#hero .flex-direction-nav .flex-prev:after,
.fancy-slider .flex-direction-nav .flex-prev:after,
#hero .flex-direction-nav .flex-next:after,
.fancy-slider .flex-direction-nav .flex-next:after {
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-indent: 0;
  font-family: "fontello";
}
#hero .flex-direction-nav .flex-prev,
.fancy-slider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}
#hero .flex-direction-nav .flex-prev:after,
.fancy-slider .flex-direction-nav .flex-prev:after {
  content: "\e815";
  transform: rotateY(180deg);
}
#hero .flex-direction-nav .flex-next,
.fancy-slider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}
#hero .flex-direction-nav .flex-next:after,
.fancy-slider .flex-direction-nav .flex-next:after {
  content: "\e815";
}
#hero .center {
  font-size: 1.5em;
  line-height: 1.5em;
}
#hero .center .btn {
  padding: 0.75em 1em;
  line-height: 1em;
}
#hero .center .btn:after {
  line-height: 2.5em;
  width: 2.5em;
  margin-right: -2.5em;
  margin-right: -0.5em;
}
#hero .center .btn:hover:after {
  margin-right: -0.75em;
}
.flx {
  display: flex;
  flex-wrap: wrap;
}
.flx-jc {
  justify-content: center;
}
.flx-jfe {
  justify-content: flex-end;
}
.flx-jsb {
  justify-content: space-between;
}
.flx-afs {
  align-items: flex-start;
}
.flx-ac {
  align-items: center;
}
.flx-afe {
  align-items: flex-end;
}
.flx-rr {
  flex-direction: row-reverse;
}
/* Tools */
#tools {
  float: left;
  width: 100%;
  background: #d8d8d8;
  position: relative;
  border-bottom: 1px solid #efefef;
}
#tools .breadcrumbs {
  float: left;
  width: 70%;
}
#tools .right {
  float: left;
  width: 30%;
  background: #d8d8d8;
  background: -moz-linear-gradient(left, #d8d8d8 0%, #ffffff 51%, #d8d8d8 100%);
  background: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 51%, #d8d8d8 100%);
  background: linear-gradient(to right, #d8d8d8 0%, #ffffff 51%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#d8d8d8', GradientType=1);
}
#tools .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#tools .inner {
  float: left;
  width: 100%;
  display: flex;
}
/* Breadcrumbs */
#breadcrumbs {
  float: left;
  width: 100%;
  padding: 11px 0;
  font-size: 0.9em;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0px 1px 0px #efefef;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs li {
  float: left;
  padding-right: 10px;
}
#breadcrumbs li.first:after {
  display: none;
}
#breadcrumbs li:after {
  content: "\e803";
  font-family: "fontello";
  padding: 0 0 0 10px;
  color: #e60680;
  text-shadow: 0px 1px 0px #ffdef0;
}
#breadcrumbs li:last-child:after {
  display: none;
}
#breadcrumbs a {
  text-shadow: 0px 1px 0px #ffdef0;
  text-decoration: none;
}
/* Language */
.language {
  float: right;
}
.language .sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: auto;
  width: 80px;
}
.language .sf-menu li {
  background: transparent;
  border: none;
}
.language .sf-menu > li > a {
  background: transparent;
}
.language .sf-menu > li a {
  transition: all 0.2s ease-in-out 0s;
}
.language .sf-menu > li > a:after {
  content: "\e801";
  font-family: "fontello";
  display: inline-block;
  margin-left: 10px;
  color: #e5007d;
  text-shadow: 0 1px 0 #ffdef0;
}
.language .sf-menu ul {
  box-shadow: none;
  background: #efefef;
  min-width: auto;
  max-width: none;
  width: 68px;
}
.language .sf-menu ul li > a {
  width: 45px;
}
.language .sf-menu ul > li > span,
.language .sf-menu a {
  background: #efefef;
  border: none;
  display: block;
  float: left;
  padding: 11px;
}
.language .sf-menu a:hover {
  background: #ccc;
}
.language .sf-menu a span {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  float: left;
  background: #c10b26;
  border: 1px solid #efefef;
}
.language .sf-menu ul > li > span,
.language .sf-menu ul li > a span {
  margin-left: 11px;
}
.language .sf-menu ul li > a span span {
  margin: 0px;
}
.language .sf-menu ul li > span span {
  opacity: 0.5;
}
.language .sf-menu ul li > span span,
.language .sf-menu ul li > a span {
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  width: 20px;
  text-indent: -9999px;
}
.language .sf-menu .de span {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-de@2x.png");
  background-size: 20px 20px;
}
.language .sf-menu .gb span,
.language .sf-menu .en span {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-en@2x.png");
  background-size: 20px 20px;
}
.language .sf-menu .fr span {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-fr@2x.png");
  background-size: 20px 20px;
}
.language .sf-menu .es span {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-es@2x.png");
  background-size: 20px 20px;
}
/* Search */
#search {
  float: right;
  position: relative;
}
#search .toggle {
  text-indent: -9999px;
  text-decoration: none;
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: #555;
  outline: none;
  text-shadow: 0px 1px 0px #efefef;
}
#search .toggle:hover {
  background: #ccc;
}
#search .toggle:after {
  font-family: "fontello";
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  text-indent: 0;
  content: "\e80e";
  position: absolute;
  left: 0;
  top: 0;
}
#search .toggle.open {
  background: #e5007d;
  text-shadow: none;
}
#search .toggle.open:after {
  content: "\e805";
  color: #fff;
}
/* SearchWrapper */
#searchWrapper {
  background: #efefef;
  position: absolute;
  right: 20px;
  top: 44px;
  width: 0px;
  height: 0px;
  border-right: 1px solid #e5007d;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
#searchWrapper .opacity {
  opacity: 0;
  transition: all 0.2s ease-in-out 0.2s;
}
#searchWrapper.go {
  height: 50px;
}
#searchWrapper.act {
  width: 250px;
}
#searchWrapper.act .opacity {
  opacity: 1;
}
#searchWrapper input[type="text"] {
  border: none;
  background: transparent;
  padding: 13px;
  width: 150px;
}
#searchWrapper button {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
  transition: all 0.2s ease-in-out 0s;
}
#searchWrapper button:after {
  content: "\e80e";
  font-family: "fontello";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
#searchWrapper button:hover:after {
  color: #e5007d;
}
/* Intro */
#intro {
  float: left;
  width: 100%;
  padding: 6em 0;
  text-align: center;
}
#intro h1 {
  margin: 0;
}
#intro .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#intro .inner {
  float: left;
  width: 100%;
  line-height: 1.5em;
}
#intro .btn {
  position: relative;
  right: 22px;
}
/* Teasers */
#teasers {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #ebf0f9;
  background: -moz-linear-gradient(left, #ebf0f9 0%, #ffffff 50%, #eff0f2 100%);
  background: -webkit-linear-gradient(left, #ebf0f9 0%, #ffffff 50%, #eff0f2 100%);
  background: linear-gradient(to right, #ebf0f9 0%, #ffffff 50%, #eff0f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf0f9', endColorstr='#eff0f2', GradientType=1);
}
#teasers .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#teasers .inner {
  float: left;
  width: 100%;
}
#teasers .shade {
  float: left;
  width: 100%;
  min-height: 300px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(206, 216, 223, 0) 50%, rgba(226, 232, 236, 0.5) 70%, rgba(245, 247, 249, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(206, 216, 223, 0) 50%, rgba(226, 232, 236, 0.5) 70%, rgba(245, 247, 249, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(206, 216, 223, 0) 50%, rgba(226, 232, 236, 0.5) 70%, rgba(245, 247, 249, 0) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
#teasers ul {
  margin: 0;
  padding: 2em 0;
  list-style: none;
  float: left;
  width: 100%;
}
#teasers li {
  float: left;
  width: 12%;
}
#teasers img {
  display: block;
  width: 100%;
  height: auto;
}
#teasers a {
  display: block;
  float: left;
  width: 80%;
  padding: 0 10%;
  text-align: center;
  text-decoration: none;
}
#teasers .btn {
  padding: 10px 15px;
  background: #ccc;
  box-sizing: border-box;
  float: left;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out 0s;
}
#teasers a:hover .btn {
  background: #efefef;
  color: #555;
}
#teasers .btn.blue {
  background: #006eb8;
}
#teasers a:hover .btn.blue {
  color: #006eb8;
}
#teasers .btn.pink {
  background: #e5007d;
}
#teasers a:hover .btn.pink {
  color: #e5007d;
}
#teasers .btn.purple {
  background: #4d345a;
}
#teasers a:hover .btn.purple {
  color: #4d345a;
}
#teasers .btn.black {
  background: #000;
}
#teasers a:hover .btn.black {
  color: #000;
}
#teasers .btn.stone {
  background: #859ab0;
}
#teasers a:hover .btn.stone {
  color: #859ab0;
}
#teasers .btn.darkblue {
  background: #1a5393;
}
#teasers a:hover .btn.darkblue {
  color: #1a5393;
}
#teasers .btn.black {
  background: #3d3d3c;
}
#teasers a:hover .btn.black {
  color: #3d3d3c;
}
#teasers .btn.green {
  background: #00aa7b;
}
#teasers a:hover .btn.green {
  color: #048e68;
}
#teasers .btn.plum {
  background: #786ead;
}
#teasers a.hover .btn.plum {
  color: #048e68;
}
#teasers .btn.lightblue {
  background: #2ca1db;
}
#teasers a.hover .btn.lightblue {
  color: #048e68;
}
/* Segments */
#segments {
  float: left;
  width: 100%;
}
#segments .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#segments .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#segments ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#segments li {
  float: left;
  width: 16.6666666%;
  height: 100%;
  transition: all 0.1s ease-in-out 0s;
}
#segments a {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #e3037f;
  text-align: center;
  text-shadow: 0px 1px 0px #fff;
}
#segments img {
  display: block;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  max-width: none;
  transition: all 0.1s ease-in-out 0s;
}
#segments a:hover img {
  filter: grayscale(0%);
}
#segments.hasAct li {
  width: 15.6%;
}
#segments li.act {
  width: 22%;
}
#segments .panels {
  margin: 0 auto;
  max-width: 2045px;
  width: 100%;
}
#segments .image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#segments .slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.1s ease-in-out 0s;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
}
#segments .icon {
  width: 100%;
  height: 4.5em;
  padding: 0 0 1em 0;
}
#segments .icon img {
  width: auto;
  height: 100%;
  display: inline-block;
}
#segments .act .slider {
  opacity: 1;
}
#segments .energie .icon:before {
  font-family: "fontello";
  content: "\e81c";
  font-size: 5em;
}
#segments .automatisierung .icon:before {
  font-family: "fontello";
  content: "\e811";
  font-size: 5em;
}
#segments .explosion .icon:before {
  font-family: "fontello";
  content: "\e817";
  font-size: 5em;
}
#segments .sicherheit .icon:before {
  font-family: "fontello";
  content: "\e819";
  font-size: 5em;
}
#segments .gebaude .icon:before {
  font-family: "fontello";
  content: "\e81a";
  font-size: 5em;
}
#segments .informationstechnik .icon:before {
  font-family: "fontello";
  content: "\e81b";
  font-size: 5em;
}
/* News */
#news {
  float: left;
  width: 100%;
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
}
#news h3 {
  padding-bottom: 1em;
}
.block .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.block .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
.block .row {
  float: left;
  width: 100%;
  margin-top: 2em;
  display: flex;
}
.block .item {
  float: left;
  width: 30%;
  font-size: 0.9em;
  display: flex;
}
.block .item:nth-child(2) {
  margin: 0 5%;
}
.block .item > .wrap {
  width: 100%;
  margin: 0 auto;
}
.block .btn:after {
  line-height: 43px;
}
#news .item .float .wrap {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}
#news .item .text {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 60px;
  background: #fff;
}
#news .item .date {
  color: #c4c4c4;
  padding-bottom: 10px;
}
#news .item .float .wrap a.more {
  width: 100%;
  width: calc(100% - 45px);
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .item .float {
  float: left;
  width: 100%;
}
#news .item .float .btn {
  float: left;
  width: calc(100% - 45px);
  margin-top: 10px;
  background: #787878;
  color: #fff;
  text-shadow: none;
}
#news .item .float .btn:after {
  background: #ccc;
}
#news .item .float .btn:hover {
  background: #efefef;
  color: #555;
}
#news .item .float .btn:hover:after {
  background: #006eb8;
}
#news .item .float .image {
  float: left;
  width: 100%;
}
#news .item .float img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
#news .item .title > span {
  display: block;
  min-height: 58px;
}
#news .event {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
#news .event:nth-child(odd) {
  background: #f5f5f5;
}
#news .event .date {
  float: left;
  width: 30%;
  min-width: 80px;
  padding: 0;
  color: #acacac;
}
#news .event .name {
  float: left;
  width: 70%;
}
#news .event .info {
  color: #acacac;
  font-style: italic;
}
#news .event .info p {
  margin: 0;
  padding: 0;
}
.page-navigation {
  float: left;
  width: 100%;
  padding: 1em 0;
}
.page-navigation li {
  display: inline-block;
  float: left;
  margin-right: 0.2em;
}
.page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-navigation ul span,
.page-navigation ul a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #efefef;
  transition: all 0.2s ease-in-out 0s;
}
.page-navigation ul a:hover {
  background: #d8d8d8;
  color: #fff;
}
.page-navigation ul .previous a,
.page-navigation ul .next a {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.page-navigation ul .previous a:before,
.page-navigation ul .next a:before {
  text-indent: 0;
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  font-size: 1em;
}
.page-navigation ul .previous a:before {
  content: "\e802";
}
.page-navigation .current span {
  color: #fff;
  background: #e5007d;
}
/* Contact */
#contact {
  float: left;
  width: 100%;
  background: #dbdbdb;
  background: -moz-linear-gradient(left, #dbdbdb 0%, #f8f8f8 50%, #dbdbdb 100%);
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #f8f8f8 50%, #dbdbdb 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #f8f8f8 50%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=1);
}
#contact .box {
  background: #fff;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
#contact .btn {
  width: calc(100% - 45px);
}
#contact .icon {
  float: left;
  width: 30%;
  box-sizing: border-box;
  position: relative;
}
#contact .icon img {
  width: 90%;
  padding: 5%;
  height: auto;
  display: block;
}
#contact .text {
  float: right;
  width: 65%;
}
#contact .thumb {
  bottom: 0px;
  display: block;
  height: 20px;
  position: absolute;
  right: 0px;
  width: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
#contact .thumb:before {
  display: block;
  background: #fff;
  border: 2px solid #58585a;
  width: 5px;
  height: 10px;
  position: absolute;
  content: "";
  right: 0;
  top: -7px;
  border-radius: 10px;
  z-index: 0;
}
#contact .thumb:after {
  background: #fff;
  border: 2px solid #58585a;
  border-radius: 20px;
  z-index: 1;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
#contact .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
#contact .ansp.act .thumb {
  bottom: 10px;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
#contact .ansp.act .head {
  top: 3px;
}
#contact .dot {
  width: 7px;
  height: 7px;
  background: #e60680;
  content: "";
  display: block;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#contact .dot.one {
  top: 58%;
  left: 33%;
  transition: all 0.2s ease-in-out 0s;
}
#contact .dot.two {
  top: 35%;
  left: 60%;
  transition: all 0.2s ease-in-out 0s;
}
#contact .dot.three {
  top: 53%;
  left: 54%;
  transition: all 0.2s ease-in-out 0s;
}
#contact .dot.four {
  top: 41%;
  left: 40%;
  transition: all 0.2s ease-in-out 0s;
}
#contact .act .head {
  top: 3px;
}
#contact .globe.act .one {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
#contact .globe.act .two {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
#contact .globe.act .three {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.2s;
}
#contact .globe.act .four {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.3s;
}
#contact .blog .wrap {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 40%;
  overflow: hidden;
}
#contact .blog .scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  transition: all 0.2s ease-in-out 0s;
}
#contact .blog .line:nth-child(1) {
  margin-top: 0;
}
#contact .blog .line {
  position: relative;
  margin-top: 19%;
  float: left;
  height: 6%;
  background: #e52f7e;
  transition: all 0.2s ease-in-out 0s;
}
#contact .blog .line.one {
  width: 90%;
}
#contact .blog .line.two {
  width: 55%;
}
#contact .blog .line.three {
  width: 75%;
}
#contact .blog .line.four {
  width: 45%;
}
#contact .blog .line.five {
  width: 90%;
}
#contact .blog .line.six {
  width: 75%;
}
#contact .blog.act .scroll {
  top: -3.5em;
}
/* Social */
#social {
  float: left;
  width: 100%;
  padding: 2em 0;
  background: #efefef;
  text-align: center;
}
#social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#social li {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #efefef;
  margin: 0 5px;
  transition: all 0.2s ease-in-out 0.1s;
}
#social li:hover {
  border-bottom: 1px solid #e6e6e6;
}
#social a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  text-indent: -9999px;
  background: #787878;
  text-decoration: none;
  color: #fff;
  position: relative;
  bottom: 0;
  transition: all 0.2s ease-in-out 0s;
}
#social a:before {
  font-family: "fontello";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  line-height: 40px;
}
#social a:hover {
  bottom: 5px;
}
#social .yt:before {
  content: "\e813";
}
#social .fb:before {
  content: "\e812";
}
#social .gp:before {
  content: "\e816";
}
#social .tw:before {
  content: "\e814";
}
#social .xi:before {
  content: "\e818";
}
#social .li:before {
  content: "\e81d";
}
#social .yt:hover {
  background: #c1181d;
}
#social .fb:hover {
  background: #3b5998;
}
#social .gp:hover {
  background: #d95435;
}
#social .tw:hover {
  background: #00abf0;
}
#social .xi:hover {
  background: #005a5f;
}
#social .li:hover {
  background: #006eb8;
}
#social .ig:before {
  content: "";
  background-image: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/instagram.svg");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
#social .ig:hover {
  background-image: linear-gradient(45deg, #f40002, #b900b1);
}
/* Awards */
#awards .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#awards .inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
/* Newsletter */
#newsletter {
  float: left;
  width: 100%;
  font-size: 1.1em;
  background: #e5007d;
  text-align: center;
  color: #fff;
}
#newsletter .wrap {
  padding: 2em;
  position: relative;
  overflow: hidden;
}
#newsletter a {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background: #787878;
  text-decoration: none;
  margin-left: 10px;
  transition: all 0.2s ease-in-out 0s;
}
#newsletter a:hover {
  background: #ccc;
  color: #787878;
}
#newsletter .icon {
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: -35px;
  width: 260px;
  transition: all 0.2s ease-in-out 0.2s;
  z-index: 0;
}
#newsletter .icon img {
  display: block;
  width: 100%;
  height: auto;
}
#newsletter .text {
  position: relative;
  z-index: 1;
}
#newsletterPopup {
  display: none;
  padding: 2em;
  max-width: 600px;
  padding-top: 2em;
  background: #fff;
}
#newsletterPopup .editable_content .itemname.wide {
  margin: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  float: left;
  padding: 1em 0 0 0;
  position: relative;
}
#newsletterPopup .editable_content .itemname.wide .mandatory {
  position: relative;
  display: inline-block;
  height: auto;
  padding-right: 1em;
  width: auto;
  right: auto;
}
#newsletterPopup .editable_content > div {
  float: left;
  width: 100%;
  padding: 5px 0;
}
#newsletterPopup .editable_content > div[rel='checkbox'] {
  padding: 0 0 1em 0;
  box-sizing: border-box;
  padding-left: 35%;
}
#newsletterPopup .editable_content > div[rel='checkbox'] label {
  margin: 0;
  float: left;
  width: 60%;
  cursor: pointer;
}
#newsletterPopup .editable_content > div[rel='checkbox'] span {
  display: inline-block;
  width: 75%;
  margin-left: 5%;
  float: left;
  line-height: 1.5em;
}
#newsletterPopup .editable_content > div[rel='checkbox'] input {
  float: left;
}
#newsletterPopup .editable_content .checkWrapper {
  float: left;
  width: 100%;
}
#newsletterPopup .editable_content .itemname {
  float: left;
  width: 35%;
  margin-right: 5%;
  min-height: 1px;
  position: relative;
  font-size: 0.9em;
}
#newsletterPopup .editable_content .wrap {
  float: left;
  width: 60%;
}
#newsletterPopup input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
}
#newsletterPopup label:nth-child(2) {
  margin-left: 20px;
}
#newsletterPopup .mandatory {
  text-indent: -9999px;
  position: absolute;
  right: -10.5%;
  left: auto;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 10px;
  font-size: 0.7em;
}
#newsletterPopup .mandatory:after {
  content: "\e80f";
  font-family: "fontello";
  color: #e5007d;
  text-indent: 0;
  display: block;
}
#newsletterPopup .checkbox {
  float: left;
}
#newsletterPopup .checkbox .container {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0 0 0 1.5em;
  box-sizing: border-box;
  position: relative;
}
#newsletterPopup .checkbox .container input {
  position: absolute;
  top: 0.25em;
  left: 0;
}
#newsletterPopup .checkbox .container.en {
  line-height: 35px;
}
#newsletterPopup .checkbox .container.en input {
  position: absolute;
  top: 0.6em;
  left: 0;
}
/* Footer */
#footer {
  float: left;
  width: 100%;
  border-top: 1px solid #dddddd;
  font-size: 0.8em;
  position: relative;
}
#footer .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#footer .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#footer a {
  text-decoration: none;
}
#footer .left li {
  float: left;
  margin-right: 10px;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
  text-align: right;
}
#footer .right ul {
  float: right;
}
#footer .right li {
  float: left;
  margin-left: 10px;
}
#footer .top {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 3em;
  background: #efefef;
  text-decoration: none;
  color: #777776;
  text-shadow: 0px 1px 0px #fff;
  transition: all 0.2s ease-in-out 0s;
}
#footer .top:after {
  content: "\e800";
  position: absolute;
  top: 1em;
  left: calc(50% - 15px);
  font-family: "fontello";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #efefef;
  text-align: center;
  line-height: 30px;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #efefef;
}
#footer .top:hover:after {
  top: -15px;
  border: 1px solid #dddddd;
  color: #e5007d;
}
#footer .top:hover {
  color: #e5007d;
  background: #f4f3f3;
}
/* Mobile */
nav#mobile {
  float: left;
  width: 100%;
  display: none;
}
#dl-menu {
  background: #efefef;
}
#dl-menu .dl-menu {
  margin: 0;
}
.dl-menuwrapper button.dl-trigger:after {
  background: #e5007d;
  box-shadow: 0 10px 0 #e5007d, 0 20px 0 #e5007d;
  height: 2px;
  top: 14px;
}
.dl-menuwrapper button.dl-trigger:hover:after,
.dl-menuwrapper button.dl-trigger.dl-active:after {
  background: #e5007d;
  box-shadow: 0 10px 0 #e5007d, 0 20px 0 #e5007d;
}
.dl-menuwrapper button {
  background: #efefef;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #efefef;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:after {
  color: rgba(231, 47, 129, 0.5);
}
.dl-menuwrapper li a {
  color: #555;
}
.no-touch .dl-menuwrapper li a:hover {
  background: #dedede;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  border-bottom: 1px solid #fff;
}
nav#mobile .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 90px;
  z-index: 100;
  margin-top: 6px;
}
nav#mobile .logo img {
  width: 90px !important;
  height: auto !important;
}
#mobile .phone {
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 5px;
  right: 90px;
  z-index: 100;
}
#mobile .phone a {
  width: 41px;
  height: 41px;
  display: block;
  text-indent: -9999px;
}
#mobile .phone a:after {
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-family: "fontello";
  content: "\e808";
  text-align: center;
  line-height: 40px;
  color: #e5007d;
  font-size: 1.3em;
  text-shadow: 0px 1px 0px #fff;
}
#mobile .language {
  margin: 0;
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 100;
}
/* Content */
#mainContainer.open section,
#mainContainer.open.sub #tools {
  opacity: 0.5;
}
#content {
  float: left;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.7em;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
  --whitespace-y: calc((100vw - min(90vw, 1024px)) / 2);
}
#content > .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
#content .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#content .inner > .left {
  float: left;
  width: 65%;
}
#content .inner > .right {
  float: right;
  width: 30%;
}
#content.reverse .inner > .left {
  width: 35%;
}
#content.reverse .inner > .right {
  width: 60%;
}
#lowerContent {
  float: left;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.7em;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
}
#lowerContent > .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
#lowerContent .inner {
  float: left;
  width: 100%;
  position: relative;
}
#lowerContent .inner .left {
  float: left;
  width: 65%;
}
#lowerContent .inner .right {
  float: right;
  width: 30%;
}
#lowerContent .inner a.toggle {
  display: block;
  width: 4em;
  height: 4em;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2em;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  z-index: 2;
}
#lowerContent .inner a.toggle:hover {
  border-color: #e53481;
}
#lowerContent .inner a.toggle:before {
  content: "…";
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 2em;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
#lowerContent .inner a.toggle:after {
  content: "\e801";
  font-family: "fontello";
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 2em;
  position: absolute;
  left: 2em;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
#lowerContent .inner a.toggle:hover:before {
  left: -2em;
}
#lowerContent .inner a.toggle:hover:after {
  left: 0em;
}
#lowerContent .inner a.toggle.open:before {
  opacity: 0;
}
#lowerContent .inner a.toggle.open:after {
  content: "\e800";
  left: 0;
}
#lowerContent .inner .collapse {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#lowerContent .inner .wrap {
  float: left;
  width: 100%;
  padding: 3em 0;
}
/* Blog */
.list.blog {
  float: left;
  width: 100%;
  margin-top: 2em;
  text-shadow: 0px 1px 0px #fff;
}
.list.blog .left {
  float: left;
  padding: 9px 15px;
}
.list.blog .image {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: #efefef;
  position: relative;
}
.list.blog .image a {
  opacity: 1;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  width: 100%;
}
.list.blog .image a:after {
  content: "\e803";
  font-family: "fontello";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  line-height: 45px;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #fff;
  background: #e5007d;
  font-size: 1em;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
.list.blog .image a:hover {
  opacity: 0.8;
}
.list.blog .image a:hover:after {
  opacity: 1;
  right: 0;
}
.list.blog .image img {
  display: block;
  width: 100%;
  height: auto;
}
.list.blog .date {
  float: left;
  color: #909090;
  font-style: italic;
}
.list.blog .text {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.list.blog .button {
  float: left;
  width: calc(100% - 40px);
  text-align: right;
  background: #efefef;
}
.list.blog .divider {
  display: inline-block;
  color: #e5007d;
  padding: 0 10px;
}
/* News */
.list.news {
  float: left;
  width: 100%;
  margin-top: 2em;
}
.list.news .image {
  float: left;
  width: 25%;
  margin-right: 5%;
  box-sizing: border-box;
  padding: 10px;
  background: #efefef;
}
.list.news .image img {
  display: block;
  width: 100%;
  height: auto;
}
.list.news .image a {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.list.news .image a:hover {
  opacity: 0.8;
}
.list.news .text {
  float: left;
  width: 70%;
}
.list.news .left {
  float: left;
  padding: 10px 0;
  font-style: italic;
  color: #9e9e9e;
}
.list.news .button {
  float: left;
  width: calc(100% - 40px);
}
.list.news .btn {
  float: right;
}
/* Event */
.list.event {
  float: left;
  width: 100%;
  margin-top: 2em;
}
.list.event:nth-child(odd) {
  background: #efefef;
}
.list.event .image {
  float: left;
  width: 20%;
  margin-right: 5%;
  box-sizing: border-box;
  padding: 10px;
  background: #efefef;
}
.list.event .image img {
  display: block;
  width: 100%;
  height: auto;
}
.list.event .image a {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.list.event .image a:hover {
  opacity: 0.8;
}
.list.event .text {
  float: left;
  width: 75%;
  padding: 1em 0;
}
.list.event .left {
  float: left;
  padding: 10px 0;
  font-style: italic;
  color: #9e9e9e;
}
.list.event .button {
  float: left;
  width: calc(100% - 40px);
}
.list.event .btn {
  float: right;
}
.date .month {
  padding: 0 0.25em;
}
/* Related */
.news-related {
  background: #fff;
}
/* History */
ul.history {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.history li {
  float: left;
  width: 100%;
}
ul.history .year {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  padding-left: 2em;
  box-sizing: border-box;
}
ul.history .year span {
  display: inline-block;
  color: #e5007d;
  background: #fff;
  width: 80px;
  height: 50px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 1;
  font-size: 1.5em;
}
/*ul.history .year:before { width: 50%; content: ""; border-bottom: 1px solid #ccc; top: 25px; left: 0; right: 0; display: block; position: absolute; margin: 0 auto; }
ul.history .year:after { width: 30%; content: ""; border-bottom: 1px solid #ccc; top: 30px; left: 0; right: 0; display: block; position: absolute; margin: 0 auto; }*/
ul.history .text {
  float: left;
  width: 100%;
}
ul.history .year span:before {
  content: "\e815";
  font-family: "fontello";
  position: absolute;
  left: -1em;
  top: 0;
  color: #e5007d;
  font-size: 1em;
}
ul.history .year span:after {
  content: "\e815";
  font-family: "fontello";
  position: absolute;
  left: -1.6em;
  top: 0;
  color: #e5007d;
  font-size: 1em;
}
/* Einsatznbereiche Button */
#banner {
  float: left;
  width: 100%;
  overflow: hidden;
}
#banner .csc-textpic-image {
  margin: 0;
}
#banner .outer {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
#banner .inner {
  width: 100%;
  float: left;
}
#banner img {
  display: block;
  width: 100%;
  height: auto;
}
#page3 #banner,
.prod #banner {
  background: #f1f4fb;
  background: -moz-linear-gradient(top, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  background: -webkit-linear-gradient(top, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  background: linear-gradient(to bottom, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f4fb', endColorstr='#f2f3f7', GradientType=0);
}
.sectorSub {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
  background: #fdfefe;
  background: -moz-radial-gradient(center, ellipse cover, #fdfefe 0%, #e0e0e0 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #fdfefe 0%, #e0e0e0 100%);
  background: radial-gradient(ellipse at center, #fdfefe 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfefe', endColorstr='#e0e0e0', GradientType=1);
}
.sectorSub .center {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: -moz-linear-gradient(left, rgba(253, 254, 254, 0) 0%, #fdfefe 50%, rgba(253, 254, 254, 0.96) 52%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(253, 254, 254, 0) 0%, #fdfefe 50%, rgba(253, 254, 254, 0.96) 52%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(253, 254, 254, 0) 0%, #fdfefe 50%, rgba(253, 254, 254, 0.96) 52%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdfefe', endColorstr='#00ffffff', GradientType=1);
}
.sectorSub .links,
.sectorSub .button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 350px;
  height: 350px;
  top: 15%;
}
.sectorSub .overflow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sectorSub .block {
  position: absolute;
  width: 100px;
  height: 50px;
  background: #fdfefe;
}
.sectorSub .block.one {
  bottom: 0;
  left: 54px;
  transform: rotate(40deg);
  z-index: 1;
}
.sectorSub .block.two {
  left: 135px;
  bottom: -25px;
  z-index: 1;
}
.sectorSub .block.three {
  bottom: -10px;
  right: 54px;
  transform: rotate(-23deg);
  z-index: 1;
}
.sectorSub .but {
  display: block;
  position: absolute;
  text-decoration: none;
  width: 200px;
  text-align: center;
  text-shadow: 0px 1px 0px #fff;
  color: #b1b1b1;
  transition: all 0.2s ease-in-out 0s;
}
.sectorSub .but:before {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectorSub .but:hover {
  color: #e5007d;
}
.sectorSub .aut {
  left: -55%;
  bottom: 5%;
}
.sectorSub .inf {
  right: -45%;
  bottom: 5%;
}
.sectorSub .ene {
  left: -55%;
  bottom: 45%;
}
.sectorSub .sic {
  right: -55%;
  bottom: 45%;
}
.sectorSub .exp {
  left: -45%;
  top: 5%;
}
.sectorSub .geb {
  right: -45%;
  top: 5%;
}
.sectorSub .ene:before {
  font-family: "fontello";
  content: "\e81c";
  font-size: 5em;
}
.sectorSub .aut:before {
  font-family: "fontello";
  content: "\e811";
  font-size: 5em;
}
.sectorSub .exp:before {
  font-family: "fontello";
  content: "\e817";
  font-size: 5em;
}
.sectorSub .sic:before {
  font-family: "fontello";
  content: "\e819";
  font-size: 5em;
}
.sectorSub .geb:before {
  font-family: "fontello";
  content: "\e81a";
  font-size: 5em;
}
.sectorSub .inf:before {
  font-family: "fontello";
  content: "\e81b";
  font-size: 5em;
}
/* Fancybox */
body .fancybox-overlay {
  background: rgba(0, 13, 22, 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: #e5007d;
  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: "\e802";
}
body .fancybox-next span:after {
  content: "\e803";
}
body a.fancybox-close {
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background: #e5007d !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: "\e805";
  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;
}
/* Form Fix for Crome*/
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input:focus[type='checkbox'] {
  -webkit-appearance: checkbox;
}
textarea:focus,
input:focus {
  outline: none;
}
/* Text select color */
::selection {
  background: #006eb8;
  color: #fff;
  /* Safari */
}
::-moz-selection {
  background: #006eb8;
  color: #fff;
  /* Firefox */
}
input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.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('/fileadmin/masterTemplate/Resources/Public/Images/site-eks/content/sitemap/joinbottom.gif');
  background-size: 1em;
}
.sitemap li {
  background: url('/fileadmin/masterTemplate/Resources/Public/Images/site-eks/content/sitemap/line.gif') repeat-y scroll left top transparent;
  padding-left: 1.5em;
  position: relative;
  background-size: 1em;
}
.sitemap li:before {
  content: "";
  background: url('/fileadmin/masterTemplate/Resources/Public/Images/site-eks/content/sitemap/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('/fileadmin/masterTemplate/Resources/Public/Images/site-eks/content/sitemap/joinbottom.gif');
}
.sitemap li:last-child {
  background: none;
}
/* Right Menu */
.side {
  float: left;
  width: 100%;
}
.side.slogan {
  padding-left: 1em;
  border-left: 1px solid #ccc;
  margin-bottom: 3em;
}
.side.rightMenu {
  margin-top: 1em;
  margin-bottom: 1em;
}
.side.ansprechpartner {
  margin-top: 1em;
}
.side.ansprechpartner .anspr {
  margin-top: 1em;
}
.side.ansprechpartner .anspr li {
  width: 100%;
}
.rightMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.rightMenu .csc-menu-header a,
.rightMenu .csc-menu-header a.active {
  background: transparent;
  font-weight: bold;
  position: relative;
  color: #494847;
}
.rightMenu .csc-menu-header a.active:hover:before {
  color: #55435e;
}
.rightMenu .csc-menu-header a:hover:before {
  color: #fff;
}
.rightMenu .csc-menu-header a:before {
  color: #55435e;
  content: "\e760";
  display: block;
  font-family: "linearicons";
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 3px;
  width: 30px;
}
.rightMenu li {
  padding: 1px 0;
  float: left;
  width: 100%;
}
.rightMenu a {
  color: #444;
  background: #efefef;
  text-decoration: none;
  display: block;
  padding: 2.5%;
  width: 95%;
  transition: all ease-in-out 0.2s;
  border-left: 2px solid #efefef;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.rightMenu .csc-menu-sub li a:hover,
.rightMenu a:hover {
  background: #fff;
  border-left: 2px solid #e5007d;
}
.rightMenu .csc-menu-sub li a {
  width: 90%;
  padding-left: 7.5%;
  background: #efefef;
}
.rightMenu a.cur,
.rightMenu .ce-menu-2 li a.cur {
  background: #d8d8d8;
  border-left: 2px solid #e5007d;
}
.rightMenu .ce-menu-2 li {
  padding: 0;
  margin-top: 2px;
}
.rightMenu .ce-menu-2 li a {
  background: rgba(239, 239, 239, 0.5);
}
.custom-206 h3,
.side.help h3 {
  padding-left: 1.5em;
  position: relative;
}
.custom-206 h3:before,
.side.help h3:before {
  display: block;
  font-family: "fontello";
  content: "\e81e";
  position: absolute;
  left: 0;
  top: 0;
  color: #e5007d;
  transform-origin: 50% 50%;
  animation: spin 10s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Powermail Generic Reset */
.tx-powermail {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.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,
#newsletterPopup .itemname {
  width: 45%;
  float: left;
  margin-right: 20px;
  text-align: right;
  line-height: 35px;
  min-height: 1px;
}
.powermail_fieldwrap .powermail_label .price {
  display: inline-block;
  margin-left: 10px;
  color: #293853;
}
.powermail_fieldwrap .powermail_date,
.powermail_fieldwrap .powermail_input,
#newsletterPopup input[type="text"] {
  width: 200px;
  float: left;
  border: 1px solid #b5bcc3;
  padding: 7px 10px;
  color: #000000;
  font-size: 12px;
  font-family: 'Flexo-Regular', sans-serif;
  -webkit-appearance: inherit;
}
.powermail_fieldwrap .powermail_select,
#newsletterPopup select {
  width: 222px;
  float: left;
  border: 1px solid #b5bcc3;
  padding: 7px 10px;
  color: #666;
  font-size: 12px;
  font-family: 'Flexo-Regular', sans-serif;
}
.powermail_fieldwrap .powermail_textarea {
  font-size: 12px;
  border: 1px solid #c3c3c3;
  background: #fff;
  width: 100%;
  color: #bbb;
  padding: 10px;
  margin: 0px;
  display: block;
  box-shadow: 0px 1px #fff;
  width: 200px;
  color: #000;
  font-family: 'Flexo-Regular', sans-serif;
}
.powermail_fieldwrap .powermail_submit_alt,
.powermail_fieldwrap .powermail_submit,
.powermail_confirmation_form,
.powermail_confirmation_submit,
#newsletterPopup .cr_button {
  transition: all 0.2s ease-in-out 0s;
  border: none;
  background: #787878;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}
.powermail_fieldwrap .powermail_submit_alt:hover,
.powermail_fieldwrap .powermail_submit:hover,
.powermail_confirmation_form:hover,
.powermail_confirmation_submit:hover,
#newsletterPopup .cr_button:hover {
  background: #e52f7e;
  color: #fff;
}
.powermail_fieldwrap .mandatory {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  left: auto;
  right: 0;
  line-height: 20px;
  padding: 8px 2px 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 20px;
  text-indent: -9999px;
}
.powermail_fieldwrap .mandatory:before {
  content: "\e80f";
  font-family: "fontello";
  color: #e52f7e;
  position: absolute;
  left: 8px;
  top: 8px;
  text-indent: 0;
  font-size: 0.5em;
}
.powermail_confirmation_form {
  margin: 15px 0 0;
}
.powermail_confirmation_submit {
  margin: -31px 0 0 76px;
  float: left;
}
.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 .formErrorContent {
  display: none;
}
.powermail_confirmation {
  float: left;
  width: 100%;
}
.powermail_confirmation h4 {
  margin: 15px 0px;
}
.powermail_confirmation dl {
  float: left;
  width: 100%;
  display: block;
}
.powermail_confirmation dt {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 10px;
  display: block;
}
.powermail_confirmation dd {
  float: left;
  width: 300px;
  display: block;
}
.clever_form_error,
.powermail_fieldwrap.error .powermail_input,
.powermail_fieldwrap .powermail_field_error {
  border: 1px solid #FFD324;
  background: #FFF6BF;
  box-shadow: none;
  float: left;
}
.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;
}
.powermail-errors-list {
  display: none;
}
.powermail_message {
  margin-bottom: 3rem;
}
.powermail_fieldwrap_type_check .powermail_label {
  display: none;
}
.powermail_fieldwrap_type_check .powermail_field label {
  float: right;
  width: calc(55% - 20px);
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.powermail_fieldwrap_type_check .powermail_field label input {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
}
/* Maps */
#map_canvas {
  width: 100%;
  height: 100%;
  height: 15vw;
  max-width: 100%;
  float: left;
  min-height: 10em;
}
#map_canvas img {
  max-width: none;
}
/* Generic Alerts */
.no-news-found,
.tx-indexedsearch .tx-indexedsearch-noresults {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-style: normal;
  background: #FFF6BF;
  border: 2px solid #FFD324;
  padding: 0.8% 0 !important;
  color: #514721;
  text-align: center;
}
/* Search */
.tx-indexedsearch-noresults {
  background: #FFF6BF;
  border: 2px solid #FFD324;
  margin: 1em 0em;
  padding: 0.8em !important;
  color: #514721;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.tx-indexedsearch-whatis {
  background: #FFF6BF;
  border: 2px solid #FFD324;
  margin: 1em 0em;
  padding: 1% 3% 1% 7% !important;
  color: #514721;
  display: block;
  clear: both;
  margin-top: 20px;
  float: left;
  width: 90%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.tx-indexedsearch-whatis:before {
  content: "\e80e";
  color: #000;
  display: block;
  font-family: "fontello";
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
.tx-indexedsearch-sw {
  color: #000;
}
.tx-indexedsearch-browsebox {
  float: left;
  width: 100%;
}
.result {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.result .title {
  float: left;
  width: 100%;
  font-size: 16px;
}
.result .title a {
  text-decoration: none;
  color: #000;
}
.result .link {
  float: left;
  width: 100%;
}
.result .message {
  float: left;
  width: 100%;
}
.result .row {
  float: left;
  width: 100% !important;
  font-size: 10px;
  color: #999999;
  min-height: 0 !important;
}
.result .row .rating {
  float: left;
  width: 10%;
}
.result .row .modified {
  float: left;
  width: 90%;
}
.search.form {
  float: left;
  width: 95%;
  background: #f9f9f9;
  padding: 2.5%;
  margin-top: 20px;
}
.search.form .row {
  float: left;
  width: 100%;
  margin: 2px 0;
}
.search.form .row input[type="text"] {
  border: 1px solid #adacac;
  width: 80%;
  padding: 5px 10px;
}
.search.form .row select {
  border: 1px solid #adacac;
  padding: 5px 10px;
}
.search.form .row .leftCol {
  float: left;
  width: 22% !important;
  line-height: 30px;
  margin: 0 !important;
  padding: 0 !important;
}
.search.form .row .rightCol {
  float: left;
  width: 70% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.search.form .row .left {
  float: left;
  margin: 0 2% 0 0;
}
.search.form .row .right {
  float: left;
  margin: 0 2% 0 0;
}
.search.form .row.last {
  margin-top: 10px;
}
.search.form .row input[type="submit"] {
  border: none;
  padding: 10px 15px;
  background: #e5007d;
  color: #fff;
  font-size: 1em;
  transition: all 0.2s ease-in-out 0s;
}
.search.form .row input[type="submit"]:hover {
  background: #b60063;
}
/* 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: #e5007d;
  color: #fff;
}
.browsebox .tx-indexedsearch-browselist-currentPage a:hover {
  background: #a21c26;
  color: #fff;
}
.browsebox a:hover {
  background: #c3c3c3;
  color: #fff;
}
/* News */
.news .article > .left {
  width: 65%;
  float: left;
}
.news .article > .right {
  width: 30%;
  float: right;
}
.news .article,
.news {
  float: left;
  width: 100%;
}
.news .item {
  float: left;
  width: 100%;
  margin-top: 1em;
}
.news .item a {
  display: block;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #525e63;
}
.news .item .imageWrap {
  float: left;
  width: 20%;
  margin-right: 2.5%;
}
.news .item .imageWrap img {
  display: block;
  width: 100%;
}
.news .item .itemWrap {
  float: left;
  width: 77.5%;
}
.news .item .circleOut {
  border-radius: 100%;
  overflow: hidden;
  padding: 4%;
  width: 100%;
  box-sizing: border-box;
  background: #c10b26;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
.news .item .circleInn {
  border-radius: 100%;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
.news .item .circleInn img {
  height: auto;
  max-width: none;
  width: 100%;
}
.news .item a:hover .circleOut {
  padding: 0;
  transition: all 0.1s ease-in-out 0s;
}
.news .item a:hover .circleInn {
  border-color: #fff;
  border-width: 0px;
  transition: all 0.1s ease-in-out 0s;
}
.news .item .lower {
  float: left;
  width: 100%;
}
.news .item .lower .date {
  display: block;
  float: left;
  padding: 10px 15px 10px 0;
  color: #525e64;
  font-size: 0.9em;
}
.news .item .btn {
  float: right;
}
.news-single .article .right .news-img-wrap {
  width: 100%;
  margin: 0;
  float: left;
  margin-top: 2em;
  background: transparent;
}
.news-single .article .right .news-img-wrap .outer {
  position: relative;
  width: 48%;
  margin: 1%;
  overflow: hidden;
  float: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
.news-single .article .right .news-img-wrap .outer:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news-single .article .right .news-img-wrap .outer:hover {
  background: #e60680;
}
.news-single .article .right .news-img-wrap .outer .mediaelement {
  bottom: 2%;
  color: white;
  left: 2%;
  overflow: hidden;
  position: absolute;
  right: 2%;
  text-align: center;
  top: 2%;
  width: 96%;
}
.news-single .article .right .news-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-single .article .right .news-img-wrap .mediaelement {
  float: left;
  width: 100%;
}
.news-single .article .right .news-img-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  float: left;
  width: 100%;
}
.news-single .news-related-wrap {
  float: left;
}
#content .news-single .article .left .news-img-wrap {
  margin: 0;
  width: 100%;
}
#content .news-img-wrap .mediaelement-video {
  float: left;
  width: 100%;
  background: #efefef;
  border: 1px solid #c3c3c3;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 2em 0;
}
#content .news-img-wrap .mediaelement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
}
.pagination {
  float: left;
  width: 100%;
  padding: 1em 0;
}
.pagination ul,
.f3-widget-paginator {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.pagination ul li,
.f3-widget-paginator li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.pagination ul span,
.f3-widget-paginator span,
.pagination ul a,
.f3-widget-paginator a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #efefef;
  transition: all 0.2s ease-in-out 0s;
}
.pagination ul a:hover,
.f3-widget-paginator a:hover {
  background: #c3c3c3;
  color: #fff;
}
.pagination ul .previous a,
.f3-widget-paginator .previous a,
.pagination ul .next a,
.f3-widget-paginator .next a {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.pagination ul .previous a:before,
.f3-widget-paginator .previous a:before,
.pagination ul .next a:before,
.f3-widget-paginator .next a:before {
  text-indent: 0;
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  font-size: 1em;
}
.pagination ul .previous a:before,
.f3-widget-paginator .previous a:before {
  content: "\e802";
}
.pagination ul li:before,
.f3-widget-paginator li:before {
  display: none;
}
.pagination ul .current span,
.f3-widget-paginator .current span {
  color: #fff;
  background: #e5007d;
  border-color: #e5007d;
}
.news .right .info {
  float: left;
  width: 100%;
  padding: 15px 0;
  background: #efefef;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
}
.news .right .divider {
  color: #e60680;
  display: inline-block;
  padding: 0 10px;
}
/* Comments */
#comments {
  float: left;
  width: 100%;
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
}
#comments .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
#comments .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#writeComment {
  float: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
}
#writeComment .powermail_label {
  width: 30%;
}
#writeComment .powermail_input {
  width: 50%;
}
#writeComment .powermail_textarea {
  width: 50%;
}
/* Ansprechpartner */
.anspr {
  float: left;
  width: 100%;
  list-style: none;
  margin: 2em 0;
  padding: 0;
  text-shadow: 0px 1px 0px #fff;
  display: flex;
  flex-wrap: wrap;
}
.anspr li {
  float: left;
  width: 48%;
  margin: 0.4em 1%;
  box-sizing: border-box;
  background: #efefef;
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.2s ease-in-out 0s;
}
.anspr li:hover {
  background: #f7f7f7;
  border-bottom: 1px solid #e5007d;
}
.anspr .image {
  position: relative;
  float: left;
  width: calc(40% - 2px - 15px);
  border: 1px solid #fff;
  overflow: hidden;
}
.anspr .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 132%;
}
.anspr .text {
  float: left;
  width: 60%;
  margin-left: 15px;
}
.anspr img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.anspr b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}
.anspr .position {
  color: #989898;
}
.anspr .text .name p:first-child {
  margin-top: 0;
}
.anspr .region {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.anspr .region .region-title {
  float: left;
  width: calc(40% - 2px - 15px);
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
}
.anspr .region .region-value {
  float: left;
  width: 60%;
  margin-left: 15px;
}
.icon.mail {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.icon.mail:after {
  text-indent: 0px;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.8em;
}
.eksButtonWrap {
  float: left;
  width: calc(100% - 45px);
  margin: 2em 0;
  background: #efefef;
  text-align: right;
}
.eksButtonWrap p {
  margin: 0;
}
.eksButtonWrap .btn {
  background: #787878;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}
.eksButtonWrap .btn:hover {
  color: #555;
  text-shadow: 0px 1px 0px #fff;
}
/* Overview */
#summary {
  float: left;
  width: 100%;
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
}
#summary .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#summary .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  #summary ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#summary li {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
}
#summary img {
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  filter: grayscale(100%);
}
#summary a {
  color: #555;
  text-decoration: none;
}
#summary .image {
  background: #efefef;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
#summary .more {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #e5007d;
  color: #fff;
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
#summary .name {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  font-size: 1.1em;
}
#summary a:hover .more {
  bottom: 0;
}
#summary a:hover img {
  bottom: 5px;
  filter: grayscale(0%);
}
.glossary {
  float: left;
  width: 100%;
}
.glossary strong {
  display: block;
  font-size: 2em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
/* Accordion */
.accordion {
  margin: 1em 0;
  float: left;
  width: 100%;
}
.accordion > h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  text-transform: none;
  width: 100%;
  font-size: 0.8em;
}
.accordion > h3:after {
  content: "\e803";
  font-family: "fontello";
  display: block;
  height: 1em;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0s;
}
.accordion > h3.ui-state-active {
  background: #006499;
}
.accordion > h3.ui-state-active:after {
  transform: rotate(90deg);
}
.accordion > h3,
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-left: 0px;
  margin-top: 1px;
  zoom: 1;
  display: block;
  float: left;
  width: 100%;
  font-size: 1.5em;
  outline: none;
  transition: all 0.2s ease-in-out 0s;
  background: #006eb8;
  color: #fff;
  padding: 0.5em;
  box-sizing: border-box;
}
.ui-state-active,
.ui-accordion .ui-accordion-header:hover {
  background: #006499;
  color: #fff;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion a {
  zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
  float: left;
  width: 100%;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.accordion .image {
  float: left;
  width: 100%;
}
.accordion .image img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
.accordion .text {
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1em;
}
/* Blog Tree */
.news-menu-view {
  float: left;
  width: 100%;
  padding: 1em 0;
}
.news-menu-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-menu-view li a {
  line-height: 2em;
}
.news-menu-view > ul > li > a {
  color: #000;
  display: block;
  font-weight: normal;
  position: relative;
  text-decoration: none;
}
.news-menu-view li.parent > a {
  padding: 0 0 0 3em;
  margin-bottom: 1px;
  transition: all 0.2s ease-in-out 0s;
}
.news-menu-view li.parent > a:hover:before {
  background: #d8d8d8;
  color: #fff;
}
.news-menu-view li.parent > a:before {
  content: "+";
  display: block;
  height: 2em;
  line-height: 2em;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 2em;
  background: #efefef;
  text-align: center;
  color: #e5007d;
  transition: all 0.2s ease-in-out 0s;
}
.news-menu-view li.parent.reset > a:before {
  content: "";
  background: #d8d8d8;
}
.news-menu-view li.parent.reset > a:after {
  font-family: "fontello";
  content: "\e802";
  display: block;
  height: 2em;
  font-size: 0.7em;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 2.7em;
  text-align: center;
  color: #006eb8;
  transition: all 0.2s ease-in-out 0s;
}
.news-menu-view li.parent.reset > a:hover:before {
  background: #e5007d;
}
.news-menu-view li.parent.reset > a:hover:after {
  color: #fff;
}
.news-menu-view ul li.active > a:before {
  background: #e5007d;
  color: #fff;
  content: "-";
}
.news-menu-view ul li ul {
  border-left: 1px solid #D9DADB;
  display: none;
  margin: 0 0 0 1em;
  overflow: hidden;
  padding: 0 0 0 2em;
}
.news-menu-view ul li ul li {
  position: relative;
}
.news-menu-view ul li ul li:before {
  border-bottom: 1px solid #E2E2E3;
  content: "";
  left: -2em;
  position: absolute;
  top: 1em;
  width: 1em;
}
/* Filters */
#select {
  float: left;
  width: 100%;
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
  border-bottom: 1px solid #efefef;
  text-shadow: 0px 1px 0px #fff;
}
#select .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
#select .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
.filter {
  float: left;
  padding: 1em 0;
}
.filter.left {
  float: left;
  width: 75%;
}
.filter.right {
  float: left;
  width: 25%;
}
.filter .col {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}
.filter.left .col {
  width: 33%;
}
.filter.right .col {
  width: 100%;
}
.filter select {
  box-sizing: border-box;
  padding: 10px;
  width: calc(100% - 5px);
  border: 1px solid #ccc;
}
.filter label {
  float: left;
  width: 100%;
  display: block;
  cursor: pointer;
}
/* Overview */
#overview {
  float: left;
  width: 100%;
  background: #fff;
  padding: 1em 0;
  font-size: 0.9em;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
#overview .inner > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#overview .outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
#overview .inner {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#overview .item {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
#overview .wrap {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 1em;
  background: #fafafa;
  text-shadow: 0px 1px 0px #fff;
  transition: all 0.2s ease-in-out 0s;
}
#overview .image {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #f1f4fb;
  background: -moz-linear-gradient(top, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  background: -webkit-linear-gradient(top, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  background: linear-gradient(to bottom, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f4fb', endColorstr='#f2f3f7', GradientType=0);
}
#overview .gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
  background: #f1f4fb;
  background: -moz-linear-gradient(top, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  background: -webkit-linear-gradient(top, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  background: linear-gradient(to bottom, #f1f4fb 20%, #eef1f8 30%, #e2e9f1 40%, #ced8e1 50%, #e0e7ed 60%, #f1f4fb 70%, #f2f3f7 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f4fb', endColorstr='#f2f3f7', GradientType=0);
}
#overview .image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
#overview .text {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  color: #555;
  padding: 1em 0;
}
#overview .text ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
}
#overview .text li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2em 0 0.2em 2em;
  float: left;
}
#overview .text li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  background: #e5007d;
  border: 1px solid #fff;
}
#overview .headline {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 1em;
}
#overview .button {
  float: left;
  width: 100%;
}
#overview .btn {
  background: #555;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  text-shadow: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
}
#overview .btn:after {
  display: block;
  content: "\e803";
  font-family: "fontello";
  background: #555;
  width: 3.5em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 3.5em;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
}
#overview .item:hover {
  border-color: #555;
}
#overview .item:hover img {
  top: 0.2em;
}
#overview .item:hover .wrap {
  background: #f7f7f7;
}
#overview .item:hover .btn {
  background: #e5007d;
}
#overview .item:hover .btn:after {
  right: 0;
}
#overview .item:hover .gradient {
  top: -0.5em;
}
#overview.dark {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
  border-bottom: 1px solid #efefef;
}
#overview.dark .wrap,
#overview.dark .item:hover .wrap {
  background: #fff;
}
#container .mix {
  display: none;
}
#container {
  padding: 2%;
  min-height: 10em;
  position: relative;
}
.container .mix,
.container .gap {
  width: 30%;
  display: inline-block;
  box-sizing: border-box;
  margin: 1.5%;
}
.container .mix {
  display: none;
}
.container .fail-message .btn:after {
  display: none;
}
/**
 * Fail message styles
 */
.container .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 150ms;
}
.container .fail-message:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.container .fail-message span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.container.fail .fail-message {
  opacity: 1;
  pointer-events: auto;
}
/* Table */
#table {
  float: left;
  width: 100%;
  padding: 3em 0;
}
#table .outer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#table .inner {
  float: left;
  width: 100%;
}
table:nth-child(1) {
  margin-top: 0;
}
table {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 2em;
}
table thead th {
  color: #fff;
  background: #787878;
}
table tbody th {
  font-weight: bold;
}
table tr > th:not(:first-child),
table tr > td:not(:first-child) {
  text-align: center;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tbody tr th,
table tr td,
table tfoot tr td {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: left;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}
table tbody tr:nth-child(2n) {
  background: #f9f9f9;
}
table tbody tr td {
  border: none;
  color: #333;
  padding: 0.8em;
  vertical-align: top;
}
table i,
table em {
  font-style: normal;
  text-align: left;
  float: left;
}
table h2 {
  color: #787878;
  text-align: center;
  text-shadow: 0px 1px 0px #fff;
}
table .header {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
}
figure.table table {
  width: 100%;
}
/* Gallery */
#gallery {
  float: left;
  width: 100%;
  text-align: center;
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/pattern.gif");
  background-size: 65px 65px;
  padding: 2em 0;
}
#gallery .outer {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#gallery .inner {
  float: left;
  width: 100%;
}
.gallery > .csc-textpic,
.gallery .csc-textpic-imagewrap,
.gallery .csc-textpic-imagerow,
.gallery .csc-textpic-center-outer,
.gallery .csc-textpic-center-inner,
.gallery {
  width: 100%;
  margin: 0;
  float: left;
  left: auto;
  right: auto;
}
.ce-textpic.ce-left .gallery {
  width: auto;
}
.ce-textpic.ce-left .ce-bodytext :first-child {
  margin-top: 0;
}
.gallery .csc-textpic-imagewrap[data-csc-images='1'] .csc-textpic-center-inner,
.gallery .csc-textpic-imagecolumn {
  position: relative;
  width: 22%;
  margin: 1%;
  overflow: hidden;
  background: #fff;
  float: none !important;
  display: inline-block;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
.gallery .csc-textpic-imagewrap[data-csc-images='1'] .csc-textpic-center-inner:before,
.gallery .csc-textpic-imagecolumn:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery a:hover img,
.gallery .csc-textpic-imagewrap[data-csc-images='1'] .csc-textpic-center-inner:hover,
.gallery .csc-textpic-imagecolumn:hover {
  background: #e5007d;
}
.gallery .csc-textpic-image {
  bottom: 2%;
  color: white;
  left: 2%;
  overflow: hidden;
  position: absolute;
  right: 2%;
  text-align: center;
  top: 2%;
  width: 96%;
  display: block !important;
}
.gallery .csc-textpic-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .csc-textpic-image picture {
  float: left;
  width: 100%;
  height: 100%;
}
.gallery a {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  float: left;
  width: 100%;
}
.gallery a img {
  padding: 0.25em;
  border: 1px solid #ddd;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.gallery div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}
.gallery[data-ce-columns='4'] .ce-column {
  width: 25%;
  margin: 0;
  padding: 0.5em;
  box-sizing: border-box;
}
.gallery .image-caption {
  margin-top: 0.5em;
  text-shadow: 0px 1px 2px #fff;
  font-size: 0.9em;
}
/* Numbers on Gallery Items */
#page111 .csc-textpic-imagecolumn:after,
#page110 .csc-textpic-imagecolumn:after {
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background: #787878;
  color: #fff;
  border-radius: 100%;
}
#page110 .csc-textpic-imagecolumn:nth-child(1):after,
#page111 .csc-textpic-imagecolumn:nth-child(1):after {
  content: "1";
}
#page111 .csc-textpic-imagecolumn:nth-child(2):after,
#page110 .csc-textpic-imagecolumn:nth-child(2):after {
  content: "2";
}
#page111 .csc-textpic-imagecolumn:nth-child(3):after,
#page110 .csc-textpic-imagecolumn:nth-child(3):after {
  content: "3";
}
#page110 .csc-textpic-imagecolumn:nth-child(4):after,
#page111 .csc-textpic-imagecolumn:nth-child(4):after {
  content: "4";
}
#page110 .csc-textpic-imagecolumn:nth-child(5):after,
#page111 .csc-textpic-imagecolumn:nth-child(5):after {
  content: "5";
}
/* Call to Action */
.ctaWrap {
  background: #f2f2f2 url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/background/bg-people-blur.jpg") center center no-repeat;
  background-size: 100% auto;
}
.ctaWrap .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
.ctaWrap .inner {
  padding: 3em 0;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ctaWrap .side.cta {
  margin: 0;
  width: auto;
}
.side.cta {
  margin-bottom: 1em;
}
.side.cta a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  background: #006eb8;
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.side.cta a:after {
  font-family: "fontello";
  display: block;
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #efefef;
  color: #006eb8;
  font-size: 2em;
  text-align: center;
  line-height: 1.8em;
  transition: all 0.2s ease-in-out 0s;
}
.side.cta a:hover {
  background: #01659a;
}
.side.cta a:hover:after {
  background: #787878;
  color: #fff;
}
.side.cta a.pdf:after {
  content: "\e810";
}
.side.cta a.empty:before {
  content: "Add PDF";
  background: red;
  bottom: 0;
  color: #fff;
  font-size: 0.8em;
  height: 1em;
  left: 0;
  line-height: 1em;
  margin: auto;
  padding: 0.5em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 4em;
  transform: rotate(-15deg);
}
/* Video */
.videoItem {
  float: left;
  width: 100%;
  padding-bottom: 3em;
}
.videoItem .image {
  float: left;
  width: 100%;
  padding: 1em 0;
}
.videoItem .image img {
  display: block;
  width: 250px;
  height: auto;
}
.fancy-video {
  width: auto !important;
}
.videojs a {
  float: left;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.videojs a:before {
  font-family: VideoJS;
  content: "\f101";
  background-color: rgba(229, 25, 33, 0.7);
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  border-radius: 100%;
  margin-top: -3rem;
  top: 50%;
  left: 50%;
  margin-left: -3rem;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  transition: all 0.2s ease-out 0s;
  z-index: 2;
}
.-ms- .videojs a:before {
  line-height: 2.5em;
  /* rem doesnt work */
}
.videojs a:hover:before {
  background-color: rgba(68, 68, 68, 0.7);
}
.video-js .vjs-play-progress {
  background: #e5007d;
}
.vjs-poster {
  background-size: cover;
}
.video-js .vjs-big-play-button {
  background-color: rgba(229, 0, 125, 0.7);
  height: 3em;
  line-height: 3em;
  border-radius: 100%;
  margin-top: -1.5em;
  transition: all 0.2s ease-out 0s;
}
.video-js:hover .vjs-big-play-button {
  background-color: rgba(68, 68, 68, 0.7);
  transition: all 0.2s ease-out 0s;
}
/* Downloads */
.downloads {
  width: 100%;
}
.downloads ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.downloads li {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  background: #efefef;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.downloads .links {
  display: block;
  float: right;
}
.downloads .links a {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin-left: 0.5em;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.downloads a.de {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-de@2x.png");
  background-size: 1.5em 1.5em;
}
.downloads a.en {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-en@2x.png");
  background-size: 1.5em 1.5em;
}
.downloads a.de.go {
  background: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/icons/flags/square-flag-de-go@2x.png");
  background-size: 1.5em 1.5em;
}
.downloads a:hover {
  opacity: 0.5;
}
/*
.downloads a.flip { position: relative; }
.downloads a.flip:after { content: "\e80d"; font-family: "fontello"; width: 1em; height: 1em; text-indent: 0; left: 0.15em; top: -0.05em; position: absolute; font-size: 1.2em; color: #000; }
*/
/* Visitlead
#vl-chat.vl-avatar-greeter.vl-avatar-greeter-border.vl-chat-minimized.vl-chat-bottom .vl-chat-user-info img{ border-radius: 100%; transform: translate(99px,-70px) !important; }
#vl-chat.vl-chat-bottom.vl-chat-minimized .vl-chat-minimize span { border-bottom: 2px solid #fff !important; position: relative; }
#vl-chat.vl-chat-bottom.vl-chat-minimized .vl-chat-minimize span:before { content: ""; width: 100%; height: 2px; background: #fff; position: absolute; top: 3px; left: 0; right: 0; }
*/
vl-cb-title {
  color: #fff;
}
vl-cb-user-image {
  border-radius: 100%;
  overflow: hidden;
}
/* Livestreaming Button */
#page10 .side + h4,
#page16 .side + h4 {
  margin-top: calc(5% + 1.7em);
  margin-bottom: 0.25em;
  width: 100%;
  float: left;
}
.jobs {
  clear: both;
}
.jobs > .wrap {
  float: left;
  width: 100%;
}
.jobs > .wrap ul {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jobs > .wrap li {
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 0.5em;
}
.jobs > .wrap li.de a {
  color: #000;
}
.jobs > .wrap a {
  text-decoration: none;
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #e5007d;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  width: 100%;
}
.jobs > .wrap a:hover {
  background: #fff;
}
.jobs > .wrap a:hover:after {
  right: 0.5em;
}
.jobs > .wrap a:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.jobs > .wrap a:after {
  content: "\e803";
  font-family: "fontello";
  color: #006eb8;
  position: absolute;
  right: 1em;
  bottom: 1em;
  transition: all 0.2s ease-in-out 0s;
}
.jobs > .wrap a .name {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 1em;
}
.jobs a .outer:before {
  content: "";
  display: block;
  width: 1px;
  background: #e5007d;
  height: 0%;
  position: absolute;
  left: -1px;
  bottom: 0;
  transition: all 0.1s ease-in 0.4s;
}
.jobs a .outer:after {
  content: "";
  display: block;
  width: 0%;
  background: #e5007d;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  transition: all 0.1s ease-in 0.2s;
}
.jobs a .inner:before {
  content: "";
  display: block;
  width: 1px;
  background: #e5007d;
  height: 0%;
  position: absolute;
  right: -1px;
  top: 0;
  transition: all 0.1s ease-in 0s;
}
.jobs a:hover .outer:before {
  height: 100%;
  transition: all 0.1s ease-in 0s;
}
.jobs a:hover .outer:after {
  width: 100%;
  transition: all 0.1s ease-in 0.2s;
}
.jobs a:hover .inner:before {
  height: 100%;
  transition: all 0.1s ease-in 0.4s;
}
.side {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
}
.side h3 {
  font-size: 1.25em;
  margin: 0 0 1em 0;
}
.side.menu {
  background: #fff;
  padding: 0 0 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 0.2s ease-in-out 0s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
}
.side.menu a:before {
  content: "";
  display: block;
  width: 0.1em;
  background: #e5007d;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: scale(0);
  transition: all 0.2s ease-in-out 0s;
}
.side.menu .sub a.act,
.side.menu a.act {
  background: #e5007d;
  color: #fff;
}
.side.menu .sub a:hover,
.side.menu a:hover {
  background: #f9f9f9;
  color: #000;
}
.side.menu a:hover:before {
  transform: scale(1);
}
.side.menu .sub a {
  width: 100%;
  padding-left: 7.5%;
  background: #fff;
}
.side.menu .sitemap li {
  padding: 0;
  margin-top: 2px;
}
.side.menu .sitemap li a {
  background: #f7f7f7;
  padding-left: 7.5%;
}
.distributors {
  display: grid;
  grid-gap: 3rem 1rem;
  margin-bottom: 3rem;
  list-style-type: none;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 600px) {
  .distributors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.distributor-wrap {
  padding: 0;
  margin: 0;
  background-color: #efefef;
}
.distributor-head {
  display: flex;
  padding: 1rem;
}
.distributor-flag {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: auto auto auto 0;
}
.distributor-country {
  display: block;
  margin: auto 0 auto auto;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.distributor-logo-wrap {
  display: flex;
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #fff;
}
.distributor-logo {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.distributor-body {
  padding: 1rem;
}
.distributor-sr-only {
  display: none;
}
.distributor-info {
  display: block;
  padding: 0;
  margin: 0;
}
.distributor-info > a {
  color: #555;
  text-decoration: none;
}
.distributor-title {
  font-weight: bold;
  color: #000;
}
.din-rail-popup ul,
.iw-fancy-list {
  list-style-type: none;
  padding-left: 0 !important;
}
.din-rail-popup ul > li,
.iw-fancy-list > li {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0;
}
.din-rail-popup ul > li:first-child,
.iw-fancy-list > li:first-child {
  margin-top: 0;
}
.din-rail-popup ul > li:last-child,
.iw-fancy-list > li:last-child {
  margin-bottom: 0;
}
.din-rail-popup ul > li:before,
.iw-fancy-list > li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto 10px auto 0;
  flex-grow: 0;
  flex-shrink: 0;
  background: #e5007d;
}
.din-rail-wrap {
  margin: 3rem;
}
.din-rail {
  background-repeat: repeat-x;
  background-position: left 30%;
  background-size: auto 60px;
  --acutal-elements: 4;
  --max-elements: 4;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.din-rail--enable {
  background-image: url("/fileadmin/masterTemplate/Resources/Public/Images/site-eks/devices/rail.svg");
}
.din-rail-item {
  transition: .3s opacity;
  cursor: pointer;
}
.din-rail-item-title {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #006eb8;
}
.din-rail-item-title:before {
  content: "\e815\e815";
  font-family: "fontello";
  letter-spacing: -4px;
  color: #e5007d;
  padding-right: 12px;
}
.din-rail-item-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.din-rail-item-image-wrap {
  display: flex;
  align-items: center;
  height: 160px;
}
.din-rail-popup {
  display: none;
  position: relative;
  margin-top: 30px;
  background: #efefef;
  padding: 1.5rem;
}
.din-rail-popup[data-rail-popup-active] {
  display: block;
}
.din-rail-popup:before {
  content: "";
  position: absolute;
  left: calc(var(--caret-left) - 10px);
  top: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #efefef;
}
.din-rail-popup-title {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.din-rail-button-wrap {
  display: flex;
}
.din-rail-button {
  margin-left: auto;
}
[data-rail-has-active] > .din-rail-item {
  opacity: 0.6;
}
[data-rail-has-active] > .din-rail-item[data-rail-device-active] {
  opacity: 1;
}
.fancy-slider {
  margin: 3rem 0 6rem;
}
.quote-slider-item {
  display: flex;
  flex-direction: column;
}
.quote-slider-item-quote {
  margin: 1rem auto;
  color: #006eb8;
}
.quote-slider-item-quote:before {
  content: "\201E";
}
.quote-slider-item-quote:after {
  content: "\201C";
}
.quote-slider-item-cite {
  display: block;
  text-align: center;
  font-style: normal;
  margin-bottom: 1rem;
}
.quote-slider-item-cite-name {
  font-weight: 600;
}
.quote-slider-item-logo {
  margin: auto;
}
.cta-contact_person {
  margin: 3rem 0;
  position: relative;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cta-contact_person > h2 {
  margin-top: 0;
}
.cta-contact_person:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--whitespace-y));
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #efefef;
}
.cta-contact_person-info {
  display: grid;
  gap: 1rem;
  grid-template-columns: 100px 1fr;
}
.cta-contact_person-info-content .name {
  font-weight: bold;
}
.cta-contact_person-info-content > span {
  display: block;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.news-grid-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1rem;
}
.news-grid-item-title {
  display: block;
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 1.9em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
}
.news-grid-item-image {
  width: 100%;
  max-width: 324px;
  max-height: 130px;
  object-fit: cover;
}
.news-grid-item-btn-wrap .btn {
  width: 100%;
}
.ce-left .ce-gallery {
  float: none;
  margin-right: 0;
}
@media screen and (min-width: 1050px) {
  .ce-left .ce-gallery {
    float: left;
    margin-right: 10px;
  }
}
.search-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-result {
  display: flex;
  position: relative;
  gap: 1rem;
  text-decoration: none !important;
  background: #f2f2f2;
}
.search-result-img {
  order: 1;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}
.search-result-img-obj {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.search-result-title {
  font-size: 1.5rem;
  text-decoration: none !important;
  color: #e5007d;
}
.search-result-content-wrap {
  display: flex;
  flex-wrap: wrap;
  order: 2;
  width: 100%;
  padding: 1rem 1rem 1rem 0;
}
.search-link {
  display: inline-block;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  margin: auto 0 0 auto;
  background: #e5007d;
  color: #fff;
  transition: .3s all;
}
.search-link:hover {
  color: #fff;
  background: #b20061;
}
.search-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
