
/*
 * red = color:#bf111b;
 grey = color:#c4caca;
 *
 * font-family: 'Roboto', sans-serif; (100, 300, 400, 700, 900)
 */

 @font-face {
     font-family: 'futuratotregular';
     src: url('fonts/futuratot-boo-webfont.woff2') format('woff2'),
          url('fonts/futuratot-boo-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }

* {
  box-sizing: border-box;
}
body {
    padding:0;
    margin:0;
    /* font-family: 'Arial', sans-serif; */
    font-family: 'futuratotregular', sans-serif;
    font-size:1.1em;
    /* -webkit-animation: fadeIn 2s; */
    color:#333;
    background:#fff;
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.pageWrapper {
  background:#fff;
}
/*
 * grid Layout mit Fallback!!
 */
.container {
    width:1200px;
    margin:0 auto;
    padding:15px;
}
.container-full {
    margin:0 auto;
    width:100%;
}
.container-full .container {
  padding:0 15px;
}
/*
 * Flexbox, Grid Elemente
 */
.flexbox {
    display:flex;
    box-sizing:border-box;
    margin:0 -15px;
}
.flexbox .flexbox {
  margin:0;
}
.flex_item {
    padding:15px;
}
.grid_section {
    display:flex;
    flex-wrap:wrap;

    display:grid;
    grid-template-columns:1fr;
    grid-gap: 15px;
}

.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  opacity: 0.5;
  text-transform: none;
}
.om-cookie-panel .cookie-panel__button--color--green {
  opacity: 1;
  text-transform:uppercase;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top:10px;
}
/*
 * allgemeine formatierungen
 */
 h1 {
   font-size:1.5em;
 }
h1, h2, h3, h4 {
    /* font-family: 'Arial', sans-serif; */
    font-family: 'futuratotregular', sans-serif;
    font-weight:400;
}
.redHeadline {
  color:#bf111b;
  display: flex;
  width:100%;
  align-items: center;
}
.redHeadline::after {
  content:'';
  display:inline-block;
  height:1px;
  flex-grow: 1;
  background:linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  margin-left: 15px;
}
h3 {
  /* font-size:1em;
  font-weight: 700; */
}
a {
    transition:all 0.4s ease;
    text-decoration: none;
    color:#bf111b;
}
a:hover, a:focus {
  color:#c4caca;
}

p, a, li {
    font-size:1em;
}
p {
  line-height: 1.5em;
}
p a, li a, .nav li li, span a {
    font-size:1em;
}
.content ul li {
  line-height:1.8em;
}
.red {
  color:#bf111b;
}
.mobile, .tablet, .mobileInfo, .pilLogo, .vyproLogo {
    display:none;
}
.desktop {
    display:block;
}
.flexbox.desktop {
  display:flex;
}
img {
    max-width:100%;
    height:auto;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
/*email verschlüsselung*/
 .email-show::before {
     content: 'mailbox@'
 }
  .email-show::after {
     content: 'inelta.de';
}
.email-hide {
    display:none;
}
/*
 * header
 */
.headerFixed {
    background:rgba(255,255,255, 0.8);
    border-bottom:1px solid #c4caca;
    width:100%;
    padding:20px 0 10px 0;
    position: fixed;
    left:0;
    top:0;
    z-index:200;
    transition:all 0.4s ease;
}
.nav-up {
  /* top: -150px; */
}
.headContent {
  justify-content: space-between;
  align-items: center;
}
.pilLogo {
  max-height:100px;
  height:100%;
  width:auto;
}
.logo {
  padding:0 15px;
}
/*language*/
.langLink {
  margin:0 10px;
  display: inline-block;
  position: relative;
}
.langLink.active::after {
  content:'';
  display: block;
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10;
  border-bottom:1px solid #bf111b;
}
.langMenu {
  padding-right:0;
}
.langLink:nth-child(2) {
  margin:0;
}

/*
* breadCrumb
*/
.rootline, .rootline ul {
  display:flex;
  margin:0;
  padding:0;
}
.rootline {
  padding:5px 15px;
  background:#f9f9f9;
  color:#999;
  margin:0 -15px;
}
.rootline a {
  color:#333;
}
.rootline li {
  list-style: none;
  padding:0 5px;
}
/*
 * mmenu
 */
 #mmenu:not( .mm-menu ) {
     display: none;
 }
.menu_btn {
  position: relative;
  z-index:200;
}
.menu_btn a {
    height:50px;
    display:block;
    width:40px;
}
.menu_btn a:before, .menu_btn a:after, .menu_btn a span {
    content: '';
    width:100%;
    height:5px;
    border-radius:3px;
    background:#bf111b;
    margin:8px 0;
    display:block;
    transition:all 0.4s ease;

}
html.mm-opened .menu_btn a:before {
    transform: rotate(45deg);

}
html.mm-opened .menu_btn a:after {
    transform: rotate(-45deg);
     margin-top:-13.5px;

}
html.mm-opened .menu_btn a span {
    display:none;

}
html.mm-opened .menu_btn a {
    margin-top:20px;
}
/*
 * desktop menu
 */
 .mainNav {

 }
.mainNav ul {
    margin:0;
    padding:0;
    display:flex;
    justify-content:flex-end;
    position: relative;
    z-index:300;
}
.mainNav li {
    list-style:none;
    position:relative;
}
.mainNav li a {
    padding:10px 20px;
    color:#333;
}
.mainNav li a:hover, .mainNav li a:focus, .rootline a:hover, .rootline a:focus  {
  color:#bf111b;
}
.mainNav li ul {
    position:absolute;
    left:0;
    top:25px;
    z-index:500;
    display:none;
    transition:all 0.4s ease;
}
.mainNav li:hover  ul {
    display:block;
    background:#fff;
    box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
}
.mainNav li ul li a {
    display:block;
}
.mainNav ul li a {
  white-space: nowrap;
}
.mainNav ul:last-child a {
  padding-right: 0;
}
.mainNav .img_menu ul:last-child a {
  padding-right: 20px;
}
.info {
  justify-content: flex-end;
  align-items: center;
}
.info span {
  padding:5px;
}
.headContent .flex_item {
  position: relative;
}
.btn_24 {
  width:150px;
}
.btn_24 a {
  position: absolute;
  display:block;
  top:0px;
  bottom:0;
  left:0;
  right:0;
}
/*slider homepage*/

.cycleContainer, .cycle-item, .cycle-slide {
  position:relative;
  width:100%;
  height:auto;
}
.cycle-item img {
  max-width: none;
  width:100%;
  height:auto;
}
.sliderTxtWrapper {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:flex;
  align-items: center;
}
.sliderHead {
  font-size: 2.5em;
  font-weight:400;
}

.next, .prev {
    position:absolute;
    top:40%;
    width:50px;
    height:200px;
    cursor:pointer;
    transition:all 0.4s ease;
}
.next:hover, .next:focus, .prev:hover, .prev:focus {
    transform: scale(0.98);
}
.prev {
    background:url(../assets/slider_left.png) no-repeat center top;
    background-size:contain;
    left:15px;
}
.next {
    background:url(../assets/slider_right.png) no-repeat center top;
    background-size:contain;
    right:15px;
}
.cycle-pager {
    color:#fff;
    position:absolute;
    width:100%;
    text-align: center;
    bottom:10px;
    z-index:100;
}
.cycle-pager span {
    padding:2px;
    font-size:1.5em;
    cursor:pointer;
    opacity: 0.6;
    transition:all 0.4s ease;
}
.cycle-pager .cycle-pager-active {
    opacity: 1;
}

.frame-type-menu_pages ul li {
  list-style: none;
  position:relative;
  padding:5px 0;
}
.frame-type-menu_pages ul li a {
  color:#333;
}
.frame-type-menu_pages ul li a:hover, .frame-type-menu_pages ul li a:focus {
  color:#bf111b;
}
.frame-type-menu_pages ul li:before {
  content: "\25BA \0020";
  font-size: 12px;
  position: absolute;
  top: 7px;
  left: -15px;
}
/*content homepage*/
.homepage .flexbox {
  justify-content: space-between;
}
.homepage .mainCol {
  width:75%;
}
.homepage .rightCol {
  width:25%;
}

/*basicpage*/
.topSpacer {
  height:160px;
}
/*
 * teaser
*/
/*filter*/
.filterWrapper {
  padding:15px;
  border:solid 1px #000;
  flex-wrap:wrap;
}
.filterItem {
   padding:10px;
   background:#c4caca;
   border:1px solid #333;
}
.noResultsContainer {
  display:none;
}
.full {width:100%;padding:0 15px;}
.reset {
  font-weight:400;
  color:#bf111b;
  cursor:pointer;
}
.reset:hover, .reset:focus {
  color:#c4caca;
}
.filterLabel {
  display:block;
  margin-bottom:10px;
  font-weight:700;
}
.teaserWrapper {
  padding-bottom:100px;
}
.teaser {
  width:30%;
  margin:1%;
  border:1px solid #999;
  padding:5px;
}
.teaser a {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.teaser img {
  max-width: 100%;
  width:100%;
  height: auto;
}
.teaserTitle {
  font-size:1.4em;
  color:#000;
}
.teaserTitle.red {
  color:#bf111b;
}
.teaserTitle.bold {
  font-weight: 700;
}
.backlink, .button {
  padding:10px;
}
.backlink, .button {
  background:#c4caca !important;
  border:2px solid #c4caca;
}
.db_btn {
  background:#c4caca;
  border:1px solid #c4caca;
}
span.db_btn {
  display: inline-block;
  color:#bf111b;
  padding:10px 20px;
  transition:all 0.4s ease;
}
.db_btn:hover, .db_btn:focus, .backlink:hover, .backlink:focus, .button:hover, .button:focus, span.db_btn:hover, span.db_btn:focus {
  background:transparent !important;
}
/*
*product single View
*/
.productItem {
  width:100%;
  margin:40px auto;
  padding:20px 0;
}
.prodImg {
  width:280px;
  height:auto;
}
.prodTitle {
  margin-top:0;
}
.productVals {
  width:100%;
}
.productVals th {
  text-align: right;
}
.productVals th, .productVals td {
  padding:2px 5px;
}
.productVals tr:nth-child(even) {
  background:#f9f9f9;
}
#tab1 .flexbox {
  justify-content: space-between;
}
.productInner .flex_item {
  position: relative;
}
.descrTxt {
  width:420px;
}
.productInner .productTxt {
  max-width: 400px;
  width:100%;
  position: relative;
}
.productInner .downloads .db_btn {
  padding:10px 15px;
  margin: 15px;
  display:inline-block;
  width:200px;
  text-align:center;
  position:relative;
}
/* .productInner .downloads .db_btn::before {
  content:'';
  position: absolute;
  width:25px;
  left:25px;
  top:5px;
  bottom:5px;
  background:url(../assets/pdf.png) no-repeat center center;
  background-size:contain;
} */

.productInner .formItem {
  padding:5px 15px;
  margin:5px 15px 5px 0;
}
.description .flexbox {
  margin:0 -15px;
}
.productInner .productTxt::before {
  content:'';
  display:block;
  position: absolute;
  height:100%;
  width:1px;
  left:0;
  top:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6), rgba(0,0,0,0.1));
}
.mehrfach span:last-child {
  display: none;
}

.tablinks li {
  display: inline-block;

  list-style: none;
}
.tablinks li a {
  color:#333;
  display: block;
  padding:10px 15px;
  border:1px solid #333;
  border-radius:0 10px 0 0;
  position: relative;
  margin-bottom:-1px;
  z-index: 10;
}
.tablinks li a:hover, .tablinks li a:focus {
  color:#bf111b;
}
.tablinks li a.current {
  background:#c4caca;
  border-bottom:1px solid #fff;
}
.hide { position: absolute;
  top: -9999px;
  left: -9999px;
}
.productInner {
    border:solid 1px #000;
}
.tabcontent {
  padding:15px;
}
.zhImage .db_btn {
  display:inline-block;
  padding:5px 10px;
}
.zhImage {
  text-align: center;
  max-width:25%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.zhDescr + p {display:none;}
.zhWrapper {
  overflow-y: auto;
}
.mfp-iframe-scaler iframe {
  background:#fff;
}
#page-38 .cc-revoke, .frame-content .backlink {
  display:none;
}
.frame-content .flexbox {
  margin:0;
}
.fieldwrap {
  display:flex;
  padding:15px 0;
}
.dbItem {
  align-items: center;
  position:relative;
  margin-bottom:15px;
}
.dbItem::after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(to left, rgba(0,0,0,0.0), rgba(0,0,0,0.6), rgba(0,0,0,0.0));
}
/*wiki*/
.anchorItem a {
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: underline;
}
.anchorLinks {
  flex-wrap: wrap;
}
/*
page
*/
.pageTeaser {
  flex-wrap:wrap;
  justify-content: space-between;
}
.pageTeaser.spaceAround {
  justify-content: flex-start;
}
.teaserItem {
  width:49%;
  margin-bottom:15px;
  border:1px solid #999;
  position: relative;
}
.teaserItem.fourCol {
  width:24%;
  margin:0.5%;
}
.teaserLink {
  position: absolute;
  bottom:15px;
  left:15px;
  right:25px;
}
.teaserTitle {
  margin-top:15px;
}
.teaserTxt {
  margin-bottom: 40px;
}
.ausgang span:last-child {
  display:none;
}
.cc-revoke.cc-bottom {
  display:none;
}
.socialItem {
  background:#fff;
  width:60px;
  height:60px;
  border-radius:30px;
  margin-top:15px;
  margin-right:15px;
}
.socialItem img {
  max-height:30px;
  width:auto;
}
.zubehoer {
  display:flex;
  flex-wrap:wrap;
}
.zhItem {
  width:32%;
  margin:1%;
  border:1px solid #999;
  position: relative;
}

.pdfBtn {
  background:#f9f9f9;
  padding:10px 15px 10px 30px;
  margin:15px 15px 15px 0;
  display:inline-block;
  position:relative;
}
.pdfBtn:before {
  font-family: FontAwesome;
  content:'\f1c1';
  position: absolute;
  top:6px;
  left:10px;
}
.pdfBtn:hover, .pdfBtn:focus {
  color:#333;
}
/*
*contactPersons
*/
.person {
  padding:15px;
  width:50%;
}
.person img {
  width:100%;
  max-width: 250px;
  height:auto;
}
.person .flexbox {
  align-items: center;
  border:1px solid #bf111b;
  padding:5px;
  height:100%;
}
.personData {
  padding:15px;
}
.personData span {
  display: block;
}
.contactPhone {
  margin-top:15px;
}

/*
*accordion
*/
.accordion {
  margin-bottom:30px;
}
.trigger {
  border:1px solid #999;
  padding:15px 50px 15px 15px;
  font-size:1.5em;
  color:#bf111b;
  position: relative;
  cursor:pointer;
}
.trigger::after {
  content:'';
  position: absolute;
  right:15px;
  top:15px;
  width:15px;
  height:15px;
  border-right:2px solid #bf111b;
  border-bottom:2px solid #bf111b;
  transform:rotate(45deg);
  transition: all 0.4s ease;
}
.trigger.trigger_active:after {
  transform:rotate(-135deg);
  top:25px;
}
.toggleContainer {
  padding:15px;
  background:#f9f9f9;
}
/*
news
*/
.news .article .news-img-wrap a, .news-single .footer {
  border:none;
}
/*
 * form
 */

 /*qsearch*/
 .qs_form input {
   padding:5px 10px;
   border:1px solid #c4caca;
 }
 #tx-indexedsearch-qs-button-submit {
   background:none;
   border:none;
 }
 .powermail_form {
   max-width: 1024px;
   width:100%;
   margin:0 auto;
 }
.powermail_fieldset {
    padding:15px;
    border:none;
}
.powermail_legend, .powermail_form h3 {
    display:none;
}
.powermail_fieldwrap {
    /*fallback*/
   display:flex;
   margin-top:10px;
}
.powermail_label {
  width:25%;
  font-weight: 700;
}
.powermail_field {
    width:75%;
}
.powermail_input, .powermail_select, .powermail_textarea, .powermail_date {
    padding:10px;
    border-radius:0px;
    border:1px solid #999;
    width:100%;
    box-sizing:border-box;
}
.powermail_fieldwrap_type_submit {
  justify-content: flex-end;
  margin-top:15px;
}
.powermail_submit, .tx-felogin-pi1 input[type='submit'] {
  background:transparent;
  padding:15px 25px;
  color:#bf111b;
  border:1px solid #bf111b;
  font-size:1.2em;
  font-weight: 400;
  transition:all 0.4s ease;
  cursor:pointer;
}
.powermail_submit:hover, .powermail_submit:focus {
  background:#bf111b;
  color:#fff;
}
.powermail_captchaimage, .powermail_captcha {
  padding:0;
  margin:0 15px;
}
/*2spaltig**/
.powermail_fieldset_8 {
  display: flex;
  flex-wrap: wrap;
}
.powermail_fieldset_8 .powermail_fieldwrap {
  width:50%;
}
.powermail_fieldset_7 .powermail_label, .powermail_fieldset_8 .powermail_label, .powermail_fieldset_9 .powermail_label {
  text-align: right;
  padding:0 15px;
  width:15%;
}
.powermail_fieldset_8 .powermail_label {
  width:30%;
  word-wrap: break-word;
}
.powermail_fieldset_8 .powermail_field {
  width:70%;
}
.powermail_fieldset_7 .powermail_field, .powermail_fieldset_9 .powermail_field {
  width:85%;
}
.tx-felogin-pi1 label {
  width:20%;
  padding:5px 15px;
  display:inline-block;
}
.tx-felogin-pi1 input {
  width:50%;
  padding:5px 15px;
  border:1px solid #c4caca;
}
.tx-felogin-pi1 fieldset > div {
  margin:10px 0;
}
.tx-felogin-pi1 input[type='submit'] {
  width: auto;
  margin-left:15px;
}
::-webkit-input-placeholder {
    font-family: 'futuratotregular', sans-serif;
}
.powermail_input, .powermail_select, .powermail_textarea  {
    font-family: 'futuratotregular', sans-serif;
    font-size:1em;
}
::-moz-placeholder {
    font-family: 'futuratotregular', sans-serif;
}
:-ms-input-placeholder {
    font-family: 'futuratotregular', sans-serif;
}
/*
*indexedsearch
*/
.tx-indexedsearch-rules, .tx-indexedsearch-info {
  display:none;
}
.tx-indexedsearch-info-sword {
  color:#bf111b;
  font-size:1.5em;
  font-weight: 400;
  padding:15px 0;
}
ul.tx-indexedsearch-browsebox {
  display:flex;
  list-style:none;
  flex-wrap:wrap;
  padding:0;

}
.tx-indexedsearch-browsebox li {
  padding:5px 15px;
}
.tx-indexedsearch-browsebox li:first-child {
  padding:5px 15px 5px 0;
}

/*rss*/
.tx-gkhrssimport-pi1-rss_title, .tx-gkhrssimport-pi1-description {display:none;}
/*
 * Footer
 */
 .cc-animate.cc-revoke.cc-bottom {
   display:none;
 }
 footer {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010704+0,070407+100&1+0,0.54+100 */
  background: -moz-linear-gradient(top, rgba(1,7,4,1) 0%, rgba(7,4,7,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(1,7,4,1) 0%,rgba(7,4,7,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(1,7,4,1) 0%,rgba(7,4,7,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010704', endColorstr='#8a070407',GradientType=0 ); /* IE6-9 */
  position: relative;
  margin-top:30px;
 }
 footer .btn_wrapper {
   position: absolute;
   top:-72px;
   left:15px;
   width:120;
   height:72px;
   overflow:hidden;
 }
 .cookie_btn {
   background:#bf111b;
   color:#fff;
   padding:15px 15px 45px 15px;
   border-radius:4px 4px 0 0;
   text-align:center;
   position: relative;
   bottom:-35px;
   transition:all 0.4s ease;
   cursor:pointer;
   width:180px;
 }
 .btn_wrapper:hover .cookie_btn {
   bottom:0;
 }
 .footerContent {
   color:#fff;
 }
 .footerContent .flexbox {
   justify-content: space-between;
   align-items: flex-start;
 }
 .footerContent .socialElements {
   justify-content: flex-start;
 }
.footerHeadline {
  font-size:1.6em;
}
.footerNav ul {
    justify-items: end;
    margin:0;
    padding:15px 0;
}
.footerNav li {
    list-style:none;
    padding:5px 0;
}
.frame-type-menu_pages ul li::before {
  display:none;
}
.frame-type-menu_pages ul li a {
  color:#bf111b;
}
.frame-type-menu_pages ul li a:hover, .frame-type-menu_pages ul li a:focus {
  color:#c4caca;
}
.fLWrapper {
  position: fixed;
  bottom:100px;
  padding:0px 0px 0px 50px;
  border-radius:4px 0 0 4px;
  width:300px;
  right:-250px;
  transition:all 0.4s ease;
  overflow:hidden;
  cursor:pointer;
}
.fLWrapper:hover, .fLWrapper:focus, .fLWrapper.out {
  right:0;
}
.fLItem {
    background:#bf111b;
    color:#fff;
    padding:5px 15px 15px 15px;
    position:relative;
}
.fLArrow {
  background:#bf111b;
  position:absolute;
  top:0;
  left:-50px;
  width:50px;
  bottom:0;
}
.fLArrow::before {
  content:'';
  background:#fff;
  width:20px;
  height:20px;
  margin-top:-10px;
  transform:rotate(45deg);
  position: relative;
  top:50%;
  left:-10px;
  display: block;
}
.fLItem a {
  background:#fff;
  border:1px solid #fff;
  transition:all 0.4s ease;
  padding:5px 20px;
}
.fLItem a:hover, .fLItem a:focus {
  background:transparent;
  color:#fff;
}
.back-to-top {
 background:#bf111b;
 position: fixed;
 bottom:20px;
 right:0px;
 padding:15px 15px 5px 15px;
 z-index: 100;
 border-radius:4px 0 0 4px;
}
.arrowTop {
  display: block;
  width:20px;
  height:20px;
  border-top:2px solid #fff;
  border-left:2px solid #fff;
  transform:rotate(45deg);
}
/*mediaqueries*/

/**IE10 und 11*/
@media all and (-ms-high-contrast:none) {
  .descrTxt {
    max-width:400px;
  }
}
/*
 * grid layout from 767px
 */
@media screen and (min-width:768px) {
    /*columns*/
        .section_1_cols {
            grid-template-columns: 1fr;
        }
        .section_2_cols {
            grid-template-columns: 1fr 1fr;
        }
        .section_3_cols {
            grid-template-columns: 1fr 1fr 1fr;
        }
        .section_4_cols {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
        .section_5_cols {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
        .section_6_cols {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        }
        /*rows*/
        .section_1_rows {
            grid-template-rows: auto;
        }
        .section_2_rows {
            grid-template-rows: auto auto;
        }
        .section_3_rows {
            grid-template-rows: auto auto auto;
        }
        .section_4_rows {
            grid-template-rows: auto auto auto auto;

        }

        .header_top {
            grid-template-columns:  1fr 1fr 3fr;
        }

        .footer-wrapper {
            grid-template-columns: 2fr 1fr 2fr;
        }
    }

/*
 * media queries responsive
 */
@media screen and (max-width:1200px) {
    .container {
        width:1024px;
    }
    .headerFixed .container {
      width:100%;
    }
    .filterWrapper .flexbox {
      flex-wrap:wrap;
    }
    .descrTxt {
      max-width:300px;
      width:100%;
    }
}
@media screen and (max-width:1100px) {
  .tablet {
    display:block;
  }
  .desktopMenu {
    display:none;
  }
  .tablet ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width:1024px) {
    .container {
        width:100%;
        padding:0 15px;
    }
    .mobile {
    display:block;
    }
    .flexbox.mobile {
      display:flex;
    }
    .desktop, .flexbox.desktop, .tablet {
        display:none;
    }
    .info {
      flex-wrap:wrap;
    }
    .langMenu {
      padding-right:15px;
    }
    .person img {
      width:100%;
      max-width: 150px;
      height:auto;
    }
    .productInner .productTxt {
      max-width: 400px;
      width:100%;
    }
}
/**IE10 und 11*/
@media all and (-ms-high-contrast:none), (max-width:1024px) {
  .descrTxt {
    max-width:300px;
  }
  .prodImg {
    max-width:200px;
  }
}
@media screen and (max-width:800px) {
  .headerFixed {
    position: relative;
    padding:0 10px;
  }
  .sliderTxt {
    font-size:0.8em;
  }
  /*2spaltig**/

  .powermail_fieldset_8 .powermail_fieldwrap {
    width:100%;
  }
  .powermail_fieldset_7 .powermail_label, .powermail_fieldset_8 .powermail_label, .powermail_fieldset_9 .powermail_label {
    text-align: right;
    padding:0 15px;
    width:25%;
  }

  .powermail_fieldset_7 .powermail_field,.powermail_fieldset_9 .powermail_field, .powermail_fieldset_8 .powermail_field {
    width:75%;
  }
}
@media screen and (max-width:767px) {

    .twoColsHome, .zhWrapper {
      flex-wrap:wrap;
    }
    .homepage .mainCol, .homepage .rightCol {
      width:100%;
    }
    .zhImage {
      max-width: 50%;
    }
    .zhItem, .teaserItem {
      width:48%;
    }
    .tabcontent > .flexbox {
      flex-wrap:wrap;
    }
    .descrTxt {
      max-width:500px;
      width:100%;
    }
    .productInner .productTxt {
      max-width:100%;
    }
    .contenttable {
      max-width: 100%;
    }

}

@media screen and (max-width:667px) {
    .headContent {
      justify-content: space-around;
    }
    .contentBottom .flex_item, .frame .flex_item {
      width:100% !important;
    }
    .frame .socialItem.flex_item {
      width:60px !important;
    }
    .tabletInfo {
      display:none;
    }
    .mobileInfo {
      display:block;
      padding:0;
    }
    .phone, .mail {
      padding:5px 15px;
      font-size:2.2em;
    }
    .searchBox {
      width:100%;
      padding:5px 15px;
      text-align: right;
    }
    .frame .flexbox, .footerContent .flexbox {
      flex-wrap: wrap;
    }
    .headerFixed, .headerFixed.nav-up {
      position: relative;
      top:0;
      left:0;
      background:#fff;
    }
    .topSpacer {
      display: none;
    }
    /*position relative weil isotope die Höhe nicht richtig kalkuliert!*/
    .productItem {
      position: relative !important;
      top:0 !important;
    }
    .productInner .description:after {
      content:'';
      display:block;
      position: absolute;
      height:1px;
      width:100%;
      left:0;
      top:100%;
      background:linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.6), rgba(0,0,0,0.1));
    }
    .person {
      width:100%;
    }
    .teaserWrapper {
      /*sollte bug in Android beseitigen...*/
      height: 100% !important;
    }
}
@media screen and (max-width:500px) {
  .teaserItem, .teaserItem.fourCol {
    width:100%;
  }
  .headContent {
    flex-wrap:wrap;
    justify-content: space-between;
  }

  .mobileInfo .flexbox, .mobileInfo {
    justify-content: flex-end;
    width:100%;
  }
  .searchBox {
    width:auto;
  }
  .sliderTxt {
    font-size:0.7em;
  }
  .tablinks li a {
    padding:10px 5px;
  }
  .productTxt {
    overflow-x: auto;
    padding:15px 0;
  }
  .productVals {
    max-width:100%;
    width:100%;
  }
  .zhItem {
    width:100%;
    margin:15px 0;
  }
  .rootline {
    display:none;
  }
  .powermail_fieldset {
    padding:15px 0;
  }
  .powermail_fieldwrap {
    flex-wrap:wrap;
  }
  .powermail_label, .powermail_field {
    width:100%;
    margin-bottom:5px;
  }
  .fieldwrap {
    flex-wrap:wrap;
  }
  .productInner .formItem {
    margin:5px 15px;
    width:100%;
  }
  .productInner .downloads .db_btn {
    text-align:center;
  }
}
@media screen and (max-width:375px) {
    .form-group {
    /*old browsers*/
    display:flex;
    flex-wrap:wrap;
    grid-template-columns:1fr;
    }
    .form-group label, .form-group .input {
        width:100%;
    }
    .zhImage {
      max-width: 100%;
    }
}
