/*
	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: #007f5d;
  color: #fff;
}
::-moz-selection {
  background: #007f5d;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(161, 187, 208, 0.6);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@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-display: swap;
}
@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-display: swap;
}
@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');
  font-display: swap;
}
@font-face {
  font-family: 'roboto_bold';
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'roboto_regular', Arial, sans-serif;
  font-size: 62.5%;
  color: rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
}
@media only screen and (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin: 0 auto;
  }
}
div.clear {
  clear: both;
}
div.wrap,
div.fullwrap {
  position: relative;
  font-size: 2.0em;
  line-height: 1.4em;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  div.wrap,
  div.fullwrap {
    font-size: 2.4em;
    line-height: 1.6em;
  }
}
div.wrap {
  padding: 1em;
}
@media only screen and (min-width: 1280px) {
  div.wrap {
    max-width: 1280px;
    padding: 1em 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .showmobile {
    display: none !important;
  }
}
.hidemobile {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hidemobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header#pageheader div.wrap::after {
    content: '';
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 1280px) {
  header#pageheader div.wrap {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 768px) {
  header#pageheader div#logo {
    max-width: 165px;
  }
  header#pageheader div#logo.primion-svg,
  header#pageheader div#logo.digitek-svg,
  header#pageheader div#logo.opertis-svg {
    max-width: 198px;
  }
}
@media only screen and (min-width: 769px) {
  header#pageheader div#logo {
    max-width: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  header#pageheader div#logo {
    max-width: 30%;
  }
}
header#pageheader div#logo.primion-svg img,
header#pageheader div#logo.digitek-svg img,
header#pageheader div#logo.opertis-svg img,
header#pageheader div#logo.get-svg img {
  width: 330px;
  margin-left: -10px;
}
header#pageheader div#logo.showmobile {
  float: right;
  margin-top: -0.4em;
}
header#pageheader div#logo.showmobile.primion-svg,
header#pageheader div#logo.showmobile.digitek-svg,
header#pageheader div#logo.showmobile.opertis-svg,
header#pageheader div#logo.showmobile.get-svg {
  margin-right: -1em;
}
header#pageheader div#wrap-nav-top {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 1em;
  min-height: 1em;
}
@media only screen and (max-width: 768px) {
  header#pageheader div#wrap-nav-top {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  header#pageheader div#wrap-nav-main {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
header#pageheader div#wrap-nav-main div#search {
  font-size: 0.58333333em;
  line-height: normal;
}
header#pageheader div#wrap-nav-main div#search input#search-word {
  display: inline-block;
  width: 8em;
  border: 1px solid #ffffff;
  border-bottom-color: #a9a9a9;
}
header#pageheader div#wrap-nav-main div#search input#search-send {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  background: #ffffff url("../img/icon-search.svg") center no-repeat;
}
header#pageheader div#searchlink {
  margin-left: 0.25em;
}
@media only screen and (min-width: 769px) {
  header#pageheader div#searchlink {
    margin-left: 1em;
  }
}
header#pageheader div#searchlink img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
header#pageheader div#searchlink a#searchopen {
  cursor: pointer;
}
header#pageheader div#searchfield {
  width: 0px;
  max-width: 600px;
  position: absolute;
  font-size: 0.66666667em;
  line-height: normal;
  padding-right: 0px;
  margin: -0.5em 0 1em 1em;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  header#pageheader div#searchfield {
    padding-bottom: 1em;
  }
}
header#pageheader div#searchfield input {
  width: 80%;
  padding: 0.5em;
  border-color: rgba(0, 0, 0, 0.6);
  border-width: 0px 0px 2px 0px;
}
header#pageheader div#searchfield input:focus {
  outline: none;
}
@media only screen and (min-width: 769px) {
  header#pageheader div#searchfield input {
    width: 90%;
  }
}
header#pageheader a#searchclose {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 9px;
  text-indent: -9999px;
  cursor: pointer;
}
header#pageheader a#searchclose::before,
header#pageheader a#searchclose::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  background-color: #a9a9a9;
}
header#pageheader a#searchclose::before {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
header#pageheader a#searchclose::after {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
header#pageheader #demolink-mobile + .showmobile {
  border-top-color: rgba(0, 0, 0, 0.6);
}
header#pageheader #demolink-desktop {
  font-size: 0.66666667em;
  margin: -0.66em 0 0 2em;
}
header#pageheader #demolink-mobile a,
header#pageheader #demolink-desktop a {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  padding: 0.25em 1em;
  background-color: #007f5d;
  border-radius: 12px;
}
header#pageheader #demolink-mobile a {
  margin: 0.5em 1.25em;
}
aside#images div.wrap {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  aside#images div.wrap {
    margin-bottom: 1em;
  }
}
aside#images img,
aside#images video {
  border-radius: 12px;
}
@media only screen and (min-width: 769px) {
  div#top-button {
    position: fixed;
    left: 50%;
    margin-left: -25px;
    bottom: 0.25em;
    padding: 0;
    z-index: 10;
  }
}
div#top-button a img {
  display: block;
}
div#cta-buttons {
  position: fixed;
  top: 171px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  div#cta-buttons {
    top: auto;
    bottom: -2em;
    scale: 0.66;
  }
}
div#cta-buttons ul li {
  display: block;
  margin: 0 0 0.5em 0;
}
div#cta-buttons ul li img {
  width: 58px;
}
footer#pagefooter {
  background-color: #d8d8d8;
  background: linear-gradient(to bottom, #ffffff 45%, #d8d8d8 45%);
}
@media only screen and (min-width: 769px) {
  footer#pagefooter {
    overflow-x: hidden;
  }
}
footer#pagefooter div#contact-info {
  border-radius: 12px;
  padding: 1em;
  color: #ffffff;
  margin-bottom: 1em;
  background-color: #a9a9a9;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#contact-info {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2em;
    margin-right: -50%;
    padding-right: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  footer#pagefooter div#contact-info {
    padding-left: 2em;
  }
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#contact-info header {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#contact-info div.contact-info-left {
    width: 60%;
  }
}
footer#pagefooter div#contact-info div.contact-info-left ul {
  font-size: 1.16666667em;
  font-family: 'roboto_bold', Arial, sans-serif;
  margin: 2em 0;
}
footer#pagefooter div#contact-info div.contact-info-left ul li {
  display: inline-block;
}
@media only screen and (min-width: 1280px) {
  footer#pagefooter div#contact-info div.contact-info-left ul li {
    display: inline-flex;
    width: 47%;
    padding-right: 2%;
  }
}
footer#pagefooter div#contact-info div.contact-info-left ul li::before {
  content: ">";
  margin-right: 0.25em;
}
@media only screen and (min-width: 1280px) {
  footer#pagefooter div#contact-info div.contact-info-left ul li::before {
    display: block;
  }
}
footer#pagefooter div#contact-info div.contact-info-right {
  font-size: 0.83333333em;
  line-height: 2em;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#contact-info div.contact-info-right {
    width: 32%;
  }
}
footer#pagefooter div#contact-info div.contact-info-right h3 {
  font-size: inherit;
  margin: 2em 0 0 0;
}
footer#pagefooter div#contact-info h1,
footer#pagefooter div#contact-info h2,
footer#pagefooter div#contact-info h3,
footer#pagefooter div#contact-info div.head,
footer#pagefooter div#contact-info a {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#contact-info h2,
  footer#pagefooter div#contact-info h3,
  footer#pagefooter div#contact-info div.head {
    font-size: 1.66666667em;
  }
}
footer#pagefooter div#contact-info form input#email {
  display: inline-block;
  width: 10em;
  font-family: 'roboto_bold', Arial, sans-serif;
  padding: 1em;
  color: #ffffff;
  background-color: #a9a9a9;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#contact-info form input#email {
    width: 70%;
  }
}
footer#pagefooter div#contact-info form input#email::placeholder {
  opacity: 1;
}
footer#pagefooter div#contact-info form input#send {
  display: inline-block;
  width: 80px;
  text-indent: -9999px;
  padding: 1em;
  background-color: #007f5d;
  background-image: url("../img/picto-newsletter.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #007f5d;
  box-sizing: border-box;
}
footer#pagefooter div#wrap-nav-foot {
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#wrap-nav-foot {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
footer#pagefooter div#wrap-nav-foot div#group-logo {
  width: 160px;
  margin-right: 2em;
}
footer#pagefooter div#disclaimer {
  color: #a9a9a9;
  font-size: 0.5em;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#disclaimer {
    text-align: right;
  }
}
div#wrap-nav-top nav {
  font-size: 0.58333333em;
  line-height: normal;
}
div#wrap-nav-top nav ul {
  padding-left: 20px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  div#wrap-nav-top nav ul {
    text-align: right;
  }
}
div#wrap-nav-top nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  div#wrap-nav-top nav ul li {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 769px) {
  div#wrap-nav-top nav ul li {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 768px) {
  div#wrap-nav-top nav#nav-top {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  div#wrap-nav-top nav#nav-lang,
  div#wrap-nav-top nav#nav-contact {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  div#wrap-nav-top nav#nav-lang ul {
    margin-left: 1em;
  }
}
div#wrap-nav-top nav#nav-lang ul li a.active,
div#wrap-nav-top nav#nav-lang ul li a:hover {
  border-bottom: 1px solid #a9a9a9;
}
@media only screen and (min-width: 769px) {
  div#wrap-nav-top nav#nav-lang ul li {
    margin-left: 0.5em;
  }
}
div#wrap-nav-top nav#nav-lang ul li.disabled {
  color: #d8d8d8;
}
nav#nav-main ul li {
  display: block;
}
nav#nav-main ul li a {
  transition: 0.25s color ease-in-out;
}
@media only screen and (max-width: 768px) {
  nav#nav-main {
    position: absolute;
    width: 100%;
    top: 3.5em;
    background-color: #ffffff;
    z-index: 20;
  }
  nav#nav-main > ul li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    margin-bottom: -1px;
  }
  nav#nav-main > ul li a.nav-arrow {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 18px;
    top: 6px;
  }
  nav#nav-main > ul li a.nav-arrow::before,
  nav#nav-main > ul li a.nav-arrow::after {
    position: absolute;
    content: '';
    border-radius: 3px;
    height: 3px;
    width: 18px;
    top: 12px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    text-indent: -9999px;
    transition: all 250ms ease-in-out;
  }
  nav#nav-main > ul li a.nav-arrow::before {
    right: 0px;
    transform: rotate(-45deg);
  }
  nav#nav-main > ul li a.nav-arrow::after {
    right: 12px;
    transform: rotate(45deg);
  }
  nav#nav-main > ul li a {
    display: block;
    padding: 0.2em 1em;
  }
  nav#nav-main > ul li a.active {
    color: #007f5d;
    font-family: 'roboto_bold', Arial, sans-serif;
  }
  nav#nav-main > ul li.showmobile {
    border-bottom-color: #d8d8d8;
  }
  nav#nav-main > ul li.showmobile a {
    font-size: 0.75em;
    padding: 0px 1.5em;
  }
  nav#nav-main > ul li.showmobile:first-of-type {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  nav#nav-main > ul li.showmobile + li.showmobile {
    border-top-color: #d8d8d8;
  }
  nav#nav-main div.wrap-nav-sub {
    display: none;
    background: rgba(169, 169, 169, 0.95);
  }
  nav#nav-main div.wrap-nav-sub ul li {
    border-color: #ffffff;
  }
  nav#nav-main div.wrap-nav-sub ul li a {
    color: #ffffff;
  }
  nav#nav-main div.wrap-nav-sub ul li ul li a {
    padding-left: 2em;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-main {
    font-size: 0.75em;
    line-height: normal;
  }
  nav#nav-main > ul {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
  }
  nav#nav-main > ul li {
    padding-bottom: 1em;
    margin: 0px 1em -0.5em 1em;
  }
  nav#nav-main > ul li a {
    color: #000000;
  }
  nav#nav-main > ul li a:hover,
  nav#nav-main > ul li a:active {
    color: #007f5d;
  }
  nav#nav-main > ul li a.active {
    color: #007f5d;
    font-family: 'roboto_bold', Arial, sans-serif;
    border-bottom: 2px solid #007f5d;
  }
  nav#nav-main div.wrap-nav-sub {
    display: none;
    font-size: 0.9em;
    line-height: 1.6em;
    position: absolute;
    left: 0px;
    width: 100%;
    margin-top: 0.5em;
    padding: 1em;
    box-sizing: border-box;
    background: rgba(169, 169, 169, 0.95);
    border-radius: 12px;
    z-index: 10;
  }
  nav#nav-main div.wrap-nav-sub ul {
    float: left;
    width: 100%;
  }
  nav#nav-main div.wrap-nav-sub ul li {
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 1em;
  }
  nav#nav-main div.wrap-nav-sub ul li a {
    display: block;
    color: #ffffff;
  }
  nav#nav-main div.wrap-nav-sub ul li a::before,
  nav#nav-main div.wrap-nav-sub ul li a::after {
    display: none;
    position: absolute;
    left: 0px;
    content: '';
    border-radius: 2px;
    height: 2px;
    width: 8px;
    background: #ffffff;
    text-indent: -9999px;
  }
  nav#nav-main div.wrap-nav-sub ul li a::before {
    top: 9px;
    transform: rotate(45deg);
  }
  nav#nav-main div.wrap-nav-sub ul li a::after {
    top: 14px;
    transform: rotate(-45deg);
  }
  nav#nav-main div.wrap-nav-sub ul li a:hover,
  nav#nav-main div.wrap-nav-sub ul li a:active {
    color: #ffffff;
  }
  nav#nav-main div.wrap-nav-sub ul li a.active::before,
  nav#nav-main div.wrap-nav-sub ul li a:hover::before,
  nav#nav-main div.wrap-nav-sub ul li a:active::before,
  nav#nav-main div.wrap-nav-sub ul li a.active::after,
  nav#nav-main div.wrap-nav-sub ul li a:hover::after,
  nav#nav-main div.wrap-nav-sub ul li a:active::after {
    display: block;
  }
  nav#nav-main div.wrap-nav-sub ul li a.active {
    font-family: 'roboto_bold', Arial, sans-serif;
    border-bottom: none;
  }
  nav#nav-main div.wrap-nav-sub ul li ul {
    display: none;
    position: relative;
    float: right;
    width: 60%;
    margin-bottom: 0px;
    min-height: 6em;
    padding-left: 1em;
    border-left: 1px solid #ffffff;
    z-index: 5;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(1) ul {
    margin-top: -1.65em;
    min-height: 1.65em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(2) ul {
    margin-top: -3.25em;
    min-height: 3.25em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(3) ul {
    margin-top: -4.85em;
    min-height: 4.85em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(4) ul {
    margin-top: -6.45em;
    min-height: 6.45em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(5) ul {
    margin-top: -8.05em;
    min-height: 8.05em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(6) ul {
    margin-top: -9.65em;
    min-height: 9.65em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(7) ul {
    margin-top: -11.25em;
    min-height: 11.25em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(8) ul {
    margin-top: -12.85em;
    min-height: 12.85em;
  }
  nav#nav-main div.wrap-nav-sub ul li:nth-of-type(9) ul {
    margin-top: -14.45em;
    min-height: 14.45em;
  }
  nav#nav-main div.wrap-nav-sub ul li:hover ul,
  nav#nav-main div.wrap-nav-sub ul li:active ul,
  nav#nav-main div.wrap-nav-sub ul li.subnavactive ul {
    display: block;
  }
  nav#nav-main ul li:hover div.wrap-nav-sub,
  nav#nav-main ul li:active div.wrap-nav-sub,
  nav#nav-main ul li.subnavactive div.wrap-nav-sub {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  div#wrap-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #ffffff;
    padding: 1.25em 1em 0px 0px;
    margin-bottom: 1em;
    box-sizing: border-box;
    z-index: 10;
  }
  .menu-open:checked ~ div#wrap-dropdown {
    display: block;
  }
}
label.menu-open-button {
  z-index: 20;
}
@media only screen and (min-width: 769px) {
  label.menu-open-button {
    display: none;
  }
}
.menu-open-button {
  background: transparent;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 1em;
  top: 0.5em;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
}
.menu-open {
  /*inputfeld verstecken*/
  display: none;
}
.hamburger {
  /*hamburger position*/
  width: 34px;
  height: 4px;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.hamburger-1 {
  /*hamburger abstande*/
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
  /*hamburger zum x animieren*/
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
nav#nav-rootline div.wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}
nav#nav-rootline ul {
  margin: 0px;
}
nav#nav-rootline ul li {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'roboto_medium', Arial, sans-serif;
  color: #a9a9a9;
}
nav#nav-rootline ul li::after {
  content: ' |';
  font-size: 0.75em;
  padding: 0px 0.25em;
}
nav#nav-rootline ul li:last-of-type::after {
  content: '';
}
nav#nav-rootline ul li a {
  font-size: 0.75em;
  color: #a9a9a9;
  border-bottom: none;
}
nav#nav-foot,
div#socialmedia {
  font-size: 0.75em;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  nav#nav-foot,
  div#socialmedia {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-foot ul,
  div#socialmedia ul {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
nav#nav-foot ul li,
div#socialmedia ul li {
  display: block;
  margin-right: 2em;
}
@media only screen and (max-width: 768px) {
  nav#nav-foot ul li,
  div#socialmedia ul li {
    margin-bottom: 1em;
  }
}
nav#nav-foot ul li a,
div#socialmedia ul li a {
  text-transform: uppercase;
}
div#socialmedia a {
  color: #ffffff;
}
a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
main a {
  font-family: 'roboto_bold', Arial, sans-serif;
  color: #007f5d;
  border-bottom: 2px solid #007f5d;
}
p {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: normal;
  font-family: 'roboto_bold', Arial, sans-serif;
}
img,
video {
  max-width: 100%;
  height: auto;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.3em;
  margin: 0.5em 0;
}
main img {
  border-radius: 12px;
}
main ul,
main ol {
  margin: 0 0 1em 0;
}
main ul li,
main ol li {
  margin: 0 0 0 1em;
  padding: 0 0 0 0.5em;
}
div.frame-space-before-medium div.wrap {
  margin-top: 3em;
}
h1,
h2,
h3,
div.head {
  color: #000000;
  font-family: 'roboto_bold', Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0.75em 0;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
h1.ce-headline-center,
h2.ce-headline-center,
h3.ce-headline-center,
div.head.ce-headline-center {
  text-align: center;
}
h1 {
  color: #007f5d;
  font-size: 1.33333333em;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 1.66666667em;
  }
}
h2 {
  font-size: 1.33333333em;
  margin: 0 0 1em 0;
}
p + h2 {
  margin-top: 1.5em;
}
h2 + h3 {
  margin-top: 1em;
}
div.frame-type-header div.wrap {
  padding-top: 0;
  padding-bottom: 0;
}
div.frame-type-header div.wrap h1,
div.frame-type-header div.wrap h2,
div.frame-type-header div.wrap h3 {
  margin: 0.75em 0 0 0;
}
div.ce-textpic div.ce-gallery figure a {
  border-bottom: none;
}
div.ce-textpic.ce-above div.ce-text h2,
div.ce-textpic.ce-above div.ce-text h3 {
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  div.ce-gallery[data-ce-columns="3"] div.ce-row,
  div.ce-gallery[data-ce-columns="4"] div.ce-row,
  div.ce-gallery[data-ce-columns="5"] div.ce-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
div.ce-gallery[data-ce-columns="3"] div.ce-row div.ce-column,
div.ce-gallery[data-ce-columns="4"] div.ce-row div.ce-column,
div.ce-gallery[data-ce-columns="5"] div.ce-row div.ce-column {
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 769px) {
  div.ce-gallery[data-ce-columns="3"] div.ce-row div.ce-column,
  div.ce-gallery[data-ce-columns="4"] div.ce-row div.ce-column,
  div.ce-gallery[data-ce-columns="5"] div.ce-row div.ce-column {
    width: 32%;
  }
}
div.ce-gallery[data-ce-columns="3"] div.ce-row div.ce-column a,
div.ce-gallery[data-ce-columns="4"] div.ce-row div.ce-column a,
div.ce-gallery[data-ce-columns="5"] div.ce-row div.ce-column a {
  border-bottom: none;
}
div.ce-gallery[data-ce-columns="3"] div.ce-row div.ce-column figcaption,
div.ce-gallery[data-ce-columns="4"] div.ce-row div.ce-column figcaption,
div.ce-gallery[data-ce-columns="5"] div.ce-row div.ce-column figcaption {
  font-size: inherit;
  font-family: 'roboto_bold', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  div.ce-gallery[data-ce-columns="3"] div.ce-row div.ce-column {
    width: 32%;
  }
  div.ce-gallery[data-ce-columns="4"] div.ce-row div.ce-column {
    width: 21%;
  }
  div.ce-gallery[data-ce-columns="5"] div.ce-row div.ce-column {
    width: 16%;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-left {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  div.ce-textpic.ce-left div.ce-gallery {
    width: 25%;
  }
  div.ce-textpic.ce-left div.ce-text {
    width: 70%;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-right {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  div.ce-textpic.ce-right div.ce-gallery {
    width: 25%;
  }
  div.ce-textpic.ce-right div.ce-text {
    width: 70%;
  }
}
div.frame-cta div.wrap {
  margin: 1em;
  padding: 0.5em 1em;
  background-color: #d8d8d8;
  border-radius: 12px;
}
@media only screen and (min-width: 1280px) {
  div.frame-cta div.wrap {
    margin: 1em auto;
  }
}
div.frame-cta header a {
  display: inline-block;
  border-bottom: none;
}
div.frame-cta a {
  color: #007f5d;
}
div.frame-cta h3 {
  margin: 0 0 0.25em 0;
}
div.frame-cta p {
  margin: 0;
}
div.frame-logoband,
div.frame-logoband-invers {
  margin: 6em 0;
  padding: 0.5em 1em;
}
div.frame-logoband div.ce-outer,
div.frame-logoband-invers div.ce-outer {
  padding: 0 1em;
}
div.frame-logoband div.ce-inner,
div.frame-logoband-invers div.ce-inner {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
div.frame-logoband div.ce-inner div.ce-row,
div.frame-logoband-invers div.ce-inner div.ce-row {
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  div.frame-logoband div.ce-inner div.ce-row,
  div.frame-logoband-invers div.ce-inner div.ce-row {
    width: 16.66%;
  }
}
@media only screen and (max-width: 768px) {
  div.frame-logoband div.ce-inner div.ce-row div.ce-column,
  div.frame-logoband-invers div.ce-inner div.ce-row div.ce-column {
    margin-bottom: 0.5em;
  }
}
div.frame-logoband div.ce-inner div.ce-row div.ce-column img,
div.frame-logoband-invers div.ce-inner div.ce-row div.ce-column img {
  display: block;
  border-radius: 0;
}
div.frame-logoband {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
div.frame-logoband-invers {
  background-color: #323232;
}
div.frame-logoband-invers div.ce-column img {
  filter: grayscale(1) invert(1);
}
main#content div.frame-logoband-invers:first-child {
  margin-top: 0;
}
div.frame-border {
  margin: 0 0 3em 0;
}
div.frame-border div.wrap {
  padding: 0;
  margin: 1em;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
}
@media only screen and (min-width: 1280px) {
  div.frame-border div.wrap {
    margin: 0 auto;
  }
}
div.frame-border div.wrap div.ce-gallery img {
  display: block;
}
@media only screen and (max-width: 768px) {
  div.frame-border div.wrap div.ce-text {
    margin: 0.5em;
  }
}
div.frame-textpic-area div.ce-textpic {
  position: relative;
}
div.frame-textpic-area h2,
div.frame-textpic-area h3,
div.frame-textpic-area a {
  color: #ffffff;
}
div.frame-textpic-area div.ce-text {
  font-size: 0.83333333em;
  line-height: normal;
  padding: 1em;
  color: #ffffff;
  box-sizing: border-box;
  background-color: rgba(228, 0, 43, 0.4);
  background-repeat: no-repeat;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  div.frame-textpic-area div.ce-text {
    background-size: 33%;
    padding-top: 6em;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-textpic-area div.ce-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    padding-left: 12em;
    background-image: url("../img/icon-kamera.png");
    background-position: left 2em;
  }
}
@media only screen and (min-width: 1280px) {
  div.frame-textpic-area div.ce-text {
    width: 50%;
  }
}
div.frame-textpic-area div.ce-text a {
  font-family: inherit;
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 3em;
  border: 1px solid #ffffff;
  border-radius: 12px;
}
div.frame-textpic-area div.ce-text a::after {
  content: " >";
}
div.frame-textpic-area div.ce-gallery img {
  display: block;
}
div.frame-layout-1 {
  margin: 2.8em 0 6em 0;
  padding: 4em 0;
  background-color: rgba(0, 127, 93, 0.1);
}
@media only screen and (min-width: 769px) {
  div.frame-layout-1 div.ce-textpic.ce-left div.ce-gallery,
  div.frame-layout-1 div.ce-textpic.ce-right div.ce-gallery {
    width: 45%;
  }
  div.frame-layout-1 div.ce-textpic.ce-left div.ce-text,
  div.frame-layout-1 div.ce-textpic.ce-right div.ce-text {
    width: 50%;
    margin-top: 0;
  }
}
div.frame-carousel div.ce-carousel-icons-wrap {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  div.frame-carousel div.ce-carousel-icons-wrap {
    margin-bottom: 2em;
  }
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-prev a,
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-next a {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-prev a img,
  div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-next a img {
    width: 32px;
  }
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure {
  margin: 0 0.25em;
}
@media only screen and (min-width: 769px) {
  div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure {
    margin: 0 2em;
  }
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure.hidden {
  display: none;
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure img {
  width: 50px;
  border-radius: 0px;
}
@media only screen and (min-width: 769px) {
  div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure img {
    width: 141px;
  }
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure.active {
  margin: 0 0.25em;
}
@media only screen and (min-width: 769px) {
  div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure.active {
    margin: 0 3em;
  }
}
div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure.active img {
  width: 75px;
  border-radius: 0px;
}
@media only screen and (min-width: 769px) {
  div.frame-carousel div.ce-carousel-icons-wrap div.ce-carousel-icons figure.active img {
    width: 215px;
  }
}
div.frame-carousel div.ce-carousel-infobox-wrap div.ce-carousel-infobox {
  font-size: 0.83333333em;
  line-height: normal;
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  background-color: #d8d8d8;
  border-radius: 12px;
}
div.frame-carousel div.ce-carousel-infobox-wrap a {
  font-family: inherit;
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 3em;
  color: #ffffff;
  background-color: #007f5d;
  border-radius: 12px;
}
div.frame-carousel div.ce-carousel-infobox-wrap a::after {
  content: " >";
}
div.frame-video div.ce-video-video-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  div.frame-video div.ce-video-video-wrap {
    max-width: 1280px;
    margin: 0 auto;
  }
}
div.frame-video div.ce-video-video {
  position: relative;
  z-index: 2;
}
div.frame-video div.ce-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  z-index: 3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (min-width: 1280px) {
  div.frame-video div.ce-video-animation {
    padding: 0;
  }
}
div.frame-video div.ce-video-animation img {
  display: block;
}
hr.ce-div {
  height: 2px;
  margin: 0 0 1em 0;
  background-color: #d8d8d8;
  border: none;
}
ul.ce-uploads {
  margin: 1em 0;
}
ul.ce-uploads li {
  position: relative;
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
  clear: both;
}
ul.ce-uploads li a {
  color: inherit;
  font-family: inherit;
  display: block;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: top right;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  ul.ce-uploads li a {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 769px) {
  ul.ce-uploads li a::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 38px;
    position: absolute;
    right: 0px;
    background: url(../img/picto-arrow-grey.png) right no-repeat;
    transition: 0.2s all ease-in-out;
    opacity: 1;
  }
}
ul.ce-uploads li a span.ce-uploads-filesize {
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  ul.ce-uploads li a span.ce-uploads-filesize {
    float: right;
    margin-right: 60px;
  }
}
ul.ce-uploads li a span.ce-uploads-fileName {
  display: block;
}
@media only screen and (min-width: 769px) {
  ul.ce-uploads li a span.ce-uploads-fileName {
    display: inline-block;
    margin-right: 40px;
  }
}
div.frame-type-menu_subpages {
  margin: 1em 0;
}
div.frame-type-menu_subpages li {
  position: relative;
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
  clear: both;
}
div.frame-type-menu_subpages li a {
  color: inherit;
  font-family: inherit;
  display: block;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: top right;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  div.frame-type-menu_subpages li a {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-menu_subpages li a::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 38px;
    position: absolute;
    right: 0px;
    background: url(../img/picto-arrow-grey.png) right no-repeat;
    transition: 0.2s all ease-in-out;
    opacity: 1;
  }
}
div.frame-type-menu_section div.wrap {
  padding-bottom: 0;
}
div.frame-type-menu_section ul {
  margin: 0;
}
div.frame-type-menu_section ul li {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
}
div.frame-type-menu_section ul li a {
  font-size: 0.75em;
  font-family: 'roboto_medium', Arial, sans-serif;
  color: #ffffff;
  padding: 0.25em 0.5em;
  border-radius: 12px;
  background-color: #a9a9a9;
  border: 1px solid #a9a9a9;
  transition: 0.25s all ease-in-out;
}
div.frame-type-menu_section ul li a:hover,
div.frame-type-menu_section ul li a:active {
  background-color: #007f5d;
  border-color: #007f5d;
}
aside#images div.frame-header-video-fullsize img,
aside#images div.frame-header-video-fullsize video {
  width: 100%;
  border-radius: 0px;
}
@media (orientation: portrait) {
  aside#images div.frame-header-video-fullsize div.video-canvas-16-9 {
    display: block;
  }
}
@media (orientation: landscape) {
  aside#images div.frame-header-video-fullsize div.video-canvas-16-9 {
    display: none;
  }
}
@media (orientation: portrait) {
  aside#images div.frame-header-video-fullsize div.video-canvas-21-9 {
    display: none;
  }
}
@media (orientation: landscape) {
  aside#images div.frame-header-video-fullsize div.video-canvas-21-9 {
    display: block;
  }
}
iframe#iframe-newsletter {
  width: 100%;
  height: 490px;
  border: 0;
}
@media only screen and (min-width: 769px) {
  iframe#iframe-newsletter {
    height: 290px;
  }
}
body#content-home div.ce-textpic.ce-right div.ce-gallery {
  margin-top: 3.5em;
}
body#content-home div.frame-logoband div.ce-gallery div.ce-inner div.ce-column img,
body#content-group div.frame-logoband div.ce-gallery div.ce-inner div.ce-column img,
body#content-home div.frame-logoband-invers div.ce-gallery div.ce-inner div.ce-column img,
body#content-group div.frame-logoband-invers div.ce-gallery div.ce-inner div.ce-column img {
  max-height: 75px;
}
@media only screen and (max-width: 768px) {
  body#content-home div#c2911 div.ce-gallery div.ce-inner div.ce-column figure.image,
  body#content-group div#c2911 div.ce-gallery div.ce-inner div.ce-column figure.image,
  div#c386 div.ce-gallery div.ce-inner div.ce-column figure.image {
    max-width: 66%;
    margin: 0 auto;
  }
}
body#content-home div#c2911 div.ce-gallery div.ce-inner div.ce-column img,
body#content-group div#c2911 div.ce-gallery div.ce-inner div.ce-column img,
div#c386 div.ce-gallery div.ce-inner div.ce-column img {
  max-height: unset;
}
@media only screen and (max-width: 768px) {
  body#content-home div.frame-type-shortcut figure.image {
    max-width: 66%;
    margin: 0 auto;
  }
}
body#content-home div.frame-layout-1 {
  margin: 6em 0;
}
div.tns-controls button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 45%;
  border: none;
  background: none;
  text-indent: -9999px;
  z-index: 5;
}
div.tns-controls button::before,
div.tns-controls button::after {
  position: absolute;
  content: '';
  border-radius: 3px;
  height: 2px;
  width: 12px;
  background: #000000;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
div.tns-controls button::before {
  top: 5px;
}
div.tns-controls button::after {
  top: 12px;
}
div.tns-controls button[data-controls=prev] {
  left: 0;
}
@media only screen and (min-width: 1680px) {
  div.tns-controls button[data-controls=prev] {
    left: -1.5em;
  }
}
div.tns-controls button[data-controls=prev]::before {
  transform: rotate(-45deg);
}
div.tns-controls button[data-controls=prev]::after {
  transform: rotate(45deg);
}
div.tns-controls button[data-controls=next] {
  right: 0;
}
@media only screen and (min-width: 1680px) {
  div.tns-controls button[data-controls=next] {
    right: -1.5em;
  }
}
div.tns-controls button[data-controls=next]::before {
  transform: rotate(45deg);
}
div.tns-controls button[data-controls=next]::after {
  transform: rotate(-45deg);
}
div.frame-logoband-invers button::before,
div.frame-logoband-invers button::after {
  background: #ffffff;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(2333.33333333%);
  width: -moz-calc(2333.33333333%);
  width: calc(2333.33333333%);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(1.42857143%);
  width: -moz-calc(1.42857143%);
  width: calc(1.42857143%);
  height: 10px;
  float: left;
}
div.frame-type-shortcut {
  margin: 4em 0;
}
div.frame-type-shortcut div.wrap div.frame div.wrap {
  font-size: inherit;
  line-height: inherit;
  max-width: inherit;
  margin: 0;
  padding: 0 2vw;
}
@media only screen and (min-width: 769px) {
  div.frame-type-shortcut div.ce-textpic.ce-left div.ce-gallery {
    width: 45%;
    text-align: right;
  }
  div.frame-type-shortcut div.ce-textpic.ce-left div.ce-gallery figcaption.image-caption {
    font-size: 0.8em;
    line-height: normal;
  }
  div.frame-type-shortcut div.ce-textpic.ce-left div.ce-gallery img {
    border-radius: 0px;
    max-width: 400px;
    max-height: 150px;
  }
  div.frame-type-shortcut div.ce-textpic.ce-left div.ce-text {
    width: 50%;
    margin-top: 0;
  }
}
.unslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap div.ce-content {
  position: relative;
}
.unslider-wrap.unslider-carousel > div {
  float: left;
}
a.unslider-arrow {
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  top: 42%;
  text-indent: -9999px;
  cursor: pointer;
  background-repeat: no-repeat;
  border-bottom: none;
  z-index: 5;
}
a.unslider-arrow::before,
a.unslider-arrow::after {
  position: absolute;
  content: '';
  border-radius: 3px;
  height: 2px;
  width: 12px;
  background: #000000;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
a.unslider-arrow::before {
  top: 5px;
}
a.unslider-arrow::after {
  top: 12px;
}
a.unslider-arrow.prev {
  left: 0px;
}
@media only screen and (max-width: 768px) {
  a.unslider-arrow.prev {
    left: -0.5em;
  }
}
a.unslider-arrow.prev::before {
  transform: rotate(-45deg);
}
a.unslider-arrow.prev::after {
  transform: rotate(45deg);
}
a.unslider-arrow.next {
  right: 0px;
}
@media only screen and (max-width: 768px) {
  a.unslider-arrow.next {
    right: -1.5em;
  }
}
a.unslider-arrow.next::before {
  transform: rotate(45deg);
}
a.unslider-arrow.next::after {
  transform: rotate(-45deg);
}
main nav.unslider-nav ol {
  list-style: none;
  text-align: center;
}
main nav.unslider-nav ol li {
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0px 1px;
  padding: 0;
  background: #a9a9a9;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
main nav.unslider-nav ol li.unslider-active {
  background: #e4002b;
  cursor: default;
}
div.frame-header-image-extended {
  position: relative;
  font-family: 'roboto_medium', Arial, sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  div.frame-header-image-extended {
    margin-bottom: 1em;
  }
}
div.frame-header-image-extended a {
  color: #ffffff;
}
div.frame-header-image-extended div.header-image-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
}
@media only screen and (min-width: 769px) {
  div.frame-header-image-extended div.header-image-content {
    padding: 2em;
  }
}
div.frame-header-image-extended div.header-image-header {
  font-size: 1.33333333em;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 769px) {
  div.frame-header-image-extended div.header-image-header {
    font-size: 1.66666667em;
  }
}
div.frame-header-image-extended div.header-image-header h1,
div.frame-header-image-extended div.header-image-header h2,
div.frame-header-image-extended div.header-image-header h3,
div.frame-header-image-extended div.header-image-header div.head {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
}
div.frame-header-image-extended div.header-image-subheader {
  margin-bottom: 1em;
}
div.frame-header-image-extended ul.header-image-list {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  div.frame-header-image-extended ul.header-image-list {
    display: none;
  }
}
div.frame-header-image-extended ul.header-image-list li {
  display: block;
  padding: 0.5em 0;
  margin-left: 0;
  border-bottom: 1px solid #ffffff;
}
div.frame-header-image-extended ul.header-image-list li:last-of-type {
  border-bottom: none;
}
div.frame-header-image-extended div.header-image-link a {
  display: block;
  text-align: center;
  padding: 0.125em 0.5em;
  margin-bottom: 0.5em;
  border-radius: 12px;
  border: 2px solid #e4002b;
  background-color: #e4002b;
}
div.frame-header-image-extended div.header-image-motive {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
div.frame-header-image-extended div.header-image-motive img {
  display: block;
  filter: contrast(75%) brightness(75%);
}
@media only screen and (min-width: 769px) {
  div.frame-header-image-extended div.header-image-motive::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.5em;
    left: 0;
    width: 100%;
    height: 5em;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 5;
  }
}
div.frame-textpic-extended {
  margin: 0 1em;
}
@media only screen and (min-width: 1280px) {
  div.frame-textpic-extended {
    margin: 0;
  }
}
div.frame-textpic-extended div.wrap {
  position: relative;
  font-family: 'roboto_medium', Arial, sans-serif;
  color: #ffffff;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}
div.frame-textpic-extended a {
  color: #ffffff;
}
div.frame-textpic-extended div.textpic-extended-content {
  padding: 1em;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  div.frame-textpic-extended div.textpic-extended-content div.textpic-extended-content-right {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-textpic-extended div.textpic-extended-content {
    display: flex;
    gap: 4em;
    padding: 2em;
  }
  div.frame-textpic-extended div.textpic-extended-content div.extpic-extended-content-left {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
  div.frame-textpic-extended div.textpic-extended-content div.textpic-extended-content-right {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 426px;
  }
}
div.frame-textpic-extended div.textpic-extended-header {
  font-size: 1.33333333em;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  div.frame-textpic-extended div.textpic-extended-header {
    font-size: 1.66666667em;
  }
}
div.frame-textpic-extended div.textpic-extended-subheader {
  font-size: 1.16666667em;
  margin-bottom: 0.75em;
  line-height: 1;
}
div.frame-textpic-extended ul {
  margin-bottom: 1em;
}
div.frame-textpic-extended ul li {
  display: block;
  padding: 0.5em 0;
  margin-left: 0;
  border-bottom: 1px solid #ffffff;
}
div.frame-textpic-extended ul li:last-of-type {
  border-bottom: none;
}
div.frame-textpic-extended div.textpic-extended-link a {
  display: inline-block;
  text-align: center;
  padding: 0.125em 2.5em;
  margin-bottom: 0.5em;
  border: 2px solid #e4002b;
  background-color: #e4002b;
  border-radius: 12px;
}
div.background-0 div.textpic-extended-content {
  background-color: rgba(50, 50, 50, 0.6);
}
div.background-0 div.textpic-extended-content div.textpic-extended-content-left {
  max-width: 960px;
}
div.background-1 div.textpic-extended-content {
  padding: 0;
  height: 100%;
}
div.background-1 div.textpic-extended-content div.textpic-extended-content-left {
  max-width: 728px;
  padding: 1em;
  background-color: rgba(228, 0, 43, 0.4);
  box-sizing: border-box;
  border-radius: 12px 0 0 12px;
}
@media only screen and (min-width: 769px) {
  div.background-1 div.textpic-extended-content div.textpic-extended-content-left {
    padding: 2em;
  }
}
div.background-1 div.textpic-extended-link a {
  border-color: #007f5d;
  background-color: #007f5d;
}
div.frame-textpic-extended + div.frame-layout-1 {
  margin-top: 6em;
}
fieldset.kesearch_searchbox div.kesearchbox {
  display: inline-block;
}
fieldset.kesearch_searchbox input#ke_search_sword {
  width: 90%;
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 769px) {
  fieldset.kesearch_searchbox input#ke_search_sword {
    width: 640px;
    margin-right: 1em;
  }
}
fieldset.kesearch_searchbox span.resetbutt {
  display: none;
}
fieldset.kesearch_searchbox span.submitbutt {
  display: inline-block;
  vertical-align: top;
}
fieldset.kesearch_searchbox span.submitbutt input {
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.5em 2em;
  color: rgba(0, 0, 0, 0.6);
  background-color: #d8d8d8;
  border: none;
  box-sizing: border-box;
  transition: 0.25s all ease-in-out;
  border-radius: 12px;
}
div#kesearch_results div.result-list-item {
  margin: 2em 0;
}
div#kesearch_results span.teaser_icon {
  margin-right: 0.5em;
}
div#kesearch_results span.teaser_icon img {
  border-radius: 0;
}
div#kesearch_pagebrowser_bottom div.kesearch_pagebrowser {
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px dashed rgba(0, 0, 0, 0.6);
}
div#kesearch_pagebrowser_bottom div.kesearch_pagebrowser ul {
  text-align: center;
}
div#kesearch_pagebrowser_bottom div.kesearch_pagebrowser ul li {
  display: inline;
  padding: 0;
  margin: 0 0.5em;
}
div.frame-type-form_formframework form > div.form-group,
div.postcommentsform form > div.form-group {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework form > div.form-group,
  div.postcommentsform form > div.form-group {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  div.frame-type-form_formframework form > div.form-group div.input,
  div.postcommentsform form > div.form-group div.input {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.frame-type-form_formframework label.control-label,
div.postcommentsform label.control-label {
  padding: 0.5em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework label.control-label,
  div.postcommentsform label.control-label {
    width: 240px;
    min-width: 240px;
  }
}
div.frame-type-form_formframework input,
div.postcommentsform input,
div.frame-type-form_formframework select,
div.postcommentsform select,
div.frame-type-form_formframework textarea,
div.postcommentsform textarea {
  width: 90%;
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework input,
  div.postcommentsform input,
  div.frame-type-form_formframework select,
  div.postcommentsform select,
  div.frame-type-form_formframework textarea,
  div.postcommentsform textarea {
    width: 640px;
  }
}
div.frame-type-form_formframework textarea,
div.postcommentsform textarea {
  height: 8em;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.clearfix,
  div.postcommentsform div.clearfix {
    margin-left: 240px;
  }
}
div.frame-type-form_formframework div.form-check input.add-on,
div.postcommentsform div.form-check input.add-on {
  width: auto;
  margin-right: 1em;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-check input.add-on,
  div.postcommentsform div.form-check input.add-on {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-check span,
  div.postcommentsform div.form-check span {
    display: inline-block;
    max-width: 640px;
    vertical-align: top;
  }
}
div.frame-type-form_formframework div.inputs-list div.form-check,
div.postcommentsform div.inputs-list div.form-check {
  padding: 0.5em 0;
}
div.frame-type-form_formframework div.inputs-list div.form-check input[type=checkbox],
div.postcommentsform div.inputs-list div.form-check input[type=checkbox] {
  width: auto;
  margin-right: 1em;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.inputs-list div.form-check label,
  div.postcommentsform div.inputs-list div.form-check label {
    width: auto;
    min-width: inherit;
  }
}
div.frame-type-form_formframework div.inputs-list.single-row div.form-check,
div.postcommentsform div.inputs-list.single-row div.form-check {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.inputs-list.single-row div.form-check,
  div.postcommentsform div.inputs-list.single-row div.form-check {
    display: inline-block;
    margin-right: 3em;
  }
}
div.frame-type-form_formframework div.form-group div.input input[type=file],
div.postcommentsform div.form-group div.input input[type=file] {
  border: none;
}
div.frame-type-form_formframework span.error,
div.postcommentsform span.error {
  display: block;
  font-family: 'roboto_bold', Arial, sans-serif;
  color: #e4002b;
  padding: 0.5em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework span.error,
  div.postcommentsform span.error {
    flex-basis: 100%;
  }
}
div.frame-type-form_formframework button.btn-primary,
div.postcommentsform button.btn-primary {
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.5em 2em;
  color: #ffffff;
  background-color: #007f5d;
  border: none;
  box-sizing: border-box;
  transition: 0.25s all ease-in-out;
  border-radius: 12px;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework button.btn-primary,
  div.postcommentsform button.btn-primary {
    margin: 1em 0 1em 240px;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row,
  div.postcommentsform div.form-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  div.frame-type-form_formframework div.form-row,
  div.postcommentsform div.form-row {
    padding: 0 3em;
  }
}
div.frame-type-form_formframework div.form-row > div.form-group,
div.postcommentsform div.form-row > div.form-group,
div.frame-type-form_formframework div.form-row > div.col-6,
div.postcommentsform div.form-row > div.col-6 {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row > div.form-group,
  div.postcommentsform div.form-row > div.form-group,
  div.frame-type-form_formframework div.form-row > div.col-6,
  div.postcommentsform div.form-row > div.col-6 {
    width: 45%;
  }
}
div.frame-type-form_formframework div.form-row > div.col-12,
div.postcommentsform div.form-row > div.col-12 {
  width: 100%;
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row > div.col-12 label.control-label + div.input input.form-control,
  div.postcommentsform div.form-row > div.col-12 label.control-label + div.input input.form-control,
  div.frame-type-form_formframework div.form-row > div.col-12 label.control-label + div.input textarea.form-control,
  div.postcommentsform div.form-row > div.col-12 label.control-label + div.input textarea.form-control {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row input,
  div.postcommentsform div.form-row input,
  div.frame-type-form_formframework div.form-row select,
  div.postcommentsform div.form-row select,
  div.frame-type-form_formframework div.form-row textarea,
  div.postcommentsform div.form-row textarea {
    max-width: 100%;
  }
}
div.frame-type-form_formframework div.form-row div.checkbox > div.form-check,
div.postcommentsform div.form-row div.checkbox > div.form-check {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row div.checkbox > div.form-check input.add-on,
  div.postcommentsform div.form-row div.checkbox > div.form-check input.add-on {
    margin-left: 0px;
  }
}
div.frame-type-form_formframework div.form-row div.checkbox > div.form-check span,
div.postcommentsform div.form-row div.checkbox > div.form-check span {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row div.checkbox > div.form-check span,
  div.postcommentsform div.form-row div.checkbox > div.form-check span {
    max-width: 95%;
  }
}
div.frame-type-form_formframework div.form-row div.inputs-list div.form-check,
div.postcommentsform div.form-row div.inputs-list div.form-check {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row div.inputs-list div.form-check,
  div.postcommentsform div.form-row div.inputs-list div.form-check {
    display: inline-block;
    margin-right: 2em;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row div.clearfix,
  div.postcommentsform div.form-row div.clearfix,
  div.frame-type-form_formframework div.form-row button.btn-primary,
  div.postcommentsform div.form-row button.btn-primary {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row.single-row,
  div.postcommentsform div.form-row.single-row {
    display: block;
  }
  div.frame-type-form_formframework div.form-row.single-row div.form-group,
  div.postcommentsform div.form-row.single-row div.form-group {
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-row.single-row input,
  div.postcommentsform div.form-row.single-row input,
  div.frame-type-form_formframework div.form-row.single-row select,
  div.postcommentsform div.form-row.single-row select,
  div.frame-type-form_formframework div.form-row.single-row textarea,
  div.postcommentsform div.form-row.single-row textarea {
    max-width: none;
    width: 100%;
  }
}
div.frame-type-form_formframework div.form-row div.title,
div.postcommentsform div.form-row div.title {
  font-family: 'roboto_bold', Arial, sans-serif;
  color: #007f5d;
  margin: 2em 0 0 0;
}
div.frame-type-form_formframework div.form-row input[type=file],
div.postcommentsform div.form-row input[type=file] {
  margin-bottom: 1em;
}
div.frame-type-form_formframework {
  margin: 2em 0;
}
div#form-callback,
div#form-contact,
div#info-contact {
  display: none;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1.3em;
  position: fixed;
  padding: 1.5em 1em 0.5em 1em;
  z-index: 20;
  box-sizing: border-box;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  div#form-callback,
  div#form-contact,
  div#info-contact {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  div#form-callback::-webkit-scrollbar,
  div#form-contact::-webkit-scrollbar,
  div#info-contact::-webkit-scrollbar {
    height: 12px;
  }
  div#form-callback::-webkit-scrollbar-track,
  div#form-contact::-webkit-scrollbar-track,
  div#info-contact::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  div#form-callback::-webkit-scrollbar-thumb,
  div#form-contact::-webkit-scrollbar-thumb,
  div#info-contact::-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#form-callback,
  div#form-contact,
  div#info-contact {
    right: 65px;
    max-width: 512px;
  }
}
div#form-callback div.head,
div#form-contact div.head,
div#info-contact div.head,
div#form-callback div.title,
div#form-contact div.title,
div#info-contact div.title {
  color: inherit;
  font-family: 'roboto_bold', Arial, sans-serif;
  font-size: 1.33333333em;
  margin-bottom: 0;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
div#form-callback h2,
div#form-contact h2,
div#info-contact h2,
div#form-callback h3,
div#form-contact h3,
div#info-contact h3,
div#form-callback a,
div#form-contact a,
div#info-contact a {
  color: inherit;
}
div#form-callback h2,
div#form-contact h2,
div#info-contact h2,
div#form-callback h3,
div#form-contact h3,
div#info-contact h3 {
  margin-bottom: 0;
}
div#form-callback div.form-group,
div#form-contact div.form-group,
div#info-contact div.form-group {
  margin: 0.5em 0;
}
@media only screen and (min-width: 769px) {
  div#form-callback div.form-group,
  div#form-contact div.form-group,
  div#info-contact div.form-group {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
div#form-callback label.control-label,
div#form-contact label.control-label,
div#info-contact label.control-label {
  padding: 0.25em 0;
}
@media only screen and (min-width: 769px) {
  div#form-callback label.control-label,
  div#form-contact label.control-label,
  div#info-contact label.control-label {
    width: 33%;
  }
}
div#form-callback div.input,
div#form-contact div.input,
div#info-contact div.input {
  width: 66%;
}
div#form-callback div.input.checkbox,
div#form-contact div.input.checkbox,
div#info-contact div.input.checkbox {
  width: 99%;
}
div#form-callback input,
div#form-contact input,
div#info-contact input,
div#form-callback select,
div#form-contact select,
div#info-contact select,
div#form-callback textarea,
div#form-contact textarea,
div#info-contact textarea {
  width: 100%;
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.25em;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
div#form-callback div.form-check input.add-on,
div#form-contact div.form-check input.add-on,
div#info-contact div.form-check input.add-on {
  width: auto;
  margin-right: 1em;
}
@media only screen and (min-width: 769px) {
  div#form-callback div.form-check span,
  div#form-contact div.form-check span,
  div#info-contact div.form-check span {
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
  }
}
div#form-callback button.btn-primary,
div#form-contact button.btn-primary,
div#info-contact button.btn-primary {
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.5em 2em;
  color: rgba(0, 0, 0, 0.6);
  background-color: #d8d8d8;
  border: none;
  box-sizing: border-box;
  transition: 0.25s all ease-in-out;
  border-radius: 12px;
}
div#form-callback a.cta-close,
div#form-contact a.cta-close,
div#info-contact a.cta-close {
  display: block;
  text-indent: -9999px;
}
div#form-callback a.cta-close:before,
div#form-contact a.cta-close:before,
div#info-contact a.cta-close:before,
div#form-callback a.cta-close:after,
div#form-contact a.cta-close:after,
div#info-contact a.cta-close:after {
  position: absolute;
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  top: 0.5em;
  right: 1em;
  border-radius: 3px;
  background-color: #ffffff;
}
div#form-callback a.cta-close:before,
div#form-contact a.cta-close:before,
div#info-contact a.cta-close:before {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
div#form-callback a.cta-close:after,
div#form-contact a.cta-close:after,
div#info-contact a.cta-close:after {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
div#form-callback {
  background-color: #a9a9a9;
}
@media only screen and (min-width: 769px) {
  div#form-callback {
    top: 171px;
  }
}
div#form-contact {
  background-color: #e4002b;
}
@media only screen and (min-width: 769px) {
  div#form-contact {
    top: 236px;
  }
}
div#info-contact {
  background-color: #007f5d;
}
@media only screen and (min-width: 769px) {
  div#info-contact {
    top: 301px;
  }
}
div#info-contact strong {
  font-size: 1.33333333em;
}
div.form-extra {
  height: 0px;
  padding: 0;
  text-indent: -9999px;
}
div#global-contact-form div.frame:first-of-type header {
  padding: 0.25em;
  background-color: #007f5d;
  border-radius: 12px;
}
div#global-contact-form div.frame:first-of-type header h1,
div#global-contact-form div.frame:first-of-type header h2,
div#global-contact-form div.frame:first-of-type header h3,
div#global-contact-form div.frame:first-of-type header div.head {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  div#global-contact-form div.frame:first-of-type header {
    padding: 1em;
  }
}
div#global-contact-form div.frame-type-header + div.frame-type-shortcut {
  margin-top: 0;
}
div#global-contact-form div.frame-type-header + div.frame-type-shortcut div.frame-type-form_formframework {
  margin-top: 1em;
}
div#global-contact-form div.frame-type-header + div.frame-type-html div.hbspt-form {
  margin: 1em 2vw;
}
@media only screen and (min-width: 1280px) {
  div#global-contact-form div.frame-type-header + div.frame-type-html div.hbspt-form {
    padding: 0 3em;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-multicolumn ul.multicolumnContainer {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
div.frame-type-multicolumn ul.multicolumnContainer li.column {
  display: block;
  margin: 0 -0.5em;
  padding: 0 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  div.frame-type-multicolumn ul.multicolumnContainer li.column {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
div.frame-type-multicolumn ul.multicolumnContainer li.column div.columnItems {
  padding: 0 !important;
}
div.frame-type-multicolumn ul.multicolumnContainer li.column div.columnItems div.columnItem div.wrap {
  font-size: inherit;
  line-height: inherit;
  max-width: inherit;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  div#blog {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
  }
  div#blog div#blog-main {
    width: 70%;
  }
  div#blog div#blog_sidebar {
    width: 25%;
  }
}
article.postlist__post {
  margin: 2em 0;
}
article.postlist__post:first-of-type {
  margin: 2em 0;
}
article.postlist__post a {
  border-bottom: none;
}
article.postlist__post div.postmetagroup__item a {
  color: #a9a9a9;
  font-size: 0.75em;
  vertical-align: bottom;
}
article.postlist__post div.postmetagroup__item ul.postmetagroup__list li {
  margin-left: 0;
  padding-left: 0;
  color: #a9a9a9;
}
@media only screen and (min-width: 769px) and (orientation: landscape) {
  div.postlist {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.postlist article.postlist__post {
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 1em;
  }
}
#blog-searchfield {
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
#blog-seach-submit {
  background: url("/typo3conf/ext/nw_package/Resources/Public/img/icon-search.svg");
  width: 40px;
  height: 40px;
  border: none;
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  nav.blogpagination {
    width: 100%;
  }
}
nav.blogpagination ul li {
  margin: 0 1em 0 0;
  padding: 0;
}
nav.blogpagination ul li.blogpagination__item--active {
  font-weight: inherit;
}
div.bloglist__item--tag h2.bloglist__title {
  font-size: inherit;
  margin-bottom: 0;
}
div.bloglist__item--tag h2.bloglist__title a {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
div.bloglist--tag div.bloglist__item--tag {
  color: #a9a9a9;
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 0.75em;
  line-height: normal;
}
div.bloglist--tag div.bloglist__item--tag::after {
  content: "•";
  margin-left: 0.5em;
}
div.bloglist--tag div.bloglist__item--tag a {
  color: #a9a9a9;
  border-bottom: none;
}
div.bloglist--tag div.bloglist__item--tag:last-of-type::after {
  content: "";
}
div.postcomments {
  margin: 2em 0;
}
article.postteaser__post {
  margin: 0.5em 0;
}
article.postteaser__post h3.postteaser__posttitle {
  font-size: inherit;
}
article.postteaser__post time {
  display: block;
  font-family: 'roboto_bold', Arial, sans-serif;
  font-size: 0.75em;
  color: #a9a9a9;
}
div.news-header {
  margin-top: -1em;
  margin-bottom: 2em;
}
div.news div.news-list-date {
  font-size: 0.75em;
  font-family: 'roboto_bold', Arial, sans-serif;
  color: #a9a9a9;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 769px) {
  div.news div.news-img-wrap {
    float: left;
    margin: 0 1em 0 0;
  }
}
div.news div.news-img-wrap img {
  display: block;
}
div.news div.news-img-wrap p.news-img-caption {
  font-size: 0.85em;
  line-height: 1.3em;
  margin: 0.5em 0;
}
div.news div.news-img-wrap a {
  border-bottom: none;
}
div.news div.news-list-tags {
  font-size: 0.75em;
  font-family: 'roboto_bold', Arial, sans-serif;
}
div.news div.news-list-tags span {
  color: #a9a9a9;
  margin: 0 0 0.5em 0;
}
div.news div.news-list-tags span::after {
  content: ', ';
}
div.news div.news-list-tags span:last-of-type::after {
  content: '';
}
div.news-list-view div.article {
  margin: 0 0 2em 0;
}
@media only screen and (max-width: 768px) {
  div.news-list-view div.news-item-wrap {
    padding-bottom: 0.5em;
  }
  div.news-list-view div.news-item-wrap div.news-list-date,
  div.news-list-view div.news-item-wrap div.teaser-text,
  div.news-list-view div.news-item-wrap div.footer {
    padding: 0;
  }
}
div.news-list-view div.header a {
  border-bottom: none;
}
div.news-list-view div.teaser-text a {
  font-family: inherit;
  color: inherit;
}
ul.f3-widget-paginator li {
  display: inline-block;
  margin: 0 1em 0 0em;
  padding: 0;
}
ul.f3-widget-paginator li a {
  display: block;
  line-height: 1;
  padding: .5rem .75rem;
  border: 1px solid #007f5d;
}
ul.news-tags {
  color: #a9a9a9;
  font-size: 0.75em;
  font-family: 'roboto_bold', Arial, sans-serif;
  margin: -1em 0 0 0;
}
ul.news-tags li {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
}
ul.news-tags li::after {
  content: ', ';
}
ul.news-tags li:first-of-type::after,
ul.news-tags li:last-of-type::after {
  content: '';
}
ul.news-tags li a {
  color: #a9a9a9;
  border-bottom: none;
}
ul.news-tags.news-filter-ajax li {
  margin: 0 0.5em 0.5em 0;
}
ul.news-tags.news-filter-ajax li::after {
  display: none;
}
ul.news-tags.news-filter-ajax li a {
  font-family: 'roboto_medium', Arial, sans-serif;
  padding: 0.25em 0.5em;
  border-radius: 12px;
  border: 1px solid #a9a9a9;
}
ul.news-tags.news-filter-ajax li a:hover,
ul.news-tags.news-filter-ajax li a:active,
ul.news-tags.news-filter-ajax li a.active {
  color: #007f5d;
  border-color: #007f5d;
}
ul.news-tags.news-filter-ajax li a.active {
  color: #ffffff;
  background-color: #007f5d;
}
div.news-single div.news-list-tags {
  margin: 0 0 2em 0;
}
div.news-single div.news-related-files {
  margin: 0 0 2em 0;
}
div.news-single div.news-related-news {
  margin: 2em 0;
}
div.news-single div.news-text-wrap ul {
  display: table;
}
div.news-teaser {
  margin: 0 0 2em 0;
}
div.news-teaser a {
  font-family: inherit;
  color: inherit;
}
div.news-teaser div.news-teaser-wrap {
  border: 1px solid #d8d8d8;
  border-radius: 12px;
}
div.news-teaser div.news-teaser-header h2 {
  color: #007f5d;
}
div.news-teaser div.news-list-date {
  font-size: 0.75em;
  font-family: 'roboto_bold', Arial, sans-serif;
  color: #a9a9a9;
  margin: 0.5em 0;
}
@media only screen and (min-width: 769px) {
  div.news-teaser div.news-teaser-img {
    float: left;
    margin: 0 1em 0 0;
  }
}
div.news-teaser div.news-teaser-img img {
  display: block;
}
div.news-teaser div.news-teaser-img a {
  border-bottom: none;
}
div.news-teaser div.news-list-tags {
  font-size: 0.75em;
  font-family: 'roboto_bold', Arial, sans-serif;
  color: #a9a9a9;
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
}
div.shariff {
  margin: 2em 0;
}
div.shariff li span.fab {
  font-family: 'Font Awesome 6 Brands';
}
@media only screen and (min-width: 769px) {
  div.shariff li span.fab {
    padding-left: 0.5em;
  }
}
div.shariff li span.fab.fa-twitter::before {
  content: "\e61b";
}
div.shariff li span.fab,
div.shariff li span.share_text {
  vertical-align: top;
}
div.shariff ul.orientation-horizontal {
  flex-wrap: nowrap;
}
div.shariff ul.orientation-horizontal li.shariff-button {
  min-width: auto;
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  div.shariff ul.orientation-horizontal li.shariff-button {
    margin-right: 2em;
  }
}
div.shariff ul.orientation-horizontal li.shariff-button.twitter a {
  color: #000;
}
div.tx-primionvertriebspartner::after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  div.tx-primionvertriebspartner form {
    margin-bottom: 2em;
  }
}
div.tx-primionvertriebspartner form select,
div.tx-primionvertriebspartner form input[type=text] {
  font-family: 'roboto_regular', Arial, sans-serif;
  max-width: 90%;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin: 0 0.5em 1em 0;
}
div.tx-primionvertriebspartner form input[type=submit] {
  width: auto;
  font-family: 'roboto_regular', Arial, sans-serif;
  padding: 0.5em 2em;
  color: rgba(0, 0, 0, 0.6);
  background-color: #d8d8d8;
  border: none;
  box-sizing: border-box;
  transition: 0.25s all ease-in-out;
  border-radius: 12px;
}
@media only screen and (min-width: 769px) {
  body#content-group header#pageheader {
    margin-top: 4em;
  }
}
body#content-group header#pageheader div#wrap-nav-top {
  margin-bottom: 0.5em;
  align-self: flex-end;
}
body#content-group footer#pagefooter {
  background: #d8d8d8;
}
@media only screen and (min-width: 769px) {
  body#content-group footer#pagefooter {
    padding-top: 4em;
  }
}
div.frame-group-location {
  margin: 1em 0;
}
div.frame-group-location h1 {
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  div.frame-group-location div.group-location-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
div.frame-group-location div.group-location-item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1em;
  background-color: #d8d8d8;
  border-radius: 12px;
}
@media only screen and (min-width: 769px) {
  div.frame-group-location div.group-location-item {
    width: 19%;
    max-height: 19%;
  }
}
div.frame-group-location div.group-location-item a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.5em 1em;
  border-bottom: none;
}
@media only screen and (min-width: 1280px) {
  div.frame-group-location div.group-location-item a {
    padding: 3em 1em;
  }
}
div.frame-group-logos {
  margin: 2em 0;
}
div.frame-group-logos div.frame-group-logos-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  div.frame-group-logos div.frame-group-logos-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
div.frame-group-logos div.frame-group-logos-wrap dl {
  width: 50%;
  line-height: normal;
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  div.frame-group-logos div.frame-group-logos-wrap dl {
    width: 12%;
  }
}
div.frame-group-logos div.frame-group-logos-wrap dl dt {
  margin-bottom: 0.5em;
}
div.frame-group-logos div.frame-group-logos-wrap dl dd {
  font-family: 'roboto_bold', Arial, sans-serif;
}
div.frame-group-logos strong {
  display: block;
  font-size: 1.33333333em;
  margin: 1em 0;
}
@media only screen and (min-width: 769px) {
  div.frame-group-logos strong {
    font-size: 1.66666667em;
  }
}
div.frame-group-logos strong span {
  color: #007f5d;
}
body#content-group div.frame-logoband {
  margin: -1px 0 0 0;
}
