/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: #5e5e5e;
  color: #fff;
}
::-moz-selection {
  background: #5e5e5e;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(227, 0, 15, 0.6);
}
@font-face {
  font-family: 'roboto_light';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
}
@font-face {
  font-family: 'roboto_regular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
  font-family: 'roboto_medium';
  src: url('../fonts/Roboto-Medium-webfont.eot');
  src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../fonts/Roboto-Medium-webfont.svg#robotoregular') format('svg');
}
body {
  font-family: 'roboto_light', Arial, sans-serif;
  font-size: 62.5%;
  color: #5e5e5e;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}
.clear {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .showmobile {
    display: none;
  }
}
.hidemobile {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hidemobile {
    display: block;
  }
}
div.wrap {
  position: relative;
  font-size: 1.5em;
  line-height: 1.6em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  div.wrap {
    padding: 0.8em;
  }
}
@media only screen and (min-width: 769px) {
  div.wrap {
    min-width: 820px;
    max-width: 1008px;
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  div.wrap {
    padding: 0;
  }
}
div.ce-div {
  margin: 3.2em 0;
  border-bottom: 1px solid #5e5e5e;
}
@media only screen and (max-width: 768px) {
  header#header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 10;
  }
}
@media only screen and (min-width: 769px) {
  header#header {
    margin: 0 0 1.5em 0;
  }
}
header#header div#logo {
  margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 768px) {
  header#header div#logo {
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  header#header div#logo {
    margin: 1.8em 0 1em 0;
  }
}
body.page-group div#logo img {
  width: 190px;
}
body.page-primion div#logo img {
  width: 217px;
}
body.page-get div#logo img {
  width: 216px;
}
body.page-digitek div#logo img {
  width: 217px;
}
body.page-opertis div#logo img {
  width: 190px;
}
@media only screen and (max-width: 768px) {
  div#seitenbild {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  div#seitenbild {
    position: relative;
    font-size: 1.5em;
    max-width: 100%;
    height: 16em;
    margin-bottom: 1.0666666666666667em;
    background-color: #262827;
    overflow: hidden;
  }
  div#seitenbild div#motiv {
    height: 16em;
    overflow: hidden;
  }
  div#seitenbild div#motiv img {
    position: absolute;
    left: 50%;
    margin-left: -1016px;
    display: block;
    max-width: none;
  }
  div#seitenbild div.wrap {
    font-size: 1em;
    position: static;
    padding: 0 10px;
    box-sizing: border-box;
  }
  div#seitenbild:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2078px;
    height: 16em;
    background: url(../img/motiv-passepartout.png) no-repeat;
  }
  div#seitenbild div#headercontent {
    position: relative;
    height: 240px;
    overflow: hidden;
    top: -240px;
  }
  div#seitenbild div#headercontent div.ce-content {
    width: 940px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  div#seitenbild div#headercontent div.ce-content div.ce-header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    width: 240px;
    height: 240px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 1em;
    box-sizing: border-box;
    table-layout: fixed;
  }
  div#seitenbild div#headercontent div.ce-content div.ce-header h1 {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.1em;
    margin: 0;
  }
  div#seitenbild div#headercontent div.ce-content div.ce-textpic {
    position: absolute;
    top: 0px;
    left: 240px;
    width: 496px;
    height: 240px;
    margin-left: 16px;
  }
  div#seitenbild div#headercontent div.ce-content div.ce-textpic img {
    display: block;
    max-width: none;
  }
}
@media only screen and (min-width: 769px) {
  div#seitenbild div.wrap {
    padding: 0;
  }
  div#seitenbild:after {
    left: 50%;
    margin-left: -1039px;
  }
}
@media only screen and (max-width: 768px) {
  div#content {
    padding: 15em 0 2em 0;
  }
}
@media only screen and (min-width: 769px) {
  div#content div.wrap {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: no-wrap;
    -webkit-flex-flow: no-wrap;
    flex-flow: no-wrap;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 1.0666666666666667em;
  }
}
@media only screen and (min-width: 1280px) {
  div#content div.wrap {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  div#content div.wrap main {
    width: 50.13333333333333em;
    padding: 2.4em 0;
    vertical-align: top;
  }
  div#content div.wrap main > div {
    font-size: 1.0666666666666667em;
  }
}
@media only screen and (min-width: 1280px) {
  div#content div.wrap main {
    width: 50.13333333333333em;
  }
}
@media only screen and (min-width: 769px) {
  div#content div.wrap aside {
    width: 16em;
    vertical-align: top;
    padding: 0 0 2.4em 0;
    margin-left: 1.0666666666666667em;
  }
}
@media only screen and (min-width: 769px) {
  footer {
    margin-bottom: 16px;
    background: url(../img/bg-kachel.png) center;
  }
}
footer div.wrap {
  color: #8f8f8f;
  background-color: #2c2c2c;
}
@media only screen and (min-width: 769px) {
  footer div.wrap {
    height: 16em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 1.2em 1.8em;
  }
}
footer div.linie {
  height: 1px;
  margin-bottom: 1em;
  background-color: #8f8f8f;
  clear: both;
}
@media only screen and (max-width: 768px) {
  footer ul#socialmedia {
    margin: 1.6em 0 1em 0;
  }
}
@media only screen and (min-width: 769px) {
  footer ul#socialmedia {
    float: right;
  }
}
footer ul#socialmedia li {
  display: inline;
  margin-left: 1.6em;
}
footer p#adresse {
  font-size: 0.8em;
  line-height: normal;
}
@media only screen and (min-width: 769px) {
  footer p#adresse {
    float: left;
    margin-left: 3.6em;
    margin-bottom: 0;
  }
}
footer p#adresse a {
  text-decoration: none;
  color: #8f8f8f;
}
@media only screen and (max-width: 768px) {
  footer p#azkoyen {
    margin: 2em 0 1em 0;
  }
}
@media only screen and (min-width: 769px) {
  footer p#azkoyen {
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  div.menuwrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1.3em 0.8em;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 10;
  }
  div.menuwrap::-webkit-scrollbar {
    height: 12px;
  }
  div.menuwrap::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  div.menuwrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  div.menuwrap div#logo-mobil {
    max-width: 50%;
  }
}
nav#nav-main {
  position: relative;
  z-index: 10;
}
nav#nav-main a {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
@media only screen and (max-width: 768px) {
  nav#nav-main ul {
    margin: 2em 0 3em 0;
  }
  nav#nav-main ul li {
    list-style-type: none;
    margin-bottom: 1.6em;
    border-bottom: 1px solid #000000;
  }
  nav#nav-main ul li a {
    font-size: 1.4em;
  }
  nav#nav-main ul li ul {
    display: none;
    margin: 1em 0;
  }
  nav#nav-main ul li ul li {
    margin-bottom: 0;
    border-bottom: none;
  }
  nav#nav-main ul li ul li a {
    font-size: 1.0666666666666667em;
  }
  nav#nav-main ul li a.nav-arrow {
    position: relative;
    display: block;
    float: right;
    width: 35px;
    height: 16px;
    border: none;
    text-indent: -999px;
  }
  nav#nav-main ul li a.nav-arrow::before,
  nav#nav-main ul li a.nav-arrow::after {
    position: absolute;
    top: 12px;
    content: '';
    border-radius: 3px;
    height: 3px;
    width: 15px;
    background: #000000;
    display: block;
    text-indent: -9999px;
    transition: all 250ms ease-in-out;
  }
  nav#nav-main ul li a.nav-arrow::before {
    right: 12px;
    transform: rotate(45deg);
  }
  nav#nav-main ul li a.nav-arrow::after {
    right: 3px;
    transform: rotate(-45deg);
  }
  nav#nav-main ul li.subnavaktiv ul {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-main ul {
    float: left;
  }
  nav#nav-main ul li {
    display: inline-block;
    position: relative;
    padding-bottom: 1em;
    margin-bottom: -1em;
    white-space: nowrap;
  }
  nav#nav-main ul li a {
    font-size: 1.0666666666666667em;
    margin-right: 2em;
  }
  nav#nav-main ul li a.nav-arrow {
    display: none;
  }
  nav#nav-main ul li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 39px;
    padding: 2em 0;
    background: #ffffff;
    border-top: 1px solid #007f5d;
  }
  nav#nav-main ul li ul li {
    display: block;
    margin: 0.6em 0;
    padding-bottom: 0;
  }
  nav#nav-main > span {
    content: "";
    display: none;
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    height: 240px;
    z-index: -1;
    background: #ffffff;
    border-top: 1px solid #007f5d;
  }
}
div#nav-button,
div#homelink {
  position: fixed;
  width: 4em;
  height: 4em;
  top: 0px;
  right: 0px;
  z-index: 15;
  cursor: pointer;
}
a#nav-toggle {
  position: absolute;
  width: 25px;
  height: 15px;
  right: 1em;
  top: 2em;
  outline: none;
}
a#nav-toggle span,
a#nav-toggle span:before,
a#nav-toggle span:after {
  position: absolute;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 25px;
  background: #000000;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
a#nav-toggle span {
  top: 0;
}
a#nav-toggle span:before {
  top: -7px;
}
a#nav-toggle span:after {
  bottom: -7px;
}
a#nav-toggle.active span {
  background-color: transparent;
}
a#nav-toggle.active span:before {
  background-color: #000000;
  transform: rotate(45deg);
  top: 0;
}
a#nav-toggle.active span:after {
  background-color: #000000;
  transform: rotate(-45deg);
  top: 0;
}
nav#nav-root {
  position: relative;
  z-index: 5;
}
nav#nav-root ul {
  margin: -2em 0 2em 0;
}
nav#nav-root ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav#nav-root ul li a {
  font-size: 0.77em;
  text-decoration: none;
}
nav#nav-root ul li:after {
  content: ">";
  margin: 0 0.5em 0 0.5em;
}
nav#nav-root ul li:last-of-type:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  body.page-group div#logo {
    float: left;
  }
  body.page-group div.menuwrap {
    float: right;
    margin-top: 7em;
  }
  body.page-group nav#nav-main {
    float: left;
  }
  body.page-group div#suche {
    margin: -0.3em 1em 0 0;
  }
}
@media only screen and (max-width: 768px) {
  nav#nav-lang {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-lang ul {
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  nav#nav-lang ul {
    margin-right: 0.5em;
  }
}
nav#nav-lang ul li {
  display: inline;
}
nav#nav-lang ul li a {
  font-size: 1.0666666666666667em;
  font-family: 'roboto_medium', Arial, sans-serif;
  text-decoration: none;
  outline: none;
}
nav#nav-lang ul li a:after {
  content: " | ";
}
nav#nav-lang ul li:last-child a:after {
  content: "";
}
@media only screen and (min-width: 769px) {
  nav#nav-foot {
    float: left;
    max-width: 23%;
  }
}
nav#nav-foot ul li {
  display: block;
  margin-right: 2em;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  nav#nav-foot ul li {
    display: block;
    line-height: 3em;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-foot ul li {
    line-height: 2em;
  }
}
nav#nav-foot ul li a {
  font-size: 1.6666666666666667em;
  color: #8f8f8f;
  font-family: 'roboto_regular', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 45px;
  background-position: right;
  background-repeat: no-repeat;
}
nav#nav-sitemap {
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 769px) {
  nav#nav-sitemap {
    float: right;
    max-width: 77%;
  }
}
nav#nav-sitemap > ul li {
  float: left;
  list-style-type: none;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 768px) {
  nav#nav-sitemap > ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-sitemap > ul li {
    margin: 0 0 0 2.4em;
  }
}
nav#nav-sitemap > ul li a {
  font-size: 1.0666666666666667em;
  text-decoration: none;
}
nav#nav-sitemap > ul li ul li {
  float: none;
  margin: 0;
}
nav#nav-sitemap > ul li ul li a {
  font-size: 0.8em;
  text-transform: none;
}
a {
  color: #5e5e5e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 1.6em 0;
  padding: 0 0 0 0;
}
strong,
b {
  font-family: 'roboto_regular', Arial, sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
  margin: 0 0 3.2em 0;
}
main ul,
main ol {
  margin: 0 0 1.6em 0;
}
main ul li,
main ol li {
  margin: 0 0 0 1.6em;
  padding: 0 0 0 0.6em;
}
h1,
h2 {
  font-size: 1.8em;
  font-family: 'roboto_regular', Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
h1 {
  margin: 0 0 1em 0;
}
h2 {
  margin: 0 0 1em 0;
}
h3 {
  font-size: 1.3em;
  font-family: 'roboto_regular', Arial, sans-serif;
  font-weight: normal;
  margin: 1.2em 0;
}
header h1 {
  margin-bottom: 0;
}
header h1 + h2 {
  font-size: 1.3333333333333333em;
}
header h2 + h3 {
  font-size: 1.8em;
  font-family: 'roboto_regular', Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin-top: -1em;
}
div.ce-textpic div.ce-media {
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  main div.ce-right div.ce-gallery {
    float: right;
    width: 240px;
    margin: 0 0 0.8em 1.6em;
  }
}
aside div.ce-textpic img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
aside div.ce-gallery {
  position: relative;
}
@media only screen and (max-width: 768px) {
  aside div.ce-gallery {
    display: none;
  }
}
aside div.ce-gallery span.ce-image-vertical-line {
  display: block;
  position: absolute;
  top: 229px;
  width: 100%;
  height: 41px;
  background: url(../img/bild-vertikal-passepartout.png) no-repeat;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  aside div.ce-div {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  aside div.ce-div {
    height: 256px;
  }
}
div.layout-1 {
  height: 240px;
  color: #ffffff;
  padding: 1.6em;
  margin-bottom: 1.0666666666666667em;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.layout-1 h2 {
  margin: 0 0 0.6em 0;
}
div.layout-1 a {
  color: #ffffff;
}
div.layout-1 a.internal-link,
div.layout-1 a.download,
div.layout-1 a.mail {
  display: inline-block;
  padding-right: 45px;
  background: url(../img/picto-arrow-white.png) right no-repeat;
}
#content aside div.layout-2 {
  position: relative;
  height: 240px;
  padding: 1.6em;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1.0666666666666667em;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#content aside div.layout-2 div.ce-header {
  position: absolute;
  z-index: 10;
}
#content aside div.layout-2 div.ce-header h2 {
  font-family: 'roboto_medium', Arial, sans-serif;
  font-size: inherit;
  color: inherit;
}
#content aside div.layout-2 div.ce-textpic,
#content aside div.layout-2 div.ce-gallery,
#content aside div.layout-2 div.ce-gallery div {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #content aside div.layout-2 div.ce-gallery {
    display: block;
  }
}
#content aside div.layout-2 div.ce-textpic div.ce-row {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
#content aside div.layout-2 div.ce-textpic div.ce-row.mittlereebene {
  z-index: 2;
}
#content aside div.layout-2 div.ce-textpic div.ce-row.obersteebene {
  z-index: 3;
}
#content aside div.layout-2 div.ce-textpic div.ce-row div.ce-media {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
#content aside div.layout-2 div.ce-textpic div.ce-row div.ce-media img {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-height: 100%;
  max-width: 190px;
}
div.ce-menu-wrap,
div.ce-uploads-wrap {
  margin: 3.2em 0 0 0;
  padding: 2.4em 0 1.6em 0;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
}
div.ce-menu-wrap ul li,
div.ce-uploads-wrap ul li {
  list-style-type: none;
  margin: 0.6em 0;
  padding: 0;
}
div.ce-menu-wrap ul li a,
div.ce-uploads-wrap ul li a {
  display: block;
  font-family: 'roboto_regular', Arial, sans-serif;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  div.ce-menu-wrap ul li a,
  div.ce-uploads-wrap ul li a {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-menu-wrap ul li a::after,
  div.ce-uploads-wrap ul li a::after {
    content: "";
    display: inline-block;
    float: right;
    width: 26px;
    height: 24px;
    padding-right: 45px;
    background: #ffffff url(../img/picto-arrow-grey.png) right no-repeat;
    transition: 0.2s all ease-in-out;
    opacity: 1;
  }
  div.ce-menu-wrap ul li a:hover::after,
  div.ce-uploads-wrap ul li a:hover::after {
    opacity: 0;
  }
}
div.ce-menu-wrap ul li a span.ce-uploads-filesize,
div.ce-uploads-wrap ul li a span.ce-uploads-filesize {
  text-transform: uppercase;
}
div.ce-menu-wrap ul li ul,
div.ce-uploads-wrap ul li ul {
  margin-bottom: 0;
}
div.ce-menu-wrap ul li ul li,
div.ce-uploads-wrap ul li ul li {
  margin-left: 1.6em;
}
div.ce-menu-wrap ul li ul li a:before,
div.ce-uploads-wrap ul li ul li a:before {
  content: "-";
  margin-right: 0.4em;
}
div.ce-menu-wrap + div,
div.ce-uploads-wrap + div {
  margin-top: 3.2em;
}
div.ce-menu-wrap + div.ce-menu-wrap,
div.ce-menu-wrap + div.ce-uploads-wrap,
div.ce-uploads-wrap + div.ce-uploads-wrap,
div.ce-uploads-wrap + div.ce-menu-wrap {
  margin-top: -1px;
}
div.ce-map {
  height: 240px;
  padding: 1.2em 0.8em 0.4em 1.2em;
  margin-bottom: 1.0666666666666667em;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
div.ce-map figure {
  background: url(../img/picto-arrow-standard.png) top right no-repeat;
}
div.ce-map ul {
  margin-left: 2em;
}
div.ce-map ul li {
  display: inline;
}
div.ce-map ul li a {
  font-size: 1.1333333333333333em;
  font-family: 'roboto_medium', Arial, sans-serif;
  text-decoration: none;
  outline: none;
}
div.ce-map ul li a:after {
  content: "|";
  margin: 0 0.2em 0 0.4em;
}
div.ce-map ul li:last-child a:after {
  content: "";
}
div.ce-map.primion {
  background-image: url(../img/map-primion.gif);
}
div.ce-map.primion a {
  color: #007f5d;
}
div.ce-map.get {
  background-image: url(../img/map-get.gif);
}
div.ce-map.get a {
  color: #d81e05;
}
div.ce-map.digitek {
  background-image: url(../img/map-digitek.gif);
}
div.ce-map.digitek a {
  color: #a9a9a9;
}
div.ce-map.opertis {
  background-image: url(../img/map-primion.gif);
}
div.ce-map.opertis a {
  color: #007f5d;
}
div.ce-map.worldwide {
  background-image: url(../img/map-worldwide.gif);
}
div.ce-map.worldwide a {
  display: block;
  font-size: 1.6666666666666667em;
  text-decoration: none;
  color: #5e5e5e;
  background: url(../img/picto-arrow-standard.png) top right no-repeat;
}
div.ce-pictos div.ce-pictos-wrap {
  font-size: 0.9em;
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 769px) {
  div.ce-pictos div.ce-pictos-wrap {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: no-wrap;
    -webkit-flex-flow: no-wrap;
    flex-flow: no-wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 4.8em;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-pictos div.ce-pictos-left {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-pictos div.ce-pictos-right {
    width: 45%;
  }
}
div.ce-pictos div.ce-pictos-item {
  display: table;
  width: 100%;
}
div.ce-pictos div.ce-pictos-item div.ce-pictos-item-image {
  display: table-cell;
  width: 85px;
  vertical-align: top;
}
div.ce-pictos div.ce-pictos-item div.ce-pictos-item-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.33;
  transition: 0.25s all linear;
}
div.ce-pictos div.ce-pictos-item div.ce-pictos-item-image img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
div.ce-pictos div.ce-pictos-item div.ce-pictos-item-text {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
div.ce-pictos h3 {
  margin-bottom: 0;
}
div.ce-pictos h3 span {
  font-family: 'roboto_light', Arial, sans-serif;
}
div.csc-mailform ol {
  margin: 2.4em 0;
}
div.csc-mailform ol li {
  padding-left: 0;
  margin-bottom: 0.8em;
}
div.csc-mailform ol label {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  div.csc-mailform ol label {
    float: none;
    width: auto;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform ol label {
    float: left;
    width: 10em;
  }
}
div.csc-mailform ol label span {
  display: none;
}
div.csc-mailform li.csc-form-element-textline input,
div.csc-mailform li.csc-form-element-select input,
div.csc-mailform li.csc-form-element-textline select,
div.csc-mailform li.csc-form-element-select select {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0 0.6em;
  border: 1px solid #a9a9a9;
}
div.csc-mailform li.csc-form-element-textline input,
div.csc-mailform li.csc-form-element-select input {
  padding: 0.2em 0.6em;
}
@media only screen and (max-width: 768px) {
  div.csc-mailform li.csc-form-element-textline input,
  div.csc-mailform li.csc-form-element-select input {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-textline input,
  div.csc-mailform li.csc-form-element-select input {
    width: 20em;
  }
}
div.csc-mailform li.csc-form-element-textarea textarea {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 768px) {
  div.csc-mailform li.csc-form-element-textarea textarea {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-textarea textarea {
    height: 10em;
    width: 20em;
  }
}
div.csc-mailform li.csc-form-element-checkbox {
  list-style-type: none;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-checkbox {
    position: relative;
    margin-left: 12em;
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  div.csc-mailform li.csc-form-element-checkbox label {
    margin-right: 0.8em;
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-checkbox label {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-checkbox input {
    position: absolute;
    left: -2em;
    top: 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-textblock {
    margin-left: 10em;
  }
}
div.csc-mailform li.csc-form-element-submit,
div.csc-mailform li.csc-form-element-reset {
  display: inline;
}
div.csc-mailform li.csc-form-element-submit input,
div.csc-mailform li.csc-form-element-reset input {
  color: #5e5e5e;
  border: none;
  margin: 0.6em 0 0 0;
  padding: 0.2em 1.2em;
  background-color: #e0e0e0;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-submit input,
  div.csc-mailform li.csc-form-element-reset input {
    margin-left: 10em;
  }
}
div#digiform {
  width: 600px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  div#digiform {
    width: 295px;
    margin: 0 auto 20px;
  }
}
div#digiform h3 {
  margin: 1.6em 0;
}
@media only screen and (max-width: 768px) {
  div#digiform h3 {
    display: block;
    margin: 3.6em 0 1.6em 0;
  }
}
div#digiform h3:first-of-type {
  margin: 1.6em 0;
}
@media only screen and (max-width: 768px) {
  div#digiform label:nth-child(3) {
    display: block;
  }
}
div#digiform form span.subline {
  font-style: italic;
  display: block;
  margin: -25px 0 1.6em;
}
div#digiform form div {
  margin-bottom: 17px;
  width: 600px;
}
@media only screen and (max-width: 768px) {
  div#digiform form div {
    width: 300px;
  }
}
div#digiform form div input {
  float: right;
  width: 300px;
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
}
div#digiform form div input[type=file] {
  width: 300px;
  border: none;
  padding: 0px;
}
div#digiform form div#doppelInput input {
  float: none;
  width: auto;
}
div#digiform form div#doppelInput span {
  margin-left: 97px;
}
@media only screen and (max-width: 768px) {
  div#digiform form div#doppelInput span {
    margin-left: 0px;
  }
}
div#digiform form div.doppelInput input {
  float: none;
  width: auto;
}
div#digiform form div.doppelInput input:nth-child(1) {
  width: 201px;
}
div#digiform form div.doppelInput input:nth-child(2) {
  width: 86px;
}
div#digiform form div.doppelInput div {
  display: inline-block;
  float: right;
  width: 300px;
  margin-bottom: 0px;
}
div#digiform form div.inputLeft input {
  float: none;
  width: auto;
}
div#digiform form textarea {
  float: right;
  width: 300px;
  margin-bottom: 10px;
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
}
div#digiform form button {
  left: 50%;
  margin: 40px 0 20px -53px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  div#digiform form button {
    left: auto;
  }
}
div#digiform form button {
  color: #5e5e5e;
  border: none;
  margin: 0.6em 0 0 0;
  padding: 0.2em 1.2em;
  background-color: #e0e0e0;
}
body .menu-open-button,
body.page-primion .menu-open-button,
body.page-opertis .menu-open-button {
  background-color: #007f5d;
}
body .menu-open-button:hover,
body.page-primion .menu-open-button:hover,
body.page-opertis .menu-open-button:hover {
  background: #007f5d;
}
body nav#nav-main ul li a:hover,
body.page-primion nav#nav-main ul li a:hover,
body.page-opertis nav#nav-main ul li a:hover,
body nav#nav-main ul li a.aktiv,
body.page-primion nav#nav-main ul li a.aktiv,
body.page-opertis nav#nav-main ul li a.aktiv {
  color: #007f5d;
}
body nav#nav-lang ul li a,
body.page-primion nav#nav-lang ul li a,
body.page-opertis nav#nav-lang ul li a {
  color: #007f5d;
}
body nav#nav-root ul li a:hover,
body.page-primion nav#nav-root ul li a:hover,
body.page-opertis nav#nav-root ul li a:hover,
body nav#nav-root ul li a.aktiv,
body.page-primion nav#nav-root ul li a.aktiv,
body.page-opertis nav#nav-root ul li a.aktiv {
  color: #007f5d;
}
body nav#nav-foot ul li a,
body.page-primion nav#nav-foot ul li a,
body.page-opertis nav#nav-foot ul li a {
  color: #007f5d;
}
body nav#nav-sitemap > ul li a,
body.page-primion nav#nav-sitemap > ul li a,
body.page-opertis nav#nav-sitemap > ul li a {
  color: #007f5d;
}
body nav#nav-sitemap > ul li ul li a,
body.page-primion nav#nav-sitemap > ul li ul li a,
body.page-opertis nav#nav-sitemap > ul li ul li a {
  color: #8f8f8f;
}
body div#seitenbild div#pagetitle,
body.page-primion div#seitenbild div#pagetitle,
body.page-opertis div#seitenbild div#pagetitle {
  background-color: #007f5d;
}
body div#headercontent div.ce-header,
body.page-primion div#headercontent div.ce-header,
body.page-opertis div#headercontent div.ce-header {
  background-color: #007f5d;
}
body h2,
body.page-primion h2,
body.page-opertis h2 {
  color: #007f5d;
}
body header h2,
body.page-primion header h2,
body.page-opertis header h2 {
  color: inherit;
}
body div.layout-1,
body.page-primion div.layout-1,
body.page-opertis div.layout-1,
body div.whitepaper,
body.page-primion div.whitepaper,
body.page-opertis div.whitepaper {
  background-color: #007f5d;
}
body div.layout-1 h2,
body.page-primion div.layout-1 h2,
body.page-opertis div.layout-1 h2,
body div.whitepaper h2,
body.page-primion div.whitepaper h2,
body.page-opertis div.whitepaper h2 {
  color: #ffffff;
}
body div.layout-2,
body.page-primion div.layout-2,
body.page-opertis div.layout-2 {
  border-color: #007f5d;
}
body div.ce-menu-wrap a:hover,
body.page-primion div.ce-menu-wrap a:hover,
body.page-opertis div.ce-menu-wrap a:hover,
body div.ce-uploads-wrap a:hover,
body.page-primion div.ce-uploads-wrap a:hover,
body.page-opertis div.ce-uploads-wrap a:hover {
  color: #007f5d;
}
body nav#nav-foot ul li a,
body.page-primion nav#nav-foot ul li a,
body.page-opertis nav#nav-foot ul li a {
  background-image: url("../img/picto-arrow-green.png");
}
body div.ce-menu-wrap ul li a,
body.page-primion div.ce-menu-wrap ul li a,
body.page-opertis div.ce-menu-wrap ul li a,
body div.ce-uploads-wrap ul li a,
body.page-primion div.ce-uploads-wrap ul li a,
body.page-opertis div.ce-uploads-wrap ul li a,
body div.ce-products-text ul li a,
body.page-primion div.ce-products-text ul li a,
body.page-opertis div.ce-products-text ul li a {
  background-image: url("../img/picto-arrow-green.png");
}
body div#seitenbild,
body.page-primion div#seitenbild,
body.page-opertis div#seitenbild {
  background-color: #030d0e;
}
body.page-get .menu-open-button {
  background-color: #d81e05;
}
body.page-get .menu-open-button:hover {
  background: #d81e05;
}
body.page-get nav#nav-main ul li a:hover,
body.page-get nav#nav-main ul li a.aktiv {
  color: #d81e05;
}
body.page-get nav#nav-lang ul li a {
  color: #d81e05;
}
body.page-get nav#nav-root ul li a:hover,
body.page-get nav#nav-root ul li a.aktiv {
  color: #d81e05;
}
body.page-get nav#nav-foot ul li a {
  color: #d81e05;
}
body.page-get nav#nav-sitemap > ul li a {
  color: #d81e05;
}
body.page-get nav#nav-sitemap > ul li ul li a {
  color: #8f8f8f;
}
body.page-get div#seitenbild div#pagetitle {
  background-color: #d81e05;
}
body.page-get div#headercontent div.ce-header {
  background-color: #d81e05;
}
body.page-get h2 {
  color: #d81e05;
}
body.page-get header h2 {
  color: inherit;
}
body.page-get div.layout-1,
body.page-get div.whitepaper {
  background-color: #d81e05;
}
body.page-get div.layout-1 h2,
body.page-get div.whitepaper h2 {
  color: #ffffff;
}
body.page-get div.layout-2 {
  border-color: #d81e05;
}
body.page-get div.ce-menu-wrap a:hover,
body.page-get div.ce-uploads-wrap a:hover {
  color: #d81e05;
}
body.page-get nav#nav-foot ul li a {
  background-image: url("../img/picto-arrow-red.png");
}
body.page-get div.ce-menu-wrap ul li a,
body.page-get div.ce-uploads-wrap ul li a,
body.page-get div.ce-products-text ul li a {
  background-image: url("../img/picto-arrow-red.png");
}
body.page-get div#seitenbild {
  background-color: #d81e05;
}
body.page-digitek .menu-open-button {
  background-color: #a9a9a9;
}
body.page-digitek .menu-open-button:hover {
  background: #a9a9a9;
}
body.page-digitek nav#nav-main ul li a:hover,
body.page-digitek nav#nav-main ul li a.aktiv {
  color: #a9a9a9;
}
body.page-digitek nav#nav-lang ul li a {
  color: #a9a9a9;
}
body.page-digitek nav#nav-root ul li a:hover,
body.page-digitek nav#nav-root ul li a.aktiv {
  color: #a9a9a9;
}
body.page-digitek nav#nav-foot ul li a {
  color: #a9a9a9;
}
body.page-digitek nav#nav-sitemap > ul li a {
  color: #a9a9a9;
}
body.page-digitek nav#nav-sitemap > ul li ul li a {
  color: #8f8f8f;
}
body.page-digitek div#seitenbild div#pagetitle {
  background-color: #a9a9a9;
}
body.page-digitek div#headercontent div.ce-header {
  background-color: #a9a9a9;
}
body.page-digitek h2 {
  color: #a9a9a9;
}
body.page-digitek header h2 {
  color: inherit;
}
body.page-digitek div.layout-1,
body.page-digitek div.whitepaper {
  background-color: #a9a9a9;
}
body.page-digitek div.layout-1 h2,
body.page-digitek div.whitepaper h2 {
  color: #ffffff;
}
body.page-digitek div.layout-2 {
  border-color: #a9a9a9;
}
body.page-digitek div.ce-menu-wrap a:hover,
body.page-digitek div.ce-uploads-wrap a:hover {
  color: #a9a9a9;
}
body.page-digitek nav#nav-foot ul li a {
  background-image: url("../img/picto-arrow-grey.png");
}
body.page-digitek div.ce-menu-wrap ul li a,
body.page-digitek div.ce-uploads-wrap ul li a,
body.page-digitek div.ce-products-text ul li a {
  background-image: url("../img/picto-arrow-grey.png");
}
body.page-digitek div#seitenbild {
  background-color: #be8140;
}
@media only screen and (min-width: 769px) {
  body.page-digitek nav#nav-main ul li a {
    margin-right: 1.5em;
  }
}
div.ce-solution-icons div.ce-pictos-wrap {
  font-size: 0.9em;
  margin: 2.4em 0;
}
@media only screen and (min-width: 769px) {
  div.ce-solution-icons div.ce-pictos-wrap {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 3.2em 0 4.8em 0;
  }
}
div.ce-solution-icons div.ce-pictos-item {
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  div.ce-solution-icons div.ce-pictos-item {
    width: 50%;
  }
}
div.ce-solution-icons div.ce-pictos-item div.ce-pictos-item-image {
  display: table-cell;
  width: 85px;
  vertical-align: top;
}
div.ce-solution-icons div.ce-pictos-item div.ce-pictos-item-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.33;
  transition: 0.25s all linear;
}
div.ce-solution-icons div.ce-pictos-item a {
  text-decoration: none;
}
div.ce-solution-icons div.ce-pictos-item a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
div.ce-solution-icons div.ce-pictos-item div.ce-pictos-item-text {
  display: table-cell;
  height: 100%;
  padding-right: 1em;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  div.ce-products div.ce-products-header {
    margin-bottom: 1.6em;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-products div.ce-products-header h2 {
    display: inline-block;
  }
}
div.ce-products div.ce-products-header ul.ce-products-logos {
  display: inline;
  margin: 0 0 0 1.6em;
}
@media only screen and (max-width: 768px) {
  div.ce-products div.ce-products-header ul.ce-products-logos {
    margin-left: 0;
  }
}
div.ce-products div.ce-products-header ul.ce-products-logos li {
  display: inline;
  margin: 0 0.8em 0 0;
  padding: 0;
}
div.ce-products div.ce-products-header ul.ce-products-logos li img {
  vertical-align: top;
}
div.ce-products div.ce-products-images figure {
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  div.ce-products div.ce-products-images {
    float: left;
    margin: 0 1.6em 0.8em 0;
  }
}
div.ce-products div.ce-products-text ul {
  clear: left;
  margin: 3.2em 0;
  padding: 1.6em 0;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
}
div.ce-products div.ce-products-text ul li {
  list-style-type: none;
  margin: 0.6em 0;
  padding: 0;
}
div.ce-products div.ce-products-text ul li a {
  display: block;
  font-family: 'roboto_regular', Arial, sans-serif;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 768px) {
  div.ce-products div.ce-products-text ul li a {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-products div.ce-products-text ul li a::after {
    content: "";
    display: inline-block;
    float: right;
    width: 26px;
    height: 24px;
    padding-right: 45px;
    background: #ffffff url(../img/picto-arrow-grey.png) right no-repeat;
    transition: 0.2s opacity ease-in-out;
    opacity: 1;
  }
  div.ce-products div.ce-products-text ul li a:hover::after {
    opacity: 0;
  }
}
div#suche input#suchbutton {
  width: 30px;
  height: 24px;
  border: none;
  text-indent: -9999px;
  background: #ffffff url(../img/picto-lupe.png) center no-repeat;
}
div#suche input#ke_search_sword {
  font-family: 'roboto_light', Arial, sans-serif;
  font-size: 1.0em;
  width: 12em;
  padding: 0.2em 0.5em;
  border: 1px solid #a9a9a9;
}
@media only screen and (min-width: 769px) {
  header#header div#suche {
    float: right;
    margin: -7.5em 0.3em 0 0;
  }
}
div.tx-kesearch-pi1 div.message {
  margin-bottom: 1.6em;
}
div.news-list-container {
  margin-bottom: 2.4em;
  border-top: 1px solid #8f8f8f;
}
@media only screen and (min-width: 769px) {
  div.news-list-container {
    margin-bottom: 4.8em;
  }
}
div.news-list-container div.news-list-item {
  position: relative;
  padding: 1.6em 0;
  border-bottom: 1px solid #8f8f8f;
}
div.news-list-container div.news-list-item img {
  float: left;
  margin: 0.2em 1.6em 0 0;
}
@media only screen and (max-width: 768px) {
  div.news-list-container div.news-list-item img {
    float: none;
    margin-bottom: 0.8em;
  }
}
div.news-list-container div.news-list-item h3 {
  font-size: 1.1em;
  margin: 0 0 0.2em 0;
}
div.news-list-container div.news-list-item h3 a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  div.news-list-container div.news-list-item span.news-list-morelink {
    float: right;
    display: block;
    margin: 1.2em 0 -0.8em 0;
  }
}
@media only screen and (min-width: 769px) {
  div.news-list-container div.news-list-item span.news-list-morelink {
    position: absolute;
    right: 0;
    bottom: 1.6em;
  }
}
div.news-list-container div.news-list-item span.news-list-morelink a {
  display: block;
  width: 26px;
  height: 24px;
  outline: none;
  text-indent: -9999px;
  background: url(../img/picto-arrow-standard.png) no-repeat;
}
div.news-single-item h2 {
  font-size: 1.1em;
  color: inherit;
}
div.news-single-item div.news-single-img {
  float: left;
  margin: 0.2em 1.6em 0 0;
}
@media only screen and (max-width: 768px) {
  div.news-single-item div.news-single-img {
    float: none;
    margin-bottom: 0.8em;
  }
}
div.news-single-item div.news-single-img p.news-single-imgcaption {
  font-size: 0.8em;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  div.news-single-item div.news-single-img p.news-single-imgcaption {
    width: inherit !important;
  }
}
div.news-list-browse div.showResultsWrap {
  display: none;
}
div.news-list-browse div.browseLinksWrap {
  margin-top: 1.6em;
}
div.news-list-browse div.browseLinksWrap span,
div.news-list-browse div.browseLinksWrap a {
  display: inline-block;
  margin-right: 0.8em;
}
div.tx-powermail form {
  margin: 0 0 1.6em 0;
}
div.tx-powermail form h3,
div.tx-powermail form legend {
  display: none;
}
div.tx-powermail form div.powermail_fieldwrap {
  margin: 0 0 0.8em 0;
}
div.tx-powermail form input,
div.tx-powermail form textarea {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 768px) {
  div.tx-powermail form input,
  div.tx-powermail form textarea {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-powermail form input,
  div.tx-powermail form textarea {
    width: 20em;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-powermail form textarea {
    height: 10em;
  }
}
div.tx-powermail form input.powermail_file {
  padding: 0;
  border: none;
}
div.tx-powermail form div.powermail_fieldwrap_type_check label.powermail_label {
  display: none;
}
div.tx-powermail form div.powermail_fieldwrap_type_check input.powermail_checkbox {
  width: auto;
}
div.tx-powermail form input.powermail_submit {
  width: auto;
  color: #5e5e5e;
  border: none;
  margin: 0.6em 0 0 0;
  padding: 0.2em 1.2em;
  background-color: #e0e0e0;
}
div.tx-powermail form li.parsley-required {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  color: #d81e05;
}
div.powermail_confirmation table,
div.powermail_create table {
  width: 100%;
  margin: 0 0 1.6em 0;
}
div.powermail_confirmation table td,
div.powermail_create table td {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  div.powermail_confirmation form.visible-xs-inline-block,
  div.powermail_create form.visible-xs-inline-block {
    float: left;
    width: 50%;
  }
  div.powermail_confirmation input.btn-primary,
  div.powermail_create input.btn-primary,
  div.powermail_confirmation input.btn-danger,
  div.powermail_create input.btn-danger {
    width: 180px;
  }
  div.powermail_confirmation input.btn-primary,
  div.powermail_create input.btn-primary {
    float: right;
  }
}
div.tx-felogin-pi1 form {
  margin: 1.6em 0;
}
div.tx-felogin-pi1 form legend {
  display: none;
}
div.tx-felogin-pi1 form div {
  clear: left;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  div.tx-felogin-pi1 form label {
    float: left;
    width: 10em;
  }
}
div.tx-felogin-pi1 form label + input {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 768px) {
  div.tx-felogin-pi1 form label + input {
    width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-felogin-pi1 form label + input {
    width: 15em;
  }
}
div.tx-felogin-pi1 form input[type=submit] {
  color: #5e5e5e;
  border: none;
  margin: 0.6em 0 0 0;
  padding: 0.2em 1.2em;
  background-color: #e0e0e0;
}
div.tx_evoweb_sfregister {
  margin: 0 0 1.6em 0;
}
div.tx_evoweb_sfregister form {
  margin: 0 0 1.6em 0;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister dt {
    float: left;
    width: 15em;
    clear: left;
  }
}
div.tx_evoweb_sfregister dd {
  margin-bottom: 0.8em;
}
div.tx_evoweb_sfregister div.errorMessage {
  color: #d81e05;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister div.errorMessage {
    margin-left: 15em;
  }
}
@media only screen and (max-width: 768px) {
  div.tx_evoweb_sfregister dt.label-gender {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  div.tx_evoweb_sfregister dd.field-gender {
    display: inline-block;
  }
  div.tx_evoweb_sfregister dd.field-gender input {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister dd.field-gender span {
    margin-right: 1em;
  }
}
div.tx_evoweb_sfregister dd.field-text input {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 768px) {
  div.tx_evoweb_sfregister dd.field-text input {
    width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister dd.field-text input {
    width: 15em;
  }
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister dd.field-check {
    margin-left: 13.3em;
  }
}
div.tx_evoweb_sfregister dd.field-check input {
  margin-right: 0.6em;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister dd.field-check div.errorMessage {
    margin-left: 1.7em;
  }
}
div.tx_evoweb_sfregister div#bargraph {
  margin-top: 0.4em;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister div#bargraph {
    margin-left: 15em;
  }
}
div.tx_evoweb_sfregister div.mandatory {
  margin: 0 0 1.6em 0;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister div.mandatory {
    margin-left: 15em;
  }
}
div.tx_evoweb_sfregister input.submit {
  color: #5e5e5e;
  border: none;
  margin: 0.6em 0 0 0;
  padding: 0.2em 1.2em;
  background-color: #e0e0e0;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister input.submit {
    margin-left: 15em;
  }
}
div.tx_evoweb_sfregister dl.preview dt {
  font-family: 'roboto_regular', Arial, sans-serif;
}
div.tx_evoweb_sfregister dl.preview dd {
  display: block;
}
@media only screen and (min-width: 769px) {
  div.tx_evoweb_sfregister dl.preview dd {
    float: left;
    min-height: 1.6em;
  }
}
div.tx_evoweb_sfregister dl.preview dt.form-button {
  clear: both;
  margin-top: 1.6em;
}
div.tx_evoweb_sfregister dl.preview dd.form-button {
  margin: 1.6em 0;
}
div.tx_evoweb_sfregister dl.preview .form-button input {
  color: #5e5e5e;
  border: none;
  margin: 0.6em 0 0 0;
  padding: 0.2em 1.2em;
  background-color: #e0e0e0;
}
a.restricted:before,
a.login:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 0.3em;
  background-repeat: no-repeat;
  background-position: right;
}
a.restricted:before {
  background-image: url(../img/picto-unlocked.png);
}
a.login:before {
  background-image: url(../img/picto-locked.png);
}
div#overlaymask {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  z-index: 10;
}
div#overlaycontent {
  font-family: 'roboto_light', Arial, sans-serif;
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
@media only screen and (max-width: 768px) {
  div#overlaycontent {
    width: 100%;
    height: 100%;
    padding: 1em;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  div#overlaycontent {
    width: 720px;
    top: 10%;
    left: 50%;
    margin: 0px 0px 0px -360px;
    padding: 2em;
    box-sizing: border-box;
  }
  div#overlaycontent div.wrap {
    min-width: inherit;
    max-width: inherit;
  }
}
div#overlaycontent iframe {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  div#overlaycontent iframe {
    height: 100%;
  }
  div#overlaycontent iframe::-webkit-scrollbar {
    height: 12px;
  }
  div#overlaycontent iframe::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  div#overlaycontent iframe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 769px) {
  div#overlaycontent iframe {
    height: 650px;
    padding: 3em;
  }
}
div#overlayclose {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  right: 0px;
  background: url(../img/picto-close.png) no-repeat;
  cursor: pointer;
}
body.page-group div.tx-nw-locations div#mapEuropa {
  margin-top: -34px;
}
div.tx-nw-locations div#mapEuropa {
  position: relative;
  height: 443px;
  background: url(../img/europakarte.gif) top right no-repeat;
  margin-top: -60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.tx-nw-locations div#mapWelt {
  position: relative;
  height: 443px;
  background: url(../img/weltkarte.gif) top right no-repeat;
  margin-top: -34px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.tx-nw-locations div#mapWelt a {
  position: absolute;
  left: 292px;
  top: 122px;
}
div.tx-nw-locations div#selectLocation {
  margin-bottom: 2em;
}
div.tx-nw-locations div#selectLocation select {
  max-width: 90%;
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0 0.6em;
  border: 1px solid #a9a9a9;
}
div.tx-nw-locations div.locationlink {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #224488;
  cursor: pointer;
}
div.tx-nw-locations div.Primion {
  background: #007f5d;
}
div.tx-nw-locations div.GET {
  background: #d81e05;
}
div.tx-nw-locations div.Digitek {
  background: #a9a9a9;
}
div.tx-nw-locations h2.Primion {
  color: #007f5d;
}
div.tx-nw-locations h2.GET {
  color: #d81e05;
}
div.tx-nw-locations h2.Digitek {
  color: #a9a9a9;
}
div.tx-nw-whitepaper form p {
  clear: both;
}
div.tx-nw-whitepaper form p label {
  line-height: 2em;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  div.tx-nw-whitepaper form p label {
    float: none;
    width: auto;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-nw-whitepaper form p label {
    float: left;
    width: 10em;
  }
}
div.tx-nw-whitepaper form p input {
  font-family: 'roboto_regular', Arial, sans-serif;
  color: #5e5e5e;
  padding: 0.2em 0.6em;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 768px) {
  div.tx-nw-whitepaper form p input {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-nw-whitepaper form p input {
    width: 20em;
  }
}
div.tx-nw-whitepaper form p.checkbox input {
  width: auto;
  margin-right: 0.8em;
}
@media only screen and (min-width: 769px) {
  div.tx-nw-whitepaper form p.checkbox input {
    margin-left: 10em;
  }
}
@media only screen and (max-width: 768px) {
  div.tx-nw-whitepaper form p.checkbox label {
    display: inline;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-nw-whitepaper form p.checkbox label {
    float: none;
    width: auto;
  }
}
div.tx-nw-whitepaper form p.radiobutton input {
  width: auto;
}
div.tx-nw-whitepaper form p.radiobutton span {
  margin: 0 1.6em 0 0.8em;
}
@media only screen and (min-width: 769px) {
  div.tx-nw-whitepaper form input[type=submit] {
    margin-left: 10em;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  font-size: 14px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.tx-primionvertriebspartner h1 + form {
  margin-top: 40px;
}
.tx-primionvertriebspartner h1 + div {
  background-color: #d81e05 !important;
  color: #ffffff;
  font-weight: bolder;
  margin: 20px 0;
  padding: 10px 20px;
}
.tx-primionvertriebspartner form label {
  margin-right: 14px;
}
.tx-primionvertriebspartner form select,
.tx-primionvertriebspartner form input {
  margin-bottom: 10px;
  padding: 0.2em 0.6em;
  color: #5e5e5e;
  border: 1px solid #a9a9a9;
}
.tx-primionvertriebspartner form input[type=submit] {
  background-color: #e0e0e0;
  border: none;
  width: 100px;
}
.tx-primionvertriebspartner table.tx_primionvertriebspartner {
  border-spacing: 0px 40px;
  border-collapse: unset;
}
